reshaped 3.2.5 → 3.2.6-rc.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 +1 -0
- package/dist/bundle.js +11 -11
- package/dist/components/Reshaped/Reshaped.js +5 -1
- package/dist/components/Tabs/TabsList.js +7 -16
- package/dist/components/Theme/GlobalColorMode.js +11 -6
- package/dist/components/Theme/Theme.context.js +2 -12
- package/dist/components/Theme/Theme.js +6 -6
- package/dist/components/Theme/Theme.types.d.ts +3 -2
- package/dist/components/Theme/Theme.utilities.d.ts +1 -1
- package/dist/components/Theme/Theme.utilities.js +10 -1
- package/dist/components/Theme/tests/Theme.stories.d.ts +1 -0
- package/dist/components/Theme/tests/Theme.stories.js +34 -1
- package/dist/components/Theme/useTheme.d.ts +1 -1
- package/dist/components/Theme/useTheme.js +1 -2
- package/dist/hooks/_private/useSingletonHotkeys.d.ts +3 -3
- package/dist/hooks/_private/useSingletonHotkeys.js +22 -16
- package/dist/hooks/tests/useHotkeys.stories.js +5 -2
- package/dist/hooks/useHotkeys.d.ts +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
- Flyout, Popover, DropdownMenu, Tooltip: contentShift, contentGap
|
8
8
|
- DropdownMenu: Added attributes.ref support
|
9
9
|
- Actionable, Button, Link, MenuItem: Added stopPropagation property for nested buttons
|
10
|
+
- Reshaped: scoped color mode support for nested Reshaped providers
|
10
11
|
|
11
12
|
Documentation
|
12
13
|
|