@dialpad/dialtone-vue 3.201.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 (114) hide show
  1. package/dist/common/dates/index.js +4 -4
  2. package/dist/common/utils/index.js +3 -3
  3. package/dist/dialtone-vue.cjs +1 -1
  4. package/dist/dialtone-vue.js +349 -349
  5. package/dist/lib/attachment-carousel/attachment-carousel.js +1 -1
  6. package/dist/lib/avatar/avatar.js +10 -10
  7. package/dist/lib/badge/badge.js +5 -5
  8. package/dist/lib/banner/banner.js +1 -1
  9. package/dist/lib/breadcrumbs/breadcrumb-item.js +2 -2
  10. package/dist/lib/breadcrumbs/breadcrumbs.js +1 -1
  11. package/dist/lib/button/button.js +14 -14
  12. package/dist/lib/button-group/button-group.js +2 -2
  13. package/dist/lib/button-group/buttons-decorator.js +2 -2
  14. package/dist/lib/callbar-button/callbar-button.js +2 -2
  15. package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
  16. package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +9 -9
  17. package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
  18. package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js +9 -9
  19. package/dist/lib/callbox/callbox.js +1 -1
  20. package/dist/lib/card/card.js +4 -4
  21. package/dist/lib/checkbox/checkbox.js +5 -5
  22. package/dist/lib/checkbox-group/checkboxes-decorator.js +1 -1
  23. package/dist/lib/chip/chip.js +7 -7
  24. package/dist/lib/codeblock/codeblock.js +2 -2
  25. package/dist/lib/collapsible/collapsible-lazy-show.js +3 -3
  26. package/dist/lib/collapsible/collapsible.js +8 -8
  27. package/dist/lib/combobox/combobox-empty-list.js +2 -2
  28. package/dist/lib/combobox/combobox-loading-list.js +3 -3
  29. package/dist/lib/combobox/combobox.cjs +1 -1
  30. package/dist/lib/combobox/combobox.js +8 -8
  31. package/dist/lib/combobox-multi-select/combobox-multi-select.js +1 -1
  32. package/dist/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
  33. package/dist/lib/combobox-with-popover/combobox-with-popover.js +10 -10
  34. package/dist/lib/contact-centers-row/contact-centers-row.js +7 -7
  35. package/dist/lib/contact-info/contact-info.js +1 -1
  36. package/dist/lib/contact-row/contact-row.js +1 -1
  37. package/dist/lib/datepicker/datepicker.js +1 -1
  38. package/dist/lib/datepicker/utils.js +4 -4
  39. package/dist/lib/description-list/description-list.js +3 -3
  40. package/dist/lib/dropdown/dropdown-list.js +4 -4
  41. package/dist/lib/dropdown/dropdown-separator.js +2 -2
  42. package/dist/lib/dropdown/dropdown.js +2 -2
  43. package/dist/lib/editor/editor.js +9 -9
  44. package/dist/lib/emoji/emoji.js +2 -2
  45. package/dist/lib/emoji-picker/emoji-picker.js +1 -1
  46. package/dist/lib/emoji-row/emoji-row.js +6 -6
  47. package/dist/lib/empty-state/empty-state.js +7 -7
  48. package/dist/lib/feed-item-pill/feed-item-pill.js +1 -1
  49. package/dist/lib/feed-item-row/feed-item-row.js +15 -15
  50. package/dist/lib/general-row/general-row.js +13 -13
  51. package/dist/lib/general-row/leftbar-general-row-icon.js +5 -5
  52. package/dist/lib/group-row/group-row.js +2 -2
  53. package/dist/lib/grouped-chip/grouped-chip.js +14 -14
  54. package/dist/lib/hovercard/hovercard.js +2 -2
  55. package/dist/lib/icon/icon.js +3 -3
  56. package/dist/lib/illustration/illustration.js +3 -3
  57. package/dist/lib/image-viewer/image-viewer.js +12 -12
  58. package/dist/lib/input/input.js +10 -10
  59. package/dist/lib/input-group/input-group.js +8 -8
  60. package/dist/lib/item-layout/item-layout.js +13 -13
  61. package/dist/lib/ivr-node/ivr-node.js +9 -9
  62. package/dist/lib/keyboard-shortcut/keyboard-shortcut.js +3 -3
  63. package/dist/lib/lazy-show/lazy-show.js +2 -2
  64. package/dist/lib/link/link.js +2 -2
  65. package/dist/lib/list-item/list-item.js +3 -3
  66. package/dist/lib/list-item-group/list-item-group.js +5 -5
  67. package/dist/lib/loader/loader.js +2 -2
  68. package/dist/lib/message-input/message-input-button.js +5 -5
  69. package/dist/lib/message-input/message-input-link.js +2 -2
  70. package/dist/lib/message-input/message-input-topbar.js +2 -2
  71. package/dist/lib/message-input/message-input.js +1 -1
  72. package/dist/lib/modal/modal.js +1 -1
  73. package/dist/lib/motion-text/motion-text.js +5 -5
  74. package/dist/lib/notice/notice-action.js +1 -1
  75. package/dist/lib/notice/notice-content.js +6 -6
  76. package/dist/lib/notice/notice-icon.js +4 -4
  77. package/dist/lib/notice/notice.js +1 -1
  78. package/dist/lib/pagination/pagination.js +1 -1
  79. package/dist/lib/popover/popover-constants.js +3 -3
  80. package/dist/lib/popover/popover-header-footer.js +6 -6
  81. package/dist/lib/popover/popover.js +7 -7
  82. package/dist/lib/presence/presence.js +4 -4
  83. package/dist/lib/radio/radio.js +10 -10
  84. package/dist/lib/radio-group/radios-decorator.js +1 -1
  85. package/dist/lib/rich-text-editor/rich-text-editor.js +4 -4
  86. package/dist/lib/root-layout/root-layout.js +3 -3
  87. package/dist/lib/scroller/scroller.js +1 -1
  88. package/dist/lib/select-menu/select-menu.js +12 -12
  89. package/dist/lib/settings-menu-button/settings-menu-button.js +3 -3
  90. package/dist/lib/skeleton/skeleton-list-item.js +2 -2
  91. package/dist/lib/skeleton/skeleton-paragraph.js +1 -1
  92. package/dist/lib/skeleton/skeleton-shape.js +2 -2
  93. package/dist/lib/skeleton/skeleton-text.js +4 -4
  94. package/dist/lib/skeleton/skeleton.js +1 -1
  95. package/dist/lib/split-button/split-button-alpha.js +2 -2
  96. package/dist/lib/split-button/split-button-omega.js +2 -2
  97. package/dist/lib/split-button/split-button.js +13 -13
  98. package/dist/lib/stack/stack.js +2 -2
  99. package/dist/lib/stack/utils.js +5 -5
  100. package/dist/lib/stack/validators.js +7 -7
  101. package/dist/lib/tab/tab-group.js +2 -2
  102. package/dist/lib/tab/tab-panel.js +2 -2
  103. package/dist/lib/tab/tab.js +2 -2
  104. package/dist/lib/time-pill/time-pill.js +2 -2
  105. package/dist/lib/toast/toast.js +1 -1
  106. package/dist/lib/toggle/toggle.js +7 -7
  107. package/dist/lib/tooltip/tooltip.js +5 -5
  108. package/dist/lib/top-banner-info/top-banner-info.js +2 -2
  109. package/dist/lib/unread-pill/unread-pill.js +1 -1
  110. package/dist/lib/validation-messages/validation-messages.js +6 -6
  111. package/dist/node_modules/@tiptap/vue-3.cjs.map +1 -1
  112. package/dist/node_modules/@tiptap/vue-3.js.map +1 -1
  113. package/dist/shared/sr_only_close_button.js +2 -2
  114. package/package.json +9 -8
