@measured/puck 0.21.0-canary.8358d3e1 → 0.21.0-canary.89038d0c

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 (43) hide show
  1. package/dist/{Editor-N46HUQEC.mjs → Editor-O447AVCX.mjs} +13 -10
  2. package/dist/{Render-Y567PGZ7.mjs → Render-OFE6QLI2.mjs} +6 -4
  3. package/dist/{walk-tree-Ja9bNCM9.d.mts → actions-ONhOkrvf.d.mts} +1 -27
  4. package/dist/{walk-tree-Ja9bNCM9.d.ts → actions-ONhOkrvf.d.ts} +1 -27
  5. package/dist/{chunk-FNWOH4R6.mjs → chunk-2Q4PACDA.mjs} +8 -6
  6. package/dist/{chunk-DNF2EMM4.mjs → chunk-62AAYNXG.mjs} +2 -2
  7. package/dist/{chunk-K3V4LVUL.mjs → chunk-BSDEIOEK.mjs} +11 -9
  8. package/dist/{chunk-WUWXFMEM.mjs → chunk-CSSRLPHM.mjs} +1 -1
  9. package/dist/{chunk-7KY6RHEY.mjs → chunk-DAQLMM2T.mjs} +15 -523
  10. package/dist/{chunk-DCSQEDMK.mjs → chunk-M6W7YEVX.mjs} +1 -100
  11. package/dist/{chunk-DJSH5REF.mjs → chunk-NLUHDYVR.mjs} +2 -123
  12. package/dist/{chunk-GQKMOYLG.mjs → chunk-PLXSMBAA.mjs} +2 -2
  13. package/dist/{chunk-3QHWXJEI.mjs → chunk-QAWJTCV5.mjs} +2 -2
  14. package/dist/chunk-QBGM4ELA.mjs +528 -0
  15. package/dist/chunk-T3WX7XJ6.mjs +132 -0
  16. package/dist/{chunk-R6CVX2IY.mjs → chunk-V5I7CVLT.mjs} +1 -1
  17. package/dist/chunk-Y2EFNT5P.mjs +108 -0
  18. package/dist/{chunk-C2TVYIYC.mjs → chunk-Y656T6AQ.mjs} +10 -6
  19. package/dist/{chunk-N5XMZOMC.mjs → chunk-Z476VA6G.mjs} +279 -203
  20. package/dist/{full-NLUNPJWS.mjs → full-BEMDJKDS.mjs} +10 -7
  21. package/dist/index-BEoNHRI1.d.ts +116 -0
  22. package/dist/index-DfxZ7tZF.d.mts +116 -0
  23. package/dist/index.d.mts +6 -116
  24. package/dist/index.d.ts +6 -116
  25. package/dist/index.js +446 -376
  26. package/dist/index.mjs +14 -11
  27. package/dist/internal.d.mts +27 -0
  28. package/dist/internal.d.ts +27 -0
  29. package/dist/internal.js +908 -0
  30. package/dist/internal.mjs +13 -0
  31. package/dist/{loaded-ZXOU6S6R.mjs → loaded-JU3A7Y4L.mjs} +7 -4
  32. package/dist/{loaded-HMSPJUZM.mjs → loaded-N3FYGF2Y.mjs} +7 -4
  33. package/dist/{loaded-EV34KGYJ.mjs → loaded-OBY7OMS6.mjs} +7 -4
  34. package/dist/no-external.d.mts +3 -1
  35. package/dist/no-external.d.ts +3 -1
  36. package/dist/no-external.js +446 -376
  37. package/dist/no-external.mjs +14 -11
  38. package/dist/rsc.d.mts +2 -2
  39. package/dist/rsc.d.ts +2 -2
  40. package/dist/rsc.mjs +6 -4
  41. package/dist/walk-tree-CdriEzFJ.d.mts +29 -0
  42. package/dist/walk-tree-DHbAZ4wF.d.ts +29 -0
  43. package/package.json +9 -4
