@measured/puck 0.21.0-canary.f3ce0d72 → 0.21.0-canary.fee2ba98
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/Editor-EHVB6NFF.mjs +204 -0
- package/dist/Editor-F2LSS6SE.css +403 -0
- package/dist/Render-OFE6QLI2.mjs +55 -0
- package/dist/Render-QEMDIDQC.css +101 -0
- package/dist/{walk-tree-CL-j099F.d.mts → actions-DwdqNb63.d.mts} +216 -52
- package/dist/{walk-tree-CL-j099F.d.ts → actions-DwdqNb63.d.ts} +216 -52
- package/dist/chunk-2334PLLL.mjs +111 -0
- package/dist/chunk-4N3WJM5Y.mjs +33 -0
- package/dist/{chunk-73365SXB.mjs → chunk-6AGLD64M.mjs} +5492 -7477
- package/dist/chunk-CSSRLPHM.mjs +11 -0
- package/dist/chunk-D6RJOV2Z.mjs +1727 -0
- package/dist/chunk-M6W7YEVX.mjs +95 -0
- package/dist/chunk-NLUHDYVR.mjs +416 -0
- package/dist/chunk-NQEE2254.mjs +706 -0
- package/dist/chunk-PXYVL42X.mjs +53 -0
- package/dist/chunk-QBGM4ELA.mjs +528 -0
- package/dist/chunk-QLQZDFXM.mjs +63 -0
- package/dist/chunk-T3WX7XJ6.mjs +132 -0
- package/dist/chunk-V5I7CVLT.mjs +103 -0
- package/dist/chunk-Y2EFNT5P.mjs +108 -0
- package/dist/chunk-Y656T6AQ.mjs +419 -0
- package/dist/full-2GJTAAZE.css +301 -0
- package/dist/full-TVZATY2K.mjs +93 -0
- package/dist/index-AfAtzigt.d.ts +117 -0
- package/dist/index-jxA1wrW4.d.mts +117 -0
- package/dist/index.css +636 -759
- package/dist/index.d.mts +100 -133
- package/dist/index.d.ts +100 -133
- package/dist/index.js +8328 -5321
- package/dist/index.mjs +26 -20
- package/dist/internal.d.mts +27 -0
- package/dist/internal.d.ts +27 -0
- package/dist/internal.js +908 -0
- package/dist/internal.mjs +13 -0
- package/dist/loaded-ICVILKS6.mjs +60 -0
- package/dist/loaded-IHAGHNLA.mjs +57 -0
- package/dist/loaded-ONU7LATV.mjs +57 -0
- package/dist/loaded-RVWBFK7L.css +87 -0
- package/dist/no-external.css +736 -855
- package/dist/no-external.d.mts +19 -2
- package/dist/no-external.d.ts +19 -2
- package/dist/no-external.js +8331 -5321
- package/dist/no-external.mjs +28 -17
- package/dist/rsc.css +101 -0
- package/dist/rsc.d.mts +17 -2
- package/dist/rsc.d.ts +17 -2
- package/dist/rsc.js +411 -26
- package/dist/rsc.mjs +18 -9
- package/dist/walk-tree-DRy9ca1P.d.ts +29 -0
- package/dist/walk-tree-Dppc3XGY.d.mts +29 -0
- package/package.json +31 -4
- package/dist/chunk-FY5AZKYD.mjs +0 -967
package/dist/no-external.d.mts
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
|
-
export { af as Adaptor, A as AppState, ad as ArrayField,
|
|
2
|
-
export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render,
|
|
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-DwdqNb63.mjs';
|
|
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-Dppc3XGY.mjs';
|
|
3
4
|
import 'react';
|
|
5
|
+
import '@tiptap/react';
|
|
6
|
+
import '@tiptap/extension-blockquote';
|
|
7
|
+
import '@tiptap/extension-bold';
|
|
8
|
+
import '@tiptap/extension-code';
|
|
9
|
+
import '@tiptap/extension-code-block';
|
|
10
|
+
import '@tiptap/extension-hard-break';
|
|
11
|
+
import '@tiptap/extension-heading';
|
|
12
|
+
import '@tiptap/extension-horizontal-rule';
|
|
13
|
+
import '@tiptap/extension-italic';
|
|
14
|
+
import '@tiptap/extension-link';
|
|
15
|
+
import '@tiptap/extension-list';
|
|
16
|
+
import '@tiptap/extension-paragraph';
|
|
17
|
+
import '@tiptap/extension-strike';
|
|
18
|
+
import '@tiptap/extension-text-align';
|
|
19
|
+
import '@tiptap/extension-underline';
|
|
4
20
|
import 'react/jsx-runtime';
|
|
21
|
+
import './index-jxA1wrW4.mjs';
|
package/dist/no-external.d.ts
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
|
-
export { af as Adaptor, A as AppState, ad as ArrayField,
|
|
2
|
-
export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render,
|
|
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-DwdqNb63.js';
|
|
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-DRy9ca1P.js';
|
|
3
4
|
import 'react';
|
|
5
|
+
import '@tiptap/react';
|
|
6
|
+
import '@tiptap/extension-blockquote';
|
|
7
|
+
import '@tiptap/extension-bold';
|
|
8
|
+
import '@tiptap/extension-code';
|
|
9
|
+
import '@tiptap/extension-code-block';
|
|
10
|
+
import '@tiptap/extension-hard-break';
|
|
11
|
+
import '@tiptap/extension-heading';
|
|
12
|
+
import '@tiptap/extension-horizontal-rule';
|
|
13
|
+
import '@tiptap/extension-italic';
|
|
14
|
+
import '@tiptap/extension-link';
|
|
15
|
+
import '@tiptap/extension-list';
|
|
16
|
+
import '@tiptap/extension-paragraph';
|
|
17
|
+
import '@tiptap/extension-strike';
|
|
18
|
+
import '@tiptap/extension-text-align';
|
|
19
|
+
import '@tiptap/extension-underline';
|
|
4
20
|
import 'react/jsx-runtime';
|
|
21
|
+
import './index-AfAtzigt.js';
|