wave
wave copied to clipboard
Design System of FREE NOW
- `@freenow/wave` version: 1.18.0 ### Relevant code When applying custom styles to the SelectList component using the [styles API from react-select](https://react-select.com/styles#style-object), other styles get overwritten. For example: ```js ({ ...css,...
- `@freenow/wave` version: 1.19.0 ### Relevant code ```jsx ``` ### What was expected to happen? The tooltip does not appear when hovering over the AlertIcon. However, wrapping the icon in...
- `@freenow/wave` version:1.16.2 ### Relevant code ```jsx ``` ### What was expected to happen? The `data-id` property should be set on the wrapper/div(s). Properties like `id` work _(because it's explicitly...
Part of #121 In order to offer the best developer experience while using the new semantic colors we should research how to autocomplete the name of the color when using...
Part of #121 We need to print a warning message to the console when `Colors` are used. Something like: "`Colors` object is deprecated and will be deleted in the next...
TypeScript | Could not find dependency: react-select, styled-components etc. missing as dependency
- `@freenow/wave` version: 1.16.1 ### Relevant code ```ts import { Text } from "@freenow/wave"; export default function App() { return ( Hello CodeSandbox Start editing to see some magic happen!...
- `@freenow/wave` version: 1.16.0 ### Relevant code There is a `` in [line 39 of Accordion.tsx](https://github.com/freenowtech/wave/blob/3f561d00ea9ee82cd37f1c20ecb941a2b91a0e3f/src/components/Accordion/Accordion.tsx#L39) and a `` in [line 63 of Accordion.tsx](https://github.com/freenowtech/wave/blob/3f561d00ea9ee82cd37f1c20ecb941a2b91a0e3f/src/components/Accordion/Accordion.tsx#L63) ### What was expected to happen?...
When using a text button within a table it does not line up because the TextButton has the same amount of padding as a Button as well as having the...
When doing integration tests that use `userEvent` we are not waiting for the DOM "update" but directly expecting behaviour. - `@freenow/wave` version: 1.14.0 ### Relevant code (this is just a...
- `@freenow/wave` version: version: 1.16.0 ### Description 1. The compact version should have NULL left/right padding. In implementation the spacing is `spacing-2` 16px 2. The spacing between the header and...