reshaped 2.11.8 → 2.11.10
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/bundle.css +1 -1
- package/bundle.js +9 -9
- package/components/Actionable/Actionable.module.css +1 -1
- package/components/Badge/Badge.types.d.ts +1 -1
- package/components/Modal/Modal.module.css +1 -1
- package/components/Modal/Modal.types.d.ts +1 -1
- package/components/Modal/tests/Modal.stories.js +7 -4
- package/hooks/_private/useSingletonHotkeys.d.ts +8 -11
- package/hooks/_private/useSingletonHotkeys.js +23 -56
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -4,3 +4,5 @@
|
|
4
4
|
- Slider: Fit thumbs within the bar area not to cause overflow
|
5
5
|
- Slider: Fixed horizontal scrolling on mount in safari
|
6
6
|
- Actionable: Switched to :focus-visible
|
7
|
+
- Badge: Relaxed the types to be able to pass dismissAriaLabel while onDismiss is undefined
|
8
|
+
- Modal: Added full-screen position
|