@measured/puck 0.20.0-canary.3badc0ce → 0.20.0-canary.5780043
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-32MJ3X3H.mjs → chunk-H6KSTNLT.mjs} +249 -246
- package/dist/index.css +1 -3
- package/dist/index.d.mts +3 -6
- package/dist/index.d.ts +3 -6
- package/dist/index.js +944 -953
- package/dist/index.mjs +8446 -25
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +1 -1
- package/dist/rsc.mjs +1 -5
- package/dist/{walk-tree-6p9XnDIV.d.mts → walk-tree-BDO40vbf.d.mts} +1 -1
- package/dist/{walk-tree-6p9XnDIV.d.ts → walk-tree-BDO40vbf.d.ts} +1 -1
- package/package.json +2 -3
- package/dist/chunk-H4AGHNLK.mjs +0 -8476
- package/dist/no-external.css +0 -1895
- package/dist/no-external.d.mts +0 -4
- package/dist/no-external.d.ts +0 -4
- package/dist/no-external.js +0 -9355
- package/dist/no-external.mjs +0 -52
package/dist/no-external.d.mts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
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';
|