@plasmicapp/react-web 0.2.214 → 0.2.217

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 +1 -0
  2. package/package.json +4 -4
package/dist/all.d.ts CHANGED
@@ -11223,6 +11223,7 @@ interface CanvasComponentProps<Data = any> {
11223
11223
  }
11224
11224
  type ControlExtras = {
11225
11225
  path: (string | number)[];
11226
+ item?: any;
11226
11227
  };
11227
11228
  type InferDataType<P> = P extends CanvasComponentProps<infer Data> ? Data : any;
11228
11229
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.214",
3
+ "version": "0.2.217",
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.80",
78
+ "@plasmicapp/data-sources": "0.1.83",
79
79
  "@plasmicapp/data-sources-context": "0.1.11",
80
- "@plasmicapp/host": "1.0.138",
80
+ "@plasmicapp/host": "1.0.141",
81
81
  "@plasmicapp/query": "0.1.64",
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": "241834a7707bc26beff06edcdba7149717f93408"
146
+ "gitHead": "f4b49944c59dc226246be649860f0eb63cdcedf5"
147
147
  }