@plasmicpkgs/radix-ui 0.0.54 → 0.0.55

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 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.54",
3
+ "version": "0.0.55",
4
4
  "description": "Radix UI components for Plasmic",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,5 +56,5 @@
56
56
  "lucide-react": "^0.279.0",
57
57
  "remeda": "^1.27.0"
58
58
  },
59
- "gitHead": "7fdda11c2d8a17f38f4af56153ff6fbaf09d4b07"
59
+ "gitHead": "a97215477367b65bdef8124179aa6e30b3c18aa2"
60
60
  }