@plasmicpkgs/radix-ui 0.0.54 → 0.0.56
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/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -330,7 +330,8 @@ var overlayProps = ({
|
|
|
330
330
|
modal: {
|
|
331
331
|
type: "boolean",
|
|
332
332
|
advanced: true,
|
|
333
|
-
description: "Disable interaction with outside elements. Only popover content will be visible to screen readers."
|
|
333
|
+
description: "Disable interaction with outside elements. Only popover content will be visible to screen readers.",
|
|
334
|
+
defaultValueHint: true
|
|
334
335
|
},
|
|
335
336
|
onOpenChange: {
|
|
336
337
|
type: "eventHandler",
|
package/dist/index.mjs
CHANGED
|
@@ -285,7 +285,8 @@ var overlayProps = ({
|
|
|
285
285
|
modal: {
|
|
286
286
|
type: "boolean",
|
|
287
287
|
advanced: true,
|
|
288
|
-
description: "Disable interaction with outside elements. Only popover content will be visible to screen readers."
|
|
288
|
+
description: "Disable interaction with outside elements. Only popover content will be visible to screen readers.",
|
|
289
|
+
defaultValueHint: true
|
|
289
290
|
},
|
|
290
291
|
onOpenChange: {
|
|
291
292
|
type: "eventHandler",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicpkgs/radix-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.56",
|
|
4
4
|
"description": "Radix UI components for Plasmic",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"analyze": "size-limit --why"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@plasmicapp/host": "1.0.
|
|
29
|
+
"@plasmicapp/host": "1.0.200",
|
|
30
30
|
"@size-limit/preset-small-lib": "^4.11.0",
|
|
31
31
|
"@types/node": "^14.0.26",
|
|
32
32
|
"@types/react": "^18.2.33",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"lucide-react": "^0.279.0",
|
|
57
57
|
"remeda": "^1.27.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "fe773e8b44561aecdfe29d6c48155d2123892ce7"
|
|
60
60
|
}
|