@dialpad/dialtone 9.17.0 → 9.19.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 (65) hide show
  1. package/dist/css/dialtone.css +2 -2
  2. package/dist/tokens/android/java/tokens-dark.kt +1 -1
  3. package/dist/tokens/android/java/tokens-light.kt +1 -1
  4. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  5. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  6. package/dist/tokens/android/res/values/dimens.xml +1 -1
  7. package/dist/tokens/css/variables-dark.css +1 -1
  8. package/dist/tokens/css/variables-light.css +1 -1
  9. package/dist/tokens/ios/tokens-dark.swift +1 -1
  10. package/dist/tokens/ios/tokens-light.swift +1 -1
  11. package/dist/tokens/less/variables-dark.less +1 -1
  12. package/dist/tokens/less/variables-light.less +1 -1
  13. package/dist/vue2/component-documentation.json +1 -1
  14. package/dist/vue2/dialtone-vue.cjs +5 -5
  15. package/dist/vue2/dialtone-vue.js +147 -130
  16. package/dist/vue2/directives.cjs +1 -1
  17. package/dist/vue2/directives.js +1 -1
  18. package/dist/vue2/emoji.cjs +1 -1
  19. package/dist/vue2/emoji.js +4 -4
  20. package/dist/vue2/{emoji_picker-GfisVsYp.js → emoji_picker-oRqwDR1h.js} +2 -2
  21. package/dist/vue2/{emoji_picker-zi8qwHtl.cjs → emoji_picker-pzXZS6X7.cjs} +1 -1
  22. package/dist/vue2/{emoji_text_wrapper-JQf6BpGc.cjs → emoji_text_wrapper-6Yl5NIEJ.cjs} +1 -1
  23. package/dist/vue2/{emoji_text_wrapper-OrF0kZ6L.js → emoji_text_wrapper-V-Qf4XZv.js} +2 -2
  24. package/dist/vue2/{index-G0QxbVGe.js → index-74FmkvkN.js} +1 -1
  25. package/dist/vue2/{index-ihXjcrB-.cjs → index-dsfPzyLy.cjs} +1 -1
  26. package/dist/vue2/message_input.cjs +1 -1
  27. package/dist/vue2/message_input.js +4 -4
  28. package/dist/vue2/{rich_text_editor-trHmm1VD.js → rich_text_editor-AZuWkf9m.js} +1740 -1762
  29. package/dist/vue2/{rich_text_editor-MzdHNizj.cjs → rich_text_editor-TX19t44m.cjs} +20 -20
  30. package/dist/vue2/style.css +1 -1
  31. package/dist/vue2/{tooltip-AVHt9lw0.js → tooltip-mMe9F6C6.js} +474 -441
  32. package/dist/vue2/tooltip-sE12R_AU.cjs +21 -0
  33. package/dist/vue2/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -1
  34. package/dist/vue2/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
  35. package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +30 -0
  36. package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  37. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +17 -1
  38. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  39. package/dist/vue3/component-documentation.json +1 -1
  40. package/dist/vue3/dialtone-vue.cjs +5 -5
  41. package/dist/vue3/dialtone-vue.js +206 -189
  42. package/dist/vue3/directives.cjs +1 -1
  43. package/dist/vue3/directives.js +1 -1
  44. package/dist/vue3/{emoji-acqIsOA0.js → emoji-ifbDMGtx.js} +1 -1
  45. package/dist/vue3/{emoji-gFUvTgzf.cjs → emoji-q4ZpxDOX.cjs} +1 -1
  46. package/dist/vue3/emoji.cjs +1 -1
  47. package/dist/vue3/emoji.js +4 -4
  48. package/dist/vue3/{emoji_picker-7KBwg94e.js → emoji_picker-G6QLC4uN.js} +2 -2
  49. package/dist/vue3/{emoji_picker-XmAzvsvD.cjs → emoji_picker-i3y8jyyY.cjs} +1 -1
  50. package/dist/vue3/{emoji_text_wrapper-Cr15_VcH.cjs → emoji_text_wrapper-spWldgj4.cjs} +1 -1
  51. package/dist/vue3/{emoji_text_wrapper-TK25xXF3.js → emoji_text_wrapper-vQeoLfQ4.js} +1 -1
  52. package/dist/vue3/message_input.cjs +1 -1
  53. package/dist/vue3/message_input.js +4 -4
  54. package/dist/vue3/{rich_text_editor-NWAFxCaY.js → rich_text_editor-S31F6RAP.js} +773 -794
  55. package/dist/vue3/{rich_text_editor-2jqjuGrZ.cjs → rich_text_editor-fciM1V1t.cjs} +20 -20
  56. package/dist/vue3/style.css +1 -1
  57. package/dist/vue3/{tooltip-Od71Luh6.js → tooltip-FcHJcgMd.js} +503 -470
  58. package/dist/vue3/tooltip-px-Nxl4C.cjs +21 -0
  59. package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +30 -0
  60. package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  61. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +18 -1
  62. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  63. package/package.json +1 -1
  64. package/dist/vue2/tooltip-6msmWvq0.cjs +0 -21
  65. package/dist/vue3/tooltip-8utqWHHH.cjs +0 -21
