@plasmicapp/react-web 0.2.219 → 0.2.220
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 -1
- package/package.json +4 -4
package/dist/all.d.ts
CHANGED
|
@@ -11288,7 +11288,7 @@ interface Defaultable<P, T> {
|
|
|
11288
11288
|
*/
|
|
11289
11289
|
defaultValue?: T;
|
|
11290
11290
|
/**
|
|
11291
|
-
* If no prop is given, the component uses a default; specify
|
|
11291
|
+
* If no prop is given, the component uses a default; specify what
|
|
11292
11292
|
* that default is so the Plasmic user can see it in the studio UI
|
|
11293
11293
|
*/
|
|
11294
11294
|
defaultValueHint?: T | ContextDependentConfig<P, T | undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.220",
|
|
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.86",
|
|
79
79
|
"@plasmicapp/data-sources-context": "0.1.11",
|
|
80
|
-
"@plasmicapp/host": "1.0.
|
|
80
|
+
"@plasmicapp/host": "1.0.144",
|
|
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": "5f738407b3507b4cdcad7003b0d97593556a8702"
|
|
147
147
|
}
|