@plasmicapp/react-web 0.2.244 → 0.2.245

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 +2 -2
  2. package/package.json +4 -4
package/dist/all.d.ts CHANGED
@@ -11651,13 +11651,13 @@ interface RichDataPickerType<P> extends PropTypeBaseDefault<P, DataPickerValueTy
11651
11651
  type: "dataSelector";
11652
11652
  data?: Record<string, any> | ContextDependentConfig<P, Record<string, any>>;
11653
11653
  alwaysShowValuePathAsLabel?: boolean;
11654
- mergeWithExternalData?: boolean;
11654
+ isolateEnv?: boolean;
11655
11655
  }
11656
11656
  type DataPickerType<P> = "dataPicker" | RichDataPickerType<P>;
11657
11657
  interface RichExprEditorType<P> extends PropTypeBaseDefault<P, DataPickerValueType> {
11658
11658
  type: "exprEditor";
11659
11659
  data?: Record<string, any> | ContextDependentConfig<P, Record<string, any>>;
11660
- mergeWithExternalData?: boolean;
11660
+ isolateEnv?: boolean;
11661
11661
  }
11662
11662
  type ExprEditorType<P> = "exprEditor" | RichExprEditorType<P>;
11663
11663
  interface FormValidationRulesType<P> extends PropTypeBaseDefault<P, any> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.244",
3
+ "version": "0.2.245",
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",
@@ -86,9 +86,9 @@
86
86
  "prettier": {},
87
87
  "dependencies": {
88
88
  "@plasmicapp/auth-react": "0.0.6",
89
- "@plasmicapp/data-sources": "0.1.102",
89
+ "@plasmicapp/data-sources": "0.1.103",
90
90
  "@plasmicapp/data-sources-context": "0.1.11",
91
- "@plasmicapp/host": "1.0.157",
91
+ "@plasmicapp/host": "1.0.158",
92
92
  "@plasmicapp/prepass": "1.0.2",
93
93
  "@plasmicapp/query": "0.1.67",
94
94
  "@react-aria/checkbox": "^3.5.0",
@@ -155,5 +155,5 @@
155
155
  "react": ">=16.8.0",
156
156
  "react-dom": ">=16.8.0"
157
157
  },
158
- "gitHead": "298c58ac987632c558aaf32afed63aab5a26e154"
158
+ "gitHead": "2d1906eaf6967fc72e65858ddac67a0721563fd5"
159
159
  }