@deque/cauldron-react 6.20.2-canary.82effd86 → 6.20.2-canary.993cc789
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/lib/index.js +1 -3
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1781,9 +1781,7 @@ var AnchoredOverlay = React.forwardRef(function (_a, refProp) {
|
|
|
1781
1781
|
? reactDom$1.autoPlacement({
|
|
1782
1782
|
alignment: getAutoAlignment(initialPlacement)
|
|
1783
1783
|
})
|
|
1784
|
-
: reactDom$1.flip(
|
|
1785
|
-
fallbackAxisSideDirection: 'start'
|
|
1786
|
-
}),
|
|
1784
|
+
: reactDom$1.flip(),
|
|
1787
1785
|
reactDom$1.shift({ crossAxis: false })
|
|
1788
1786
|
].filter(Boolean),
|
|
1789
1787
|
elements: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deque/cauldron-react",
|
|
3
|
-
"version": "6.20.2-canary.
|
|
3
|
+
"version": "6.20.2-canary.993cc789",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Fully accessible react components library for Deque Cauldron",
|
|
6
6
|
"homepage": "https://cauldron.dequelabs.com/",
|