@@ -0,0 +1,13 @@
1
+ import {
2
+ createReducer
3
+ } from "./chunk-QBGM4ELA.mjs";
4
+ import "./chunk-NLUHDYVR.mjs";
5
+ import {
6
+ init_react_import
7
+ } from "./chunk-M6W7YEVX.mjs";
8
+
9
+ // bundle/internal.ts
10
+ init_react_import();
11
+ export {
12
+ createReducer
13
+ };
@@ -1,15 +1,18 @@
1
1
  import {
2
2
  useAlignOptions
3
- } from "./chunk-GQKMOYLG.mjs";
3
+ } from "./chunk-PLXSMBAA.mjs";
4
4
  import {
5
5
  AlignLeft,
6
6
  SelectControl,
7
7
  useControlContext
8
- } from "./chunk-7KY6RHEY.mjs";
9
- import "./chunk-DJSH5REF.mjs";
8
+ } from "./chunk-DAQLMM2T.mjs";
9
+ import "./chunk-QBGM4ELA.mjs";
10
+ import "./chunk-T3WX7XJ6.mjs";
11
+ import "./chunk-Y2EFNT5P.mjs";
12
+ import "./chunk-NLUHDYVR.mjs";
10
13
  import {
11
14
  init_react_import
12
- } from "./chunk-DCSQEDMK.mjs";
15
+ } from "./chunk-M6W7YEVX.mjs";
13
16
 
14
17
  // components/RichTextMenu/controls/AlignSelect/loaded.tsx
15
18
  init_react_import();
@@ -1,15 +1,18 @@
1
1
  import {
2
2
  useListOptions
3
- } from "./chunk-3QHWXJEI.mjs";
3
+ } from "./chunk-QAWJTCV5.mjs";
4
4
  import {
5
5
  List,
6
6
  SelectControl,
7
7
  useControlContext
8
- } from "./chunk-7KY6RHEY.mjs";
9
- import "./chunk-DJSH5REF.mjs";
8
+ } from "./chunk-DAQLMM2T.mjs";
9
+ import "./chunk-QBGM4ELA.mjs";
10
+ import "./chunk-T3WX7XJ6.mjs";
11
+ import "./chunk-Y2EFNT5P.mjs";
12
+ import "./chunk-NLUHDYVR.mjs";
10
13
  import {
11
14
  init_react_import
12
- } from "./chunk-DCSQEDMK.mjs";
15
+ } from "./chunk-M6W7YEVX.mjs";
13
16
 
14
17
  // components/RichTextMenu/controls/ListSelect/loaded.tsx
15
18
  init_react_import();
@@ -1,15 +1,18 @@
1
1
  import {
2
2
  useHeadingOptions
3
- } from "./chunk-DNF2EMM4.mjs";
3
+ } from "./chunk-62AAYNXG.mjs";
4
4
  import {
5
5
  Heading,
6
6
  SelectControl,
7
7
  useControlContext
8
- } from "./chunk-7KY6RHEY.mjs";
9
- import "./chunk-DJSH5REF.mjs";
8
+ } from "./chunk-DAQLMM2T.mjs";
9
+ import "./chunk-QBGM4ELA.mjs";
10
+ import "./chunk-T3WX7XJ6.mjs";
11
+ import "./chunk-Y2EFNT5P.mjs";
12
+ import "./chunk-NLUHDYVR.mjs";
10
13
  import {
11
14
  init_react_import
12
- } from "./chunk-DCSQEDMK.mjs";
15
+ } from "./chunk-M6W7YEVX.mjs";
13
16
 
14
17
  // components/RichTextMenu/controls/HeadingSelect/loaded.tsx
15
18
  init_react_import();
