@dialpad/dialtone 9.133.0 → 9.135.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 (107) hide show
  1. package/dist/css/dialtone-default-theme.css +92 -54
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +92 -54
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/css/tokens-docs.json +1 -1
  6. package/dist/tokens/doc.json +42748 -42748
  7. package/dist/vue2/common/emoji/index.cjs +1 -1
  8. package/dist/vue2/common/emoji/index.cjs.map +1 -1
  9. package/dist/vue2/common/emoji/index.js +46 -39
  10. package/dist/vue2/common/emoji/index.js.map +1 -1
  11. package/dist/vue2/component-documentation.json +1 -1
  12. package/dist/vue2/dialtone-vue.cjs +1 -1
  13. package/dist/vue2/dialtone-vue.js +360 -359
  14. package/dist/vue2/lib/avatar/utils.cjs +1 -1
  15. package/dist/vue2/lib/avatar/utils.cjs.map +1 -1
  16. package/dist/vue2/lib/avatar/utils.js +6 -5
  17. package/dist/vue2/lib/avatar/utils.js.map +1 -1
  18. package/dist/vue2/lib/emoji-row/emoji-row.cjs +1 -1
  19. package/dist/vue2/lib/emoji-row/emoji-row.cjs.map +1 -1
  20. package/dist/vue2/lib/emoji-row/emoji-row.js +34 -32
  21. package/dist/vue2/lib/emoji-row/emoji-row.js.map +1 -1
  22. package/dist/vue2/lib/message-input/message-input.cjs +1 -1
  23. package/dist/vue2/lib/message-input/message-input.cjs.map +1 -1
  24. package/dist/vue2/lib/message-input/message-input.js +4 -4
  25. package/dist/vue2/lib/message-input/message-input.js.map +1 -1
  26. package/dist/vue2/lib/modal/modal.cjs +1 -1
  27. package/dist/vue2/lib/modal/modal.cjs.map +1 -1
  28. package/dist/vue2/lib/modal/modal.js +25 -25
  29. package/dist/vue2/lib/modal/modal.js.map +1 -1
  30. package/dist/vue2/lib/tooltip-directive/tooltip.cjs +1 -1
  31. package/dist/vue2/lib/tooltip-directive/tooltip.cjs.map +1 -1
  32. package/dist/vue2/lib/tooltip-directive/tooltip.js +59 -29
  33. package/dist/vue2/lib/tooltip-directive/tooltip.js.map +1 -1
  34. package/dist/vue2/localization/en-US.cjs +14 -1
  35. package/dist/vue2/localization/en-US.cjs.map +1 -1
  36. package/dist/vue2/localization/en-US.js +14 -1
  37. package/dist/vue2/localization/en-US.js.map +1 -1
  38. package/dist/vue2/localization/es-LA.cjs +8 -1
  39. package/dist/vue2/localization/es-LA.cjs.map +1 -1
  40. package/dist/vue2/localization/es-LA.js +8 -1
  41. package/dist/vue2/localization/es-LA.js.map +1 -1
  42. package/dist/vue2/types/common/emoji/index.d.ts +1 -0
  43. package/dist/vue2/types/common/emoji/index.d.ts.map +1 -1
  44. package/dist/vue2/types/components/avatar/utils.d.ts +1 -1
  45. package/dist/vue2/types/components/avatar/utils.d.ts.map +1 -1
  46. package/dist/vue2/types/components/modal/modal.vue.d.ts.map +1 -1
  47. package/dist/vue2/types/directives/tooltip_directive/tooltip.d.ts.map +1 -1
  48. package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  49. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  50. package/dist/vue3/common/emoji/index.cjs +1 -1
  51. package/dist/vue3/common/emoji/index.cjs.map +1 -1
  52. package/dist/vue3/common/emoji/index.js +46 -39
  53. package/dist/vue3/common/emoji/index.js.map +1 -1
  54. package/dist/vue3/component-documentation.json +1 -1
  55. package/dist/vue3/dialtone-vue.cjs +1 -1
  56. package/dist/vue3/dialtone-vue.js +363 -362
  57. package/dist/vue3/lib/avatar/utils.cjs +1 -1
  58. package/dist/vue3/lib/avatar/utils.cjs.map +1 -1
  59. package/dist/vue3/lib/avatar/utils.js +6 -5
  60. package/dist/vue3/lib/avatar/utils.js.map +1 -1
  61. package/dist/vue3/lib/emoji-row/emoji-row.cjs +1 -1
  62. package/dist/vue3/lib/emoji-row/emoji-row.cjs.map +1 -1
  63. package/dist/vue3/lib/emoji-row/emoji-row.js +50 -39
  64. package/dist/vue3/lib/emoji-row/emoji-row.js.map +1 -1
  65. package/dist/vue3/lib/emoji-text-wrapper/emoji-text-wrapper.cjs +1 -1
  66. package/dist/vue3/lib/emoji-text-wrapper/emoji-text-wrapper.cjs.map +1 -1
  67. package/dist/vue3/lib/emoji-text-wrapper/emoji-text-wrapper.js +1 -0
  68. package/dist/vue3/lib/emoji-text-wrapper/emoji-text-wrapper.js.map +1 -1
  69. package/dist/vue3/lib/message-input/message-input.cjs +1 -1
  70. package/dist/vue3/lib/message-input/message-input.cjs.map +1 -1
  71. package/dist/vue3/lib/message-input/message-input.js +31 -28
  72. package/dist/vue3/lib/message-input/message-input.js.map +1 -1
  73. package/dist/vue3/lib/modal/modal.cjs +1 -1
  74. package/dist/vue3/lib/modal/modal.cjs.map +1 -1
  75. package/dist/vue3/lib/modal/modal.js +39 -39
  76. package/dist/vue3/lib/modal/modal.js.map +1 -1
  77. package/dist/vue3/lib/toast/toast.cjs +1 -1
  78. package/dist/vue3/lib/toast/toast.cjs.map +1 -1
  79. package/dist/vue3/lib/toast/toast.js +96 -88
  80. package/dist/vue3/lib/toast/toast.js.map +1 -1
  81. package/dist/vue3/lib/tooltip-directive/tooltip.cjs +1 -1
  82. package/dist/vue3/lib/tooltip-directive/tooltip.cjs.map +1 -1
  83. package/dist/vue3/lib/tooltip-directive/tooltip.js +66 -36
  84. package/dist/vue3/lib/tooltip-directive/tooltip.js.map +1 -1
  85. package/dist/vue3/localization/en-US.cjs +14 -1
  86. package/dist/vue3/localization/en-US.cjs.map +1 -1
  87. package/dist/vue3/localization/en-US.js +14 -1
  88. package/dist/vue3/localization/en-US.js.map +1 -1
  89. package/dist/vue3/localization/es-LA.cjs +8 -1
  90. package/dist/vue3/localization/es-LA.cjs.map +1 -1
  91. package/dist/vue3/localization/es-LA.js +8 -1
  92. package/dist/vue3/localization/es-LA.js.map +1 -1
  93. package/dist/vue3/types/common/emoji/index.d.ts +1 -0
  94. package/dist/vue3/types/common/emoji/index.d.ts.map +1 -1
  95. package/dist/vue3/types/components/avatar/utils.d.ts +1 -1
  96. package/dist/vue3/types/components/avatar/utils.d.ts.map +1 -1
  97. package/dist/vue3/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
  98. package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
  99. package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +3 -0
  100. package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
  101. package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts +3 -0
  102. package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
  103. package/dist/vue3/types/components/toast/toast.vue.d.ts +6 -0
  104. package/dist/vue3/types/directives/tooltip_directive/tooltip.d.ts.map +1 -1
  105. package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  106. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  107. package/package.json +3 -3
