<- Tillbaka till index🚀 Features​
- use
cursor: not-allowed
for disabled elements
- modal: add boilerplate code for new modal implementation
- modal: add styles and clean up types
- modal: add focustrap to modal
- modal: increase z-index on overlay
- modal: fix overlay position to avoid moving the modal when y-overflow
- ⚠️ modal: deprecate
ModalTrigger
and Dialog
- modal: replace h2 with heading component
🩹 Fixes​
- remove test setup from build
- add react types to dependencies
- change button variant to icon
- button: clarify use of labels on button groups
- button: clarify use of labels on button groups
- button: tokenize icon button for better dark mode support
- button: tokenize icon button for better dark mode support
- button: clarify use of labels on button groups
- button: change iconbtn color token
- layout: change minimize menu button to icon variant
Documentation Changes​
- modal: update instructions with new modal API
⚠️ Breaking Changes​
- modal: Use the new DialogTrigger and Modal instead of ModalTrigger and Dialog. New API will apply.