reshaped 3.7.0-canary.7 → 3.7.0-canary.8
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 +8 -8
- package/dist/components/Carousel/Carousel.module.css +1 -1
- package/dist/components/Modal/tests/Modal.stories.js +8 -0
- package/dist/components/TextField/TextField.js +1 -1
- package/dist/utilities/a11y/TrapFocus.js +5 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -13,3 +13,5 @@
|
|
13
13
|
- Text: Added monospace prop
|
14
14
|
- Tooltip: Added color prop
|
15
15
|
- Tabs: Fixed horizontal scrolling caused by negative margins
|
16
|
+
- Carousel: Updated outline styles when there are no focusable elements inside the carousel
|
17
|
+
- TrapFocus: Keep the focus on the manually focused elements
|