@orangelogic/design-system 2.44.0 → 2.45.0-ci.1

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.
Files changed (38) hide show
  1. package/library/chunks/{color-swatch-group.DrpRd8Xw.js → color-swatch-group.CMz7zQdk.js} +1 -1
  2. package/library/chunks/{file-on-demand.ZcYwCR_s.js → file-on-demand.CODE3g50.js} +1 -1
  3. package/library/chunks/{list-editor.B_BRQoUp.js → list-editor.RKB6H77Y.js} +76 -67
  4. package/library/chunks/ref.BDmlFGTP.js +99 -0
  5. package/library/chunks/{tab-group.g2uXM2W8.js → tab-group.uF5JbAGa.js} +1 -1
  6. package/library/chunks/{table.Be9berv0.js → table.D6Abk0xC.js} +1 -1
  7. package/library/components/atoms.js +3 -3
  8. package/library/components/color-swatch-group.js +2 -2
  9. package/library/components/file-on-demand.js +2 -2
  10. package/library/components/list-editor.js +2 -2
  11. package/library/components/menu-item.js +678 -13
  12. package/library/components/menu.js +1 -1
  13. package/library/components/molecules.js +1 -1
  14. package/library/components/organisms.js +2 -2
  15. package/library/components/range.js +535 -396
  16. package/library/components/tab-group.js +2 -2
  17. package/library/components/table.js +1 -1
  18. package/library/components/types.js +205 -190
  19. package/library/package.json +1 -1
  20. package/library/packages/atoms/src/components/range/mark-controller.d.ts +34 -0
  21. package/library/packages/atoms/src/components/range/range.d.ts +6 -8
  22. package/library/packages/atoms/src/components/range/range.utils.d.ts +58 -1
  23. package/library/packages/molecules/src/asset-picker/asset-picker.d.ts +6 -3
  24. package/library/packages/molecules/src/icon-picker/icon-picker.d.ts +2 -2
  25. package/library/packages/molecules/src/list-editor/list-editor.d.ts +2 -2
  26. package/library/packages/organisms/src/content-builder/components/config-form/config-form.d.ts +2 -2
  27. package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.d.ts +2 -2
  28. package/library/packages/organisms/src/content-builder/components/gallery-config/gallery-config.d.ts +2 -2
  29. package/library/packages/organisms/src/content-builder/components/gallery-picker/gallery-picker.d.ts +2 -2
  30. package/library/packages/organisms/src/content-builder/content-builder.d.ts +2 -2
  31. package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/image-dialog.d.ts +2 -2
  32. package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/rte-bubble-menu.d.ts +2 -2
  33. package/library/packages/organisms/src/downloader/downloader.d.ts +1 -0
  34. package/library/packages/tools/src/fetch-image/fetch-image.d.ts +6 -1
  35. package/library/packages/types/src/content-builder.d.ts +1 -0
  36. package/library/react-web-component.d.ts +5 -1
  37. package/package.json +1 -1
  38. package/library/chunks/menu-item.DOFCmq0Z.js +0 -775
@@ -1,5 +1,5 @@
1
1
  import _ from "../components/space.js";
2
- import { C as z } from "./table.Be9berv0.js";
2
+ import { C as z } from "./table.D6Abk0xC.js";
3
3
  import { C as $ } from "./typography.trna8y2b.js";
4
4
  import { x as h, B as F, i as k, n as p, C as A, c as S } from "./custom-element.fmLrnDZr.js";
5
5
  import { C as v, a as m } from "./color-swatch.DkZKPbUq.js";
@@ -25,7 +25,7 @@ import Mt from "../components/relative-time.js";
25
25
  import { C as Bt } from "./select.Bo8mWJ1g.js";
26
26
  import Vt from "../components/space.js";
27
27
  import Ht from "../components/tab.js";
28
- import { C as Wt } from "./tab-group.g2uXM2W8.js";
28
+ import { C as Wt } from "./tab-group.uF5JbAGa.js";
29
29
  import Gt from "../components/tab-panel.js";
30
30
  import qt from "../components/tooltip.js";
31
31
  import { C as Yt } from "./typography.trna8y2b.js";
@@ -2,12 +2,12 @@ import { C as _ } from "./button.DrU92LJQ.js";
2
2
  import { C as z } from "./dialog.rme_OwWe.js";
3
3
  import M from "../components/grid.js";
