@orangelogic/design-system 2.140.0 → 2.141.0

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 (74) hide show
  1. package/library/chunks/{asset-link-format.CoMUMoyK.js → asset-link-format.BDuHqEN5.js} +5 -5
  2. package/library/chunks/{button.J4LDuhyW.js → button.C6-GrLyD.js} +1 -1
  3. package/library/chunks/{checkbox.Cjcht4xR.js → checkbox.i5dgRvaf.js} +1 -1
  4. package/library/chunks/{color-swatch-group.DedQQk4J.js → color-swatch-group.BqJHjmG5.js} +1011 -975
  5. package/library/chunks/{confirm-popover.DV5q0KyE.js → confirm-popover.CTdjw4Mi.js} +1 -1
  6. package/library/chunks/{document-viewer.NA5cS7qW.js → document-viewer.BqZzhJyR.js} +1265 -1245
  7. package/library/chunks/{dom.acWb8KCK.js → dom.CU_mBy9D.js} +1 -1
  8. package/library/chunks/{file-on-demand.C3ib6J00.js → file-on-demand.Bxq3-Dk1.js} +10 -10
  9. package/library/chunks/{folder-select.BQXuKb-8.js → folder-select.CpK1RX9O.js} +4 -4
  10. package/library/chunks/{form.K1XOtu3S.js → form.BSqXLytJ.js} +1 -1
  11. package/library/chunks/{input.DID1aXiO.js → input.ClJ4MEsk.js} +1 -1
  12. package/library/chunks/{pagination.BNU2UmTy.js → pagination.CNeaChqP.js} +2 -2
  13. package/library/chunks/{string.CjJ09HK3.js → string.BmBJ_BLT.js} +38 -34
  14. package/library/chunks/{tab-group.5O3lqvyG.js → tab-group.COQGzlw4.js} +2 -2
  15. package/library/chunks/{tree.CbwFiRJI.js → tree.DeIv5gWv.js} +1 -1
  16. package/library/components/asset-link-format.js +2 -2
  17. package/library/components/atoms.js +7 -7
  18. package/library/components/border-input-group.js +1 -1
  19. package/library/components/button.js +2 -2
  20. package/library/components/checkbox.js +2 -2
  21. package/library/components/color-picker.js +3 -3
  22. package/library/components/color-swatch-group.js +1 -1
  23. package/library/components/confirm-popover.js +2 -2
  24. package/library/components/corner-position-input-group.js +1 -1
  25. package/library/components/diff.js +1 -1
  26. package/library/components/document-viewer.js +1 -1
  27. package/library/components/dropdown.js +1 -1
  28. package/library/components/dynamic-select.js +1 -1
  29. package/library/components/element-clamp.js +1 -1
  30. package/library/components/file-on-demand.js +7 -7
  31. package/library/components/folder-select.js +3 -3
  32. package/library/components/input.js +2 -2
  33. package/library/components/line-clamp.js +37 -31
  34. package/library/components/molecules.js +2 -2
  35. package/library/components/organisms.js +3 -3
  36. package/library/components/padding-input-group.js +1 -1
  37. package/library/components/pagination.js +3 -3
  38. package/library/components/radio-group.js +1 -1
  39. package/library/components/range.js +1 -1
  40. package/library/components/select.js +1 -1
  41. package/library/components/shadow-input-group.js +1 -1
  42. package/library/components/share-option-list.js +1 -1
  43. package/library/components/size-input-group.js +1 -1
  44. package/library/components/switch.js +1 -1
  45. package/library/components/tab-group.js +3 -3
  46. package/library/components/textarea.js +1 -1
  47. package/library/components/timecode.js +1 -1
  48. package/library/components/tree-item.js +2 -2
  49. package/library/components/tree.js +1 -1
  50. package/library/components/types.js +12903 -12901
  51. package/library/package.json +1 -1
  52. package/library/packages/atoms/src/components/line-clamp/line-clamp.d.ts +6 -0
  53. package/library/packages/events/src/cx-annotator-tool-change.d.ts +11 -0
  54. package/library/packages/events/src/events.d.ts +1 -0
  55. package/library/packages/hybrid/book-reader/src/react/constant.d.ts +2 -0
  56. package/library/packages/hybrid/book-reader/src/react/types.d.ts +2 -2
  57. package/library/packages/hybrid/table-core/src/table/components/table-toolbar/table-toolbar.d.ts +23 -4
  58. package/library/packages/hybrid/table-core/src/table/table.d.ts +17 -1
  59. package/library/packages/molecules/src/annotator/annotator.d.ts +2 -0
  60. package/library/packages/molecules/src/index.d.ts +1 -0
  61. package/library/packages/organisms/src/annotator-comment/annotator-comment.d.ts +2 -0
  62. package/library/packages/organisms/src/index.d.ts +0 -1
  63. package/library/packages/utils/src/string/string.d.ts +1 -0
  64. package/library/react-web-component.d.ts +55 -47
  65. package/library/utils.js +42 -41
  66. package/package.json +1 -1
  67. /package/library/packages/{organisms → molecules}/src/multi-select/components/board/board.d.ts +0 -0
  68. /package/library/packages/{organisms → molecules}/src/multi-select/components/board/board.styles.d.ts +0 -0
  69. /package/library/packages/{organisms → molecules}/src/multi-select/components/board/board.utils.d.ts +0 -0
  70. /package/library/packages/{organisms → molecules}/src/multi-select/components/board-list-item/board-list-item.d.ts +0 -0
  71. /package/library/packages/{organisms → molecules}/src/multi-select/components/board-list-item/board-list-item.styles.d.ts +0 -0
  72. /package/library/packages/{organisms → molecules}/src/multi-select/multi-select.d.ts +0 -0
  73. /package/library/packages/{organisms → molecules}/src/multi-select/multi-select.styles.d.ts +0 -0
  74. /package/library/packages/{organisms → molecules}/src/multi-select/multi-select.utils.d.ts +0 -0
