reshaped 3.7.0-canary.7 → 3.7.0-canary.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -13,3 +13,8 @@
13
13
  - Text: Added monospace prop
14
14
  - Tooltip: Added color prop
15
15
  - Tabs: Fixed horizontal scrolling caused by negative margins
16
+ - Carousel: Updated outline styles when there are no focusable elements inside the carousel
17
+ - TrapFocus: Keep the focus on the manually focused elements
18
+ - TextArea: Removed custom word-break that was used for autogrow text areas
19
+ - Autocomplete: Added onEnter handler
20
+ - Flyout: Make nested flyouts blocking to make sure they are closed one by one