4
4
  import q from "../components/grid-item.js";
5
- import $ from "../components/input.js";
6
- import R from "../components/line-clamp.js";
7
- import O from "../components/radio.js";
8
- import k from "../components/radio-group.js";
9
- import C from "../components/space.js";
10
- import { C as T, H as P } from "./table.Be9berv0.js";
5
+ import C from "../components/input.js";
6
+ import T from "../components/line-clamp.js";
7
+ import R from "../components/radio.js";
8
+ import O from "../components/radio-group.js";
9
+ import $ from "../components/space.js";
10
+ import { C as P, H as k } from "./table.D6Abk0xC.js";
11
11
  import { C as I } from "./typography.trna8y2b.js";
12
12
  import { i as A, n, C as w, x as l, c as E } from "./custom-element.fmLrnDZr.js";
13
13
  import { c as D } from "./component.styles.DtouHn2g.js";
@@ -16,16 +16,16 @@ import { L as S } from "./i18n.D33BKrRs.js";
16
16
  import { w as g } from "./watch.BCJD77bD.js";
17
17
  import { r as x } from "./state.Dt9F_SuS.js";
18
18
  import { e as b } from "./query.BBf1UFkC.js";
19
- import { r as L } from "./choose.BTbF6BAn.js";
20
- import { e as j } from "./class-map.DqNfBvJI.js";
19
+ import { r as j } from "./choose.BTbF6BAn.js";
20
+ import { e as L } from "./class-map.DqNfBvJI.js";
21
21
  import { c as y } from "./repeat.B1pVpmRx.js";
22
- import { n as u } from "./when.Dr1es41R.js";
22
+ import { n as m } from "./when.Dr1es41R.js";
23
23
  import { t as B } from "./toString.CL_lYXbK.js";
24
24
  import H from "../components/icon-button.js";
25
25
  import { C as N } from "./image.C9hVXtqX.js";
26
26
  import { t as U, a as G, D as v } from "./asset.Ba-CxnNM.js";
27
27
  import { a as V } from "./index.Cpamj0jB.js";
28
- import { A as m } from "./content-builder.UlVFSATk.js";
28
+ import { A as u } from "./content-builder.UlVFSATk.js";
29
29
  import { e as J, t as f } from "./string.D6poLUEC.js";
30
30
  var X = 0;
