@measured/puck 0.21.0-canary.15fe8d60 → 0.21.0-canary.1d823fd9
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/{chunk-TC25DCTQ.mjs → chunk-MHKBV5D3.mjs} +568 -50
- package/dist/{chunk-JB4ZAK5S.mjs → chunk-SWIW6GHU.mjs} +2623 -2575
- package/dist/index.css +649 -270
- package/dist/index.d.mts +16 -109
- package/dist/index.d.ts +16 -109
- package/dist/index.js +2381 -1835
- package/dist/index.mjs +10 -2
- package/dist/no-external.css +649 -270
- package/dist/no-external.d.mts +2 -2
- package/dist/no-external.d.ts +2 -2
- package/dist/no-external.js +2381 -1835
- package/dist/no-external.mjs +10 -2
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +479 -2
- package/dist/rsc.mjs +3 -1
- package/dist/{walk-tree-BMbIeiqs.d.mts → walk-tree-CegGHme5.d.mts} +135 -9
- package/dist/{walk-tree-BMbIeiqs.d.ts → walk-tree-CegGHme5.d.ts} +135 -9
- package/package.json +1 -1
package/dist/no-external.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, UsePuckData, createUsePuck, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.mjs';
|
|
1
|
+
export { ai as Adaptor, B as AppState, ag as ArrayField, z as ArrayState, ax as AsFieldProps, _ as BaseData, aa as BaseField, ak as CacheOpts, N as ComponentConfig, L as ComponentConfigExtensions, Z as ComponentConfigParams, a2 as ComponentData, a5 as ComponentDataMap, a3 as ComponentDataOptionalId, a8 as ComponentMetadata, C as Config, Y as ConfigParams, a6 as Content, an as CustomField, am as CustomFieldRender, b as Data, au as DefaultComponentProps, T as DefaultComponents, ar as DefaultRootFieldProps, at as DefaultRootProps, as as DefaultRootRenderProps, n as Direction, o as DragAxis, al as ExternalField, aj as ExternalFieldWithAdaptor, X as ExtractConfigParams, az as ExtractField, F as Field, a9 as FieldMetadata, a as FieldProps, x as FieldRenderFunctions, s as FieldTransformFn, q as FieldTransformFnParams, g as FieldTransforms, ap as Fields, l as History, I as IframeConfig, i as InitialHistory, y as ItemWithId, a4 as MappedItem, M as Metadata, ac as NumberField, ah as ObjectField, O as OnAction, v as OverrideKey, f as Overrides, P as Permissions, e as Plugin, h as PuckAction, J as PuckComponent, aq as PuckContext, a7 as PuckMetadata, af as RadioField, K as ResolveDataTrigger, Q as RootConfig, a1 as RootData, $ as RootDataWithProps, a0 as RootDataWithoutProps, ae as SelectField, S as Slot, E as SlotComponent, ao as SlotField, ab as TextField, ad as TextareaField, d as UiState, U as UserGenerics, p as Viewport, V as Viewports, ay as WithChildren, av as WithId, aw as WithPuckProps, W as WithSlotProps, c as createReducer, m as migrate, u as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CegGHme5.mjs';
|
|
2
|
+
export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, UsePuckData, blocksPlugin, createUsePuck, fieldsPlugin, outlinePlugin, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.mjs';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react/jsx-runtime';
|
package/dist/no-external.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, UsePuckData, createUsePuck, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.js';
|
|
1
|
+
export { ai as Adaptor, B as AppState, ag as ArrayField, z as ArrayState, ax as AsFieldProps, _ as BaseData, aa as BaseField, ak as CacheOpts, N as ComponentConfig, L as ComponentConfigExtensions, Z as ComponentConfigParams, a2 as ComponentData, a5 as ComponentDataMap, a3 as ComponentDataOptionalId, a8 as ComponentMetadata, C as Config, Y as ConfigParams, a6 as Content, an as CustomField, am as CustomFieldRender, b as Data, au as DefaultComponentProps, T as DefaultComponents, ar as DefaultRootFieldProps, at as DefaultRootProps, as as DefaultRootRenderProps, n as Direction, o as DragAxis, al as ExternalField, aj as ExternalFieldWithAdaptor, X as ExtractConfigParams, az as ExtractField, F as Field, a9 as FieldMetadata, a as FieldProps, x as FieldRenderFunctions, s as FieldTransformFn, q as FieldTransformFnParams, g as FieldTransforms, ap as Fields, l as History, I as IframeConfig, i as InitialHistory, y as ItemWithId, a4 as MappedItem, M as Metadata, ac as NumberField, ah as ObjectField, O as OnAction, v as OverrideKey, f as Overrides, P as Permissions, e as Plugin, h as PuckAction, J as PuckComponent, aq as PuckContext, a7 as PuckMetadata, af as RadioField, K as ResolveDataTrigger, Q as RootConfig, a1 as RootData, $ as RootDataWithProps, a0 as RootDataWithoutProps, ae as SelectField, S as Slot, E as SlotComponent, ao as SlotField, ab as TextField, ad as TextareaField, d as UiState, U as UserGenerics, p as Viewport, V as Viewports, ay as WithChildren, av as WithId, aw as WithPuckProps, W as WithSlotProps, c as createReducer, m as migrate, u as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CegGHme5.js';
|
|
2
|
+
export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, UsePuckData, blocksPlugin, createUsePuck, fieldsPlugin, outlinePlugin, registerOverlayPortal, renderContext, setDeep, useGetPuck, usePuck } from './index.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react/jsx-runtime';
|