@@ -1,23 +1,23 @@
1
- import "../chunks/button.J4LDuhyW.js";
1
+ import "../chunks/button.C6-GrLyD.js";
2
2
  import "./tooltip.js";
3
3
  import "./resize-observer.js";
4
- import { n as r, C as b } from "../chunks/lib-cortex-element.CVMmyPMC.js";
4
+ import { n as s, C as b } from "../chunks/lib-cortex-element.CVMmyPMC.js";
5
5
  import { c as g } from "../chunks/component.styles.CRO4Odto.js";
6
- import { i as f } from "../chunks/browser.BHOCIF_A.js";
6
+ import { i as m } from "../chunks/browser.BHOCIF_A.js";
7
7
  import { c as w } from "../chunks/custom-element.L4WJXn1j.js";
8
8
  import { d as x } from "../chunks/debounce.DaHuiSGU.js";
9
9
  import { i as v, x as h } from "../chunks/lit-element.jLBm65_O.js";
10
10
  import { r as u } from "../chunks/state.CSDxrqLd.js";
11
- import { e as m } from "../chunks/query.BBf1UFkC.js";
11
+ import { e as f } from "../chunks/query.BBf1UFkC.js";
12
12
  const C = v`:host{--toggler-color:var(--cx-color-primary)}.content{text-overflow:ellipsis;white-space:normal;overflow-wrap:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.toggler{margin-top:var(--cx-spacing-2x-small);display:block}.toggler::part(base){color:var(--toggler-color);font-weight:var(--cx-font-weight-medium);text-transform:none;width:auto}.toggler::part(label){padding-left:0}`;
