@measured/puck 0.20.0-canary.5780043 → 0.20.0-canary.68dd73b8
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -13
- package/dist/index.mjs +3 -13
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/{walk-tree-BDO40vbf.d.mts → walk-tree-BOSl1o0G.d.mts} +1 -1
- package/dist/{walk-tree-BDO40vbf.d.ts → walk-tree-BOSl1o0G.d.ts} +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { H as History, P as Permissions, C as ComponentData, a as Config, U as UserGenerics, F as Fields, b as PuckAction, R as RootDataWithProps, c as ResolveDataTrigger, d as Plugin, O as Overrides, V as Viewports, I as IframeConfig, e as UiState, f as ComponentConfig, A as AppState, M as Metadata, g as Field, h as FieldProps, D as DropZoneProps, i as Data, j as OnAction, k as InitialHistory, l as ItemSelector } from './walk-tree-
|
|
2
|
-
export {
|
|
1
|
+
import { H as History, P as Permissions, C as ComponentData, a as Config, U as UserGenerics, F as Fields, b as PuckAction, R as RootDataWithProps, c as ResolveDataTrigger, d as Plugin, O as Overrides, V as Viewports, I as IframeConfig, e as UiState, f as ComponentConfig, A as AppState, M as Metadata, g as Field, h as FieldProps, D as DropZoneProps, i as Data, j as OnAction, k as InitialHistory, l as ItemSelector } from './walk-tree-BOSl1o0G.mjs';
|
|
2
|
+
export { _ as Adaptor, Y as ArrayField, t as ArrayState, ab as AsFieldProps, B as BaseData, K as BaseField, G as ComponentDataMap, z as ComponentDataOptionalId, J as Content, a2 as CustomField, a1 as CustomFieldRender, a8 as DefaultComponentProps, a5 as DefaultRootFieldProps, a7 as DefaultRootProps, a6 as DefaultRootRenderProps, m as Direction, n as DragAxis, a0 as ExternalField, $ as ExternalFieldWithAdaptor, ad as ExtractPropsFromConfig, ae as ExtractRootPropsFromConfig, r as FieldRenderFunctions, s as ItemWithId, E as MappedItem, N as NumberField, Z as ObjectField, q as OverrideKey, u as PuckComponent, a4 as PuckContext, X as RadioField, v as RootConfig, y as RootData, x as RootDataWithoutProps, Q as SelectField, S as Slot, a3 as SlotField, T as TextField, L as TextareaField, o as Viewport, ac as WithChildren, a9 as WithId, aa as WithPuckProps, W as WithSlotProps, af as migrate, p as overrideKeys, ah as resolveAllData, ag as transformProps, w as walkTree } from './walk-tree-BOSl1o0G.mjs';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import react__default, { ReactNode, SyntheticEvent, ReactElement } from 'react';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { H as History, P as Permissions, C as ComponentData, a as Config, U as UserGenerics, F as Fields, b as PuckAction, R as RootDataWithProps, c as ResolveDataTrigger, d as Plugin, O as Overrides, V as Viewports, I as IframeConfig, e as UiState, f as ComponentConfig, A as AppState, M as Metadata, g as Field, h as FieldProps, D as DropZoneProps, i as Data, j as OnAction, k as InitialHistory, l as ItemSelector } from './walk-tree-
|
|
2
|
-
export {
|
|
1
|
+
import { H as History, P as Permissions, C as ComponentData, a as Config, U as UserGenerics, F as Fields, b as PuckAction, R as RootDataWithProps, c as ResolveDataTrigger, d as Plugin, O as Overrides, V as Viewports, I as IframeConfig, e as UiState, f as ComponentConfig, A as AppState, M as Metadata, g as Field, h as FieldProps, D as DropZoneProps, i as Data, j as OnAction, k as InitialHistory, l as ItemSelector } from './walk-tree-BOSl1o0G.js';
|
|
2
|
+
export { _ as Adaptor, Y as ArrayField, t as ArrayState, ab as AsFieldProps, B as BaseData, K as BaseField, G as ComponentDataMap, z as ComponentDataOptionalId, J as Content, a2 as CustomField, a1 as CustomFieldRender, a8 as DefaultComponentProps, a5 as DefaultRootFieldProps, a7 as DefaultRootProps, a6 as DefaultRootRenderProps, m as Direction, n as DragAxis, a0 as ExternalField, $ as ExternalFieldWithAdaptor, ad as ExtractPropsFromConfig, ae as ExtractRootPropsFromConfig, r as FieldRenderFunctions, s as ItemWithId, E as MappedItem, N as NumberField, Z as ObjectField, q as OverrideKey, u as PuckComponent, a4 as PuckContext, X as RadioField, v as RootConfig, y as RootData, x as RootDataWithoutProps, Q as SelectField, S as Slot, a3 as SlotField, T as TextField, L as TextareaField, o as Viewport, ac as WithChildren, a9 as WithId, aa as WithPuckProps, W as WithSlotProps, af as migrate, p as overrideKeys, ah as resolveAllData, ag as transformProps, w as walkTree } from './walk-tree-BOSl1o0G.js';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import react__default, { ReactNode, SyntheticEvent, ReactElement } from 'react';
|
package/dist/index.js
CHANGED
|
@@ -5575,8 +5575,7 @@ var DropZoneChild = ({
|
|
|
5575
5575
|
return {
|
|
5576
5576
|
type: preview.componentType,
|
|
5577
5577
|
props: preview.props,
|
|
5578
|
-
previewType: preview.type
|
|
5579
|
-
element: preview.element
|
|
5578
|
+
previewType: preview.type
|
|
5580
5579
|
};
|
|
5581
5580
|
}
|
|
5582
5581
|
return null;
|
|
@@ -5609,12 +5608,6 @@ var DropZoneChild = ({
|
|
|
5609
5608
|
let label = (_b = (_a = componentConfig == null ? void 0 : componentConfig.label) != null ? _a : item == null ? void 0 : item.type.toString()) != null ? _b : "Component";
|
|
5610
5609
|
const renderPreview = (0, import_react35.useMemo)(
|
|
5611
5610
|
() => function Preview3() {
|
|
5612
|
-
if (item && "element" in item && item.element) {
|
|
5613
|
-
return (
|
|
5614
|
-
// Safe to use this since the HTML is set by the user
|
|
5615
|
-
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { dangerouslySetInnerHTML: { __html: item.element.outerHTML } })
|
|
5616
|
-
);
|
|
5617
|
-
}
|
|
5618
5611
|
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(DrawerItemInner, { name: label, children: overrides.componentItem });
|
|
5619
5612
|
},
|
|
5620
5613
|
[componentId, label, overrides]
|
|
@@ -6570,7 +6563,6 @@ var DragDropContextClient = ({
|
|
|
6570
6563
|
type: "insert",
|
|
6571
6564
|
index: targetIndex,
|
|
6572
6565
|
zone: targetZone,
|
|
6573
|
-
element: source.element,
|
|
6574
6566
|
props: {
|
|
6575
6567
|
id: source.id.toString()
|
|
6576
6568
|
}
|
|
@@ -6596,8 +6588,7 @@ var DragDropContextClient = ({
|
|
|
6596
6588
|
type: "move",
|
|
6597
6589
|
index: targetIndex,
|
|
6598
6590
|
zone: targetZone,
|
|
6599
|
-
props: item.props
|
|
6600
|
-
element: source.element
|
|
6591
|
+
props: item.props
|
|
6601
6592
|
}
|
|
6602
6593
|
}
|
|
6603
6594
|
});
|
|
@@ -6627,8 +6618,7 @@ var DragDropContextClient = ({
|
|
|
6627
6618
|
type: "move",
|
|
6628
6619
|
index: sourceData.index,
|
|
6629
6620
|
zone: sourceData.zone,
|
|
6630
|
-
props: item.props
|
|
6631
|
-
element: source.element
|
|
6621
|
+
props: item.props
|
|
6632
6622
|
}
|
|
6633
6623
|
}
|
|
6634
6624
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -4684,8 +4684,7 @@ var DropZoneChild = ({
|
|
|
4684
4684
|
return {
|
|
4685
4685
|
type: preview.componentType,
|
|
4686
4686
|
props: preview.props,
|
|
4687
|
-
previewType: preview.type
|
|
4688
|
-
element: preview.element
|
|
4687
|
+
previewType: preview.type
|
|
4689
4688
|
};
|
|
4690
4689
|
}
|
|
4691
4690
|
return null;
|
|
@@ -4718,12 +4717,6 @@ var DropZoneChild = ({
|
|
|
4718
4717
|
let label = (_b = (_a = componentConfig == null ? void 0 : componentConfig.label) != null ? _a : item == null ? void 0 : item.type.toString()) != null ? _b : "Component";
|
|
4719
4718
|
const renderPreview = useMemo9(
|
|
4720
4719
|
() => function Preview3() {
|
|
4721
|
-
if (item && "element" in item && item.element) {
|
|
4722
|
-
return (
|
|
4723
|
-
// Safe to use this since the HTML is set by the user
|
|
4724
|
-
/* @__PURE__ */ jsx23("div", { dangerouslySetInnerHTML: { __html: item.element.outerHTML } })
|
|
4725
|
-
);
|
|
4726
|
-
}
|
|
4727
4720
|
return /* @__PURE__ */ jsx23(DrawerItemInner, { name: label, children: overrides.componentItem });
|
|
4728
4721
|
},
|
|
4729
4722
|
[componentId, label, overrides]
|
|
@@ -5679,7 +5672,6 @@ var DragDropContextClient = ({
|
|
|
5679
5672
|
type: "insert",
|
|
5680
5673
|
index: targetIndex,
|
|
5681
5674
|
zone: targetZone,
|
|
5682
|
-
element: source.element,
|
|
5683
5675
|
props: {
|
|
5684
5676
|
id: source.id.toString()
|
|
5685
5677
|
}
|
|
@@ -5705,8 +5697,7 @@ var DragDropContextClient = ({
|
|
|
5705
5697
|
type: "move",
|
|
5706
5698
|
index: targetIndex,
|
|
5707
5699
|
zone: targetZone,
|
|
5708
|
-
props: item.props
|
|
5709
|
-
element: source.element
|
|
5700
|
+
props: item.props
|
|
5710
5701
|
}
|
|
5711
5702
|
}
|
|
5712
5703
|
});
|
|
@@ -5736,8 +5727,7 @@ var DragDropContextClient = ({
|
|
|
5736
5727
|
type: "move",
|
|
5737
5728
|
index: sourceData.index,
|
|
5738
5729
|
zone: sourceData.zone,
|
|
5739
|
-
props: item.props
|
|
5740
|
-
element: source.element
|
|
5730
|
+
props: item.props
|
|
5741
5731
|
}
|
|
5742
5732
|
}
|
|
5743
5733
|
});
|
package/dist/rsc.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as Config, U as UserGenerics, M as Metadata } from './walk-tree-
|
|
3
|
-
export {
|
|
2
|
+
import { a as Config, U as UserGenerics, M as Metadata } from './walk-tree-BOSl1o0G.mjs';
|
|
3
|
+
export { af as migrate, ah as resolveAllData, ag as transformProps, w as walkTree } from './walk-tree-BOSl1o0G.mjs';
|
|
4
4
|
import 'react';
|
|
5
5
|
|
|
6
6
|
declare function Render<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>({ config, data, metadata, }: {
|
package/dist/rsc.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as Config, U as UserGenerics, M as Metadata } from './walk-tree-
|
|
3
|
-
export {
|
|
2
|
+
import { a as Config, U as UserGenerics, M as Metadata } from './walk-tree-BOSl1o0G.js';
|
|
3
|
+
export { af as migrate, ah as resolveAllData, ag as transformProps, w as walkTree } from './walk-tree-BOSl1o0G.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
|
|
6
6
|
declare function Render<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>({ config, data, metadata, }: {
|
|
@@ -548,4 +548,4 @@ type WalkTreeOptions = {
|
|
|
548
548
|
};
|
|
549
549
|
declare function walkTree<T extends ComponentData | RootData | G["UserData"], UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>(data: T, config: UserConfig, callbackFn: (data: Content, options: WalkTreeOptions) => Content | null | void): T;
|
|
550
550
|
|
|
551
|
-
export { type
|
|
551
|
+
export { type ExternalFieldWithAdaptor as $, type AppState as A, type BaseData as B, type ComponentData as C, type DropZoneProps as D, type MappedItem as E, type Fields as F, type ComponentDataMap as G, type History as H, type IframeConfig as I, type Content as J, type BaseField as K, type TextareaField as L, type Metadata as M, type NumberField as N, type Overrides as O, type Permissions as P, type SelectField as Q, type RootDataWithProps as R, type Slot as S, type TextField as T, type UserGenerics as U, type Viewports as V, type WithSlotProps as W, type RadioField as X, type ArrayField as Y, type ObjectField as Z, type Adaptor as _, type Config as a, type ExternalField as a0, type CustomFieldRender as a1, type CustomField as a2, type SlotField as a3, type PuckContext as a4, type DefaultRootFieldProps as a5, type DefaultRootRenderProps as a6, type DefaultRootProps as a7, type DefaultComponentProps as a8, type WithId as a9, type WithPuckProps as aa, type AsFieldProps as ab, type WithChildren as ac, type ExtractPropsFromConfig as ad, type ExtractRootPropsFromConfig as ae, migrate as af, transformProps as ag, resolveAllData as ah, type PuckAction as b, type ResolveDataTrigger as c, type Plugin as d, type UiState as e, type ComponentConfig as f, type Field as g, type FieldProps as h, type Data as i, type OnAction as j, type InitialHistory as k, type ItemSelector as l, type Direction as m, type DragAxis as n, type Viewport as o, overrideKeys as p, type OverrideKey as q, type FieldRenderFunctions as r, type ItemWithId as s, type ArrayState as t, type PuckComponent as u, type RootConfig as v, walkTree as w, type RootDataWithoutProps as x, type RootData as y, type ComponentDataOptionalId as z };
|
|
@@ -548,4 +548,4 @@ type WalkTreeOptions = {
|
|
|
548
548
|
};
|
|
549
549
|
declare function walkTree<T extends ComponentData | RootData | G["UserData"], UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>(data: T, config: UserConfig, callbackFn: (data: Content, options: WalkTreeOptions) => Content | null | void): T;
|
|
550
550
|
|
|
551
|
-
export { type
|
|
551
|
+
export { type ExternalFieldWithAdaptor as $, type AppState as A, type BaseData as B, type ComponentData as C, type DropZoneProps as D, type MappedItem as E, type Fields as F, type ComponentDataMap as G, type History as H, type IframeConfig as I, type Content as J, type BaseField as K, type TextareaField as L, type Metadata as M, type NumberField as N, type Overrides as O, type Permissions as P, type SelectField as Q, type RootDataWithProps as R, type Slot as S, type TextField as T, type UserGenerics as U, type Viewports as V, type WithSlotProps as W, type RadioField as X, type ArrayField as Y, type ObjectField as Z, type Adaptor as _, type Config as a, type ExternalField as a0, type CustomFieldRender as a1, type CustomField as a2, type SlotField as a3, type PuckContext as a4, type DefaultRootFieldProps as a5, type DefaultRootRenderProps as a6, type DefaultRootProps as a7, type DefaultComponentProps as a8, type WithId as a9, type WithPuckProps as aa, type AsFieldProps as ab, type WithChildren as ac, type ExtractPropsFromConfig as ad, type ExtractRootPropsFromConfig as ae, migrate as af, transformProps as ag, resolveAllData as ah, type PuckAction as b, type ResolveDataTrigger as c, type Plugin as d, type UiState as e, type ComponentConfig as f, type Field as g, type FieldProps as h, type Data as i, type OnAction as j, type InitialHistory as k, type ItemSelector as l, type Direction as m, type DragAxis as n, type Viewport as o, overrideKeys as p, type OverrideKey as q, type FieldRenderFunctions as r, type ItemWithId as s, type ArrayState as t, type PuckComponent as u, type RootConfig as v, walkTree as w, type RootDataWithoutProps as x, type RootData as y, type ComponentDataOptionalId as z };
|
package/package.json
CHANGED