moon-design
moon-design copied to clipboard
Moon Design System for React
## Screenshot and description ## Checklist - [x] You attached screenshots or added description about changes - [x] You use [conventional commits naming](https://www.conventionalcommits.org/en/v1.0.0/), e.g. `fix: your changes description [TicketNumber]`, `feat:...
## Screenshot and description ## Checklist - [ ] You attached screenshots or added description about changes - [ ] You use [conventional commits naming](https://www.conventionalcommits.org/en/v1.0.0/), e.g. `fix: your changes description...
## Screenshot and description ## Checklist - [ ] You attached screenshots or added description about changes - [ ] You use [conventional commits naming](https://www.conventionalcommits.org/en/v1.0.0/), e.g. `fix: your changes description...
## Screenshot and description ## Checklist - [ ] You attached screenshots or added description about changes - [ ] You use [conventional commits naming](https://www.conventionalcommits.org/en/v1.0.0/), e.g. `fix: your changes description...
## Is Your Feature Request Related to a Problem? We need a component to ensure consistent text styling ## Describe the Solution You'd Like A component similar to `Heading` that...
## Is Your Feature Request Related to a Problem? Sportsbet.io uses **three** different fonts: - AvertaStd - Bold - AvertaStd - Regular - AvertaStd - Semibold These need to be...
I do not understand, why we do not use standard CSS capabilities in some scenarios. We know the steps between sizes, so it should be possible: 1. Define body (root)...
When I look at any Styled component, then it has 2 parts: 1. Static object (Key-value map/struct/hash). 2. Dynamically changing content (let's say object is conditionally merged depending of prop...
https://github.com/coingaming/sportsbet-design/blob/develop/packages/components/src/textInput/Input.tsx vs https://github.com/coingaming/sportsbet-design/blob/develop/packages/components/src/private/input/input.ts Additionally TextInput.tsx adds "&:focus"
## Is Your Feature Request Related to a Problem? We currently have no animations or a place to store them ## Describe the Solution You'd Like Either a new package...