reshaped 3.6.0-canary.3 → 3.6.0-canary.4
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 +3 -0
- package/dist/bundle.css +1 -1
- package/dist/bundle.d.ts +1 -0
- package/dist/bundle.js +5 -5
- package/dist/components/Avatar/Avatar.module.css +1 -1
- package/dist/components/Reshaped/Reshaped.js +2 -2
- package/dist/components/Reshaped/Reshaped.types.d.ts +1 -0
- package/dist/components/Reshaped/tests/Reshaped.stories.d.ts +1 -0
- package/dist/components/Reshaped/tests/Reshaped.stories.js +20 -0
- package/dist/components/Theme/GlobalColorMode.js +6 -11
- package/dist/components/Theme/Theme.types.d.ts +1 -0
- package/dist/components/Theme/index.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -20,6 +20,9 @@
|
|
20
20
|
- Flyout: trapFocusMode=false support
|
21
21
|
- DropdownMenu: Submenu trigger doesn't close the menu on click
|
22
22
|
- Accordion: Fixed iconPosition prop memoization
|
23
|
+
- Avatar: use rs-font-weight-bold instead of hardcoded weight
|
24
|
+
- Exported ColorMode type
|
25
|
+
- Reshaped: colorMode conrolled prop support
|
23
26
|
|
24
27
|
## 3.5.3
|
25
28
|
|