wave icon indicating copy to clipboard operation
wave copied to clipboard

Design System of FREE NOW

Results 108 wave issues
Sort by recently updated
recently updated
newest added

**What:** Some icons do not inherit the color when inside the button ​ **Why:** We set a rule to inherit the color just to `svg path` and was not including...

**What:** Adds missing semantic colors in order to match the ones in the [Designs](https://www.figma.com/file/dTefUItBx5bfbxcCcMzMXm/Wave-DS?node-id=11%3A3). ​ **Why:** We should be aligned with designers. ​ **How:** - Add missing colors in `Colors.ts`...

enhancement

### Describe the feature you'd like In our current implementation of Logo component, we only have props for changing the **variant** of logo (default and business), using an **inverted** or...

### Describe the feature you'd like There are some differences between the [semantic colors](https://github.com/freenowtech/wave/blob/main/src/essentials/Colors/Colors.ts#L35) in the code and the [Figma file](https://www.figma.com/file/dTefUItBx5bfbxcCcMzMXm/Wave-DS?node-id=11%3A3) that designers use. The goal of this issue would...

enhancement

An outcome of the #282. Implement the `Collapsible` component, which takes two arbitrary components to use as the Header and the Content of the component. The behavior of the component...

design-review
component

### Describe the feature you'd like It would be useful to have a way to enforce our PR titles to follow the [conventional commits specification ](https://www.conventionalcommits.org/en/v1.0.0/) since the merge commit...

enhancement
CI/CD

We're missing the font weight Semibold = 600 - `@freenow/wave` version: latest ### Relevant code ```js fontWeight: 'semibold' // not working ``` ### What was expected to happen? It should...

bug
good first issue
help wanted

[Storybook 8 has arrived](https://storybook.js.org/blog/storybook-8/) - faster and nicer

enhancement

- `@freenow/wave` version: 1.30.0 ### Relevant code ```js ``` ### What was expected to happen? Current value to be fully visible instead of seeing the first character only ![CleanShot 2024-02-07...

bug

- `@freenow/wave` version: 1.34.1 ### Relevant code styled-components v6 does not filter out props automatically anymore, so they are passed to the component underneath and React warns about it. ![image](https://github.com/freenowtech/wave/assets/46452321/0ff2961c-383d-4e47-a1ed-85177dc2b83f)...

bug
conversation needed