@plasmicapp/react-web 0.2.350 → 0.2.352
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/all.d.ts +2 -2
- package/package.json +5 -5
package/dist/all.d.ts
CHANGED
|
@@ -11697,10 +11697,10 @@ interface CodeComponentMeta<P> {
|
|
|
11697
11697
|
*/
|
|
11698
11698
|
trapsFocus?: boolean;
|
|
11699
11699
|
/**
|
|
11700
|
-
* An object
|
|
11700
|
+
* An object registering code component's variants that should be allowed in Studio, when the component is
|
|
11701
11701
|
* used as the root of a Studio component.
|
|
11702
11702
|
*/
|
|
11703
|
-
|
|
11703
|
+
variants?: Record<string, {
|
|
11704
11704
|
cssSelector: string;
|
|
11705
11705
|
displayName: string;
|
|
11706
11706
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.352",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
"test-storybook": "test-storybook"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@plasmicapp/auth-react": "0.0.
|
|
100
|
-
"@plasmicapp/data-sources": "0.1.
|
|
99
|
+
"@plasmicapp/auth-react": "0.0.22",
|
|
100
|
+
"@plasmicapp/data-sources": "0.1.166",
|
|
101
101
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
102
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
+
"@plasmicapp/host": "1.0.207",
|
|
103
103
|
"@plasmicapp/loader-splits": "1.0.62",
|
|
104
104
|
"@plasmicapp/nextjs-app-router": "1.0.12",
|
|
105
105
|
"@plasmicapp/prepass": "1.0.17",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"react": ">=16.8.0",
|
|
169
169
|
"react-dom": ">=16.8.0"
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "ceaa65b07eecbbc65adfd49094bd166c0fcbd614"
|
|
172
172
|
}
|