13
- var T = Object.defineProperty, $ = Object.getOwnPropertyDescriptor, e = (i, s, n, a) => {
14
- for (var l = a > 1 ? void 0 : a ? $(s, n) : s, o = i.length - 1, p; o >= 0; o--)
15
- (p = i[o]) && (l = (a ? p(s, n, l) : p(l)) || l);
16
- return a && l && T(s, n, l), l;
13
+ var T = Object.defineProperty, $ = Object.getOwnPropertyDescriptor, e = (i, r, n, a) => {
14
+ for (var l = a > 1 ? void 0 : a ? $(r, n) : r, o = i.length - 1, p; o >= 0; o--)
15
+ (p = i[o]) && (l = (a ? p(r, n, l) : p(l)) || l);
16
+ return a && l && T(r, n, l), l;
17
17
  };
18
18
  let t = class extends b {
19
19
  constructor() {
20
- super(...arguments), this.lines = 1, this.open = !1, this.showMore = !1, this.showMoreText = "View more...", this.showLessText = "View less...", this.disabledTooltip = !1, this.disabledHoverBridge = !1, this.placement = "top", this.isClamped = !1, this.tooltipContent = "", this.calculated = !1;
20
+ super(...arguments), this.lines = 1, this.open = !1, this.showMore = !1, this.showMoreText = "View more...", this.showLessText = "View less...", this.clampedTooltip = "", this.disabledTooltip = !1, this.disabledHoverBridge = !1, this.placement = "top", this.isClamped = !1, this.tooltipContent = "", this.calculated = !1;
21
21
  }
22
22
  connectedUpdatedCallback() {
23
23
  this.updateTooltipContent(), this.mutationObserver = new MutationObserver(() => {
@@ -32,7 +32,7 @@ let t = class extends b {
32
32
  super.disconnectedCallback(), this.mutationObserver?.disconnect();
33
33
  }
34
34
  async updateTooltipContent() {
35
- const s = this.shadowRoot.querySelector("slot").assignedNodes({ flatten: !0 }), n = async (o) => {
35
+ const r = this.shadowRoot.querySelector("slot").assignedNodes({ flatten: !0 }), n = async (o) => {
36
36
  if (o.nodeType === Node.ELEMENT_NODE)
37
37
  try {
38
38
  let c = o.childNodes.length > 0 || o.shadowRoot ? "" : o.textContent ?? "";
@@ -48,7 +48,7 @@ let t = class extends b {
48
48
  }
49
49
  return o.nodeType !== Node.COMMENT_NODE ? o.textContent ?? "" : "";
50
50
  }, a = [];
51
- for (const o of s) {
51
+ for (const o of r) {
52
52
  const p = await n(o);
53
53
  a.push(p);
54
54
  }
@@ -63,8 +63,8 @@ let t = class extends b {
63
63
  i.currentTarget === this.tooltipElement && requestAnimationFrame(() => {
64
64
  if (!this.content)
65
65
  return;
66
- const s = this.content.style.display;
67
- this.content.style.display = "none", this.content.getBoundingClientRect(), this.content.style.display = s;
66
+ const r = this.content.style.display;
67
+ this.content.style.display = "none", this.content.getBoundingClientRect(), this.content.style.display = r;
68
68
  });
69
69
  }
70
70
  /**
@@ -81,50 +81,56 @@ let t = class extends b {
81
81
  toggleShowingMore() {
82
82
  this.open = !this.open;
83
83
  }
84
+ get resolvedTooltipContent() {
85
+ return this.clampedTooltip || this.tooltipContent;
86
+ }
84
87
  render() {
85
88
  const i = h`<div part="base"><cx-resize-observer @cx-resize=${this.handleResize}><span class="content" part="content" style="-webkit-line-clamp: ${this.lines}"><slot></slot></span></cx-resize-observer></div>`;
86
- let s = null;
87
- return this.isClamped && (s = h`<cx-button part="toggler" size="small" variant="text" class="toggler" @click=${this.toggleShowingMore}>${this.open ? this.showLessText : this.showMoreText}</cx-button>`), this.showMore ? h`
89
+ let r = null;
90
+ return this.isClamped && (r = h`<cx-button part="toggler" size="small" variant="text" class="toggler" @click=${this.toggleShowingMore}>${this.open ? this.showLessText : this.showMoreText}</cx-button>`), this.showMore ? h`
88
91
  ${this.open && this.calculated ? h`<slot></slot>` : i}
89
- ${s}
90
- ` : this.disabledTooltip ? i : this.tooltip ? h`<cx-tooltip part="tooltip" class="tooltip" content=${this.tooltip} hoist ?disabled-hover-bridge=${this.disabledHoverBridge} .flipBoundary=${this.flipBoundary} .shiftBoundary=${this.shiftBoundary} placement=${this.placement} @cx-after-hide=${f() ? this.handleTooltipAfterHide : null}>${i}</cx-tooltip>` : h`
91
- ${this.isClamped ? h`<cx-tooltip part="tooltip" class="tooltip" content=${this.tooltipContent} hoist ?disabled-hover-bridge=${this.disabledHoverBridge} .flipBoundary=${this.flipBoundary} .shiftBoundary=${this.shiftBoundary} placement=${this.placement} @cx-after-hide=${f() ? this.handleTooltipAfterHide : null}>${i}</cx-tooltip>` : i}
92
+ ${r}
93
+ ` : this.disabledTooltip ? i : this.tooltip ? h`<cx-tooltip part="tooltip" class="tooltip" content=${this.tooltip} hoist ?disabled-hover-bridge=${this.disabledHoverBridge} .flipBoundary=${this.flipBoundary} .shiftBoundary=${this.shiftBoundary} placement=${this.placement} @cx-after-hide=${m() ? this.handleTooltipAfterHide : null}>${i}</cx-tooltip>` : h`
94
+ ${this.isClamped && this.resolvedTooltipContent ? h`<cx-tooltip part="tooltip" class="tooltip" content=${this.resolvedTooltipContent} hoist ?disabled-hover-bridge=${this.disabledHoverBridge} .flipBoundary=${this.flipBoundary} .shiftBoundary=${this.shiftBoundary} placement=${this.placement} @cx-after-hide=${m() ? this.handleTooltipAfterHide : null}>${i}</cx-tooltip>` : i}
92
95
  `;
93
96
  }
94
97
  };
95
98
  t.styles = [g, C];
96
99
  e([
97
- r({ type: Number })
100
+ s({ type: Number })
98
101
  ], t.prototype, "lines", 2);
99
102
  e([
100
- r({ reflect: !0, type: Boolean })
103
+ s({ reflect: !0, type: Boolean })
101
104
  ], t.prototype, "open", 2);
102
105
  e([
103
- r({ attribute: "show-more", type: Boolean })
106
+ s({ attribute: "show-more", type: Boolean })
104
107
  ], t.prototype, "showMore", 2);
105
108
  e([
106
- r({ attribute: "show-more-text", type: String })
109
+ s({ attribute: "show-more-text", type: String })
107
110
  ], t.prototype, "showMoreText", 2);
108
111
  e([
109
- r({ attribute: "show-less-text", type: String })
112
+ s({ attribute: "show-less-text", type: String })
110
113
  ], t.prototype, "showLessText", 2);
111
114
  e([
112
- r({ type: String })
115
+ s({ type: String })
113
116
  ], t.prototype, "tooltip", 2);
114
117
  e([
115
- r({ attribute: "disabled-tooltip", type: Boolean })
118
+ s({ attribute: "clamped-tooltip", type: String })
119
+ ], t.prototype, "clampedTooltip", 2);
120
+ e([
121
+ s({ attribute: "disabled-tooltip", type: Boolean })
116
122
  ], t.prototype, "disabledTooltip", 2);
117
123
  e([
118
- r({ attribute: "disabled-hover-bridge", reflect: !0, type: Boolean })
124
+ s({ attribute: "disabled-hover-bridge", reflect: !0, type: Boolean })
119
125
  ], t.prototype, "disabledHoverBridge", 2);
120
126
  e([
121
- r({ attribute: "flip-boundary", type: Object })
127
+ s({ attribute: "flip-boundary", type: Object })
122
128
  ], t.prototype, "flipBoundary", 2);
123
129
  e([
124
- r({ attribute: "shift-boundary", type: Object })
130
+ s({ attribute: "shift-boundary", type: Object })
125
131
  ], t.prototype, "shiftBoundary", 2);
126
132
  e([
127
- r()
133
+ s()
128
134
  ], t.prototype, "placement", 2);
129
135
  e([
130
136
  u()
@@ -136,10 +142,10 @@ e([
136
142
  u()
137
143
  ], t.prototype, "calculated", 2);
138
144
  e([
139
- m(".content")
145
+ f(".content")
140
146
  ], t.prototype, "content", 2);
141
147
  e([
142
- m(".tooltip")
148
+ f(".tooltip")
143
149
  ], t.prototype, "tooltipElement", 2);
144
150
  e([
145
151
  x(100)
@@ -1,11 +1,11 @@
1
1
  import { default as e } from "./bicolor-picker.js";
2
2
  import { default as a } from "./border-input-group.js";
3
3
  import { C as x } from "../chunks/color-swatch.DimFgBSf.js";
4
- import { C as u } from "../chunks/confirm-popover.DV5q0KyE.js";
4
+ import { C as u } from "../chunks/confirm-popover.CTdjw4Mi.js";
5
5
  import { default as d } from "./corner-position-input-group.js";
6
6
  import { default as l } from "./cropper.js";
7
7
  import { default as i } from "./dynamic-select.js";
8
- import { C as c } from "../chunks/folder-select.BQXuKb-8.js";
8
+ import { C as c } from "../chunks/folder-select.CpK1RX9O.js";
9
9
  import { default as P } from "./masonry.js";
10
10
  import { default as I } from "./padding-input-group.js";
11
11
  import { default as y } from "./position-picker.js";
@@ -1,6 +1,6 @@
1
- import { C } from "../chunks/asset-link-format.CoMUMoyK.js";
2
- import { C as e } from "../chunks/color-swatch-group.DedQQk4J.js";
3
- import { C as x } from "../chunks/file-on-demand.C3ib6J00.js";
1
+ import { C } from "../chunks/asset-link-format.BDuHqEN5.js";
2
+ import { C as e } from "../chunks/color-swatch-group.BqJHjmG5.js";
3
+ import { C as x } from "../chunks/file-on-demand.Bxq3-Dk1.js";
4
4
  export {
5
5
  C as CxAssetLinkFormat,
6
6
  e as CxColorSwatchGroup,
@@ -1,4 +1,4 @@
1
- import { C as i } from "../chunks/input.DID1aXiO.js";
1
+ import { C as i } from "../chunks/input.ClJ4MEsk.js";
2
2
  import l from "./input-group.js";
3
3
  import { n as c, C as x } from "../chunks/lib-cortex-element.CVMmyPMC.js";
4
4
  import { c as f } from "../chunks/component.styles.CRO4Odto.js";
@@ -1,7 +1,7 @@
1
1
  import "./space.js";
2
2
  import "../chunks/lib-cortex-element.CVMmyPMC.js";
3
3
  import "../chunks/icon-button.LhIEmHNF.js";
4
- import { C as k } from "../chunks/pagination.BNU2UmTy.js";
4
+ import { C as k } from "../chunks/pagination.CNeaChqP.js";
5
5
  import "../chunks/custom-element.L4WJXn1j.js";
6
6
  import "../chunks/i18n.DeUAP8n2.js";
7
7
  import "../chunks/math.DuKzLacZ.js";
@@ -11,8 +11,8 @@ import "../chunks/state.CSDxrqLd.js";
11
11
  import "../chunks/class-map.BiVq-cVR.js";
12
12
  import "../chunks/repeat.CFjcER6_.js";
13
13
  import "../chunks/when.Dr1es41R.js";
14
- import "../chunks/button.J4LDuhyW.js";
15
- import "../chunks/input.DID1aXiO.js";
14
+ import "../chunks/button.C6-GrLyD.js";
15
+ import "../chunks/input.ClJ4MEsk.js";
16
16
  import "../chunks/option.n6PDuSs1.js";
17
17
  import "./select.js";
18
18
  import "./tooltip.js";
@@ -3,7 +3,7 @@ import { c as g } from "../chunks/component.styles.CRO4Odto.js";
3
3
  import { f as y } from "../chunks/form-control.styles.CaGWmeAS.js";
4
4
  import { c as v } from "../chunks/custom-element.L4WJXn1j.js";
5
5
  import { d as x } from "../chunks/default-value.COZopaet.js";
6
- import { F as b, c as C, a as w, v as R } from "../chunks/form.K1XOtu3S.js";
6
+ import { F as b, c as C, a as w, v as R } from "../chunks/form.BSqXLytJ.js";
7
7
  import { H as V } from "../chunks/slot.j5oheLJC.js";
8
8
  import { w as h } from "../chunks/watch.CThbualB.js";
9
9
  import { i as E, x as u } from "../chunks/lit-element.jLBm65_O.js";
@@ -6,7 +6,7 @@ import { c as U } from "../chunks/custom-element.L4WJXn1j.js";
6
6
  import { d as $ } from "../chunks/debounce.DaHuiSGU.js";
7
7
  import { d as O } from "../chunks/default-value.COZopaet.js";
8
8
  import { d as w } from "../chunks/drag.DXEXVXPv.js";
9
- import { F as N } from "../chunks/form.K1XOtu3S.js";
9
+ import { F as N } from "../chunks/form.BSqXLytJ.js";
10
10
  import { L as S } from "../chunks/i18n.DeUAP8n2.js";
11
11
  import { c as d } from "../chunks/math.DuKzLacZ.js";
12
12
  import { H as A } from "../chunks/slot.j5oheLJC.js";
@@ -6,7 +6,7 @@ import { f as D } from "../chunks/form-control.styles.CaGWmeAS.js";
6
6
  import { s as x, a as y, w as v } from "../chunks/event.BeKOsirN.js";
7
7
  import { c as z } from "../chunks/custom-element.L4WJXn1j.js";
8
8
  import { d as I } from "../chunks/default-value.COZopaet.js";
9
- import { F as $ } from "../chunks/form.K1XOtu3S.js";
9
+ import { F as $ } from "../chunks/form.BSqXLytJ.js";
10
10
  import { L } from "../chunks/i18n.DeUAP8n2.js";
11
11
  import { s as F } from "../chunks/scroll.xtO5yojm.js";
12
12
  import { H as V } from "../chunks/slot.j5oheLJC.js";
@@ -1,4 +1,4 @@
1
- import { C as u } from "../chunks/input.DID1aXiO.js";
1
+ import { C as u } from "../chunks/input.ClJ4MEsk.js";
2
2
  import l from "./input-group.js";
3
3
  import m from "./space.js";
4
4
  import { n as h, C as x } from "../chunks/lib-cortex-element.CVMmyPMC.js";
@@ -7,7 +7,7 @@ import { c as w } from "../chunks/custom-element.L4WJXn1j.js";
7
7
  import { L as E } from "../chunks/i18n.DeUAP8n2.js";
8
8
  import { c as b } from "../chunks/math.DuKzLacZ.js";
9
9
  import { w as m } from "../chunks/watch.CThbualB.js";
10
- import { c as x } from "../chunks/dom.acWb8KCK.js";
10
+ import { c as x } from "../chunks/dom.CU_mBy9D.js";
11
11
  import { i as z, x as g } from "../chunks/lit-element.jLBm65_O.js";
12
12
  import { r as v } from "../chunks/state.CSDxrqLd.js";
13
13
  import { t as L } from "../chunks/event-options.CYHYGOd8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as x } from "../chunks/icon-button.LhIEmHNF.js";
2
- import { C as d } from "../chunks/input.DID1aXiO.js";
2
+ import { C as d } from "../chunks/input.ClJ4MEsk.js";
3
3
  import g from "./select.js";
4
4
  import v from "./space.js";
5
5
  import k from "./tooltip.js";
@@ -3,7 +3,7 @@ import { c as m } from "../chunks/component.styles.CRO4Odto.js";
3
3
  import { f } from "../chunks/form-control.styles.CaGWmeAS.js";
4
4
  import { c as v } from "../chunks/custom-element.L4WJXn1j.js";
5
5
  import { d as w } from "../chunks/default-value.COZopaet.js";
6
- import { F as b } from "../chunks/form.K1XOtu3S.js";
6
+ import { F as b } from "../chunks/form.BSqXLytJ.js";
7
7
  import { H as x } from "../chunks/slot.j5oheLJC.js";
8
8
  import { w as u } from "../chunks/watch.CThbualB.js";
9
9
  import { i as _, x as n } from "../chunks/lit-element.jLBm65_O.js";
@@ -1,12 +1,12 @@
1
1
  import "./resize-observer.js";
2
2
  import "../chunks/lib-cortex-element.CVMmyPMC.js";
3
3
  import "../chunks/component.styles.CRO4Odto.js";
4
- import { C as A } from "../chunks/tab-group.5O3lqvyG.js";
4
+ import { C as A } from "../chunks/tab-group.COQGzlw4.js";
5
5
  import "../chunks/custom-element.L4WJXn1j.js";
6
6
  import "../chunks/i18n.DeUAP8n2.js";
7
7
  import "../chunks/scroll.xtO5yojm.js";
8
8
  import "../chunks/watch.CThbualB.js";
9
- import "../chunks/dom.acWb8KCK.js";
9
+ import "../chunks/dom.CU_mBy9D.js";
10
10
  import "../chunks/parse.Cu5nBDTb.js";
11
11
  import "../chunks/lit-element.jLBm65_O.js";
12
12
  import "../chunks/state.CSDxrqLd.js";
@@ -18,7 +18,7 @@ import "../chunks/guard.D4axKaMo.js";
18
18
  import "../chunks/map.D8heArFD.js";
19
19
  import "../chunks/style-map.llVFPd__.js";
20
20
  import "../chunks/when.Dr1es41R.js";
21
- import "../chunks/button.J4LDuhyW.js";
21
+ import "../chunks/button.C6-GrLyD.js";
22
22
  import "./dropdown.js";
23
23
  import "../chunks/icon-button.LhIEmHNF.js";
24
24
  import "./menu.js";
@@ -3,7 +3,7 @@ import { c as b } from "../chunks/component.styles.CRO4Odto.js";
3
3
  import { f as g } from "../chunks/form-control.styles.CaGWmeAS.js";
4
4
  import { c as v } from "../chunks/custom-element.L4WJXn1j.js";
5
5
  import { d as y } from "../chunks/default-value.COZopaet.js";
6
- import { F as _ } from "../chunks/form.K1XOtu3S.js";
6
+ import { F as _ } from "../chunks/form.BSqXLytJ.js";
7
7
  import { H as z } from "../chunks/slot.j5oheLJC.js";
8
8
  import { w as d } from "../chunks/watch.CThbualB.js";
9
9
  import { i as C, x as p } from "../chunks/lit-element.jLBm65_O.js";
@@ -1,7 +1,7 @@
1
1
  import { C as l, T as f } from "../chunks/typography.DJC_UXgs.js";
2
2
  import { n as i, C as y } from "../chunks/lib-cortex-element.CVMmyPMC.js";
3
3
  import { c as d } from "../chunks/component.styles.CRO4Odto.js";
4
- import { T as g, f as n } from "../chunks/string.CjJ09HK3.js";
4
+ import { T as g, f as n } from "../chunks/string.BmBJ_BLT.js";
5
5
  import { t as u } from "../chunks/converters.DkDtLstb.js";
6
6
  import { c as v } from "../chunks/custom-element.L4WJXn1j.js";
7
7
  import { w as h } from "../chunks/watch.CThbualB.js";
@@ -12,11 +12,11 @@ import "../chunks/if-defined.BRoBj_Rp.js";
12
12
  import "../chunks/live.DCegntDo.js";
13
13
  import "../chunks/when.Dr1es41R.js";
14
14
  import "../chunks/animation-registry.HmpwNuGH.js";
15
- import "../chunks/checkbox.Cjcht4xR.js";
15
+ import "../chunks/checkbox.i5dgRvaf.js";
16
16
  import "../chunks/icon.DnBh6-56.js";
17
17
  import "./line-clamp.js";
18
18
  import "./spinner.js";
19
- import { C as k } from "../chunks/tree.CbwFiRJI.js";
19
+ import { C as k } from "../chunks/tree.DeIv5gWv.js";
20
20
  export {
21
21
  k as default
22
22
  };
@@ -4,7 +4,7 @@ import "../chunks/custom-element.L4WJXn1j.js";
4
4
  import "../chunks/i18n.DeUAP8n2.js";
5
5
  import "../chunks/math.DuKzLacZ.js";
6
6
  import "../chunks/watch.CThbualB.js";
7
- import { a as y, b, s as f, c as x } from "../chunks/tree.CbwFiRJI.js";
7
+ import { a as y, b, s as f, c as x } from "../chunks/tree.DeIv5gWv.js";
8
8
  import "../chunks/lit-element.jLBm65_O.js";
9
9
  import "../chunks/state.CSDxrqLd.js";
10
10
  import "../chunks/query.BBf1UFkC.js";