@measured/puck-plugin-heading-analyzer 0.13.2-canary.8d7db7b → 0.14.0-canary.1b907cb
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 +1 -1
- package/dist/index.css +74 -45
- package/dist/index.d.ts +18 -10
- package/dist/index.js +183 -117
- package/package.json +3 -2
package/README.md
CHANGED
package/dist/index.css
CHANGED
@@ -1,60 +1,76 @@
|
|
1
1
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
2
|
-
.
|
2
|
+
._SidebarSection_125qe_1 {
|
3
3
|
display: flex;
|
4
4
|
position: relative;
|
5
5
|
flex-direction: column;
|
6
|
-
color: black;
|
6
|
+
color: var(--puck-color-black);
|
7
7
|
}
|
8
|
-
.
|
8
|
+
._SidebarSection_125qe_1:last-of-type {
|
9
9
|
flex-grow: 1;
|
10
10
|
}
|
11
|
-
._SidebarSection-
|
12
|
-
background: white;
|
11
|
+
._SidebarSection-title_125qe_12 {
|
12
|
+
background: var(--puck-color-white);
|
13
13
|
padding: 16px;
|
14
|
-
border-bottom: 1px solid var(--puck-color-grey-
|
15
|
-
border-top: 1px solid var(--puck-color-grey-
|
14
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
15
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
16
16
|
overflow-x: auto;
|
17
17
|
}
|
18
|
-
._SidebarSection--
|
18
|
+
._SidebarSection--noBorderTop_125qe_20 > ._SidebarSection-title_125qe_12 {
|
19
19
|
border-top: 0px;
|
20
20
|
}
|
21
|
-
._SidebarSection-
|
21
|
+
._SidebarSection-content_125qe_24 {
|
22
22
|
padding: 16px;
|
23
23
|
}
|
24
|
-
._SidebarSection--
|
24
|
+
._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24 {
|
25
25
|
padding: 0px;
|
26
26
|
}
|
27
|
-
._SidebarSection--
|
27
|
+
._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24:last-child {
|
28
28
|
padding-bottom: 4px;
|
29
29
|
}
|
30
|
-
.
|
30
|
+
._SidebarSection_125qe_1:last-of-type ._SidebarSection-content_125qe_24 {
|
31
31
|
border-bottom: none;
|
32
32
|
flex-grow: 1;
|
33
33
|
}
|
34
|
-
._SidebarSection-
|
35
|
-
|
34
|
+
._SidebarSection-breadcrumbLabel_125qe_41 {
|
35
|
+
background: none;
|
36
|
+
border: 0;
|
37
|
+
border-radius: 2px;
|
38
|
+
color: var(--puck-color-azure-04);
|
39
|
+
cursor: pointer;
|
40
|
+
font: inherit;
|
36
41
|
flex-shrink: 0;
|
42
|
+
padding: 0;
|
43
|
+
transition: color 50ms ease-in;
|
37
44
|
}
|
38
|
-
._SidebarSection-
|
39
|
-
|
40
|
-
|
41
|
-
|
45
|
+
._SidebarSection-breadcrumbLabel_125qe_41:focus-visible {
|
46
|
+
outline: 2px solid var(--puck-color-azure-05);
|
47
|
+
outline-offset: 2px;
|
48
|
+
}
|
49
|
+
@media (hover: hover) and (pointer: fine) {
|
50
|
+
._SidebarSection-breadcrumbLabel_125qe_41:hover {
|
51
|
+
color: var(--puck-color-azure-03);
|
52
|
+
transition: none;
|
53
|
+
}
|
42
54
|
}
|
43
|
-
._SidebarSection-
|
55
|
+
._SidebarSection-breadcrumbLabel_125qe_41:active {
|
56
|
+
color: var(--puck-color-azure-02);
|
57
|
+
transition: none;
|
58
|
+
}
|
59
|
+
._SidebarSection-breadcrumbs_125qe_70 {
|
44
60
|
align-items: center;
|
45
61
|
display: flex;
|
46
62
|
gap: 4px;
|
47
63
|
}
|
48
|
-
._SidebarSection-
|
64
|
+
._SidebarSection-breadcrumb_125qe_41 {
|
49
65
|
align-items: center;
|
50
66
|
display: flex;
|
51
67
|
gap: 4px;
|
52
68
|
}
|
53
|
-
._SidebarSection-
|
69
|
+
._SidebarSection-heading_125qe_82 {
|
54
70
|
padding-right: 16px;
|
55
71
|
}
|
56
|
-
._SidebarSection-
|
57
|
-
background: white;
|
72
|
+
._SidebarSection-loadingOverlay_125qe_86 {
|
73
|
+
background: var(--puck-color-white);
|
58
74
|
display: flex;
|
59
75
|
justify-content: center;
|
60
76
|
align-items: center;
|
@@ -69,54 +85,53 @@
|
|
69
85
|
}
|
70
86
|
|
71
87
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
|
72
|
-
.
|
88
|
+
._Heading_qxrry_1 {
|
73
89
|
display: block;
|
74
90
|
color: var(--puck-color-black);
|
75
|
-
font-family: var(--puck-font-stack);
|
76
91
|
font-weight: 700;
|
77
92
|
margin: 0;
|
78
93
|
}
|
79
|
-
.
|
94
|
+
._Heading_qxrry_1 b {
|
80
95
|
font-weight: 700;
|
81
96
|
}
|
82
|
-
._Heading--
|
97
|
+
._Heading--xxxxl_qxrry_12 {
|
83
98
|
font-size: var(--puck-font-size-xxxxl);
|
84
99
|
letter-spacing: 0.08ch;
|
85
100
|
font-weight: 800;
|
86
101
|
}
|
87
|
-
._Heading--
|
102
|
+
._Heading--xxxl_qxrry_18 {
|
88
103
|
font-size: var(--puck-font-size-xxxl);
|
89
104
|
}
|
90
|
-
._Heading--
|
105
|
+
._Heading--xxl_qxrry_22 {
|
91
106
|
font-size: var(--puck-font-size-xxl);
|
92
107
|
}
|
93
|
-
._Heading--
|
108
|
+
._Heading--xl_qxrry_26 {
|
94
109
|
font-size: var(--puck-font-size-xl);
|
95
110
|
}
|
96
|
-
._Heading--
|
111
|
+
._Heading--l_qxrry_30 {
|
97
112
|
font-size: var(--puck-font-size-l);
|
98
113
|
}
|
99
|
-
._Heading--
|
114
|
+
._Heading--m_qxrry_34 {
|
100
115
|
font-size: var(--puck-font-size-m);
|
101
116
|
}
|
102
|
-
._Heading--
|
117
|
+
._Heading--s_qxrry_38 {
|
103
118
|
font-size: var(--puck-font-size-s);
|
104
119
|
}
|
105
|
-
._Heading--
|
120
|
+
._Heading--xs_qxrry_42 {
|
106
121
|
font-size: var(--puck-font-size-xs);
|
107
122
|
}
|
108
123
|
|
109
124
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/OutlineList/styles.module.css/#css-module-data */
|
110
|
-
.
|
111
|
-
color: var(--puck-color-grey-
|
112
|
-
font-family: var(--puck-font-
|
125
|
+
._OutlineList_18bgy_1 {
|
126
|
+
color: var(--puck-color-grey-03);
|
127
|
+
font-family: var(--puck-font-family);
|
113
128
|
margin: 0;
|
114
129
|
padding-left: 16px;
|
115
130
|
position: relative;
|
116
131
|
list-style: none;
|
117
132
|
}
|
118
|
-
.
|
119
|
-
background: var(--puck-color-grey-
|
133
|
+
._OutlineList_18bgy_1::before {
|
134
|
+
background: var(--puck-color-grey-08);
|
120
135
|
position: absolute;
|
121
136
|
left: -1px;
|
122
137
|
top: 0px;
|
@@ -124,12 +139,12 @@
|
|
124
139
|
height: calc(100% - 9px);
|
125
140
|
content: "";
|
126
141
|
}
|
127
|
-
.
|
142
|
+
._OutlineListItem_18bgy_20 {
|
128
143
|
position: relative;
|
129
144
|
margin-bottom: 4px;
|
130
145
|
}
|
131
|
-
.
|
132
|
-
background: var(--puck-color-grey-
|
146
|
+
._OutlineListItem_18bgy_20::before {
|
147
|
+
background: var(--puck-color-grey-08);
|
133
148
|
position: absolute;
|
134
149
|
left: -17px;
|
135
150
|
top: 9px;
|
@@ -137,10 +152,24 @@
|
|
137
152
|
height: 1px;
|
138
153
|
content: "";
|
139
154
|
}
|
140
|
-
._OutlineListItem--
|
141
|
-
color: var(--puck-color-blue);
|
155
|
+
._OutlineListItem--clickable_18bgy_35 {
|
142
156
|
cursor: pointer;
|
157
|
+
transition: color 50ms ease-in;
|
158
|
+
}
|
159
|
+
._OutlineListItem--clickable_18bgy_35:focus-visible {
|
160
|
+
outline: 2px solid var(--puck-color-azure-05);
|
161
|
+
outline-offset: 2px;
|
162
|
+
}
|
163
|
+
@media (hover: hover) and (pointer: fine) {
|
164
|
+
._OutlineListItem--clickable_18bgy_35:hover {
|
165
|
+
color: var(--puck-color-azure-04);
|
166
|
+
transition: none;
|
167
|
+
}
|
168
|
+
}
|
169
|
+
._OutlineListItem--clickable_18bgy_35:active {
|
170
|
+
color: var(--puck-color-azure-03);
|
171
|
+
transition: none;
|
143
172
|
}
|
144
|
-
.
|
173
|
+
._OutlineListItem_18bgy_20 > ._OutlineList_18bgy_1 {
|
145
174
|
margin: 8px 0;
|
146
175
|
}
|
package/dist/index.d.ts
CHANGED
@@ -5,6 +5,11 @@ type ItemSelector = {
|
|
5
5
|
zone?: string;
|
6
6
|
};
|
7
7
|
|
8
|
+
type FieldOption = {
|
9
|
+
label: string;
|
10
|
+
value: string | number | boolean;
|
11
|
+
};
|
12
|
+
type FieldOptions = Array<FieldOption> | ReadonlyArray<FieldOption>;
|
8
13
|
type BaseField = {
|
9
14
|
label?: string;
|
10
15
|
};
|
@@ -13,23 +18,19 @@ type TextField = BaseField & {
|
|
13
18
|
};
|
14
19
|
type NumberField = BaseField & {
|
15
20
|
type: "number";
|
21
|
+
min?: number;
|
22
|
+
max?: number;
|
16
23
|
};
|
17
24
|
type TextareaField = BaseField & {
|
18
25
|
type: "textarea";
|
19
26
|
};
|
20
27
|
type SelectField = BaseField & {
|
21
28
|
type: "select";
|
22
|
-
options:
|
23
|
-
label: string;
|
24
|
-
value: string | number | boolean;
|
25
|
-
}[];
|
29
|
+
options: FieldOptions;
|
26
30
|
};
|
27
31
|
type RadioField = BaseField & {
|
28
32
|
type: "radio";
|
29
|
-
options:
|
30
|
-
label: string;
|
31
|
-
value: string | number | boolean;
|
32
|
-
}[];
|
33
|
+
options: FieldOptions;
|
33
34
|
};
|
34
35
|
type ArrayField<Props extends {
|
35
36
|
[key: string]: any;
|
@@ -78,11 +79,15 @@ type ExternalField<Props extends {
|
|
78
79
|
placeholder?: string;
|
79
80
|
fetchList: (params: {
|
80
81
|
query: string;
|
82
|
+
filters: Record<string, any>;
|
81
83
|
}) => Promise<any[] | null>;
|
82
84
|
mapProp?: (value: any) => Props;
|
85
|
+
mapRow?: (value: any) => Record<string, string | number>;
|
83
86
|
getItemSummary: (item: Props, index?: number) => string;
|
84
87
|
showSearch?: boolean;
|
85
88
|
initialQuery?: string;
|
89
|
+
filterFields?: Record<string, Field>;
|
90
|
+
initialFilters?: Record<string, any>;
|
86
91
|
};
|
87
92
|
type CustomField<Props extends {
|
88
93
|
[key: string]: any;
|
@@ -140,7 +145,7 @@ type RenderFunc<Props extends {
|
|
140
145
|
[key: string]: any;
|
141
146
|
} = {
|
142
147
|
children: ReactNode;
|
143
|
-
}> =
|
148
|
+
}> = (props: Props) => ReactElement;
|
144
149
|
declare const overrideKeys: readonly ["header", "headerActions", "fields", "fieldLabel", "components", "componentItem", "outline", "puck", "preview"];
|
145
150
|
type OverrideKey = (typeof overrideKeys)[number];
|
146
151
|
type OverridesGeneric<Shape extends {
|
@@ -170,7 +175,10 @@ type Overrides = OverridesGeneric<{
|
|
170
175
|
className?: string;
|
171
176
|
}>;
|
172
177
|
components: RenderFunc;
|
173
|
-
componentItem: RenderFunc
|
178
|
+
componentItem: RenderFunc<{
|
179
|
+
children: ReactNode;
|
180
|
+
name: string;
|
181
|
+
}>;
|
174
182
|
outline: RenderFunc;
|
175
183
|
puck: RenderFunc;
|
176
184
|
}>;
|
package/dist/index.js
CHANGED
@@ -49958,7 +49958,7 @@ var require_dist = __commonJS({
|
|
49958
49958
|
var HostPortal = 4;
|
49959
49959
|
var HostComponent = 5;
|
49960
49960
|
var HostText = 6;
|
49961
|
-
var
|
49961
|
+
var Fragment13 = 7;
|
49962
49962
|
var Mode = 8;
|
49963
49963
|
var ContextConsumer = 9;
|
49964
49964
|
var ContextProvider = 10;
|
@@ -51114,7 +51114,7 @@ var require_dist = __commonJS({
|
|
51114
51114
|
return "DehydratedFragment";
|
51115
51115
|
case ForwardRef:
|
51116
51116
|
return getWrappedName$1(type, type.render, "ForwardRef");
|
51117
|
-
case
|
51117
|
+
case Fragment13:
|
51118
51118
|
return "Fragment";
|
51119
51119
|
case HostComponent:
|
51120
51120
|
return type;
|
@@ -60785,7 +60785,7 @@ var require_dist = __commonJS({
|
|
60785
60785
|
}
|
60786
60786
|
}
|
60787
60787
|
function updateFragment2(returnFiber, current2, fragment, lanes, key) {
|
60788
|
-
if (current2 === null || current2.tag !==
|
60788
|
+
if (current2 === null || current2.tag !== Fragment13) {
|
60789
60789
|
var created = createFiberFromFragment(fragment, returnFiber.mode, lanes, key);
|
60790
60790
|
created.return = returnFiber;
|
60791
60791
|
return created;
|
@@ -61188,7 +61188,7 @@ var require_dist = __commonJS({
|
|
61188
61188
|
if (child.key === key) {
|
61189
61189
|
var elementType = element.type;
|
61190
61190
|
if (elementType === REACT_FRAGMENT_TYPE) {
|
61191
|
-
if (child.tag ===
|
61191
|
+
if (child.tag === Fragment13) {
|
61192
61192
|
deleteRemainingChildren(returnFiber, child.sibling);
|
61193
61193
|
var existing = useFiber(child, element.props.children);
|
61194
61194
|
existing.return = returnFiber;
|
@@ -65363,7 +65363,7 @@ var require_dist = __commonJS({
|
|
65363
65363
|
var _resolvedProps2 = workInProgress2.elementType === type ? _unresolvedProps2 : resolveDefaultProps(type, _unresolvedProps2);
|
65364
65364
|
return updateForwardRef(current2, workInProgress2, type, _resolvedProps2, renderLanes2);
|
65365
65365
|
}
|
65366
|
-
case
|
65366
|
+
case Fragment13:
|
65367
65367
|
return updateFragment(current2, workInProgress2, renderLanes2);
|
65368
65368
|
case Mode:
|
65369
65369
|
return updateMode(current2, workInProgress2, renderLanes2);
|
@@ -65636,7 +65636,7 @@ var require_dist = __commonJS({
|
|
65636
65636
|
case SimpleMemoComponent:
|
65637
65637
|
case FunctionComponent:
|
65638
65638
|
case ForwardRef:
|
65639
|
-
case
|
65639
|
+
case Fragment13:
|
65640
65640
|
case Mode:
|
65641
65641
|
case Profiler:
|
65642
65642
|
case ContextConsumer:
|
@@ -69895,7 +69895,7 @@ var require_dist = __commonJS({
|
|
69895
69895
|
return fiber;
|
69896
69896
|
}
|
69897
69897
|
function createFiberFromFragment(elements, mode, lanes, key) {
|
69898
|
-
var fiber = createFiber(
|
69898
|
+
var fiber = createFiber(Fragment13, elements, key, mode);
|
69899
69899
|
fiber.lanes = lanes;
|
69900
69900
|
return fiber;
|
69901
69901
|
}
|
@@ -71035,7 +71035,7 @@ var require_dist = __commonJS({
|
|
71035
71035
|
init_react_import2();
|
71036
71036
|
var import_react22 = require("react");
|
71037
71037
|
init_react_import2();
|
71038
|
-
var Button_module_default = { "Button": "
|
71038
|
+
var Button_module_default = { "Button": "_Button_8fn3a_1", "Button--medium": "_Button--medium_8fn3a_29", "Button--large": "_Button--large_8fn3a_37", "Button-icon": "_Button-icon_8fn3a_44", "Button--primary": "_Button--primary_8fn3a_48", "Button--secondary": "_Button--secondary_8fn3a_67", "Button--flush": "_Button--flush_8fn3a_82", "Button--disabled": "_Button--disabled_8fn3a_86", "Button--fullWidth": "_Button--fullWidth_8fn3a_93", "Button-spinner": "_Button-spinner_8fn3a_98" };
|
71039
71039
|
init_react_import2();
|
71040
71040
|
var import_classnames2 = __toESM2(require_classnames2());
|
71041
71041
|
var getClassNameFactory2 = (rootClass, styles, { baseClass = "" } = {}) => (options = {}) => {
|
@@ -71085,7 +71085,7 @@ var require_dist = __commonJS({
|
|
71085
71085
|
}) => {
|
71086
71086
|
const [loading, setLoading] = (0, import_react22.useState)(loadingProp);
|
71087
71087
|
(0, import_react22.useEffect)(() => setLoading(loadingProp), [loadingProp]);
|
71088
|
-
const ElementType = href ? "a" :
|
71088
|
+
const ElementType = href ? "a" : type ? "button" : "span";
|
71089
71089
|
const el = /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
71090
71090
|
ElementType,
|
71091
71091
|
{
|
@@ -71113,10 +71113,7 @@ var require_dist = __commonJS({
|
|
71113
71113
|
children: [
|
71114
71114
|
icon && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: getClassName4("icon"), children: icon }),
|
71115
71115
|
children,
|
71116
|
-
loading && /* @__PURE__ */ (0, import_jsx_runtime7.
|
71117
|
-
"\xA0\xA0",
|
71118
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_react_spinners2.ClipLoader, { "aria-label": "loading", color: "inherit", size: "14px" })
|
71119
|
-
] })
|
71116
|
+
loading && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: getClassName4("spinner"), children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_react_spinners2.ClipLoader, { "aria-label": "loading", color: "inherit", size: "14px" }) })
|
71120
71117
|
]
|
71121
71118
|
}
|
71122
71119
|
);
|
@@ -71125,7 +71122,7 @@ var require_dist = __commonJS({
|
|
71125
71122
|
init_react_import2();
|
71126
71123
|
var import_dnd2 = (init_dnd_esm(), __toCommonJS(dnd_esm_exports));
|
71127
71124
|
init_react_import2();
|
71128
|
-
var styles_module_default4 = { "
|
71125
|
+
var styles_module_default4 = { "Drawer": "_Drawer_6zh0b_1", "DrawerItem-default": "_DrawerItem-default_6zh0b_5", "DrawerItem-draggableWrapper": "_DrawerItem-draggableWrapper_6zh0b_5", "DrawerItem": "_DrawerItem_6zh0b_5", "DrawerItem-draggable": "_DrawerItem-draggable_6zh0b_5", "Drawer--isDraggingFrom": "_Drawer--isDraggingFrom_6zh0b_31", "DrawerItem-name": "_DrawerItem-name_6zh0b_47" };
|
71129
71126
|
init_react_import2();
|
71130
71127
|
var import_dnd = (init_dnd_esm(), __toCommonJS(dnd_esm_exports));
|
71131
71128
|
var import_jsx_runtime22 = require("react/jsx-runtime");
|
@@ -71190,7 +71187,7 @@ var require_dist = __commonJS({
|
|
71190
71187
|
return result;
|
71191
71188
|
};
|
71192
71189
|
init_react_import2();
|
71193
|
-
var styles_module_default22 = { "DragIcon": "
|
71190
|
+
var styles_module_default22 = { "DragIcon": "_DragIcon_1p5wn_1" };
|
71194
71191
|
var import_jsx_runtime32 = require("react/jsx-runtime");
|
71195
71192
|
var getClassName22 = get_class_name_factory_default2("DragIcon", styles_module_default22);
|
71196
71193
|
var DragIcon = () => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: getClassName22(), children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { viewBox: "0 0 20 20", width: "12", fill: "currentColor", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M7 2a2 2 0 1 0 .001 4.001A2 2 0 0 0 7 2zm0 6a2 2 0 1 0 .001 4.001A2 2 0 0 0 7 8zm0 6a2 2 0 1 0 .001 4.001A2 2 0 0 0 7 14zm6-8a2 2 0 1 0-.001-4.001A2 2 0 0 0 13 6zm0 2a2 2 0 1 0 .001 4.001A2 2 0 0 0 13 8zm0 6a2 2 0 1 0 .001 4.001A2 2 0 0 0 13 14z" }) }) });
|
@@ -71226,10 +71223,10 @@ var require_dist = __commonJS({
|
|
71226
71223
|
const ctx = (0, import_react32.useContext)(drawerContext);
|
71227
71224
|
const resolvedId = `${ctx.droppableId}::${id || name}`;
|
71228
71225
|
const CustomInner = (0, import_react32.useMemo)(
|
71229
|
-
() => children || (({ children: children2 }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: getClassNameItem2("default"), children: children2 })),
|
71226
|
+
() => children || (({ children: children2, name: name2 }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: getClassNameItem2("default"), children: children2 })),
|
71230
71227
|
[children]
|
71231
71228
|
);
|
71232
|
-
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(DrawerDraggable, { id: resolvedId, index, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CustomInner, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: getClassNameItem2("draggableWrapper"), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: getClassNameItem2("draggable"), children: [
|
71229
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(DrawerDraggable, { id: resolvedId, index, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CustomInner, { name, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: getClassNameItem2("draggableWrapper"), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: getClassNameItem2("draggable"), children: [
|
71233
71230
|
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: getClassNameItem2("name"), children: name }),
|
71234
71231
|
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: getClassNameItem2("icon"), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(DragIcon, {}) })
|
71235
71232
|
] }) }) }) });
|
@@ -71260,7 +71257,7 @@ var require_dist = __commonJS({
|
|
71260
71257
|
var import_react62 = require("react");
|
71261
71258
|
var import_dnd3 = (init_dnd_esm(), __toCommonJS(dnd_esm_exports));
|
71262
71259
|
init_react_import2();
|
71263
|
-
var styles_module_default32 = { "DraggableComponent": "
|
71260
|
+
var styles_module_default32 = { "DraggableComponent": "_DraggableComponent_1vpvt_1", "DraggableComponent--isDragging": "_DraggableComponent--isDragging_1vpvt_10", "DraggableComponent-contents": "_DraggableComponent-contents_1vpvt_16", "DraggableComponent-overlay": "_DraggableComponent-overlay_1vpvt_29", "DraggableComponent-loadingOverlay": "_DraggableComponent-loadingOverlay_1vpvt_42", "DraggableComponent--isLocked": "_DraggableComponent--isLocked_1vpvt_58", "DraggableComponent--forceHover": "_DraggableComponent--forceHover_1vpvt_64", "DraggableComponent--isSelected": "_DraggableComponent--isSelected_1vpvt_69", "DraggableComponent--indicativeHover": "_DraggableComponent--indicativeHover_1vpvt_74", "DraggableComponent-actions": "_DraggableComponent-actions_1vpvt_100", "DraggableComponent-actionsLabel": "_DraggableComponent-actionsLabel_1vpvt_125", "DraggableComponent-action": "_DraggableComponent-action_1vpvt_100" };
|
71264
71261
|
init_react_import2();
|
71265
71262
|
init_react_import2();
|
71266
71263
|
var import_react42 = require("react");
|
@@ -71404,6 +71401,18 @@ var require_dist = __commonJS({
|
|
71404
71401
|
["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
|
71405
71402
|
]);
|
71406
71403
|
init_react_import2();
|
71404
|
+
var SlidersHorizontal = createLucideIcon2("SlidersHorizontal", [
|
71405
|
+
["line", { x1: "21", x2: "14", y1: "4", y2: "4", key: "obuewd" }],
|
71406
|
+
["line", { x1: "10", x2: "3", y1: "4", y2: "4", key: "1q6298" }],
|
71407
|
+
["line", { x1: "21", x2: "12", y1: "12", y2: "12", key: "1iu8h1" }],
|
71408
|
+
["line", { x1: "8", x2: "3", y1: "12", y2: "12", key: "ntss68" }],
|
71409
|
+
["line", { x1: "21", x2: "16", y1: "20", y2: "20", key: "14d8ph" }],
|
71410
|
+
["line", { x1: "12", x2: "3", y1: "20", y2: "20", key: "m0wm8r" }],
|
71411
|
+
["line", { x1: "14", x2: "14", y1: "2", y2: "6", key: "14e1ph" }],
|
71412
|
+
["line", { x1: "8", x2: "8", y1: "10", y2: "14", key: "1i6ji0" }],
|
71413
|
+
["line", { x1: "16", x2: "16", y1: "18", y2: "22", key: "1lctlv" }]
|
71414
|
+
]);
|
71415
|
+
init_react_import2();
|
71407
71416
|
var Trash = createLucideIcon2("Trash", [
|
71408
71417
|
["path", { d: "M3 6h18", key: "d0wm0j" }],
|
71409
71418
|
["path", { d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6", key: "4alrt4" }],
|
@@ -71537,7 +71546,7 @@ var require_dist = __commonJS({
|
|
71537
71546
|
return __spreadProps2(__spreadValues2({}, item), { props: dynamicProps[item.props.id] || item.props });
|
71538
71547
|
};
|
71539
71548
|
init_react_import2();
|
71540
|
-
var styles_module_default42 = { "DropZone": "
|
71549
|
+
var styles_module_default42 = { "DropZone": "_DropZone_utidm_1", "DropZone--zoomEnabled": "_DropZone--zoomEnabled_utidm_10", "DropZone-renderWrapper": "_DropZone-renderWrapper_utidm_14", "DropZone-content": "_DropZone-content_utidm_18", "DropZone--userIsDragging": "_DropZone--userIsDragging_utidm_23", "DropZone--draggingOverArea": "_DropZone--draggingOverArea_utidm_27", "DropZone--draggingNewComponent": "_DropZone--draggingNewComponent_utidm_28", "DropZone--isAreaSelected": "_DropZone--isAreaSelected_utidm_34", "DropZone--hoveringOverArea": "_DropZone--hoveringOverArea_utidm_35", "DropZone--isDisabled": "_DropZone--isDisabled_utidm_36", "DropZone--isRootZone": "_DropZone--isRootZone_utidm_37", "DropZone--hasChildren": "_DropZone--hasChildren_utidm_43", "DropZone--isDestination": "_DropZone--isDestination_utidm_48", "DropZone-item": "_DropZone-item_utidm_56", "DropZone-hitbox": "_DropZone-hitbox_utidm_60" };
|
71541
71550
|
init_react_import2();
|
71542
71551
|
var import_react72 = require("react");
|
71543
71552
|
var import_use_debounce = (init_index_module(), __toCommonJS(index_module_exports));
|
@@ -71942,7 +71951,7 @@ var require_dist = __commonJS({
|
|
71942
71951
|
{
|
71943
71952
|
"data-puck-placeholder": true,
|
71944
71953
|
style: __spreadProps2(__spreadValues2({}, placeholderStyle), {
|
71945
|
-
background: "var(--puck-color-azure-
|
71954
|
+
background: "var(--puck-color-azure-06)",
|
71946
71955
|
opacity: 0.3,
|
71947
71956
|
zIndex: 0
|
71948
71957
|
})
|
@@ -72000,7 +72009,7 @@ var require_dist = __commonJS({
|
|
72000
72009
|
init_react_import2();
|
72001
72010
|
var import_react102 = require("react");
|
72002
72011
|
init_react_import2();
|
72003
|
-
var IconButton_module_default = { "IconButton": "
|
72012
|
+
var IconButton_module_default = { "IconButton": "_IconButton_1xqlg_1", "IconButton-title": "_IconButton-title_1xqlg_33" };
|
72004
72013
|
var import_react_spinners3 = (init_esm(), __toCommonJS(esm_exports));
|
72005
72014
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
72006
72015
|
var getClassName6 = get_class_name_factory_default2("IconButton", IconButton_module_default);
|
@@ -72105,10 +72114,10 @@ var require_dist = __commonJS({
|
|
72105
72114
|
};
|
72106
72115
|
init_react_import2();
|
72107
72116
|
init_react_import2();
|
72108
|
-
var styles_module_default5 = { "SidebarSection": "
|
72117
|
+
var styles_module_default5 = { "SidebarSection": "_SidebarSection_125qe_1", "SidebarSection-title": "_SidebarSection-title_125qe_12", "SidebarSection--noBorderTop": "_SidebarSection--noBorderTop_125qe_20", "SidebarSection-content": "_SidebarSection-content_125qe_24", "SidebarSection--noPadding": "_SidebarSection--noPadding_125qe_28", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_125qe_41", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_125qe_70", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_125qe_41", "SidebarSection-heading": "_SidebarSection-heading_125qe_82", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_125qe_86" };
|
72109
72118
|
init_react_import2();
|
72110
72119
|
init_react_import2();
|
72111
|
-
var styles_module_default6 = { "Heading": "
|
72120
|
+
var styles_module_default6 = { "Heading": "_Heading_qxrry_1", "Heading--xxxxl": "_Heading--xxxxl_qxrry_12", "Heading--xxxl": "_Heading--xxxl_qxrry_18", "Heading--xxl": "_Heading--xxl_qxrry_22", "Heading--xl": "_Heading--xl_qxrry_26", "Heading--l": "_Heading--l_qxrry_30", "Heading--m": "_Heading--m_qxrry_34", "Heading--s": "_Heading--s_qxrry_38", "Heading--xs": "_Heading--xs_qxrry_42" };
|
72112
72121
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
72113
72122
|
var getClassName7 = get_class_name_factory_default2("Heading", styles_module_default6);
|
72114
72123
|
var Heading2 = ({ children, rank, size = "m" }) => {
|
@@ -72210,7 +72219,7 @@ var require_dist = __commonJS({
|
|
72210
72219
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: getClassName8("title"), children: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: getClassName8("breadcrumbs"), children: [
|
72211
72220
|
showBreadcrumbs ? breadcrumbs.map((breadcrumb, i2) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: getClassName8("breadcrumb"), children: [
|
72212
72221
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
72213
|
-
"
|
72222
|
+
"button",
|
72214
72223
|
{
|
72215
72224
|
className: getClassName8("breadcrumbLabel"),
|
72216
72225
|
onClick: () => setUi({ itemSelector: breadcrumb.selector }),
|
@@ -72694,7 +72703,10 @@ var require_dist = __commonJS({
|
|
72694
72703
|
);
|
72695
72704
|
const runResolvers = () => __async(void 0, null, function* () {
|
72696
72705
|
const newData = newAppState.data;
|
72697
|
-
const flatContent = Object.keys(newData.zones || {}).reduce((acc, zone) => [...acc, ...newData.zones[zone]], newData.content).filter((item) =>
|
72706
|
+
const flatContent = Object.keys(newData.zones || {}).reduce((acc, zone) => [...acc, ...newData.zones[zone]], newData.content).filter((item) => {
|
72707
|
+
var _a;
|
72708
|
+
return !!((_a = config.components[item.type]) == null ? void 0 : _a.resolveData);
|
72709
|
+
});
|
72698
72710
|
const applyIfChange = (dynamicDataMap, dynamicRoot) => {
|
72699
72711
|
const processed = applyDynamicProps(
|
72700
72712
|
appState.data,
|
@@ -72760,7 +72772,7 @@ var require_dist = __commonJS({
|
|
72760
72772
|
};
|
72761
72773
|
init_react_import2();
|
72762
72774
|
init_react_import2();
|
72763
|
-
var styles_module_default7 = { "MenuBar": "
|
72775
|
+
var styles_module_default7 = { "MenuBar": "_MenuBar_8pf8c_1", "MenuBar--menuOpen": "_MenuBar--menuOpen_8pf8c_14", "MenuBar-inner": "_MenuBar-inner_8pf8c_29", "MenuBar-history": "_MenuBar-history_8pf8c_45" };
|
72764
72776
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
72765
72777
|
var getClassName9 = get_class_name_factory_default2("MenuBar", styles_module_default7);
|
72766
72778
|
var MenuBar = ({
|
@@ -72796,14 +72808,14 @@ var require_dist = __commonJS({
|
|
72796
72808
|
ChevronLeft,
|
72797
72809
|
{
|
72798
72810
|
size: 21,
|
72799
|
-
stroke: hasPast ? "var(--puck-color-black)" : "var(--puck-color-grey-
|
72811
|
+
stroke: hasPast ? "var(--puck-color-black)" : "var(--puck-color-grey-08)"
|
72800
72812
|
}
|
72801
72813
|
) }),
|
72802
72814
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(IconButton, { title: "redo", disabled: !hasFuture, onClick: forward, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
72803
72815
|
ChevronRight2,
|
72804
72816
|
{
|
72805
72817
|
size: 21,
|
72806
|
-
stroke: hasFuture ? "var(--puck-color-black)" : "var(--puck-color-grey-
|
72818
|
+
stroke: hasFuture ? "var(--puck-color-black)" : "var(--puck-color-grey-08)"
|
72807
72819
|
}
|
72808
72820
|
) })
|
72809
72821
|
] }),
|
@@ -72826,17 +72838,17 @@ var require_dist = __commonJS({
|
|
72826
72838
|
);
|
72827
72839
|
};
|
72828
72840
|
init_react_import2();
|
72829
|
-
var styles_module_default8 = { "Puck": "
|
72841
|
+
var styles_module_default8 = { "Puck": "_Puck_1mnww_19", "Puck--leftSideBarVisible": "_Puck--leftSideBarVisible_1mnww_36", "Puck--rightSideBarVisible": "_Puck--rightSideBarVisible_1mnww_42", "Puck-header": "_Puck-header_1mnww_96", "Puck-headerInner": "_Puck-headerInner_1mnww_105", "Puck-headerToggle": "_Puck-headerToggle_1mnww_115", "Puck-rightSideBarToggle": "_Puck-rightSideBarToggle_1mnww_122", "Puck-leftSideBarToggle": "_Puck-leftSideBarToggle_1mnww_123", "Puck-headerTitle": "_Puck-headerTitle_1mnww_127", "Puck-headerPath": "_Puck-headerPath_1mnww_131", "Puck-headerTools": "_Puck-headerTools_1mnww_138", "Puck-menuButton": "_Puck-menuButton_1mnww_144", "Puck--menuOpen": "_Puck--menuOpen_1mnww_149", "Puck-leftSideBar": "_Puck-leftSideBar_1mnww_123", "Puck-frame": "_Puck-frame_1mnww_168", "Puck-root": "_Puck-root_1mnww_176", "Puck-rightSideBar": "_Puck-rightSideBar_1mnww_122" };
|
72830
72842
|
init_react_import2();
|
72831
72843
|
var import_react_spinners6 = (init_esm(), __toCommonJS(esm_exports));
|
72832
72844
|
init_react_import2();
|
72833
72845
|
init_react_import2();
|
72834
|
-
var styles_module_default9 = { "Input": "
|
72846
|
+
var styles_module_default9 = { "Input": "_Input_1qi5b_1", "Input-label": "_Input-label_1qi5b_26", "Input-labelIcon": "_Input-labelIcon_1qi5b_34", "Input-disabledIcon": "_Input-disabledIcon_1qi5b_41", "Input-input": "_Input-input_1qi5b_46", "Input--readOnly": "_Input--readOnly_1qi5b_90", "Input-radioGroupItems": "_Input-radioGroupItems_1qi5b_101", "Input-radio": "_Input-radio_1qi5b_101", "Input-radioInner": "_Input-radioInner_1qi5b_118", "Input-radioInput": "_Input-radioInput_1qi5b_163" };
|
72835
72847
|
var import_react18 = require("react");
|
72836
72848
|
init_react_import2();
|
72837
72849
|
init_react_import2();
|
72838
72850
|
init_react_import2();
|
72839
|
-
var styles_module_default10 = { "ArrayField": "
|
72851
|
+
var styles_module_default10 = { "ArrayField": "_ArrayField_1txra_5", "ArrayField--isDraggingFrom": "_ArrayField--isDraggingFrom_1txra_13", "ArrayField-addButton": "_ArrayField-addButton_1txra_17", "ArrayField--hasItems": "_ArrayField--hasItems_1txra_32", "ArrayFieldItem": "_ArrayFieldItem_1txra_61", "ArrayFieldItem--isDragging": "_ArrayFieldItem--isDragging_1txra_69", "ArrayFieldItem--isExpanded": "_ArrayFieldItem--isExpanded_1txra_74", "ArrayFieldItem-summary": "_ArrayFieldItem-summary_1txra_84", "ArrayFieldItem--readOnly": "_ArrayFieldItem--readOnly_1txra_108", "ArrayFieldItem-body": "_ArrayFieldItem-body_1txra_142", "ArrayFieldItem-fieldset": "_ArrayFieldItem-fieldset_1txra_150", "ArrayFieldItem-rhs": "_ArrayFieldItem-rhs_1txra_157", "ArrayFieldItem-actions": "_ArrayFieldItem-actions_1txra_163" };
|
72840
72852
|
var import_dnd5 = (init_dnd_esm(), __toCommonJS(dnd_esm_exports));
|
72841
72853
|
var import_dnd6 = (init_dnd_esm(), __toCommonJS(dnd_esm_exports));
|
72842
72854
|
var import_react14 = require("react");
|
@@ -73124,7 +73136,10 @@ var require_dist = __commonJS({
|
|
73124
73136
|
}
|
73125
73137
|
},
|
73126
73138
|
readOnly,
|
73127
|
-
|
73139
|
+
tabIndex: readOnly ? -1 : void 0,
|
73140
|
+
id,
|
73141
|
+
min: field.type === "number" ? field.min : void 0,
|
73142
|
+
max: field.type === "number" ? field.max : void 0
|
73128
73143
|
}
|
73129
73144
|
)
|
73130
73145
|
}
|
@@ -73135,11 +73150,11 @@ var require_dist = __commonJS({
|
|
73135
73150
|
init_react_import2();
|
73136
73151
|
var import_react16 = require("react");
|
73137
73152
|
init_react_import2();
|
73138
|
-
var styles_module_default11 = { "ExternalInput": "
|
73153
|
+
var styles_module_default11 = { "ExternalInput-actions": "_ExternalInput-actions_q3l5a_1", "ExternalInput-button": "_ExternalInput-button_q3l5a_5", "ExternalInput--dataSelected": "_ExternalInput--dataSelected_q3l5a_25", "ExternalInput-detachButton": "_ExternalInput-detachButton_q3l5a_32", "ExternalInputModal": "_ExternalInputModal_q3l5a_74", "ExternalInputModal-grid": "_ExternalInputModal-grid_q3l5a_84", "ExternalInputModal--filtersToggled": "_ExternalInputModal--filtersToggled_q3l5a_95", "ExternalInputModal-filters": "_ExternalInputModal-filters_q3l5a_100", "ExternalInputModal-masthead": "_ExternalInputModal-masthead_q3l5a_119", "ExternalInputModal-tableWrapper": "_ExternalInputModal-tableWrapper_q3l5a_128", "ExternalInputModal-table": "_ExternalInputModal-table_q3l5a_128", "ExternalInputModal-thead": "_ExternalInputModal-thead_q3l5a_144", "ExternalInputModal-th": "_ExternalInputModal-th_q3l5a_144", "ExternalInputModal-td": "_ExternalInputModal-td_q3l5a_159", "ExternalInputModal-tr": "_ExternalInputModal-tr_q3l5a_164", "ExternalInputModal-tbody": "_ExternalInputModal-tbody_q3l5a_171", "ExternalInputModal--hasData": "_ExternalInputModal--hasData_q3l5a_197", "ExternalInputModal-loadingBanner": "_ExternalInputModal-loadingBanner_q3l5a_201", "ExternalInputModal--isLoading": "_ExternalInputModal--isLoading_q3l5a_218", "ExternalInputModal-searchForm": "_ExternalInputModal-searchForm_q3l5a_222", "ExternalInputModal-search": "_ExternalInputModal-search_q3l5a_222", "ExternalInputModal-searchIcon": "_ExternalInputModal-searchIcon_q3l5a_259", "ExternalInputModal-searchIconText": "_ExternalInputModal-searchIconText_q3l5a_284", "ExternalInputModal-searchInput": "_ExternalInputModal-searchInput_q3l5a_294", "ExternalInputModal-searchActions": "_ExternalInputModal-searchActions_q3l5a_308", "ExternalInputModal-searchActionIcon": "_ExternalInputModal-searchActionIcon_q3l5a_321", "ExternalInputModal-footer": "_ExternalInputModal-footer_q3l5a_325" };
|
73139
73154
|
init_react_import2();
|
73140
73155
|
var import_react15 = require("react");
|
73141
73156
|
init_react_import2();
|
73142
|
-
var styles_module_default12 = { "Modal": "
|
73157
|
+
var styles_module_default12 = { "Modal": "_Modal_zud0i_1", "Modal--isOpen": "_Modal--isOpen_zud0i_15", "Modal-inner": "_Modal-inner_zud0i_19" };
|
73143
73158
|
var import_react_dom3 = __toESM2(require_react_dom2());
|
73144
73159
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
73145
73160
|
var getClassName12 = get_class_name_factory_default2("Modal", styles_module_default12);
|
@@ -73179,13 +73194,23 @@ var require_dist = __commonJS({
|
|
73179
73194
|
name,
|
73180
73195
|
id
|
73181
73196
|
}) => {
|
73182
|
-
const {
|
73197
|
+
const {
|
73198
|
+
mapProp = (val) => val,
|
73199
|
+
mapRow = (val) => val,
|
73200
|
+
filterFields
|
73201
|
+
} = field || {};
|
73183
73202
|
const [data, setData] = (0, import_react16.useState)([]);
|
73184
73203
|
const [isOpen, setOpen] = (0, import_react16.useState)(false);
|
73185
73204
|
const [isLoading, setIsLoading] = (0, import_react16.useState)(true);
|
73205
|
+
const hasFilterFields = !!filterFields;
|
73206
|
+
const [filters, setFilters] = (0, import_react16.useState)(field.initialFilters || {});
|
73207
|
+
const [filtersToggled, setFiltersToggled] = (0, import_react16.useState)(hasFilterFields);
|
73208
|
+
const mappedData = (0, import_react16.useMemo)(() => {
|
73209
|
+
return data.map(mapRow);
|
73210
|
+
}, [data]);
|
73186
73211
|
const keys = (0, import_react16.useMemo)(() => {
|
73187
73212
|
const validKeys = /* @__PURE__ */ new Set();
|
73188
|
-
for (const item of
|
73213
|
+
for (const item of mappedData) {
|
73189
73214
|
for (const key of Object.keys(item)) {
|
73190
73215
|
if (typeof item[key] === "string" || typeof item[key] === "number") {
|
73191
73216
|
validKeys.add(key);
|
@@ -73193,13 +73218,13 @@ var require_dist = __commonJS({
|
|
73193
73218
|
}
|
73194
73219
|
}
|
73195
73220
|
return Array.from(validKeys);
|
73196
|
-
}, [
|
73221
|
+
}, [mappedData]);
|
73197
73222
|
const [searchQuery, setSearchQuery] = (0, import_react16.useState)(field.initialQuery || "");
|
73198
73223
|
const search = (0, import_react16.useCallback)(
|
73199
|
-
(query) => __async(void 0, null, function* () {
|
73224
|
+
(query, filters2) => __async(void 0, null, function* () {
|
73200
73225
|
setIsLoading(true);
|
73201
|
-
const cacheKey = `${id}-${name}-${query}`;
|
73202
|
-
const listData = dataCache[cacheKey] || (yield field.fetchList({ query }));
|
73226
|
+
const cacheKey = `${id}-${name}-${query}-${JSON.stringify(filters2)}`;
|
73227
|
+
const listData = dataCache[cacheKey] || (yield field.fetchList({ query, filters: filters2 }));
|
73203
73228
|
if (listData) {
|
73204
73229
|
setData(listData);
|
73205
73230
|
setIsLoading(false);
|
@@ -73209,7 +73234,7 @@ var require_dist = __commonJS({
|
|
73209
73234
|
[name, field]
|
73210
73235
|
);
|
73211
73236
|
(0, import_react16.useEffect)(() => {
|
73212
|
-
search(searchQuery);
|
73237
|
+
search(searchQuery, filters);
|
73213
73238
|
}, []);
|
73214
73239
|
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
73215
73240
|
"div",
|
@@ -73244,78 +73269,109 @@ var require_dist = __commonJS({
|
|
73244
73269
|
)
|
73245
73270
|
] }),
|
73246
73271
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Modal, { onClose: () => setOpen(false), isOpen, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
73247
|
-
"
|
73272
|
+
"form",
|
73248
73273
|
{
|
73249
73274
|
className: getClassNameModal({
|
73250
73275
|
isLoading,
|
73251
73276
|
loaded: !isLoading,
|
73252
|
-
hasData:
|
73277
|
+
hasData: mappedData.length > 0,
|
73278
|
+
filtersToggled
|
73253
73279
|
}),
|
73280
|
+
onSubmit: (e2) => {
|
73281
|
+
e2.preventDefault();
|
73282
|
+
search(searchQuery, filters);
|
73283
|
+
},
|
73254
73284
|
children: [
|
73255
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.
|
73256
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.
|
73257
|
-
|
73258
|
-
"
|
73259
|
-
|
73260
|
-
|
73261
|
-
onSubmit: (e2) => {
|
73262
|
-
e2.preventDefault();
|
73263
|
-
search(searchQuery);
|
73264
|
-
},
|
73265
|
-
children: [
|
73266
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("label", { className: getClassNameModal("search"), children: [
|
73267
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: getClassNameModal("searchIconText"), children: "Search" }),
|
73268
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: getClassNameModal("searchIcon"), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Search, { size: "18" }) }),
|
73269
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
73270
|
-
"input",
|
73271
|
-
{
|
73272
|
-
className: getClassNameModal("searchInput"),
|
73273
|
-
name: "q",
|
73274
|
-
type: "search",
|
73275
|
-
placeholder: "Search",
|
73276
|
-
onChange: (e2) => {
|
73277
|
-
setSearchQuery(e2.currentTarget.value);
|
73278
|
-
},
|
73279
|
-
autoComplete: "off",
|
73280
|
-
value: searchQuery
|
73281
|
-
}
|
73282
|
-
)
|
73283
|
-
] }),
|
73284
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Button, { type: "submit", loading: isLoading, disabled: isLoading, children: "Search" })
|
73285
|
-
]
|
73286
|
-
}
|
73287
|
-
)
|
73288
|
-
] }),
|
73289
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: getClassNameModal("tableWrapper"), children: [
|
73290
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("table", { className: getClassNameModal("table"), children: [
|
73291
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("thead", { className: getClassNameModal("thead"), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("tr", { className: getClassNameModal("tr"), children: keys.map((key) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
73292
|
-
"th",
|
73285
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: getClassNameModal("masthead"), children: field.showSearch ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: getClassNameModal("searchForm"), children: [
|
73286
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("label", { className: getClassNameModal("search"), children: [
|
73287
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: getClassNameModal("searchIconText"), children: "Search" }),
|
73288
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: getClassNameModal("searchIcon"), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Search, { size: "18" }) }),
|
73289
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
73290
|
+
"input",
|
73293
73291
|
{
|
73294
|
-
className: getClassNameModal("
|
73295
|
-
|
73296
|
-
|
73292
|
+
className: getClassNameModal("searchInput"),
|
73293
|
+
name: "q",
|
73294
|
+
type: "search",
|
73295
|
+
placeholder: field.placeholder,
|
73296
|
+
onChange: (e2) => {
|
73297
|
+
setSearchQuery(e2.currentTarget.value);
|
73298
|
+
},
|
73299
|
+
autoComplete: "off",
|
73300
|
+
value: searchQuery
|
73301
|
+
}
|
73302
|
+
)
|
73303
|
+
] }),
|
73304
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: getClassNameModal("searchActions"), children: [
|
73305
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Button, { type: "submit", loading: isLoading, fullWidth: true, children: "Search" }),
|
73306
|
+
hasFilterFields && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: getClassNameModal("searchActionIcon"), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
73307
|
+
IconButton,
|
73308
|
+
{
|
73309
|
+
title: "Toggle filters",
|
73310
|
+
onClick: (e2) => {
|
73311
|
+
e2.preventDefault();
|
73312
|
+
e2.stopPropagation();
|
73313
|
+
setFiltersToggled(!filtersToggled);
|
73314
|
+
},
|
73315
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(SlidersHorizontal, { size: 20 })
|
73316
|
+
}
|
73317
|
+
) })
|
73318
|
+
] })
|
73319
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Heading2, { rank: 2, size: "xs", children: field.placeholder || "Select data" }) }),
|
73320
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: getClassNameModal("grid"), children: [
|
73321
|
+
hasFilterFields && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: getClassNameModal("filters"), children: hasFilterFields && Object.keys(filterFields).map((fieldName) => {
|
73322
|
+
const filterField = filterFields[fieldName];
|
73323
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
73324
|
+
InputOrGroup,
|
73325
|
+
{
|
73326
|
+
field: filterField,
|
73327
|
+
name: fieldName,
|
73328
|
+
id: `external_field_${fieldName}_filter`,
|
73329
|
+
label: filterField.label || fieldName,
|
73330
|
+
value: filters[fieldName],
|
73331
|
+
onChange: (value2) => {
|
73332
|
+
const newFilters = __spreadProps2(__spreadValues2({}, filters), { [fieldName]: value2 });
|
73333
|
+
setFilters(newFilters);
|
73334
|
+
search(searchQuery, newFilters);
|
73335
|
+
}
|
73297
73336
|
},
|
73298
|
-
|
73299
|
-
)
|
73300
|
-
|
73301
|
-
|
73302
|
-
|
73337
|
+
fieldName
|
73338
|
+
);
|
73339
|
+
}) }),
|
73340
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: getClassNameModal("tableWrapper"), children: [
|
73341
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("table", { className: getClassNameModal("table"), children: [
|
73342
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("thead", { className: getClassNameModal("thead"), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("tr", { className: getClassNameModal("tr"), children: keys.map((key) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
73343
|
+
"th",
|
73303
73344
|
{
|
73304
|
-
|
73305
|
-
|
73306
|
-
|
73307
|
-
onChange(mapProp(item));
|
73308
|
-
setOpen(false);
|
73309
|
-
},
|
73310
|
-
children: keys.map((key) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: getClassNameModal("td"), children: item[key] }, key))
|
73345
|
+
className: getClassNameModal("th"),
|
73346
|
+
style: { textAlign: "left" },
|
73347
|
+
children: key
|
73311
73348
|
},
|
73312
|
-
|
73313
|
-
)
|
73314
|
-
|
73315
|
-
|
73316
|
-
|
73349
|
+
key
|
73350
|
+
)) }) }),
|
73351
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("tbody", { className: getClassNameModal("tbody"), children: mappedData.map((item, i2) => {
|
73352
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
73353
|
+
"tr",
|
73354
|
+
{
|
73355
|
+
style: { whiteSpace: "nowrap" },
|
73356
|
+
className: getClassNameModal("tr"),
|
73357
|
+
onClick: () => {
|
73358
|
+
onChange(mapProp(data[i2]));
|
73359
|
+
setOpen(false);
|
73360
|
+
},
|
73361
|
+
children: keys.map((key) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: getClassNameModal("td"), children: item[key] }, key))
|
73362
|
+
},
|
73363
|
+
i2
|
73364
|
+
);
|
73365
|
+
}) })
|
73366
|
+
] }),
|
73367
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: getClassNameModal("loadingBanner"), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_react_spinners5.ClipLoader, { size: 24, "aria-label": "Loading" }) })
|
73368
|
+
] })
|
73317
73369
|
] }),
|
73318
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.
|
73370
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: getClassNameModal("footer"), children: [
|
73371
|
+
mappedData.length,
|
73372
|
+
" result",
|
73373
|
+
mappedData.length === 1 ? "" : "s"
|
73374
|
+
] })
|
73319
73375
|
]
|
73320
73376
|
}
|
73321
73377
|
) })
|
@@ -73359,6 +73415,7 @@ var require_dist = __commonJS({
|
|
73359
73415
|
// DEPRECATED
|
73360
73416
|
placeholder: ((_a = deprecatedField.adaptor) == null ? void 0 : _a.name) ? `Select from ${deprecatedField.adaptor.name}` : validField.placeholder || "Select data",
|
73361
73417
|
mapProp: ((_b = deprecatedField.adaptor) == null ? void 0 : _b.mapProp) || validField.mapProp,
|
73418
|
+
mapRow: validField.mapRow,
|
73362
73419
|
fetchList: ((_c = deprecatedField.adaptor) == null ? void 0 : _c.fetchList) ? () => __async(void 0, null, function* () {
|
73363
73420
|
return yield deprecatedField.adaptor.fetchList(
|
73364
73421
|
deprecatedField.adaptorParams
|
@@ -73501,6 +73558,7 @@ var require_dist = __commonJS({
|
|
73501
73558
|
value: typeof value === "undefined" ? "" : value,
|
73502
73559
|
onChange: (e2) => onChange(e2.currentTarget.value),
|
73503
73560
|
readOnly,
|
73561
|
+
tabIndex: readOnly ? -1 : void 0,
|
73504
73562
|
rows: 5
|
73505
73563
|
}
|
73506
73564
|
)
|
@@ -73510,7 +73568,7 @@ var require_dist = __commonJS({
|
|
73510
73568
|
var import_use_debounce2 = (init_index_module(), __toCommonJS(index_module_exports));
|
73511
73569
|
init_react_import2();
|
73512
73570
|
init_react_import2();
|
73513
|
-
var styles_module_default13 = { "ObjectField": "
|
73571
|
+
var styles_module_default13 = { "ObjectField": "_ObjectField_15j63_5", "ObjectField-fieldset": "_ObjectField-fieldset_15j63_13" };
|
73514
73572
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
73515
73573
|
var getClassName17 = get_class_name_factory_default2("ObjectField", styles_module_default13);
|
73516
73574
|
var getClassNameItem3 = get_class_name_factory_default2("ObjectFieldItem", styles_module_default13);
|
@@ -73668,7 +73726,7 @@ var require_dist = __commonJS({
|
|
73668
73726
|
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Render2, __spreadProps2(__spreadValues2({}, mergedProps), { children }));
|
73669
73727
|
};
|
73670
73728
|
init_react_import2();
|
73671
|
-
var styles_module_default14 = { "PuckFields": "
|
73729
|
+
var styles_module_default14 = { "PuckFields": "_PuckFields_17k3p_1", "PuckFields-loadingOverlay": "_PuckFields-loadingOverlay_17k3p_6" };
|
73672
73730
|
var import_react19 = require("react");
|
73673
73731
|
var import_jsx_runtime222 = require("react/jsx-runtime");
|
73674
73732
|
var getClassName19 = get_class_name_factory_default2("PuckFields", styles_module_default14);
|
@@ -73815,7 +73873,7 @@ var require_dist = __commonJS({
|
|
73815
73873
|
var import_react20 = require("react");
|
73816
73874
|
init_react_import2();
|
73817
73875
|
init_react_import2();
|
73818
|
-
var styles_module_default15 = { "ComponentList": "
|
73876
|
+
var styles_module_default15 = { "ComponentList": "_ComponentList_odh9d_1", "ComponentList--isExpanded": "_ComponentList--isExpanded_odh9d_5", "ComponentList-content": "_ComponentList-content_odh9d_9", "ComponentList-title": "_ComponentList-title_odh9d_17", "ComponentList-titleIcon": "_ComponentList-titleIcon_odh9d_53" };
|
73819
73877
|
var import_jsx_runtime23 = require("react/jsx-runtime");
|
73820
73878
|
var getClassName20 = get_class_name_factory_default2("ComponentList", styles_module_default15);
|
73821
73879
|
var ComponentListItem = ({
|
@@ -73834,7 +73892,7 @@ var require_dist = __commonJS({
|
|
73834
73892
|
const { expanded = true } = state.ui.componentList[id] || {};
|
73835
73893
|
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: getClassName20({ isExpanded: expanded }), children: [
|
73836
73894
|
title && /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
73837
|
-
"
|
73895
|
+
"button",
|
73838
73896
|
{
|
73839
73897
|
className: getClassName20("title"),
|
73840
73898
|
onClick: () => setUi({
|
@@ -73980,7 +74038,7 @@ var require_dist = __commonJS({
|
|
73980
74038
|
};
|
73981
74039
|
init_react_import2();
|
73982
74040
|
init_react_import2();
|
73983
|
-
var styles_module_default16 = { "LayerTree": "
|
74041
|
+
var styles_module_default16 = { "LayerTree": "_LayerTree_1pgw8_1", "LayerTree-zoneTitle": "_LayerTree-zoneTitle_1pgw8_11", "LayerTree-helper": "_LayerTree-helper_1pgw8_17", "Layer": "_Layer_1pgw8_1", "Layer-inner": "_Layer-inner_1pgw8_29", "Layer--containsZone": "_Layer--containsZone_1pgw8_35", "Layer-clickable": "_Layer-clickable_1pgw8_39", "Layer--isSelected": "_Layer--isSelected_1pgw8_61", "Layer-chevron": "_Layer-chevron_1pgw8_77", "Layer--childIsSelected": "_Layer--childIsSelected_1pgw8_78", "Layer-zones": "_Layer-zones_1pgw8_82", "Layer-title": "_Layer-title_1pgw8_96", "Layer-name": "_Layer-name_1pgw8_105", "Layer-icon": "_Layer-icon_1pgw8_111", "Layer-zoneIcon": "_Layer-zoneIcon_1pgw8_116" };
|
73984
74042
|
init_react_import2();
|
73985
74043
|
var scrollIntoView2 = (el) => {
|
73986
74044
|
const oldStyle = __spreadValues2({}, el.style);
|
@@ -74046,7 +74104,7 @@ var require_dist = __commonJS({
|
|
74046
74104
|
}),
|
74047
74105
|
children: [
|
74048
74106
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: getClassNameLayer("inner"), children: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
74049
|
-
"
|
74107
|
+
"button",
|
74050
74108
|
{
|
74051
74109
|
className: getClassNameLayer("clickable"),
|
74052
74110
|
onClick: () => {
|
@@ -74607,7 +74665,7 @@ var require_dist = __commonJS({
|
|
74607
74665
|
"div",
|
74608
74666
|
{
|
74609
74667
|
style: {
|
74610
|
-
background: "var(--puck-color-grey-
|
74668
|
+
background: "var(--puck-color-grey-11)",
|
74611
74669
|
height: "100%",
|
74612
74670
|
flexGrow: 1
|
74613
74671
|
}
|
@@ -74744,8 +74802,8 @@ var require_dist = __commonJS({
|
|
74744
74802
|
});
|
74745
74803
|
init_react_import2();
|
74746
74804
|
var usePuck2 = () => {
|
74747
|
-
const { state: appState, config, dispatch } = useAppContext2();
|
74748
|
-
return { appState, config, dispatch };
|
74805
|
+
const { state: appState, config, history, dispatch } = useAppContext2();
|
74806
|
+
return { appState, config, dispatch, history };
|
74749
74807
|
};
|
74750
74808
|
}
|
74751
74809
|
});
|
@@ -74820,7 +74878,7 @@ init_react_import();
|
|
74820
74878
|
|
74821
74879
|
// css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css#css-module
|
74822
74880
|
init_react_import();
|
74823
|
-
var styles_module_default = { "SidebarSection": "
|
74881
|
+
var styles_module_default = { "SidebarSection": "_SidebarSection_125qe_1", "SidebarSection-title": "_SidebarSection-title_125qe_12", "SidebarSection--noBorderTop": "_SidebarSection--noBorderTop_125qe_20", "SidebarSection-content": "_SidebarSection-content_125qe_24", "SidebarSection--noPadding": "_SidebarSection--noPadding_125qe_28", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_125qe_41", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_125qe_70", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_125qe_41", "SidebarSection-heading": "_SidebarSection-heading_125qe_82", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_125qe_86" };
|
74824
74882
|
|
74825
74883
|
// ../core/lib/get-class-name-factory.ts
|
74826
74884
|
init_react_import();
|
@@ -74859,7 +74917,7 @@ init_react_import();
|
|
74859
74917
|
|
74860
74918
|
// css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css#css-module
|
74861
74919
|
init_react_import();
|
74862
|
-
var styles_module_default2 = { "Heading": "
|
74920
|
+
var styles_module_default2 = { "Heading": "_Heading_qxrry_1", "Heading--xxxxl": "_Heading--xxxxl_qxrry_12", "Heading--xxxl": "_Heading--xxxl_qxrry_18", "Heading--xxl": "_Heading--xxl_qxrry_22", "Heading--xl": "_Heading--xl_qxrry_26", "Heading--l": "_Heading--l_qxrry_30", "Heading--m": "_Heading--m_qxrry_34", "Heading--s": "_Heading--s_qxrry_38", "Heading--xs": "_Heading--xs_qxrry_42" };
|
74863
74921
|
|
74864
74922
|
// ../core/components/Heading/index.tsx
|
74865
74923
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
@@ -75115,7 +75173,7 @@ var SidebarSection = ({
|
|
75115
75173
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("div", { className: getClassName2("title"), children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("div", { className: getClassName2("breadcrumbs"), children: [
|
75116
75174
|
showBreadcrumbs ? breadcrumbs.map((breadcrumb, i2) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("div", { className: getClassName2("breadcrumb"), children: [
|
75117
75175
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
75118
|
-
"
|
75176
|
+
"button",
|
75119
75177
|
{
|
75120
75178
|
className: getClassName2("breadcrumbLabel"),
|
75121
75179
|
onClick: () => setUi({ itemSelector: breadcrumb.selector }),
|
@@ -75138,7 +75196,7 @@ init_react_import();
|
|
75138
75196
|
|
75139
75197
|
// css-module:/home/runner/work/puck/puck/packages/core/components/OutlineList/styles.module.css#css-module
|
75140
75198
|
init_react_import();
|
75141
|
-
var styles_module_default3 = { "OutlineList": "
|
75199
|
+
var styles_module_default3 = { "OutlineList": "_OutlineList_18bgy_1", "OutlineListItem": "_OutlineListItem_18bgy_20", "OutlineListItem--clickable": "_OutlineListItem--clickable_18bgy_35" };
|
75142
75200
|
|
75143
75201
|
// ../core/components/OutlineList/index.tsx
|
75144
75202
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
@@ -75261,7 +75319,7 @@ var HeadingAnalyzer = () => {
|
|
75261
75319
|
const oldStyle = __spreadValues({}, el.style);
|
75262
75320
|
if (el) {
|
75263
75321
|
scrollIntoView(el);
|
75264
|
-
el.style.outline = "4px solid var(--puck-color-rose-
|
75322
|
+
el.style.outline = "4px solid var(--puck-color-rose-06)";
|
75265
75323
|
el.style.outlineOffset = "4px";
|
75266
75324
|
setTimeout(() => {
|
75267
75325
|
el.style.outline = oldStyle.outline || "";
|
@@ -75269,7 +75327,7 @@ var HeadingAnalyzer = () => {
|
|
75269
75327
|
}, 2e3);
|
75270
75328
|
}
|
75271
75329
|
},
|
75272
|
-
children: props.missing ? /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("span", { style: { color: "var(--puck-color-red)" }, children: [
|
75330
|
+
children: props.missing ? /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("span", { style: { color: "var(--puck-color-red-04)" }, children: [
|
75273
75331
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("b", { children: [
|
75274
75332
|
"H",
|
75275
75333
|
props.rank
|
@@ -75540,6 +75598,14 @@ lucide-react/dist/esm/icons/search.js:
|
|
75540
75598
|
* See the LICENSE file in the root directory of this source tree.
|
75541
75599
|
*)
|
75542
75600
|
|
75601
|
+
lucide-react/dist/esm/icons/sliders-horizontal.js:
|
75602
|
+
(**
|
75603
|
+
* @license lucide-react v0.298.0 - ISC
|
75604
|
+
*
|
75605
|
+
* This source code is licensed under the ISC license.
|
75606
|
+
* See the LICENSE file in the root directory of this source tree.
|
75607
|
+
*)
|
75608
|
+
|
75543
75609
|
lucide-react/dist/esm/icons/trash.js:
|
75544
75610
|
(**
|
75545
75611
|
* @license lucide-react v0.298.0 - ISC
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.14.0-canary.1b907cb",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -18,12 +18,13 @@
|
|
18
18
|
"dist"
|
19
19
|
],
|
20
20
|
"devDependencies": {
|
21
|
-
"@measured/puck": "^0.
|
21
|
+
"@measured/puck": "^0.14.0-canary.1b907cb",
|
22
22
|
"@types/react": "^18.2.0",
|
23
23
|
"@types/react-dom": "^18.2.0",
|
24
24
|
"eslint": "^7.32.0",
|
25
25
|
"eslint-config-custom": "*",
|
26
26
|
"tsconfig": "*",
|
27
|
+
"tsup": "^6.7.0",
|
27
28
|
"tsup-config": "*",
|
28
29
|
"typescript": "^4.5.2"
|
29
30
|
},
|