reshaped 3.0.11-rc.3 → 3.1.0
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 +2 -0
- package/dist/bundle.css +1 -1
- package/dist/bundle.js +14 -9
- package/dist/components/Carousel/CarouselControl.js +1 -1
- package/dist/components/Tabs/TabsContext.d.ts +6 -6
- package/dist/components/Toast/ToastRegion.js +1 -1
- package/dist/components/_private/Flyout/tests/Flyout.stories.js +2 -3
- package/dist/components/_private/Flyout/useFlyout.js +1 -1
- package/package.json +40 -36
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
3.1.0
|
2
2
|
|
3
|
+
- Updated dependencies, updated eslint
|
3
4
|
- Reshaped global reset styles in rs.reset
|
4
5
|
- Switched to :focus-visible wherever possible
|
5
6
|
- Added more theming types with the full definition and token names
|
@@ -12,6 +13,7 @@
|
|
12
13
|
- Tooltip: Cooldown for tooltip groups
|
13
14
|
- Popover, DropdownMenu, Autocomplete: containerRef
|
14
15
|
- Popover, DropdownMenu: updatePosition in instanceRef, added InstanceRef types
|
16
|
+
- Popover, Tooltip, DropdownMenu, Autocomplete: ShadowDOM support
|
15
17
|
- Text: Responsive weight
|
16
18
|
- View: Responsive border color
|
17
19
|
- Tooltip, Popover: Disabled content hover
|