@plasmicpkgs/radix-ui 0.0.65 → 0.0.67
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
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:
|
|
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:
|
|
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.
|
|
3
|
+
"version": "0.0.67",
|
|
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.209",
|
|
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": "a68b0dbe021bc38f355643251cf4150d949f92c6"
|
|
60
60
|
}
|