@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.
Files changed (2) hide show
  1. package/dist/all.d.ts +2 -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 ComponentMeta<P> {
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: ComponentMeta<any>;
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.179",
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.51",
89
+ "@plasmicapp/data-sources": "0.1.52",
90
90
  "@plasmicapp/data-sources-context": "0.1.7",
91
- "@plasmicapp/host": "1.0.118",
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": "dfec2aaef86c0ed51b37475bac3a242712679b95"
158
+ "gitHead": "c1f2560551d97e2e4b2c52669a262532795f54b2"
159
159
  }