@@ -1,11 +1,11 @@
1
- import { S as Te, c as A, M as Z, d as Zt, e as De, f as Jt, D as J, L as ye, P as fe, g as ea, h as ta, i as Oe, j as aa, k as he, l as Ct, a as na, R as ra, b as sa } from "./rich_text_editor-trHmm1VD.js";
2
- import { q as tu, r as au, p as nu, m as ru, n as su, o as iu, A as ou, C as lu, E as du, y as cu, s as uu, x as fu, t as hu, v as pu, u as mu, w as gu, z as _u, B as bu } from "./rich_text_editor-trHmm1VD.js";
3
- import { w as y, t as S, F as ia, M as oa, G as la, H as W, J as St, K as kt, N as It, O as xt, P as Le, x as Tt, D as da } from "./index-G0QxbVGe.js";
4
- import { W as yu, S as wu, R as Cu, Q as Su, T as ku, a1 as Iu, a4 as xu, a3 as Tu, a2 as Du, z as Ou, y as Lu, U as $u, I as Eu, Y as Au, X as Mu, V as Ru, C as Bu, L as Pu, a9 as Nu, a5 as Fu, a6 as qu, a8 as Hu, a7 as Wu, a0 as Vu, $ as Uu, Z as ju, _ as Yu } from "./index-G0QxbVGe.js";
5
- import { n as c, u as E, g as T, e as $e, E as C, k as Qe, o as ca, b as Xe, a as Se, L as ua, p as fa, D as ee, s as Ee, q as ha } from "./tooltip-AVHt9lw0.js";
6
- import { r as zu, c as Gu, x as Qu, v as Xu, w as Zu, V as Ju, f as ef } from "./tooltip-AVHt9lw0.js";
1
+ import { S as Te, c as A, M as Z, d as Zt, e as De, f as Jt, D as J, L as ye, P as ea, g as Oe, h as fe, i as Ct, a as ta, R as aa, b as na } from "./rich_text_editor-AZuWkf9m.js";
2
+ import { n as tu, o as au, m as nu, j as ru, k as su, l as iu, A as ou, t as lu, u as du, q as cu, p as uu, r as fu, s as hu } from "./rich_text_editor-AZuWkf9m.js";
3
+ import { w as y, t as S, F as ra, M as sa, G as ia, H as W, J as St, K as kt, N as It, O as xt, P as Le, x as Tt, D as oa } from "./index-74FmkvkN.js";
4
+ import { W as mu, S as gu, R as _u, Q as bu, T as vu, a1 as yu, a4 as wu, a3 as Cu, a2 as Su, z as ku, y as Iu, U as xu, I as Tu, Y as Du, X as Ou, V as Lu, C as $u, L as Eu, a9 as Au, a5 as Ru, a6 as Mu, a8 as Bu, a7 as Pu, a0 as Nu, $ as Fu, Z as qu, _ as Hu } from "./index-74FmkvkN.js";
5
+ import { n as c, u as E, g as T, e as $e, l as he, E as C, T as Qe, v as la, h as da, b as Xe, a as Se, L as ca, w as ua, D as ee, i as fa, x as Ee, y as ha } from "./tooltip-mMe9F6C6.js";
6
+ import { z as Vu, c as Uu, A as ju, m as Yu, k as Ku, P as zu, j as Gu, F as Qu, B as Xu, C as Zu, V as Ju, f as ef } from "./tooltip-mMe9F6C6.js";
7
7
  import pe, { reactive as pa } from "vue";