@@ -1,5 +1,6 @@
1
- export { af as Adaptor, A as AppState, ad as ArrayField, G as ArrayState, at as AsFieldProps, Z as BaseData, a7 as BaseField, ah as CacheOpts, f as ComponentConfig, L as ComponentConfigExtensions, Y as ComponentConfigParams, a as ComponentData, a2 as ComponentDataMap, a0 as ComponentDataOptionalId, a5 as ComponentMetadata, C as Config, X as ConfigParams, a3 as Content, ak as CustomField, aj as CustomFieldRender, k as Data, aq as DefaultComponentProps, Q as DefaultComponents, an as DefaultRootFieldProps, ap as DefaultRootProps, ao as DefaultRootRenderProps, q as Direction, s as DragAxis, ai as ExternalField, ag as ExternalFieldWithAdaptor, T as ExtractConfigParams, av as ExtractField, i as Field, a6 as FieldMetadata, j as FieldProps, B as FieldRenderFunctions, x as FieldTransformFn, v as FieldTransformFnParams, g as FieldTransforms, F as Fields, H as History, I as IframeConfig, n as InitialHistory, E as ItemWithId, a1 as MappedItem, M as Metadata, a9 as NumberField, ae as ObjectField, l as OnAction, z as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, K as PuckComponent, am as PuckContext, a4 as PuckMetadata, ac as RadioField, c as ResolveDataTrigger, p as RichText, h as RichtextField, N as RootConfig, $ as RootData, R as RootDataWithProps, _ as RootDataWithoutProps, ab as SelectField, S as Slot, J as SlotComponent, al as SlotField, a8 as TextField, aa as TextareaField, e as UiState, U as UserGenerics, u as Viewport, V as Viewports, au as WithChildren, ar as WithId, as as WithPuckProps, W as WithSlotProps, m as migrate, y as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-Ja9bNCM9.mjs';
1
+ export { af as Adaptor, A as AppState, ad as ArrayField, L as ArrayState, aq as AsFieldProps, $ as BaseData, a7 as BaseField, ah as CacheOpts, m as ComponentConfig, T as ComponentConfigExtensions, _ as ComponentConfigParams, c as ComponentData, a3 as ComponentDataMap, a1 as ComponentDataOptionalId, a5 as ComponentMetadata, C as Config, Z as ConfigParams, b as Content, ak as CustomField, aj as CustomFieldRender, D as Data, e as DefaultComponentProps, d as DefaultComponents, f as DefaultRootFieldProps, ao as DefaultRootProps, an as DefaultRootRenderProps, w as Direction, x as DragAxis, ai as ExternalField, ag as ExternalFieldWithAdaptor, Y as ExtractConfigParams, as as ExtractField, p as Field, a6 as FieldMetadata, q as FieldProps, J as FieldRenderFunctions, B as FieldTransformFn, z as FieldTransformFnParams, n as FieldTransforms, F as Fields, H as History, I as IframeConfig, s as InitialHistory, K as ItemWithId, a2 as MappedItem, M as Metadata, a9 as NumberField, ae as ObjectField, O as OnAction, G as OverrideKey, k as Overrides, g as Permissions, j as Plugin, a as PuckAction, Q as PuckComponent, am as PuckContext, a4 as PuckMetadata, ac as RadioField, i as ResolveDataTrigger, v as RichText, o as RichtextField, X as RootConfig, R as RootData, h as RootDataWithProps, a0 as RootDataWithoutProps, ab as SelectField, S as Slot, N as SlotComponent, al as SlotField, a8 as TextField, aa as TextareaField, l as UiState, U as UserGenerics, y as Viewport, V as Viewports, ar as WithChildren, W as WithId, ap as WithPuckProps, u as WithSlotProps, E as overrideKeys } from './actions-ONhOkrvf.mjs';
2
2
  export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, RichTextMenu, Separator, UsePuckData, createUsePuck, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.mjs';
3
+ export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CdriEzFJ.mjs';
3
4
  import 'react';
4
5
  import '@tiptap/react';
5
6
  import '@tiptap/extension-blockquote';
@@ -17,3 +18,4 @@ import '@tiptap/extension-strike';
17
18
  import '@tiptap/extension-text-align';
18
19
  import '@tiptap/extension-underline';
19
20
  import 'react/jsx-runtime';
21
+ import './index-DfxZ7tZF.mjs';
@@ -1,5 +1,6 @@
1
- export { af as Adaptor, A as AppState, ad as ArrayField, G as ArrayState, at as AsFieldProps, Z as BaseData, a7 as BaseField, ah as CacheOpts, f as ComponentConfig, L as ComponentConfigExtensions, Y as ComponentConfigParams, a as ComponentData, a2 as ComponentDataMap, a0 as ComponentDataOptionalId, a5 as ComponentMetadata, C as Config, X as ConfigParams, a3 as Content, ak as CustomField, aj as CustomFieldRender, k as Data, aq as DefaultComponentProps, Q as DefaultComponents, an as DefaultRootFieldProps, ap as DefaultRootProps, ao as DefaultRootRenderProps, q as Direction, s as DragAxis, ai as ExternalField, ag as ExternalFieldWithAdaptor, T as ExtractConfigParams, av as ExtractField, i as Field, a6 as FieldMetadata, j as FieldProps, B as FieldRenderFunctions, x as FieldTransformFn, v as FieldTransformFnParams, g as FieldTransforms, F as Fields, H as History, I as IframeConfig, n as InitialHistory, E as ItemWithId, a1 as MappedItem, M as Metadata, a9 as NumberField, ae as ObjectField, l as OnAction, z as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, K as PuckComponent, am as PuckContext, a4 as PuckMetadata, ac as RadioField, c as ResolveDataTrigger, p as RichText, h as RichtextField, N as RootConfig, $ as RootData, R as RootDataWithProps, _ as RootDataWithoutProps, ab as SelectField, S as Slot, J as SlotComponent, al as SlotField, a8 as TextField, aa as TextareaField, e as UiState, U as UserGenerics, u as Viewport, V as Viewports, au as WithChildren, ar as WithId, as as WithPuckProps, W as WithSlotProps, m as migrate, y as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-Ja9bNCM9.js';
1
+ export { af as Adaptor, A as AppState, ad as ArrayField, L as ArrayState, aq as AsFieldProps, $ as BaseData, a7 as BaseField, ah as CacheOpts, m as ComponentConfig, T as ComponentConfigExtensions, _ as ComponentConfigParams, c as ComponentData, a3 as ComponentDataMap, a1 as ComponentDataOptionalId, a5 as ComponentMetadata, C as Config, Z as ConfigParams, b as Content, ak as CustomField, aj as CustomFieldRender, D as Data, e as DefaultComponentProps, d as DefaultComponents, f as DefaultRootFieldProps, ao as DefaultRootProps, an as DefaultRootRenderProps, w as Direction, x as DragAxis, ai as ExternalField, ag as ExternalFieldWithAdaptor, Y as ExtractConfigParams, as as ExtractField, p as Field, a6 as FieldMetadata, q as FieldProps, J as FieldRenderFunctions, B as FieldTransformFn, z as FieldTransformFnParams, n as FieldTransforms, F as Fields, H as History, I as IframeConfig, s as InitialHistory, K as ItemWithId, a2 as MappedItem, M as Metadata, a9 as NumberField, ae as ObjectField, O as OnAction, G as OverrideKey, k as Overrides, g as Permissions, j as Plugin, a as PuckAction, Q as PuckComponent, am as PuckContext, a4 as PuckMetadata, ac as RadioField, i as ResolveDataTrigger, v as RichText, o as RichtextField, X as RootConfig, R as RootData, h as RootDataWithProps, a0 as RootDataWithoutProps, ab as SelectField, S as Slot, N as SlotComponent, al as SlotField, a8 as TextField, aa as TextareaField, l as UiState, U as UserGenerics, y as Viewport, V as Viewports, ar as WithChildren, W as WithId, ap as WithPuckProps, u as WithSlotProps, E as overrideKeys } from './actions-ONhOkrvf.js';
2
2
  export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, RichTextMenu, Separator, UsePuckData, createUsePuck, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.js';
3
+ export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-DHbAZ4wF.js';
3
4
  import 'react';
4
5
  import '@tiptap/react';
5
6
  import '@tiptap/extension-blockquote';
@@ -17,3 +18,4 @@ import '@tiptap/extension-strike';
17
18
  import '@tiptap/extension-text-align';
18
19
  import '@tiptap/extension-underline';
19
20
  import 'react/jsx-runtime';
21
+ import './index-BEoNHRI1.js';