reshaped 3.6.0-canary.1 → 3.6.0-canary.2
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 +4 -0
- package/dist/bundle.css +1 -1
- package/dist/bundle.js +9 -9
- package/dist/components/Flyout/Flyout.types.d.ts +3 -2
- package/dist/components/Flyout/FlyoutContent.js +10 -8
- package/dist/components/Flyout/tests/Flyout.stories.d.ts +4 -0
- package/dist/components/Flyout/tests/Flyout.stories.js +20 -4
- package/dist/components/Flyout/useFlyout.js +13 -9
- package/dist/components/Flyout/utilities/flyout.js +4 -4
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/Modal/Modal.module.css +1 -1
- package/dist/components/Overlay/Overlay.js +2 -2
- package/dist/components/Overlay/Overlay.module.css +1 -1
- package/dist/components/Overlay/Overlay.types.d.ts +1 -0
- package/dist/utilities/dom/find.d.ts +1 -1
- package/dist/utilities/dom/find.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -12,6 +12,10 @@
|
|
12
12
|
- Slider: updated tests
|
13
13
|
- Slider: Trigger form/input native onChange when dragging
|
14
14
|
- ScrollArea: Added missing outline reset
|
15
|
+
- Overlay: overflow property
|
16
|
+
- Flyout: Positioning inside modals
|
17
|
+
- Flyout: Updated trigger boundaries detection inside scrollable
|
18
|
+
- Flyout: Avoid using fallbacks inside scrollable when already opened (to match regular flyouts)
|
15
19
|
|
16
20
|
## 3.5.3
|
17
21
|
|