@@ -2,366 +2,366 @@ import { DEFAULT_VALIDATION_MESSAGE_TYPE as e, DESCRIPTION_SIZE_TYPES as r, VALI
2
2
  import { validationMessageValidator as _ } from "./common/validators/index.js";
3
3
  import { disableRootScrolling as f, enableRootScrolling as D, filterFormattedMessages as S, formatMessages as T, getUniqueString as O, getValidationState as p } from "./common/utils/index.js";
4
4
  import { durationInHHMM as R, getDateMedium as l, relativeDate as x, setDateLocale as i } from "./common/dates/index.js";
5
- import { codeToEmojiData as s, customEmojiAssetUrl as N, defaultEmojiAssetUrl as u, emojiFileExtensionLarge as d, emojiFileExtensionSmall as C, emojiImageUrlLarge as L, emojiImageUrlSmall as P, emojiJson as n, emojiRegex as M, emojiShortCodeRegex as c, emojiVersion as B, filterValidShortCodes as U, findEmojis as V, findShortCodes as F, getEmojiData as G, setCustomEmojiJson as K, setCustomEmojiUrl as g, setEmojiAssetUrlLarge as b, setEmojiAssetUrlSmall as j, shortcodeToEmojiData as H, stringToUnicode as Z, unicodeToString as Y, validateCustomEmojiJson as h } from "./common/emoji/index.js";
6
- import { DialtoneLocalization as W } from "./localization/index.js";
7
- import { default as w } from "./lib/checkbox-group/checkbox-group.js";
8
- import { default as y } from "./lib/datepicker/datepicker.js";
9
- import { default as z } from "./lib/emoji-picker/emoji-picker.js";
10
- import { default as Q } from "./lib/emoji-text-wrapper/emoji-text-wrapper.js";
11
- import { default as tt } from "./lib/empty-state/empty-state.js";
12
- import { default as et } from "./lib/hovercard/hovercard.js";
13
- import { default as at } from "./lib/illustration/illustration.js";
14
- import { default as _t } from "./lib/radio-group/radio-group.js";
15
- import { default as ft } from "./lib/scroller/scroller.js";
16
- import { DtTooltipDirective as St } from "./lib/tooltip-directive/tooltip.js";
17
- import { DtScrollbarDirective as Ot } from "./lib/scrollbar-directive/scrollbar.js";
18
- import { default as mt } from "./common/mixins/dom.js";
19
- import { CheckableMixin as lt, GroupableMixin as xt, InputMixin as it } from "./common/mixins/input.js";
20
- import { InputGroupMixin as st } from "./common/mixins/input-group.js";
21
- import { default as ut } from "./common/mixins/keyboard-list-navigation.js";
22
- import { default as Ct } from "./common/mixins/modal.js";
23
- import { default as Pt } from "./common/mixins/skeleton.js";
24
- import { default as Mt } from "./lib/avatar/avatar.js";
25
- import { AVATAR_COLORS as Bt, AVATAR_GROUP_VALIDATOR as Ut, AVATAR_ICON_SIZES as Vt, AVATAR_KIND_MODIFIERS as Ft, AVATAR_PRESENCE_SIZE_MODIFIERS as Gt, AVATAR_PRESENCE_STATES as Kt, AVATAR_RANDOM_COLORS as gt, AVATAR_SIZE_MODIFIERS as bt } from "./lib/avatar/avatar-constants.js";
26
- import { default as Ht } from "./lib/badge/badge.js";
27
- import { BADGE_DECORATION_MODIFIERS as Yt, BADGE_KIND_MODIFIERS as ht, BADGE_TYPE_MODIFIERS as kt } from "./lib/badge/badge-constants.js";
28
- import { default as vt } from "./lib/banner/banner.js";
29
- import { default as Xt } from "./lib/breadcrumbs/breadcrumbs.js";
30
- import { default as Jt } from "./lib/breadcrumbs/breadcrumb-item.js";
31
- import { BREADCRUMBS_INVERTED_MODIFIER as qt, BREADCRUMB_ITEM_SELECTED_MODIFIER as Qt } from "./lib/breadcrumbs/breadcrumbs-constants.js";
32
- import { default as to } from "./lib/button/button.js";
33
- import { BUTTON_ICON_SIZES as eo, BUTTON_IMPORTANCE_MODIFIERS as ro, BUTTON_KIND_MODIFIERS as ao, BUTTON_SIZE_MODIFIERS as Eo, BUTTON_TYPES as _o, ICON_POSITION_MODIFIERS as Io, INVALID_COMBINATION as fo } from "./lib/button/button-constants.js";
34
- import { default as So } from "./lib/button-group/button-group.js";
35
- import { BUTTON_GROUP_ALIGNMENT as Oo } from "./lib/button-group/button-group-constants.js";
36
- import { default as mo } from "./lib/card/card.js";
37
- import { default as lo } from "./lib/checkbox/checkbox.js";
38
- import { default as io } from "./lib/chip/chip.js";
39
- import { CHIP_CLOSE_BUTTON_SIZE_MODIFIERS as so, CHIP_ICON_SIZES as No, CHIP_SIZE_MODIFIERS as uo } from "./lib/chip/chip-constants.js";
40
- import { default as Lo } from "./lib/codeblock/codeblock.js";
41
- import { default as no } from "./lib/collapsible/collapsible.js";
42
- import { default as co } from "./lib/combobox/combobox.js";
43
- import { COMBOBOX_LABEL_SIZES as Uo } from "./lib/combobox/combobox-constants.js";
44
- import { formatLong as Fo, formatMedium as Go, formatNoYear as Ko, formatNumerical as go, formatShort as bo } from "./lib/datepicker/formatUtils.js";
45
- import { default as Ho } from "./lib/description-list/description-list.js";
5
+ import { codeToEmojiData as s, customEmojiAssetUrl as N, defaultEmojiAssetUrl as u, emojiFileExtensionLarge as d, emojiFileExtensionSmall as C, emojiImageUrlLarge as L, emojiImageUrlSmall as P, emojiJson as n, emojiRegex as M, emojiShortCodeRegex as c, emojiVersion as B, filterValidShortCodes as U, findEmojis as V, findShortCodes as F, getEmojiData as G, getEmojiShortCode as K, setCustomEmojiJson as g, setCustomEmojiUrl as b, setEmojiAssetUrlLarge as j, setEmojiAssetUrlSmall as H, shortcodeToEmojiData as Z, stringToUnicode as h, unicodeToString as Y, validateCustomEmojiJson as k } from "./common/emoji/index.js";
6
+ import { DialtoneLocalization as v } from "./localization/index.js";
7
+ import { default as X } from "./lib/checkbox-group/checkbox-group.js";
8
+ import { default as J } from "./lib/datepicker/datepicker.js";
9
+ import { default as q } from "./lib/emoji-picker/emoji-picker.js";
10
+ import { default as $ } from "./lib/emoji-text-wrapper/emoji-text-wrapper.js";
11
+ import { default as ot } from "./lib/empty-state/empty-state.js";
12
+ import { default as rt } from "./lib/hovercard/hovercard.js";
13
+ import { default as Et } from "./lib/illustration/illustration.js";
14
+ import { default as It } from "./lib/radio-group/radio-group.js";
15
+ import { default as Dt } from "./lib/scroller/scroller.js";
16
+ import { DtTooltipDirective as Tt } from "./lib/tooltip-directive/tooltip.js";
17
+ import { DtScrollbarDirective as pt } from "./lib/scrollbar-directive/scrollbar.js";
18
+ import { default as Rt } from "./common/mixins/dom.js";
19
+ import { CheckableMixin as xt, GroupableMixin as it, InputMixin as At } from "./common/mixins/input.js";
20
+ import { InputGroupMixin as Nt } from "./common/mixins/input-group.js";
21
+ import { default as dt } from "./common/mixins/keyboard-list-navigation.js";
22
+ import { default as Lt } from "./common/mixins/modal.js";
23
+ import { default as nt } from "./common/mixins/skeleton.js";
24
+ import { default as ct } from "./lib/avatar/avatar.js";
25
+ import { AVATAR_COLORS as Ut, AVATAR_GROUP_VALIDATOR as Vt, AVATAR_ICON_SIZES as Ft, AVATAR_KIND_MODIFIERS as Gt, AVATAR_PRESENCE_SIZE_MODIFIERS as Kt, AVATAR_PRESENCE_STATES as gt, AVATAR_RANDOM_COLORS as bt, AVATAR_SIZE_MODIFIERS as jt } from "./lib/avatar/avatar-constants.js";
26
+ import { default as Zt } from "./lib/badge/badge.js";
27
+ import { BADGE_DECORATION_MODIFIERS as Yt, BADGE_KIND_MODIFIERS as kt, BADGE_TYPE_MODIFIERS as Wt } from "./lib/badge/badge-constants.js";
28
+ import { default as wt } from "./lib/banner/banner.js";
29
+ import { default as yt } from "./lib/breadcrumbs/breadcrumbs.js";
30
+ import { default as zt } from "./lib/breadcrumbs/breadcrumb-item.js";
31
+ import { BREADCRUMBS_INVERTED_MODIFIER as Qt, BREADCRUMB_ITEM_SELECTED_MODIFIER as $t } from "./lib/breadcrumbs/breadcrumbs-constants.js";
32
+ import { default as oo } from "./lib/button/button.js";
33
+ import { BUTTON_ICON_SIZES as ro, BUTTON_IMPORTANCE_MODIFIERS as ao, BUTTON_KIND_MODIFIERS as Eo, BUTTON_SIZE_MODIFIERS as _o, BUTTON_TYPES as Io, ICON_POSITION_MODIFIERS as fo, INVALID_COMBINATION as Do } from "./lib/button/button-constants.js";
34
+ import { default as To } from "./lib/button-group/button-group.js";
35
+ import { BUTTON_GROUP_ALIGNMENT as po } from "./lib/button-group/button-group-constants.js";
36
+ import { default as Ro } from "./lib/card/card.js";
37
+ import { default as xo } from "./lib/checkbox/checkbox.js";
38
+ import { default as Ao } from "./lib/chip/chip.js";
39
+ import { CHIP_CLOSE_BUTTON_SIZE_MODIFIERS as No, CHIP_ICON_SIZES as uo, CHIP_SIZE_MODIFIERS as Co } from "./lib/chip/chip-constants.js";
40
+ import { default as Po } from "./lib/codeblock/codeblock.js";
41
+ import { default as Mo } from "./lib/collapsible/collapsible.js";
42
+ import { default as Bo } from "./lib/combobox/combobox.js";
43
+ import { COMBOBOX_LABEL_SIZES as Vo } from "./lib/combobox/combobox-constants.js";
44
+ import { formatLong as Go, formatMedium as Ko, formatNoYear as go, formatNumerical as bo, formatShort as jo } from "./lib/datepicker/formatUtils.js";
45
+ import { default as Zo } from "./lib/description-list/description-list.js";
46
46
  import { DT_DESCRIPTION_LIST_DIRECTION as Yo } from "./lib/description-list/description-list-constants.js";
47
- import { default as ko } from "./lib/dropdown/dropdown.js";
48
- import { default as vo } from "./lib/dropdown/dropdown-separator.js";
49
- import { DROPDOWN_PADDING_CLASSES as Xo } from "./lib/dropdown/dropdown-constants.js";
50
- import { default as Jo } from "./lib/emoji/emoji.js";
51
- import { ARROW_KEYS as qo, CDN_URL as Qo, EMOJIS_PER_ROW as $o, EMOJI_PICKER_SKIN_TONE_MODIFIERS as te } from "./lib/emoji-picker/emoji-picker-constants.js";
52
- import { EMPTY_STATE_SIZE_MODIFIERS as ee } from "./lib/empty-state/empty-state-constants.js";
53
- import { default as ae } from "./lib/icon/icon.js";
54
- import { ICON_NAMES as _e, ICON_SIZE_MODIFIERS as Ie } from "./lib/icon/icon-constants.js";
55
- import { ILLUSTRATION_NAMES as De } from "./lib/illustration/illustration-constants.js";
56
- import { default as Te } from "./lib/image-viewer/image-viewer.js";
57
- import { default as pe } from "./lib/input/input.js";
58
- import { INPUT_SIZES as Re, INPUT_TYPES as le } from "./lib/input/input-constants.js";
59
- import { default as ie } from "./lib/input-group/input-group.js";
60
- import { default as se } from "./lib/item-layout/item-layout.js";
61
- import { default as ue } from "./lib/keyboard-shortcut/keyboard-shortcut.js";
62
- import { SHORTCUTS_ALIASES_LIST as Ce } from "./lib/keyboard-shortcut/keyboard-shortcut-constants.js";
63
- import { default as Pe } from "./lib/lazy-show/lazy-show.js";
64
- import { default as Me } from "./lib/link/link.js";
65
- import { DANGER as Be, LINK_KIND_MODIFIERS as Ue, LINK_VARIANTS as Ve, MENTION as Fe, MUTED as Ge, SUCCESS as Ke, WARNING as ge, getLinkKindModifier as be } from "./lib/link/link-constants.js";
66
- import { default as He } from "./lib/list-item/list-item.js";
67
- import { LIST_ITEM_NAVIGATION_TYPES as Ye, LIST_ITEM_TYPES as he } from "./lib/list-item/list-item-constants.js";
68
- import { default as We } from "./lib/list-item-group/list-item-group.js";
69
- import { default as we } from "./lib/loader/loader.js";
70
- import { default as ye } from "./lib/modal/modal.js";
71
- import { MODAL_BANNER_KINDS as ze, MODAL_KIND_MODIFIERS as qe, MODAL_SIZE_MODIFIERS as Qe } from "./lib/modal/modal-constants.js";
72
- import { default as tr } from "./lib/notice/notice.js";
73
- import { default as er } from "./lib/notice/notice-action.js";
74
- import { default as ar } from "./lib/notice/notice-icon.js";
75
- import { default as _r } from "./lib/notice/notice-content.js";
76
- import { NOTICE_KINDS as fr, NOTICE_ROLES as Dr } from "./lib/notice/notice-constants.js";
77
- import { default as Tr } from "./lib/pagination/pagination.js";
78
- import { default as pr } from "./lib/popover/popover.js";
79
- import { POPOVER_APPEND_TO_VALUES as Rr, POPOVER_CONTENT_WIDTHS as lr, POPOVER_DIRECTIONS as xr, POPOVER_HEADER_FOOTER_PADDING_CLASSES as ir, POPOVER_INITIAL_FOCUS_STRINGS as Ar, POPOVER_PADDING_CLASSES as sr, POPOVER_ROLES as Nr, POPOVER_STICKY_VALUES as ur } from "./lib/popover/popover-constants.js";
80
- import { default as Cr } from "./lib/presence/presence.js";
81
- import { PRESENCE_STATES as Pr, PRESENCE_STATES_LIST as nr } from "./lib/presence/presence-constants.js";
82
- import { default as cr } from "./lib/radio/radio.js";
83
- import { RADIO_INPUT_VALIDATION_CLASSES as Ur } from "./lib/radio/radio-constants.js";
84
- import { default as Fr } from "./lib/rich-text-editor/rich-text-editor.js";
85
- import { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES as Kr, RICH_TEXT_EDITOR_OUTPUT_FORMATS as gr } from "./lib/rich-text-editor/rich-text-editor-constants.js";
86
- import { default as jr } from "./lib/root-layout/root-layout.js";
87
- import { ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS as Zr, ROOT_LAYOUT_SIDEBAR_POSITIONS as Yr } from "./lib/root-layout/root-layout-constants.js";
88
- import { default as kr } from "./lib/select-menu/select-menu.js";
89
- import { SELECT_SIZE_MODIFIERS as vr, SELECT_STATE_MODIFIERS as wr } from "./lib/select-menu/select-menu-constants.js";
90
- import { default as yr } from "./lib/skeleton/skeleton.js";
91
- import { default as zr } from "./lib/skeleton/skeleton-list-item.js";
92
- import { default as Qr } from "./lib/skeleton/skeleton-text.js";
93
- import { default as ta } from "./lib/skeleton/skeleton-shape.js";
94
- import { default as ea } from "./lib/skeleton/skeleton-paragraph.js";
95
- import { SKELETON_HEADING_HEIGHTS as aa, SKELETON_RIPPLE_DURATION as Ea, SKELETON_SHAPES as _a, SKELETON_SHAPE_SIZES as Ia, SKELETON_TEXT_TYPES as fa } from "./lib/skeleton/skeleton-constants.js";
96
- import { default as Sa } from "./lib/split-button/split-button.js";
97
- import { SPLIT_BUTTON_ICON_SIZES as Oa } from "./lib/split-button/split-button-constants.js";
98
- import { default as ma } from "./lib/stack/stack.js";
99
- import { DT_STACK_DIRECTION as la, DT_STACK_GAP as xa, DT_STACK_RESPONSIVE_BREAKPOINTS as ia } from "./lib/stack/stack-constants.js";
100
- import { default as sa } from "./lib/tab/tab-group.js";
101
- import { default as ua } from "./lib/tab/tab.js";
102
- import { default as Ca } from "./lib/tab/tab-panel.js";
103
- import { TAB_IMPORTANCE_MODIFIERS as Pa, TAB_LIST_IMPORTANCE_MODIFIERS as na, TAB_LIST_KIND_MODIFIERS as Ma, TAB_LIST_SIZES as ca } from "./lib/tab/tabs-constants.js";
104
- import { default as Ua } from "./lib/toast/toast.js";
105
- import { TOAST_MIN_DURATION as Fa, TOAST_ROLES as Ga } from "./lib/toast/toast-constants.js";
106
- import { default as ga } from "./lib/toggle/toggle.js";
107
- import { TOGGLE_CHECKED_VALUES as ja, TOGGLE_SIZE_MODIFIERS as Ha } from "./lib/toggle/toggle-constants.js";
47
+ import { default as Wo } from "./lib/dropdown/dropdown.js";
48
+ import { default as wo } from "./lib/dropdown/dropdown-separator.js";
49
+ import { DROPDOWN_PADDING_CLASSES as yo } from "./lib/dropdown/dropdown-constants.js";
50
+ import { default as zo } from "./lib/emoji/emoji.js";
51
+ import { ARROW_KEYS as Qo, CDN_URL as $o, EMOJIS_PER_ROW as te, EMOJI_PICKER_SKIN_TONE_MODIFIERS as oe } from "./lib/emoji-picker/emoji-picker-constants.js";
52
+ import { EMPTY_STATE_SIZE_MODIFIERS as re } from "./lib/empty-state/empty-state-constants.js";
53
+ import { default as Ee } from "./lib/icon/icon.js";
54
+ import { ICON_NAMES as Ie, ICON_SIZE_MODIFIERS as fe } from "./lib/icon/icon-constants.js";
55
+ import { ILLUSTRATION_NAMES as Se } from "./lib/illustration/illustration-constants.js";
56
+ import { default as Oe } from "./lib/image-viewer/image-viewer.js";
57
+ import { default as me } from "./lib/input/input.js";
58
+ import { INPUT_SIZES as le, INPUT_TYPES as xe } from "./lib/input/input-constants.js";
59
+ import { default as Ae } from "./lib/input-group/input-group.js";
60
+ import { default as Ne } from "./lib/item-layout/item-layout.js";
61
+ import { default as de } from "./lib/keyboard-shortcut/keyboard-shortcut.js";
62
+ import { SHORTCUTS_ALIASES_LIST as Le } from "./lib/keyboard-shortcut/keyboard-shortcut-constants.js";
63
+ import { default as ne } from "./lib/lazy-show/lazy-show.js";
64
+ import { default as ce } from "./lib/link/link.js";
65
+ import { DANGER as Ue, LINK_KIND_MODIFIERS as Ve, LINK_VARIANTS as Fe, MENTION as Ge, MUTED as Ke, SUCCESS as ge, WARNING as be, getLinkKindModifier as je } from "./lib/link/link-constants.js";
66
+ import { default as Ze } from "./lib/list-item/list-item.js";
67
+ import { LIST_ITEM_NAVIGATION_TYPES as Ye, LIST_ITEM_TYPES as ke } from "./lib/list-item/list-item-constants.js";
68
+ import { default as ve } from "./lib/list-item-group/list-item-group.js";
69
+ import { default as Xe } from "./lib/loader/loader.js";
70
+ import { default as Je } from "./lib/modal/modal.js";
71
+ import { MODAL_BANNER_KINDS as qe, MODAL_KIND_MODIFIERS as Qe, MODAL_SIZE_MODIFIERS as $e } from "./lib/modal/modal-constants.js";
72
+ import { default as or } from "./lib/notice/notice.js";
73
+ import { default as rr } from "./lib/notice/notice-action.js";
74
+ import { default as Er } from "./lib/notice/notice-icon.js";
75
+ import { default as Ir } from "./lib/notice/notice-content.js";
76
+ import { NOTICE_KINDS as Dr, NOTICE_ROLES as Sr } from "./lib/notice/notice-constants.js";
77
+ import { default as Or } from "./lib/pagination/pagination.js";
78
+ import { default as mr } from "./lib/popover/popover.js";
79
+ import { POPOVER_APPEND_TO_VALUES as lr, POPOVER_CONTENT_WIDTHS as xr, POPOVER_DIRECTIONS as ir, POPOVER_HEADER_FOOTER_PADDING_CLASSES as Ar, POPOVER_INITIAL_FOCUS_STRINGS as sr, POPOVER_PADDING_CLASSES as Nr, POPOVER_ROLES as ur, POPOVER_STICKY_VALUES as dr } from "./lib/popover/popover-constants.js";
80
+ import { default as Lr } from "./lib/presence/presence.js";
81
+ import { PRESENCE_STATES as nr, PRESENCE_STATES_LIST as Mr } from "./lib/presence/presence-constants.js";
82
+ import { default as Br } from "./lib/radio/radio.js";
83
+ import { RADIO_INPUT_VALIDATION_CLASSES as Vr } from "./lib/radio/radio-constants.js";
84
+ import { default as Gr } from "./lib/rich-text-editor/rich-text-editor.js";
85
+ import { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES as gr, RICH_TEXT_EDITOR_OUTPUT_FORMATS as br } from "./lib/rich-text-editor/rich-text-editor-constants.js";
86
+ import { default as Hr } from "./lib/root-layout/root-layout.js";
87
+ import { ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS as hr, ROOT_LAYOUT_SIDEBAR_POSITIONS as Yr } from "./lib/root-layout/root-layout-constants.js";
88
+ import { default as Wr } from "./lib/select-menu/select-menu.js";
89
+ import { SELECT_SIZE_MODIFIERS as wr, SELECT_STATE_MODIFIERS as Xr } from "./lib/select-menu/select-menu-constants.js";
90
+ import { default as Jr } from "./lib/skeleton/skeleton.js";
91
+ import { default as qr } from "./lib/skeleton/skeleton-list-item.js";
92
+ import { default as $r } from "./lib/skeleton/skeleton-text.js";
93
+ import { default as oa } from "./lib/skeleton/skeleton-shape.js";
94
+ import { default as ra } from "./lib/skeleton/skeleton-paragraph.js";
95
+ import { SKELETON_HEADING_HEIGHTS as Ea, SKELETON_RIPPLE_DURATION as _a, SKELETON_SHAPES as Ia, SKELETON_SHAPE_SIZES as fa, SKELETON_TEXT_TYPES as Da } from "./lib/skeleton/skeleton-constants.js";
96
+ import { default as Ta } from "./lib/split-button/split-button.js";
97
+ import { SPLIT_BUTTON_ICON_SIZES as pa } from "./lib/split-button/split-button-constants.js";
98
+ import { default as Ra } from "./lib/stack/stack.js";
99
+ import { DT_STACK_DIRECTION as xa, DT_STACK_GAP as ia, DT_STACK_RESPONSIVE_BREAKPOINTS as Aa } from "./lib/stack/stack-constants.js";
100
+ import { default as Na } from "./lib/tab/tab-group.js";
101
+ import { default as da } from "./lib/tab/tab.js";
102
+ import { default as La } from "./lib/tab/tab-panel.js";
103
+ import { TAB_IMPORTANCE_MODIFIERS as na, TAB_LIST_IMPORTANCE_MODIFIERS as Ma, TAB_LIST_KIND_MODIFIERS as ca, TAB_LIST_SIZES as Ba } from "./lib/tab/tabs-constants.js";
104
+ import { default as Va } from "./lib/toast/toast.js";
105
+ import { TOAST_MIN_DURATION as Ga, TOAST_ROLES as Ka } from "./lib/toast/toast-constants.js";
106
+ import { default as ba } from "./lib/toggle/toggle.js";
107
+ import { TOGGLE_CHECKED_VALUES as Ha, TOGGLE_SIZE_MODIFIERS as Za } from "./lib/toggle/toggle-constants.js";
108
108
  import { default as Ya } from "./lib/tooltip/tooltip.js";
109
- import { TOOLTIP_DELAY_MS as ka, TOOLTIP_DIRECTIONS as Wa, TOOLTIP_HIDE_ON_CLICK_VARIANTS as va, TOOLTIP_KIND_MODIFIERS as wa, TOOLTIP_STICKY_VALUES as Xa } from "./lib/tooltip/tooltip-constants.js";
110
- import { default as Ja } from "./lib/validation-messages/validation-messages.js";
111
- import { default as qa } from "./lib/callbar-button/callbar-button.js";
112
- import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as $a } from "./lib/callbar-button/callbar-button-constants.js";
113
- import { default as oE } from "./lib/callbar-button-with-popover/callbar-button-with-popover.js";
114
- import { default as rE } from "./lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js";
115
- import { default as EE } from "./lib/ivr-node/ivr-node.js";
116
- import { IVR_NODE_ASSIGN as IE, IVR_NODE_BRANCH as fE, IVR_NODE_CUSTOMER_DATA as DE, IVR_NODE_EXPERT as SE, IVR_NODE_GO_TO as TE, IVR_NODE_HANGUP as OE, IVR_NODE_ICON_TYPES as pE, IVR_NODE_LABELS as mE, IVR_NODE_PROMPT_COLLECT as RE, IVR_NODE_PROMPT_MENU as lE, IVR_NODE_PROMPT_PLAY as xE, IVR_NODE_TRANSFER as iE } from "./lib/ivr-node/ivr-node-constants.js";
117
- import { default as sE } from "./lib/grouped-chip/grouped-chip.js";
118
- import { default as uE } from "./lib/combobox-multi-select/combobox-multi-select.js";
119
- import { CHIP_SIZES as CE, CHIP_TOP_POSITION as LE, MULTI_SELECT_SIZES as PE } from "./lib/combobox-multi-select/combobox-multi-select-constants.js";
120
- import { default as ME } from "./lib/combobox-with-popover/combobox-with-popover.js";
121
- import { default as BE } from "./lib/attachment-carousel/attachment-carousel.js";
122
- import { default as VE } from "./lib/editor/editor.js";
123
- import { default as GE } from "./lib/emoji-row/emoji-row.js";
124
- import { REACTIONS_ATTRIBUTES as gE } from "./lib/emoji-row/emoji-row-constants.js";
125
- import { default as jE } from "./lib/feed-item-pill/feed-item-pill.js";
126
- import { FEED_ITEM_PILL_BORDER_COLORS as ZE } from "./lib/feed-item-pill/feed-item-pill-constants.js";
127
- import { default as hE } from "./lib/feed-item-row/feed-item-row.js";
128
- import { DEFAULT_FEED_ROW_STATE as WE, FEED_ROW_STATE_BACKGROUND_COLOR as vE } from "./lib/feed-item-row/feed-item-row-constants.js";
129
- import { default as XE } from "./lib/message-input/message-input.js";
130
- import { default as JE } from "./lib/time-pill/time-pill.js";
131
- import { default as qE } from "./lib/settings-menu-button/settings-menu-button.js";
132
- import { default as $E } from "./lib/contact-info/contact-info.js";
133
- import { default as o_ } from "./lib/callbox/callbox.js";
134
- import { CALLBOX_BADGE_COLORS as r_, CALLBOX_BORDER_COLORS as a_ } from "./lib/callbox/callbox-constants.js";
135
- import { default as __ } from "./lib/contact-centers-row/contact-centers-row.js";
136
- import { default as f_ } from "./lib/contact-row/contact-row.js";
137
- import { default as S_ } from "./lib/general-row/general-row.js";
138
- import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as O_, LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR as p_, LEFTBAR_GENERAL_ROW_ICON_SIZES as m_, LEFTBAR_GENERAL_ROW_TYPES as R_ } from "./lib/general-row/general-row-constants.js";
139
- import { default as x_ } from "./lib/group-row/group-row.js";
140
- import { default as A_ } from "./lib/unread-pill/unread-pill.js";
141
- import { UNREAD_PILL_DIRECTIONS as N_, UNREAD_PILL_KINDS as u_ } from "./lib/unread-pill/unread-pill-constants.js";
142
- import { default as C_ } from "./lib/top-banner-info/top-banner-info.js";
143
- import { COLOR_CODES as P_ } from "./lib/top-banner-info/top-banner-info-constants.js";
109
+ import { TOOLTIP_DELAY_MS as Wa, TOOLTIP_DIRECTIONS as va, TOOLTIP_HIDE_ON_CLICK_VARIANTS as wa, TOOLTIP_KIND_MODIFIERS as Xa, TOOLTIP_STICKY_VALUES as ya } from "./lib/tooltip/tooltip-constants.js";
110
+ import { default as za } from "./lib/validation-messages/validation-messages.js";
111
+ import { default as Qa } from "./lib/callbar-button/callbar-button.js";
112
+ import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as tE } from "./lib/callbar-button/callbar-button-constants.js";
113
+ import { default as eE } from "./lib/callbar-button-with-popover/callbar-button-with-popover.js";
114
+ import { default as aE } from "./lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js";
115
+ import { default as _E } from "./lib/ivr-node/ivr-node.js";
116
+ import { IVR_NODE_ASSIGN as fE, IVR_NODE_BRANCH as DE, IVR_NODE_CUSTOMER_DATA as SE, IVR_NODE_EXPERT as TE, IVR_NODE_GO_TO as OE, IVR_NODE_HANGUP as pE, IVR_NODE_ICON_TYPES as mE, IVR_NODE_LABELS as RE, IVR_NODE_PROMPT_COLLECT as lE, IVR_NODE_PROMPT_MENU as xE, IVR_NODE_PROMPT_PLAY as iE, IVR_NODE_TRANSFER as AE } from "./lib/ivr-node/ivr-node-constants.js";
117
+ import { default as NE } from "./lib/grouped-chip/grouped-chip.js";
118
+ import { default as dE } from "./lib/combobox-multi-select/combobox-multi-select.js";
119
+ import { CHIP_SIZES as LE, CHIP_TOP_POSITION as PE, MULTI_SELECT_SIZES as nE } from "./lib/combobox-multi-select/combobox-multi-select-constants.js";
120
+ import { default as cE } from "./lib/combobox-with-popover/combobox-with-popover.js";
121
+ import { default as UE } from "./lib/attachment-carousel/attachment-carousel.js";
122
+ import { default as FE } from "./lib/editor/editor.js";
123
+ import { default as KE } from "./lib/emoji-row/emoji-row.js";
124
+ import { REACTIONS_ATTRIBUTES as bE } from "./lib/emoji-row/emoji-row-constants.js";
125
+ import { default as HE } from "./lib/feed-item-pill/feed-item-pill.js";
126
+ import { FEED_ITEM_PILL_BORDER_COLORS as hE } from "./lib/feed-item-pill/feed-item-pill-constants.js";
127
+ import { default as kE } from "./lib/feed-item-row/feed-item-row.js";
128
+ import { DEFAULT_FEED_ROW_STATE as vE, FEED_ROW_STATE_BACKGROUND_COLOR as wE } from "./lib/feed-item-row/feed-item-row-constants.js";
129
+ import { default as yE } from "./lib/message-input/message-input.js";
130
+ import { default as zE } from "./lib/time-pill/time-pill.js";
131
+ import { default as QE } from "./lib/settings-menu-button/settings-menu-button.js";
132
+ import { default as t_ } from "./lib/contact-info/contact-info.js";
133
+ import { default as e_ } from "./lib/callbox/callbox.js";
134
+ import { CALLBOX_BADGE_COLORS as a_, CALLBOX_BORDER_COLORS as E_ } from "./lib/callbox/callbox-constants.js";
135
+ import { default as I_ } from "./lib/contact-centers-row/contact-centers-row.js";
136
+ import { default as D_ } from "./lib/contact-row/contact-row.js";
137
+ import { default as T_ } from "./lib/general-row/general-row.js";
138
+ import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as p_, LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR as m_, LEFTBAR_GENERAL_ROW_ICON_SIZES as R_, LEFTBAR_GENERAL_ROW_TYPES as l_ } from "./lib/general-row/general-row-constants.js";
139
+ import { default as i_ } from "./lib/group-row/group-row.js";
140
+ import { default as s_ } from "./lib/unread-pill/unread-pill.js";
141
+ import { UNREAD_PILL_DIRECTIONS as u_, UNREAD_PILL_KINDS as d_ } from "./lib/unread-pill/unread-pill-constants.js";
142
+ import { default as L_ } from "./lib/top-banner-info/top-banner-info.js";
143
+ import { COLOR_CODES as n_ } from "./lib/top-banner-info/top-banner-info-constants.js";
144
144
  export {
145
- qo as ARROW_KEYS,
146
- Bt as AVATAR_COLORS,
147
- Ut as AVATAR_GROUP_VALIDATOR,
148
- Vt as AVATAR_ICON_SIZES,
149
- Ft as AVATAR_KIND_MODIFIERS,
150
- Gt as AVATAR_PRESENCE_SIZE_MODIFIERS,
151
- Kt as AVATAR_PRESENCE_STATES,
152
- gt as AVATAR_RANDOM_COLORS,
153
- bt as AVATAR_SIZE_MODIFIERS,
145
+ Qo as ARROW_KEYS,
146
+ Ut as AVATAR_COLORS,
147
+ Vt as AVATAR_GROUP_VALIDATOR,
148
+ Ft as AVATAR_ICON_SIZES,
149
+ Gt as AVATAR_KIND_MODIFIERS,
150
+ Kt as AVATAR_PRESENCE_SIZE_MODIFIERS,
151
+ gt as AVATAR_PRESENCE_STATES,
152
+ bt as AVATAR_RANDOM_COLORS,
153
+ jt as AVATAR_SIZE_MODIFIERS,
154
154
  Yt as BADGE_DECORATION_MODIFIERS,
155
- ht as BADGE_KIND_MODIFIERS,
156
- kt as BADGE_TYPE_MODIFIERS,
157
- qt as BREADCRUMBS_INVERTED_MODIFIER,
158
- Qt as BREADCRUMB_ITEM_SELECTED_MODIFIER,
159
- Oo as BUTTON_GROUP_ALIGNMENT,
160
- eo as BUTTON_ICON_SIZES,
161
- ro as BUTTON_IMPORTANCE_MODIFIERS,
162
- ao as BUTTON_KIND_MODIFIERS,
163
- Eo as BUTTON_SIZE_MODIFIERS,
164
- _o as BUTTON_TYPES,
165
- $a as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
166
- r_ as CALLBOX_BADGE_COLORS,
167
- a_ as CALLBOX_BORDER_COLORS,
168
- Qo as CDN_URL,
169
- so as CHIP_CLOSE_BUTTON_SIZE_MODIFIERS,
170
- No as CHIP_ICON_SIZES,
171
- CE as CHIP_SIZES,
172
- uo as CHIP_SIZE_MODIFIERS,
173
- LE as CHIP_TOP_POSITION,
174
- P_ as COLOR_CODES,
175
- Uo as COMBOBOX_LABEL_SIZES,
176
- Be as DANGER,
177
- WE as DEFAULT_FEED_ROW_STATE,
155
+ kt as BADGE_KIND_MODIFIERS,
156
+ Wt as BADGE_TYPE_MODIFIERS,
157
+ Qt as BREADCRUMBS_INVERTED_MODIFIER,
158
+ $t as BREADCRUMB_ITEM_SELECTED_MODIFIER,
159
+ po as BUTTON_GROUP_ALIGNMENT,
160
+ ro as BUTTON_ICON_SIZES,
161
+ ao as BUTTON_IMPORTANCE_MODIFIERS,
162
+ Eo as BUTTON_KIND_MODIFIERS,
163
+ _o as BUTTON_SIZE_MODIFIERS,
164
+ Io as BUTTON_TYPES,
165
+ tE as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
166
+ a_ as CALLBOX_BADGE_COLORS,
167
+ E_ as CALLBOX_BORDER_COLORS,
168
+ $o as CDN_URL,
169
+ No as CHIP_CLOSE_BUTTON_SIZE_MODIFIERS,
170
+ uo as CHIP_ICON_SIZES,
171
+ LE as CHIP_SIZES,
172
+ Co as CHIP_SIZE_MODIFIERS,
173
+ PE as CHIP_TOP_POSITION,
174
+ n_ as COLOR_CODES,
175
+ Vo as COMBOBOX_LABEL_SIZES,
176
+ Ue as DANGER,
177
+ vE as DEFAULT_FEED_ROW_STATE,
178
178
  e as DEFAULT_VALIDATION_MESSAGE_TYPE,
179
179
  r as DESCRIPTION_SIZE_TYPES,
180
- Xo as DROPDOWN_PADDING_CLASSES,
180
+ yo as DROPDOWN_PADDING_CLASSES,
181
181
  Yo as DT_DESCRIPTION_LIST_DIRECTION,
182
- la as DT_STACK_DIRECTION,
183
- xa as DT_STACK_GAP,
184
- ia as DT_STACK_RESPONSIVE_BREAKPOINTS,
185
- W as DialtoneLocalization,
186
- Mt as DtAvatar,
187
- Ht as DtBadge,
188
- vt as DtBanner,
189
- Jt as DtBreadcrumbItem,
190
- Xt as DtBreadcrumbs,
191
- to as DtButton,
192
- So as DtButtonGroup,
193
- mo as DtCard,
194
- lt as DtCheckableInputMixin,
195
- lo as DtCheckbox,
196
- w as DtCheckboxGroup,
197
- io as DtChip,
198
- Lo as DtCodeblock,
199
- no as DtCollapsible,
200
- co as DtCombobox,
201
- mt as DtDOMMixin,
202
- y as DtDatepicker,
203
- Ho as DtDescriptionList,
204
- ko as DtDropdown,
205
- vo as DtDropdownSeparator,
206
- Jo as DtEmoji,
207
- z as DtEmojiPicker,
208
- Q as DtEmojiTextWrapper,
209
- tt as DtEmptyState,
210
- xt as DtGroupableInputMixin,
211
- et as DtHovercard,
212
- ae as DtIcon,
213
- at as DtIllustration,
214
- Te as DtImageViewer,
215
- pe as DtInput,
216
- ie as DtInputGroup,
217
- st as DtInputGroupMixin,
218
- it as DtInputMixin,
219
- se as DtItemLayout,
220
- ut as DtKeyboardListNavigationMixin,
221
- ue as DtKeyboardShortcut,
222
- Pe as DtLazyShow,
223
- Me as DtLink,
224
- He as DtListItem,
225
- We as DtListItemGroup,
226
- we as DtLoader,
227
- ye as DtModal,
228
- Ct as DtModalMixin,
229
- tr as DtNotice,
230
- er as DtNoticeAction,
231
- _r as DtNoticeContent,
232
- ar as DtNoticeIcon,
233
- Tr as DtPagination,
234
- pr as DtPopover,
235
- Cr as DtPresence,
236
- cr as DtRadio,
237
- _t as DtRadioGroup,
238
- BE as DtRecipeAttachmentCarousel,
239
- qa as DtRecipeCallbarButton,
240
- rE as DtRecipeCallbarButtonWithDropdown,
241
- oE as DtRecipeCallbarButtonWithPopover,
242
- o_ as DtRecipeCallbox,
243
- uE as DtRecipeComboboxMultiSelect,
244
- ME as DtRecipeComboboxWithPopover,
245
- __ as DtRecipeContactCentersRow,
246
- $E as DtRecipeContactInfo,
247
- f_ as DtRecipeContactRow,
248
- VE as DtRecipeEditor,
249
- GE as DtRecipeEmojiRow,
250
- jE as DtRecipeFeedItemPill,
251
- hE as DtRecipeFeedItemRow,
252
- S_ as DtRecipeGeneralRow,
253
- x_ as DtRecipeGroupRow,
254
- sE as DtRecipeGroupedChip,
255
- EE as DtRecipeIvrNode,
256
- XE as DtRecipeMessageInput,
257
- qE as DtRecipeSettingsMenuButton,
258
- JE as DtRecipeTimePill,
259
- C_ as DtRecipeTopBannerInfo,
260
- A_ as DtRecipeUnreadPill,
261
- Fr as DtRichTextEditor,
262
- jr as DtRootLayout,
263
- Ot as DtScrollbarDirective,
264
- ft as DtScroller,
265
- kr as DtSelectMenu,
266
- yr as DtSkeleton,
267
- zr as DtSkeletonListItem,
268
- Pt as DtSkeletonMixin,
269
- ea as DtSkeletonParagraph,
270
- ta as DtSkeletonShape,
271
- Qr as DtSkeletonText,
272
- Sa as DtSplitButton,
273
- ma as DtStack,
274
- ua as DtTab,
275
- sa as DtTabGroup,
276
- Ca as DtTabPanel,
277
- Ua as DtToast,
278
- ga as DtToggle,
182
+ xa as DT_STACK_DIRECTION,
183
+ ia as DT_STACK_GAP,
184
+ Aa as DT_STACK_RESPONSIVE_BREAKPOINTS,
185
+ v as DialtoneLocalization,
186
+ ct as DtAvatar,
187
+ Zt as DtBadge,
188
+ wt as DtBanner,
189
+ zt as DtBreadcrumbItem,
190
+ yt as DtBreadcrumbs,
191
+ oo as DtButton,
192
+ To as DtButtonGroup,
193
+ Ro as DtCard,
194
+ xt as DtCheckableInputMixin,
195
+ xo as DtCheckbox,
196
+ X as DtCheckboxGroup,
197
+ Ao as DtChip,
198
+ Po as DtCodeblock,
199
+ Mo as DtCollapsible,
200
+ Bo as DtCombobox,
201
+ Rt as DtDOMMixin,
202
+ J as DtDatepicker,
203
+ Zo as DtDescriptionList,
204
+ Wo as DtDropdown,
205
+ wo as DtDropdownSeparator,
206
+ zo as DtEmoji,
207
+ q as DtEmojiPicker,
208
+ $ as DtEmojiTextWrapper,
209
+ ot as DtEmptyState,
210
+ it as DtGroupableInputMixin,
211
+ rt as DtHovercard,
212
+ Ee as DtIcon,
213
+ Et as DtIllustration,
214
+ Oe as DtImageViewer,
215
+ me as DtInput,
216
+ Ae as DtInputGroup,
217
+ Nt as DtInputGroupMixin,
218
+ At as DtInputMixin,
219
+ Ne as DtItemLayout,
220
+ dt as DtKeyboardListNavigationMixin,
221
+ de as DtKeyboardShortcut,
222
+ ne as DtLazyShow,
223
+ ce as DtLink,
224
+ Ze as DtListItem,
225
+ ve as DtListItemGroup,
226
+ Xe as DtLoader,
227
+ Je as DtModal,
228
+ Lt as DtModalMixin,
229
+ or as DtNotice,
230
+ rr as DtNoticeAction,
231
+ Ir as DtNoticeContent,
232
+ Er as DtNoticeIcon,
233
+ Or as DtPagination,
234
+ mr as DtPopover,
235
+ Lr as DtPresence,
236
+ Br as DtRadio,
237
+ It as DtRadioGroup,
238
+ UE as DtRecipeAttachmentCarousel,
239
+ Qa as DtRecipeCallbarButton,
240
+ aE as DtRecipeCallbarButtonWithDropdown,
241
+ eE as DtRecipeCallbarButtonWithPopover,
242
+ e_ as DtRecipeCallbox,
243
+ dE as DtRecipeComboboxMultiSelect,
244
+ cE as DtRecipeComboboxWithPopover,
245
+ I_ as DtRecipeContactCentersRow,
246
+ t_ as DtRecipeContactInfo,
247
+ D_ as DtRecipeContactRow,
248
+ FE as DtRecipeEditor,
249
+ KE as DtRecipeEmojiRow,
250
+ HE as DtRecipeFeedItemPill,
251
+ kE as DtRecipeFeedItemRow,
252
+ T_ as DtRecipeGeneralRow,
253
+ i_ as DtRecipeGroupRow,
254
+ NE as DtRecipeGroupedChip,
255
+ _E as DtRecipeIvrNode,
256
+ yE as DtRecipeMessageInput,
257
+ QE as DtRecipeSettingsMenuButton,
258
+ zE as DtRecipeTimePill,
259
+ L_ as DtRecipeTopBannerInfo,
260
+ s_ as DtRecipeUnreadPill,
261
+ Gr as DtRichTextEditor,
262
+ Hr as DtRootLayout,
263
+ pt as DtScrollbarDirective,
264
+ Dt as DtScroller,
265
+ Wr as DtSelectMenu,
266
+ Jr as DtSkeleton,
267
+ qr as DtSkeletonListItem,
268
+ nt as DtSkeletonMixin,
269
+ ra as DtSkeletonParagraph,
270
+ oa as DtSkeletonShape,
271
+ $r as DtSkeletonText,
272
+ Ta as DtSplitButton,
273
+ Ra as DtStack,
274
+ da as DtTab,
275
+ Na as DtTabGroup,
276
+ La as DtTabPanel,
277
+ Va as DtToast,
278
+ ba as DtToggle,
279
279
  Ya as DtTooltip,
280
- St as DtTooltipDirective,
281
- Ja as DtValidationMessages,
282
- $o as EMOJIS_PER_ROW,
283
- te as EMOJI_PICKER_SKIN_TONE_MODIFIERS,
284
- ee as EMPTY_STATE_SIZE_MODIFIERS,
285
- ZE as FEED_ITEM_PILL_BORDER_COLORS,
286
- vE as FEED_ROW_STATE_BACKGROUND_COLOR,
287
- _e as ICON_NAMES,
288
- Io as ICON_POSITION_MODIFIERS,
289
- Ie as ICON_SIZE_MODIFIERS,
290
- De as ILLUSTRATION_NAMES,
291
- Re as INPUT_SIZES,
292
- le as INPUT_TYPES,
293
- fo as INVALID_COMBINATION,
294
- IE as IVR_NODE_ASSIGN,
295
- fE as IVR_NODE_BRANCH,
296
- DE as IVR_NODE_CUSTOMER_DATA,
297
- SE as IVR_NODE_EXPERT,
298
- TE as IVR_NODE_GO_TO,
299
- OE as IVR_NODE_HANGUP,
300
- pE as IVR_NODE_ICON_TYPES,
301
- mE as IVR_NODE_LABELS,
302
- RE as IVR_NODE_PROMPT_COLLECT,
303
- lE as IVR_NODE_PROMPT_MENU,
304
- xE as IVR_NODE_PROMPT_PLAY,
305
- iE as IVR_NODE_TRANSFER,
306
- O_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
307
- p_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
308
- m_ as LEFTBAR_GENERAL_ROW_ICON_SIZES,
309
- R_ as LEFTBAR_GENERAL_ROW_TYPES,
310
- Ue as LINK_KIND_MODIFIERS,
311
- Ve as LINK_VARIANTS,
280
+ Tt as DtTooltipDirective,
281
+ za as DtValidationMessages,
282
+ te as EMOJIS_PER_ROW,
283
+ oe as EMOJI_PICKER_SKIN_TONE_MODIFIERS,
284
+ re as EMPTY_STATE_SIZE_MODIFIERS,
285
+ hE as FEED_ITEM_PILL_BORDER_COLORS,
286
+ wE as FEED_ROW_STATE_BACKGROUND_COLOR,
287
+ Ie as ICON_NAMES,
288
+ fo as ICON_POSITION_MODIFIERS,
289
+ fe as ICON_SIZE_MODIFIERS,
290
+ Se as ILLUSTRATION_NAMES,
291
+ le as INPUT_SIZES,
292
+ xe as INPUT_TYPES,
293
+ Do as INVALID_COMBINATION,
294
+ fE as IVR_NODE_ASSIGN,
295
+ DE as IVR_NODE_BRANCH,
296
+ SE as IVR_NODE_CUSTOMER_DATA,
297
+ TE as IVR_NODE_EXPERT,
298
+ OE as IVR_NODE_GO_TO,
299
+ pE as IVR_NODE_HANGUP,
300
+ mE as IVR_NODE_ICON_TYPES,
301
+ RE as IVR_NODE_LABELS,
302
+ lE as IVR_NODE_PROMPT_COLLECT,
303
+ xE as IVR_NODE_PROMPT_MENU,
304
+ iE as IVR_NODE_PROMPT_PLAY,
305
+ AE as IVR_NODE_TRANSFER,
306
+ p_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
307
+ m_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
308
+ R_ as LEFTBAR_GENERAL_ROW_ICON_SIZES,
309
+ l_ as LEFTBAR_GENERAL_ROW_TYPES,
310
+ Ve as LINK_KIND_MODIFIERS,
311
+ Fe as LINK_VARIANTS,
312
312
  Ye as LIST_ITEM_NAVIGATION_TYPES,
313
- he as LIST_ITEM_TYPES,
314
- Fe as MENTION,
315
- ze as MODAL_BANNER_KINDS,
316
- qe as MODAL_KIND_MODIFIERS,
317
- Qe as MODAL_SIZE_MODIFIERS,
318
- PE as MULTI_SELECT_SIZES,
319
- Ge as MUTED,
320
- fr as NOTICE_KINDS,
321
- Dr as NOTICE_ROLES,
322
- Rr as POPOVER_APPEND_TO_VALUES,
323
- lr as POPOVER_CONTENT_WIDTHS,
324
- xr as POPOVER_DIRECTIONS,
325
- ir as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
326
- Ar as POPOVER_INITIAL_FOCUS_STRINGS,
327
- sr as POPOVER_PADDING_CLASSES,
328
- Nr as POPOVER_ROLES,
329
- ur as POPOVER_STICKY_VALUES,
330
- Pr as PRESENCE_STATES,
331
- nr as PRESENCE_STATES_LIST,
332
- Ur as RADIO_INPUT_VALIDATION_CLASSES,
333
- gE as REACTIONS_ATTRIBUTES,
334
- Kr as RICH_TEXT_EDITOR_AUTOFOCUS_TYPES,
335
- gr as RICH_TEXT_EDITOR_OUTPUT_FORMATS,
336
- Zr as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
313
+ ke as LIST_ITEM_TYPES,
314
+ Ge as MENTION,
315
+ qe as MODAL_BANNER_KINDS,
316
+ Qe as MODAL_KIND_MODIFIERS,
317
+ $e as MODAL_SIZE_MODIFIERS,
318
+ nE as MULTI_SELECT_SIZES,
319
+ Ke as MUTED,
320
+ Dr as NOTICE_KINDS,
321
+ Sr as NOTICE_ROLES,
322
+ lr as POPOVER_APPEND_TO_VALUES,
323
+ xr as POPOVER_CONTENT_WIDTHS,
324
+ ir as POPOVER_DIRECTIONS,
325
+ Ar as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
326
+ sr as POPOVER_INITIAL_FOCUS_STRINGS,
327
+ Nr as POPOVER_PADDING_CLASSES,
328
+ ur as POPOVER_ROLES,
329
+ dr as POPOVER_STICKY_VALUES,
330
+ nr as PRESENCE_STATES,
331
+ Mr as PRESENCE_STATES_LIST,
332
+ Vr as RADIO_INPUT_VALIDATION_CLASSES,
333
+ bE as REACTIONS_ATTRIBUTES,
334
+ gr as RICH_TEXT_EDITOR_AUTOFOCUS_TYPES,
335
+ br as RICH_TEXT_EDITOR_OUTPUT_FORMATS,
336
+ hr as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
337
337
  Yr as ROOT_LAYOUT_SIDEBAR_POSITIONS,
338
- vr as SELECT_SIZE_MODIFIERS,
339
- wr as SELECT_STATE_MODIFIERS,
340
- Ce as SHORTCUTS_ALIASES_LIST,
341
- aa as SKELETON_HEADING_HEIGHTS,
342
- Ea as SKELETON_RIPPLE_DURATION,
343
- _a as SKELETON_SHAPES,
344
- Ia as SKELETON_SHAPE_SIZES,
345
- fa as SKELETON_TEXT_TYPES,
346
- Oa as SPLIT_BUTTON_ICON_SIZES,
347
- Ke as SUCCESS,
348
- Pa as TAB_IMPORTANCE_MODIFIERS,
349
- na as TAB_LIST_IMPORTANCE_MODIFIERS,
350
- Ma as TAB_LIST_KIND_MODIFIERS,
351
- ca as TAB_LIST_SIZES,
352
- Fa as TOAST_MIN_DURATION,
353
- Ga as TOAST_ROLES,
354
- ja as TOGGLE_CHECKED_VALUES,
355
- Ha as TOGGLE_SIZE_MODIFIERS,
356
- ka as TOOLTIP_DELAY_MS,
357
- Wa as TOOLTIP_DIRECTIONS,
358
- va as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
359
- wa as TOOLTIP_KIND_MODIFIERS,
360
- Xa as TOOLTIP_STICKY_VALUES,
361
- N_ as UNREAD_PILL_DIRECTIONS,
362
- u_ as UNREAD_PILL_KINDS,
338
+ wr as SELECT_SIZE_MODIFIERS,
339
+ Xr as SELECT_STATE_MODIFIERS,
340
+ Le as SHORTCUTS_ALIASES_LIST,
341
+ Ea as SKELETON_HEADING_HEIGHTS,
342
+ _a as SKELETON_RIPPLE_DURATION,
343
+ Ia as SKELETON_SHAPES,
344
+ fa as SKELETON_SHAPE_SIZES,
345
+ Da as SKELETON_TEXT_TYPES,
346
+ pa as SPLIT_BUTTON_ICON_SIZES,
347
+ ge as SUCCESS,
348
+ na as TAB_IMPORTANCE_MODIFIERS,
349
+ Ma as TAB_LIST_IMPORTANCE_MODIFIERS,
350
+ ca as TAB_LIST_KIND_MODIFIERS,
351
+ Ba as TAB_LIST_SIZES,
352
+ Ga as TOAST_MIN_DURATION,
353
+ Ka as TOAST_ROLES,
354
+ Ha as TOGGLE_CHECKED_VALUES,
355
+ Za as TOGGLE_SIZE_MODIFIERS,
356
+ Wa as TOOLTIP_DELAY_MS,
357
+ va as TOOLTIP_DIRECTIONS,
358
+ wa as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
359
+ Xa as TOOLTIP_KIND_MODIFIERS,
360
+ ya as TOOLTIP_STICKY_VALUES,
361
+ u_ as UNREAD_PILL_DIRECTIONS,
362
+ d_ as UNREAD_PILL_KINDS,
363
363
  a as VALIDATION_MESSAGE_TYPES,
364
- ge as WARNING,
364
+ be as WARNING,
365
365
  s as codeToEmojiData,
366
366
  N as customEmojiAssetUrl,
367
367
  u as defaultEmojiAssetUrl,
@@ -380,27 +380,28 @@ export {
380
380
  U as filterValidShortCodes,
381
381
  V as findEmojis,
382
382
  F as findShortCodes,
383
- Fo as formatLong,
384
- Go as formatMedium,
383
+ Go as formatLong,
384
+ Ko as formatMedium,
385
385
  T as formatMessages,
386
- Ko as formatNoYear,
387
- go as formatNumerical,
388
- bo as formatShort,
386
+ go as formatNoYear,
387
+ bo as formatNumerical,
388
+ jo as formatShort,
389
389
  l as getDateMedium,
390
390
  G as getEmojiData,
391
- be as getLinkKindModifier,
391
+ K as getEmojiShortCode,
392
+ je as getLinkKindModifier,
392
393
  O as getUniqueString,
393
394
  p as getValidationState,
394
395
  x as relativeDate,
395
- K as setCustomEmojiJson,
396
- g as setCustomEmojiUrl,
396
+ g as setCustomEmojiJson,
397
+ b as setCustomEmojiUrl,
397
398
  i as setDateLocale,
398
- b as setEmojiAssetUrlLarge,
399
- j as setEmojiAssetUrlSmall,
400
- H as shortcodeToEmojiData,
401
- Z as stringToUnicode,
399
+ j as setEmojiAssetUrlLarge,
400
+ H as setEmojiAssetUrlSmall,
401
+ Z as shortcodeToEmojiData,
402
+ h as stringToUnicode,
402
403
  Y as unicodeToString,
403
- h as validateCustomEmojiJson,
404
+ k as validateCustomEmojiJson,
404
405
  _ as validationMessageValidator
405
406
  };
406
407
  //# sourceMappingURL=dialtone-vue.js.map