@plasmicapp/react-web 0.2.179 → 0.2.180
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
|
@@ -11388,7 +11388,7 @@ declare type ExternalComponentHelpers<P> = {
|
|
|
11388
11388
|
isDefaultExport: true;
|
|
11389
11389
|
});
|
|
11390
11390
|
declare type StyleSection = "visibility" | "typography" | "sizing" | "spacing" | "background" | "transform" | "transitions" | "layout" | "overflow" | "border" | "shadows" | "effects";
|
|
11391
|
-
interface
|
|
11391
|
+
interface CodeComponentMeta<P> {
|
|
11392
11392
|
/**
|
|
11393
11393
|
* Any unique string name used to identify that component. Each component
|
|
11394
11394
|
* should be registered with a different `meta.name`, even if they have the
|
|
@@ -11515,7 +11515,7 @@ interface RefActionRegistration<P> {
|
|
|
11515
11515
|
}
|
|
11516
11516
|
interface ComponentRegistration {
|
|
11517
11517
|
component: React.ComponentType<any>;
|
|
11518
|
-
meta:
|
|
11518
|
+
meta: CodeComponentMeta<any>;
|
|
11519
11519
|
}
|
|
11520
11520
|
declare global {
|
|
11521
11521
|
interface Window {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.180",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
},
|
|
87
87
|
"prettier": {},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@plasmicapp/data-sources": "0.1.
|
|
89
|
+
"@plasmicapp/data-sources": "0.1.52",
|
|
90
90
|
"@plasmicapp/data-sources-context": "0.1.7",
|
|
91
|
-
"@plasmicapp/host": "1.0.
|
|
91
|
+
"@plasmicapp/host": "1.0.119",
|
|
92
92
|
"@plasmicapp/query": "0.1.61",
|
|
93
93
|
"@react-aria/checkbox": "^3.5.0",
|
|
94
94
|
"@react-aria/focus": "^3.7.0",
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"react": ">=16.8.0",
|
|
156
156
|
"react-dom": ">=16.8.0"
|
|
157
157
|
},
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "c1f2560551d97e2e4b2c52669a262532795f54b2"
|
|
159
159
|
}
|