wave
wave copied to clipboard
Design System of FREE NOW
- `@freenow/wave` version: 1.32.0 ### What was expected to happen? The item list should not be flickering, moving or jumping around ### Reproduction 1. Click on the input to open...
Some components that use `react-select` can break (or fail in test environmets) when using `styled-components` latest (tested with 6.0.5). - `@freenow/wave` version: 1.32.0 (and probably may minors before) ### What...
In our design `Tag` component has a disabled state. We need to add it: 
Some of the component documentation pages are rendering an unexpected font (serif instead of Open Sans). Examples: Input, PhoneInput, TabBar, Textarea, SelectList, Select, etc Screenshots
When using the `InfoBanner` component, it is impossible to set the HTML-tag for the message's title. It always uses ``, which can be incorrect. ### What was expected to happen?...
### Describe the feature you'd like In relation to the addition of landing page and navigation component to Typography docs ([docs/index.storybook.mdx](https://github.com/freenowtech/wave/pull/334/files/d9dc45c44a070d1e8d07cefd3bbf35095145bcb3#diff-83a19cd668bcbc6dc12d7c35e79347f4fcb3bc857878fc3a1575c7440163e268)), I believe it would be good idea to create...
### Describe the feature you'd like Allow users to inject a custom component as the CTA button. ATM we opinionatedly render 2 different CTAs based on desktop/mobile (button for desktop...
### Describe the feature you'd like Add a new Breadcrumbs component as in the image. Each step should be a link that redirects you to the relative page. Considerations: We...
- `@freenow/wave` version: 1.29.0 ### Relevant code Inside FilePicker.tsx ```js ``` ### What was expected to happen? The current setting of `alignItems="stretch"` in the `` is causing the upload icon...
## Context We use low-level [styled-system library](https://github.com/styled-system/styled-system) to provide nice component css-props and shortcuts like `p`, `m`, etc. Those props are crucial for the developer experience and are actively used...