@plasmicapp/react-web 0.2.225 → 0.2.226

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 +4 -0
  2. package/package.json +4 -4
package/dist/all.d.ts CHANGED
@@ -11192,6 +11192,10 @@ interface CodeComponentMeta<P> {
11192
11192
  * will always be named by the name of this component.
11193
11193
  */
11194
11194
  alwaysAutoName?: boolean;
11195
+ /**
11196
+ * If true, then won't be listed in the insert menu for content creators.
11197
+ */
11198
+ hideFromContentCreators?: boolean;
11195
11199
  refActions?: Record<string, RefActionRegistration<P>>;
11196
11200
  }
11197
11201
  interface FunctionParam<P> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.225",
3
+ "version": "0.2.226",
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",
@@ -75,9 +75,9 @@
75
75
  },
76
76
  "prettier": {},
77
77
  "dependencies": {
78
- "@plasmicapp/data-sources": "0.1.90",
78
+ "@plasmicapp/data-sources": "0.1.91",
79
79
  "@plasmicapp/data-sources-context": "0.1.11",
80
- "@plasmicapp/host": "1.0.147",
80
+ "@plasmicapp/host": "1.0.148",
81
81
  "@plasmicapp/query": "0.1.67",
82
82
  "@react-aria/checkbox": "^3.5.0",
83
83
  "@react-aria/focus": "^3.7.0",
@@ -143,5 +143,5 @@
143
143
  "react": ">=16.8.0",
144
144
  "react-dom": ">=16.8.0"
145
145
  },
146
- "gitHead": "b416c3aff370f8f8b0c884e3700bd8fe61ad3e2b"
146
+ "gitHead": "e1ac02c80fb803a000eceb41621f2bccdbe14035"
147
147
  }