@measured/puck 0.18.2-canary.3a69ad4 → 0.18.2-canary.73bb338

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.
@@ -341,7 +341,7 @@ type Overrides = OverridesGeneric<{
341
341
  puck: RenderFunc;
342
342
  }>;
343
343
  type FieldRenderFunctions = Omit<{
344
- [Type in Field["type"]]: React.FunctionComponent<FieldProps<Extract<Field, {
344
+ [Type in Field["type"]]: React.FunctionComponent<FieldProps<any, Extract<Field, {
345
345
  type: Type;
346
346
  }>> & {
347
347
  children: ReactNode;
@@ -341,7 +341,7 @@ type Overrides = OverridesGeneric<{
341
341
  puck: RenderFunc;
342
342
  }>;
343
343
  type FieldRenderFunctions = Omit<{
344
- [Type in Field["type"]]: React.FunctionComponent<FieldProps<Extract<Field, {
344
+ [Type in Field["type"]]: React.FunctionComponent<FieldProps<any, Extract<Field, {
345
345
  type: Type;
346
346
  }>> & {
347
347
  children: ReactNode;
package/dist/rsc.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as Config, U as UserGenerics } from './resolve-all-data-C-cc7ftj.mjs';
3
- export { a5 as resolveAllData } from './resolve-all-data-C-cc7ftj.mjs';
2
+ import { C as Config, U as UserGenerics } from './resolve-all-data-DtHY0CRO.mjs';
3
+ export { a5 as resolveAllData } from './resolve-all-data-DtHY0CRO.mjs';
4
4
  import 'react';
5
5
 
6
6
  declare function Render<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>({ config, data }: {
package/dist/rsc.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as Config, U as UserGenerics } from './resolve-all-data-C-cc7ftj.js';
3
- export { a5 as resolveAllData } from './resolve-all-data-C-cc7ftj.js';
2
+ import { C as Config, U as UserGenerics } from './resolve-all-data-DtHY0CRO.js';
3
+ export { a5 as resolveAllData } from './resolve-all-data-DtHY0CRO.js';
4
4
  import 'react';
5
5
 
6
6
  declare function Render<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>({ config, data }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.18.2-canary.3a69ad4",
3
+ "version": "0.18.2-canary.73bb338",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -68,8 +68,8 @@
68
68
  "typescript": "^5.5.4"
69
69
  },
70
70
  "dependencies": {
71
- "@dnd-kit/helpers": "0.0.6-beta-20250124180624",
72
- "@dnd-kit/react": "0.0.6-beta-20250124180624",
71
+ "@dnd-kit/helpers": "0.0.7-beta-20250130032138",
72
+ "@dnd-kit/react": "0.0.7-beta-20250130032138",
73
73
  "deep-diff": "^1.0.2",
74
74
  "object-hash": "^3.0.0",
75
75
  "react-hotkeys-hook": "^4.6.1",