@plasmicapp/react-web 0.2.214 → 0.2.216
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.
- package/dist/all.d.ts +1 -0
- 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.
|
|
3
|
+
"version": "0.2.216",
|
|
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.
|
|
78
|
+
"@plasmicapp/data-sources": "0.1.82",
|
|
79
79
|
"@plasmicapp/data-sources-context": "0.1.11",
|
|
80
|
-
"@plasmicapp/host": "1.0.
|
|
80
|
+
"@plasmicapp/host": "1.0.140",
|
|
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": "
|
|
146
|
+
"gitHead": "a9f2eda1e2d7d4aa9bb169cee7bc1fb00061a941"
|
|
147
147
|
}
|