@plasmicapp/react-web 0.2.317 → 0.2.318
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 +6 -0
- package/package.json +4 -4
package/dist/all.d.ts
CHANGED
|
@@ -12027,6 +12027,12 @@ interface RichSlotType<P> {
|
|
|
12027
12027
|
* The unique names of all code components that can be placed in the slot
|
|
12028
12028
|
*/
|
|
12029
12029
|
allowedComponents?: string[];
|
|
12030
|
+
/**
|
|
12031
|
+
* Wheter Plasmic Components with a root component included in the
|
|
12032
|
+
* "allowedComponents" list are valid or not.
|
|
12033
|
+
* Only used if the "allowedComponents" list is set.
|
|
12034
|
+
*/
|
|
12035
|
+
allowRootWrapper?: boolean;
|
|
12030
12036
|
/**
|
|
12031
12037
|
* Whether the "empty slot" placeholder should be hidden in the canvas.
|
|
12032
12038
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.318",
|
|
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",
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@plasmicapp/auth-react": "0.0.20",
|
|
90
|
-
"@plasmicapp/data-sources": "0.1.
|
|
90
|
+
"@plasmicapp/data-sources": "0.1.148",
|
|
91
91
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
92
|
-
"@plasmicapp/host": "1.0.
|
|
92
|
+
"@plasmicapp/host": "1.0.190",
|
|
93
93
|
"@plasmicapp/loader-splits": "1.0.55",
|
|
94
94
|
"@plasmicapp/prepass": "1.0.14",
|
|
95
95
|
"@plasmicapp/query": "0.1.78",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"react": ">=16.8.0",
|
|
158
158
|
"react-dom": ">=16.8.0"
|
|
159
159
|
},
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "08f4db385bb92471d4dc5cf295469b7b6f889b13"
|
|
161
161
|
}
|