reshaped 3.5.1-canary.1 → 3.5.1
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 +5 -1
- package/dist/bundle.css +1 -1
- package/dist/bundle.js +10 -10
- package/dist/components/Card/Card.js +2 -2
- package/dist/components/Card/Card.module.css +1 -1
- package/dist/components/Slider/Slider.types.d.ts +1 -1
- package/dist/components/Slider/SliderControlled.js +4 -2
- package/dist/components/Slider/tests/Slider.stories.d.ts +1 -0
- package/dist/components/Slider/tests/Slider.stories.js +8 -0
- package/dist/utilities/a11y/focus.d.ts +3 -6
- package/dist/utilities/a11y/focus.js +11 -8
- package/dist/utilities/a11y/types.d.ts +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
|
1
|
+
WIP 3.5.1
|
2
2
|
|
3
3
|
- NumberField: user-select none for touch devices
|
4
|
+
- Tabs: Fixed arrow navigation
|
5
|
+
- Slider: Fixed drag propagation when used in swipeable modals
|
6
|
+
- Card: Removed internal content wrapper to fix Safari absolute positioning of contents inside the card
|
7
|
+
- [Pro] Storybook: Preserve theme and mode values while navigating stories
|
4
8
|
- [Pro] Storybook config: switched to js to resolve TS resolving issues
|