8
- import { D as Ae } from "./emoji_text_wrapper-OrF0kZ6L.js";
8
+ import { D as Ae } from "./emoji_text_wrapper-V-Qf4XZv.js";
9
9
  const Ze = {
10
10
  default: "",
11
11
  info: "d-badge--info",
@@ -161,7 +161,7 @@ var ga = function() {
161
161
  null,
162
162
  null
163
163
  );
164
- const Me = ba.exports, te = ["base", "error", "info", "success", "warning"], va = ["alert", "alertdialog", "status"], ya = /* @__PURE__ */ new Map([
164
+ const Re = ba.exports, te = ["base", "error", "info", "success", "warning"], va = ["alert", "alertdialog", "status"], ya = /* @__PURE__ */ new Map([
165
165
  ["info", "info"],
166
166
  ["success", "check-circle"],
167
167
  ["warning", "alert-triangle"],
@@ -206,7 +206,7 @@ var Ca = function() {
206
206
  null,
207
207
  null
208
208
  );
209
- const Re = ka.exports, Ia = {
209
+ const Me = ka.exports, Ia = {
210
210
  name: "DtNoticeContent",
211
211
  props: {
212
212
  /**
@@ -326,7 +326,7 @@ var La = function() {
326
326
  const Pe = Ea.exports, Aa = {
327
327
  name: "DtNotice",
328
328
  components: {
329
- DtNoticeIcon: Re,
329
+ DtNoticeIcon: Me,
330
330
  DtNoticeContent: Be,
331
331
  DtNoticeAction: Pe
332
332
  },
@@ -428,15 +428,15 @@ const Pe = Ea.exports, Aa = {
428
428
  }
429
429
  }
430
430
  };
431
- var Ma = function() {
431
+ var Ra = function() {
432
432
  var e = this, a = e._self._c;
433
433
  return a("aside", { class: e.noticeClass, attrs: { "data-qa": "notice" } }, [a("dt-notice-icon", { attrs: { kind: e.kind } }, [e._t("icon")], 2), a("dt-notice-content", e._g({ attrs: { "title-id": e.titleId, "content-id": e.contentId, title: e.title, role: e.role }, scopedSlots: e._u([{ key: "titleOverride", fn: function() {
434
434
  return [e._t("titleOverride")];
435
435
  }, proxy: !0 }], null, !0) }, e.$listeners), [e._t("default")], 2), a("dt-notice-action", e._g({ attrs: { "hide-close": e.hideClose, "close-button-props": e.closeButtonProps, "visually-hidden-close": e.visuallyHiddenClose, "visually-hidden-close-label": e.visuallyHiddenCloseLabel } }, e.$listeners), [e._t("action")], 2)], 1);
436
- }, Ra = [], Ba = /* @__PURE__ */ c(
436
+ }, Ma = [], Ba = /* @__PURE__ */ c(
437
437
  Aa,
438
- Ma,
439
438
  Ra,
439
+ Ma,
440
440
  !1,
441
441
  null,
442
442
  null,
@@ -446,7 +446,7 @@ var Ma = function() {
446
446
  const nc = Ba.exports, Pa = {
447
447
  name: "DtBanner",
448
448
  components: {
449
- DtNoticeIcon: Re,
449
+ DtNoticeIcon: Me,
450
450
  DtNoticeContent: Be,
451
451
  DtNoticeAction: Pe
452
452
  },
@@ -650,7 +650,7 @@ const rc = qa.exports, Ha = "d-breadcrumbs__item--selected", Wa = "d-breadcrumbs
650
650
  },
651
651
  computed: {
652
652
  linkKind() {
653
- return this.inverted ? ia : oa;
653
+ return this.inverted ? ra : sa;
654
654
  },
655
655
  ariaCurrent() {
656
656
  return this.selected ? "location" : void 0;
@@ -1059,7 +1059,7 @@ const oc = un.exports, fn = {
1059
1059
  }
1060
1060
  }), pn = {
1061
1061
  name: "ComboboxLoadingList",
1062
- components: { DtListItem: De, DtSkeleton: la }
1062
+ components: { DtListItem: De, DtSkeleton: ia }
1063
1063
  };
1064
1064
  var mn = function() {
1065
1065
  var e = this, a = e._self._c;
@@ -1702,17 +1702,17 @@ var An = function() {
1702
1702
  "max-height": e.maxHeight,
1703
1703
  "max-width": e.maxWidth
1704
1704
  }, attrs: { id: e.id, "aria-hidden": `${!e.isOpen}`, "aria-labelledby": e.labelledBy, "aria-label": e.ariaLabel, show: e.isOpen, "element-type": e.contentElementType, "data-qa": "dt-collapsible--content", tabindex: "-1", appear: "" }, on: { "after-leave": e.onLeaveTransitionComplete, "after-enter": e.onEnterTransitionComplete } }, e.$listeners), [e._t("content")], 2)], 1);
1705
- }, Mn = [], Rn = /* @__PURE__ */ c(
1705
+ }, Rn = [], Mn = /* @__PURE__ */ c(
1706
1706
  En,
1707
1707
  An,
1708
- Mn,
1708
+ Rn,
1709
1709
  !1,
1710
1710
  null,
1711
1711
  null,
1712
1712
  null,
1713
1713
  null
1714
1714
  );
1715
- const Bn = Rn.exports, Pn = ["row", "column"], Nn = (t) => t.term ? typeof t.term == "string" : !1, Fn = (t) => t.description ? typeof t.description == "string" : !1, qn = (t) => Array.isArray(t) ? t.every((e) => !(typeof e != "object" || !Nn(e) || !Fn(e))) : !1, Hn = {
1715
+ const Bn = Mn.exports, Pn = ["row", "column"], Nn = (t) => t.term ? typeof t.term == "string" : !1, Fn = (t) => t.description ? typeof t.description == "string" : !1, qn = (t) => Array.isArray(t) ? t.every((e) => !(typeof e != "object" || !Nn(e) || !Fn(e))) : !1, Hn = {
1716
1716
  name: "DtDescriptionList",
1717
1717
  props: {
1718
1718
  /**
@@ -1943,7 +1943,7 @@ const lc = Un.exports, Q = {
1943
1943
  appendTo: {
1944
1944
  type: [HTMLElement, String],
1945
1945
  default: "body",
1946
- validator: (t) => fe.includes(t) || t instanceof HTMLElement
1946
+ validator: (t) => he.includes(t) || t instanceof HTMLElement
1947
1947
  },
1948
1948
  /**
1949
1949
  * If set to false the dialog will display over top of the anchor when there is insufficient space.
@@ -2216,7 +2216,7 @@ const dc = Jn.exports, er = /* @__PURE__ */ function() {
2216
2216
  type: String,
2217
2217
  default: "top-start",
2218
2218
  validator(t) {
2219
- return ca.includes(t);
2219
+ return la.includes(t);
2220
2220
  }
2221
2221
  },
2222
2222
  /**
@@ -2226,7 +2226,7 @@ const dc = Jn.exports, er = /* @__PURE__ */ function() {
2226
2226
  padding: {
2227
2227
  type: String,
2228
2228
  default: "large",
2229
- validator: (t) => Object.keys(ea).some((e) => e === t)
2229
+ validator: (t) => Object.keys(da).some((e) => e === t)
2230
2230
  },
2231
2231
  /**
2232
2232
  * Displaces the content box from its anchor element
@@ -2282,7 +2282,7 @@ const dc = Jn.exports, er = /* @__PURE__ */ function() {
2282
2282
  appendTo: {
2283
2283
  type: [HTMLElement, String],
2284
2284
  default: "body",
2285
- validator: (t) => fe.includes(t) || t instanceof HTMLElement
2285
+ validator: (t) => he.includes(t) || t instanceof HTMLElement
2286
2286
  }
2287
2287
  },
2288
2288
  emits: [
@@ -2324,7 +2324,7 @@ var ar = function() {
2324
2324
  const cc = rr.exports, sr = {
2325
2325
  name: "DtImageViewer",
2326
2326
  components: {
2327
- Portal: ta,
2327
+ Portal: ea,
2328
2328
  DtButton: S,
2329
2329
  DtIcon: y
2330
2330
  },
@@ -3335,18 +3335,18 @@ const pc = $r.exports, Er = {
3335
3335
  return `radio-group-message-${t}-${e}-${this.id}`;
3336
3336
  }
3337
3337
  }
3338
- }, Ar = null, Mr = null;
3339
- var Rr = /* @__PURE__ */ c(
3338
+ }, Ar = null, Rr = null;
3339
+ var Mr = /* @__PURE__ */ c(
3340
3340
  Er,
3341
3341
  Ar,
3342
- Mr,
3342
+ Rr,
3343
3343
  !1,
3344
3344
  null,
3345
3345
  null,
3346
3346
  null,
3347
3347
  null
3348
3348
  );
3349
- const mc = Rr.exports, Br = {
3349
+ const mc = Mr.exports, Br = {
3350
3350
  name: "DtTabPanel",
3351
3351
  mixins: [Z],
3352
3352
  inject: ["groupContext"],
@@ -3934,8 +3934,8 @@ const At = es.exports, it = {
3934
3934
  ],
3935
3935
  data() {
3936
3936
  return {
3937
- LABEL_SIZE_MODIFIERS: ua,
3938
- DESCRIPTION_SIZE_MODIFIERS: fa,
3937
+ LABEL_SIZE_MODIFIERS: ca,
3938
+ DESCRIPTION_SIZE_MODIFIERS: ua,
3939
3939
  SELECT_SIZE_MODIFIERS: it,
3940
3940
  SELECT_STATE_MODIFIERS: ts
3941
3941
  };
@@ -4030,7 +4030,7 @@ var os = function() {
4030
4030
  const vc = ds.exports, cs = ["status", "alert"], ot = 6e3, us = {
4031
4031
  name: "DtToast",
4032
4032
  components: {
4033
- DtNoticeIcon: Re,
4033
+ DtNoticeIcon: Me,
4034
4034
  DtNoticeContent: Be,
4035
4035
  DtNoticeAction: Pe
4036
4036
  },
@@ -4664,8 +4664,8 @@ function B(t, e) {
4664
4664
  var a = h(t), n = h(e), r = a.getTime() - n.getTime();
4665
4665
  return r < 0 ? -1 : r > 0 ? 1 : r;
4666
4666
  }
4667
- var Ms = 6e4, Rs = 36e5;
4668
- function Mt(t, e) {
4667
+ var Rs = 6e4, Ms = 36e5;
4668
+ function Rt(t, e) {
4669
4669
  f(2, arguments);
4670
4670
  var a = oe(t), n = oe(e);
4671
4671
  return a.getTime() === n.getTime();
@@ -4717,12 +4717,12 @@ function Fe(t) {
4717
4717
  }
4718
4718
  function Ws(t, e, a) {
4719
4719
  f(2, arguments);
4720
- var n = Ne(t, e) / Rs;
4720
+ var n = Ne(t, e) / Ms;
4721
4721
  return Fe(a == null ? void 0 : a.roundingMethod)(n);
4722
4722
  }
4723
4723
  function Vs(t, e, a) {
4724
4724
  f(2, arguments);
4725
- var n = Ne(t, e) / Ms;
4725
+ var n = Ne(t, e) / Rs;
4726
4726
  return Fe(a == null ? void 0 : a.roundingMethod)(n);
4727
4727
  }
4728
4728
  function Us(t) {
@@ -4730,7 +4730,7 @@ function Us(t) {
4730
4730
  var e = h(t);
4731
4731
  return e.setHours(23, 59, 59, 999), e;
4732
4732
  }
4733
- function Rt(t) {
4733
+ function Mt(t) {
4734
4734
  f(1, arguments);
4735
4735
  var e = h(t), a = e.getMonth();
4736
4736
  return e.setFullYear(e.getFullYear(), a + 1, 0), e.setHours(23, 59, 59, 999), e;
@@ -4738,7 +4738,7 @@ function Rt(t) {
4738
4738
  function js(t) {
4739
4739
  f(1, arguments);
4740
4740
  var e = h(t);
4741
- return Us(e).getTime() === Rt(e).getTime();
4741
+ return Us(e).getTime() === Mt(e).getTime();
4742
4742
  }
4743
4743
  function Bt(t, e) {
4744
4744
  f(2, arguments);
@@ -5390,11 +5390,11 @@ var q = {
5390
5390
  return ht(i);
5391
5391
  case "XXXX":
5392
5392
  case "XX":
5393
- return R(i);
5393
+ return M(i);
5394
5394
  case "XXXXX":
5395
5395
  case "XXX":
5396
5396
  default:
5397
- return R(i, ":");
5397
+ return M(i, ":");
5398
5398
  }
5399
5399
  },
5400
5400
  // Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
@@ -5405,11 +5405,11 @@ var q = {
5405
5405
  return ht(i);
5406
5406
  case "xxxx":
5407
5407
  case "xx":
5408
- return R(i);
5408
+ return M(i);
5409
5409
  case "xxxxx":
5410
5410
  case "xxx":
5411
5411
  default:
5412
- return R(i, ":");
5412
+ return M(i, ":");
5413
5413
  }
5414
5414
  },
5415
5415
  // Timezone (GMT)
@@ -5422,7 +5422,7 @@ var q = {
5422
5422
  return "GMT" + ft(i, ":");
5423
5423
  case "OOOO":
5424
5424
  default:
5425
- return "GMT" + R(i, ":");
5425
+ return "GMT" + M(i, ":");
5426
5426
  }
5427
5427
  },
5428
5428
  // Timezone (specific non-location)
@@ -5435,7 +5435,7 @@ var q = {
5435
5435
  return "GMT" + ft(i, ":");
5436
5436
  case "zzzz":
5437
5437
  default:
5438
- return "GMT" + R(i, ":");
5438
+ return "GMT" + M(i, ":");
5439
5439
  }
5440
5440
  },
5441
5441
  // Seconds timestamp
@@ -5461,9 +5461,9 @@ function ht(t, e) {
5461
5461
  var a = t > 0 ? "-" : "+";
5462
5462
  return a + b(Math.abs(t) / 60, 2);
5463
5463
  }
5464
- return R(t, e);
5464
+ return M(t, e);
5465
5465
  }
5466
- function R(t, e) {
5466
+ function M(t, e) {
5467
5467
  var a = e || "", n = t > 0 ? "-" : "+", r = Math.abs(t), s = b(Math.floor(r / 60), 2), i = b(r % 60, 2);
5468
5468
  return n + s + a + i;
5469
5469
  }
@@ -5812,7 +5812,7 @@ function z(t) {
5812
5812
  var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = a.width, r = n && t.matchPatterns[n] || t.matchPatterns[t.defaultMatchWidth], s = e.match(r);
5813
5813
  if (!s)
5814
5814
  return null;
5815
- var i = s[0], o = n && t.parsePatterns[n] || t.parsePatterns[t.defaultParseWidth], d = Array.isArray(o) ? Mi(o, function(l) {
5815
+ var i = s[0], o = n && t.parsePatterns[n] || t.parsePatterns[t.defaultParseWidth], d = Array.isArray(o) ? Ri(o, function(l) {
5816
5816
  return l.test(i);
5817
5817
  }) : Ai(o, function(l) {
5818
5818
  return l.test(i);
@@ -5830,12 +5830,12 @@ function Ai(t, e) {
5830
5830
  if (t.hasOwnProperty(a) && e(t[a]))
5831
5831
  return a;
5832
5832
  }
5833
- function Mi(t, e) {
5833
+ function Ri(t, e) {
5834
5834
  for (var a = 0; a < t.length; a++)
5835
5835
  if (e(t[a]))
5836
5836
  return a;
5837
5837
  }
5838
- function Ri(t) {
5838
+ function Mi(t) {
5839
5839
  return function(e) {
5840
5840
  var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = e.match(t.matchPattern);
5841
5841
  if (!n)
@@ -5894,7 +5894,7 @@ var Bi = /^(\d+)(th|st|nd|rd)?/i, Pi = /\d+/i, Ni = {
5894
5894
  night: /night/i
5895
5895
  }
5896
5896
  }, zi = {
5897
- ordinalNumber: Ri({
5897
+ ordinalNumber: Mi({
5898
5898
  matchPattern: Bi,
5899
5899
  parsePattern: Pi,
5900
5900
  valueCallback: function(e) {
@@ -5951,12 +5951,12 @@ var Qi = {
5951
5951
  const qe = Qi;
5952
5952
  var Xi = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Zi = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Ji = /^'([^]*?)'?$/, eo = /''/g, to = /[a-zA-Z]/;
5953
5953
  function Ht(t, e, a) {
5954
- var n, r, s, i, o, d, u, g, l, m, p, _, I, k, D, F, M, _e;
5954
+ var n, r, s, i, o, d, u, g, l, m, p, _, I, k, D, F, R, _e;
5955
5955
  f(2, arguments);
5956
5956
  var Kt = String(e), U = N(), j = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : U.locale) !== null && n !== void 0 ? n : qe, be = v((s = (i = (o = (d = a == null ? void 0 : a.firstWeekContainsDate) !== null && d !== void 0 ? d : a == null || (u = a.locale) === null || u === void 0 || (g = u.options) === null || g === void 0 ? void 0 : g.firstWeekContainsDate) !== null && o !== void 0 ? o : U.firstWeekContainsDate) !== null && i !== void 0 ? i : (l = U.locale) === null || l === void 0 || (m = l.options) === null || m === void 0 ? void 0 : m.firstWeekContainsDate) !== null && s !== void 0 ? s : 1);
5957
5957
  if (!(be >= 1 && be <= 7))
5958
5958
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
5959
- var ve = v((p = (_ = (I = (k = a == null ? void 0 : a.weekStartsOn) !== null && k !== void 0 ? k : a == null || (D = a.locale) === null || D === void 0 || (F = D.options) === null || F === void 0 ? void 0 : F.weekStartsOn) !== null && I !== void 0 ? I : U.weekStartsOn) !== null && _ !== void 0 ? _ : (M = U.locale) === null || M === void 0 || (_e = M.options) === null || _e === void 0 ? void 0 : _e.weekStartsOn) !== null && p !== void 0 ? p : 0);
5959
+ var ve = v((p = (_ = (I = (k = a == null ? void 0 : a.weekStartsOn) !== null && k !== void 0 ? k : a == null || (D = a.locale) === null || D === void 0 || (F = D.options) === null || F === void 0 ? void 0 : F.weekStartsOn) !== null && I !== void 0 ? I : U.weekStartsOn) !== null && _ !== void 0 ? _ : (R = U.locale) === null || R === void 0 || (_e = R.options) === null || _e === void 0 ? void 0 : _e.weekStartsOn) !== null && p !== void 0 ? p : 0);
5960
5960
  if (!(ve >= 0 && ve <= 6))
5961
5961
  throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
5962
5962
  if (!j.localize)
@@ -6045,8 +6045,8 @@ function io(t, e, a) {
6045
6045
  var D = Math.round(p / Ce);
6046
6046
  return i.formatDistance("xMonths", D, d);
6047
6047
  } else {
6048
- var F = _ % 12, M = Math.floor(_ / 12);
6049
- return F < 3 ? i.formatDistance("aboutXYears", M, d) : F < 9 ? i.formatDistance("overXYears", M, d) : i.formatDistance("almostXYears", M + 1, d);
6048
+ var F = _ % 12, R = Math.floor(_ / 12);
6049
+ return F < 3 ? i.formatDistance("aboutXYears", R, d) : F < 9 ? i.formatDistance("overXYears", R, d) : i.formatDistance("almostXYears", R + 1, d);
6050
6050
  }
6051
6051
  }
6052
6052
  var oo = ["years", "months", "weeks", "days", "hours", "minutes", "seconds"];
@@ -6140,7 +6140,7 @@ function go(t) {
6140
6140
  return f(1, arguments), po(t, Date.now());
6141
6141
  }
6142
6142
  function _o(t) {
6143
- return f(1, arguments), Mt(t, Date.now());
6143
+ return f(1, arguments), Rt(t, Date.now());
6144
6144
  }
6145
6145
  function bo(t, e) {
6146
6146
  f(2, arguments);
@@ -6148,7 +6148,7 @@ function bo(t, e) {
6148
6148
  return V(t, -a);
6149
6149
  }
6150
6150
  function vo(t) {
6151
- return f(1, arguments), Mt(t, bo(Date.now(), 1));
6151
+ return f(1, arguments), Rt(t, bo(Date.now(), 1));
6152
6152
  }
6153
6153
  function yo(t, e) {
6154
6154
  f(2, arguments);
@@ -6201,7 +6201,7 @@ const Ut = 0, Co = "MMMM", So = "long", xe = (t) => t ? new Date(t) : /* @__PURE
6201
6201
  return He(o);
6202
6202
  }, Lo = (t) => {
6203
6203
  const e = new Date(t), a = ce(e);
6204
- let r = Rt(Vt(e, 1));
6204
+ let r = Mt(Vt(e, 1));
6205
6205
  for (; ce(r) !== a; )
6206
6206
  r = V(r, -1);
6207
6207
  return He(r);
@@ -6374,7 +6374,7 @@ var Eo = function() {
6374
6374
  return e.handleKeyDown(n);
6375
6375
  } } }, [a("dt-icon", { attrs: { name: "chevrons-right", size: "200" } })], 1)];
6376
6376
  }, proxy: !0 }]) })], 1)], 1);
6377
- }, Ao = [], Mo = /* @__PURE__ */ c(
6377
+ }, Ao = [], Ro = /* @__PURE__ */ c(
6378
6378
  $o,
6379
6379
  Eo,
6380
6380
  Ao,
@@ -6384,7 +6384,7 @@ var Eo = function() {
6384
6384
  null,
6385
6385
  null
6386
6386
  );
6387
- const Ro = Mo.exports, Bo = {
6387
+ const Mo = Ro.exports, Bo = {
6388
6388
  name: "DtDatepickerCalendar",
6389
6389
  components: { DtButton: S },
6390
6390
  props: {
@@ -6539,7 +6539,7 @@ var Po = function() {
6539
6539
  );
6540
6540
  const qo = Fo.exports, Ho = {
6541
6541
  name: "DtDatepicker",
6542
- components: { DtStack: Oe, MonthYearPicker: Ro, Calendar: qo },
6542
+ components: { DtStack: Oe, MonthYearPicker: Mo, Calendar: qo },
6543
6543
  props: {
6544
6544
  /**
6545
6545
  * Label for the previous month button
@@ -6806,7 +6806,7 @@ const jo = {
6806
6806
  contentWidth: {
6807
6807
  type: String,
6808
6808
  default: null,
6809
- validator: (t) => aa.includes(t)
6809
+ validator: (t) => fa.includes(t)
6810
6810
  },
6811
6811
  /**
6812
6812
  * If the list should be shown by pressing up or down arrow key on the input element.
@@ -6868,7 +6868,7 @@ const jo = {
6868
6868
  appendTo: {
6869
6869
  type: [HTMLElement, String],
6870
6870
  default: "body",
6871
- validator: (t) => fe.includes(t) || t instanceof HTMLElement
6871
+ validator: (t) => he.includes(t) || t instanceof HTMLElement
6872
6872
  },
6873
6873
  /**
6874
6874
  * Named transition when the content display is toggled.
@@ -7160,7 +7160,7 @@ const Go = zo.exports, Qo = {
7160
7160
  appendTo: {
7161
7161
  type: [HTMLElement, String],
7162
7162
  default: "body",
7163
- validator: (t) => fe.includes(t) || t instanceof HTMLElement
7163
+ validator: (t) => he.includes(t) || t instanceof HTMLElement
7164
7164
  },
7165
7165
  /**
7166
7166
  * Named transition when the content display is toggled.
@@ -7772,7 +7772,7 @@ var dl = function() {
7772
7772
  const Ec = ul.exports, fl = {
7773
7773
  name: "DtRecipeContactInfo",
7774
7774
  components: {
7775
- DtAvatar: he,
7775
+ DtAvatar: fe,
7776
7776
  DtItemLayout: Ct
7777
7777
  },
7778
7778
  /* inheritAttrs: false is generally an option we want to set on library
@@ -7950,7 +7950,7 @@ var bl = function() {
7950
7950
  null,
7951
7951
  null
7952
7952
  );
7953
- const Mc = yl.exports, We = "promptmenu", Ve = "promptcollect", Ue = "promptplay", je = "gotoexpert", ge = "goto", Ye = "branch", Ke = "transfer", ze = "hangup", wl = {
7953
+ const Rc = yl.exports, We = "promptmenu", Ve = "promptcollect", Ue = "promptplay", je = "gotoexpert", ge = "goto", Ye = "branch", Ke = "transfer", ze = "hangup", wl = {
7954
7954
  [We]: "keypad",
7955
7955
  [Ve]: "dialer",
7956
7956
  [Ue]: "volume-2",
@@ -7959,7 +7959,7 @@ const Mc = yl.exports, We = "promptmenu", Ve = "promptcollect", Ue = "promptplay
7959
7959
  [ge]: "call-merge",
7960
7960
  [Ke]: "transfer",
7961
7961
  [ze]: "phone-hang-up"
7962
- }, Rc = {
7962
+ }, Mc = {
7963
7963
  [We]: "Menu",
7964
7964
  [Ve]: "Collect",
7965
7965
  [Ue]: "Play",
@@ -8176,7 +8176,7 @@ var El = function() {
8176
8176
  }, proxy: !0 }], null, !1, 3418040308) }, e.$listeners), [e._t("default")], 2) : a("dt-button", e._g({ staticClass: "settings-menu-button", attrs: { importance: "clear", kind: "inverted", "aria-label": e.ariaLabel }, scopedSlots: e._u([{ key: "icon", fn: function() {
8177
8177
  return [a("dt-icon", { attrs: { name: "more-vertical", size: "300" } })];
8178
8178
  }, proxy: !0 }]) }, e.$listeners));
8179
- }, Al = [], Ml = /* @__PURE__ */ c(
8179
+ }, Al = [], Rl = /* @__PURE__ */ c(
8180
8180
  $l,
8181
8181
  El,
8182
8182
  Al,
@@ -8186,7 +8186,7 @@ var El = function() {
8186
8186
  null,
8187
8187
  null
8188
8188
  );
8189
- const Nc = Ml.exports, w = {
8189
+ const Nc = Rl.exports, w = {
8190
8190
  INBOX: "inbox",
8191
8191
  CONTACTS: "contacts",
8192
8192
  CHANNELS: "channels",
@@ -8199,7 +8199,7 @@ const Nc = Ml.exports, w = {
8199
8199
  DIALBOT: "dialbot",
8200
8200
  ASSIGNED: "assigned",
8201
8201
  DIGITAL: "digital"
8202
- }, Rl = {
8202
+ }, Ml = {
8203
8203
  [w.INBOX]: "inbox",
8204
8204
  [w.CONTACTS]: "contacts",
8205
8205
  [w.CHANNELS]: "hash",
@@ -8255,7 +8255,7 @@ const Nc = Ml.exports, w = {
8255
8255
  return this.type === w.DIALBOT;
8256
8256
  },
8257
8257
  getIconName() {
8258
- return Rl[this.type];
8258
+ return Ml[this.type];
8259
8259
  },
8260
8260
  contactCenterIconClasses() {
8261
8261
  return [
@@ -8289,7 +8289,7 @@ const Wl = Hl.exports, Vl = {
8289
8289
  name: "DtRecipeGeneralRow",
8290
8290
  components: {
8291
8291
  DtEmojiTextWrapper: Ae,
8292
- DtBadge: Me,
8292
+ DtBadge: Re,
8293
8293
  DtIcon: y,
8294
8294
  DtButton: S,
8295
8295
  DtTooltip: ee,
@@ -8625,7 +8625,7 @@ var zl = function() {
8625
8625
  const Fc = Ql.exports, Xl = {
8626
8626
  name: "DtRecipeContactRow",
8627
8627
  components: {
8628
- DtAvatar: he,
8628
+ DtAvatar: fe,
8629
8629
  DtRecipeGeneralRow: Yt,
8630
8630
  DtEmojiTextWrapper: Ae
8631
8631
  },
@@ -8852,10 +8852,10 @@ const Hc = id.exports, _t = {
8852
8852
  }, re = "NORMAL", od = {
8853
8853
  name: "DtRecipeFeedItemRow",
8854
8854
  components: {
8855
- DtAvatar: he,
8855
+ DtAvatar: fe,
8856
8856
  DtLazyShow: $e,
8857
8857
  DtListItem: De,
8858
- DtBadge: Me
8858
+ DtBadge: Re
8859
8859
  },
8860
8860
  mixins: [Z],
8861
8861
  inheritAttrs: !1,
@@ -9195,7 +9195,7 @@ const Uc = bd.exports, vd = [
9195
9195
  "num"
9196
9196
  ], yd = {
9197
9197
  name: "DtRecipeEmojiRow",
9198
- components: { DtTooltip: ee, DtButton: S, DtEmoji: da, DtEmojiTextWrapper: Ae },
9198
+ components: { DtTooltip: ee, DtButton: S, DtEmoji: oa, DtEmojiTextWrapper: Ae },
9199
9199
  mixins: [],
9200
9200
  props: {
9201
9201
  /**
@@ -9349,7 +9349,7 @@ var Ld = function() {
9349
9349
  null,
9350
9350
  null
9351
9351
  );
9352
- const Ad = Ed.exports, Md = 64, Rd = {
9352
+ const Ad = Ed.exports, Rd = 64, Md = {
9353
9353
  name: "DtRecipeAttachmentCarousel",
9354
9354
  components: {
9355
9355
  DtButton: S,
@@ -9435,7 +9435,7 @@ const Ad = Ed.exports, Md = 64, Rd = {
9435
9435
  }
9436
9436
  },
9437
9437
  removeMediaItem(t) {
9438
- this.showRightArrow = this.$refs.carousel.scrollWidth > this.$refs.carousel.clientWidth + Md, this.$emit("remove-media", t);
9438
+ this.showRightArrow = this.$refs.carousel.scrollWidth > this.$refs.carousel.clientWidth + Rd, this.$emit("remove-media", t);
9439
9439
  },
9440
9440
  closeButton(t, e) {
9441
9441
  this.showCloseButton[e] = t;
@@ -9470,7 +9470,7 @@ var Bd = function() {
9470
9470
  return [a("dt-icon", { attrs: { name: "arrow-right", size: "100" } })];
9471
9471
  }, proxy: !0 }]) })], 1);
9472
9472
  }, Pd = [], Nd = /* @__PURE__ */ c(
9473
- Rd,
9473
+ Md,
9474
9474
  Bd,
9475
9475
  Pd,
9476
9476
  !1,
@@ -9489,7 +9489,7 @@ const Yc = Nd.exports, Fd = [
9489
9489
  ], qd = "https://", Hd = {
9490
9490
  name: "DtRecipeEditor",
9491
9491
  components: {
9492
- DtRichTextEditor: na,
9492
+ DtRichTextEditor: ta,
9493
9493
  DtButton: S,
9494
9494
  DtIcon: y,
9495
9495
  DtPopover: J,
@@ -9546,7 +9546,7 @@ const Yc = Nd.exports, Fd = [
9546
9546
  type: [Boolean, String, Number],
9547
9547
  default: !1,
9548
9548
  validator(t) {
9549
- return typeof t == "string" ? ra.includes(t) : !0;
9549
+ return typeof t == "string" ? aa.includes(t) : !0;
9550
9550
  }
9551
9551
  },
9552
9552
  /**
@@ -9676,6 +9676,13 @@ const Yc = Nd.exports, Fd = [
9676
9676
  type: Boolean,
9677
9677
  default: !0
9678
9678
  },
9679
+ /**
9680
+ * Show button to handle quick replies
9681
+ */
9682
+ showQuickRepliesButton: {
9683
+ type: Boolean,
9684
+ default: !0
9685
+ },
9679
9686
  /**
9680
9687
  * Show add link default config.
9681
9688
  */
@@ -9706,7 +9713,13 @@ const Yc = Nd.exports, Fd = [
9706
9713
  * @event input
9707
9714
  * @type {String|JSON}
9708
9715
  */
9709
- "input"
9716
+ "input",
9717
+ /**
9718
+ * Quick replies button
9719
+ * pressed event
9720
+ * @event quick-replies-click
9721
+ */
9722
+ "quick-replies-click"
9710
9723
  ],
9711
9724
  data() {
9712
9725
  return {
@@ -9725,7 +9738,7 @@ const Yc = Nd.exports, Fd = [
9725
9738
  return this.internalInputValue.length;
9726
9739
  },
9727
9740
  htmlOutputFormat() {
9728
- return sa[2];
9741
+ return na[2];
9729
9742
  },
9730
9743
  showingTextFormatButtons() {
9731
9744
  return this.showBoldButton || this.showItalicsButton || this.showStrikeButton || this.showUnderlineButton;
@@ -9773,7 +9786,8 @@ const Yc = Nd.exports, Fd = [
9773
9786
  individualButtons() {
9774
9787
  return [
9775
9788
  { showBtn: this.showQuoteButton, selector: "blockquote", iconName: "quote", dataQA: "dt-editor-blockquote-btn", tooltipMessage: "Quote", onClick: this.onBlockquoteToggle },
9776
- { showBtn: this.showCodeBlockButton, selector: "codeBlock", iconName: "code-block", dataQA: "dt-editor-code-block-btn", tooltipMessage: "Code", onClick: this.onCodeBlockToggle }
9789
+ { showBtn: this.showCodeBlockButton, selector: "codeBlock", iconName: "code-block", dataQA: "dt-editor-code-block-btn", tooltipMessage: "Code", onClick: this.onCodeBlockToggle },
9790
+ { showBtn: this.showQuickRepliesButton, selector: "quickReplies", iconName: "lightning-bolt", dataQA: "dt-editor-quick-replies-btn", tooltipMessage: "Quick Replies", onClick: this.onQuickRepliesClick }
9777
9791
  ].filter((t) => t.showBtn);
9778
9792
  },
9779
9793
  linkButton() {
@@ -9854,6 +9868,9 @@ const Yc = Nd.exports, Fd = [
9854
9868
  var t;
9855
9869
  (t = this.$refs.richTextEditor) == null || t.editor.chain().focus().toggleCodeBlock().run();
9856
9870
  },
9871
+ onQuickRepliesClick() {
9872
+ this.$emit("quick-replies-click");
9873
+ },
9857
9874
  onBlockquoteToggle() {
9858
9875
  var t;
9859
9876
  (t = this.$refs.richTextEditor) == null || t.editor.chain().focus().toggleBlockquote().run();
@@ -9930,7 +9947,7 @@ const Kc = Ud.exports, vt = {
9930
9947
  critical: "dt-recipe-callbox--border-critical"
9931
9948
  }, jd = {
9932
9949
  name: "DtRecipeCallbox",
9933
- components: { DtBadge: Me, DtAvatar: he },
9950
+ components: { DtBadge: Re, DtAvatar: fe },
9934
9951
  inheritAttrs: !1,
9935
9952
  props: {
9936
9953
  /**
@@ -10106,11 +10123,11 @@ export {
10106
10123
  Wa as BREADCRUMBS_INVERTED_MODIFIER,
10107
10124
  Ha as BREADCRUMB_ITEM_SELECTED_MODIFIER,
10108
10125
  tt as BUTTON_GROUP_ALIGNMENT,
10109
- yu as BUTTON_ICON_SIZES,
10110
- wu as BUTTON_IMPORTANCE_MODIFIERS,
10111
- Cu as BUTTON_KIND_MODIFIERS,
10112
- Su as BUTTON_SIZE_MODIFIERS,
10113
- ku as BUTTON_TYPES,
10126
+ mu as BUTTON_ICON_SIZES,
10127
+ gu as BUTTON_IMPORTANCE_MODIFIERS,
10128
+ _u as BUTTON_KIND_MODIFIERS,
10129
+ bu as BUTTON_SIZE_MODIFIERS,
10130
+ vu as BUTTON_TYPES,
10114
10131
  jt as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
10115
10132
  vt as CALLBOX_BADGE_COLORS,
10116
10133
  yt as CALLBOX_BORDER_COLORS,
@@ -10121,15 +10138,15 @@ export {
10121
10138
  Zo as CHIP_TOP_POSITION,
10122
10139
  gl as COLOR_CODES,
10123
10140
  re as DEFAULT_FEED_ROW_STATE,
10124
- zu as DEFAULT_VALIDATION_MESSAGE_TYPE,
10125
- Gu as DESCRIPTION_SIZE_TYPES,
10141
+ Vu as DEFAULT_VALIDATION_MESSAGE_TYPE,
10142
+ Uu as DESCRIPTION_SIZE_TYPES,
10126
10143
  Q as DROPDOWN_PADDING_CLASSES,
10127
10144
  Pn as DT_DESCRIPTION_LIST_DIRECTION,
10128
10145
  lu as DT_STACK_DIRECTION,
10129
10146
  Jt as DT_STACK_GAP,
10130
10147
  du as DT_STACK_RESPONSIVE_BREAKPOINTS,
10131
- he as DtAvatar,
10132
- Me as DtBadge,
10148
+ fe as DtAvatar,
10149
+ Re as DtBadge,
10133
10150
  rc as DtBanner,
10134
10151
  Ka as DtBreadcrumbItem,
10135
10152
  sc as DtBreadcrumbs,
@@ -10166,7 +10183,7 @@ export {
10166
10183
  nc as DtNotice,
10167
10184
  Pe as DtNoticeAction,
10168
10185
  Be as DtNoticeContent,
10169
- Re as DtNoticeIcon,
10186
+ Me as DtNoticeIcon,
10170
10187
  hc as DtPagination,
10171
10188
  J as DtPopover,
10172
10189
  cu as DtPresence,
@@ -10190,18 +10207,18 @@ export {
10190
10207
  Bc as DtRecipeIvrNode,
10191
10208
  Nc as DtRecipeSettingsMenuButton,
10192
10209
  Uc as DtRecipeTimePill,
10193
- Mc as DtRecipeTopBannerInfo,
10210
+ Rc as DtRecipeTopBannerInfo,
10194
10211
  Hc as DtRecipeUnreadPill,
10195
10212
  kc as DtRootLayout,
10196
10213
  vc as DtSelectMenu,
10197
- la as DtSkeleton,
10198
- Iu as DtSkeletonListItem,
10199
- xu as DtSkeletonParagraph,
10200
- Tu as DtSkeletonShape,
10201
- Du as DtSkeletonText,
10214
+ ia as DtSkeleton,
10215
+ yu as DtSkeletonListItem,
10216
+ wu as DtSkeletonParagraph,
10217
+ Cu as DtSkeletonShape,
10218
+ Su as DtSkeletonText,
10202
10219
  Oe as DtStack,
10203
- Ou as DtTab,
10204
- Lu as DtTabGroup,
10220
+ ku as DtTab,
10221
+ Iu as DtTabGroup,
10205
10222
  gc as DtTabPanel,
10206
10223
  yc as DtToast,
10207
10224
  wc as DtToggle,
@@ -10209,17 +10226,17 @@ export {
10209
10226
  W as DtValidationMessages,
10210
10227
  bt as FEED_ITEM_PILL_BORDER_COLORS,
10211
10228
  _t as FEED_ROW_STATE_BACKGROUND_COLOR,
10212
- $u as ICON_POSITION_MODIFIERS,
10213
- Eu as ICON_SIZE_MODIFIERS,
10214
- Au as INPUT_SIZES,
10215
- Mu as INPUT_TYPES,
10216
- Ru as INVALID_COMBINATION,
10229
+ xu as ICON_POSITION_MODIFIERS,
10230
+ Tu as ICON_SIZE_MODIFIERS,
10231
+ Du as INPUT_SIZES,
10232
+ Ou as INPUT_TYPES,
10233
+ Lu as INVALID_COMBINATION,
10217
10234
  Ye as IVR_NODE_BRANCH,
10218
10235
  je as IVR_NODE_EXPERT,
10219
10236
  ge as IVR_NODE_GO_TO,
10220
10237
  ze as IVR_NODE_HANGUP,
10221
10238
  wl as IVR_NODE_ICON_TYPES,
10222
- Rc as IVR_NODE_LABELS,
10239
+ Mc as IVR_NODE_LABELS,
10223
10240
  Ve as IVR_NODE_PROMPT_COLLECT,
10224
10241
  We as IVR_NODE_PROMPT_MENU,
10225
10242
  Ue as IVR_NODE_PROMPT_PLAY,
@@ -10227,11 +10244,11 @@ export {
10227
10244
  $t as LABEL_SIZES,
10228
10245
  ue as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
10229
10246
  Bl as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
10230
- Rl as LEFTBAR_GENERAL_ROW_ICON_MAPPING,
10247
+ Ml as LEFTBAR_GENERAL_ROW_ICON_MAPPING,
10231
10248
  Pl as LEFTBAR_GENERAL_ROW_ICON_SIZES,
10232
10249
  w as LEFTBAR_GENERAL_ROW_TYPES,
10233
- Bu as LINK_KIND_MODIFIERS,
10234
- Pu as LINK_VARIANTS,
10250
+ $u as LINK_KIND_MODIFIERS,
10251
+ Eu as LINK_VARIANTS,
10235
10252
  ye as LIST_ITEM_NAVIGATION_TYPES,
10236
10253
  uu as LIST_ITEM_TYPES,
10237
10254
  rt as MODAL_BANNER_KINDS,
@@ -10240,16 +10257,16 @@ export {
10240
10257
  Qo as MULTI_SELECT_SIZES,
10241
10258
  te as NOTICE_KINDS,
10242
10259
  va as NOTICE_ROLES,
10243
- fe as POPOVER_APPEND_TO_VALUES,
10244
- aa as POPOVER_CONTENT_WIDTHS,
10245
- fu as POPOVER_DIRECTIONS,
10246
- hu as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
10247
- pu as POPOVER_INITIAL_FOCUS_STRINGS,
10248
- ea as POPOVER_PADDING_CLASSES,
10249
- mu as POPOVER_ROLES,
10250
- gu as POPOVER_STICKY_VALUES,
10251
- _u as PRESENCE_STATES,
10252
- bu as PRESENCE_STATES_LIST,
10260
+ he as POPOVER_APPEND_TO_VALUES,
10261
+ fa as POPOVER_CONTENT_WIDTHS,
10262
+ ju as POPOVER_DIRECTIONS,
10263
+ Yu as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
10264
+ Ku as POPOVER_INITIAL_FOCUS_STRINGS,
10265
+ da as POPOVER_PADDING_CLASSES,
10266
+ zu as POPOVER_ROLES,
10267
+ Gu as POPOVER_STICKY_VALUES,
10268
+ fu as PRESENCE_STATES,
10269
+ hu as PRESENCE_STATES_LIST,
10253
10270
  Tr as RADIO_INPUT_VALIDATION_CLASSES,
10254
10271
  vd as REACTIONS_ATTRIBUTES,
10255
10272
  Is as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
@@ -10259,21 +10276,21 @@ export {
10259
10276
  Cc as SHORTCUTS_ALIASES_LIST,
10260
10277
  G as SHORTCUTS_ICON_ALIASES,
10261
10278
  ys as SHORTCUTS_ICON_SEPARATOR,
10262
- Nu as SKELETON_HEADING_HEIGHTS,
10263
- Fu as SKELETON_RIPPLE_DURATION,
10264
- qu as SKELETON_SHAPES,
10265
- Hu as SKELETON_SHAPE_SIZES,
10266
- Wu as SKELETON_TEXT_TYPES,
10267
- Vu as TAB_IMPORTANCE_MODIFIERS,
10268
- Uu as TAB_LIST_IMPORTANCE_MODIFIERS,
10269
- ju as TAB_LIST_KIND_MODIFIERS,
10270
- Yu as TAB_LIST_SIZES,
10279
+ Au as SKELETON_HEADING_HEIGHTS,
10280
+ Ru as SKELETON_RIPPLE_DURATION,
10281
+ Mu as SKELETON_SHAPES,
10282
+ Bu as SKELETON_SHAPE_SIZES,
10283
+ Pu as SKELETON_TEXT_TYPES,
10284
+ Nu as TAB_IMPORTANCE_MODIFIERS,
10285
+ Fu as TAB_LIST_IMPORTANCE_MODIFIERS,
10286
+ qu as TAB_LIST_KIND_MODIFIERS,
10287
+ Hu as TAB_LIST_SIZES,
10271
10288
  ot as TOAST_MIN_DURATION,
10272
10289
  cs as TOAST_ROLES,
10273
10290
  ms as TOGGLE_CHECKED_VALUES,
10274
10291
  lt as TOGGLE_SIZE_MODIFIERS,
10275
10292
  Qe as TOOLTIP_DELAY_MS,
10276
- ca as TOOLTIP_DIRECTIONS,
10293
+ la as TOOLTIP_DIRECTIONS,
10277
10294
  Qu as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
10278
10295
  Xu as TOOLTIP_KIND_MODIFIERS,
10279
10296
  Zu as TOOLTIP_STICKY_VALUES,