1.9.1 (2023-03-04)
Features
- config: add standalone-cli executables (f170e2b)
- skeleton: add static variant (c7e8137)
Refactor
- config: add example of standalone cli (2019a8b)
- menu,popover,button,dropdown: prevent components vibrate on click (6b41ef8)
Breaking Changes
- Change tokens colors to not clash with tailwind colors (c2f1171) #39
Since the classes that we use are clashing with tailwindcss default colors.
The colors have the same name the only thing will change is the last
token
and follow the same semantic as RadixUI e.g:
| Old Token | New Token |
| :---------: | :-------: |
| bg-blue-500 | bg-blue-6 |
| bg-red-900 | bg-red-10 |