@plasmicapp/react-web 0.2.336 → 0.2.338
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 +1 -0
- package/package.json +5 -5
package/dist/all.d.ts
CHANGED
|
@@ -12048,6 +12048,7 @@ interface CustomChoiceType<P> extends ChoiceTypeBase<P, string | number | boolea
|
|
|
12048
12048
|
type ChoiceType<P> = SingleChoiceType<P> | MultiChoiceType<P> | CustomChoiceType<P>;
|
|
12049
12049
|
interface RichSlotType<P> {
|
|
12050
12050
|
type: "slot";
|
|
12051
|
+
description?: string;
|
|
12051
12052
|
/**
|
|
12052
12053
|
* The unique names of all code components that can be placed in the slot
|
|
12053
12054
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.338",
|
|
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,10 +97,10 @@
|
|
|
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.155",
|
|
101
101
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
102
|
-
"@plasmicapp/host": "1.0.
|
|
103
|
-
"@plasmicapp/loader-splits": "1.0.
|
|
102
|
+
"@plasmicapp/host": "1.0.196",
|
|
103
|
+
"@plasmicapp/loader-splits": "1.0.61",
|
|
104
104
|
"@plasmicapp/nextjs-app-router": "1.0.11",
|
|
105
105
|
"@plasmicapp/prepass": "1.0.17",
|
|
106
106
|
"@plasmicapp/query": "0.1.79",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"react": ">=16.8.0",
|
|
169
169
|
"react-dom": ">=16.8.0"
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "fc7f0f6d8b52996059db13b722f9930d8298dcad"
|
|
172
172
|
}
|