@plasmicapp/react-web 0.2.251 → 0.2.252
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 +5 -0
- package/package.json +4 -4
package/dist/all.d.ts
CHANGED
|
@@ -11189,6 +11189,11 @@ interface ComponentTemplates<P> {
|
|
|
11189
11189
|
}
|
|
11190
11190
|
type StateSpec = {
|
|
11191
11191
|
onChangeProp: string;
|
|
11192
|
+
/**
|
|
11193
|
+
* If true, will hide the state in a collapsed section; good for states that
|
|
11194
|
+
* should not usually be used.
|
|
11195
|
+
*/
|
|
11196
|
+
advanced?: boolean;
|
|
11192
11197
|
} & ({
|
|
11193
11198
|
type: "readonly";
|
|
11194
11199
|
variableType: "text";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.252",
|
|
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",
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"prettier": {},
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"@plasmicapp/auth-react": "0.0.7",
|
|
92
|
-
"@plasmicapp/data-sources": "0.1.
|
|
92
|
+
"@plasmicapp/data-sources": "0.1.109",
|
|
93
93
|
"@plasmicapp/data-sources-context": "0.1.11",
|
|
94
|
-
"@plasmicapp/host": "1.0.
|
|
94
|
+
"@plasmicapp/host": "1.0.163",
|
|
95
95
|
"@plasmicapp/prepass": "1.0.3",
|
|
96
96
|
"@plasmicapp/query": "0.1.68",
|
|
97
97
|
"@react-aria/checkbox": "^3.5.0",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"react": ">=16.8.0",
|
|
166
166
|
"react-dom": ">=16.8.0"
|
|
167
167
|
},
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "ab608db4274a0622f29909c4c735aa79313b779d"
|
|
169
169
|
}
|