@measured/puck 0.20.0-canary.2b50fb19 → 0.20.0-canary.3badc0ce
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-IAEXMHQX.mjs → chunk-32MJ3X3H.mjs} +92 -6
- package/dist/chunk-H4AGHNLK.mjs +8476 -0
- package/dist/index.mjs +25 -8460
- package/dist/no-external.css +1750 -0
- package/dist/no-external.d.mts +4 -2
- package/dist/no-external.d.ts +4 -2
- package/dist/no-external.js +9330 -1
- package/dist/no-external.mjs +48 -2
- package/dist/rsc.mjs +2 -4
- package/package.json +1 -1
- package/dist/chunk-M6W7YEVX.mjs +0 -95
package/dist/no-external.d.mts
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
1
|
+
export { a1 as Adaptor, A as AppState, $ as ArrayField, x as ArrayState, ae as AsFieldProps, B as BaseData, Q as BaseField, f as ComponentConfig, a as ComponentData, L as ComponentDataMap, J as ComponentDataOptionalId, C as Config, N as Content, a5 as CustomField, a4 as CustomFieldRender, i as Data, ab as DefaultComponentProps, a8 as DefaultRootFieldProps, aa as DefaultRootProps, a9 as DefaultRootRenderProps, n as Direction, o as DragAxis, a3 as ExternalField, a2 as ExternalFieldWithAdaptor, ag as ExtractPropsFromConfig, ah as ExtractRootPropsFromConfig, g as Field, h as FieldProps, u as FieldRenderFunctions, F as Fields, H as History, I as IframeConfig, k as InitialHistory, v as ItemWithId, K as MappedItem, M as Metadata, X as NumberField, a0 as ObjectField, j as OnAction, s as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, y as PuckComponent, a7 as PuckContext, _ as RadioField, c as ResolveDataTrigger, z as RootConfig, G as RootData, R as RootDataWithProps, E as RootDataWithoutProps, Z as SelectField, S as Slot, a6 as SlotField, T as TextField, Y as TextareaField, e as UiState, U as UserGenerics, p as Viewport, V as Viewports, af as WithChildren, ac as WithId, ad as WithPuckProps, W as WithSlotProps, m as migrate, q as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-6p9XnDIV.mjs';
|
|
2
|
+
export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, UsePuckData, createUsePuck, renderContext, useGetPuck, usePuck } from './index.mjs';
|
|
3
|
+
import 'react';
|
|
4
|
+
import 'react/jsx-runtime';
|
package/dist/no-external.d.ts
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
1
|
+
export { a1 as Adaptor, A as AppState, $ as ArrayField, x as ArrayState, ae as AsFieldProps, B as BaseData, Q as BaseField, f as ComponentConfig, a as ComponentData, L as ComponentDataMap, J as ComponentDataOptionalId, C as Config, N as Content, a5 as CustomField, a4 as CustomFieldRender, i as Data, ab as DefaultComponentProps, a8 as DefaultRootFieldProps, aa as DefaultRootProps, a9 as DefaultRootRenderProps, n as Direction, o as DragAxis, a3 as ExternalField, a2 as ExternalFieldWithAdaptor, ag as ExtractPropsFromConfig, ah as ExtractRootPropsFromConfig, g as Field, h as FieldProps, u as FieldRenderFunctions, F as Fields, H as History, I as IframeConfig, k as InitialHistory, v as ItemWithId, K as MappedItem, M as Metadata, X as NumberField, a0 as ObjectField, j as OnAction, s as OverrideKey, O as Overrides, P as Permissions, d as Plugin, b as PuckAction, y as PuckComponent, a7 as PuckContext, _ as RadioField, c as ResolveDataTrigger, z as RootConfig, G as RootData, R as RootDataWithProps, E as RootDataWithoutProps, Z as SelectField, S as Slot, a6 as SlotField, T as TextField, Y as TextareaField, e as UiState, U as UserGenerics, p as Viewport, V as Viewports, af as WithChildren, ac as WithId, ad as WithPuckProps, W as WithSlotProps, m as migrate, q as overrideKeys, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-6p9XnDIV.js';
|
|
2
|
+
export { Action, ActionBar, AutoField, Button, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Puck, PuckApi, Render, UsePuckData, createUsePuck, renderContext, useGetPuck, usePuck } from './index.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import 'react/jsx-runtime';
|