@plasmicapp/react-web 0.2.338 → 0.2.339
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 +8 -0
- package/package.json +4 -4
package/dist/all.d.ts
CHANGED
|
@@ -11692,6 +11692,14 @@ interface CodeComponentMeta<P> {
|
|
|
11692
11692
|
* slot. Clicking again will deep-select the slot content.
|
|
11693
11693
|
*/
|
|
11694
11694
|
trapsFocus?: boolean;
|
|
11695
|
+
/**
|
|
11696
|
+
* An object describing the component interaction variants that should be allowed in Studio, when the component is
|
|
11697
|
+
* used as the root of a Studio component.
|
|
11698
|
+
*/
|
|
11699
|
+
interactionVariants?: Record<string, {
|
|
11700
|
+
cssSelector: string;
|
|
11701
|
+
displayName: string;
|
|
11702
|
+
}>;
|
|
11695
11703
|
}
|
|
11696
11704
|
interface FunctionParam<P> {
|
|
11697
11705
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.339",
|
|
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",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@plasmicapp/auth-react": "0.0.21",
|
|
100
|
-
"@plasmicapp/data-sources": "0.1.
|
|
100
|
+
"@plasmicapp/data-sources": "0.1.156",
|
|
101
101
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
102
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
+
"@plasmicapp/host": "1.0.197",
|
|
103
103
|
"@plasmicapp/loader-splits": "1.0.61",
|
|
104
104
|
"@plasmicapp/nextjs-app-router": "1.0.11",
|
|
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": "bc10abae6b027cb31f3d3d63939a8271831d4ed0"
|
|
172
172
|
}
|