@plasmicapp/react-web 0.2.285 → 0.2.286

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 CHANGED
@@ -12173,7 +12173,7 @@ declare function makeFragment(...children: React$1.ReactNode[]): React$1.Functio
12173
12173
  children?: React$1.ReactNode;
12174
12174
  }>;
12175
12175
  declare function wrapWithClassName(element: React$1.ReactNode, className: string): React$1.DetailedReactHTMLElement<{
12176
- key: React$1.Key | undefined;
12176
+ key: string | undefined;
12177
12177
  className: string;
12178
12178
  style: {
12179
12179
  display: "grid";
@@ -51,7 +51,7 @@ export declare function makeFragment(...children: React.ReactNode[]): React.Func
51
51
  }>;
52
52
  export declare const UNSET: unique symbol;
53
53
  export declare function wrapWithClassName(element: React.ReactNode, className: string): React.DetailedReactHTMLElement<{
54
- key: React.Key | undefined;
54
+ key: string | undefined;
55
55
  className: string;
56
56
  style: {
57
57
  display: "grid";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.285",
3
+ "version": "0.2.286",
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",
@@ -90,8 +90,8 @@
90
90
  "@plasmicapp/data-sources": "0.1.133",
91
91
  "@plasmicapp/data-sources-context": "0.1.17",
92
92
  "@plasmicapp/host": "1.0.177",
93
- "@plasmicapp/loader-splits": "1.0.43",
94
- "@plasmicapp/prepass": "1.0.9",
93
+ "@plasmicapp/loader-splits": "1.0.44",
94
+ "@plasmicapp/prepass": "1.0.10",
95
95
  "@plasmicapp/query": "0.1.74",
96
96
  "@react-aria/checkbox": "^3.5.0",
97
97
  "@react-aria/focus": "^3.7.0",
@@ -157,5 +157,5 @@
157
157
  "react": ">=16.8.0",
158
158
  "react-dom": ">=16.8.0"
159
159
  },
160
- "gitHead": "dd3fb05c217645973c4f62f7e70676799b3fd627"
160
+ "gitHead": "6db50a6b3e9ffd747e4a6521b42fcc0a8f32e97c"
161
161
  }
@@ -51,7 +51,7 @@ export declare function makeFragment(...children: React.ReactNode[]): React.Func
51
51
  }>;
52
52
  export declare const UNSET: unique symbol;
53
53
  export declare function wrapWithClassName(element: React.ReactNode, className: string): React.DetailedReactHTMLElement<{
54
- key: React.Key | undefined;
54
+ key: string | undefined;
55
55
  className: string;
56
56
  style: {
57
57
  display: "grid";