@plasmicapp/react-web 0.2.251 → 0.2.253

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.
Files changed (2) hide show
  1. package/dist/all.d.ts +5 -0
  2. 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.251",
3
+ "version": "0.2.253",
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.108",
92
+ "@plasmicapp/data-sources": "0.1.110",
93
93
  "@plasmicapp/data-sources-context": "0.1.11",
94
- "@plasmicapp/host": "1.0.162",
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": "880895fe86763d52a32d066902b2fa6f3c466990"
168
+ "gitHead": "07863c702fe90fad546df84838265ab7348f2470"
169
169
  }