- Improved Dropdown component to use popover, fixes issue dropdown behind Modal
- removed FieldOld, SelectOld, Dialog (use Modal)
- fixes crash dialog shown behind modal
- color-foreground in now color-text
- Select is deprecated (still exported as SelectOld)
- Changed color variables, 'warn' is now 'warning' and '-rgb-' vars were removed
- Added initial support for dark mode using
useTheme
- Changed gap and padding prop type to use descriptive sizes ('xxs' through 'xxl')
- Removed label/description props from input/textarea (use FormItem)
- Added ChoiceChips component
- Removed Input, SelectButtons, Label
- Added new components: SimpleSelect, Form, FormItem, Modal, Textarea and updated TextInput
- Text styles are global by default
- Use color-mix() instead of rgb to calculate colors
- removed Text component in favour of HTML/CSS based text styling
- renamed Select option
text
field tolabel