wave
wave copied to clipboard
Design System of FREE NOW
- `@freenow/wave` version: 1.16.0 ### Description? In the implementation everything is top aligned. By design the content needs to be centered vertically in the header. Both in collapsed version and...
We have a couple different test kinds which are currently run with a combination of bash scripts and jest. This includes the unit/snapshot tests for all component as well as...
Documentation seems to be broken at a few places: - HTTP -> HTTPS redirect doesn't work - Pages have their table of contents displayed at the bottom of the page...
Following a structure like: ```js css` ${Headline}, ${Text} { color: blue; } ` ``` On TS environments Headline will highlight error with the following error: ``` No overload matches this...
A ref cannot be added to a Textarea as it's a functional component. Using form libraries to control an input/textarea requires form inputs to allow refs to be passed. I've...
The idea is to have some guidelines : * what is considered a variant * where we attach refs * where do we spread props * how we deal with...
Using the `useOffcanvasDismiss` which is described in the documentation on the Offcanvas page is not exported and can therefore not be used. - `@freenow/wave` version: 1.13.2 ### Relevant code ```js...
### Describe the feature you'd like The ability to select icons through accessible means. For example in a current codebase we have a duplicate of the download icon like this:...
Thanks a lot for the great job and for pushing this topic forward. Really cool to finally have **semantic colors** live, especially in the documentation 📚. In order to make...
### Support questions There are some scenarios where folks need to have control over the value of a form control in order to be able to satisfy the requirements, currently,...