@plasmicapp/react-web 0.2.247 → 0.2.248

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
@@ -11517,6 +11517,10 @@ interface ColorType<P> extends PropTypeBaseDefault<P, string> {
11517
11517
  * unless you are using a React portal.
11518
11518
  */
11519
11519
  keepCssVar?: boolean;
11520
+ /**
11521
+ * Prevent tokens from being selected.
11522
+ */
11523
+ disableTokens?: boolean;
11520
11524
  }
11521
11525
  interface DateStringType<P> extends PropTypeBaseDefault<P, string> {
11522
11526
  type: "dateString";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.247",
3
+ "version": "0.2.248",
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.6",
92
- "@plasmicapp/data-sources": "0.1.105",
92
+ "@plasmicapp/data-sources": "0.1.106",
93
93
  "@plasmicapp/data-sources-context": "0.1.11",
94
- "@plasmicapp/host": "1.0.159",
94
+ "@plasmicapp/host": "1.0.160",
95
95
  "@plasmicapp/prepass": "1.0.2",
96
96
  "@plasmicapp/query": "0.1.67",
97
97
  "@react-aria/checkbox": "^3.5.0",
@@ -158,5 +158,5 @@
158
158
  "react": ">=16.8.0",
159
159
  "react-dom": ">=16.8.0"
160
160
  },
161
- "gitHead": "f1d5f4fddc0f8d528cffb91a803501e51c877b42"
161
+ "gitHead": "cd709d627ae388ad77010119787ecef6d555362b"
162
162
  }