@plasmicpkgs/react-aria 0.0.131 → 0.0.132
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/dist/.tsbuildinfo +1 -1
- package/dist/react-aria.esm.js +1 -1
- package/dist/react-aria.esm.js.map +1 -1
- package/dist/react-aria.js +1 -1
- package/dist/react-aria.js.map +1 -1
- package/package.json +2 -2
- package/skinny/registerOverlayArrow.cjs.js +1 -1
- package/skinny/registerOverlayArrow.cjs.js.map +1 -1
- package/skinny/registerOverlayArrow.esm.js +1 -1
- package/skinny/registerOverlayArrow.esm.js.map +1 -1
package/dist/react-aria.js
CHANGED
|
@@ -3121,7 +3121,7 @@ function registerOverlayArrow(loader, overrides) {
|
|
|
3121
3121
|
displayName: "Aria Overlay Arrow",
|
|
3122
3122
|
importPath: "@plasmicpkgs/react-aria/skinny/registerOverlayArrow",
|
|
3123
3123
|
importName: "BaseOverlayArrow",
|
|
3124
|
-
styleSections:
|
|
3124
|
+
styleSections: ["visibility"],
|
|
3125
3125
|
variants: variants$9,
|
|
3126
3126
|
props: {
|
|
3127
3127
|
children: {
|