@dialpad/dialtone-vue 3.200.0 → 3.202.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 (127) hide show
  1. package/dist/common/dates/index.js +4 -4
  2. package/dist/common/utils/index.js +3 -3
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +1 -1
  5. package/dist/dialtone-vue.js +349 -349
  6. package/dist/lib/attachment-carousel/attachment-carousel.js +1 -1
  7. package/dist/lib/avatar/avatar.js +10 -10
  8. package/dist/lib/badge/badge.js +5 -5
  9. package/dist/lib/banner/banner.js +1 -1
  10. package/dist/lib/breadcrumbs/breadcrumb-item.js +2 -2
  11. package/dist/lib/breadcrumbs/breadcrumbs.js +1 -1
  12. package/dist/lib/button/button.js +14 -14
  13. package/dist/lib/button-group/button-group.js +2 -2
  14. package/dist/lib/button-group/buttons-decorator.js +2 -2
  15. package/dist/lib/callbar-button/callbar-button.js +2 -2
  16. package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
  17. package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +9 -9
  18. package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
  19. package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js +9 -9
  20. package/dist/lib/callbox/callbox.js +1 -1
  21. package/dist/lib/card/card.js +4 -4
  22. package/dist/lib/checkbox/checkbox.js +5 -5
  23. package/dist/lib/checkbox-group/checkboxes-decorator.js +1 -1
  24. package/dist/lib/chip/chip.js +7 -7
  25. package/dist/lib/codeblock/codeblock.js +2 -2
  26. package/dist/lib/collapsible/collapsible-lazy-show.js +3 -3
  27. package/dist/lib/collapsible/collapsible.js +8 -8
  28. package/dist/lib/combobox/combobox-empty-list.js +2 -2
  29. package/dist/lib/combobox/combobox-loading-list.js +3 -3
  30. package/dist/lib/combobox/combobox.cjs +1 -1
  31. package/dist/lib/combobox/combobox.js +8 -8
  32. package/dist/lib/combobox-multi-select/combobox-multi-select.js +1 -1
  33. package/dist/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
  34. package/dist/lib/combobox-with-popover/combobox-with-popover.js +10 -10
  35. package/dist/lib/contact-centers-row/contact-centers-row.js +7 -7
  36. package/dist/lib/contact-info/contact-info.js +1 -1
  37. package/dist/lib/contact-row/contact-row.js +1 -1
  38. package/dist/lib/datepicker/datepicker.js +1 -1
  39. package/dist/lib/datepicker/utils.js +4 -4
  40. package/dist/lib/description-list/description-list.js +3 -3
  41. package/dist/lib/dropdown/dropdown-list.js +4 -4
  42. package/dist/lib/dropdown/dropdown-separator.js +2 -2
  43. package/dist/lib/dropdown/dropdown.js +2 -2
  44. package/dist/lib/editor/editor.cjs +1 -1
  45. package/dist/lib/editor/editor.cjs.map +1 -1
  46. package/dist/lib/editor/editor.js +59 -51
  47. package/dist/lib/editor/editor.js.map +1 -1
  48. package/dist/lib/emoji/emoji.js +2 -2
  49. package/dist/lib/emoji-picker/emoji-picker.js +1 -1
  50. package/dist/lib/emoji-row/emoji-row.js +6 -6
  51. package/dist/lib/empty-state/empty-state.js +7 -7
  52. package/dist/lib/feed-item-pill/feed-item-pill.js +1 -1
  53. package/dist/lib/feed-item-row/feed-item-row.js +15 -15
  54. package/dist/lib/general-row/general-row.js +13 -13
  55. package/dist/lib/general-row/leftbar-general-row-icon.js +5 -5
  56. package/dist/lib/group-row/group-row.js +2 -2
  57. package/dist/lib/grouped-chip/grouped-chip.js +14 -14
  58. package/dist/lib/hovercard/hovercard.js +2 -2
  59. package/dist/lib/icon/icon.js +3 -3
  60. package/dist/lib/illustration/illustration.js +3 -3
  61. package/dist/lib/image-viewer/image-viewer.js +12 -12
  62. package/dist/lib/input/input.js +10 -10
  63. package/dist/lib/input-group/input-group.js +8 -8
  64. package/dist/lib/item-layout/item-layout.js +13 -13
  65. package/dist/lib/ivr-node/ivr-node.js +9 -9
  66. package/dist/lib/keyboard-shortcut/keyboard-shortcut.js +3 -3
  67. package/dist/lib/lazy-show/lazy-show.js +2 -2
  68. package/dist/lib/link/link.js +2 -2
  69. package/dist/lib/list-item/list-item.js +3 -3
  70. package/dist/lib/list-item-group/list-item-group.js +5 -5
  71. package/dist/lib/loader/loader.js +2 -2
  72. package/dist/lib/message-input/message-input-button.js +5 -5
  73. package/dist/lib/message-input/message-input-link.js +2 -2
  74. package/dist/lib/message-input/message-input-topbar.js +2 -2
  75. package/dist/lib/message-input/message-input.js +1 -1
  76. package/dist/lib/modal/modal.js +1 -1
  77. package/dist/lib/motion-text/motion-text.js +5 -5
  78. package/dist/lib/notice/notice-action.js +1 -1
  79. package/dist/lib/notice/notice-content.js +6 -6
  80. package/dist/lib/notice/notice-icon.js +4 -4
  81. package/dist/lib/notice/notice.js +1 -1
  82. package/dist/lib/pagination/pagination.js +1 -1
  83. package/dist/lib/popover/popover-constants.js +3 -3
  84. package/dist/lib/popover/popover-header-footer.js +6 -6
  85. package/dist/lib/popover/popover.js +7 -7
  86. package/dist/lib/presence/presence.js +4 -4
  87. package/dist/lib/radio/radio.js +10 -10
  88. package/dist/lib/radio-group/radios-decorator.js +1 -1
  89. package/dist/lib/rich-text-editor/rich-text-editor.cjs +4 -4
  90. package/dist/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
  91. package/dist/lib/rich-text-editor/rich-text-editor.js +161 -149
  92. package/dist/lib/rich-text-editor/rich-text-editor.js.map +1 -1
  93. package/dist/lib/root-layout/root-layout.js +3 -3
  94. package/dist/lib/scroller/scroller.js +1 -1
  95. package/dist/lib/select-menu/select-menu.js +12 -12
  96. package/dist/lib/settings-menu-button/settings-menu-button.js +3 -3
  97. package/dist/lib/skeleton/skeleton-list-item.js +2 -2
  98. package/dist/lib/skeleton/skeleton-paragraph.js +1 -1
  99. package/dist/lib/skeleton/skeleton-shape.js +2 -2
  100. package/dist/lib/skeleton/skeleton-text.js +4 -4
  101. package/dist/lib/skeleton/skeleton.js +1 -1
  102. package/dist/lib/split-button/split-button-alpha.js +2 -2
  103. package/dist/lib/split-button/split-button-omega.js +2 -2
  104. package/dist/lib/split-button/split-button.js +13 -13
  105. package/dist/lib/stack/stack.js +2 -2
  106. package/dist/lib/stack/utils.js +5 -5
  107. package/dist/lib/stack/validators.js +7 -7
  108. package/dist/lib/tab/tab-group.js +2 -2
  109. package/dist/lib/tab/tab-panel.js +2 -2
  110. package/dist/lib/tab/tab.js +2 -2
  111. package/dist/lib/time-pill/time-pill.js +2 -2
  112. package/dist/lib/toast/toast.js +1 -1
  113. package/dist/lib/toggle/toggle.js +7 -7
  114. package/dist/lib/tooltip/tooltip.js +5 -5
  115. package/dist/lib/top-banner-info/top-banner-info.js +2 -2
  116. package/dist/lib/unread-pill/unread-pill.js +1 -1
  117. package/dist/lib/validation-messages/validation-messages.js +6 -6
  118. package/dist/node_modules/@tiptap/vue-3.cjs.map +1 -1
  119. package/dist/node_modules/@tiptap/vue-3.js.map +1 -1
  120. package/dist/shared/sr_only_close_button.js +2 -2
  121. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +9 -0
  122. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  123. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +18 -0
  124. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  125. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +9 -0
  126. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  127. package/package.json +12 -11
