@plasmicpkgs/radix-ui 0.0.65 → 0.0.66

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
@@ -775,7 +775,7 @@ function registerDialog(PLASMIC) {
775
775
  displayName: "Dialog Core",
776
776
  importPath: "@plasmicpkgs/radix-ui",
777
777
  importName: "Dialog",
778
- styleSections: false,
778
+ styleSections: ["visibility"],
779
779
  defaultStyles: {
780
780
  // Note: unable to set position styles since Plasmic coerces to auto layout
781
781
  display: "flex",
package/dist/index.mjs CHANGED
@@ -730,7 +730,7 @@ function registerDialog(PLASMIC) {
730
730
  displayName: "Dialog Core",
731
731
  importPath: "@plasmicpkgs/radix-ui",
732
732
  importName: "Dialog",
733
- styleSections: false,
733
+ styleSections: ["visibility"],
734
734
  defaultStyles: {
735
735
  // Note: unable to set position styles since Plasmic coerces to auto layout
736
736
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/radix-ui",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
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": "879304149b902b453a47fe674997fcad01ae4af8"
59
+ "gitHead": "0b0e83e41021ab240ce6e3c8236f90ccfcef25a1"
60
60
  }