wave
wave copied to clipboard
Design System of FREE NOW
Several components (Like SelectList) still use defaultProps and it triggers the following error: `Warning: SelectList: Support for defaultProps will be removed from function components in a future major release. Use...
- `@freenow/wave` version: `2.27.1` ### Relevant code The [colours](https://wave.free-now.com/?path=/docs/essentials-colors--docs) for `foreground-primary` and `foreground-accent-default` overlap in *dark mode*. As a consequence, users are unable to differentiate links from foreground text. ###...
The `CurrentScheme` component has been reviewed as part of [this pull request](https://github.com/freenowtech/wave/pull/520) in order to fix types and the media query list parameter. As mentioned, I couldn't find any usage...
### Describe the feature you'd like I would like wave to use/support styled-components v6 ### Describe alternatives you've considered
- `@freenow/wave` version: `2.21.2` ### Relevant code ```js expect(consoleErrorSpy).not.toHaveBeenCalled() ``` ### What was expected to happen? When running the tests, wave's `Modal` is throwing the following deprecation error messages (check...