@@ -1,4 +1,4 @@
1
- import { ref as a, onMounted as b, nextTick as S, onBeforeUnmount as A, watch as E, createBlock as D, openBlock as M, unref as k, withCtx as s, renderSlot as i, createElementVNode as L, normalizeProps as I, guardReactiveProps as N } from "vue";
1
+ import { ref as a, onMounted as b, nextTick as S, onBeforeUnmount as A, watch as E, openBlock as D, createBlock as M, unref as k, withCtx as s, renderSlot as i, createElementVNode as L, normalizeProps as I, guardReactiveProps as N } from "vue";
2
2
  import { getUniqueString as $ } from "../../common/utils/index.js";
3
3
  import { TOOLTIP_DELAY_MS as C, TOOLTIP_DIRECTIONS as j } from "../tooltip/tooltip-constants.js";
4
4
  import B from "../popover/popover.js";
@@ -180,7 +180,7 @@ const z = {
180
180
  function P() {
181
181
  c.value = !1, d.value || O();
182
182
  }
183
- return (t, r) => (M(), D(k(B), {
183
+ return (t, r) => (D(), M(k(B), {
184
184
  id: e.id,
185
185
  ref_key: "popover",
186
186
  ref: p,
@@ -1,6 +1,6 @@
1
1
  import { icons as t } from "@dialpad/dialtone-icons/vue3";
2
2
  import { ICON_NAMES as i, ICON_SIZE_MODIFIERS as n } from "./icon-constants.js";
3
- import { createBlock as o, createCommentVNode as c, openBlock as s, resolveDynamicComponent as d } from "vue";
3
+ import { openBlock as o, createBlock as c, resolveDynamicComponent as s, createCommentVNode as d } from "vue";
4
4
  import { _ as l } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  const m = {
6
6
  compatConfig: { MODE: 3 },
@@ -46,12 +46,12 @@ const m = {
46
46
  }
47
47
  };
48
48
  function u(e, p, r, f, _, a) {
49
- return a.icon ? (s(), o(d(a.icon), {
49
+ return a.icon ? (o(), c(s(a.icon), {
50
50
  key: 0,
51
51
  size: r.size,
52
52
  "aria-label": a.iconAriaLabel,
53
53
  "data-qa": e.$attrs["data-qa"] ?? "dt-icon"
54
- }, null, 8, ["size", "aria-label", "data-qa"])) : c("", !0);
54
+ }, null, 8, ["size", "aria-label", "data-qa"])) : d("", !0);
55
55
  }
56
56
  const C = /* @__PURE__ */ l(m, [["render", u]]);
57
57
  export {
@@ -1,4 +1,4 @@
1
- import { computed as o, createBlock as n, createCommentVNode as l, openBlock as s, resolveDynamicComponent as i } from "vue";
1
+ import { computed as o, openBlock as n, createBlock as l, resolveDynamicComponent as s, createCommentVNode as i } from "vue";
2
2
  import { illustrations as u } from "@dialpad/dialtone-icons/vue3";
3
3
  import { ILLUSTRATION_NAMES as m } from "./illustration-constants.js";
4
4
  const f = /* @__PURE__ */ Object.assign({
@@ -17,10 +17,10 @@ const f = /* @__PURE__ */ Object.assign({
17
17
  },
18
18
  setup(t) {
19
19
  const e = t, a = o(() => u[`./src/illustrations/${e.name}.vue`]);
20
- return (r, c) => a.value ? (s(), n(i(a.value), {
20
+ return (r, c) => a.value ? (n(), l(s(a.value), {
21
21
  key: 0,
22
22
  "data-qa": r.$attrs["data-qa"] ?? "dt-illustration"
23
- }, null, 8, ["data-qa"])) : l("", !0);
23
+ }, null, 8, ["data-qa"])) : i("", !0);
24
24
  }
25
25
  });
26
26
  export {
@@ -4,7 +4,7 @@ import { EVENT_KEYNAMES as a } from "../../common/constants/index.js";
4
4
  import { DtIconClose as v } from "@dialpad/dialtone-icons/vue3";
5
5
  import w from "../../shared/sr_only_close_button.js";
6
6
  import { DialtoneLocalization as C } from "../../localization/index.js";
7
- import { resolveComponent as u, createElementBlock as B, openBlock as l, createVNode as c, createBlock as m, createCommentVNode as b, withCtx as d, createElementVNode as n, normalizeClass as k, Teleport as O, mergeProps as T, toHandlers as y, Transition as E } from "vue";
7
+ import { resolveComponent as u, openBlock as l, createElementBlock as B, createVNode as c, withCtx as m, createElementVNode as n, normalizeClass as b, createBlock as d, Teleport as k, mergeProps as O, toHandlers as T, Transition as y, createCommentVNode as E } from "vue";
8
8
  import { _ as S } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
9
9
  import A from "../button/button.js";
10
10
  const q = {
@@ -160,24 +160,24 @@ function I(e, t, o, V, i, s) {
160
160
  importance: "clear",
161
161
  onClick: s.openModal
162
162
  }, {
163
- default: d(() => [
163
+ default: m(() => [
164
164
  n("img", {
165
- class: k(o.imageButtonClass),
165
+ class: b(o.imageButtonClass),
166
166
  src: o.imageSrc,
167
167
  alt: o.imageAlt
168
168
  }, null, 10, D)
169
169
  ]),
170
170
  _: 1
171
171
  }, 8, ["aria-label", "onClick"]),
172
- i.isOpen ? (l(), m(O, {
172
+ i.isOpen ? (l(), d(k, {
173
173
  key: 0,
174
174
  to: o.appendTo
175
175
  }, [
176
- n("div", T({
176
+ n("div", O({
177
177
  "aria-hidden": i.isOpen ? "false" : "true",
178
178
  class: "d-modal",
179
179
  "data-qa": "dt-modal"
180
- }, y(s.modalListeners, !0), {
180
+ }, T(s.modalListeners, !0), {
181
181
  onMouseover: t[0] || (t[0] = (r) => i.showCloseButton = !0),
182
182
  onMouseleave: t[1] || (t[1] = (r) => i.showCloseButton = !1),
183
183
  onFocusin: t[2] || (t[2] = (r) => i.showCloseButton = !0),
@@ -190,9 +190,9 @@ function I(e, t, o, V, i, s) {
190
190
  alt: o.imageAlt
191
191
  }, null, 8, N)
192
192
  ]),
193
- c(E, { name: "fade" }, {
194
- default: d(() => [
195
- i.showCloseButton ? (l(), m(p, {
193
+ c(y, { name: "fade" }, {
194
+ default: m(() => [
195
+ i.showCloseButton ? (l(), d(p, {
196
196
  key: 0,
197
197
  ref: "closeImage",
198
198
  "data-qa": "dt-image-viewer-close-btn",
@@ -205,14 +205,14 @@ function I(e, t, o, V, i, s) {
205
205
  title: s.closeButtonTitle,
206
206
  onClick: s.close
207
207
  }, {
208
- icon: d(() => [
208
+ icon: m(() => [
209
209
  c(f, {
210
210
  class: "d-image-viewer__close-button",
211
211
  size: "400"
212
212
  })
213
213
  ]),
214
214
  _: 1
215
- }, 8, ["aria-label", "title", "onClick"])) : (l(), m(_, {
215
+ }, 8, ["aria-label", "title", "onClick"])) : (l(), d(_, {
216
216
  key: 1,
217
217
  onClose: s.close
218
218
  }, null, 8, ["onClose"]))
@@ -220,7 +220,7 @@ function I(e, t, o, V, i, s) {
220
220
  _: 1
221
221
  })
222
222
  ], 16, L)
223
- ], 8, ["to"])) : b("", !0)
223
+ ], 8, ["to"])) : E("", !0)
224
224
  ]);
225
225
  }
226
226
  const G = /* @__PURE__ */ S(q, [["render", I]]);
@@ -2,7 +2,7 @@ import { VALIDATION_MESSAGE_TYPES as C, DESCRIPTION_SIZE_TYPES as b } from "../.
2
2
  import { INPUT_TYPES as o, DESCRIPTION_SIZE_CLASSES as I, LABEL_SIZE_CLASSES as _, INPUT_STATE_CLASSES as E, INPUT_SIZE_CLASSES as V, INPUT_SIZES as m, INPUT_ICON_SIZES as z } from "./input-constants.js";
3
3
  import { addClassStyleAttrs as M, removeClassStyleAttrs as P, getValidationState as T, getUniqueString as A, hasSlotContent as N } from "../../common/utils/index.js";
4
4
  import { MessagesMixin as w } from "../../common/mixins/input.js";
5
- import { resolveComponent as x, createElementBlock as a, openBlock as n, mergeProps as h, createElementVNode as p, createVNode as O, renderSlot as c, createCommentVNode as g, normalizeClass as f, toDisplayString as S, createTextVNode as B, toHandlers as y } from "vue";
5
+ import { resolveComponent as x, openBlock as a, createElementBlock as n, mergeProps as h, createElementVNode as p, renderSlot as c, normalizeClass as f, toDisplayString as S, createCommentVNode as g, createTextVNode as O, toHandlers as y, createVNode as B } from "vue";
6
6
  import { _ as D } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
7
7
  import q from "../validation-messages/validation-messages.js";
8
8
  const j = {
@@ -374,7 +374,7 @@ const j = {
374
374
  }, W = ["read-only"], Z = ["name", "disabled", "autocomplete", "maxlength"], K = ["value", "name", "type", "disabled", "autocomplete", "maxlength"];
375
375
  function Y(t, s, i, r, u, e) {
376
376
  const d = x("dt-validation-messages");
377
- return n(), a("div", h({
377
+ return a(), n("div", h({
378
378
  ref: "container",
379
379
  class: [i.rootClass, "d-input__root", { "d-input--hidden": i.hidden }]
380
380
  }, e.addClassStyleAttrs(t.$attrs), { "data-qa": "dt-input" }), [
@@ -384,7 +384,7 @@ function Y(t, s, i, r, u, e) {
384
384
  "data-qa": "dt-input-label-wrapper"
385
385
  }, [
386
386
  c(t.$slots, "labelSlot", {}, () => [
387
- i.labelVisible && i.label ? (n(), a("div", {
387
+ i.labelVisible && i.label ? (a(), n("div", {
388
388
  key: 0,
389
389
  ref: "label",
390
390
  "data-qa": "dt-input-label",
@@ -395,7 +395,7 @@ function Y(t, s, i, r, u, e) {
395
395
  ])
396
396
  }, S(i.label), 3)) : g("", !0)
397
397
  ]),
398
- u.hasSlotContent(t.$slots.description) || i.description || e.shouldValidateLength ? (n(), a("div", {
398
+ u.hasSlotContent(t.$slots.description) || i.description || e.shouldValidateLength ? (a(), n("div", {
399
399
  key: 0,
400
400
  id: e.descriptionKey,
401
401
  ref: "description",
@@ -406,12 +406,12 @@ function Y(t, s, i, r, u, e) {
406
406
  ]),
407
407
  "data-qa": "dt-input-description"
408
408
  }, [
409
- u.hasSlotContent(t.$slots.description) || i.description ? (n(), a("div", R, [
409
+ u.hasSlotContent(t.$slots.description) || i.description ? (a(), n("div", R, [
410
410
  c(t.$slots, "description", {}, () => [
411
- B(S(i.description), 1)
411
+ O(S(i.description), 1)
412
412
  ])
413
413
  ])) : g("", !0),
414
- e.shouldValidateLength ? (n(), a("div", U, S(e.validationProps.length.description), 1)) : g("", !0)
414
+ e.shouldValidateLength ? (a(), n("div", U, S(e.validationProps.length.description), 1)) : g("", !0)
415
415
  ], 10, F)) : g("", !0),
416
416
  p("div", {
417
417
  class: f(e.inputWrapperClasses()),
@@ -424,7 +424,7 @@ function Y(t, s, i, r, u, e) {
424
424
  }, [
425
425
  c(t.$slots, "leftIcon", { iconSize: e.iconSize })
426
426
  ], 32),
427
- e.isTextarea ? (n(), a("textarea", h({
427
+ e.isTextarea ? (a(), n("textarea", h({
428
428
  key: 0,
429
429
  ref: "input",
430
430
  name: i.name,
@@ -433,7 +433,7 @@ function Y(t, s, i, r, u, e) {
433
433
  class: e.inputClasses(),
434
434
  maxlength: e.shouldLimitMaxLength ? e.validationProps.length.max : null,
435
435
  "data-qa": "dt-input-input"
436
- }, e.removeClassStyleAttrs(t.$attrs), y(e.inputListeners, !0)), null, 16, Z)) : (n(), a("input", h({
436
+ }, e.removeClassStyleAttrs(t.$attrs), y(e.inputListeners, !0)), null, 16, Z)) : (a(), n("input", h({
437
437
  key: 1,
438
438
  ref: "input",
439
439
  value: i.modelValue,
@@ -457,7 +457,7 @@ function Y(t, s, i, r, u, e) {
457
457
  ], 32)
458
458
  ], 10, W)
459
459
  ], 8, k),
460
- O(d, h({
460
+ B(d, h({
461
461
  "validation-messages": e.validationMessages,
462
462
  "show-messages": t.showMessages,
463
463
  class: t.messagesClass
@@ -1,6 +1,6 @@
1
1
  import { InputGroupMixin as i } from "../../common/mixins/input-group.js";
2
2
  import { hasSlotContent as p } from "../../common/utils/index.js";
3
- import { resolveComponent as u, createElementBlock as t, openBlock as o, createCommentVNode as g, renderSlot as n, createVNode as m, mergeProps as r, createTextVNode as f, toDisplayString as h } from "vue";
3
+ import { resolveComponent as u, openBlock as t, createElementBlock as o, mergeProps as n, renderSlot as r, createTextVNode as g, toDisplayString as m, createCommentVNode as f, createVNode as h } from "vue";
4
4
  import { _ as c } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  import v from "../validation-messages/validation-messages.js";
6
6
  const C = {
@@ -61,20 +61,20 @@ const C = {
61
61
  }, G = ["data-qa"], M = ["data-qa"];
62
62
  function _(e, s, a, S, d, V) {
63
63
  const l = u("dt-validation-messages");
64
- return o(), t("fieldset", {
64
+ return t(), o("fieldset", {
65
65
  class: "d-input-group__fieldset",
66
66
  "data-qa": a.dataQaGroup
67
67
  }, [
68
- d.hasSlotContent(e.$slots.legend) || e.legend ? (o(), t("legend", r({
68
+ d.hasSlotContent(e.$slots.legend) || e.legend ? (t(), o("legend", n({
69
69
  key: 0,
70
70
  class: ["d-label", e.legendClass]
71
71
  }, e.legendChildProps, { "data-qa": a.dataQaGroupLegend }), [
72
- n(e.$slots, "legend", {}, () => [
73
- f(h(e.legend), 1)
72
+ r(e.$slots, "legend", {}, () => [
73
+ g(m(e.legend), 1)
74
74
  ])
75
- ], 16, M)) : g("", !0),
76
- n(e.$slots, "default"),
77
- m(l, r({
75
+ ], 16, M)) : f("", !0),
76
+ r(e.$slots, "default"),
77
+ h(l, n({
78
78
  "validation-messages": e.formattedMessages,
79
79
  "show-messages": e.showMessages,
80
80
  class: e.messagesClass,
@@ -1,5 +1,5 @@
1
1
  import { hasSlotContent as u } from "../../common/utils/index.js";
2
- import { createBlock as r, openBlock as s, resolveDynamicComponent as m, normalizeStyle as y, normalizeClass as a, withCtx as c, createElementBlock as o, createCommentVNode as n, createElementVNode as C, renderSlot as d } from "vue";
2
+ import { openBlock as s, createBlock as r, resolveDynamicComponent as m, normalizeStyle as y, normalizeClass as a, withCtx as c, createElementBlock as o, renderSlot as n, createCommentVNode as d, createElementVNode as C } from "vue";
3
3
  import { _ as f } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  const h = {
5
5
  compatConfig: { MODE: 3 },
@@ -94,8 +94,8 @@ function g(t, i, e, S, b, l) {
94
94
  "data-qa": "dt-item-layout-left-wrapper",
95
95
  class: a([e.leftClass, "d-item-layout__left"])
96
96
  }, [
97
- d(t.$slots, "left")
98
- ], 2)) : n("", !0),
97
+ n(t.$slots, "left")
98
+ ], 2)) : d("", !0),
99
99
  C("section", {
100
100
  "data-qa": "dt-item-layout-content-wrapper",
101
101
  class: a([e.contentClass, "d-item-layout__content"])
@@ -105,8 +105,8 @@ function g(t, i, e, S, b, l) {
105
105
  "data-qa": "dt-item-layout-title-wrapper",
106
106
  class: a([e.titleClass, "d-item-layout__title"])
107
107
  }, [
108
- d(t.$slots, "default")
109
- ], 2)) : n("", !0),
108
+ n(t.$slots, "default")
109
+ ], 2)) : d("", !0),
110
110
  l.hasSlotContent(t.$slots.subtitle) ? (s(), o("div", {
111
111
  key: 1,
112
112
  "data-qa": "dt-item-layout-subtitle-wrapper",
@@ -116,30 +116,30 @@ function g(t, i, e, S, b, l) {
116
116
  { "d-item-layout--subtitle--with-title": l.hasSlotContent(t.$slots.default) }
117
117
  ])
118
118
  }, [
119
- d(t.$slots, "subtitle")
120
- ], 2)) : n("", !0),
119
+ n(t.$slots, "subtitle")
120
+ ], 2)) : d("", !0),
121
121
  l.hasSlotContent(t.$slots.bottom) ? (s(), o("div", {
122
122
  key: 2,
123
123
  "data-qa": "dt-item-layout-bottom-wrapper",
124
124
  class: a([e.bottomClass, "d-item-layout__bottom"])
125
125
  }, [
126
- d(t.$slots, "bottom")
127
- ], 2)) : n("", !0)
126
+ n(t.$slots, "bottom")
127
+ ], 2)) : d("", !0)
128
128
  ], 2),
129
129
  l.hasSlotContent(t.$slots.right) ? (s(), o("section", {
130
130
  key: 1,
131
131
  "data-qa": "dt-item-layout-right-wrapper",
132
132
  class: a([e.rightClass, "d-item-layout__right"])
133
133
  }, [
134
- d(t.$slots, "right")
135
- ], 2)) : n("", !0),
134
+ n(t.$slots, "right")
135
+ ], 2)) : d("", !0),
136
136
  l.hasSlotContent(t.$slots.selected) ? (s(), o("section", {
137
137
  key: 2,
138
138
  "data-qa": "dt-item-layout-selected-wrapper",
139
139
  class: a([e.selectedClass, "d-item-layout__selected"])
140
140
  }, [
141
- d(t.$slots, "selected")
142
- ], 2)) : n("", !0)
141
+ n(t.$slots, "selected")
142
+ ], 2)) : d("", !0)
143
143
  ]),
144
144
  _: 3
145
145
  }, 8, ["class", "style"]);
@@ -1,7 +1,7 @@
1
1
  import { DtIconListBullet as N, DtIconMoreVertical as S, DtIconPhoneHangUp as f, DtIconTransfer as E, DtIconChevronsRight as O, DtIconCallMerge as v, DtIconBranch as R, DtIconExpertNode as A, DtIconVolume2 as L, DtIconDialer as h, DtIconKeypad as y } from "@dialpad/dialtone-icons/vue3";
2
2
  import { IVR_NODE_GO_TO as T, IVR_NODE_CLASS_MAPPING as B, IVR_NODE_PROMPT_MENU as M, IVR_NODE_PROMPT_COLLECT as k, IVR_NODE_PROMPT_PLAY as P, IVR_NODE_EXPERT as g, IVR_NODE_BRANCH as w, IVR_NODE_ASSIGN as U, IVR_NODE_CUSTOMER_DATA as q, IVR_NODE_TRANSFER as G, IVR_NODE_HANGUP as K } from "./ivr-node-constants.js";
3
3
  import { DialtoneLocalization as z } from "../../localization/index.js";
4
- import { resolveComponent as i, createElementBlock as l, openBlock as d, mergeProps as H, toHandlers as F, createCommentVNode as s, renderSlot as _, createVNode as r, normalizeClass as m, toDisplayString as I, withCtx as n, createElementVNode as p, createBlock as X, resolveDynamicComponent as Y, withModifiers as j } from "vue";
4
+ import { resolveComponent as i, openBlock as d, createElementBlock as l, mergeProps as H, toHandlers as F, normalizeClass as s, toDisplayString as I, createCommentVNode as _, renderSlot as m, createVNode as r, withCtx as n, createElementVNode as p, createBlock as X, resolveDynamicComponent as Y, withModifiers as j } from "vue";
5
5
  import { _ as x } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import J from "../dropdown/dropdown.js";
7
7
  import Q from "../button/button.js";
@@ -125,14 +125,14 @@ function ne(e, c, o, re, u, t) {
125
125
  o.dtmfKey ? (d(), l("div", {
126
126
  key: 0,
127
127
  "data-qa": "dt-top-connector-dtmf",
128
- class: m(["d-recipe-ivr-node__connector d-recipe-ivr-node__connector-dtmf", { "d-recipe-ivr-node__connector-dtmf--selected": o.isSelected }])
129
- }, I(o.dtmfKey), 3)) : s("", !0),
130
- e.$slots.connector ? _(e.$slots, "connector", { key: 1 }) : s("", !0),
128
+ class: s(["d-recipe-ivr-node__connector d-recipe-ivr-node__connector-dtmf", { "d-recipe-ivr-node__connector-dtmf--selected": o.isSelected }])
129
+ }, I(o.dtmfKey), 3)) : _("", !0),
130
+ e.$slots.connector ? m(e.$slots, "connector", { key: 1 }) : _("", !0),
131
131
  !o.dtmfKey && !e.$slots.connector ? (d(), l("div", {
132
132
  key: 2,
133
133
  "data-qa": "dt-top-connector",
134
- class: m(["d-recipe-ivr-node__connector", { "d-recipe-ivr-node__connector--selected": o.isSelected }])
135
- }, null, 2)) : s("", !0),
134
+ class: s(["d-recipe-ivr-node__connector", { "d-recipe-ivr-node__connector--selected": o.isSelected }])
135
+ }, null, 2)) : _("", !0),
136
136
  r(b, null, {
137
137
  header: n(() => [
138
138
  p("div", ee, [
@@ -146,7 +146,7 @@ function ne(e, c, o, re, u, t) {
146
146
  icon: n(() => [
147
147
  (d(), X(Y(t.nodeIcon), {
148
148
  size: "200",
149
- class: m(["", { "d-recipe-ivr-node__goto-icon": t.isGotoNode }])
149
+ class: s(["", { "d-recipe-ivr-node__goto-icon": t.isGotoNode }])
150
150
  }, null, 8, ["class"]))
151
151
  ]),
152
152
  _: 1
@@ -174,14 +174,14 @@ function ne(e, c, o, re, u, t) {
174
174
  ]),
175
175
  list: n(({ close: a }) => [
176
176
  p("div", oe, [
177
- _(e.$slots, "menuItems", { close: a })
177
+ m(e.$slots, "menuItems", { close: a })
178
178
  ])
179
179
  ]),
180
180
  _: 3
181
181
  }, 8, ["open"])
182
182
  ]),
183
183
  content: n(() => [
184
- _(e.$slots, "content")
184
+ m(e.$slots, "content")
185
185
  ]),
186
186
  _: 3
187
187
  })
@@ -1,5 +1,5 @@
1
1
  import { DtIconPlus as u, DtIconOption as h, DtIconCommand as w, DtIconArrowDown as _, DtIconArrowUp as f, DtIconArrowLeft as S, DtIconArrowRight as g, DtIconLayoutGrid as y } from "@dialpad/dialtone-icons/vue3";
2
- import { createElementBlock as c, openBlock as n, normalizeClass as s, createElementVNode as D, toDisplayString as I, Fragment as l, renderList as A, createBlock as k, createCommentVNode as b, resolveDynamicComponent as C } from "vue";
2
+ import { openBlock as n, createElementBlock as c, normalizeClass as s, createElementVNode as D, toDisplayString as I, Fragment as l, renderList as A, createBlock as k, resolveDynamicComponent as b, createCommentVNode as C } from "vue";
3
3
  import { _ as T } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  const i = {
5
5
  "{win}": y,
@@ -111,7 +111,7 @@ function O(r, t, e, R, v, a) {
111
111
  }, [
112
112
  D("span", E, I(e.screenReaderText || a.generatedScreenReaderText), 1),
113
113
  (n(!0), c(l, null, A(a.formattedShortcutSplit, (o, d) => (n(), c(l, null, [
114
- a.icons[o] ? (n(), k(C(a.icons[o]), {
114
+ a.icons[o] ? (n(), k(b(a.icons[o]), {
115
115
  key: `icon-${d}-${o}`,
116
116
  size: "100",
117
117
  "aria-hidden": "true",
@@ -127,7 +127,7 @@ function O(r, t, e, R, v, a) {
127
127
  { "d-keyboard-shortcut__item--inverted": e.inverted }
128
128
  ]),
129
129
  innerHTML: o
130
- }, null, 10, L)) : b("", !0)
130
+ }, null, 10, L)) : C("", !0)
131
131
  ], 64))), 256))
132
132
  ], 2);
133
133
  }
@@ -1,4 +1,4 @@
1
- import { createBlock as r, openBlock as n, Transition as o, mergeProps as s, withCtx as l, withDirectives as d, createElementVNode as p, normalizeProps as c, guardReactiveProps as f, renderSlot as u, createCommentVNode as h, vShow as m } from "vue";
1
+ import { openBlock as r, createBlock as n, Transition as o, mergeProps as s, withCtx as l, withDirectives as d, createElementVNode as p, normalizeProps as c, guardReactiveProps as f, renderSlot as u, createCommentVNode as h, vShow as m } from "vue";
2
2
  import { _ as w } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
3
3
  const S = {
4
4
  compatConfig: { MODE: 3 },
@@ -61,7 +61,7 @@ const S = {
61
61
  }
62
62
  };
63
63
  function _(e, z, t, y, a, i) {
64
- return n(), r(o, s({
64
+ return r(), n(o, s({
65
65
  name: t.transition,
66
66
  appear: t.appear
67
67
  }, e.$attrs, { css: i.isCSSEnabled }), {
@@ -1,5 +1,5 @@
1
1
  import { getLinkKindModifier as r, LINK_KIND_MODIFIERS as n, LINK_VARIANTS as a } from "./link-constants.js";
2
- import { createElementBlock as s, openBlock as i, normalizeClass as o, renderSlot as d } from "vue";
2
+ import { openBlock as s, createElementBlock as i, normalizeClass as o, renderSlot as d } from "vue";
3
3
  import { _ as l } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  const f = {
5
5
  compatConfig: { MODE: 3 },
@@ -41,7 +41,7 @@ const f = {
41
41
  }
42
42
  }, p = ["href"];
43
43
  function c(e, m, k, u, _, t) {
44
- return i(), s("a", {
44
+ return s(), i("a", {
45
45
  class: o(t.getLinkClasses()),
46
46
  "data-qa": "dt-link",
47
47
  href: "href" in e.$attrs ? e.$attrs.href : "javascript:void(0)"
@@ -1,7 +1,7 @@
1
1
  import { LIST_ITEM_NAVIGATION_TYPES as s, LIST_ITEM_TYPES as l } from "./list-item-constants.js";
2
2
  import h from "../../common/utils/index.js";
3
3
  import { DtIconCheck as g } from "@dialpad/dialtone-icons/vue3";
4
- import { resolveComponent as r, createBlock as n, openBlock as d, resolveDynamicComponent as f, mergeProps as _, toHandlers as p, withCtx as a, renderSlot as m, normalizeClass as y, createSlots as v, renderList as T, createVNode as b } from "vue";
4
+ import { resolveComponent as r, openBlock as n, createBlock as d, resolveDynamicComponent as f, mergeProps as _, toHandlers as p, withCtx as a, normalizeClass as y, createSlots as v, renderList as T, renderSlot as m, createVNode as b } from "vue";
5
5
  import { _ as I } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import k from "../item-layout/item-layout.js";
7
7
  const L = ["listitem", "menuitem", "option"], S = {
@@ -158,7 +158,7 @@ const L = ["listitem", "menuitem", "option"], S = {
158
158
  };
159
159
  function H(e, C, i, D, E, t) {
160
160
  const c = r("dt-icon-check"), u = r("dt-item-layout");
161
- return d(), n(f(i.elementType), _({
161
+ return n(), d(f(i.elementType), _({
162
162
  id: i.id,
163
163
  class: [
164
164
  "d-list-item",
@@ -173,7 +173,7 @@ function H(e, C, i, D, E, t) {
173
173
  "aria-selected": i.role === "listitem" ? void 0 : t.isHighlighted
174
174
  }, p(t.listItemListeners)), {
175
175
  default: a(() => [
176
- t.isDefaultType ? (d(), n(u, {
176
+ t.isDefaultType ? (n(), d(u, {
177
177
  key: 0,
178
178
  unstyled: "",
179
179
  class: y(["d-list-item__wrapper", i.wrapperClass]),
@@ -1,5 +1,5 @@
1
1
  import { getUniqueString as n } from "../../common/utils/index.js";
2
- import { createElementBlock as a, openBlock as i, normalizeClass as d, createCommentVNode as l, renderSlot as r, createTextVNode as o, toDisplayString as s } from "vue";
2
+ import { openBlock as a, createElementBlock as i, normalizeClass as d, renderSlot as r, createTextVNode as l, toDisplayString as o, createCommentVNode as s } from "vue";
3
3
  import { _ as g } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  const c = {
5
5
  compatConfig: { MODE: 3 },
@@ -38,14 +38,14 @@ const c = {
38
38
  }
39
39
  }, u = ["id", "aria-labelledby"], m = ["id"];
40
40
  function f(t, p, e, h, _, y) {
41
- return i(), a("ul", {
41
+ return a(), i("ul", {
42
42
  id: e.id,
43
43
  class: d(["d-list-item-group", e.listClass]),
44
44
  role: "group",
45
45
  "data-qa": "dt-dropdown-list-wrapper",
46
46
  "aria-labelledby": `${e.id}-heading`
47
47
  }, [
48
- e.heading ? (i(), a("li", {
48
+ e.heading ? (a(), i("li", {
49
49
  key: 0,
50
50
  id: `${e.id}-heading`,
51
51
  role: "presentation",
@@ -53,9 +53,9 @@ function f(t, p, e, h, _, y) {
53
53
  class: d(["dt-dropdown-list--header", e.headingClass])
54
54
  }, [
55
55
  r(t.$slots, "headingSlot", {}, () => [
56
- o(s(e.heading), 1)
56
+ l(o(e.heading), 1)
57
57
  ])
58
- ], 10, m)) : l("", !0),
58
+ ], 10, m)) : s("", !0),
59
59
  r(t.$slots, "default")
60
60
  ], 10, u);
61
61
  }
@@ -1,5 +1,5 @@
1
1
  import { DtIconLoading as t } from "@dialpad/dialtone-icons/vue3";
2
- import { resolveComponent as n, createElementBlock as r, openBlock as d, createVNode as i } from "vue";
2
+ import { resolveComponent as n, openBlock as r, createElementBlock as d, createVNode as i } from "vue";
3
3
  import { _ as l } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import { ICON_SIZE_MODIFIERS as c } from "../icon/icon-constants.js";
5
5
  const s = {
@@ -29,7 +29,7 @@ const s = {
29
29
  }, _ = ["aria-label"];
30
30
  function m(e, p, o, f, u, g) {
31
31
  const a = n("dt-icon-loading");
32
- return d(), r("div", {
32
+ return r(), d("div", {
33
33
  class: "d-loader",
34
34
  "aria-label": o.ariaLabel || "loading",
35
35
  "data-qa": "dt-loader"
@@ -1,4 +1,4 @@
1
- import { resolveComponent as e, createBlock as n, openBlock as i, withCtx as o, createVNode as c, createElementVNode as p, createCommentVNode as _, toDisplayString as f, renderSlot as k } from "vue";
1
+ import { resolveComponent as e, openBlock as n, createBlock as i, withCtx as o, createVNode as c, createElementVNode as p, toDisplayString as _, createCommentVNode as f, renderSlot as k } from "vue";
2
2
  import { _ as y } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
3
3
  import b from "../keyboard-shortcut/keyboard-shortcut.js";
4
4
  import S from "../stack/stack.js";
@@ -39,7 +39,7 @@ const x = {
39
39
  };
40
40
  function D(r, a, t, v, B, T) {
41
41
  const d = e("dt-button"), l = e("dt-keyboard-shortcut"), u = e("dt-stack"), s = e("dt-tooltip");
42
- return i(), n(s, null, {
42
+ return n(), i(s, null, {
43
43
  anchor: o(() => [
44
44
  c(d, {
45
45
  "data-qa": t.dataQa,
@@ -59,12 +59,12 @@ function D(r, a, t, v, B, T) {
59
59
  default: o(() => [
60
60
  c(u, { gap: "200" }, {
61
61
  default: o(() => [
62
- p("p", null, f(t.tooltipText), 1),
63
- t.keyboardShortcutText ? (i(), n(l, {
62
+ p("p", null, _(t.tooltipText), 1),
63
+ t.keyboardShortcutText ? (n(), i(l, {
64
64
  key: 0,
65
65
  inverted: "",
66
66
  shortcut: t.keyboardShortcutText
67
- }, null, 8, ["shortcut"])) : _("", !0)
67
+ }, null, 8, ["shortcut"])) : f("", !0)
68
68
  ]),
69
69
  _: 1
70
70
  })
@@ -1,7 +1,7 @@
1
1
  import { DtIconLink2 as E } from "@dialpad/dialtone-icons/vue3";
2
2
  import f from "./message-input-button.js";
3
3
  import { DialtoneLocalization as N } from "../../localization/index.js";
4
- import { resolveComponent as r, createBlock as T, openBlock as B, withCtx as a, createVNode as l, createElementVNode as A, toDisplayString as u, withKeys as L, withModifiers as p, createTextVNode as d } from "vue";
4
+ import { resolveComponent as r, openBlock as T, createBlock as B, withCtx as a, createVNode as l, createElementVNode as A, toDisplayString as u, withKeys as L, withModifiers as p, createTextVNode as d } from "vue";
5
5
  import { _ as g } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import v from "../stack/stack.js";
7
7
  import O from "../button/button.js";
@@ -81,7 +81,7 @@ const D = {
81
81
  }, M = { class: "d-recipe-message-input__link-dialog-title" };
82
82
  function C(o, t, k, K, e, n) {
83
83
  const b = r("dt-icon-link2"), c = r("dt-recipe-message-input-button"), _ = r("dt-input"), s = r("dt-button"), m = r("dt-stack"), I = r("dt-popover");
84
- return B(), T(I, {
84
+ return T(), B(I, {
85
85
  open: e.isOpen,
86
86
  placement: "bottom-start",
87
87
  "content-class": "d-recipe-message-input__link-popover",
@@ -1,7 +1,7 @@
1
1
  import { DtIconCodeBlock as O, DtIconCode as T, DtIconQuote as x, DtIconListOrdered as E, DtIconStrikethrough as S, DtIconItalic as v, DtIconBold as A, DtIconListBullet as y } from "@dialpad/dialtone-icons/vue3";
2
2
  import I from "./message-input-button.js";
3
3
  import { DialtoneLocalization as g } from "../../localization/index.js";
4
- import { resolveComponent as a, createBlock as D, openBlock as N, withCtx as n, createVNode as i, createElementVNode as r, renderSlot as f } from "vue";
4
+ import { resolveComponent as a, openBlock as D, createBlock as N, withCtx as n, createVNode as i, createElementVNode as r, renderSlot as f } from "vue";
5
5
  import { _ as U } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import h from "../stack/stack.js";
7
7
  const C = {
@@ -93,7 +93,7 @@ const C = {
93
93
  };
94
94
  function q(c, t, e, M, z, o) {
95
95
  const u = a("dt-icon-bold"), s = a("dt-recipe-message-input-button"), d = a("dt-icon-italic"), b = a("dt-icon-strikethrough"), _ = a("dt-icon-list-bullet"), k = a("dt-icon-list-ordered"), p = a("dt-icon-quote"), B = a("dt-icon-code"), L = a("dt-icon-code-block"), m = a("dt-stack");
96
- return N(), D(m, {
96
+ return D(), N(m, {
97
97
  direction: "row",
98
98
  gap: "200",
99
99
  class: "d-recipe-message-input__button-stack"
@@ -4,7 +4,7 @@ import { Node as H, mergeAttributes as G } from "@tiptap/core";
4
4
  import { nodeViewProps as K, NodeViewWrapper as W, VueNodeViewRenderer as X } from "../../node_modules/@tiptap/vue-3.js";
5
5
  import { DtIconVideo as Q, DtIconClose as J, DtIconSend as Y, DtIconSatisfied as Z, DtIconVerySatisfied as $, DtIconImage as ee } from "@dialpad/dialtone-icons/vue3";
6
6
  import { DialtoneLocalization as v } from "../../localization/index.js";
7
- import { resolveComponent as l, createBlock as u, openBlock as r, withCtx as a, createVNode as c, createTextVNode as te, toDisplayString as T, createElementVNode as m, resolveDirective as w, createElementBlock as y, mergeProps as _, withModifiers as E, renderSlot as p, createCommentVNode as g, withDirectives as k, normalizeStyle as ie, vShow as ne, normalizeClass as oe, createSlots as se } from "vue";
7
+ import { resolveComponent as l, openBlock as r, createBlock as u, withCtx as a, createVNode as c, createTextVNode as te, toDisplayString as T, createElementVNode as m, resolveDirective as w, createElementBlock as y, mergeProps as _, withModifiers as E, renderSlot as p, createCommentVNode as g, withDirectives as k, normalizeStyle as ie, vShow as ne, normalizeClass as oe, createSlots as se } from "vue";
8
8
  import { _ as C } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
9
9
  import P from "../button/button.js";
10
10
  import le from "../item-layout/item-layout.js";
@@ -5,7 +5,7 @@ import { disableRootScrolling as O, returnFirstEl as g, enableRootScrolling as B
5
5
  import { EVENT_KEYNAMES as d } from "../../common/constants/index.js";
6
6
  import A from "../../shared/sr_only_close_button.js";
7
7
  import { DialtoneLocalization as N } from "../../localization/index.js";
8
- import { resolveComponent as r, createBlock as u, openBlock as a, Teleport as R, createVNode as h, mergeProps as L, toHandlers as v, withCtx as f, createElementBlock as n, createCommentVNode as S, normalizeClass as c, renderSlot as m, createTextVNode as z, toDisplayString as _, Transition as K, withDirectives as q, createElementVNode as j, vShow as H } from "vue";
8
+ import { resolveComponent as r, openBlock as a, createBlock as u, Teleport as R, createVNode as h, mergeProps as L, toHandlers as v, withCtx as f, createElementBlock as n, normalizeClass as c, renderSlot as m, createTextVNode as z, toDisplayString as _, createCommentVNode as S, Transition as K, withDirectives as q, createElementVNode as j, vShow as H } from "vue";
9
9
  import { _ as V } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
10
10
  import P from "../button/button.js";
11
11
  import U from "../lazy-show/lazy-show.js";