@plasmicapp/react-web 0.2.207 → 0.2.208
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 +2 -2
- package/package.json +4 -4
package/dist/all.d.ts
CHANGED
|
@@ -11553,7 +11553,7 @@ interface CodeComponentMeta<P> {
|
|
|
11553
11553
|
* will always be named by the name of this component.
|
|
11554
11554
|
*/
|
|
11555
11555
|
alwaysAutoName?: boolean;
|
|
11556
|
-
|
|
11556
|
+
refActions?: Record<string, RefActionRegistration<P>>;
|
|
11557
11557
|
}
|
|
11558
11558
|
interface FunctionParam<P> {
|
|
11559
11559
|
name: string;
|
|
@@ -11563,7 +11563,7 @@ interface FunctionParam<P> {
|
|
|
11563
11563
|
interface RefActionRegistration<P> {
|
|
11564
11564
|
displayName?: string;
|
|
11565
11565
|
description?: string;
|
|
11566
|
-
|
|
11566
|
+
argTypes: FunctionParam<P>[];
|
|
11567
11567
|
}
|
|
11568
11568
|
interface ComponentRegistration {
|
|
11569
11569
|
component: React.ComponentType<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.208",
|
|
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",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
},
|
|
75
75
|
"prettier": {},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@plasmicapp/data-sources": "0.1.
|
|
77
|
+
"@plasmicapp/data-sources": "0.1.75",
|
|
78
78
|
"@plasmicapp/data-sources-context": "0.1.11",
|
|
79
|
-
"@plasmicapp/host": "1.0.
|
|
79
|
+
"@plasmicapp/host": "1.0.133",
|
|
80
80
|
"@plasmicapp/query": "0.1.63",
|
|
81
81
|
"@react-aria/checkbox": "^3.5.0",
|
|
82
82
|
"@react-aria/focus": "^3.7.0",
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"react": ">=16.8.0",
|
|
143
143
|
"react-dom": ">=16.8.0"
|
|
144
144
|
},
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "7922e287e1a83e1ae41044981b7661c787e7b55a"
|
|
146
146
|
}
|