@measured/puck 0.20.0-canary.93d525c5 → 0.20.0-canary.aee5fc96
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/README.md +9 -9
- package/dist/{chunk-H6KSTNLT.mjs → chunk-BNXRZWNI.mjs} +355 -295
- package/dist/chunk-UTM42U4O.mjs +9568 -0
- package/dist/index.css +719 -314
- package/dist/index.d.mts +29 -11
- package/dist/index.d.ts +29 -11
- package/dist/index.js +5344 -4204
- package/dist/index.mjs +35 -8456
- package/dist/no-external.css +2298 -0
- package/dist/no-external.d.mts +4 -0
- package/dist/no-external.d.ts +4 -0
- package/dist/no-external.js +10496 -0
- package/dist/no-external.mjs +62 -0
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +141 -72
- package/dist/rsc.mjs +5 -1
- package/dist/{walk-tree-BOSl1o0G.d.mts → walk-tree-CU8Fq-KC.d.mts} +56 -6
- package/dist/{walk-tree-BOSl1o0G.d.ts → walk-tree-CU8Fq-KC.d.ts} +56 -6
- package/package.json +3 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { a6 as Adaptor, A as AppState, a4 as ArrayField, E as ArrayState, aj as AsFieldProps, L as BaseData, _ as BaseField, f as ComponentConfig, a as ComponentData, Y as ComponentDataMap, T as ComponentDataOptionalId, C as Config, Z as Content, aa as CustomField, a9 as CustomFieldRender, j as Data, ag as DefaultComponentProps, ad as DefaultRootFieldProps, af as DefaultRootProps, ae as DefaultRootRenderProps, p as Direction, q as DragAxis, a8 as ExternalField, a7 as ExternalFieldWithAdaptor, an as ExtractField, al as ExtractPropsFromConfig, am as ExtractRootPropsFromConfig, h as Field, i as FieldProps, z as FieldRenderFunctions, v as FieldTransformFn, u as FieldTransformFnParams, g as FieldTransforms, F as Fields, H as History, I as IframeConfig, l as InitialHistory, B as ItemWithId, X as MappedItem, M as Metadata, a0 as NumberField, a5 as ObjectField, k as OnAction, y as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, J as PuckComponent, ac as PuckContext, a3 as RadioField, c as ResolveDataTrigger, K as RootConfig, Q as RootData, R as RootDataWithProps, N as RootDataWithoutProps, a2 as SelectField, S as Slot, G as SlotComponent, ab as SlotField, $ as TextField, a1 as TextareaField, e as UiState, U as UserGenerics, s as Viewport, V as Viewports, ak as WithChildren, ah as WithId, ai as WithPuckProps, W as WithSlotProps, m as migrate, x as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CU8Fq-KC.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
|
+
import 'react';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { a6 as Adaptor, A as AppState, a4 as ArrayField, E as ArrayState, aj as AsFieldProps, L as BaseData, _ as BaseField, f as ComponentConfig, a as ComponentData, Y as ComponentDataMap, T as ComponentDataOptionalId, C as Config, Z as Content, aa as CustomField, a9 as CustomFieldRender, j as Data, ag as DefaultComponentProps, ad as DefaultRootFieldProps, af as DefaultRootProps, ae as DefaultRootRenderProps, p as Direction, q as DragAxis, a8 as ExternalField, a7 as ExternalFieldWithAdaptor, an as ExtractField, al as ExtractPropsFromConfig, am as ExtractRootPropsFromConfig, h as Field, i as FieldProps, z as FieldRenderFunctions, v as FieldTransformFn, u as FieldTransformFnParams, g as FieldTransforms, F as Fields, H as History, I as IframeConfig, l as InitialHistory, B as ItemWithId, X as MappedItem, M as Metadata, a0 as NumberField, a5 as ObjectField, k as OnAction, y as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, J as PuckComponent, ac as PuckContext, a3 as RadioField, c as ResolveDataTrigger, K as RootConfig, Q as RootData, R as RootDataWithProps, N as RootDataWithoutProps, a2 as SelectField, S as Slot, G as SlotComponent, ab as SlotField, $ as TextField, a1 as TextareaField, e as UiState, U as UserGenerics, s as Viewport, V as Viewports, ak as WithChildren, ah as WithId, ai as WithPuckProps, W as WithSlotProps, m as migrate, x as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CU8Fq-KC.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
|
+
import 'react';
|
|
4
|
+
import 'react/jsx-runtime';
|