@@ -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";
@@ -1,5 +1,5 @@
1
- import { MOTION_TEXT_SPEEDS as y, MOTION_TEXT_ANIMATION_MODES as M, MOTION_TEXT_TIMING_PRESETS as w } from "./motion-text-constants.js";
2
- import { createElementBlock as h, openBlock as s, normalizeStyle as u, normalizeClass as A, createCommentVNode as l, toDisplayString as f, Fragment as p, createTextVNode as W, renderSlot as T, renderList as g, createBlock as C, Transition as _, withCtx as x } from "vue";
1
+ import { MOTION_TEXT_TIMING_PRESETS as y, MOTION_TEXT_SPEEDS as M, MOTION_TEXT_ANIMATION_MODES as w } from "./motion-text-constants.js";
2
+ import { openBlock as s, createElementBlock as h, normalizeStyle as u, normalizeClass as A, toDisplayString as f, createCommentVNode as l, Fragment as p, createTextVNode as W, renderSlot as T, renderList as g, createBlock as C, Transition as _, withCtx as x } from "vue";
3
3
  import { _ as v } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  const S = {
5
5
  compatConfig: { MODE: 3 },
@@ -21,7 +21,7 @@ const S = {
21
21
  animationMode: {
22
22
  type: String,
23
23
  default: "gradient-in",
24
- validator: (t) => M.includes(t)
24
+ validator: (t) => w.includes(t)
25
25
  },
26
26
  /**
27
27
  * Animation speed using t-shirt sizing.
@@ -30,7 +30,7 @@ const S = {
30
30
  speed: {
31
31
  type: String,
32
32
  default: "md",
33
- validator: (t) => y.includes(t)
33
+ validator: (t) => M.includes(t)
34
34
  },
35
35
  /**
36
36
  * Whether to start animation automatically when component is mounted.
@@ -112,7 +112,7 @@ const S = {
112
112
  * Get timing preset based on speed prop
113
113
  */
114
114
  timing() {
115
- return w[this.speed];
115
+ return y[this.speed];
116
116
  },
117
117
  /**
118
118
  * Computed styles with timing CSS variables
@@ -1,7 +1,7 @@
1
1
  import { DtIconClose as r } from "@dialpad/dialtone-icons/vue3";
2
2
  import m from "../../shared/sr_only_close_button.js";
3
3
  import { DialtoneLocalization as d } from "../../localization/index.js";
4
- import { resolveComponent as o, createElementBlock as u, openBlock as n, renderSlot as _, createCommentVNode as f, createBlock as l, withCtx as p, createVNode as h } from "vue";
4
+ import { resolveComponent as o, openBlock as n, createElementBlock as u, renderSlot as _, createCommentVNode as f, createBlock as l, withCtx as p, createVNode as h } from "vue";
5
5
  import { _ as C } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import B from "../button/button.js";
7
7
  const b = {
@@ -1,5 +1,5 @@
1
1
  import { hasSlotContent as a } from "../../common/utils/index.js";
2
- import { createElementBlock as n, openBlock as o, createCommentVNode as c, createElementVNode as s, renderSlot as i, createTextVNode as r, toDisplayString as l } from "vue";
2
+ import { openBlock as n, createElementBlock as o, renderSlot as i, createTextVNode as c, toDisplayString as s, createCommentVNode as r, createElementVNode as l } from "vue";
3
3
  import { _ } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  const f = {
5
5
  compatConfig: { MODE: 3 },
@@ -39,18 +39,18 @@ const f = {
39
39
  "data-qa": "notice-content"
40
40
  }, u = ["id"], p = ["id"];
41
41
  function g(e, S, t, h, d, C) {
42
- return o(), n("div", m, [
43
- t.title || d.hasSlotContent(e.$slots.titleOverride) ? (o(), n("p", {
42
+ return n(), o("div", m, [
43
+ t.title || d.hasSlotContent(e.$slots.titleOverride) ? (n(), o("p", {
44
44
  key: 0,
45
45
  id: t.titleId,
46
46
  class: "d-notice__title",
47
47
  "data-qa": "notice-content-title"
48
48
  }, [
49
49
  i(e.$slots, "titleOverride", {}, () => [
50
- r(l(t.title), 1)
50
+ c(s(t.title), 1)
51
51
  ])
52
- ], 8, u)) : c("", !0),
53
- s("p", {
52
+ ], 8, u)) : r("", !0),
53
+ l("p", {
54
54
  id: t.contentId,
55
55
  class: "d-notice__message",
56
56
  "data-qa": "notice-content-message"
@@ -1,7 +1,7 @@
1
1
  import { DtIconBell as n, DtIconAlertCircle as r, DtIconAlertTriangle as c, DtIconCheckCircle as a, DtIconInfo as s } from "@dialpad/dialtone-icons/vue3";
2
2
  import { NOTICE_KINDS as l } from "./notice-constants.js";
3
3
  import { hasSlotContent as d } from "../../common/utils/index.js";
4
- import { createElementBlock as m, createCommentVNode as f, openBlock as o, renderSlot as p, createBlock as u, resolveDynamicComponent as I } from "vue";
4
+ import { openBlock as o, createElementBlock as m, renderSlot as f, createBlock as p, resolveDynamicComponent as u, createCommentVNode as I } from "vue";
5
5
  import { _ } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  const D = /* @__PURE__ */ new Map([
7
7
  ["info", s],
@@ -49,10 +49,10 @@ const D = /* @__PURE__ */ new Map([
49
49
  };
50
50
  function h(e, g, N, S, i, t) {
51
51
  return t.defaultIcon || i.hasSlotContent(e.$slots.default) ? (o(), m("div", k, [
52
- p(e.$slots, "default", {}, () => [
53
- (o(), u(I(t.defaultIcon), { size: "400" }))
52
+ f(e.$slots, "default", {}, () => [
53
+ (o(), p(u(t.defaultIcon), { size: "400" }))
54
54
  ])
55
- ])) : f("", !0);
55
+ ])) : I("", !0);
56
56
  }
57
57
  const $ = /* @__PURE__ */ _(C, [["render", h]]);
58
58
  export {
@@ -2,7 +2,7 @@ import u from "./notice-icon.js";
2
2
  import m from "./notice-content.js";
3
3
  import _ from "./notice-action.js";
4
4
  import { NOTICE_KINDS as p, NOTICE_ROLES as h } from "./notice-constants.js";
5
- import { resolveComponent as i, createElementBlock as C, openBlock as d, normalizeClass as y, createBlock as k, createCommentVNode as I, createVNode as l, withCtx as n, renderSlot as o } from "vue";
5
+ import { resolveComponent as i, openBlock as d, createElementBlock as C, normalizeClass as y, createBlock as k, withCtx as n, renderSlot as o, createCommentVNode as I, createVNode as l } from "vue";
6
6
  import { _ as N } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
7
7
  const g = {
8
8
  compatConfig: { MODE: 3 },
@@ -1,6 +1,6 @@
1
1
  import { DtIconMoreHorizontal as b, DtIconChevronRight as p, DtIconChevronLeft as N } from "@dialpad/dialtone-icons/vue3";
2
2
  import { DialtoneLocalization as A } from "../../localization/index.js";
3
- import { resolveComponent as g, withDirectives as f, createElementBlock as u, openBlock as l, createVNode as c, withCtx as d, Fragment as I, renderList as E, normalizeClass as v, createBlock as L, createTextVNode as T, toDisplayString as x, vShow as D } from "vue";
3
+ import { resolveComponent as g, withDirectives as f, openBlock as l, createElementBlock as u, createVNode as c, withCtx as d, Fragment as I, renderList as E, normalizeClass as v, createBlock as L, createTextVNode as T, toDisplayString as x, vShow as D } from "vue";
4
4
  import { _ as k } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  import O from "../button/button.js";
6
6
  const G = {
@@ -1,4 +1,4 @@
1
- import { TIPPY_STICKY_VALUES as o, BASE_TIPPY_DIRECTIONS as n } from "./tippy-utils.js";
1
+ import { BASE_TIPPY_DIRECTIONS as o, TIPPY_STICKY_VALUES as n } from "./tippy-utils.js";
2
2
  const O = {
3
3
  none: void 0,
4
4
  small: "d-p4",
@@ -10,9 +10,9 @@ const O = {
10
10
  medium: "d-pl8",
11
11
  large: "d-pl16"
12
12
  }, _ = ["dialog", "menu", "listbox", "tree", "grid"], E = ["", "anchor"], t = ["none", "dialog", "first"], S = ["parent", "body", "root"], e = [
13
- ...o
14
- ], d = [
15
13
  ...n
14
+ ], d = [
15
+ ...o
16
16
  ], I = {
17
17
  POPOVER_PADDING_CLASSES: O,
18
18
  POPOVER_HEADER_FOOTER_PADDING_CLASSES: P,
@@ -1,7 +1,7 @@
1
1
  import { DtIconClose as _ } from "@dialpad/dialtone-icons/vue3";
2
- import { returnFirstEl as u, hasSlotContent as f } from "../../common/utils/index.js";
2
+ import { hasSlotContent as u, returnFirstEl as f } from "../../common/utils/index.js";
3
3
  import { DialtoneLocalization as m } from "../../localization/index.js";
4
- import { resolveComponent as l, createElementBlock as s, openBlock as n, normalizeClass as r, createCommentVNode as c, createBlock as v, renderSlot as h, withCtx as C, createVNode as y } from "vue";
4
+ import { resolveComponent as l, openBlock as n, createElementBlock as s, normalizeClass as r, renderSlot as v, createCommentVNode as c, createBlock as h, withCtx as C, createVNode as y } from "vue";
5
5
  import { _ as B } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import b from "../button/button.js";
7
7
  const k = {
@@ -46,7 +46,7 @@ const k = {
46
46
  ],
47
47
  data() {
48
48
  return {
49
- hasSlotContent: f,
49
+ hasSlotContent: u,
50
50
  i18n: new m()
51
51
  };
52
52
  },
@@ -58,7 +58,7 @@ const k = {
58
58
  methods: {
59
59
  focusCloseButton() {
60
60
  var o;
61
- const e = u((o = this.$refs["popover__close-button"]) == null ? void 0 : o.$el);
61
+ const e = f((o = this.$refs["popover__close-button"]) == null ? void 0 : o.$el);
62
62
  e == null || e.focus();
63
63
  }
64
64
  }
@@ -80,9 +80,9 @@ function S(e, o, t, T, d, a) {
80
80
  "d-popover__footer__content": t.type === "footer"
81
81
  }, t.contentClass])
82
82
  }, [
83
- h(e.$slots, "content")
83
+ v(e.$slots, "content")
84
84
  ], 2)) : c("", !0),
85
- t.showCloseButton ? (n(), v(p, {
85
+ t.showCloseButton ? (n(), h(p, {
86
86
  key: 1,
87
87
  ref: "popover__close-button",
88
88
  "data-qa": "dt-popover-close",
@@ -1,10 +1,10 @@
1
- import { POPOVER_CONTENT_WIDTHS as w, POPOVER_HEADER_FOOTER_PADDING_CLASSES as P, POPOVER_PADDING_CLASSES as O, POPOVER_APPEND_TO_VALUES as S, POPOVER_INITIAL_FOCUS_STRINGS as A, POPOVER_STICKY_VALUES as _, POPOVER_ROLES as L } from "./popover-constants.js";
1
+ import { POPOVER_HEADER_FOOTER_PADDING_CLASSES as w, POPOVER_PADDING_CLASSES as O, POPOVER_APPEND_TO_VALUES as P, POPOVER_INITIAL_FOCUS_STRINGS as S, POPOVER_STICKY_VALUES as A, POPOVER_CONTENT_WIDTHS as _, POPOVER_ROLES as L } from "./popover-constants.js";
2
2
  import { returnFirstEl as l, enableRootScrolling as T, disableRootScrolling as k, isOutOfViewPort as M, warnIfUnmounted as x, getUniqueString as b, hasSlotContent as I } from "../../common/utils/index.js";
3
3
  import B from "../../common/mixins/modal.js";
4
4
  import { createTippyPopover as N, getPopperOptions as V } from "./tippy-utils.js";
5
5
  import D from "./popover-header-footer.js";
6
6
  import q from "../../shared/sr_only_close_button.js";
7
- import { resolveComponent as y, createElementBlock as F, openBlock as a, createBlock as h, createCommentVNode as c, Teleport as H, createElementVNode as E, withModifiers as g, resolveDynamicComponent as W, normalizeClass as f, withCtx as m, createVNode as z, withKeys as p, renderSlot as v, mergeProps as K, toHandlers as G } from "vue";
7
+ import { resolveComponent as y, openBlock as a, createElementBlock as F, createBlock as h, Teleport as H, createElementVNode as E, withModifiers as g, createCommentVNode as c, resolveDynamicComponent as W, normalizeClass as f, withCtx as m, withKeys as p, renderSlot as v, createVNode as z, mergeProps as K, toHandlers as G } from "vue";
8
8
  import { _ as U } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
9
9
  import j from "../lazy-show/lazy-show.js";
10
10
  const R = {
@@ -106,7 +106,7 @@ const R = {
106
106
  contentWidth: {
107
107
  type: String,
108
108
  default: "",
109
- validator: (e) => w.includes(e)
109
+ validator: (e) => _.includes(e)
110
110
  },
111
111
  /**
112
112
  * Whether to apply transition on initial render in the content lazy show component.
@@ -240,7 +240,7 @@ const R = {
240
240
  sticky: {
241
241
  type: [Boolean, String],
242
242
  default: !1,
243
- validator: (e) => _.includes(e)
243
+ validator: (e) => A.includes(e)
244
244
  },
245
245
  /**
246
246
  * Determines maximum height for the popover before overflow.
@@ -298,7 +298,7 @@ const R = {
298
298
  initialFocusElement: {
299
299
  type: [String, HTMLElement],
300
300
  default: "first",
301
- validator: (e) => A.includes(e) || e instanceof HTMLElement || e.startsWith("#")
301
+ validator: (e) => S.includes(e) || e instanceof HTMLElement || e.startsWith("#")
302
302
  },
303
303
  /**
304
304
  * If the popover should open pressing up or down arrow key on the anchor element.
@@ -319,7 +319,7 @@ const R = {
319
319
  appendTo: {
320
320
  type: [HTMLElement, String],
321
321
  default: "body",
322
- validator: (e) => S.includes(e) || e instanceof HTMLElement
322
+ validator: (e) => P.includes(e) || e instanceof HTMLElement
323
323
  }
324
324
  },
325
325
  emits: [
@@ -370,7 +370,7 @@ const R = {
370
370
  data() {
371
371
  return {
372
372
  POPOVER_PADDING_CLASSES: O,
373
- POPOVER_HEADER_FOOTER_PADDING_CLASSES: P,
373
+ POPOVER_HEADER_FOOTER_PADDING_CLASSES: w,
374
374
  intersectionObserver: null,
375
375
  mutationObserver: null,
376
376
  isOutsideViewport: !1,
@@ -1,5 +1,5 @@
1
1
  import { PRESENCE_STATES as s, PRESENCE_STATES_LIST as a } from "./presence-constants.js";
2
- import { createElementBlock as t, openBlock as r, createCommentVNode as c, createElementVNode as i, toDisplayString as o, normalizeClass as l } from "vue";
2
+ import { openBlock as t, createElementBlock as r, toDisplayString as c, createCommentVNode as i, createElementVNode as o, normalizeClass as l } from "vue";
3
3
  import { _ } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  const d = {
5
5
  compatConfig: { MODE: 3 },
@@ -31,14 +31,14 @@ const d = {
31
31
  class: "sr-only"
32
32
  };
33
33
  function m(n, u, e, E, S, y) {
34
- return r(), t("div", {
34
+ return t(), r("div", {
35
35
  class: "d-presence",
36
36
  "data-qa": "dt-presence",
37
37
  role: "status",
38
38
  "aria-live": n.$attrs.ariaLive || "off"
39
39
  }, [
40
- e.srText ? (r(), t("span", f, o(e.srText), 1)) : c("", !0),
41
- i("div", {
40
+ e.srText ? (t(), r("span", f, c(e.srText), 1)) : i("", !0),
41
+ o("div", {
42
42
  class: l(["d-presence__inner", {
43
43
  "d-presence__inner--active": e.presence === "active",
44
44
  "d-presence__inner--away": e.presence === "away",