31
31
  function W(t) {
@@ -78,7 +78,7 @@ var K = Object.defineProperty, Q = Object.getOwnPropertyDescriptor, p = (t, e, i
78
78
  };
79
79
  let d = class extends w {
80
80
  constructor() {
81
- super(...arguments), this.localize = new S(this), this.value = "", this.name = "", this.type = m.Image, this.multiple = !1, this.accepts = [], this.required = !1, this.disabled = !1, this.onRequestAsset = void 0;
81
+ super(...arguments), this.localize = new S(this), this.value = "", this.name = "", this.type = [u.Image], this.multiple = !1, this.accepts = [], this.required = !1, this.disabled = !1, this.onRequestAsset = void 0;
82
82
  }
83
83
  async handleRequestAssetClick() {
84
84
  if (this.onRequestAsset)
@@ -89,7 +89,7 @@ let d = class extends w {
89
89
  }
90
90
  });
91
91
  const t = await this.onRequestAsset(
92
- this.type,
92
+ this.type.join(" "),
93
93
  this.multiple,
94
94
  this.accepts
95
95
  );
@@ -107,7 +107,7 @@ let d = class extends w {
107
107
  } else {
108
108
  const { id: i, name: r, src: s, type: c } = t;
109
109
  let h = s;
110
- c === m.Audio && (h = (await G({
110
+ c === u.Audio && (h = (await G({
111
111
  extraFields: [v],
112
112
  recordIds: [i]
113
113
  })).items[0]?.[v]), h && this.emit("cx-content-builder-asset-select", {
@@ -136,6 +136,45 @@ let d = class extends w {
136
136
  handleDeleteClick() {
137
137
  this.emit("cx-content-builder-asset-delete");
138
138
  }
139
+ /** True when the picker accepts this asset type. */
140
+ acceptsType(t) {
141
+ return this.type.includes(t);
142
+ }
143
+ renderAssetPreview() {
144
+ if (this.value && this.acceptsType(u.Image))
145
+ return l`<cx-image
146
+ part="image"
147
+ class="asset-picker__image"
148
+ src=${this.value}
149
+ alt=${this.name}
150
+ width="200px"
151
+ object-fit=${V.Cover}
152
+ ></cx-image>`;
153
+ if (this.name && this.acceptsType(u.Video))
154
+ return l`
155
+ <cx-typography variant="body-2">
156
+ ${f(this.name, 30, 11, 11)}
157
+ </cx-typography>`;
158
+ if (this.name && this.acceptsType(u.Other)) {
159
+ const t = this.name.split(",");
160
+ return l`<cx-typography variant="body-2">
161
+ ${f(t[0], 30, 11, 11)}
162
+
163
+ ${m(
164
+ t.length > 1,
165
+ () => l` ${this.localize.term("andOthers", t.length - 1)}`
166
+ )}
167
+ </cx-typography>`;
168
+ }
169
+ if (this.name && this.acceptsType(u.All)) {
170
+ const t = this.name.split(",");
171
+ return l`<cx-typography variant="body-2">
172
+ ${f(t[0], 30, 11, 11)}
173
+ ${m(t.length > 1, () => l` ${this.localize.term("andOthers", t.length - 1)}`)}
174
+ </cx-typography>`;
175
+ }
176
+ return null;
177
+ }
139
178
  render() {
140
179
  return l`
141
180
  <cx-space
@@ -143,46 +182,10 @@ let d = class extends w {
143
182
  class="asset-picker"
144
183
  spacing="2x-small"
145
184
  direction="horizontal"
146
- align-items=${this.type === m.Image ? "flex-start" : "center"}
185
+ align-items=${this.acceptsType(u.Image) ? "flex-start" : "center"}
147
186
  >
148
- ${u(
149
- this.value && this.type === m.Image,
150
- () => l`<cx-image
151
- part="image"
152
- class="asset-picker__image"
153
- src=${this.value}
154
- alt=${this.name}
155
- width="200px"
156
- object-fit=${V.Cover}
157
- ></cx-image>`
158
- )}
159
- ${u(
160
- this.type === m.Video && this.name,
161
- () => l`<cx-typography variant="body-2">
162
- ${f(this.name, 30, 11, 11)}
163
- </cx-typography>`
164
- )}
165
- ${u(this.type === m.Other && this.name, () => {
166
- const t = this.name.split(",");
167
- return l`<cx-typography variant="body-2">
168
- ${f(t[0], 30, 11, 11)}
169
- ${u(
170
- t.length > 1,
171
- () => l` ${this.localize.term("andOthers", t.length - 1)}`
172
- )}
173
- </cx-typography>`;
174
- })}
175
- ${u(this.type === m.All && this.name, () => {
176
- const t = this.name.split(",");
177
- return l`<cx-typography variant="body-2">
178
- ${f(t[0], 30, 11, 11)}
179
- ${u(
180
- t.length > 1,
181
- () => l` ${this.localize.term("andOthers", t.length - 1)}`
182
- )}
183
- </cx-typography>`;
184
- })}
185
- ${u(
187
+ ${this.renderAssetPreview()}
188
+ ${m(
186
189
  !this.disabled,
187
190
  () => l`
188
191
  <div class="asset-picker__button-container">
@@ -202,7 +205,7 @@ let d = class extends w {
202
205
  ${this.localize.term("choose")}
203
206
  </cx-button>
204
207
  </div>
205
- ${u(
208
+ ${m(
206
209
  this.value,
207
210
  () => l`<cx-icon-button
208
211
  label=${this.localize.term("delete")}
@@ -222,8 +225,8 @@ d.dependencies = {
222
225
  "cx-button": _,
223
226
  "cx-icon-button": H,
224
227
  "cx-image": N,
225
- "cx-input": $,
226
- "cx-space": C,
228
+ "cx-input": C,
229
+ "cx-space": $,
227
230
  "cx-typography": I
228
231
  };
229
232
  p([
@@ -239,7 +242,13 @@ p([
239
242
  n({ reflect: !0, type: String })
240
243
  ], d.prototype, "name", 2);
241
244
  p([
242
- n({ reflect: !0, type: String })
245
+ n({
246
+ converter: {
247
+ fromAttribute: (t) => (t ?? "").split(" ").filter((e) => e !== ""),
248
+ toAttribute: (t) => t.join(" ")
249
+ },
250
+ reflect: !0
251
+ })
243
252
  ], d.prototype, "type", 2);
244
253
  p([
245
254
  n({ reflect: !0, type: Boolean })
@@ -346,7 +355,7 @@ let a = class extends w {
346
355
  }
347
356
  ],
348
357
  options: {
349
- placement: P.Right
358
+ placement: k.Right
350
359
  }
351
360
  }, this.OMITTED_FIELDS = ["id"];
352
361
  }
@@ -445,7 +454,7 @@ let a = class extends w {
445
454
  <div class="list-editor">
446
455
  <cx-table
447
456
  part="table"
448
- class=${j({
457
+ class=${L({
449
458
  "list-editor__table": !0,
450
459
  "list-editor__table--no-header": this.noHeader
451
460
  })}
@@ -474,7 +483,7 @@ let a = class extends w {
474
483
  <cx-typography variant="h4">
475
484
  ${this.isAdding ? this.addDialogLabel : this.editDialogLabel}
476
485
  </cx-typography>
477
- ${u(
486
+ ${m(
478
487
  !this.isAdding && this.editedItem?.[this.displayField],
479
488
  () => l`<cx-typography variant="body3">
480
489
  <cx-line-clamp lines="1">
@@ -493,7 +502,7 @@ let a = class extends w {
493
502
  </cx-typography>
494
503
  </cx-grid-item>
495
504
  <cx-grid-item xs="3" sm="2">
496
- ${L(
505
+ ${j(
497
506
  this.columnsMap[t].controlType,
498
507
  [
499
508
  [
@@ -590,7 +599,7 @@ let a = class extends w {
590
599
  </cx-space>
591
600
  </cx-dialog>
592
601
  </div>
593
- ${u(
602
+ ${m(
594
603
  this.canAdd,
595
604
  () => l`
596
605
  <cx-button
@@ -614,12 +623,12 @@ a.dependencies = {
614
623
  "cx-dialog": z,
615
624
  "cx-grid": M,
616
625
  "cx-grid-item": q,
617
- "cx-input": $,
618
- "cx-line-clamp": R,
619
- "cx-radio": O,
620
- "cx-radio-group": k,
621
- "cx-space": C,
622
- "cx-table": T,
626
+ "cx-input": C,
627
+ "cx-line-clamp": T,
628
+ "cx-radio": R,
629
+ "cx-radio-group": O,
630
+ "cx-space": $,
631
+ "cx-table": P,
623
632
  "cx-typography": I
624
633
  };
625
634
  o([
@@ -0,0 +1,99 @@
1
+ import { E as l } from "./custom-element.fmLrnDZr.js";
2
+ import { f as $ } from "./directive-helpers.D78ZFDYN.js";
3
+ import { i as f, t as a, e as _ } from "./directive.oAbCiebi.js";
4
+ /**
5
+ * @license
6
+ * Copyright 2017 Google LLC
7
+ * SPDX-License-Identifier: BSD-3-Clause
8
+ */
9
+ const h = (t, s) => {
10
+ const e = t._$AN;
11
+ if (e === void 0) return !1;
12
+ for (const i of e) i._$AO?.(s, !1), h(i, s);
13
+ return !0;
14
+ }, n = (t) => {
15
+ let s, e;
16
+ do {
17
+ if ((s = t._$AM) === void 0) break;
18
+ e = s._$AN, e.delete(t), t = s;
19
+ } while (e?.size === 0);
20
+ }, d = (t) => {
21
+ for (let s; s = t._$AM; t = s) {
22
+ let e = s._$AN;
23
+ if (e === void 0) s._$AN = e = /* @__PURE__ */ new Set();
24
+ else if (e.has(t)) break;
25
+ e.add(t), v(s);
26
+ }
27
+ };
28
+ function A(t) {
29
+ this._$AN !== void 0 ? (n(this), this._$AM = t, d(this)) : this._$AM = t;
30
+ }
31
+ function u(t, s = !1, e = 0) {
32
+ const i = this._$AH, c = this._$AN;
33
+ if (c !== void 0 && c.size !== 0) if (s) if (Array.isArray(i)) for (let o = e; o < i.length; o++) h(i[o], !1), n(i[o]);
34
+ else i != null && (h(i, !1), n(i));
35
+ else h(this, t);
36
+ }
37
+ const v = (t) => {
38
+ t.type == a.CHILD && (t._$AP ??= u, t._$AQ ??= A);
39
+ };
40
+ class p extends f {
41
+ constructor() {
42
+ super(...arguments), this._$AN = void 0;
43
+ }
44
+ _$AT(s, e, i) {
45
+ super._$AT(s, e, i), d(this), this.isConnected = s._$AU;
46
+ }
47
+ _$AO(s, e = !0) {
48
+ s !== this.isConnected && (this.isConnected = s, s ? this.reconnected?.() : this.disconnected?.()), e && (h(this, s), n(this));
49
+ }
50
+ setValue(s) {
51
+ if ($(this._$Ct)) this._$Ct._$AI(s, this);
52
+ else {
53
+ const e = [...this._$Ct._$AH];
54
+ e[this._$Ci] = s, this._$Ct._$AI(e, this, 0);
55
+ }
56
+ }
57
+ disconnected() {
58
+ }
59
+ reconnected() {
60
+ }
61
+ }
62
+ /**
63
+ * @license
64
+ * Copyright 2020 Google LLC
65
+ * SPDX-License-Identifier: BSD-3-Clause
66
+ */
67
+ const N = () => new G();
68
+ class G {
69
+ }
70
+ const r = /* @__PURE__ */ new WeakMap(), M = _(class extends p {
71
+ render(t) {
72
+ return l;
73
+ }
74
+ update(t, [s]) {
75
+ const e = s !== this.G;
76
+ return e && this.G !== void 0 && this.rt(void 0), (e || this.lt !== this.ct) && (this.G = s, this.ht = t.options?.host, this.rt(this.ct = t.element)), l;
77
+ }
78
+ rt(t) {
79
+ if (this.isConnected || (t = void 0), typeof this.G == "function") {
80
+ const s = this.ht ?? globalThis;
81
+ let e = r.get(s);
82
+ e === void 0 && (e = /* @__PURE__ */ new WeakMap(), r.set(s, e)), e.get(this.G) !== void 0 && this.G.call(this.ht, void 0), e.set(this.G, t), t !== void 0 && this.G.call(this.ht, t);
83
+ } else this.G.value = t;
84
+ }
85
+ get lt() {
86
+ return typeof this.G == "function" ? r.get(this.ht ?? globalThis)?.get(this.G) : this.G?.value;
87
+ }
88
+ disconnected() {
89
+ this.lt === this.ct && this.rt(void 0);
90
+ }
91
+ reconnected() {
92
+ this.rt(this.ct);
93
+ }
94
+ });
95
+ export {
96
+ N as e,
97
+ p as f,
98
+ M as n
99
+ };
@@ -18,7 +18,7 @@ import { C as Hn } from "./button.DrU92LJQ.js";
18
18
  import Yn from "../components/dropdown.js";
19
19
  import Xn from "../components/icon-button.js";
20
20
  import qn from "../components/menu.js";
21
- import { C as Gn } from "./menu-item.DOFCmq0Z.js";
21
+ import Gn from "../components/menu-item.js";
22
22
  import Kn from "../components/tab.js";
23
23
  var bi = /* @__PURE__ */ ((o) => (o.Bottom = "bottom", o.End = "end", o.Start = "start", o.Top = "top", o))(bi || {}), Ge = /* @__PURE__ */ ((o) => (o.Center = "center", o.End = "flex-end", o.Start = "flex-start", o))(Ge || {}), wr = /* @__PURE__ */ ((o) => (o.Auto = "auto", o.Manual = "manual", o))(wr || {}), Ke = /* @__PURE__ */ ((o) => (o.Button = "button", o.Default = "default", o.Timeline = "timeline", o))(Ke || {}), yt = /* @__PURE__ */ ((o) => (o.Dropdown = "dropdown", o.Pagination = "pagination", o.Scroll = "scroll", o))(yt || {}), Vt = /* @__PURE__ */ ((o) => (o.Absolute = "absolute", o.DisplayNone = "display-none", o))(Vt || {});
24
24
  function Dt(o) {
@@ -22,7 +22,7 @@ import { c as Qe } from "./repeat.B1pVpmRx.js";
22
22
  import { o as et } from "./style-map.lEJHEwk3.js";
23
23
  import ts from "../components/dropdown.js";
24
24
  import is from "../components/menu.js";
25
- import { C as ss } from "./menu-item.DOFCmq0Z.js";
25
+ import ss from "../components/menu-item.js";
26
26
  import xs from "../components/menu-section.js";
27
27
  import Rs from "../components/input.js";
28
28
  import { C as Ts } from "./typography.trna8y2b.js";
@@ -37,7 +37,7 @@ import { default as Se } from "./input-group.js";
37
37
  import { default as Ae } from "./line-clamp.js";
38
38
  import { default as Pe } from "./markdown.js";
39
39
  import { default as Ge } from "./menu.js";
40
- import { C as ve } from "../chunks/menu-item.DOFCmq0Z.js";
40
+ import { default as ve } from "./menu-item.js";
41
41
  import { default as ke } from "./menu-label.js";
42
42
  import { default as he } from "./menu-section.js";
43
43
  import { default as He } from "./mutation-observer.js";
@@ -64,8 +64,8 @@ import { default as Ro } from "./step.js";
64
64
  import { default as Do } from "./stepper.js";
65
65
  import { default as yo } from "./switch.js";
66
66
  import { default as Mo } from "./tab.js";
67
- import { C as Oo } from "../chunks/tab-group.g2uXM2W8.js";
68
- import { C as wo } from "../chunks/table.Be9berv0.js";
67
+ import { C as Oo } from "../chunks/tab-group.uF5JbAGa.js";
68
+ import { C as wo } from "../chunks/table.D6Abk0xC.js";
69
69
  import { default as Fo } from "./tab-panel.js";
70
70
  import { default as No } from "./tag.js";
71
71
  import { default as Eo } from "./textarea.js";
@@ -1,10 +1,10 @@
1
1
  import "./space.js";
2
- import "../chunks/table.Be9berv0.js";
2
+ import "../chunks/table.D6Abk0xC.js";
3
3
  import "../chunks/typography.trna8y2b.js";
4
4
  import "../chunks/custom-element.fmLrnDZr.js";
5
5
  import "../chunks/color-swatch.DkZKPbUq.js";
6
6
  import "../chunks/component.styles.DtouHn2g.js";
7
- import { C as n } from "../chunks/color-swatch-group.DrpRd8Xw.js";
7
+ import { C as n } from "../chunks/color-swatch-group.CMz7zQdk.js";
8
8
  import "../chunks/content-builder.UlVFSATk.js";
9
9
  import "../chunks/popup.CJrePm7n.js";
10
10
  import "../chunks/i18n.D33BKrRs.js";
@@ -1,4 +1,4 @@
1
- import { C as J } from "../chunks/file-on-demand.ZcYwCR_s.js";
1
+ import { C as J } from "../chunks/file-on-demand.CODE3g50.js";
2
2
  import "./avatar.js";
3
3
  import "../chunks/button.DrU92LJQ.js";
4
4
  import "../chunks/dialog.rme_OwWe.js";
@@ -14,7 +14,7 @@ import "./relative-time.js";
14
14
  import "../chunks/select.Bo8mWJ1g.js";
15
15
  import "./space.js";
16
16
  import "./tab.js";
17
- import "../chunks/tab-group.g2uXM2W8.js";
17
+ import "../chunks/tab-group.uF5JbAGa.js";
18
18
  import "./tab-panel.js";
19
19
  import "./tooltip.js";
20
20
  import "../chunks/tree.DynOxJWg.js";
@@ -7,7 +7,7 @@ import "./line-clamp.js";
7
7
  import "./radio.js";
8
8
  import "./radio-group.js";
9
9
  import "./space.js";
10
- import "../chunks/table.Be9berv0.js";
10
+ import "../chunks/table.D6Abk0xC.js";
11
11
  import "../chunks/typography.trna8y2b.js";
12
12
  import "../chunks/custom-element.fmLrnDZr.js";
13
13
  import "../chunks/component.styles.DtouHn2g.js";
@@ -20,7 +20,7 @@ import "../chunks/choose.BTbF6BAn.js";
20
20
  import "../chunks/class-map.DqNfBvJI.js";
21
21
  import "../chunks/repeat.B1pVpmRx.js";
22
22
  import "../chunks/when.Dr1es41R.js";
23
- import { c as v, C as w } from "../chunks/list-editor.B_BRQoUp.js";
23
+ import { c as v, C as w } from "../chunks/list-editor.RKB6H77Y.js";
24
24
  export {
25
25
  v as columnDefaults,
26
26
  w as default