@measured/puck 0.12.1-canary.1c3372b → 0.13.0-canary.194c4e5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/rsc.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as Config, D as Data } from './Config-35e6eaae.js';
2
+ import { C as Config, D as Data } from './Config-0331e026.js';
3
3
  import 'react';
4
4
 
5
- declare function Render({ config, data }: {
6
- config: Config;
5
+ declare function Render({ config, data, }: {
6
+ config: Config<any, any, any>;
7
7
  data: Data;
8
8
  }): react_jsx_runtime.JSX.Element;
9
9
 
package/dist/rsc.js CHANGED
@@ -109,7 +109,10 @@ function DropZoneRender({
109
109
  return null;
110
110
  }) });
111
111
  }
112
- function Render({ config, data }) {
112
+ function Render({
113
+ config,
114
+ data
115
+ }) {
113
116
  var _a;
114
117
  if ((_a = config.root) == null ? void 0 : _a.render) {
115
118
  const rootProps = data.root.props || data.root;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.12.1-canary.1c3372b",
3
+ "version": "0.13.0-canary.194c4e5",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",