@plasmicapp/react-web 0.2.284 → 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.
@@ -3,9 +3,9 @@ export declare function PlasmicSlot<T extends keyof JSX.IntrinsicElements = "div
3
3
  as?: T;
4
4
  defaultContents?: React.ReactNode;
5
5
  value?: React.ReactNode;
6
- }): string | number | true | any[] | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null;
6
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
7
7
  export declare function renderPlasmicSlot<T extends keyof JSX.IntrinsicElements = "div">(opts: {
8
8
  as?: T;
9
9
  defaultContents?: React.ReactNode;
10
10
  value?: React.ReactNode;
11
- }): string | number | true | any[] | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null;
11
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
@@ -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.284",
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": "551e4cd8c4364a271198fbcbe3c7789c87aed90f"
160
+ "gitHead": "6db50a6b3e9ffd747e4a6521b42fcc0a8f32e97c"
161
161
  }