@dialpad/dialtone 9.71.0-beta.1 → 9.71.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.
- package/dist/tokens/doc.json +17706 -17706
- package/dist/tokens/postcss/rem-to-px.cjs +1 -0
- package/dist/tokens/postcss/rem-to-px.js +19 -0
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +1 -1
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +1 -1
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +1 -1
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +1 -1
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +1 -1
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +1 -1
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +1 -1
- package/dist/tokens/themes/types/themes/config.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/dp-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/dp-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-sm-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-sm-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/tmo-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/tmo-light.d.ts.map +1 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.cjs +18 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.cjs.map +1 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.js +19 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.js.map +1 -0
- package/dist/vue2/common/dates.cjs +0 -2
- package/dist/vue2/common/dates.cjs.map +1 -1
- package/dist/vue2/common/dates.js +0 -2
- package/dist/vue2/common/dates.js.map +1 -1
- package/dist/vue2/common/emoji.cjs +163 -40
- package/dist/vue2/common/emoji.cjs.map +1 -1
- package/dist/vue2/common/emoji.js +145 -2
- package/dist/vue2/common/emoji.js.map +1 -1
- package/dist/vue2/common/mixins/dom.cjs +101 -0
- package/dist/vue2/common/mixins/dom.cjs.map +1 -0
- package/dist/vue2/common/mixins/dom.js +102 -0
- package/dist/vue2/common/mixins/dom.js.map +1 -0
- package/dist/vue2/common/mixins/input.cjs +296 -0
- package/dist/vue2/common/mixins/input.cjs.map +1 -0
- package/dist/vue2/common/mixins/input.js +296 -0
- package/dist/vue2/common/mixins/input.js.map +1 -0
- package/dist/vue2/common/mixins/input_group.cjs +144 -0
- package/dist/vue2/common/mixins/input_group.cjs.map +1 -0
- package/dist/vue2/common/mixins/input_group.js +144 -0
- package/dist/vue2/common/mixins/input_group.js.map +1 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.cjs +186 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.cjs.map +1 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.js +187 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.js.map +1 -0
- package/dist/vue2/common/mixins/modal.cjs +104 -0
- package/dist/vue2/common/mixins/modal.cjs.map +1 -0
- package/dist/vue2/common/mixins/modal.js +105 -0
- package/dist/vue2/common/mixins/modal.js.map +1 -0
- package/dist/vue2/common/mixins/skeleton.cjs +27 -0
- package/dist/vue2/common/mixins/skeleton.cjs.map +1 -0
- package/dist/vue2/common/mixins/skeleton.js +28 -0
- package/dist/vue2/common/mixins/skeleton.js.map +1 -0
- package/dist/vue2/common/mixins/sr_only_close_button.cjs +45 -0
- package/dist/vue2/common/mixins/sr_only_close_button.cjs.map +1 -0
- package/dist/vue2/common/mixins/sr_only_close_button.js +46 -0
- package/dist/vue2/common/mixins/sr_only_close_button.js.map +1 -0
- package/dist/vue2/common/mixins.cjs +4 -10
- package/dist/vue2/common/mixins.cjs.map +1 -1
- package/dist/vue2/common/mixins.js +4 -10
- package/dist/vue2/common/mixins.js.map +1 -1
- package/dist/vue2/common/sr_only_close_button.vue.cjs +48 -0
- package/dist/vue2/common/sr_only_close_button.vue.cjs.map +1 -0
- package/dist/vue2/common/sr_only_close_button.vue.js +49 -0
- package/dist/vue2/common/sr_only_close_button.vue.js.map +1 -0
- package/dist/vue2/common/storybook_utils.cjs +8 -0
- package/dist/vue2/common/storybook_utils.cjs.map +1 -0
- package/dist/vue2/common/storybook_utils.js +8 -0
- package/dist/vue2/common/storybook_utils.js.map +1 -0
- package/dist/vue2/common/utils.cjs +3 -6
- package/dist/vue2/common/utils.cjs.map +1 -1
- package/dist/vue2/common/utils.js +3 -6
- package/dist/vue2/common/utils.js.map +1 -1
- package/dist/vue2/components/avatar/avatar.vue.cjs +327 -0
- package/dist/vue2/components/avatar/avatar.vue.cjs.map +1 -0
- package/dist/vue2/components/avatar/avatar.vue.js +328 -0
- package/dist/vue2/components/avatar/avatar.vue.js.map +1 -0
- package/dist/vue2/components/avatar/avatar_constants.cjs +64 -0
- package/dist/vue2/components/avatar/avatar_constants.cjs.map +1 -0
- package/dist/vue2/components/avatar/avatar_constants.js +64 -0
- package/dist/vue2/components/avatar/avatar_constants.js.map +1 -0
- package/dist/vue2/components/avatar/utils.cjs +9 -0
- package/dist/vue2/components/avatar/utils.cjs.map +1 -0
- package/dist/vue2/components/avatar/utils.js +9 -0
- package/dist/vue2/components/avatar/utils.js.map +1 -0
- package/dist/vue2/components/badge/badge.vue.cjs +157 -0
- package/dist/vue2/components/badge/badge.vue.cjs.map +1 -0
- package/dist/vue2/components/badge/badge.vue.js +158 -0
- package/dist/vue2/components/badge/badge.vue.js.map +1 -0
- package/dist/vue2/components/badge/badge_constants.cjs +43 -0
- package/dist/vue2/components/badge/badge_constants.cjs.map +1 -0
- package/dist/vue2/components/badge/badge_constants.js +43 -0
- package/dist/vue2/components/badge/badge_constants.js.map +1 -0
- package/dist/vue2/components/banner/banner.vue.cjs +199 -0
- package/dist/vue2/components/banner/banner.vue.cjs.map +1 -0
- package/dist/vue2/components/banner/banner.vue.js +200 -0
- package/dist/vue2/components/banner/banner.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.cjs +72 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.js +73 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.cjs +73 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.js +74 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.js +7 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
- package/dist/vue2/components/button/button.vue.cjs +282 -0
- package/dist/vue2/components/button/button.vue.cjs.map +1 -0
- package/dist/vue2/components/button/button.vue.js +283 -0
- package/dist/vue2/components/button/button.vue.js.map +1 -0
- package/dist/vue2/components/button/button_constants.cjs +71 -0
- package/dist/vue2/components/button/button_constants.cjs.map +1 -0
- package/dist/vue2/components/button/button_constants.js +71 -0
- package/dist/vue2/components/button/button_constants.js.map +1 -0
- package/dist/vue2/components/button_group/button_group.vue.cjs +40 -0
- package/dist/vue2/components/button_group/button_group.vue.cjs.map +1 -0
- package/dist/vue2/components/button_group/button_group.vue.js +41 -0
- package/dist/vue2/components/button_group/button_group.vue.js.map +1 -0
- package/dist/vue2/components/button_group/button_group_constants.cjs +9 -0
- package/dist/vue2/components/button_group/button_group_constants.cjs.map +1 -0
- package/dist/vue2/components/button_group/button_group_constants.js +9 -0
- package/dist/vue2/components/button_group/button_group_constants.js.map +1 -0
- package/dist/vue2/components/card/card.vue.cjs +71 -0
- package/dist/vue2/components/card/card.vue.cjs.map +1 -0
- package/dist/vue2/components/card/card.vue.js +72 -0
- package/dist/vue2/components/card/card.vue.js.map +1 -0
- package/dist/vue2/components/checkbox/checkbox.vue.cjs +117 -0
- package/dist/vue2/components/checkbox/checkbox.vue.cjs.map +1 -0
- package/dist/vue2/components/checkbox/checkbox.vue.js +118 -0
- package/dist/vue2/components/checkbox/checkbox.vue.js.map +1 -0
- package/dist/vue2/components/checkbox/checkbox_constants.cjs +9 -0
- package/dist/vue2/components/checkbox/checkbox_constants.cjs.map +1 -0
- package/dist/vue2/components/checkbox/checkbox_constants.js +9 -0
- package/dist/vue2/components/checkbox/checkbox_constants.js.map +1 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.cjs +122 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.js +123 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.js.map +1 -0
- package/dist/vue2/components/chip/chip.vue.cjs +172 -0
- package/dist/vue2/components/chip/chip.vue.cjs.map +1 -0
- package/dist/vue2/components/chip/chip.vue.js +173 -0
- package/dist/vue2/components/chip/chip.vue.js.map +1 -0
- package/dist/vue2/components/chip/chip_constants.cjs +21 -0
- package/dist/vue2/components/chip/chip_constants.cjs.map +1 -0
- package/dist/vue2/components/chip/chip_constants.js +21 -0
- package/dist/vue2/components/chip/chip_constants.js.map +1 -0
- package/dist/vue2/components/codeblock/codeblock.vue.cjs +27 -0
- package/dist/vue2/components/codeblock/codeblock.vue.cjs.map +1 -0
- package/dist/vue2/components/codeblock/codeblock.vue.js +28 -0
- package/dist/vue2/components/codeblock/codeblock.vue.js.map +1 -0
- package/dist/vue2/components/collapsible/collapsible.vue.cjs +196 -0
- package/dist/vue2/components/collapsible/collapsible.vue.cjs.map +1 -0
- package/dist/vue2/components/collapsible/collapsible.vue.js +197 -0
- package/dist/vue2/components/collapsible/collapsible.vue.js.map +1 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.cjs +133 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.js +134 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox.vue.cjs +355 -0
- package/dist/vue2/components/combobox/combobox.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox.vue.js +356 -0
- package/dist/vue2/components/combobox/combobox.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_constants.cjs +11 -0
- package/dist/vue2/components/combobox/combobox_constants.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_constants.js +11 -0
- package/dist/vue2/components/combobox/combobox_constants.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.cjs +44 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.js +45 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.cjs +26 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.js +27 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/datepicker.vue.cjs +146 -0
- package/dist/vue2/components/datepicker/datepicker.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/datepicker.vue.js +147 -0
- package/dist/vue2/components/datepicker/datepicker.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/datepicker_constants.cjs +9 -0
- package/dist/vue2/components/datepicker/datepicker_constants.cjs.map +1 -0
- package/dist/vue2/components/datepicker/datepicker_constants.js +9 -0
- package/dist/vue2/components/datepicker/datepicker_constants.js.map +1 -0
- package/dist/vue2/components/datepicker/formatUtils.cjs +25 -0
- package/dist/vue2/components/datepicker/formatUtils.cjs.map +1 -0
- package/dist/vue2/components/datepicker/formatUtils.js +25 -0
- package/dist/vue2/components/datepicker/formatUtils.js.map +1 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.cjs +198 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.js +199 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs +219 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js +220 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/utils.cjs +84 -0
- package/dist/vue2/components/datepicker/utils.cjs.map +1 -0
- package/dist/vue2/components/datepicker/utils.js +84 -0
- package/dist/vue2/components/datepicker/utils.js.map +1 -0
- package/dist/vue2/components/description_list/description_list.vue.cjs +84 -0
- package/dist/vue2/components/description_list/description_list.vue.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list.vue.js +85 -0
- package/dist/vue2/components/description_list/description_list.vue.js.map +1 -0
- package/dist/vue2/components/description_list/description_list_constants.cjs +5 -0
- package/dist/vue2/components/description_list/description_list_constants.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list_constants.js +5 -0
- package/dist/vue2/components/description_list/description_list_constants.js.map +1 -0
- package/dist/vue2/components/description_list/description_list_validators.cjs +33 -0
- package/dist/vue2/components/description_list/description_list_validators.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list_validators.js +33 -0
- package/dist/vue2/components/description_list/description_list_validators.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown.vue.cjs +403 -0
- package/dist/vue2/components/dropdown/dropdown.vue.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown.vue.js +404 -0
- package/dist/vue2/components/dropdown/dropdown.vue.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_constants.cjs +9 -0
- package/dist/vue2/components/dropdown/dropdown_constants.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_constants.js +9 -0
- package/dist/vue2/components/dropdown/dropdown_constants.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.cjs +22 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.js +23 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.js.map +1 -0
- package/dist/vue2/components/emoji/emoji.vue.cjs +140 -0
- package/dist/vue2/components/emoji/emoji.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji/emoji.vue.js +141 -0
- package/dist/vue2/components/emoji/emoji.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.cjs +207 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.js +208 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.cjs +28 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.js +28 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.cjs +39 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.js +40 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs +79 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js +80 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.cjs +468 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.js +469 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +178 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.js +179 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs +150 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js +151 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +105 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +106 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
- package/dist/vue2/components/empty_state/empty_state.vue.cjs +158 -0
- package/dist/vue2/components/empty_state/empty_state.vue.cjs.map +1 -0
- package/dist/vue2/components/empty_state/empty_state.vue.js +159 -0
- package/dist/vue2/components/empty_state/empty_state.vue.js.map +1 -0
- package/dist/vue2/components/empty_state/empty_state_constants.cjs +9 -0
- package/dist/vue2/components/empty_state/empty_state_constants.cjs.map +1 -0
- package/dist/vue2/components/empty_state/empty_state_constants.js +9 -0
- package/dist/vue2/components/empty_state/empty_state_constants.js.map +1 -0
- package/dist/vue2/components/hovercard/hovercard.vue.cjs +158 -0
- package/dist/vue2/components/hovercard/hovercard.vue.cjs.map +1 -0
- package/dist/vue2/components/hovercard/hovercard.vue.js +159 -0
- package/dist/vue2/components/hovercard/hovercard.vue.js.map +1 -0
- package/dist/vue2/components/hovercard/timer.cjs +58 -0
- package/dist/vue2/components/hovercard/timer.cjs.map +1 -0
- package/dist/vue2/components/hovercard/timer.js +59 -0
- package/dist/vue2/components/hovercard/timer.js.map +1 -0
- package/dist/vue2/components/icon/icon.vue.cjs +54 -0
- package/dist/vue2/components/icon/icon.vue.cjs.map +1 -0
- package/dist/vue2/components/icon/icon.vue.js +55 -0
- package/dist/vue2/components/icon/icon.vue.js.map +1 -0
- package/dist/vue2/components/icon/icon_constants.cjs +17 -0
- package/dist/vue2/components/icon/icon_constants.cjs.map +1 -0
- package/dist/vue2/components/icon/icon_constants.js +17 -0
- package/dist/vue2/components/icon/icon_constants.js.map +1 -0
- package/dist/vue2/components/illustration/illustration.vue.cjs +38 -0
- package/dist/vue2/components/illustration/illustration.vue.cjs.map +1 -0
- package/dist/vue2/components/illustration/illustration.vue.js +39 -0
- package/dist/vue2/components/illustration/illustration.vue.js.map +1 -0
- package/dist/vue2/components/illustration/illustration_constants.cjs +6 -0
- package/dist/vue2/components/illustration/illustration_constants.cjs.map +1 -0
- package/dist/vue2/components/illustration/illustration_constants.js +6 -0
- package/dist/vue2/components/illustration/illustration_constants.js.map +1 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.cjs +193 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.cjs.map +1 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.js +194 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.js.map +1 -0
- package/dist/vue2/components/input/input.vue.cjs +413 -0
- package/dist/vue2/components/input/input.vue.cjs.map +1 -0
- package/dist/vue2/components/input/input.vue.js +414 -0
- package/dist/vue2/components/input/input.vue.js.map +1 -0
- package/dist/vue2/components/input/input_constants.cjs +65 -0
- package/dist/vue2/components/input/input_constants.cjs.map +1 -0
- package/dist/vue2/components/input/input_constants.js +65 -0
- package/dist/vue2/components/input/input_constants.js.map +1 -0
- package/dist/vue2/components/input_group/input_group.vue.cjs +85 -0
- package/dist/vue2/components/input_group/input_group.vue.cjs.map +1 -0
- package/dist/vue2/components/input_group/input_group.vue.js +86 -0
- package/dist/vue2/components/input_group/input_group.vue.js.map +1 -0
- package/dist/vue2/components/item_layout/item_layout.vue.cjs +38 -0
- package/dist/vue2/components/item_layout/item_layout.vue.cjs.map +1 -0
- package/dist/vue2/components/item_layout/item_layout.vue.js +39 -0
- package/dist/vue2/components/item_layout/item_layout.vue.js.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +87 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js +88 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.cjs +77 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.cjs.map +1 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.js +78 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.js.map +1 -0
- package/dist/vue2/components/link/link.vue.cjs +80 -0
- package/dist/vue2/components/link/link.vue.cjs.map +1 -0
- package/dist/vue2/components/link/link.vue.js +81 -0
- package/dist/vue2/components/link/link.vue.js.map +1 -0
- package/dist/vue2/components/link/link_constants.cjs +39 -0
- package/dist/vue2/components/link/link_constants.cjs.map +1 -0
- package/dist/vue2/components/link/link_constants.js +39 -0
- package/dist/vue2/components/link/link_constants.js.map +1 -0
- package/dist/vue2/components/list_item/list_item.vue.cjs +196 -0
- package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -0
- package/dist/vue2/components/list_item/list_item.vue.js +197 -0
- package/dist/vue2/components/list_item/list_item.vue.js.map +1 -0
- package/dist/vue2/components/list_item/list_item_constants.cjs +14 -0
- package/dist/vue2/components/list_item/list_item_constants.cjs.map +1 -0
- package/dist/vue2/components/list_item/list_item_constants.js +14 -0
- package/dist/vue2/components/list_item/list_item_constants.js.map +1 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.cjs +56 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.cjs.map +1 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.js +57 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.js.map +1 -0
- package/dist/vue2/components/modal/modal.vue.cjs +326 -0
- package/dist/vue2/components/modal/modal.vue.cjs.map +1 -0
- package/dist/vue2/components/modal/modal.vue.js +327 -0
- package/dist/vue2/components/modal/modal.vue.js.map +1 -0
- package/dist/vue2/components/modal/modal_constants.cjs +21 -0
- package/dist/vue2/components/modal/modal_constants.cjs.map +1 -0
- package/dist/vue2/components/modal/modal_constants.js +21 -0
- package/dist/vue2/components/modal/modal_constants.js.map +1 -0
- package/dist/vue2/components/notice/notice.vue.cjs +156 -0
- package/dist/vue2/components/notice/notice.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice.vue.js +157 -0
- package/dist/vue2/components/notice/notice.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_action.vue.cjs +96 -0
- package/dist/vue2/components/notice/notice_action.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_action.vue.js +97 -0
- package/dist/vue2/components/notice/notice_action.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_constants.cjs +7 -0
- package/dist/vue2/components/notice/notice_constants.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_constants.js +7 -0
- package/dist/vue2/components/notice/notice_constants.js.map +1 -0
- package/dist/vue2/components/notice/notice_content.vue.cjs +48 -0
- package/dist/vue2/components/notice/notice_content.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_content.vue.js +49 -0
- package/dist/vue2/components/notice/notice_content.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_icon.vue.cjs +53 -0
- package/dist/vue2/components/notice/notice_icon.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_icon.vue.js +54 -0
- package/dist/vue2/components/notice/notice_icon.vue.js.map +1 -0
- package/dist/vue2/components/pagination/pagination.vue.cjs +145 -0
- package/dist/vue2/components/pagination/pagination.vue.cjs.map +1 -0
- package/dist/vue2/components/pagination/pagination.vue.js +146 -0
- package/dist/vue2/components/pagination/pagination.vue.js.map +1 -0
- package/dist/vue2/components/popover/popover.vue.cjs +905 -0
- package/dist/vue2/components/popover/popover.vue.cjs.map +1 -0
- package/dist/vue2/components/popover/popover.vue.js +906 -0
- package/dist/vue2/components/popover/popover.vue.js.map +1 -0
- package/dist/vue2/components/popover/popover_constants.cjs +34 -0
- package/dist/vue2/components/popover/popover_constants.cjs.map +1 -0
- package/dist/vue2/components/popover/popover_constants.js +34 -0
- package/dist/vue2/components/popover/popover_constants.js.map +1 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs +89 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs.map +1 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.js +90 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.js.map +1 -0
- package/dist/vue2/components/popover/tippy_utils.cjs +94 -0
- package/dist/vue2/components/popover/tippy_utils.cjs.map +1 -0
- package/dist/vue2/components/popover/tippy_utils.js +94 -0
- package/dist/vue2/components/popover/tippy_utils.js.map +1 -0
- package/dist/vue2/components/presence/presence.vue.cjs +50 -0
- package/dist/vue2/components/presence/presence.vue.cjs.map +1 -0
- package/dist/vue2/components/presence/presence.vue.js +51 -0
- package/dist/vue2/components/presence/presence.vue.js.map +1 -0
- package/dist/vue2/components/presence/presence_constants.cjs +17 -0
- package/dist/vue2/components/presence/presence_constants.cjs.map +1 -0
- package/dist/vue2/components/presence/presence_constants.js +17 -0
- package/dist/vue2/components/presence/presence_constants.js.map +1 -0
- package/dist/vue2/components/radio/radio.vue.cjs +107 -0
- package/dist/vue2/components/radio/radio.vue.cjs.map +1 -0
- package/dist/vue2/components/radio/radio.vue.js +108 -0
- package/dist/vue2/components/radio/radio.vue.js.map +1 -0
- package/dist/vue2/components/radio/radio_constants.cjs +9 -0
- package/dist/vue2/components/radio/radio_constants.cjs.map +1 -0
- package/dist/vue2/components/radio/radio_constants.js +9 -0
- package/dist/vue2/components/radio/radio_constants.js.map +1 -0
- package/dist/vue2/components/radio_group/radio_group.vue.cjs +90 -0
- package/dist/vue2/components/radio_group/radio_group.vue.cjs.map +1 -0
- package/dist/vue2/components/radio_group/radio_group.vue.js +91 -0
- package/dist/vue2/components/radio_group/radio_group.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +40 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +41 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.js +46 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.js +5 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +28 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +29 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.js +5 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +42 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +43 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.js +45 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +35 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +36 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.cjs +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.js +83 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +119 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +120 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +524 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +525 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.js +24 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
- package/dist/vue2/components/root_layout/root_layout.vue.cjs +122 -0
- package/dist/vue2/components/root_layout/root_layout.vue.cjs.map +1 -0
- package/dist/vue2/components/root_layout/root_layout.vue.js +123 -0
- package/dist/vue2/components/root_layout/root_layout.vue.js.map +1 -0
- package/dist/vue2/components/root_layout/root_layout_constants.cjs +10 -0
- package/dist/vue2/components/root_layout/root_layout_constants.cjs.map +1 -0
- package/dist/vue2/components/root_layout/root_layout_constants.js +10 -0
- package/dist/vue2/components/root_layout/root_layout_constants.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu.vue.cjs +237 -0
- package/dist/vue2/components/select_menu/select_menu.vue.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu.vue.js +238 -0
- package/dist/vue2/components/select_menu/select_menu.vue.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_constants.cjs +17 -0
- package/dist/vue2/components/select_menu/select_menu_constants.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_constants.js +17 -0
- package/dist/vue2/components/select_menu/select_menu_constants.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_validators.cjs +34 -0
- package/dist/vue2/components/select_menu/select_menu_validators.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_validators.js +34 -0
- package/dist/vue2/components/select_menu/select_menu_validators.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.cjs +102 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.js +103 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.cjs +141 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.js +142 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.cjs +101 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.js +102 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.cjs +111 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.js +112 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton.vue.cjs +125 -0
- package/dist/vue2/components/skeleton/skeleton.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton.vue.js +126 -0
- package/dist/vue2/components/skeleton/skeleton.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton_constants.cjs +27 -0
- package/dist/vue2/components/skeleton/skeleton_constants.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton_constants.js +27 -0
- package/dist/vue2/components/skeleton/skeleton_constants.js.map +1 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.cjs +113 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.js +114 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.cjs +97 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.js +98 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button.vue.cjs +283 -0
- package/dist/vue2/components/split_button/split_button.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button.vue.js +284 -0
- package/dist/vue2/components/split_button/split_button.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button_constants.cjs +11 -0
- package/dist/vue2/components/split_button/split_button_constants.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button_constants.js +11 -0
- package/dist/vue2/components/split_button/split_button_constants.js.map +1 -0
- package/dist/vue2/components/stack/stack.vue.cjs +82 -0
- package/dist/vue2/components/stack/stack.vue.cjs.map +1 -0
- package/dist/vue2/components/stack/stack.vue.js +83 -0
- package/dist/vue2/components/stack/stack.vue.js.map +1 -0
- package/dist/vue2/components/stack/stack_constants.cjs +15 -0
- package/dist/vue2/components/stack/stack_constants.cjs.map +1 -0
- package/dist/vue2/components/stack/stack_constants.js +15 -0
- package/dist/vue2/components/stack/stack_constants.js.map +1 -0
- package/dist/vue2/components/stack/utils.cjs +68 -0
- package/dist/vue2/components/stack/utils.cjs.map +1 -0
- package/dist/vue2/components/stack/utils.js +68 -0
- package/dist/vue2/components/stack/utils.js.map +1 -0
- package/dist/vue2/components/stack/validators.cjs +26 -0
- package/dist/vue2/components/stack/validators.cjs.map +1 -0
- package/dist/vue2/components/stack/validators.js +26 -0
- package/dist/vue2/components/stack/validators.js.map +1 -0
- package/dist/vue2/components/tabs/tab.vue.cjs +119 -0
- package/dist/vue2/components/tabs/tab.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab.vue.js +120 -0
- package/dist/vue2/components/tabs/tab.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tab_group.vue.cjs +239 -0
- package/dist/vue2/components/tabs/tab_group.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab_group.vue.js +240 -0
- package/dist/vue2/components/tabs/tab_group.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tab_panel.vue.cjs +87 -0
- package/dist/vue2/components/tabs/tab_panel.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab_panel.vue.js +88 -0
- package/dist/vue2/components/tabs/tab_panel.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tabs_constants.cjs +21 -0
- package/dist/vue2/components/tabs/tabs_constants.cjs.map +1 -0
- package/dist/vue2/components/tabs/tabs_constants.js +21 -0
- package/dist/vue2/components/tabs/tabs_constants.js.map +1 -0
- package/dist/vue2/components/toast/toast.vue.cjs +236 -0
- package/dist/vue2/components/toast/toast.vue.cjs.map +1 -0
- package/dist/vue2/components/toast/toast.vue.js +237 -0
- package/dist/vue2/components/toast/toast.vue.js.map +1 -0
- package/dist/vue2/components/toast/toast_constants.cjs +7 -0
- package/dist/vue2/components/toast/toast_constants.cjs.map +1 -0
- package/dist/vue2/components/toast/toast_constants.js +7 -0
- package/dist/vue2/components/toast/toast_constants.js.map +1 -0
- package/dist/vue2/components/toggle/toggle.vue.cjs +168 -0
- package/dist/vue2/components/toggle/toggle.vue.cjs.map +1 -0
- package/dist/vue2/components/toggle/toggle.vue.js +169 -0
- package/dist/vue2/components/toggle/toggle.vue.js.map +1 -0
- package/dist/vue2/components/toggle/toggle_constants.cjs +10 -0
- package/dist/vue2/components/toggle/toggle_constants.cjs.map +1 -0
- package/dist/vue2/components/toggle/toggle_constants.js +10 -0
- package/dist/vue2/components/toggle/toggle_constants.js.map +1 -0
- package/dist/vue2/components/tooltip/tooltip.vue.cjs +429 -0
- package/dist/vue2/components/tooltip/tooltip.vue.cjs.map +1 -0
- package/dist/vue2/components/tooltip/tooltip.vue.js +430 -0
- package/dist/vue2/components/tooltip/tooltip.vue.js.map +1 -0
- package/dist/vue2/components/tooltip/tooltip_constants.cjs +23 -0
- package/dist/vue2/components/tooltip/tooltip_constants.cjs.map +1 -0
- package/dist/vue2/components/tooltip/tooltip_constants.js +23 -0
- package/dist/vue2/components/tooltip/tooltip_constants.js.map +1 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.cjs +81 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.cjs.map +1 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.js +82 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.js.map +1 -0
- package/dist/vue2/dialtone-vue.cjs +320 -314
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +218 -212
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/directives/scrollbar/scrollbar.cjs +31 -0
- package/dist/vue2/directives/scrollbar/scrollbar.cjs.map +1 -0
- package/dist/vue2/directives/scrollbar/scrollbar.js +31 -0
- package/dist/vue2/directives/scrollbar/scrollbar.js.map +1 -0
- package/dist/vue2/directives/tooltip/tooltip.cjs +85 -0
- package/dist/vue2/directives/tooltip/tooltip.cjs.map +1 -0
- package/dist/vue2/directives/tooltip/tooltip.js +85 -0
- package/dist/vue2/directives/tooltip/tooltip.js.map +1 -0
- package/dist/vue2/lib/attachment-carousel.cjs +1 -257
- package/dist/vue2/lib/attachment-carousel.cjs.map +1 -1
- package/dist/vue2/lib/attachment-carousel.js +2 -258
- package/dist/vue2/lib/attachment-carousel.js.map +1 -1
- package/dist/vue2/lib/avatar.cjs +11 -400
- package/dist/vue2/lib/avatar.cjs.map +1 -1
- package/dist/vue2/lib/avatar.js +3 -392
- package/dist/vue2/lib/avatar.js.map +1 -1
- package/dist/vue2/lib/badge.cjs +6 -200
- package/dist/vue2/lib/badge.cjs.map +1 -1
- package/dist/vue2/lib/badge.js +3 -197
- package/dist/vue2/lib/badge.js.map +1 -1
- package/dist/vue2/lib/banner.cjs +1 -206
- package/dist/vue2/lib/banner.cjs.map +1 -1
- package/dist/vue2/lib/banner.js +2 -207
- package/dist/vue2/lib/banner.js.map +1 -1
- package/dist/vue2/lib/breadcrumbs.cjs +6 -146
- package/dist/vue2/lib/breadcrumbs.cjs.map +1 -1
- package/dist/vue2/lib/breadcrumbs.js +5 -145
- package/dist/vue2/lib/breadcrumbs.js.map +1 -1
- package/dist/vue2/lib/button-group.cjs +3 -44
- package/dist/vue2/lib/button-group.cjs.map +1 -1
- package/dist/vue2/lib/button-group.js +3 -44
- package/dist/vue2/lib/button-group.js.map +1 -1
- package/dist/vue2/lib/button.cjs +10 -350
- package/dist/vue2/lib/button.cjs.map +1 -1
- package/dist/vue2/lib/button.js +3 -343
- package/dist/vue2/lib/button.js.map +1 -1
- package/dist/vue2/lib/callbar-button-with-popover.cjs +1 -261
- package/dist/vue2/lib/callbar-button-with-popover.cjs.map +1 -1
- package/dist/vue2/lib/callbar-button-with-popover.js +2 -262
- package/dist/vue2/lib/callbar-button-with-popover.js.map +1 -1
- package/dist/vue2/lib/callbar-button.cjs +4 -179
- package/dist/vue2/lib/callbar-button.cjs.map +1 -1
- package/dist/vue2/lib/callbar-button.js +3 -178
- package/dist/vue2/lib/callbar-button.js.map +1 -1
- package/dist/vue2/lib/callbox.cjs +4 -143
- package/dist/vue2/lib/callbox.cjs.map +1 -1
- package/dist/vue2/lib/callbox.js +3 -142
- package/dist/vue2/lib/callbox.js.map +1 -1
- package/dist/vue2/lib/card.cjs +2 -71
- package/dist/vue2/lib/card.cjs.map +1 -1
- package/dist/vue2/lib/card.js +2 -71
- package/dist/vue2/lib/card.js.map +1 -1
- package/dist/vue2/lib/checkbox-group.cjs +1 -126
- package/dist/vue2/lib/checkbox-group.cjs.map +1 -1
- package/dist/vue2/lib/checkbox-group.js +2 -127
- package/dist/vue2/lib/checkbox-group.js.map +1 -1
- package/dist/vue2/lib/checkbox.cjs +1 -124
- package/dist/vue2/lib/checkbox.cjs.map +1 -1
- package/dist/vue2/lib/checkbox.js +2 -125
- package/dist/vue2/lib/checkbox.js.map +1 -1
- package/dist/vue2/lib/chip.cjs +6 -196
- package/dist/vue2/lib/chip.cjs.map +1 -1
- package/dist/vue2/lib/chip.js +3 -193
- package/dist/vue2/lib/chip.js.map +1 -1
- package/dist/vue2/lib/codeblock.cjs +1 -26
- package/dist/vue2/lib/codeblock.cjs.map +1 -1
- package/dist/vue2/lib/codeblock.js +2 -27
- package/dist/vue2/lib/codeblock.js.map +1 -1
- package/dist/vue2/lib/collapsible.cjs +2 -332
- package/dist/vue2/lib/collapsible.cjs.map +1 -1
- package/dist/vue2/lib/collapsible.js +2 -332
- package/dist/vue2/lib/collapsible.js.map +1 -1
- package/dist/vue2/lib/combobox-multi-select.cjs +5 -584
- package/dist/vue2/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/vue2/lib/combobox-multi-select.js +3 -582
- package/dist/vue2/lib/combobox-multi-select.js.map +1 -1
- package/dist/vue2/lib/combobox-with-popover.cjs +2 -382
- package/dist/vue2/lib/combobox-with-popover.cjs.map +1 -1
- package/dist/vue2/lib/combobox-with-popover.js +2 -382
- package/dist/vue2/lib/combobox-with-popover.js.map +1 -1
- package/dist/vue2/lib/combobox.cjs +4 -16
- package/dist/vue2/lib/combobox.cjs.map +1 -1
- package/dist/vue2/lib/combobox.js +3 -15
- package/dist/vue2/lib/combobox.js.map +1 -1
- package/dist/vue2/lib/contact-centers-row.cjs +1 -163
- package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-centers-row.js +2 -164
- package/dist/vue2/lib/contact-centers-row.js.map +1 -1
- package/dist/vue2/lib/contact-info.cjs +1 -149
- package/dist/vue2/lib/contact-info.cjs.map +1 -1
- package/dist/vue2/lib/contact-info.js +2 -150
- package/dist/vue2/lib/contact-info.js.map +1 -1
- package/dist/vue2/lib/contact-row.cjs +1 -207
- package/dist/vue2/lib/contact-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-row.js +2 -208
- package/dist/vue2/lib/contact-row.js.map +1 -1
- package/dist/vue2/lib/datepicker.cjs +7 -658
- package/dist/vue2/lib/datepicker.cjs.map +1 -1
- package/dist/vue2/lib/datepicker.js +3 -654
- package/dist/vue2/lib/datepicker.js.map +1 -1
- package/dist/vue2/lib/description-list.cjs +3 -111
- package/dist/vue2/lib/description-list.cjs.map +1 -1
- package/dist/vue2/lib/description-list.js +3 -111
- package/dist/vue2/lib/description-list.js.map +1 -1
- package/dist/vue2/lib/dropdown.cjs +5 -42
- package/dist/vue2/lib/dropdown.cjs.map +1 -1
- package/dist/vue2/lib/dropdown.js +5 -42
- package/dist/vue2/lib/dropdown.js.map +1 -1
- package/dist/vue2/lib/editor.cjs +1 -554
- package/dist/vue2/lib/editor.cjs.map +1 -1
- package/dist/vue2/lib/editor.js +2 -555
- package/dist/vue2/lib/editor.js.map +1 -1
- package/dist/vue2/lib/emoji-picker.cjs +7 -1147
- package/dist/vue2/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue2/lib/emoji-picker.js +3 -1143
- package/dist/vue2/lib/emoji-picker.js.map +1 -1
- package/dist/vue2/lib/emoji-row.cjs +3 -83
- package/dist/vue2/lib/emoji-row.cjs.map +1 -1
- package/dist/vue2/lib/emoji-row.js +3 -83
- package/dist/vue2/lib/emoji-row.js.map +1 -1
- package/dist/vue2/lib/emoji-text-wrapper.cjs +2 -109
- package/dist/vue2/lib/emoji-text-wrapper.cjs.map +1 -1
- package/dist/vue2/lib/emoji-text-wrapper.js +2 -109
- package/dist/vue2/lib/emoji-text-wrapper.js.map +1 -1
- package/dist/vue2/lib/emoji.cjs +2 -142
- package/dist/vue2/lib/emoji.cjs.map +1 -1
- package/dist/vue2/lib/emoji.js +2 -142
- package/dist/vue2/lib/emoji.js.map +1 -1
- package/dist/vue2/lib/empty-state.cjs +3 -165
- package/dist/vue2/lib/empty-state.cjs.map +1 -1
- package/dist/vue2/lib/empty-state.js +3 -165
- package/dist/vue2/lib/empty-state.js.map +1 -1
- package/dist/vue2/lib/feed-item-row.cjs +4 -220
- package/dist/vue2/lib/feed-item-row.cjs.map +1 -1
- package/dist/vue2/lib/feed-item-row.js +3 -219
- package/dist/vue2/lib/feed-item-row.js.map +1 -1
- package/dist/vue2/lib/feed-pill.cjs +3 -146
- package/dist/vue2/lib/feed-pill.cjs.map +1 -1
- package/dist/vue2/lib/feed-pill.js +3 -146
- package/dist/vue2/lib/feed-pill.js.map +1 -1
- package/dist/vue2/lib/general-row.cjs +8 -444
- package/dist/vue2/lib/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row.js +3 -439
- package/dist/vue2/lib/general-row.js.map +1 -1
- package/dist/vue2/lib/group-row.cjs +1 -112
- package/dist/vue2/lib/group-row.cjs.map +1 -1
- package/dist/vue2/lib/group-row.js +2 -113
- package/dist/vue2/lib/group-row.js.map +1 -1
- package/dist/vue2/lib/grouped-chip.cjs +1 -42
- package/dist/vue2/lib/grouped-chip.cjs.map +1 -1
- package/dist/vue2/lib/grouped-chip.js +2 -43
- package/dist/vue2/lib/grouped-chip.js.map +1 -1
- package/dist/vue2/lib/hovercard.cjs +1 -224
- package/dist/vue2/lib/hovercard.cjs.map +1 -1
- package/dist/vue2/lib/hovercard.js +2 -225
- package/dist/vue2/lib/hovercard.js.map +1 -1
- package/dist/vue2/lib/icon.cjs +3 -55
- package/dist/vue2/lib/icon.cjs.map +1 -1
- package/dist/vue2/lib/icon.js +3 -55
- package/dist/vue2/lib/icon.js.map +1 -1
- package/dist/vue2/lib/illustration.cjs +4 -40
- package/dist/vue2/lib/illustration.cjs.map +1 -1
- package/dist/vue2/lib/illustration.js +3 -39
- package/dist/vue2/lib/illustration.js.map +1 -1
- package/dist/vue2/lib/image-viewer.cjs +2 -198
- package/dist/vue2/lib/image-viewer.cjs.map +1 -1
- package/dist/vue2/lib/image-viewer.js +2 -198
- package/dist/vue2/lib/image-viewer.js.map +1 -1
- package/dist/vue2/lib/input-group.cjs +2 -89
- package/dist/vue2/lib/input-group.cjs.map +1 -1
- package/dist/vue2/lib/input-group.js +2 -89
- package/dist/vue2/lib/input-group.js.map +1 -1
- package/dist/vue2/lib/input.cjs +5 -471
- package/dist/vue2/lib/input.cjs.map +1 -1
- package/dist/vue2/lib/input.js +3 -469
- package/dist/vue2/lib/input.js.map +1 -1
- package/dist/vue2/lib/item-layout.cjs +2 -38
- package/dist/vue2/lib/item-layout.cjs.map +1 -1
- package/dist/vue2/lib/item-layout.js +2 -38
- package/dist/vue2/lib/item-layout.js.map +1 -1
- package/dist/vue2/lib/ivr-node.cjs +13 -211
- package/dist/vue2/lib/ivr-node.cjs.map +1 -1
- package/dist/vue2/lib/ivr-node.js +3 -201
- package/dist/vue2/lib/ivr-node.js.map +1 -1
- package/dist/vue2/lib/keyboard-shortcut.cjs +5 -103
- package/dist/vue2/lib/keyboard-shortcut.cjs.map +1 -1
- package/dist/vue2/lib/keyboard-shortcut.js +3 -101
- package/dist/vue2/lib/keyboard-shortcut.js.map +1 -1
- package/dist/vue2/lib/lazy-show.cjs +2 -78
- package/dist/vue2/lib/lazy-show.cjs.map +1 -1
- package/dist/vue2/lib/lazy-show.js +2 -78
- package/dist/vue2/lib/lazy-show.js.map +1 -1
- package/dist/vue2/lib/link.cjs +3 -80
- package/dist/vue2/lib/link.cjs.map +1 -1
- package/dist/vue2/lib/link.js +3 -80
- package/dist/vue2/lib/link.js.map +1 -1
- package/dist/vue2/lib/list-item-group.cjs +1 -57
- package/dist/vue2/lib/list-item-group.cjs.map +1 -1
- package/dist/vue2/lib/list-item-group.js +2 -58
- package/dist/vue2/lib/list-item-group.js.map +1 -1
- package/dist/vue2/lib/list-item.cjs +3 -200
- package/dist/vue2/lib/list-item.cjs.map +1 -1
- package/dist/vue2/lib/list-item.js +3 -200
- package/dist/vue2/lib/list-item.js.map +1 -1
- package/dist/vue2/lib/message-input.cjs +1 -647
- package/dist/vue2/lib/message-input.cjs.map +1 -1
- package/dist/vue2/lib/message-input.js +2 -648
- package/dist/vue2/lib/message-input.js.map +1 -1
- package/dist/vue2/lib/modal.cjs +5 -347
- package/dist/vue2/lib/modal.cjs.map +1 -1
- package/dist/vue2/lib/modal.js +3 -345
- package/dist/vue2/lib/modal.js.map +1 -1
- package/dist/vue2/lib/notice.cjs +9 -164
- package/dist/vue2/lib/notice.cjs.map +1 -1
- package/dist/vue2/lib/notice.js +9 -164
- package/dist/vue2/lib/notice.js.map +1 -1
- package/dist/vue2/lib/pagination.cjs +1 -149
- package/dist/vue2/lib/pagination.cjs.map +1 -1
- package/dist/vue2/lib/pagination.js +2 -150
- package/dist/vue2/lib/pagination.js.map +1 -1
- package/dist/vue2/lib/popover.cjs +3 -1014
- package/dist/vue2/lib/popover.cjs.map +1 -1
- package/dist/vue2/lib/popover.js +3 -1015
- package/dist/vue2/lib/popover.js.map +1 -1
- package/dist/vue2/lib/presence.cjs +5 -63
- package/dist/vue2/lib/presence.cjs.map +1 -1
- package/dist/vue2/lib/presence.js +3 -61
- package/dist/vue2/lib/presence.js.map +1 -1
- package/dist/vue2/lib/radio-group.cjs +1 -95
- package/dist/vue2/lib/radio-group.cjs.map +1 -1
- package/dist/vue2/lib/radio-group.js +2 -96
- package/dist/vue2/lib/radio-group.js.map +1 -1
- package/dist/vue2/lib/radio.cjs +3 -115
- package/dist/vue2/lib/radio.cjs.map +1 -1
- package/dist/vue2/lib/radio.js +3 -115
- package/dist/vue2/lib/radio.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +5 -1705
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +3 -1703
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/root-layout.cjs +4 -127
- package/dist/vue2/lib/root-layout.cjs.map +1 -1
- package/dist/vue2/lib/root-layout.js +3 -126
- package/dist/vue2/lib/root-layout.js.map +1 -1
- package/dist/vue2/lib/scrollbar-directive.cjs +2 -2438
- package/dist/vue2/lib/scrollbar-directive.cjs.map +1 -1
- package/dist/vue2/lib/scrollbar-directive.js +2 -2438
- package/dist/vue2/lib/scrollbar-directive.js.map +1 -1
- package/dist/vue2/lib/select-menu.cjs +4 -279
- package/dist/vue2/lib/select-menu.cjs.map +1 -1
- package/dist/vue2/lib/select-menu.js +3 -278
- package/dist/vue2/lib/select-menu.js.map +1 -1
- package/dist/vue2/lib/settings-menu-button.cjs +1 -62
- package/dist/vue2/lib/settings-menu-button.cjs.map +1 -1
- package/dist/vue2/lib/settings-menu-button.js +2 -63
- package/dist/vue2/lib/settings-menu-button.js.map +1 -1
- package/dist/vue2/lib/skeleton.cjs +16 -610
- package/dist/vue2/lib/skeleton.cjs.map +1 -1
- package/dist/vue2/lib/skeleton.js +11 -605
- package/dist/vue2/lib/skeleton.js.map +1 -1
- package/dist/vue2/lib/split-button.cjs +3 -508
- package/dist/vue2/lib/split-button.cjs.map +1 -1
- package/dist/vue2/lib/split-button.js +3 -508
- package/dist/vue2/lib/split-button.js.map +1 -1
- package/dist/vue2/lib/stack.cjs +3 -159
- package/dist/vue2/lib/stack.cjs.map +1 -1
- package/dist/vue2/lib/stack.js +3 -159
- package/dist/vue2/lib/stack.js.map +1 -1
- package/dist/vue2/lib/tabs.cjs +10 -96
- package/dist/vue2/lib/tabs.cjs.map +1 -1
- package/dist/vue2/lib/tabs.js +7 -93
- package/dist/vue2/lib/tabs.js.map +1 -1
- package/dist/vue2/lib/time-pill.cjs +1 -44
- package/dist/vue2/lib/time-pill.cjs.map +1 -1
- package/dist/vue2/lib/time-pill.js +2 -45
- package/dist/vue2/lib/time-pill.js.map +1 -1
- package/dist/vue2/lib/toast.cjs +4 -244
- package/dist/vue2/lib/toast.cjs.map +1 -1
- package/dist/vue2/lib/toast.js +3 -243
- package/dist/vue2/lib/toast.js.map +1 -1
- package/dist/vue2/lib/toggle.cjs +4 -174
- package/dist/vue2/lib/toggle.cjs.map +1 -1
- package/dist/vue2/lib/toggle.js +3 -173
- package/dist/vue2/lib/toggle.js.map +1 -1
- package/dist/vue2/lib/tooltip-directive.cjs +2 -85
- package/dist/vue2/lib/tooltip-directive.cjs.map +1 -1
- package/dist/vue2/lib/tooltip-directive.js +2 -85
- package/dist/vue2/lib/tooltip-directive.js.map +1 -1
- package/dist/vue2/lib/tooltip.cjs +8 -439
- package/dist/vue2/lib/tooltip.cjs.map +1 -1
- package/dist/vue2/lib/tooltip.js +3 -435
- package/dist/vue2/lib/tooltip.js.map +1 -1
- package/dist/vue2/lib/top-banner-info.cjs +3 -60
- package/dist/vue2/lib/top-banner-info.cjs.map +1 -1
- package/dist/vue2/lib/top-banner-info.js +3 -60
- package/dist/vue2/lib/top-banner-info.js.map +1 -1
- package/dist/vue2/lib/unread-pill.cjs +4 -60
- package/dist/vue2/lib/unread-pill.cjs.map +1 -1
- package/dist/vue2/lib/unread-pill.js +3 -59
- package/dist/vue2/lib/unread-pill.js.map +1 -1
- package/dist/vue2/lib/validation-messages.cjs +2 -83
- package/dist/vue2/lib/validation-messages.cjs.map +1 -1
- package/dist/vue2/lib/validation-messages.js +2 -83
- package/dist/vue2/lib/validation-messages.js.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +174 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +175 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +251 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +252 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +130 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +131 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs +35 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js +36 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +538 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +539 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +363 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +364 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +143 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +144 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +72 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +73 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +46 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +47 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +496 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +497 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.cjs +14 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.js +14 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +66 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js +67 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +205 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +206 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +133 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +134 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +45 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +46 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +530 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +531 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs +46 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js +47 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +59 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js +60 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +143 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +144 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +127 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +128 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js +13 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +154 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +155 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +191 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +192 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs +317 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js +318 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js +58 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +65 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +66 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs +97 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js +98 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs +56 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js +57 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs +52 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js +53 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
- package/dist/vue2/style.css +1016 -1659
- package/dist/vue3/_virtual/_plugin-vue_export-helper.cjs +10 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.cjs.map +1 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.js +11 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/dist/vue3/common/dates.cjs +0 -2
- package/dist/vue3/common/dates.cjs.map +1 -1
- package/dist/vue3/common/dates.js +0 -2
- package/dist/vue3/common/dates.js.map +1 -1
- package/dist/vue3/common/emoji.cjs +163 -40
- package/dist/vue3/common/emoji.cjs.map +1 -1
- package/dist/vue3/common/emoji.js +145 -2
- package/dist/vue3/common/emoji.js.map +1 -1
- package/dist/vue3/common/mixins/dom.cjs +101 -0
- package/dist/vue3/common/mixins/dom.cjs.map +1 -0
- package/dist/vue3/common/mixins/dom.js +102 -0
- package/dist/vue3/common/mixins/dom.js.map +1 -0
- package/dist/vue3/common/mixins/input.cjs +296 -0
- package/dist/vue3/common/mixins/input.cjs.map +1 -0
- package/dist/vue3/common/mixins/input.js +296 -0
- package/dist/vue3/common/mixins/input.js.map +1 -0
- package/dist/vue3/common/mixins/input_group.cjs +153 -0
- package/dist/vue3/common/mixins/input_group.cjs.map +1 -0
- package/dist/vue3/common/mixins/input_group.js +153 -0
- package/dist/vue3/common/mixins/input_group.js.map +1 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.cjs +186 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.cjs.map +1 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.js +187 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.js.map +1 -0
- package/dist/vue3/common/mixins/modal.cjs +104 -0
- package/dist/vue3/common/mixins/modal.cjs.map +1 -0
- package/dist/vue3/common/mixins/modal.js +105 -0
- package/dist/vue3/common/mixins/modal.js.map +1 -0
- package/dist/vue3/common/mixins/skeleton.cjs +27 -0
- package/dist/vue3/common/mixins/skeleton.cjs.map +1 -0
- package/dist/vue3/common/mixins/skeleton.js +28 -0
- package/dist/vue3/common/mixins/skeleton.js.map +1 -0
- package/dist/vue3/common/mixins/sr_only_close_button.cjs +45 -0
- package/dist/vue3/common/mixins/sr_only_close_button.cjs.map +1 -0
- package/dist/vue3/common/mixins/sr_only_close_button.js +46 -0
- package/dist/vue3/common/mixins/sr_only_close_button.js.map +1 -0
- package/dist/vue3/common/mixins.cjs +4 -10
- package/dist/vue3/common/mixins.cjs.map +1 -1
- package/dist/vue3/common/mixins.js +4 -10
- package/dist/vue3/common/mixins.js.map +1 -1
- package/dist/vue3/common/sr_only_close_button.vue.cjs +48 -0
- package/dist/vue3/common/sr_only_close_button.vue.cjs.map +1 -0
- package/dist/vue3/common/sr_only_close_button.vue.js +49 -0
- package/dist/vue3/common/sr_only_close_button.vue.js.map +1 -0
- package/dist/vue3/common/storybook_utils.cjs +8 -0
- package/dist/vue3/common/storybook_utils.cjs.map +1 -0
- package/dist/vue3/common/storybook_utils.js +8 -0
- package/dist/vue3/common/storybook_utils.js.map +1 -0
- package/dist/vue3/common/utils.cjs +6 -12
- package/dist/vue3/common/utils.cjs.map +1 -1
- package/dist/vue3/common/utils.js +6 -12
- package/dist/vue3/common/utils.js.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/avatar/avatar.vue.cjs +378 -0
- package/dist/vue3/components/avatar/avatar.vue.cjs.map +1 -0
- package/dist/vue3/components/avatar/avatar.vue.js +379 -0
- package/dist/vue3/components/avatar/avatar.vue.js.map +1 -0
- package/dist/vue3/components/avatar/avatar_constants.cjs +64 -0
- package/dist/vue3/components/avatar/avatar_constants.cjs.map +1 -0
- package/dist/vue3/components/avatar/avatar_constants.js +64 -0
- package/dist/vue3/components/avatar/avatar_constants.js.map +1 -0
- package/dist/vue3/components/avatar/utils.cjs +9 -0
- package/dist/vue3/components/avatar/utils.cjs.map +1 -0
- package/dist/vue3/components/avatar/utils.js +9 -0
- package/dist/vue3/components/avatar/utils.js.map +1 -0
- package/dist/vue3/components/badge/badge.vue.cjs +183 -0
- package/dist/vue3/components/badge/badge.vue.cjs.map +1 -0
- package/dist/vue3/components/badge/badge.vue.js +184 -0
- package/dist/vue3/components/badge/badge.vue.js.map +1 -0
- package/dist/vue3/components/badge/badge_constants.cjs +43 -0
- package/dist/vue3/components/badge/badge_constants.cjs.map +1 -0
- package/dist/vue3/components/badge/badge_constants.js +43 -0
- package/dist/vue3/components/badge/badge_constants.js.map +1 -0
- package/dist/vue3/components/banner/banner.vue.cjs +236 -0
- package/dist/vue3/components/banner/banner.vue.cjs.map +1 -0
- package/dist/vue3/components/banner/banner.vue.js +237 -0
- package/dist/vue3/components/banner/banner.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.cjs +79 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.js +80 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.cjs +77 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.js +78 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.js +7 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
- package/dist/vue3/components/button/button.vue.cjs +290 -0
- package/dist/vue3/components/button/button.vue.cjs.map +1 -0
- package/dist/vue3/components/button/button.vue.js +291 -0
- package/dist/vue3/components/button/button.vue.js.map +1 -0
- package/dist/vue3/components/button/button_constants.cjs +71 -0
- package/dist/vue3/components/button/button_constants.cjs.map +1 -0
- package/dist/vue3/components/button/button_constants.js +71 -0
- package/dist/vue3/components/button/button_constants.js.map +1 -0
- package/dist/vue3/components/button_group/button_group.vue.cjs +36 -0
- package/dist/vue3/components/button_group/button_group.vue.cjs.map +1 -0
- package/dist/vue3/components/button_group/button_group.vue.js +37 -0
- package/dist/vue3/components/button_group/button_group.vue.js.map +1 -0
- package/dist/vue3/components/button_group/button_group_constants.cjs +9 -0
- package/dist/vue3/components/button_group/button_group_constants.cjs.map +1 -0
- package/dist/vue3/components/button_group/button_group_constants.js +9 -0
- package/dist/vue3/components/button_group/button_group_constants.js.map +1 -0
- package/dist/vue3/components/card/card.vue.cjs +90 -0
- package/dist/vue3/components/card/card.vue.cjs.map +1 -0
- package/dist/vue3/components/card/card.vue.js +91 -0
- package/dist/vue3/components/card/card.vue.js.map +1 -0
- package/dist/vue3/components/checkbox/checkbox.vue.cjs +149 -0
- package/dist/vue3/components/checkbox/checkbox.vue.cjs.map +1 -0
- package/dist/vue3/components/checkbox/checkbox.vue.js +150 -0
- package/dist/vue3/components/checkbox/checkbox.vue.js.map +1 -0
- package/dist/vue3/components/checkbox/checkbox_constants.cjs +9 -0
- package/dist/vue3/components/checkbox/checkbox_constants.cjs.map +1 -0
- package/dist/vue3/components/checkbox/checkbox_constants.js +9 -0
- package/dist/vue3/components/checkbox/checkbox_constants.js.map +1 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.cjs +110 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.js +111 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.js.map +1 -0
- package/dist/vue3/components/chip/chip.vue.cjs +212 -0
- package/dist/vue3/components/chip/chip.vue.cjs.map +1 -0
- package/dist/vue3/components/chip/chip.vue.js +213 -0
- package/dist/vue3/components/chip/chip.vue.js.map +1 -0
- package/dist/vue3/components/chip/chip_constants.cjs +21 -0
- package/dist/vue3/components/chip/chip_constants.cjs.map +1 -0
- package/dist/vue3/components/chip/chip_constants.js +21 -0
- package/dist/vue3/components/chip/chip_constants.js.map +1 -0
- package/dist/vue3/components/codeblock/codeblock.vue.cjs +23 -0
- package/dist/vue3/components/codeblock/codeblock.vue.cjs.map +1 -0
- package/dist/vue3/components/codeblock/codeblock.vue.js +24 -0
- package/dist/vue3/components/codeblock/codeblock.vue.js.map +1 -0
- package/dist/vue3/components/collapsible/collapsible.vue.cjs +250 -0
- package/dist/vue3/components/collapsible/collapsible.vue.cjs.map +1 -0
- package/dist/vue3/components/collapsible/collapsible.vue.js +251 -0
- package/dist/vue3/components/collapsible/collapsible.vue.js.map +1 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.cjs +149 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.js +150 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox.vue.cjs +356 -0
- package/dist/vue3/components/combobox/combobox.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox.vue.js +357 -0
- package/dist/vue3/components/combobox/combobox.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_constants.cjs +11 -0
- package/dist/vue3/components/combobox/combobox_constants.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_constants.js +11 -0
- package/dist/vue3/components/combobox/combobox_constants.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.cjs +52 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.js +53 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.cjs +37 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.js +38 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.cjs +116 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.cjs.map +1 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.js +116 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.js.map +1 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.cjs +109 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.cjs.map +1 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.js +109 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.js.map +1 -0
- package/dist/vue3/components/datepicker/datepicker.vue.cjs +153 -0
- package/dist/vue3/components/datepicker/datepicker.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/datepicker.vue.js +154 -0
- package/dist/vue3/components/datepicker/datepicker.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/datepicker_constants.cjs +9 -0
- package/dist/vue3/components/datepicker/datepicker_constants.cjs.map +1 -0
- package/dist/vue3/components/datepicker/datepicker_constants.js +9 -0
- package/dist/vue3/components/datepicker/datepicker_constants.js.map +1 -0
- package/dist/vue3/components/datepicker/formatUtils.cjs +25 -0
- package/dist/vue3/components/datepicker/formatUtils.cjs.map +1 -0
- package/dist/vue3/components/datepicker/formatUtils.js +25 -0
- package/dist/vue3/components/datepicker/formatUtils.js.map +1 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.cjs +137 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.js +138 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs +258 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js +259 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/utils.cjs +84 -0
- package/dist/vue3/components/datepicker/utils.cjs.map +1 -0
- package/dist/vue3/components/datepicker/utils.js +84 -0
- package/dist/vue3/components/datepicker/utils.js.map +1 -0
- package/dist/vue3/components/description_list/description_list.vue.cjs +88 -0
- package/dist/vue3/components/description_list/description_list.vue.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list.vue.js +89 -0
- package/dist/vue3/components/description_list/description_list.vue.js.map +1 -0
- package/dist/vue3/components/description_list/description_list_constants.cjs +5 -0
- package/dist/vue3/components/description_list/description_list_constants.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list_constants.js +5 -0
- package/dist/vue3/components/description_list/description_list_constants.js.map +1 -0
- package/dist/vue3/components/description_list/description_list_validators.cjs +33 -0
- package/dist/vue3/components/description_list/description_list_validators.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list_validators.js +33 -0
- package/dist/vue3/components/description_list/description_list_validators.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown.vue.cjs +444 -0
- package/dist/vue3/components/dropdown/dropdown.vue.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown.vue.js +445 -0
- package/dist/vue3/components/dropdown/dropdown.vue.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_constants.cjs +9 -0
- package/dist/vue3/components/dropdown/dropdown_constants.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_constants.js +9 -0
- package/dist/vue3/components/dropdown/dropdown_constants.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.cjs +17 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.js +18 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.js.map +1 -0
- package/dist/vue3/components/emoji/emoji.vue.cjs +155 -0
- package/dist/vue3/components/emoji/emoji.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji/emoji.vue.js +156 -0
- package/dist/vue3/components/emoji/emoji.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.cjs +153 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.js +153 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.js.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.cjs +233 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.js +234 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.cjs +35 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.js +35 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.cjs +37 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.js +38 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs +84 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js +85 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.cjs +428 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.js +429 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +198 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.js +199 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs +166 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js +167 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +95 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +96 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
- package/dist/vue3/components/empty_state/empty_state.vue.cjs +171 -0
- package/dist/vue3/components/empty_state/empty_state.vue.cjs.map +1 -0
- package/dist/vue3/components/empty_state/empty_state.vue.js +172 -0
- package/dist/vue3/components/empty_state/empty_state.vue.js.map +1 -0
- package/dist/vue3/components/empty_state/empty_state_constants.cjs +9 -0
- package/dist/vue3/components/empty_state/empty_state_constants.cjs.map +1 -0
- package/dist/vue3/components/empty_state/empty_state_constants.js +9 -0
- package/dist/vue3/components/empty_state/empty_state_constants.js.map +1 -0
- package/dist/vue3/components/hovercard/hovercard.vue.cjs +166 -0
- package/dist/vue3/components/hovercard/hovercard.vue.cjs.map +1 -0
- package/dist/vue3/components/hovercard/hovercard.vue.js +167 -0
- package/dist/vue3/components/hovercard/hovercard.vue.js.map +1 -0
- package/dist/vue3/components/hovercard/timer.cjs +59 -0
- package/dist/vue3/components/hovercard/timer.cjs.map +1 -0
- package/dist/vue3/components/hovercard/timer.js +60 -0
- package/dist/vue3/components/hovercard/timer.js.map +1 -0
- package/dist/vue3/components/icon/icon.vue.cjs +55 -0
- package/dist/vue3/components/icon/icon.vue.cjs.map +1 -0
- package/dist/vue3/components/icon/icon.vue.js +56 -0
- package/dist/vue3/components/icon/icon.vue.js.map +1 -0
- package/dist/vue3/components/icon/icon_constants.cjs +17 -0
- package/dist/vue3/components/icon/icon_constants.cjs.map +1 -0
- package/dist/vue3/components/icon/icon_constants.js +17 -0
- package/dist/vue3/components/icon/icon_constants.js.map +1 -0
- package/dist/vue3/components/illustration/illustration.vue.cjs +30 -0
- package/dist/vue3/components/illustration/illustration.vue.cjs.map +1 -0
- package/dist/vue3/components/illustration/illustration.vue.js +31 -0
- package/dist/vue3/components/illustration/illustration.vue.js.map +1 -0
- package/dist/vue3/components/illustration/illustration_constants.cjs +6 -0
- package/dist/vue3/components/illustration/illustration_constants.cjs.map +1 -0
- package/dist/vue3/components/illustration/illustration_constants.js +6 -0
- package/dist/vue3/components/illustration/illustration_constants.js.map +1 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.cjs +248 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.cjs.map +1 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.js +249 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.js.map +1 -0
- package/dist/vue3/components/input/input.vue.cjs +505 -0
- package/dist/vue3/components/input/input.vue.cjs.map +1 -0
- package/dist/vue3/components/input/input.vue.js +506 -0
- package/dist/vue3/components/input/input.vue.js.map +1 -0
- package/dist/vue3/components/input/input_constants.cjs +65 -0
- package/dist/vue3/components/input/input_constants.cjs.map +1 -0
- package/dist/vue3/components/input/input_constants.js +65 -0
- package/dist/vue3/components/input/input_constants.js.map +1 -0
- package/dist/vue3/components/input_group/input_group.vue.cjs +89 -0
- package/dist/vue3/components/input_group/input_group.vue.cjs.map +1 -0
- package/dist/vue3/components/input_group/input_group.vue.js +90 -0
- package/dist/vue3/components/input_group/input_group.vue.js.map +1 -0
- package/dist/vue3/components/item_layout/item_layout.vue.cjs +90 -0
- package/dist/vue3/components/item_layout/item_layout.vue.cjs.map +1 -0
- package/dist/vue3/components/item_layout/item_layout.vue.js +91 -0
- package/dist/vue3/components/item_layout/item_layout.vue.js.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +102 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js +103 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.cjs +81 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.cjs.map +1 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.js +82 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.js.map +1 -0
- package/dist/vue3/components/link/link.vue.cjs +55 -0
- package/dist/vue3/components/link/link.vue.cjs.map +1 -0
- package/dist/vue3/components/link/link.vue.js +56 -0
- package/dist/vue3/components/link/link.vue.js.map +1 -0
- package/dist/vue3/components/link/link_constants.cjs +39 -0
- package/dist/vue3/components/link/link_constants.cjs.map +1 -0
- package/dist/vue3/components/link/link_constants.js +39 -0
- package/dist/vue3/components/link/link_constants.js.map +1 -0
- package/dist/vue3/components/list_item/list_item.vue.cjs +211 -0
- package/dist/vue3/components/list_item/list_item.vue.cjs.map +1 -0
- package/dist/vue3/components/list_item/list_item.vue.js +212 -0
- package/dist/vue3/components/list_item/list_item.vue.js.map +1 -0
- package/dist/vue3/components/list_item/list_item_constants.cjs +14 -0
- package/dist/vue3/components/list_item/list_item_constants.cjs.map +1 -0
- package/dist/vue3/components/list_item/list_item_constants.js +14 -0
- package/dist/vue3/components/list_item/list_item_constants.js.map +1 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.cjs +66 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.cjs.map +1 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.js +67 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.js.map +1 -0
- package/dist/vue3/components/modal/modal.vue.cjs +423 -0
- package/dist/vue3/components/modal/modal.vue.cjs.map +1 -0
- package/dist/vue3/components/modal/modal.vue.js +424 -0
- package/dist/vue3/components/modal/modal.vue.js.map +1 -0
- package/dist/vue3/components/modal/modal_constants.cjs +21 -0
- package/dist/vue3/components/modal/modal_constants.cjs.map +1 -0
- package/dist/vue3/components/modal/modal_constants.js +21 -0
- package/dist/vue3/components/modal/modal_constants.js.map +1 -0
- package/dist/vue3/components/notice/notice.vue.cjs +195 -0
- package/dist/vue3/components/notice/notice.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice.vue.js +196 -0
- package/dist/vue3/components/notice/notice.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_action.vue.cjs +105 -0
- package/dist/vue3/components/notice/notice_action.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_action.vue.js +106 -0
- package/dist/vue3/components/notice/notice_action.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_constants.cjs +7 -0
- package/dist/vue3/components/notice/notice_constants.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_constants.js +7 -0
- package/dist/vue3/components/notice/notice_constants.js.map +1 -0
- package/dist/vue3/components/notice/notice_content.vue.cjs +67 -0
- package/dist/vue3/components/notice/notice_content.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_content.vue.js +68 -0
- package/dist/vue3/components/notice/notice_content.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_icon.vue.cjs +61 -0
- package/dist/vue3/components/notice/notice_icon.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_icon.vue.js +62 -0
- package/dist/vue3/components/notice/notice_icon.vue.js.map +1 -0
- package/dist/vue3/components/pagination/pagination.vue.cjs +199 -0
- package/dist/vue3/components/pagination/pagination.vue.cjs.map +1 -0
- package/dist/vue3/components/pagination/pagination.vue.js +200 -0
- package/dist/vue3/components/pagination/pagination.vue.js.map +1 -0
- package/dist/vue3/components/popover/popover.vue.cjs +1014 -0
- package/dist/vue3/components/popover/popover.vue.cjs.map +1 -0
- package/dist/vue3/components/popover/popover.vue.js +1015 -0
- package/dist/vue3/components/popover/popover.vue.js.map +1 -0
- package/dist/vue3/components/popover/popover_constants.cjs +34 -0
- package/dist/vue3/components/popover/popover_constants.cjs.map +1 -0
- package/dist/vue3/components/popover/popover_constants.js +34 -0
- package/dist/vue3/components/popover/popover_constants.js.map +1 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.cjs +114 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.cjs.map +1 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.js +115 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.js.map +1 -0
- package/dist/vue3/components/popover/tippy_utils.cjs +94 -0
- package/dist/vue3/components/popover/tippy_utils.cjs.map +1 -0
- package/dist/vue3/components/popover/tippy_utils.js +94 -0
- package/dist/vue3/components/popover/tippy_utils.js.map +1 -0
- package/dist/vue3/components/presence/presence.vue.cjs +57 -0
- package/dist/vue3/components/presence/presence.vue.cjs.map +1 -0
- package/dist/vue3/components/presence/presence.vue.js +58 -0
- package/dist/vue3/components/presence/presence.vue.js.map +1 -0
- package/dist/vue3/components/presence/presence_constants.cjs +17 -0
- package/dist/vue3/components/presence/presence_constants.cjs.map +1 -0
- package/dist/vue3/components/presence/presence_constants.js +17 -0
- package/dist/vue3/components/presence/presence_constants.js.map +1 -0
- package/dist/vue3/components/radio/radio.vue.cjs +155 -0
- package/dist/vue3/components/radio/radio.vue.cjs.map +1 -0
- package/dist/vue3/components/radio/radio.vue.js +156 -0
- package/dist/vue3/components/radio/radio.vue.js.map +1 -0
- package/dist/vue3/components/radio/radio_constants.cjs +9 -0
- package/dist/vue3/components/radio/radio_constants.cjs.map +1 -0
- package/dist/vue3/components/radio/radio_constants.js +9 -0
- package/dist/vue3/components/radio/radio_constants.js.map +1 -0
- package/dist/vue3/components/radio_group/radio_group.vue.cjs +82 -0
- package/dist/vue3/components/radio_group/radio_group.vue.cjs.map +1 -0
- package/dist/vue3/components/radio_group/radio_group.vue.js +83 -0
- package/dist/vue3/components/radio_group/radio_group.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +36 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +37 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +50 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.js +46 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.js +5 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +29 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +30 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +38 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +39 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.js +5 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +36 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +37 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +50 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +51 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.js +45 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +32 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +33 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.cjs +83 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.js +84 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +128 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +129 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +520 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +521 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.js +24 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
- package/dist/vue3/components/root_layout/root_layout.vue.cjs +152 -0
- package/dist/vue3/components/root_layout/root_layout.vue.cjs.map +1 -0
- package/dist/vue3/components/root_layout/root_layout.vue.js +153 -0
- package/dist/vue3/components/root_layout/root_layout.vue.js.map +1 -0
- package/dist/vue3/components/root_layout/root_layout_constants.cjs +10 -0
- package/dist/vue3/components/root_layout/root_layout_constants.cjs.map +1 -0
- package/dist/vue3/components/root_layout/root_layout_constants.js +10 -0
- package/dist/vue3/components/root_layout/root_layout_constants.js.map +1 -0
- package/dist/vue3/components/scroller/DtScroller.vue.cjs +185 -0
- package/dist/vue3/components/scroller/DtScroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/DtScroller.vue.js +186 -0
- package/dist/vue3/components/scroller/DtScroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.cjs +462 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.js +463 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.cjs +246 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.js +247 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.cjs +196 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.js +197 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu.vue.cjs +269 -0
- package/dist/vue3/components/select_menu/select_menu.vue.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu.vue.js +270 -0
- package/dist/vue3/components/select_menu/select_menu.vue.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_constants.cjs +17 -0
- package/dist/vue3/components/select_menu/select_menu_constants.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_constants.js +17 -0
- package/dist/vue3/components/select_menu/select_menu_constants.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_validators.cjs +34 -0
- package/dist/vue3/components/select_menu/select_menu_validators.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_validators.js +34 -0
- package/dist/vue3/components/select_menu/select_menu_validators.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.cjs +116 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.js +117 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.cjs +147 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.js +148 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.cjs +97 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.js +98 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.cjs +114 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.js +115 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton.vue.cjs +143 -0
- package/dist/vue3/components/skeleton/skeleton.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton.vue.js +144 -0
- package/dist/vue3/components/skeleton/skeleton.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton_constants.cjs +27 -0
- package/dist/vue3/components/skeleton/skeleton_constants.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton_constants.js +27 -0
- package/dist/vue3/components/skeleton/skeleton_constants.js.map +1 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.cjs +129 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.js +130 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.cjs +110 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.js +111 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button.vue.cjs +297 -0
- package/dist/vue3/components/split_button/split_button.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button.vue.js +298 -0
- package/dist/vue3/components/split_button/split_button.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button_constants.cjs +11 -0
- package/dist/vue3/components/split_button/split_button_constants.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button_constants.js +11 -0
- package/dist/vue3/components/split_button/split_button_constants.js.map +1 -0
- package/dist/vue3/components/stack/stack.vue.cjs +80 -0
- package/dist/vue3/components/stack/stack.vue.cjs.map +1 -0
- package/dist/vue3/components/stack/stack.vue.js +81 -0
- package/dist/vue3/components/stack/stack.vue.js.map +1 -0
- package/dist/vue3/components/stack/stack_constants.cjs +15 -0
- package/dist/vue3/components/stack/stack_constants.cjs.map +1 -0
- package/dist/vue3/components/stack/stack_constants.js +15 -0
- package/dist/vue3/components/stack/stack_constants.js.map +1 -0
- package/dist/vue3/components/stack/utils.cjs +68 -0
- package/dist/vue3/components/stack/utils.cjs.map +1 -0
- package/dist/vue3/components/stack/utils.js +68 -0
- package/dist/vue3/components/stack/utils.js.map +1 -0
- package/dist/vue3/components/stack/validators.cjs +26 -0
- package/dist/vue3/components/stack/validators.cjs.map +1 -0
- package/dist/vue3/components/stack/validators.js +26 -0
- package/dist/vue3/components/stack/validators.js.map +1 -0
- package/dist/vue3/components/tabs/tab.vue.cjs +141 -0
- package/dist/vue3/components/tabs/tab.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab.vue.js +142 -0
- package/dist/vue3/components/tabs/tab.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tab_group.vue.cjs +234 -0
- package/dist/vue3/components/tabs/tab_group.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab_group.vue.js +235 -0
- package/dist/vue3/components/tabs/tab_group.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tab_panel.vue.cjs +91 -0
- package/dist/vue3/components/tabs/tab_panel.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab_panel.vue.js +92 -0
- package/dist/vue3/components/tabs/tab_panel.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tabs_constants.cjs +21 -0
- package/dist/vue3/components/tabs/tabs_constants.cjs.map +1 -0
- package/dist/vue3/components/tabs/tabs_constants.js +21 -0
- package/dist/vue3/components/tabs/tabs_constants.js.map +1 -0
- package/dist/vue3/components/toast/toast.vue.cjs +273 -0
- package/dist/vue3/components/toast/toast.vue.cjs.map +1 -0
- package/dist/vue3/components/toast/toast.vue.js +274 -0
- package/dist/vue3/components/toast/toast.vue.js.map +1 -0
- package/dist/vue3/components/toast/toast_constants.cjs +7 -0
- package/dist/vue3/components/toast/toast_constants.cjs.map +1 -0
- package/dist/vue3/components/toast/toast_constants.js +7 -0
- package/dist/vue3/components/toast/toast_constants.js.map +1 -0
- package/dist/vue3/components/toggle/toggle.vue.cjs +185 -0
- package/dist/vue3/components/toggle/toggle.vue.cjs.map +1 -0
- package/dist/vue3/components/toggle/toggle.vue.js +186 -0
- package/dist/vue3/components/toggle/toggle.vue.js.map +1 -0
- package/dist/vue3/components/toggle/toggle_constants.cjs +10 -0
- package/dist/vue3/components/toggle/toggle_constants.cjs.map +1 -0
- package/dist/vue3/components/toggle/toggle_constants.js +10 -0
- package/dist/vue3/components/toggle/toggle_constants.js.map +1 -0
- package/dist/vue3/components/tooltip/tooltip.vue.cjs +441 -0
- package/dist/vue3/components/tooltip/tooltip.vue.cjs.map +1 -0
- package/dist/vue3/components/tooltip/tooltip.vue.js +442 -0
- package/dist/vue3/components/tooltip/tooltip.vue.js.map +1 -0
- package/dist/vue3/components/tooltip/tooltip_constants.cjs +23 -0
- package/dist/vue3/components/tooltip/tooltip_constants.cjs.map +1 -0
- package/dist/vue3/components/tooltip/tooltip_constants.js +23 -0
- package/dist/vue3/components/tooltip/tooltip_constants.js.map +1 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.cjs +88 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.cjs.map +1 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.js +89 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.js.map +1 -0
- package/dist/vue3/dialtone-vue.cjs +323 -315
- package/dist/vue3/dialtone-vue.cjs.map +1 -1
- package/dist/vue3/dialtone-vue.js +220 -212
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/directives/scrollbar/scrollbar.cjs +31 -0
- package/dist/vue3/directives/scrollbar/scrollbar.cjs.map +1 -0
- package/dist/vue3/directives/scrollbar/scrollbar.js +31 -0
- package/dist/vue3/directives/scrollbar/scrollbar.js.map +1 -0
- package/dist/vue3/directives/tooltip/tooltip.cjs +83 -0
- package/dist/vue3/directives/tooltip/tooltip.cjs.map +1 -0
- package/dist/vue3/directives/tooltip/tooltip.js +83 -0
- package/dist/vue3/directives/tooltip/tooltip.js.map +1 -0
- package/dist/vue3/lib/attachment-carousel.cjs +1 -332
- package/dist/vue3/lib/attachment-carousel.cjs.map +1 -1
- package/dist/vue3/lib/attachment-carousel.js +2 -333
- package/dist/vue3/lib/attachment-carousel.js.map +1 -1
- package/dist/vue3/lib/avatar.cjs +11 -434
- package/dist/vue3/lib/avatar.cjs.map +1 -1
- package/dist/vue3/lib/avatar.js +3 -426
- package/dist/vue3/lib/avatar.js.map +1 -1
- package/dist/vue3/lib/badge.cjs +6 -224
- package/dist/vue3/lib/badge.cjs.map +1 -1
- package/dist/vue3/lib/badge.js +3 -221
- package/dist/vue3/lib/badge.js.map +1 -1
- package/dist/vue3/lib/banner.cjs +1 -239
- package/dist/vue3/lib/banner.cjs.map +1 -1
- package/dist/vue3/lib/banner.js +2 -240
- package/dist/vue3/lib/banner.js.map +1 -1
- package/dist/vue3/lib/breadcrumbs.cjs +6 -151
- package/dist/vue3/lib/breadcrumbs.cjs.map +1 -1
- package/dist/vue3/lib/breadcrumbs.js +5 -150
- package/dist/vue3/lib/breadcrumbs.js.map +1 -1
- package/dist/vue3/lib/button-group.cjs +3 -38
- package/dist/vue3/lib/button-group.cjs.map +1 -1
- package/dist/vue3/lib/button-group.js +3 -38
- package/dist/vue3/lib/button-group.js.map +1 -1
- package/dist/vue3/lib/button.cjs +10 -357
- package/dist/vue3/lib/button.cjs.map +1 -1
- package/dist/vue3/lib/button.js +3 -350
- package/dist/vue3/lib/button.js.map +1 -1
- package/dist/vue3/lib/callbar-button-with-popover.cjs +1 -330
- package/dist/vue3/lib/callbar-button-with-popover.cjs.map +1 -1
- package/dist/vue3/lib/callbar-button-with-popover.js +2 -331
- package/dist/vue3/lib/callbar-button-with-popover.js.map +1 -1
- package/dist/vue3/lib/callbar-button.cjs +4 -197
- package/dist/vue3/lib/callbar-button.cjs.map +1 -1
- package/dist/vue3/lib/callbar-button.js +3 -196
- package/dist/vue3/lib/callbar-button.js.map +1 -1
- package/dist/vue3/lib/callbox.cjs +4 -222
- package/dist/vue3/lib/callbox.cjs.map +1 -1
- package/dist/vue3/lib/callbox.js +3 -221
- package/dist/vue3/lib/callbox.js.map +1 -1
- package/dist/vue3/lib/card.cjs +2 -89
- package/dist/vue3/lib/card.cjs.map +1 -1
- package/dist/vue3/lib/card.js +2 -89
- package/dist/vue3/lib/card.js.map +1 -1
- package/dist/vue3/lib/checkbox-group.cjs +2 -113
- package/dist/vue3/lib/checkbox-group.cjs.map +1 -1
- package/dist/vue3/lib/checkbox-group.js +2 -113
- package/dist/vue3/lib/checkbox-group.js.map +1 -1
- package/dist/vue3/lib/checkbox.cjs +1 -153
- package/dist/vue3/lib/checkbox.cjs.map +1 -1
- package/dist/vue3/lib/checkbox.js +2 -154
- package/dist/vue3/lib/checkbox.js.map +1 -1
- package/dist/vue3/lib/chip.cjs +6 -227
- package/dist/vue3/lib/chip.cjs.map +1 -1
- package/dist/vue3/lib/chip.js +3 -224
- package/dist/vue3/lib/chip.js.map +1 -1
- package/dist/vue3/lib/codeblock.cjs +1 -20
- package/dist/vue3/lib/codeblock.cjs.map +1 -1
- package/dist/vue3/lib/codeblock.js +2 -21
- package/dist/vue3/lib/codeblock.js.map +1 -1
- package/dist/vue3/lib/collapsible.cjs +2 -399
- package/dist/vue3/lib/collapsible.cjs.map +1 -1
- package/dist/vue3/lib/collapsible.js +2 -399
- package/dist/vue3/lib/collapsible.js.map +1 -1
- package/dist/vue3/lib/combobox-multi-select.cjs +5 -648
- package/dist/vue3/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/vue3/lib/combobox-multi-select.js +3 -646
- package/dist/vue3/lib/combobox-multi-select.js.map +1 -1
- package/dist/vue3/lib/combobox-with-popover.cjs +2 -447
- package/dist/vue3/lib/combobox-with-popover.cjs.map +1 -1
- package/dist/vue3/lib/combobox-with-popover.js +2 -447
- package/dist/vue3/lib/combobox-with-popover.js.map +1 -1
- package/dist/vue3/lib/combobox.cjs +4 -13
- package/dist/vue3/lib/combobox.cjs.map +1 -1
- package/dist/vue3/lib/combobox.js +3 -12
- package/dist/vue3/lib/combobox.js.map +1 -1
- package/dist/vue3/lib/contact-centers-row.cjs +1 -235
- package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-centers-row.js +2 -236
- package/dist/vue3/lib/contact-centers-row.js.map +1 -1
- package/dist/vue3/lib/contact-info.cjs +1 -228
- package/dist/vue3/lib/contact-info.cjs.map +1 -1
- package/dist/vue3/lib/contact-info.js +2 -229
- package/dist/vue3/lib/contact-info.js.map +1 -1
- package/dist/vue3/lib/contact-row.cjs +1 -254
- package/dist/vue3/lib/contact-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-row.js +2 -255
- package/dist/vue3/lib/contact-row.js.map +1 -1
- package/dist/vue3/lib/datepicker.cjs +8 -840
- package/dist/vue3/lib/datepicker.cjs.map +1 -1
- package/dist/vue3/lib/datepicker.js +3 -835
- package/dist/vue3/lib/datepicker.js.map +1 -1
- package/dist/vue3/lib/description-list.cjs +3 -113
- package/dist/vue3/lib/description-list.cjs.map +1 -1
- package/dist/vue3/lib/description-list.js +3 -113
- package/dist/vue3/lib/description-list.js.map +1 -1
- package/dist/vue3/lib/dropdown.cjs +5 -30
- package/dist/vue3/lib/dropdown.cjs.map +1 -1
- package/dist/vue3/lib/dropdown.js +5 -30
- package/dist/vue3/lib/dropdown.js.map +1 -1
- package/dist/vue3/lib/editor.cjs +1 -710
- package/dist/vue3/lib/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor.js +2 -711
- package/dist/vue3/lib/editor.js.map +1 -1
- package/dist/vue3/lib/emoji-picker.cjs +8 -1301
- package/dist/vue3/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue3/lib/emoji-picker.js +3 -1296
- package/dist/vue3/lib/emoji-picker.js.map +1 -1
- package/dist/vue3/lib/emoji-row.cjs +3 -123
- package/dist/vue3/lib/emoji-row.cjs.map +1 -1
- package/dist/vue3/lib/emoji-row.js +3 -123
- package/dist/vue3/lib/emoji-row.js.map +1 -1
- package/dist/vue3/lib/emoji-text-wrapper.cjs +2 -101
- package/dist/vue3/lib/emoji-text-wrapper.cjs.map +1 -1
- package/dist/vue3/lib/emoji-text-wrapper.js +2 -101
- package/dist/vue3/lib/emoji-text-wrapper.js.map +1 -1
- package/dist/vue3/lib/emoji.cjs +2 -155
- package/dist/vue3/lib/emoji.cjs.map +1 -1
- package/dist/vue3/lib/emoji.js +2 -155
- package/dist/vue3/lib/emoji.js.map +1 -1
- package/dist/vue3/lib/empty-state.cjs +4 -178
- package/dist/vue3/lib/empty-state.cjs.map +1 -1
- package/dist/vue3/lib/empty-state.js +3 -177
- package/dist/vue3/lib/empty-state.js.map +1 -1
- package/dist/vue3/lib/feed-item-row.cjs +4 -310
- package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
- package/dist/vue3/lib/feed-item-row.js +3 -309
- package/dist/vue3/lib/feed-item-row.js.map +1 -1
- package/dist/vue3/lib/feed-pill.cjs +3 -170
- package/dist/vue3/lib/feed-pill.cjs.map +1 -1
- package/dist/vue3/lib/feed-pill.js +3 -170
- package/dist/vue3/lib/feed-pill.js.map +1 -1
- package/dist/vue3/lib/general-row.cjs +8 -564
- package/dist/vue3/lib/general-row.cjs.map +1 -1
- package/dist/vue3/lib/general-row.js +3 -559
- package/dist/vue3/lib/general-row.js.map +1 -1
- package/dist/vue3/lib/group-row.cjs +1 -108
- package/dist/vue3/lib/group-row.cjs.map +1 -1
- package/dist/vue3/lib/group-row.js +2 -109
- package/dist/vue3/lib/group-row.js.map +1 -1
- package/dist/vue3/lib/grouped-chip.cjs +1 -90
- package/dist/vue3/lib/grouped-chip.cjs.map +1 -1
- package/dist/vue3/lib/grouped-chip.js +2 -91
- package/dist/vue3/lib/grouped-chip.js.map +1 -1
- package/dist/vue3/lib/hovercard.cjs +2 -226
- package/dist/vue3/lib/hovercard.cjs.map +1 -1
- package/dist/vue3/lib/hovercard.js +2 -226
- package/dist/vue3/lib/hovercard.js.map +1 -1
- package/dist/vue3/lib/icon.cjs +3 -54
- package/dist/vue3/lib/icon.cjs.map +1 -1
- package/dist/vue3/lib/icon.js +3 -54
- package/dist/vue3/lib/icon.js.map +1 -1
- package/dist/vue3/lib/illustration.cjs +4 -29
- package/dist/vue3/lib/illustration.cjs.map +1 -1
- package/dist/vue3/lib/illustration.js +3 -28
- package/dist/vue3/lib/illustration.js.map +1 -1
- package/dist/vue3/lib/image-viewer.cjs +2 -247
- package/dist/vue3/lib/image-viewer.cjs.map +1 -1
- package/dist/vue3/lib/image-viewer.js +2 -247
- package/dist/vue3/lib/image-viewer.js.map +1 -1
- package/dist/vue3/lib/input-group.cjs +2 -89
- package/dist/vue3/lib/input-group.cjs.map +1 -1
- package/dist/vue3/lib/input-group.js +2 -89
- package/dist/vue3/lib/input-group.js.map +1 -1
- package/dist/vue3/lib/input.cjs +5 -560
- package/dist/vue3/lib/input.cjs.map +1 -1
- package/dist/vue3/lib/input.js +3 -558
- package/dist/vue3/lib/input.js.map +1 -1
- package/dist/vue3/lib/item-layout.cjs +2 -89
- package/dist/vue3/lib/item-layout.cjs.map +1 -1
- package/dist/vue3/lib/item-layout.js +2 -89
- package/dist/vue3/lib/item-layout.js.map +1 -1
- package/dist/vue3/lib/ivr-node.cjs +13 -265
- package/dist/vue3/lib/ivr-node.cjs.map +1 -1
- package/dist/vue3/lib/ivr-node.js +3 -255
- package/dist/vue3/lib/ivr-node.js.map +1 -1
- package/dist/vue3/lib/keyboard-shortcut.cjs +5 -116
- package/dist/vue3/lib/keyboard-shortcut.cjs.map +1 -1
- package/dist/vue3/lib/keyboard-shortcut.js +3 -114
- package/dist/vue3/lib/keyboard-shortcut.js.map +1 -1
- package/dist/vue3/lib/lazy-show.cjs +2 -80
- package/dist/vue3/lib/lazy-show.cjs.map +1 -1
- package/dist/vue3/lib/lazy-show.js +2 -80
- package/dist/vue3/lib/lazy-show.js.map +1 -1
- package/dist/vue3/lib/link.cjs +3 -53
- package/dist/vue3/lib/link.cjs.map +1 -1
- package/dist/vue3/lib/link.js +3 -53
- package/dist/vue3/lib/link.js.map +1 -1
- package/dist/vue3/lib/list-item-group.cjs +1 -64
- package/dist/vue3/lib/list-item-group.cjs.map +1 -1
- package/dist/vue3/lib/list-item-group.js +2 -65
- package/dist/vue3/lib/list-item-group.js.map +1 -1
- package/dist/vue3/lib/list-item.cjs +3 -208
- package/dist/vue3/lib/list-item.cjs.map +1 -1
- package/dist/vue3/lib/list-item.js +3 -208
- package/dist/vue3/lib/list-item.js.map +1 -1
- package/dist/vue3/lib/message-input.cjs +1 -828
- package/dist/vue3/lib/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input.js +2 -829
- package/dist/vue3/lib/message-input.js.map +1 -1
- package/dist/vue3/lib/modal.cjs +5 -435
- package/dist/vue3/lib/modal.cjs.map +1 -1
- package/dist/vue3/lib/modal.js +3 -433
- package/dist/vue3/lib/modal.js.map +1 -1
- package/dist/vue3/lib/notice.cjs +9 -202
- package/dist/vue3/lib/notice.cjs.map +1 -1
- package/dist/vue3/lib/notice.js +9 -202
- package/dist/vue3/lib/notice.js.map +1 -1
- package/dist/vue3/lib/pagination.cjs +1 -194
- package/dist/vue3/lib/pagination.cjs.map +1 -1
- package/dist/vue3/lib/pagination.js +2 -195
- package/dist/vue3/lib/pagination.js.map +1 -1
- package/dist/vue3/lib/popover.cjs +3 -1132
- package/dist/vue3/lib/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover.js +3 -1133
- package/dist/vue3/lib/popover.js.map +1 -1
- package/dist/vue3/lib/presence.cjs +5 -68
- package/dist/vue3/lib/presence.cjs.map +1 -1
- package/dist/vue3/lib/presence.js +3 -66
- package/dist/vue3/lib/presence.js.map +1 -1
- package/dist/vue3/lib/radio-group.cjs +2 -86
- package/dist/vue3/lib/radio-group.cjs.map +1 -1
- package/dist/vue3/lib/radio-group.js +2 -86
- package/dist/vue3/lib/radio-group.js.map +1 -1
- package/dist/vue3/lib/radio.cjs +3 -159
- package/dist/vue3/lib/radio.cjs.map +1 -1
- package/dist/vue3/lib/radio.js +3 -159
- package/dist/vue3/lib/radio.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +5 -1701
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +3 -1699
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/root-layout.cjs +4 -155
- package/dist/vue3/lib/root-layout.cjs.map +1 -1
- package/dist/vue3/lib/root-layout.js +3 -154
- package/dist/vue3/lib/root-layout.js.map +1 -1
- package/dist/vue3/lib/scrollbar-directive.cjs +2 -2438
- package/dist/vue3/lib/scrollbar-directive.cjs.map +1 -1
- package/dist/vue3/lib/scrollbar-directive.js +2 -2438
- package/dist/vue3/lib/scrollbar-directive.js.map +1 -1
- package/dist/vue3/lib/scroller.cjs +2 -1088
- package/dist/vue3/lib/scroller.cjs.map +1 -1
- package/dist/vue3/lib/scroller.js +2 -1088
- package/dist/vue3/lib/scroller.js.map +1 -1
- package/dist/vue3/lib/select-menu.cjs +4 -309
- package/dist/vue3/lib/select-menu.cjs.map +1 -1
- package/dist/vue3/lib/select-menu.js +3 -308
- package/dist/vue3/lib/select-menu.js.map +1 -1
- package/dist/vue3/lib/settings-menu-button.cjs +1 -65
- package/dist/vue3/lib/settings-menu-button.cjs.map +1 -1
- package/dist/vue3/lib/settings-menu-button.js +2 -66
- package/dist/vue3/lib/settings-menu-button.js.map +1 -1
- package/dist/vue3/lib/skeleton.cjs +16 -633
- package/dist/vue3/lib/skeleton.cjs.map +1 -1
- package/dist/vue3/lib/skeleton.js +11 -628
- package/dist/vue3/lib/skeleton.js.map +1 -1
- package/dist/vue3/lib/split-button.cjs +3 -537
- package/dist/vue3/lib/split-button.cjs.map +1 -1
- package/dist/vue3/lib/split-button.js +3 -537
- package/dist/vue3/lib/split-button.js.map +1 -1
- package/dist/vue3/lib/stack.cjs +3 -155
- package/dist/vue3/lib/stack.cjs.map +1 -1
- package/dist/vue3/lib/stack.js +3 -155
- package/dist/vue3/lib/stack.js.map +1 -1
- package/dist/vue3/lib/tabs.cjs +10 -99
- package/dist/vue3/lib/tabs.cjs.map +1 -1
- package/dist/vue3/lib/tabs.js +7 -96
- package/dist/vue3/lib/tabs.js.map +1 -1
- package/dist/vue3/lib/time-pill.cjs +1 -38
- package/dist/vue3/lib/time-pill.cjs.map +1 -1
- package/dist/vue3/lib/time-pill.js +2 -39
- package/dist/vue3/lib/time-pill.js.map +1 -1
- package/dist/vue3/lib/toast.cjs +4 -278
- package/dist/vue3/lib/toast.cjs.map +1 -1
- package/dist/vue3/lib/toast.js +3 -277
- package/dist/vue3/lib/toast.js.map +1 -1
- package/dist/vue3/lib/toggle.cjs +4 -189
- package/dist/vue3/lib/toggle.cjs.map +1 -1
- package/dist/vue3/lib/toggle.js +3 -188
- package/dist/vue3/lib/toggle.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive.cjs +2 -82
- package/dist/vue3/lib/tooltip-directive.cjs.map +1 -1
- package/dist/vue3/lib/tooltip-directive.js +2 -82
- package/dist/vue3/lib/tooltip-directive.js.map +1 -1
- package/dist/vue3/lib/tooltip.cjs +8 -447
- package/dist/vue3/lib/tooltip.cjs.map +1 -1
- package/dist/vue3/lib/tooltip.js +3 -443
- package/dist/vue3/lib/tooltip.js.map +1 -1
- package/dist/vue3/lib/top-banner-info.cjs +3 -68
- package/dist/vue3/lib/top-banner-info.cjs.map +1 -1
- package/dist/vue3/lib/top-banner-info.js +3 -68
- package/dist/vue3/lib/top-banner-info.js.map +1 -1
- package/dist/vue3/lib/unread-pill.cjs +4 -70
- package/dist/vue3/lib/unread-pill.cjs.map +1 -1
- package/dist/vue3/lib/unread-pill.js +3 -69
- package/dist/vue3/lib/unread-pill.js.map +1 -1
- package/dist/vue3/lib/validation-messages.cjs +2 -87
- package/dist/vue3/lib/validation-messages.cjs.map +1 -1
- package/dist/vue3/lib/validation-messages.js +2 -87
- package/dist/vue3/lib/validation-messages.js.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +195 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +196 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +328 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +329 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +188 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +189 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs +90 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js +91 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +610 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +611 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +437 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +438 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +190 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +191 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +99 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +100 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +66 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +67 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +658 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +659 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.cjs +14 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.js +14 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +109 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js +110 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +292 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +293 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +160 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +161 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +76 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +77 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +690 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +691 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs +42 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js +43 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +72 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js +73 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +207 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +208 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +201 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +202 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js +13 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +229 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +230 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +236 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +237 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs +441 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js +442 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js +58 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +73 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +74 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs +99 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js +100 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs +68 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js +69 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs +62 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js +63 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
- package/dist/vue3/style.css +1035 -1678
- package/dist/vue3/types/common/storybook_utils.d.ts +25 -0
- package/dist/vue3/types/common/storybook_utils.d.ts.map +1 -0
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +34 -6
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +8 -2
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +4 -5
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -0
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/package.json +11 -8
- package/dist/tokens/themes/types/config.d.ts.map +0 -1
- package/dist/tokens/themes/types/dp-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/dp-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/tmo-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/tmo-light.d.ts.map +0 -1
- package/dist/vue2/chunks/_plugin-vue2_normalizer-1aBeR4AK.js +0 -59
- package/dist/vue2/chunks/_plugin-vue2_normalizer-1aBeR4AK.js.map +0 -1
- package/dist/vue2/chunks/_plugin-vue2_normalizer-sOSkiPF3.js +0 -60
- package/dist/vue2/chunks/_plugin-vue2_normalizer-sOSkiPF3.js.map +0 -1
- package/dist/vue2/chunks/dropdown-6UoczdUY.js +0 -404
- package/dist/vue2/chunks/dropdown-6UoczdUY.js.map +0 -1
- package/dist/vue2/chunks/dropdown-pHxnQPzT.js +0 -403
- package/dist/vue2/chunks/dropdown-pHxnQPzT.js.map +0 -1
- package/dist/vue2/chunks/dropdown_constants-2pGCXy7m.js +0 -8
- package/dist/vue2/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
- package/dist/vue2/chunks/dropdown_constants-w1MXGC3Z.js +0 -9
- package/dist/vue2/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
- package/dist/vue2/chunks/icon_constants-H9ahUVCG.js +0 -17
- package/dist/vue2/chunks/icon_constants-H9ahUVCG.js.map +0 -1
- package/dist/vue2/chunks/icon_constants-da57m7BZ.js +0 -16
- package/dist/vue2/chunks/icon_constants-da57m7BZ.js.map +0 -1
- package/dist/vue2/chunks/index-ODod4Oj_.js +0 -175
- package/dist/vue2/chunks/index-ODod4Oj_.js.map +0 -1
- package/dist/vue2/chunks/index-anN_sx1F.js +0 -169
- package/dist/vue2/chunks/index-anN_sx1F.js.map +0 -1
- package/dist/vue2/chunks/index-eJ-WWRdf.js +0 -442
- package/dist/vue2/chunks/index-eJ-WWRdf.js.map +0 -1
- package/dist/vue2/chunks/index-gj1jEXP4.js +0 -441
- package/dist/vue2/chunks/index-gj1jEXP4.js.map +0 -1
- package/dist/vue2/chunks/input-6kbd8Pju.js +0 -296
- package/dist/vue2/chunks/input-6kbd8Pju.js.map +0 -1
- package/dist/vue2/chunks/input-Axw-wFj2.js +0 -295
- package/dist/vue2/chunks/input-Axw-wFj2.js.map +0 -1
- package/dist/vue2/chunks/input_group-m3cWYUfI.js +0 -143
- package/dist/vue2/chunks/input_group-m3cWYUfI.js.map +0 -1
- package/dist/vue2/chunks/input_group-qVZaS5Bb.js +0 -144
- package/dist/vue2/chunks/input_group-qVZaS5Bb.js.map +0 -1
- package/dist/vue2/chunks/keyboard_list_navigation-ScXhrxya.js +0 -284
- package/dist/vue2/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
- package/dist/vue2/chunks/keyboard_list_navigation-fJnl_Iox.js +0 -283
- package/dist/vue2/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
- package/dist/vue2/chunks/link_constants-AfTWrr-n.js +0 -35
- package/dist/vue2/chunks/link_constants-AfTWrr-n.js.map +0 -1
- package/dist/vue2/chunks/link_constants-x8NwdqmA.js +0 -34
- package/dist/vue2/chunks/link_constants-x8NwdqmA.js.map +0 -1
- package/dist/vue2/chunks/list_item_constants-EiqkqZvP.js +0 -13
- package/dist/vue2/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
- package/dist/vue2/chunks/list_item_constants-u1xcN9Dd.js +0 -14
- package/dist/vue2/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
- package/dist/vue2/chunks/modal-VgxXAQFP.js +0 -105
- package/dist/vue2/chunks/modal-VgxXAQFP.js.map +0 -1
- package/dist/vue2/chunks/modal-XOr4kiNZ.js +0 -106
- package/dist/vue2/chunks/modal-XOr4kiNZ.js.map +0 -1
- package/dist/vue2/chunks/notice_action-IRUoLX2d.js +0 -196
- package/dist/vue2/chunks/notice_action-IRUoLX2d.js.map +0 -1
- package/dist/vue2/chunks/notice_action-P6uDyE9x.js +0 -195
- package/dist/vue2/chunks/notice_action-P6uDyE9x.js.map +0 -1
- package/dist/vue2/chunks/notice_constants-7Qt2CQEY.js +0 -7
- package/dist/vue2/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
- package/dist/vue2/chunks/notice_constants-UXo9e3bS.js +0 -6
- package/dist/vue2/chunks/notice_constants-UXo9e3bS.js.map +0 -1
- package/dist/vue2/chunks/popover_constants-WsOUIY-m.js +0 -141
- package/dist/vue2/chunks/popover_constants-WsOUIY-m.js.map +0 -1
- package/dist/vue2/chunks/popover_constants-XnGWXaxX.js +0 -140
- package/dist/vue2/chunks/popover_constants-XnGWXaxX.js.map +0 -1
- package/dist/vue2/chunks/sr_only_close_button-81bHIpPu.js +0 -95
- package/dist/vue2/chunks/sr_only_close_button-81bHIpPu.js.map +0 -1
- package/dist/vue2/chunks/sr_only_close_button-ZaGdAHz7.js +0 -94
- package/dist/vue2/chunks/sr_only_close_button-ZaGdAHz7.js.map +0 -1
- package/dist/vue2/chunks/stack_constants-HraCekPm.js +0 -15
- package/dist/vue2/chunks/stack_constants-HraCekPm.js.map +0 -1
- package/dist/vue2/chunks/stack_constants-SMzMWnAQ.js +0 -14
- package/dist/vue2/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
- package/dist/vue2/chunks/tab-FcsV5VmK.js +0 -386
- package/dist/vue2/chunks/tab-FcsV5VmK.js.map +0 -1
- package/dist/vue2/chunks/tab-V4cb44Ry.js +0 -387
- package/dist/vue2/chunks/tab-V4cb44Ry.js.map +0 -1
- package/dist/vue3/chunks/_plugin-vue_export-helper-caHeSgYY.js +0 -11
- package/dist/vue3/chunks/_plugin-vue_export-helper-caHeSgYY.js.map +0 -1
- package/dist/vue3/chunks/_plugin-vue_export-helper-fhnQq0tA.js +0 -10
- package/dist/vue3/chunks/_plugin-vue_export-helper-fhnQq0tA.js.map +0 -1
- package/dist/vue3/chunks/dropdown-h2VaPT4B.js +0 -443
- package/dist/vue3/chunks/dropdown-h2VaPT4B.js.map +0 -1
- package/dist/vue3/chunks/dropdown-yF5Kg42u.js +0 -442
- package/dist/vue3/chunks/dropdown-yF5Kg42u.js.map +0 -1
- package/dist/vue3/chunks/dropdown_constants-2pGCXy7m.js +0 -8
- package/dist/vue3/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
- package/dist/vue3/chunks/dropdown_constants-w1MXGC3Z.js +0 -9
- package/dist/vue3/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
- package/dist/vue3/chunks/icon_constants-H9ahUVCG.js +0 -17
- package/dist/vue3/chunks/icon_constants-H9ahUVCG.js.map +0 -1
- package/dist/vue3/chunks/icon_constants-da57m7BZ.js +0 -16
- package/dist/vue3/chunks/icon_constants-da57m7BZ.js.map +0 -1
- package/dist/vue3/chunks/index-4qgKeErp.js +0 -446
- package/dist/vue3/chunks/index-4qgKeErp.js.map +0 -1
- package/dist/vue3/chunks/index-GVD15GIB.js +0 -175
- package/dist/vue3/chunks/index-GVD15GIB.js.map +0 -1
- package/dist/vue3/chunks/index-b_MgDylR.js +0 -447
- package/dist/vue3/chunks/index-b_MgDylR.js.map +0 -1
- package/dist/vue3/chunks/index-lu2o2f4r.js +0 -169
- package/dist/vue3/chunks/index-lu2o2f4r.js.map +0 -1
- package/dist/vue3/chunks/input-NmYDD5bn.js +0 -296
- package/dist/vue3/chunks/input-NmYDD5bn.js.map +0 -1
- package/dist/vue3/chunks/input-ttnte8zB.js +0 -295
- package/dist/vue3/chunks/input-ttnte8zB.js.map +0 -1
- package/dist/vue3/chunks/input_group-M-D25pOJ.js +0 -152
- package/dist/vue3/chunks/input_group-M-D25pOJ.js.map +0 -1
- package/dist/vue3/chunks/input_group-jWnq2DJT.js +0 -153
- package/dist/vue3/chunks/input_group-jWnq2DJT.js.map +0 -1
- package/dist/vue3/chunks/keyboard_list_navigation-ScXhrxya.js +0 -284
- package/dist/vue3/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
- package/dist/vue3/chunks/keyboard_list_navigation-fJnl_Iox.js +0 -283
- package/dist/vue3/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
- package/dist/vue3/chunks/link_constants-AfTWrr-n.js +0 -35
- package/dist/vue3/chunks/link_constants-AfTWrr-n.js.map +0 -1
- package/dist/vue3/chunks/link_constants-x8NwdqmA.js +0 -34
- package/dist/vue3/chunks/link_constants-x8NwdqmA.js.map +0 -1
- package/dist/vue3/chunks/list_item_constants-EiqkqZvP.js +0 -13
- package/dist/vue3/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
- package/dist/vue3/chunks/list_item_constants-u1xcN9Dd.js +0 -14
- package/dist/vue3/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
- package/dist/vue3/chunks/modal-VgxXAQFP.js +0 -105
- package/dist/vue3/chunks/modal-VgxXAQFP.js.map +0 -1
- package/dist/vue3/chunks/modal-XOr4kiNZ.js +0 -106
- package/dist/vue3/chunks/modal-XOr4kiNZ.js.map +0 -1
- package/dist/vue3/chunks/notice_action-5nPX2mSu.js +0 -221
- package/dist/vue3/chunks/notice_action-5nPX2mSu.js.map +0 -1
- package/dist/vue3/chunks/notice_action-i55KZMfG.js +0 -220
- package/dist/vue3/chunks/notice_action-i55KZMfG.js.map +0 -1
- package/dist/vue3/chunks/notice_constants-7Qt2CQEY.js +0 -7
- package/dist/vue3/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
- package/dist/vue3/chunks/notice_constants-UXo9e3bS.js +0 -6
- package/dist/vue3/chunks/notice_constants-UXo9e3bS.js.map +0 -1
- package/dist/vue3/chunks/popover_constants-WsOUIY-m.js +0 -141
- package/dist/vue3/chunks/popover_constants-WsOUIY-m.js.map +0 -1
- package/dist/vue3/chunks/popover_constants-XnGWXaxX.js +0 -140
- package/dist/vue3/chunks/popover_constants-XnGWXaxX.js.map +0 -1
- package/dist/vue3/chunks/sr_only_close_button-Gl43uI6m.js +0 -91
- package/dist/vue3/chunks/sr_only_close_button-Gl43uI6m.js.map +0 -1
- package/dist/vue3/chunks/sr_only_close_button-q23hJuAf.js +0 -92
- package/dist/vue3/chunks/sr_only_close_button-q23hJuAf.js.map +0 -1
- package/dist/vue3/chunks/stack_constants-HraCekPm.js +0 -15
- package/dist/vue3/chunks/stack_constants-HraCekPm.js.map +0 -1
- package/dist/vue3/chunks/stack_constants-SMzMWnAQ.js +0 -14
- package/dist/vue3/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
- package/dist/vue3/chunks/tab-RTDgnD9-.js +0 -391
- package/dist/vue3/chunks/tab-RTDgnD9-.js.map +0 -1
- package/dist/vue3/chunks/tab-qc3f42Yp.js +0 -390
- package/dist/vue3/chunks/tab-qc3f42Yp.js.map +0 -1
- /package/dist/tokens/themes/chunks/{tokens-base-dark--ozK7f0P.js → tokens-base-dark-C_VClg5s.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-dark-V8E4WaJI.js → tokens-base-dark-CsflOADh.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-light-ljPrpLe2.js → tokens-base-light-9TN2mC0P.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-light-LYlvM3eZ.js → tokens-base-light-Bg9yNmR_.js} +0 -0
- /package/dist/tokens/themes/types/{config.d.ts → themes/config.d.ts} +0 -0
- /package/dist/tokens/themes/types/{dp-dark.d.ts → themes/dp-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{dp-light.d.ts → themes/dp-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-dark.d.ts → themes/expressive-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-light.d.ts → themes/expressive-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-sm-dark.d.ts → themes/expressive-sm-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-sm-light.d.ts → themes/expressive-sm-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{tmo-dark.d.ts → themes/tmo-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{tmo-light.d.ts → themes/tmo-light.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as r } from "./chunks/tokens-base-light-
|
|
1
|
+
import { B as r } from "./chunks/tokens-base-light-9TN2mC0P.js";
|
|
2
2
|
const o = ':root{color-scheme:light;--dt-size-border-focus: .3rem;--dt-color-foreground-primary-h: 0;--dt-color-foreground-primary-s: 0%;--dt-color-foreground-primary-l: 0%;--dt-color-foreground-primary-hsl: var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l);--dt-color-foreground-primary-hsla: hsla(var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l) / var(--alpha, 100%));--dt-color-foreground-primary: #000000;--dt-color-foreground-secondary-h: 0;--dt-color-foreground-secondary-s: 0%;--dt-color-foreground-secondary-l: 22.745098039215687%;--dt-color-foreground-secondary-hsl: var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l);--dt-color-foreground-secondary-hsla: hsla(var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l) / var(--alpha, 100%));--dt-color-foreground-secondary: #3A3A3A;--dt-color-foreground-tertiary-h: 0;--dt-color-foreground-tertiary-s: 0%;--dt-color-foreground-tertiary-l: 33.33333333333333%;--dt-color-foreground-tertiary-hsl: var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l);--dt-color-foreground-tertiary-hsla: hsla(var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l) / var(--alpha, 100%));--dt-color-foreground-tertiary: #555555;--dt-color-foreground-muted-h: 0;--dt-color-foreground-muted-s: 0%;--dt-color-foreground-muted-l: 13.3%;--dt-color-foreground-muted-hsl: var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l);--dt-color-foreground-muted-hsla: hsla(var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l) / var(--alpha, 100%));--dt-color-foreground-muted: hsl(0 0% 13.3% / .5);--dt-color-foreground-placeholder-h: 0;--dt-color-foreground-placeholder-s: 0%;--dt-color-foreground-placeholder-l: 50.19607843137255%;--dt-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l);--dt-color-foreground-placeholder-hsla: hsla(var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l) / var(--alpha, 100%));--dt-color-foreground-placeholder: #808080;--dt-color-foreground-disabled-h: 0;--dt-color-foreground-disabled-s: 0%;--dt-color-foreground-disabled-l: 50.19607843137255%;--dt-color-foreground-disabled-hsl: var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l);--dt-color-foreground-disabled-hsla: hsla(var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l) / var(--alpha, 100%));--dt-color-foreground-disabled: #808080;--dt-color-foreground-critical-h: 0;--dt-color-foreground-critical-s: 88.79999999999998%;--dt-color-foreground-critical-l: 49.01960784313726%;--dt-color-foreground-critical-hsl: var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l);--dt-color-foreground-critical-hsla: hsla(var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l) / var(--alpha, 100%));--dt-color-foreground-critical: #EC0E0E;--dt-color-foreground-critical-strong-h: 0;--dt-color-foreground-critical-strong-s: 88.659793814433%;--dt-color-foreground-critical-strong-l: 38.03921568627451%;--dt-color-foreground-critical-strong-hsl: var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l);--dt-color-foreground-critical-strong-hsla: hsla(var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l) / var(--alpha, 100%));--dt-color-foreground-critical-strong: #B70B0B;--dt-color-foreground-success-h: 136.64233576642334;--dt-color-foreground-success-s: 72.4867724867725%;--dt-color-foreground-success-l: 37.05882352941176%;--dt-color-foreground-success-hsl: var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l);--dt-color-foreground-success-hsla: hsla(var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l) / var(--alpha, 100%));--dt-color-foreground-success: #1AA340;--dt-color-foreground-success-strong-h: 136.15384615384616;--dt-color-foreground-success-strong-s: 59.09090909090909%;--dt-color-foreground-success-strong-l: 17.254901960784313%;--dt-color-foreground-success-strong-hsl: var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l);--dt-color-foreground-success-strong-hsla: hsla(var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l) / var(--alpha, 100%));--dt-color-foreground-success-strong: #124620;--dt-color-foreground-warning-h: 35.70247933884298;--dt-color-foreground-warning-s: 88.32116788321169%;--dt-color-foreground-warning-l: 26.862745098039216%;--dt-color-foreground-warning-hsl: var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l);--dt-color-foreground-warning-hsla: hsla(var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l) / var(--alpha, 100%));--dt-color-foreground-warning: #815008;--dt-color-foreground-primary-inverted-h: 0;--dt-color-foreground-primary-inverted-s: 0%;--dt-color-foreground-primary-inverted-l: 100%;--dt-color-foreground-primary-inverted-hsl: var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l);--dt-color-foreground-primary-inverted-hsla: hsla(var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l) / var(--alpha, 100%));--dt-color-foreground-primary-inverted: #ffffff;--dt-color-foreground-secondary-inverted-h: 0;--dt-color-foreground-secondary-inverted-s: 0%;--dt-color-foreground-secondary-inverted-l: 91.37254901960785%;--dt-color-foreground-secondary-inverted-hsl: var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l);--dt-color-foreground-secondary-inverted-hsla: hsla(var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l) / var(--alpha, 100%));--dt-color-foreground-secondary-inverted: #E9E9E9;--dt-color-foreground-tertiary-inverted-h: 0;--dt-color-foreground-tertiary-inverted-s: 0%;--dt-color-foreground-tertiary-inverted-l: 82.35294117647058%;--dt-color-foreground-tertiary-inverted-hsl: var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l);--dt-color-foreground-tertiary-inverted-hsla: hsla(var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l) / var(--alpha, 100%));--dt-color-foreground-tertiary-inverted: #D2D2D2;--dt-color-foreground-muted-inverted-h: 0;--dt-color-foreground-muted-inverted-s: 0%;--dt-color-foreground-muted-inverted-l: 91.4%;--dt-color-foreground-muted-inverted-hsl: var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l);--dt-color-foreground-muted-inverted-hsla: hsla(var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l) / var(--alpha, 100%));--dt-color-foreground-muted-inverted: hsl(0 0% 91.4% / .6);--dt-color-foreground-placeholder-inverted-h: 0;--dt-color-foreground-placeholder-inverted-s: 0%;--dt-color-foreground-placeholder-inverted-l: 50.19607843137255%;--dt-color-foreground-placeholder-inverted-hsl: var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l);--dt-color-foreground-placeholder-inverted-hsla: hsla(var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l) / var(--alpha, 100%));--dt-color-foreground-placeholder-inverted: #808080;--dt-color-foreground-disabled-inverted-h: 0;--dt-color-foreground-disabled-inverted-s: 0%;--dt-color-foreground-disabled-inverted-l: 50.19607843137255%;--dt-color-foreground-disabled-inverted-hsl: var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l);--dt-color-foreground-disabled-inverted-hsla: hsla(var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l) / var(--alpha, 100%));--dt-color-foreground-disabled-inverted: #808080;--dt-color-foreground-critical-inverted-h: 0;--dt-color-foreground-critical-inverted-s: 100%;--dt-color-foreground-critical-inverted-l: 76.07843137254902%;--dt-color-foreground-critical-inverted-hsl: var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l);--dt-color-foreground-critical-inverted-hsla: hsla(var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l) / var(--alpha, 100%));--dt-color-foreground-critical-inverted: #FF8585;--dt-color-foreground-critical-strong-inverted-h: 0;--dt-color-foreground-critical-strong-inverted-s: 100%;--dt-color-foreground-critical-strong-inverted-l: 82.1%;--dt-color-foreground-critical-strong-inverted-hsl: var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l);--dt-color-foreground-critical-strong-inverted-hsla: hsla(var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l) / var(--alpha, 100%));--dt-color-foreground-critical-strong-inverted: hsl(0 100% 82.1%);--dt-color-foreground-success-inverted-h: 111.52173913043478;--dt-color-foreground-success-inverted-s: 100%;--dt-color-foreground-success-inverted-l: 81.96078431372548%;--dt-color-foreground-success-inverted-hsl: var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l);--dt-color-foreground-success-inverted-hsla: hsla(var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l) / var(--alpha, 100%));--dt-color-foreground-success-inverted: #B0FFA3;--dt-color-foreground-success-strong-inverted-h: 111.99999999999999;--dt-color-foreground-success-strong-inverted-s: 100%;--dt-color-foreground-success-strong-inverted-l: 90.10000000000001%;--dt-color-foreground-success-strong-inverted-hsl: var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l);--dt-color-foreground-success-strong-inverted-hsla: hsla(var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l) / var(--alpha, 100%));--dt-color-foreground-success-strong-inverted: hsl(112 100% 90.1%);--dt-color-foreground-warning-inverted-h: 47.058823529411775;--dt-color-foreground-warning-inverted-s: 100%;--dt-color-foreground-warning-inverted-l: 90%;--dt-color-foreground-warning-inverted-hsl: var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l);--dt-color-foreground-warning-inverted-hsla: hsla(var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l) / var(--alpha, 100%));--dt-color-foreground-warning-inverted: #FFF4CC;--dt-color-link-primary-h: 254.5664739884393;--dt-color-link-primary-s: 100%;--dt-color-link-primary-l: 66.07843137254902%;--dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);--dt-color-link-primary-hsla: hsla(var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l) / var(--alpha, 100%));--dt-color-link-primary: #7C52FF;--dt-color-link-critical-h: 0;--dt-color-link-critical-s: 88.79999999999998%;--dt-color-link-critical-l: 49.01960784313726%;--dt-color-link-critical-hsl: var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l);--dt-color-link-critical-hsla: hsla(var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l) / var(--alpha, 100%));--dt-color-link-critical: #EC0E0E;--dt-color-link-success-h: 136.64233576642334;--dt-color-link-success-s: 72.4867724867725%;--dt-color-link-success-l: 37.05882352941176%;--dt-color-link-success-hsl: var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l);--dt-color-link-success-hsla: hsla(var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l) / var(--alpha, 100%));--dt-color-link-success: #1AA340;--dt-color-link-warning-h: 35.70247933884298;--dt-color-link-warning-s: 88.32116788321169%;--dt-color-link-warning-l: 26.862745098039216%;--dt-color-link-warning-hsl: var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l);--dt-color-link-warning-hsla: hsla(var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l) / var(--alpha, 100%));--dt-color-link-warning: #815008;--dt-color-link-muted-h: 0;--dt-color-link-muted-s: 0%;--dt-color-link-muted-l: 22.745098039215687%;--dt-color-link-muted-hsl: var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l);--dt-color-link-muted-hsla: hsla(var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l) / var(--alpha, 100%));--dt-color-link-muted: #3A3A3A;--dt-color-link-disabled-h: 0;--dt-color-link-disabled-s: 0%;--dt-color-link-disabled-l: 50.19607843137255%;--dt-color-link-disabled-hsl: var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l);--dt-color-link-disabled-hsla: hsla(var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l) / var(--alpha, 100%));--dt-color-link-disabled: #808080;--dt-color-link-primary-inverted-h: 260.9302325581395;--dt-color-link-primary-inverted-s: 100%;--dt-color-link-primary-inverted-l: 74.70588235294117%;--dt-color-link-primary-inverted-hsl: var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l);--dt-color-link-primary-inverted-hsla: hsla(var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l) / var(--alpha, 100%));--dt-color-link-primary-inverted: #AB7EFF;--dt-color-link-critical-inverted-h: 0;--dt-color-link-critical-inverted-s: 100%;--dt-color-link-critical-inverted-l: 76.07843137254902%;--dt-color-link-critical-inverted-hsl: var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l);--dt-color-link-critical-inverted-hsla: hsla(var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l) / var(--alpha, 100%));--dt-color-link-critical-inverted: #FF8585;--dt-color-link-success-inverted-h: 111.52173913043478;--dt-color-link-success-inverted-s: 100%;--dt-color-link-success-inverted-l: 81.96078431372548%;--dt-color-link-success-inverted-hsl: var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l);--dt-color-link-success-inverted-hsla: hsla(var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l) / var(--alpha, 100%));--dt-color-link-success-inverted: #B0FFA3;--dt-color-link-warning-inverted-h: 47.058823529411775;--dt-color-link-warning-inverted-s: 100%;--dt-color-link-warning-inverted-l: 90%;--dt-color-link-warning-inverted-hsl: var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l);--dt-color-link-warning-inverted-hsla: hsla(var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l) / var(--alpha, 100%));--dt-color-link-warning-inverted: #FFF4CC;--dt-color-link-muted-inverted-h: 0;--dt-color-link-muted-inverted-s: 0%;--dt-color-link-muted-inverted-l: 91.37254901960785%;--dt-color-link-muted-inverted-hsl: var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l);--dt-color-link-muted-inverted-hsla: hsla(var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l) / var(--alpha, 100%));--dt-color-link-muted-inverted: #E9E9E9;--dt-color-link-disabled-inverted-h: 0;--dt-color-link-disabled-inverted-s: 0%;--dt-color-link-disabled-inverted-l: 50.19607843137255%;--dt-color-link-disabled-inverted-hsl: var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l);--dt-color-link-disabled-inverted-hsla: hsla(var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l) / var(--alpha, 100%));--dt-color-link-disabled-inverted: #808080;--dt-color-link-primary-hover-h: 254.49999999999997;--dt-color-link-primary-hover-s: 67.41573033707866%;--dt-color-link-primary-hover-l: 34.90196078431373%;--dt-color-link-primary-hover-hsl: var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l);--dt-color-link-primary-hover-hsla: hsla(var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l) / var(--alpha, 100%));--dt-color-link-primary-hover: #3A1D95;--dt-color-link-critical-hover-h: 0;--dt-color-link-critical-hover-s: 88.659793814433%;--dt-color-link-critical-hover-l: 38.03921568627451%;--dt-color-link-critical-hover-hsl: var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l);--dt-color-link-critical-hover-hsla: hsla(var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l) / var(--alpha, 100%));--dt-color-link-critical-hover: #B70B0B;--dt-color-link-success-hover-h: 136.15384615384616;--dt-color-link-success-hover-s: 59.09090909090909%;--dt-color-link-success-hover-l: 17.254901960784313%;--dt-color-link-success-hover-hsl: var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l);--dt-color-link-success-hover-hsla: hsla(var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l) / var(--alpha, 100%));--dt-color-link-success-hover: #124620;--dt-color-link-warning-hover-h: 0;--dt-color-link-warning-hover-s: 0%;--dt-color-link-warning-hover-l: 33.33333333333333%;--dt-color-link-warning-hover-hsl: var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l);--dt-color-link-warning-hover-hsla: hsla(var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l) / var(--alpha, 100%));--dt-color-link-warning-hover: #555555;--dt-color-link-muted-hover-h: 0;--dt-color-link-muted-hover-s: 0%;--dt-color-link-muted-hover-l: 0%;--dt-color-link-muted-hover-hsl: var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l);--dt-color-link-muted-hover-hsla: hsla(var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l) / var(--alpha, 100%));--dt-color-link-muted-hover: #000000;--dt-color-link-disabled-hover-h: 0;--dt-color-link-disabled-hover-s: 0%;--dt-color-link-disabled-hover-l: 50.19607843137255%;--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l);--dt-color-link-disabled-hover-hsla: hsla(var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l) / var(--alpha, 100%));--dt-color-link-disabled-hover: #808080;--dt-color-link-primary-inverted-hover-h: 260.35714285714283;--dt-color-link-primary-inverted-hover-s: 100%;--dt-color-link-primary-inverted-hover-l: 89.01960784313725%;--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l);--dt-color-link-primary-inverted-hover-hsla: hsla(var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-primary-inverted-hover: #DAC7FF;--dt-color-link-critical-inverted-hover-h: 0;--dt-color-link-critical-inverted-hover-s: 100%;--dt-color-link-critical-inverted-hover-l: 82.1%;--dt-color-link-critical-inverted-hover-hsl: var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l);--dt-color-link-critical-inverted-hover-hsla: hsla(var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-critical-inverted-hover: hsl(0 100% 82.1%);--dt-color-link-success-inverted-hover-h: 111.99999999999999;--dt-color-link-success-inverted-hover-s: 100%;--dt-color-link-success-inverted-hover-l: 90.10000000000001%;--dt-color-link-success-inverted-hover-hsl: var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l);--dt-color-link-success-inverted-hover-hsla: hsla(var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-success-inverted-hover: hsl(112 100% 90.1%);--dt-color-link-warning-inverted-hover-h: 0;--dt-color-link-warning-inverted-hover-s: 0%;--dt-color-link-warning-inverted-hover-l: 97.6470588235294%;--dt-color-link-warning-inverted-hover-hsl: var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l);--dt-color-link-warning-inverted-hover-hsla: hsla(var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-warning-inverted-hover: #F9F9F9;--dt-color-link-muted-inverted-hover-h: 0;--dt-color-link-muted-inverted-hover-s: 0%;--dt-color-link-muted-inverted-hover-l: 97.6470588235294%;--dt-color-link-muted-inverted-hover-hsl: var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l);--dt-color-link-muted-inverted-hover-hsla: hsla(var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-muted-inverted-hover: #F9F9F9;--dt-color-link-disabled-inverted-hover-h: 0;--dt-color-link-disabled-inverted-hover-s: 0%;--dt-color-link-disabled-inverted-hover-l: 50.19607843137255%;--dt-color-link-disabled-inverted-hover-hsl: var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l);--dt-color-link-disabled-inverted-hover-hsla: hsla(var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l) / var(--alpha, 100%));--dt-color-link-disabled-inverted-hover: #808080;--dt-color-surface-secondary-opaque-h: 0;--dt-color-surface-secondary-opaque-s: 0%;--dt-color-surface-secondary-opaque-l: 0%;--dt-color-surface-secondary-opaque-hsl: var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l);--dt-color-surface-secondary-opaque-hsla: hsla(var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l) / var(--alpha, 100%));--dt-color-surface-secondary-opaque: hsl(0 0% 0% / .02);--dt-color-surface-moderate-opaque-h: 0;--dt-color-surface-moderate-opaque-s: 0%;--dt-color-surface-moderate-opaque-l: 0%;--dt-color-surface-moderate-opaque-hsl: var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l);--dt-color-surface-moderate-opaque-hsla: hsla(var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l) / var(--alpha, 100%));--dt-color-surface-moderate-opaque: hsl(0 0% 0% / .09);--dt-color-surface-bold-opaque-h: 0;--dt-color-surface-bold-opaque-s: 0%;--dt-color-surface-bold-opaque-l: 0%;--dt-color-surface-bold-opaque-hsl: var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l);--dt-color-surface-bold-opaque-hsla: hsla(var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l) / var(--alpha, 100%));--dt-color-surface-bold-opaque: hsl(0 0% 0% / .18);--dt-color-surface-strong-opaque-h: 0;--dt-color-surface-strong-opaque-s: 0%;--dt-color-surface-strong-opaque-l: 0%;--dt-color-surface-strong-opaque-hsl: var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l);--dt-color-surface-strong-opaque-hsla: hsla(var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l) / var(--alpha, 100%));--dt-color-surface-strong-opaque: hsl(0 0% 0% / .67);--dt-color-surface-contrast-opaque-h: 0;--dt-color-surface-contrast-opaque-s: 0%;--dt-color-surface-contrast-opaque-l: 0%;--dt-color-surface-contrast-opaque-hsl: var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l);--dt-color-surface-contrast-opaque-hsla: hsla(var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l) / var(--alpha, 100%));--dt-color-surface-contrast-opaque: hsl(0 0% 0% / .87);--dt-color-surface-backdrop-h: 0;--dt-color-surface-backdrop-s: 0%;--dt-color-surface-backdrop-l: 0%;--dt-color-surface-backdrop-hsl: var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l);--dt-color-surface-backdrop-hsla: hsla(var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l) / var(--alpha, 100%));--dt-color-surface-backdrop: hsl(0 0% 0% / .7);--dt-color-surface-critical-opaque-h: 0;--dt-color-surface-critical-opaque-s: 88.79999999999998%;--dt-color-surface-critical-opaque-l: 49%;--dt-color-surface-critical-opaque-hsl: var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l);--dt-color-surface-critical-opaque-hsla: hsla(var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l) / var(--alpha, 100%));--dt-color-surface-critical-opaque: hsl(0 88.8% 49% / .11);--dt-color-surface-critical-subtle-opaque-h: 0;--dt-color-surface-critical-subtle-opaque-s: 88.79999999999998%;--dt-color-surface-critical-subtle-opaque-l: 49%;--dt-color-surface-critical-subtle-opaque-hsl: var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l);--dt-color-surface-critical-subtle-opaque-hsla: hsla(var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-critical-subtle-opaque: hsl(0 88.8% 49% / .05);--dt-color-surface-warning-opaque-h: 43.00000000000001;--dt-color-surface-warning-opaque-s: 100%;--dt-color-surface-warning-opaque-l: 75.09%;--dt-color-surface-warning-opaque-hsl: var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l);--dt-color-surface-warning-opaque-hsla: hsla(var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l) / var(--alpha, 100%));--dt-color-surface-warning-opaque: hsl(43 100% 75.1% / .38);--dt-color-surface-warning-subtle-opaque-h: 43.00000000000001;--dt-color-surface-warning-subtle-opaque-s: 100%;--dt-color-surface-warning-subtle-opaque-l: 75.09%;--dt-color-surface-warning-subtle-opaque-hsl: var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l);--dt-color-surface-warning-subtle-opaque-hsla: hsla(var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-warning-subtle-opaque: hsl(43 100% 75.1% / .18);--dt-color-surface-success-opaque-h: 137;--dt-color-surface-success-opaque-s: 72.50000000000001%;--dt-color-surface-success-opaque-l: 37.1%;--dt-color-surface-success-opaque-hsl: var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l);--dt-color-surface-success-opaque-hsla: hsla(var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l) / var(--alpha, 100%));--dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / .08);--dt-color-surface-success-subtle-opaque-h: 137;--dt-color-surface-success-subtle-opaque-s: 72.50000000000001%;--dt-color-surface-success-subtle-opaque-l: 37.1%;--dt-color-surface-success-subtle-opaque-hsl: var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l);--dt-color-surface-success-subtle-opaque-hsla: hsla(var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-success-subtle-opaque: hsl(137 72.5% 37.1% / .03);--dt-color-surface-info-opaque-h: 212;--dt-color-surface-info-opaque-s: 79.19999999999999%;--dt-color-surface-info-opaque-l: 43.3%;--dt-color-surface-info-opaque-hsl: var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l);--dt-color-surface-info-opaque-hsla: hsla(var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l) / var(--alpha, 100%));--dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / .09);--dt-color-surface-info-subtle-opaque-h: 212;--dt-color-surface-info-subtle-opaque-s: 79.19999999999999%;--dt-color-surface-info-subtle-opaque-l: 43.3%;--dt-color-surface-info-subtle-opaque-hsl: var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l);--dt-color-surface-info-subtle-opaque-hsla: hsla(var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-info-subtle-opaque: hsl(212 79.2% 43.3% / .04);--dt-color-surface-primary-h: 0;--dt-color-surface-primary-s: 0%;--dt-color-surface-primary-l: 100%;--dt-color-surface-primary-hsl: var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l);--dt-color-surface-primary-hsla: hsla(var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l) / var(--alpha, 100%));--dt-color-surface-primary: #ffffff;--dt-color-surface-secondary-h: 0;--dt-color-surface-secondary-s: 0%;--dt-color-surface-secondary-l: 97.6470588235294%;--dt-color-surface-secondary-hsl: var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l);--dt-color-surface-secondary-hsla: hsla(var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l) / var(--alpha, 100%));--dt-color-surface-secondary: #F9F9F9;--dt-color-surface-moderate-h: 0;--dt-color-surface-moderate-s: 0%;--dt-color-surface-moderate-l: 91.37254901960785%;--dt-color-surface-moderate-hsl: var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l);--dt-color-surface-moderate-hsla: hsla(var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l) / var(--alpha, 100%));--dt-color-surface-moderate: #E9E9E9;--dt-color-surface-bold-h: 0;--dt-color-surface-bold-s: 0%;--dt-color-surface-bold-l: 82.35294117647058%;--dt-color-surface-bold-hsl: var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l);--dt-color-surface-bold-hsla: hsla(var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l) / var(--alpha, 100%));--dt-color-surface-bold: #D2D2D2;--dt-color-surface-strong-h: 0;--dt-color-surface-strong-s: 0%;--dt-color-surface-strong-l: 33.33333333333333%;--dt-color-surface-strong-hsl: var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l);--dt-color-surface-strong-hsla: hsla(var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l) / var(--alpha, 100%));--dt-color-surface-strong: #555555;--dt-color-surface-contrast-h: 0;--dt-color-surface-contrast-s: 0%;--dt-color-surface-contrast-l: 13.333333333333334%;--dt-color-surface-contrast-hsl: var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l);--dt-color-surface-contrast-hsla: hsla(var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l) / var(--alpha, 100%));--dt-color-surface-contrast: #222222;--dt-color-surface-critical-h: 357.6923076923077;--dt-color-surface-critical-s: 100%;--dt-color-surface-critical-l: 94.90196078431372%;--dt-color-surface-critical-hsl: var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l);--dt-color-surface-critical-hsla: hsla(var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l) / var(--alpha, 100%));--dt-color-surface-critical: #FFE5E6;--dt-color-surface-critical-subtle-h: 358.0000000000001;--dt-color-surface-critical-subtle-s: 100%;--dt-color-surface-critical-subtle-l: 97.5%;--dt-color-surface-critical-subtle-hsl: var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l);--dt-color-surface-critical-subtle-hsla: hsla(var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l) / var(--alpha, 100%));--dt-color-surface-critical-subtle: hsl(358 100% 97.5%);--dt-color-surface-critical-strong-h: 0;--dt-color-surface-critical-strong-s: 88.659793814433%;--dt-color-surface-critical-strong-l: 38.03921568627451%;--dt-color-surface-critical-strong-hsl: var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l);--dt-color-surface-critical-strong-hsla: hsla(var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l) / var(--alpha, 100%));--dt-color-surface-critical-strong: #B70B0B;--dt-color-surface-warning-h: 47.058823529411775;--dt-color-surface-warning-s: 100%;--dt-color-surface-warning-l: 90%;--dt-color-surface-warning-hsl: var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l);--dt-color-surface-warning-hsla: hsla(var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l) / var(--alpha, 100%));--dt-color-surface-warning: #FFF4CC;--dt-color-surface-warning-subtle-h: 47.099999999999966;--dt-color-surface-warning-subtle-s: 100%;--dt-color-surface-warning-subtle-l: 95%;--dt-color-surface-warning-subtle-hsl: var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l);--dt-color-surface-warning-subtle-hsla: hsla(var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l) / var(--alpha, 100%));--dt-color-surface-warning-subtle: hsl(47.1 100% 95%);--dt-color-surface-warning-strong-h: 42.99212598425196;--dt-color-surface-warning-strong-s: 100%;--dt-color-surface-warning-strong-l: 75.09803921568627%;--dt-color-surface-warning-strong-hsl: var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l);--dt-color-surface-warning-strong-hsla: hsla(var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l) / var(--alpha, 100%));--dt-color-surface-warning-strong: #FFDB80;--dt-color-surface-success-h: 111.42857142857133;--dt-color-surface-success-s: 53.84615384615389%;--dt-color-surface-success-l: 94.90196078431372%;--dt-color-surface-success-hsl: var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l);--dt-color-surface-success-hsla: hsla(var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l) / var(--alpha, 100%));--dt-color-surface-success: #EDF9EB;--dt-color-surface-success-subtle-h: 110.99999999999987;--dt-color-surface-success-subtle-s: 53.79999999999936%;--dt-color-surface-success-subtle-l: 98%;--dt-color-surface-success-subtle-hsl: var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l);--dt-color-surface-success-subtle-hsla: hsla(var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l) / var(--alpha, 100%));--dt-color-surface-success-subtle: hsl(111 53.8% 98%);--dt-color-surface-success-strong-h: 136.64233576642334;--dt-color-surface-success-strong-s: 72.4867724867725%;--dt-color-surface-success-strong-l: 37.05882352941176%;--dt-color-surface-success-strong-hsl: var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l);--dt-color-surface-success-strong-hsla: hsla(var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l) / var(--alpha, 100%));--dt-color-surface-success-strong: #1AA340;--dt-color-surface-info-h: 210;--dt-color-surface-info-s: 61.538461538461554%;--dt-color-surface-info-l: 94.90196078431372%;--dt-color-surface-info-hsl: var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l);--dt-color-surface-info-hsla: hsla(var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l) / var(--alpha, 100%));--dt-color-surface-info: #EAF2FA;--dt-color-surface-info-subtle-h: 210;--dt-color-surface-info-subtle-s: 61.499999999999474%;--dt-color-surface-info-subtle-l: 97.5%;--dt-color-surface-info-subtle-hsl: var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l);--dt-color-surface-info-subtle-hsla: hsla(var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l) / var(--alpha, 100%));--dt-color-surface-info-subtle: hsl(210 61.5% 97.5%);--dt-color-surface-info-strong-h: 212.22857142857146;--dt-color-surface-info-strong-s: 79.18552036199095%;--dt-color-surface-info-strong-l: 43.333333333333336%;--dt-color-surface-info-strong-hsl: var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l);--dt-color-surface-info-strong-hsla: hsla(var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l) / var(--alpha, 100%));--dt-color-surface-info-strong: #1768C6;--dt-color-border-subtle-h: 0;--dt-color-border-subtle-s: 0%;--dt-color-border-subtle-l: 0%;--dt-color-border-subtle-hsl: var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l);--dt-color-border-subtle-hsla: hsla(var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l) / var(--alpha, 100%));--dt-color-border-subtle: hsl(0 0% 0% / .1);--dt-color-border-default-h: 0;--dt-color-border-default-s: 0%;--dt-color-border-default-l: 0%;--dt-color-border-default-hsl: var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l);--dt-color-border-default-hsla: hsla(var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l) / var(--alpha, 100%));--dt-color-border-default: hsl(0 0% 0% / .18);--dt-color-border-moderate-h: 0;--dt-color-border-moderate-s: 0%;--dt-color-border-moderate-l: 0%;--dt-color-border-moderate-hsl: var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l);--dt-color-border-moderate-hsla: hsla(var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l) / var(--alpha, 100%));--dt-color-border-moderate: hsl(0 0% 0% / .34);--dt-color-border-bold-h: 0;--dt-color-border-bold-s: 0%;--dt-color-border-bold-l: 0%;--dt-color-border-bold-hsl: var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l);--dt-color-border-bold-hsla: hsla(var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l) / var(--alpha, 100%));--dt-color-border-bold: hsl(0 0% 0% / .5);--dt-color-border-subtle-inverted-h: 0;--dt-color-border-subtle-inverted-s: 0%;--dt-color-border-subtle-inverted-l: 100%;--dt-color-border-subtle-inverted-hsl: var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l);--dt-color-border-subtle-inverted-hsla: hsla(var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-subtle-inverted: hsl(0 0% 100% / .14);--dt-color-border-default-inverted-h: 0;--dt-color-border-default-inverted-s: 0%;--dt-color-border-default-inverted-l: 100%;--dt-color-border-default-inverted-hsl: var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l);--dt-color-border-default-inverted-hsla: hsla(var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l) / var(--alpha, 100%));--dt-color-border-default-inverted: hsl(0 0% 100% / .22);--dt-color-border-moderate-inverted-h: 0;--dt-color-border-moderate-inverted-s: 0%;--dt-color-border-moderate-inverted-l: 100%;--dt-color-border-moderate-inverted-hsl: var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l);--dt-color-border-moderate-inverted-hsla: hsla(var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l) / var(--alpha, 100%));--dt-color-border-moderate-inverted: hsl(0 0% 100% / .38);--dt-color-border-bold-inverted-h: 0;--dt-color-border-bold-inverted-s: 0%;--dt-color-border-bold-inverted-l: 100%;--dt-color-border-bold-inverted-hsl: var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l);--dt-color-border-bold-inverted-hsla: hsla(var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l) / var(--alpha, 100%));--dt-color-border-bold-inverted: hsl(0 0% 100% / .5);--dt-color-border-focus-h: 212.60115606936418;--dt-color-border-focus-s: 98.85714285714286%;--dt-color-border-focus-l: 65.68627450980392%;--dt-color-border-focus-hsl: var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l);--dt-color-border-focus-hsla: hsla(var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l) / var(--alpha, 100%));--dt-color-border-focus: #51A0FE;--dt-color-border-critical-h: 0;--dt-color-border-critical-s: 88.79999999999998%;--dt-color-border-critical-l: 49.01960784313726%;--dt-color-border-critical-hsl: var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l);--dt-color-border-critical-hsla: hsla(var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l) / var(--alpha, 100%));--dt-color-border-critical: #EC0E0E;--dt-color-border-success-h: 136.64233576642334;--dt-color-border-success-s: 72.4867724867725%;--dt-color-border-success-l: 37.05882352941176%;--dt-color-border-success-hsl: var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l);--dt-color-border-success-hsla: hsla(var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l) / var(--alpha, 100%));--dt-color-border-success: #1AA340;--dt-color-border-warning-h: 35.92814371257486;--dt-color-border-warning-s: 66.00790513833991%;--dt-color-border-warning-l: 49.6078431372549%;--dt-color-border-warning-hsl: var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l);--dt-color-border-warning-hsla: hsla(var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l) / var(--alpha, 100%));--dt-color-border-warning: #D28F2B;--dt-color-border-brand-h: 254.5664739884393;--dt-color-border-brand-s: 100%;--dt-color-border-brand-l: 66.07843137254902%;--dt-color-border-brand-hsl: var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l);--dt-color-border-brand-hsla: hsla(var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l) / var(--alpha, 100%));--dt-color-border-brand: #7C52FF;--dt-color-border-ai-h: 0;--dt-color-border-ai-s: 0%;--dt-color-border-ai-l: 0%;--dt-color-border-ai-hsl: var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l);--dt-color-border-ai-hsla: hsla(var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l) / var(--alpha, 100%));--dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);--dt-color-border-accent-h: 325.7831325301205;--dt-color-border-accent-s: 100%;--dt-color-border-accent-l: 48.8235294117647%;--dt-color-border-accent-hsl: var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l);--dt-color-border-accent-hsla: hsla(var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l) / var(--alpha, 100%));--dt-color-border-accent: #F9008E;--dt-color-border-critical-subtle-h: 0;--dt-color-border-critical-subtle-s: 100%;--dt-color-border-critical-subtle-l: 76.07843137254902%;--dt-color-border-critical-subtle-hsl: var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l);--dt-color-border-critical-subtle-hsla: hsla(var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l) / var(--alpha, 100%));--dt-color-border-critical-subtle: #FF8585;--dt-color-border-critical-strong-h: 0;--dt-color-border-critical-strong-s: 88.659793814433%;--dt-color-border-critical-strong-l: 38.03921568627451%;--dt-color-border-critical-strong-hsl: var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l);--dt-color-border-critical-strong-hsla: hsla(var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l) / var(--alpha, 100%));--dt-color-border-critical-strong: #B70B0B;--dt-color-border-success-subtle-h: 111.52173913043478;--dt-color-border-success-subtle-s: 100%;--dt-color-border-success-subtle-l: 81.96078431372548%;--dt-color-border-success-subtle-hsl: var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l);--dt-color-border-success-subtle-hsla: hsla(var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l) / var(--alpha, 100%));--dt-color-border-success-subtle: #B0FFA3;--dt-color-border-success-strong-h: 136.15384615384616;--dt-color-border-success-strong-s: 59.09090909090909%;--dt-color-border-success-strong-l: 17.254901960784313%;--dt-color-border-success-strong-hsl: var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l);--dt-color-border-success-strong-hsla: hsla(var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l) / var(--alpha, 100%));--dt-color-border-success-strong: #124620;--dt-color-border-warning-subtle-h: 42.99212598425196;--dt-color-border-warning-subtle-s: 100%;--dt-color-border-warning-subtle-l: 75.09803921568627%;--dt-color-border-warning-subtle-hsl: var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l);--dt-color-border-warning-subtle-hsla: hsla(var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l) / var(--alpha, 100%));--dt-color-border-warning-subtle: #FFDB80;--dt-color-border-warning-strong-h: 35.7;--dt-color-border-warning-strong-s: 88.30000000000001%;--dt-color-border-warning-strong-l: 21.5%;--dt-color-border-warning-strong-hsl: var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l);--dt-color-border-warning-strong-hsla: hsla(var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l) / var(--alpha, 100%));--dt-color-border-warning-strong: hsl(35.7 88.3% 21.5%);--dt-color-border-brand-subtle-h: 260.35714285714283;--dt-color-border-brand-subtle-s: 100%;--dt-color-border-brand-subtle-l: 89.01960784313725%;--dt-color-border-brand-subtle-hsl: var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l);--dt-color-border-brand-subtle-hsla: hsla(var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l) / var(--alpha, 100%));--dt-color-border-brand-subtle: #DAC7FF;--dt-color-border-brand-strong-h: 254.49999999999997;--dt-color-border-brand-strong-s: 67.41573033707866%;--dt-color-border-brand-strong-l: 34.90196078431373%;--dt-color-border-brand-strong-hsl: var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l);--dt-color-border-brand-strong-hsla: hsla(var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l) / var(--alpha, 100%));--dt-color-border-brand-strong: #3A1D95;--dt-color-border-critical-inverted-h: 0;--dt-color-border-critical-inverted-s: 100%;--dt-color-border-critical-inverted-l: 76.07843137254902%;--dt-color-border-critical-inverted-hsl: var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l);--dt-color-border-critical-inverted-hsla: hsla(var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l) / var(--alpha, 100%));--dt-color-border-critical-inverted: #FF8585;--dt-color-border-success-inverted-h: 111.52173913043478;--dt-color-border-success-inverted-s: 100%;--dt-color-border-success-inverted-l: 81.96078431372548%;--dt-color-border-success-inverted-hsl: var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l);--dt-color-border-success-inverted-hsla: hsla(var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l) / var(--alpha, 100%));--dt-color-border-success-inverted: #B0FFA3;--dt-color-border-warning-inverted-h: 42.99212598425196;--dt-color-border-warning-inverted-s: 100%;--dt-color-border-warning-inverted-l: 75.09803921568627%;--dt-color-border-warning-inverted-hsl: var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l);--dt-color-border-warning-inverted-hsla: hsla(var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l) / var(--alpha, 100%));--dt-color-border-warning-inverted: #FFDB80;--dt-color-border-brand-inverted-h: 254.5664739884393;--dt-color-border-brand-inverted-s: 100%;--dt-color-border-brand-inverted-l: 66.07843137254902%;--dt-color-border-brand-inverted-hsl: var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l);--dt-color-border-brand-inverted-hsla: hsla(var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l) / var(--alpha, 100%));--dt-color-border-brand-inverted: #7C52FF;--dt-color-border-critical-subtle-inverted-h: 0;--dt-color-border-critical-subtle-inverted-s: 88.659793814433%;--dt-color-border-critical-subtle-inverted-l: 38.03921568627451%;--dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l);--dt-color-border-critical-subtle-inverted-hsla: hsla(var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-critical-subtle-inverted: #B70B0B;--dt-color-border-critical-strong-inverted-h: 357.6923076923077;--dt-color-border-critical-strong-inverted-s: 100%;--dt-color-border-critical-strong-inverted-l: 94.90196078431372%;--dt-color-border-critical-strong-inverted-hsl: var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l);--dt-color-border-critical-strong-inverted-hsla: hsla(var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l) / var(--alpha, 100%));--dt-color-border-critical-strong-inverted: #FFE5E6;--dt-color-border-success-subtle-inverted-h: 136.64233576642334;--dt-color-border-success-subtle-inverted-s: 72.4867724867725%;--dt-color-border-success-subtle-inverted-l: 37.05882352941176%;--dt-color-border-success-subtle-inverted-hsl: var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l);--dt-color-border-success-subtle-inverted-hsla: hsla(var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-success-subtle-inverted: #1AA340;--dt-color-border-success-strong-inverted-h: 111.42857142857133;--dt-color-border-success-strong-inverted-s: 53.84615384615389%;--dt-color-border-success-strong-inverted-l: 94.90196078431372%;--dt-color-border-success-strong-inverted-hsl: var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l);--dt-color-border-success-strong-inverted-hsla: hsla(var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l) / var(--alpha, 100%));--dt-color-border-success-strong-inverted: #EDF9EB;--dt-color-border-warning-subtle-inverted-h: 35.92814371257486;--dt-color-border-warning-subtle-inverted-s: 66.00790513833991%;--dt-color-border-warning-subtle-inverted-l: 49.6078431372549%;--dt-color-border-warning-subtle-inverted-hsl: var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l);--dt-color-border-warning-subtle-inverted-hsla: hsla(var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-warning-subtle-inverted: #D28F2B;--dt-color-border-warning-strong-inverted-h: 47.058823529411775;--dt-color-border-warning-strong-inverted-s: 100%;--dt-color-border-warning-strong-inverted-l: 90%;--dt-color-border-warning-strong-inverted-hsl: var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l);--dt-color-border-warning-strong-inverted-hsla: hsla(var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l) / var(--alpha, 100%));--dt-color-border-warning-strong-inverted: #FFF4CC;--dt-color-border-brand-subtle-inverted-h: 254.49999999999997;--dt-color-border-brand-subtle-inverted-s: 67.41573033707866%;--dt-color-border-brand-subtle-inverted-l: 34.90196078431373%;--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l);--dt-color-border-brand-subtle-inverted-hsla: hsla(var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-brand-subtle-inverted: #3A1D95;--dt-color-border-brand-strong-inverted-h: 260.35714285714283;--dt-color-border-brand-strong-inverted-s: 100%;--dt-color-border-brand-strong-inverted-l: 89.01960784313725%;--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l);--dt-color-border-brand-strong-inverted-hsla: hsla(var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l) / var(--alpha, 100%));--dt-color-border-brand-strong-inverted: #DAC7FF;--dt-typography-body-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-body-md-font-weight: 400;--dt-typography-body-md-line-height: 1.6;--dt-typography-body-md-font-size: 1.5rem;--dt-typography-body-md-text-case: none;--dt-typography-body-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-body-md-compact-font-weight: 400;--dt-typography-body-md-compact-line-height: 1.4;--dt-typography-body-md-compact-font-size: 1.5rem;--dt-typography-body-md-compact-text-case: none;--dt-typography-body-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-body-sm-font-weight: 400;--dt-typography-body-sm-line-height: 1.4;--dt-typography-body-sm-font-size: 1.2rem;--dt-typography-body-sm-text-case: none;--dt-typography-body-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-body-sm-compact-font-weight: 400;--dt-typography-body-sm-compact-line-height: 1.2;--dt-typography-body-sm-compact-font-size: 1.2rem;--dt-typography-body-sm-compact-text-case: none;--dt-typography-headline-eyebrow-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-eyebrow-font-weight: 400;--dt-typography-headline-eyebrow-line-height: 1.4;--dt-typography-headline-eyebrow-font-size: 1.2rem;--dt-typography-headline-eyebrow-text-case: uppercase;--dt-typography-headline-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-sm-font-weight: 700;--dt-typography-headline-sm-line-height: 1.4;--dt-typography-headline-sm-font-size: 1.2rem;--dt-typography-headline-sm-text-case: none;--dt-typography-headline-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-sm-compact-font-weight: 700;--dt-typography-headline-sm-compact-line-height: 1.2;--dt-typography-headline-sm-compact-font-size: 1.2rem;--dt-typography-headline-sm-compact-text-case: none;--dt-typography-headline-sm-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-sm-soft-font-weight: 500;--dt-typography-headline-sm-soft-line-height: 1.4;--dt-typography-headline-sm-soft-font-size: 1.2rem;--dt-typography-headline-sm-soft-text-case: none;--dt-typography-headline-sm-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-sm-soft-compact-font-weight: 500;--dt-typography-headline-sm-soft-compact-line-height: 1.2;--dt-typography-headline-sm-soft-compact-font-size: 1.2rem;--dt-typography-headline-sm-soft-compact-text-case: none;--dt-typography-headline-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-md-font-weight: 700;--dt-typography-headline-md-line-height: 1.6;--dt-typography-headline-md-font-size: 1.5rem;--dt-typography-headline-md-text-case: none;--dt-typography-headline-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-md-compact-font-weight: 700;--dt-typography-headline-md-compact-line-height: 1.4;--dt-typography-headline-md-compact-font-size: 1.5rem;--dt-typography-headline-md-compact-text-case: none;--dt-typography-headline-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-lg-font-weight: 700;--dt-typography-headline-lg-line-height: 1.6;--dt-typography-headline-lg-font-size: 1.9rem;--dt-typography-headline-lg-text-case: none;--dt-typography-headline-lg-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-lg-soft-font-weight: 500;--dt-typography-headline-lg-soft-line-height: 1.6;--dt-typography-headline-lg-soft-font-size: 1.9rem;--dt-typography-headline-lg-soft-text-case: none;--dt-typography-headline-lg-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-lg-compact-font-weight: 700;--dt-typography-headline-lg-compact-line-height: 1.2;--dt-typography-headline-lg-compact-font-size: 1.9rem;--dt-typography-headline-lg-compact-text-case: none;--dt-typography-headline-lg-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-lg-soft-compact-font-weight: 500;--dt-typography-headline-lg-soft-compact-line-height: 1.2;--dt-typography-headline-lg-soft-compact-font-size: 1.9rem;--dt-typography-headline-lg-soft-compact-text-case: none;--dt-typography-headline-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-xl-font-weight: 500;--dt-typography-headline-xl-line-height: 1.2;--dt-typography-headline-xl-font-size: 2.7rem;--dt-typography-headline-xl-text-case: none;--dt-typography-headline-xl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-xl-compact-font-weight: 500;--dt-typography-headline-xl-compact-line-height: 1;--dt-typography-headline-xl-compact-font-size: 2.7rem;--dt-typography-headline-xl-compact-text-case: none;--dt-typography-headline-xxl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-xxl-font-weight: 500;--dt-typography-headline-xxl-line-height: 1.2;--dt-typography-headline-xxl-font-size: 3.8rem;--dt-typography-headline-xxl-text-case: none;--dt-typography-headline-xxl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-headline-xxl-compact-font-weight: 500;--dt-typography-headline-xxl-compact-line-height: 1;--dt-typography-headline-xxl-compact-font-size: 3.8rem;--dt-typography-headline-xxl-compact-text-case: none;--dt-typography-label-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-md-font-weight: 600;--dt-typography-label-md-line-height: 1.6;--dt-typography-label-md-font-size: 1.5rem;--dt-typography-label-md-text-case: none;--dt-typography-label-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-md-compact-font-weight: 600;--dt-typography-label-md-compact-line-height: 1.4;--dt-typography-label-md-compact-font-size: 1.5rem;--dt-typography-label-md-compact-text-case: none;--dt-typography-label-md-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-md-plain-font-weight: 400;--dt-typography-label-md-plain-line-height: 1.6;--dt-typography-label-md-plain-font-size: 1.5rem;--dt-typography-label-md-plain-text-case: none;--dt-typography-label-md-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-md-plain-compact-font-weight: 400;--dt-typography-label-md-plain-compact-line-height: 1.4;--dt-typography-label-md-plain-compact-font-size: 1.5rem;--dt-typography-label-md-plain-compact-text-case: none;--dt-typography-label-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-sm-font-weight: 600;--dt-typography-label-sm-line-height: 1.4;--dt-typography-label-sm-font-size: 1.2rem;--dt-typography-label-sm-text-case: none;--dt-typography-label-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-sm-compact-font-weight: 600;--dt-typography-label-sm-compact-line-height: 1.2;--dt-typography-label-sm-compact-font-size: 1.2rem;--dt-typography-label-sm-compact-text-case: none;--dt-typography-label-sm-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-sm-plain-font-weight: 400;--dt-typography-label-sm-plain-line-height: 1.4;--dt-typography-label-sm-plain-font-size: 1.2rem;--dt-typography-label-sm-plain-text-case: none;--dt-typography-label-sm-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-label-sm-plain-compact-font-weight: 400;--dt-typography-label-sm-plain-compact-line-height: 1.2;--dt-typography-label-sm-plain-compact-font-size: 1.2rem;--dt-typography-label-sm-plain-compact-text-case: none;--dt-typography-helper-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-helper-md-font-weight: 400;--dt-typography-helper-md-line-height: 1.4;--dt-typography-helper-md-font-size: 1.5rem;--dt-typography-helper-md-text-case: none;--dt-typography-helper-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--dt-typography-helper-sm-font-weight: 400;--dt-typography-helper-sm-line-height: 1.2;--dt-typography-helper-sm-font-size: 1.2rem;--dt-typography-helper-sm-text-case: none;--dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;--dt-typography-code-md-font-weight: 400;--dt-typography-code-md-line-height: 1.2;--dt-typography-code-md-font-size: 1.5rem;--dt-typography-code-md-text-case: none;--dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;--dt-typography-code-sm-font-weight: 400;--dt-typography-code-sm-line-height: 1.2;--dt-typography-code-sm-font-size: 1.2rem;--dt-typography-code-sm-text-case: none;--dt-typography-code-sm: var(--dt-typography-code-sm-font-weight) var(--dt-typography-code-sm-font-size)/var(--dt-typography-code-sm-line-height) var(--dt-typography-code-sm-font-family);--dt-typography-code-md: var(--dt-typography-code-md-font-weight) var(--dt-typography-code-md-font-size)/var(--dt-typography-code-md-line-height) var(--dt-typography-code-md-font-family);--dt-typography-helper-sm: var(--dt-typography-helper-sm-font-weight) var(--dt-typography-helper-sm-font-size)/var(--dt-typography-helper-sm-line-height) var(--dt-typography-helper-sm-font-family);--dt-typography-helper-md: var(--dt-typography-helper-md-font-weight) var(--dt-typography-helper-md-font-size)/var(--dt-typography-helper-md-line-height) var(--dt-typography-helper-md-font-family);--dt-typography-label-sm-plain-compact: var(--dt-typography-label-sm-plain-compact-font-weight) var(--dt-typography-label-sm-plain-compact-font-size)/var(--dt-typography-label-sm-plain-compact-line-height) var(--dt-typography-label-sm-plain-compact-font-family);--dt-typography-label-sm-plain: var(--dt-typography-label-sm-plain-font-weight) var(--dt-typography-label-sm-plain-font-size)/var(--dt-typography-label-sm-plain-line-height) var(--dt-typography-label-sm-plain-font-family);--dt-typography-label-sm-compact: var(--dt-typography-label-sm-compact-font-weight) var(--dt-typography-label-sm-compact-font-size)/var(--dt-typography-label-sm-compact-line-height) var(--dt-typography-label-sm-compact-font-family);--dt-typography-label-sm: var(--dt-typography-label-sm-font-weight) var(--dt-typography-label-sm-font-size)/var(--dt-typography-label-sm-line-height) var(--dt-typography-label-sm-font-family);--dt-typography-label-md-plain-compact: var(--dt-typography-label-md-plain-compact-font-weight) var(--dt-typography-label-md-plain-compact-font-size)/var(--dt-typography-label-md-plain-compact-line-height) var(--dt-typography-label-md-plain-compact-font-family);--dt-typography-label-md-plain: var(--dt-typography-label-md-plain-font-weight) var(--dt-typography-label-md-plain-font-size)/var(--dt-typography-label-md-plain-line-height) var(--dt-typography-label-md-plain-font-family);--dt-typography-label-md-compact: var(--dt-typography-label-md-compact-font-weight) var(--dt-typography-label-md-compact-font-size)/var(--dt-typography-label-md-compact-line-height) var(--dt-typography-label-md-compact-font-family);--dt-typography-label-md: var(--dt-typography-label-md-font-weight) var(--dt-typography-label-md-font-size)/var(--dt-typography-label-md-line-height) var(--dt-typography-label-md-font-family);--dt-typography-headline-xxl-compact: var(--dt-typography-headline-xxl-compact-font-weight) var(--dt-typography-headline-xxl-compact-font-size)/var(--dt-typography-headline-xxl-compact-line-height) var(--dt-typography-headline-xxl-compact-font-family);--dt-typography-headline-xxl: var(--dt-typography-headline-xxl-font-weight) var(--dt-typography-headline-xxl-font-size)/var(--dt-typography-headline-xxl-line-height) var(--dt-typography-headline-xxl-font-family);--dt-typography-headline-xl-compact: var(--dt-typography-headline-xl-compact-font-weight) var(--dt-typography-headline-xl-compact-font-size)/var(--dt-typography-headline-xl-compact-line-height) var(--dt-typography-headline-xl-compact-font-family);--dt-typography-headline-xl: var(--dt-typography-headline-xl-font-weight) var(--dt-typography-headline-xl-font-size)/var(--dt-typography-headline-xl-line-height) var(--dt-typography-headline-xl-font-family);--dt-typography-headline-lg-soft-compact: var(--dt-typography-headline-lg-soft-compact-font-weight) var(--dt-typography-headline-lg-soft-compact-font-size)/var(--dt-typography-headline-lg-soft-compact-line-height) var(--dt-typography-headline-lg-soft-compact-font-family);--dt-typography-headline-lg-compact: var(--dt-typography-headline-lg-compact-font-weight) var(--dt-typography-headline-lg-compact-font-size)/var(--dt-typography-headline-lg-compact-line-height) var(--dt-typography-headline-lg-compact-font-family);--dt-typography-headline-lg-soft: var(--dt-typography-headline-lg-soft-font-weight) var(--dt-typography-headline-lg-soft-font-size)/var(--dt-typography-headline-lg-soft-line-height) var(--dt-typography-headline-lg-soft-font-family);--dt-typography-headline-lg: var(--dt-typography-headline-lg-font-weight) var(--dt-typography-headline-lg-font-size)/var(--dt-typography-headline-lg-line-height) var(--dt-typography-headline-lg-font-family);--dt-typography-headline-md-compact: var(--dt-typography-headline-md-compact-font-weight) var(--dt-typography-headline-md-compact-font-size)/var(--dt-typography-headline-md-compact-line-height) var(--dt-typography-headline-md-compact-font-family);--dt-typography-headline-md: var(--dt-typography-headline-md-font-weight) var(--dt-typography-headline-md-font-size)/var(--dt-typography-headline-md-line-height) var(--dt-typography-headline-md-font-family);--dt-typography-headline-sm-soft-compact: var(--dt-typography-headline-sm-soft-compact-font-weight) var(--dt-typography-headline-sm-soft-compact-font-size)/var(--dt-typography-headline-sm-soft-compact-line-height) var(--dt-typography-headline-sm-soft-compact-font-family);--dt-typography-headline-sm-soft: var(--dt-typography-headline-sm-soft-font-weight) var(--dt-typography-headline-sm-soft-font-size)/var(--dt-typography-headline-sm-soft-line-height) var(--dt-typography-headline-sm-soft-font-family);--dt-typography-headline-sm-compact: var(--dt-typography-headline-sm-compact-font-weight) var(--dt-typography-headline-sm-compact-font-size)/var(--dt-typography-headline-sm-compact-line-height) var(--dt-typography-headline-sm-compact-font-family);--dt-typography-headline-sm: var(--dt-typography-headline-sm-font-weight) var(--dt-typography-headline-sm-font-size)/var(--dt-typography-headline-sm-line-height) var(--dt-typography-headline-sm-font-family);--dt-typography-headline-eyebrow: var(--dt-typography-headline-eyebrow-font-weight) var(--dt-typography-headline-eyebrow-font-size)/var(--dt-typography-headline-eyebrow-line-height) var(--dt-typography-headline-eyebrow-font-family);--dt-typography-body-sm-compact: var(--dt-typography-body-sm-compact-font-weight) var(--dt-typography-body-sm-compact-font-size)/var(--dt-typography-body-sm-compact-line-height) var(--dt-typography-body-sm-compact-font-family);--dt-typography-body-sm: var(--dt-typography-body-sm-font-weight) var(--dt-typography-body-sm-font-size)/var(--dt-typography-body-sm-line-height) var(--dt-typography-body-sm-font-family);--dt-typography-body-md-compact: var(--dt-typography-body-md-compact-font-weight) var(--dt-typography-body-md-compact-font-size)/var(--dt-typography-body-md-compact-line-height) var(--dt-typography-body-md-compact-font-family);--dt-typography-body-md: var(--dt-typography-body-md-font-weight) var(--dt-typography-body-md-font-size)/var(--dt-typography-body-md-line-height) var(--dt-typography-body-md-font-family);--dt-inputs-size-border-default: .15rem;--dt-inputs-size-border-status: .2rem;--dt-inputs-size-radius-xs: .4rem;--dt-inputs-size-radius-sm: .8rem;--dt-inputs-size-radius-md: .8rem;--dt-inputs-size-radius-lg: 1.2rem;--dt-inputs-size-radius-xl: 1.6rem;--dt-inputs-line-height-default: 1.2;--dt-inputs-font-size-xs: 1.2rem;--dt-inputs-font-size-sm: 1.2rem;--dt-inputs-font-size-md: 1.5rem;--dt-inputs-font-size-lg: 1.9rem;--dt-inputs-font-size-xl: 2.7rem;--dt-inputs-color-foreground-default-h: 0;--dt-inputs-color-foreground-default-s: 0%;--dt-inputs-color-foreground-default-l: 22.745098039215687%;--dt-inputs-color-foreground-default-hsl: var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l);--dt-inputs-color-foreground-default-hsla: hsla(var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l) / var(--alpha, 100%));--dt-inputs-color-foreground-default: #3A3A3A;--dt-inputs-color-foreground-placeholder-h: 0;--dt-inputs-color-foreground-placeholder-s: 0%;--dt-inputs-color-foreground-placeholder-l: 50.19607843137255%;--dt-inputs-color-foreground-placeholder-hsl: var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l);--dt-inputs-color-foreground-placeholder-hsla: hsla(var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l) / var(--alpha, 100%));--dt-inputs-color-foreground-placeholder: #808080;--dt-inputs-color-foreground-disabled-h: 0;--dt-inputs-color-foreground-disabled-s: 0%;--dt-inputs-color-foreground-disabled-l: 50.19607843137255%;--dt-inputs-color-foreground-disabled-hsl: var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l);--dt-inputs-color-foreground-disabled-hsla: hsla(var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l) / var(--alpha, 100%));--dt-inputs-color-foreground-disabled: #808080;--dt-inputs-color-border-default-h: 0;--dt-inputs-color-border-default-s: 0%;--dt-inputs-color-border-default-l: 0%;--dt-inputs-color-border-default-hsl: var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l);--dt-inputs-color-border-default-hsla: hsla(var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l) / var(--alpha, 100%));--dt-inputs-color-border-default: hsl(0 0% 0% / .1);--dt-inputs-color-border-focus-h: 212.60115606936418;--dt-inputs-color-border-focus-s: 98.85714285714286%;--dt-inputs-color-border-focus-l: 65.68627450980392%;--dt-inputs-color-border-focus-hsl: var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l);--dt-inputs-color-border-focus-hsla: hsla(var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l) / var(--alpha, 100%));--dt-inputs-color-border-focus: #51A0FE;--dt-inputs-color-border-critical-h: 0;--dt-inputs-color-border-critical-s: 88.79999999999998%;--dt-inputs-color-border-critical-l: 49.01960784313726%;--dt-inputs-color-border-critical-hsl: var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l);--dt-inputs-color-border-critical-hsla: hsla(var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l) / var(--alpha, 100%));--dt-inputs-color-border-critical: #EC0E0E;--dt-inputs-color-border-success-h: 136.64233576642334;--dt-inputs-color-border-success-s: 72.4867724867725%;--dt-inputs-color-border-success-l: 37.05882352941176%;--dt-inputs-color-border-success-hsl: var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l);--dt-inputs-color-border-success-hsla: hsla(var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l) / var(--alpha, 100%));--dt-inputs-color-border-success: #1AA340;--dt-inputs-color-border-warning-h: 35.92814371257486;--dt-inputs-color-border-warning-s: 66.00790513833991%;--dt-inputs-color-border-warning-l: 49.6078431372549%;--dt-inputs-color-border-warning-hsl: var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l);--dt-inputs-color-border-warning-hsla: hsla(var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l) / var(--alpha, 100%));--dt-inputs-color-border-warning: #D28F2B;--dt-inputs-color-border-disabled-h: 0;--dt-inputs-color-border-disabled-s: 0%;--dt-inputs-color-border-disabled-l: 0%;--dt-inputs-color-border-disabled-hsl: var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l);--dt-inputs-color-border-disabled-hsla: hsla(var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l) / var(--alpha, 100%));--dt-inputs-color-border-disabled: transparent;--dt-inputs-color-background-default-h: 0;--dt-inputs-color-background-default-s: 0%;--dt-inputs-color-background-default-l: 0%;--dt-inputs-color-background-default-hsl: var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l);--dt-inputs-color-background-default-hsla: hsla(var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l) / var(--alpha, 100%));--dt-inputs-color-background-default: hsl(0 0% 0% / .03);--dt-inputs-color-background-focus-h: 0;--dt-inputs-color-background-focus-s: 0%;--dt-inputs-color-background-focus-l: 0%;--dt-inputs-color-background-focus-hsl: var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l);--dt-inputs-color-background-focus-hsla: hsla(var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l) / var(--alpha, 100%));--dt-inputs-color-background-focus: hsl(0 0% 0% / .01);--dt-inputs-color-background-disabled-h: 0;--dt-inputs-color-background-disabled-s: 0%;--dt-inputs-color-background-disabled-l: 0%;--dt-inputs-color-background-disabled-hsl: var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l);--dt-inputs-color-background-disabled-hsla: hsla(var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l) / var(--alpha, 100%));--dt-inputs-color-background-disabled: hsl(0 0% 0% / .12);--dt-action-color-foreground-base-default-h: 254.5664739884393;--dt-action-color-foreground-base-default-s: 100%;--dt-action-color-foreground-base-default-l: 66.07843137254902%;--dt-action-color-foreground-base-default-hsl: var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l);--dt-action-color-foreground-base-default-hsla: hsla(var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l) / var(--alpha, 100%));--dt-action-color-foreground-base-default: #7C52FF;--dt-action-color-foreground-base-hover-h: 255;--dt-action-color-foreground-base-hover-s: 100%;--dt-action-color-foreground-base-hover-l: 63.40000000000001%;--dt-action-color-foreground-base-hover-hsl: var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l);--dt-action-color-foreground-base-hover-hsla: hsla(var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-base-hover: hsl(255 100% 63.4%);--dt-action-color-foreground-base-active-h: 255;--dt-action-color-foreground-base-active-s: 100%;--dt-action-color-foreground-base-active-l: 63.40000000000001%;--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l);--dt-action-color-foreground-base-active-hsla: hsla(var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l) / var(--alpha, 100%));--dt-action-color-foreground-base-active: hsl(255 100% 63.4%);--dt-action-color-foreground-base-primary-default-h: 0;--dt-action-color-foreground-base-primary-default-s: 0%;--dt-action-color-foreground-base-primary-default-l: 100%;--dt-action-color-foreground-base-primary-default-hsl: var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l);--dt-action-color-foreground-base-primary-default-hsla: hsla(var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l) / var(--alpha, 100%));--dt-action-color-foreground-base-primary-default: #ffffff;--dt-action-color-foreground-critical-default-h: 0;--dt-action-color-foreground-critical-default-s: 88.79999999999998%;--dt-action-color-foreground-critical-default-l: 49.01960784313726%;--dt-action-color-foreground-critical-default-hsl: var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l);--dt-action-color-foreground-critical-default-hsla: hsla(var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-default: #EC0E0E;--dt-action-color-foreground-critical-hover-h: 0;--dt-action-color-foreground-critical-hover-s: 88.8%;--dt-action-color-foreground-critical-hover-l: 45.1%;--dt-action-color-foreground-critical-hover-hsl: var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l);--dt-action-color-foreground-critical-hover-hsla: hsla(var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-hover: hsl(0 88.8% 45.1%);--dt-action-color-foreground-critical-active-h: 0;--dt-action-color-foreground-critical-active-s: 88.8%;--dt-action-color-foreground-critical-active-l: 45.1%;--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l);--dt-action-color-foreground-critical-active-hsla: hsla(var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-active: hsl(0 88.8% 45.1%);--dt-action-color-foreground-critical-primary-default-h: 0;--dt-action-color-foreground-critical-primary-default-s: 0%;--dt-action-color-foreground-critical-primary-default-l: 100%;--dt-action-color-foreground-critical-primary-default-hsl: var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l);--dt-action-color-foreground-critical-primary-default-hsla: hsla(var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-primary-default: #ffffff;--dt-action-color-foreground-inverted-default-h: 0;--dt-action-color-foreground-inverted-default-s: 0%;--dt-action-color-foreground-inverted-default-l: 100%;--dt-action-color-foreground-inverted-default-hsl: var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l);--dt-action-color-foreground-inverted-default-hsla: hsla(var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-default: #ffffff;--dt-action-color-foreground-inverted-hover-h: 0;--dt-action-color-foreground-inverted-hover-s: 0%;--dt-action-color-foreground-inverted-hover-l: 100%;--dt-action-color-foreground-inverted-hover-hsl: var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l);--dt-action-color-foreground-inverted-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-hover: #ffffff;--dt-action-color-foreground-inverted-active-h: 0;--dt-action-color-foreground-inverted-active-s: 0%;--dt-action-color-foreground-inverted-active-l: 100%;--dt-action-color-foreground-inverted-active-hsl: var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l);--dt-action-color-foreground-inverted-active-hsla: hsla(var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-active: #ffffff;--dt-action-color-foreground-inverted-primary-default-h: 254.5664739884393;--dt-action-color-foreground-inverted-primary-default-s: 100%;--dt-action-color-foreground-inverted-primary-default-l: 66.07843137254902%;--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l);--dt-action-color-foreground-inverted-primary-default-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-primary-default: #7C52FF;--dt-action-color-foreground-inverted-primary-hover-h: 254.49999999999997;--dt-action-color-foreground-inverted-primary-hover-s: 67.41573033707866%;--dt-action-color-foreground-inverted-primary-hover-l: 34.90196078431373%;--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l);--dt-action-color-foreground-inverted-primary-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-primary-hover: #3A1D95;--dt-action-color-foreground-inverted-primary-active-h: 254.49999999999997;--dt-action-color-foreground-inverted-primary-active-s: 67.41573033707866%;--dt-action-color-foreground-inverted-primary-active-l: 34.90196078431373%;--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l);--dt-action-color-foreground-inverted-primary-active-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l) / var(--alpha, 100%));--dt-action-color-foreground-inverted-primary-active: #3A1D95;--dt-action-color-foreground-muted-default-h: 0;--dt-action-color-foreground-muted-default-s: 0%;--dt-action-color-foreground-muted-default-l: 22.745098039215687%;--dt-action-color-foreground-muted-default-hsl: var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l);--dt-action-color-foreground-muted-default-hsla: hsla(var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l) / var(--alpha, 100%));--dt-action-color-foreground-muted-default: #3A3A3A;--dt-action-color-foreground-muted-hover-h: 0;--dt-action-color-foreground-muted-hover-s: 0%;--dt-action-color-foreground-muted-hover-l: 22.745098039215687%;--dt-action-color-foreground-muted-hover-hsl: var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l);--dt-action-color-foreground-muted-hover-hsla: hsla(var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-muted-hover: #3A3A3A;--dt-action-color-foreground-muted-active-h: 0;--dt-action-color-foreground-muted-active-s: 0%;--dt-action-color-foreground-muted-active-l: 22.745098039215687%;--dt-action-color-foreground-muted-active-hsl: var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l);--dt-action-color-foreground-muted-active-hsla: hsla(var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l) / var(--alpha, 100%));--dt-action-color-foreground-muted-active: #3A3A3A;--dt-action-color-foreground-disabled-default-h: 0;--dt-action-color-foreground-disabled-default-s: 0%;--dt-action-color-foreground-disabled-default-l: 50.19607843137255%;--dt-action-color-foreground-disabled-default-hsl: var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l);--dt-action-color-foreground-disabled-default-hsla: hsla(var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l) / var(--alpha, 100%));--dt-action-color-foreground-disabled-default: #808080;--dt-action-color-foreground-positive-default-h: 136.64233576642334;--dt-action-color-foreground-positive-default-s: 72.4867724867725%;--dt-action-color-foreground-positive-default-l: 37.05882352941176%;--dt-action-color-foreground-positive-default-hsl: var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l);--dt-action-color-foreground-positive-default-hsla: hsla(var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-default: #1AA340;--dt-action-color-foreground-positive-hover-h: 137;--dt-action-color-foreground-positive-hover-s: 72.49999999999999%;--dt-action-color-foreground-positive-hover-l: 30.399999999999995%;--dt-action-color-foreground-positive-hover-hsl: var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l);--dt-action-color-foreground-positive-hover-hsla: hsla(var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-hover: hsl(137 72.5% 30.4%);--dt-action-color-foreground-positive-active-h: 137;--dt-action-color-foreground-positive-active-s: 72.49999999999999%;--dt-action-color-foreground-positive-active-l: 30.399999999999995%;--dt-action-color-foreground-positive-active-hsl: var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l);--dt-action-color-foreground-positive-active-hsla: hsla(var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-active: hsl(137 72.5% 30.4%);--dt-action-color-foreground-positive-primary-default-h: 0;--dt-action-color-foreground-positive-primary-default-s: 0%;--dt-action-color-foreground-positive-primary-default-l: 100%;--dt-action-color-foreground-positive-primary-default-hsl: var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l);--dt-action-color-foreground-positive-primary-default-hsla: hsla(var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-primary-default: #ffffff;--dt-action-color-background-base-default-h: 0;--dt-action-color-background-base-default-s: 0%;--dt-action-color-background-base-default-l: 0%;--dt-action-color-background-base-default-hsl: var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l);--dt-action-color-background-base-default-hsla: hsla(var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l) / var(--alpha, 100%));--dt-action-color-background-base-default: transparent;--dt-action-color-background-base-hover-h: 255.00000000000006;--dt-action-color-background-base-hover-s: 100%;--dt-action-color-background-base-hover-l: 66.09%;--dt-action-color-background-base-hover-hsl: var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l);--dt-action-color-background-base-hover-hsla: hsla(var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l) / var(--alpha, 100%));--dt-action-color-background-base-hover: hsl(255 100% 66.1% / .14);--dt-action-color-background-base-active-h: 255.00000000000006;--dt-action-color-background-base-active-s: 100%;--dt-action-color-background-base-active-l: 66.09%;--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);--dt-action-color-background-base-active-hsla: hsla(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 100%));--dt-action-color-background-base-active: hsl(255 100% 66.1% / .18);--dt-action-color-background-base-primary-default-h: 254.5664739884393;--dt-action-color-background-base-primary-default-s: 100%;--dt-action-color-background-base-primary-default-l: 66.07843137254902%;--dt-action-color-background-base-primary-default-hsl: var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l);--dt-action-color-background-base-primary-default-hsla: hsla(var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-default: #7C52FF;--dt-action-color-background-base-primary-hover-h: 255;--dt-action-color-background-base-primary-hover-s: 100%;--dt-action-color-background-base-primary-hover-l: 63.40000000000001%;--dt-action-color-background-base-primary-hover-hsl: var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l);--dt-action-color-background-base-primary-hover-hsla: hsla(var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);--dt-action-color-background-base-primary-active-h: 255.00000000000006;--dt-action-color-background-base-primary-active-s: 100%;--dt-action-color-background-base-primary-active-l: 60.8%;--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l);--dt-action-color-background-base-primary-active-hsla: hsla(var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);--dt-action-color-background-critical-default-h: 0;--dt-action-color-background-critical-default-s: 0%;--dt-action-color-background-critical-default-l: 0%;--dt-action-color-background-critical-default-hsl: var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l);--dt-action-color-background-critical-default-hsla: hsla(var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l) / var(--alpha, 100%));--dt-action-color-background-critical-default: transparent;--dt-action-color-background-critical-hover-h: 0;--dt-action-color-background-critical-hover-s: 88.79999999999998%;--dt-action-color-background-critical-hover-l: 49%;--dt-action-color-background-critical-hover-hsl: var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l);--dt-action-color-background-critical-hover-hsla: hsla(var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l) / var(--alpha, 100%));--dt-action-color-background-critical-hover: hsl(0 88.8% 49% / .07);--dt-action-color-background-critical-active-h: 0;--dt-action-color-background-critical-active-s: 88.79999999999998%;--dt-action-color-background-critical-active-l: 49%;--dt-action-color-background-critical-active-hsl: var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l);--dt-action-color-background-critical-active-hsla: hsla(var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l) / var(--alpha, 100%));--dt-action-color-background-critical-active: hsl(0 88.8% 49% / .12);--dt-action-color-background-critical-primary-default-h: 0;--dt-action-color-background-critical-primary-default-s: 88.79999999999998%;--dt-action-color-background-critical-primary-default-l: 49.01960784313726%;--dt-action-color-background-critical-primary-default-hsl: var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l);--dt-action-color-background-critical-primary-default-hsla: hsla(var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-default: #EC0E0E;--dt-action-color-background-critical-primary-hover-h: 0;--dt-action-color-background-critical-primary-hover-s: 88.8%;--dt-action-color-background-critical-primary-hover-l: 45.1%;--dt-action-color-background-critical-primary-hover-hsl: var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l);--dt-action-color-background-critical-primary-hover-hsla: hsla(var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);--dt-action-color-background-critical-primary-active-h: 0;--dt-action-color-background-critical-primary-active-s: 88.79999999999998%;--dt-action-color-background-critical-primary-active-l: 43.1%;--dt-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l);--dt-action-color-background-critical-primary-active-hsla: hsla(var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);--dt-action-color-background-inverted-default-h: 0;--dt-action-color-background-inverted-default-s: 0%;--dt-action-color-background-inverted-default-l: 0%;--dt-action-color-background-inverted-default-hsl: var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l);--dt-action-color-background-inverted-default-hsla: hsla(var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l) / var(--alpha, 100%));--dt-action-color-background-inverted-default: transparent;--dt-action-color-background-inverted-hover-h: 0;--dt-action-color-background-inverted-hover-s: 0%;--dt-action-color-background-inverted-hover-l: 100%;--dt-action-color-background-inverted-hover-hsl: var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l);--dt-action-color-background-inverted-hover-hsla: hsla(var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l) / var(--alpha, 100%));--dt-action-color-background-inverted-hover: hsl(0 0% 100% / .15);--dt-action-color-background-inverted-active-h: 0;--dt-action-color-background-inverted-active-s: 0%;--dt-action-color-background-inverted-active-l: 100%;--dt-action-color-background-inverted-active-hsl: var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l);--dt-action-color-background-inverted-active-hsla: hsla(var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l) / var(--alpha, 100%));--dt-action-color-background-inverted-active: hsl(0 0% 100% / .3);--dt-action-color-background-inverted-primary-default-h: 0;--dt-action-color-background-inverted-primary-default-s: 0%;--dt-action-color-background-inverted-primary-default-l: 100%;--dt-action-color-background-inverted-primary-default-hsl: var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l);--dt-action-color-background-inverted-primary-default-hsla: hsla(var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l) / var(--alpha, 100%));--dt-action-color-background-inverted-primary-default: #ffffff;--dt-action-color-background-inverted-primary-hover-h: 260.00000000000006;--dt-action-color-background-inverted-primary-hover-s: 100%;--dt-action-color-background-inverted-primary-hover-l: 97.05882352941177%;--dt-action-color-background-inverted-primary-hover-hsl: var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l);--dt-action-color-background-inverted-primary-hover-hsla: hsla(var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-inverted-primary-hover: #F5F0FF;--dt-action-color-background-inverted-primary-active-h: 260;--dt-action-color-background-inverted-primary-active-s: 100%;--dt-action-color-background-inverted-primary-active-l: 93.20000000000002%;--dt-action-color-background-inverted-primary-active-hsl: var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l);--dt-action-color-background-inverted-primary-active-hsla: hsla(var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-inverted-primary-active: hsl(260 100% 93.2%);--dt-action-color-background-muted-default-h: 0;--dt-action-color-background-muted-default-s: 0%;--dt-action-color-background-muted-default-l: 0%;--dt-action-color-background-muted-default-hsl: var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l);--dt-action-color-background-muted-default-hsla: hsla(var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l) / var(--alpha, 100%));--dt-action-color-background-muted-default: transparent;--dt-action-color-background-muted-hover-h: 0;--dt-action-color-background-muted-hover-s: 0%;--dt-action-color-background-muted-hover-l: 13.3%;--dt-action-color-background-muted-hover-hsl: var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l);--dt-action-color-background-muted-hover-hsla: hsla(var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l) / var(--alpha, 100%));--dt-action-color-background-muted-hover: hsl(0 0% 13.3% / .1);--dt-action-color-background-muted-active-h: 0;--dt-action-color-background-muted-active-s: 0%;--dt-action-color-background-muted-active-l: 13.3%;--dt-action-color-background-muted-active-hsl: var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l);--dt-action-color-background-muted-active-hsla: hsla(var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l) / var(--alpha, 100%));--dt-action-color-background-muted-active: hsl(0 0% 13.3% / .16);--dt-action-color-background-disabled-default-h: 0;--dt-action-color-background-disabled-default-s: 0%;--dt-action-color-background-disabled-default-l: 82.35294117647058%;--dt-action-color-background-disabled-default-hsl: var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l);--dt-action-color-background-disabled-default-hsla: hsla(var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l) / var(--alpha, 100%));--dt-action-color-background-disabled-default: #D2D2D2;--dt-action-color-background-positive-default-h: 0;--dt-action-color-background-positive-default-s: 0%;--dt-action-color-background-positive-default-l: 0%;--dt-action-color-background-positive-default-hsl: var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l);--dt-action-color-background-positive-default-hsla: hsla(var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l) / var(--alpha, 100%));--dt-action-color-background-positive-default: transparent;--dt-action-color-background-positive-hover-h: 110.99999999999987;--dt-action-color-background-positive-hover-s: 53.79999999999936%;--dt-action-color-background-positive-hover-l: 98%;--dt-action-color-background-positive-hover-hsl: var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l);--dt-action-color-background-positive-hover-hsla: hsla(var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l) / var(--alpha, 100%));--dt-action-color-background-positive-hover: hsl(111 53.8% 98%);--dt-action-color-background-positive-active-h: 137;--dt-action-color-background-positive-active-s: 72.50000000000001%;--dt-action-color-background-positive-active-l: 37.1%;--dt-action-color-background-positive-active-hsl: var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l);--dt-action-color-background-positive-active-hsla: hsla(var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l) / var(--alpha, 100%));--dt-action-color-background-positive-active: hsl(137 72.5% 37.1% / .08);--dt-action-color-background-positive-primary-default-h: 136.64233576642334;--dt-action-color-background-positive-primary-default-s: 72.4867724867725%;--dt-action-color-background-positive-primary-default-l: 37.05882352941176%;--dt-action-color-background-positive-primary-default-hsl: var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l);--dt-action-color-background-positive-primary-default-hsla: hsla(var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-default: #1AA340;--dt-action-color-background-positive-primary-hover-h: 137;--dt-action-color-background-positive-primary-hover-s: 72.5%;--dt-action-color-background-positive-primary-hover-l: 33.4%;--dt-action-color-background-positive-primary-hover-hsl: var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l);--dt-action-color-background-positive-primary-hover-hsla: hsla(var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-hover: hsl(137 72.5% 33.4%);--dt-action-color-background-positive-primary-active-h: 137;--dt-action-color-background-positive-primary-active-s: 72.50000000000001%;--dt-action-color-background-positive-primary-active-l: 31.1%;--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l);--dt-action-color-background-positive-primary-active-hsla: hsla(var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-active: hsl(137 72.5% 31.1%);--dt-action-color-border-base-outlined-default-h: 254.5664739884393;--dt-action-color-border-base-outlined-default-s: 100%;--dt-action-color-border-base-outlined-default-l: 66.07843137254902%;--dt-action-color-border-base-outlined-default-hsl: var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l);--dt-action-color-border-base-outlined-default-hsla: hsla(var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l) / var(--alpha, 100%));--dt-action-color-border-base-outlined-default: #7C52FF;--dt-action-color-border-critical-outlined-default-h: 0;--dt-action-color-border-critical-outlined-default-s: 88.79999999999998%;--dt-action-color-border-critical-outlined-default-l: 49.01960784313726%;--dt-action-color-border-critical-outlined-default-hsl: var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l);--dt-action-color-border-critical-outlined-default-hsla: hsla(var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l) / var(--alpha, 100%));--dt-action-color-border-critical-outlined-default: #EC0E0E;--dt-action-color-border-inverted-outlined-default-h: 0;--dt-action-color-border-inverted-outlined-default-s: 0%;--dt-action-color-border-inverted-outlined-default-l: 100%;--dt-action-color-border-inverted-outlined-default-hsl: var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l);--dt-action-color-border-inverted-outlined-default-hsla: hsla(var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l) / var(--alpha, 100%));--dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / .38);--dt-action-color-border-muted-outlined-default-h: 0;--dt-action-color-border-muted-outlined-default-s: 0%;--dt-action-color-border-muted-outlined-default-l: 0%;--dt-action-color-border-muted-outlined-default-hsl: var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l);--dt-action-color-border-muted-outlined-default-hsla: hsla(var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l) / var(--alpha, 100%));--dt-action-color-border-muted-outlined-default: hsl(0 0% 0% / .34);--dt-theme-color-base-h: 329.20353982300884;--dt-theme-color-base-s: 100%;--dt-theme-color-base-l: 44.31372549019608%;--dt-theme-color-base-hsl: var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l);--dt-theme-color-base-hsla: hsla(var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l) / var(--alpha, 100%));--dt-theme-color-base: #E20074;--dt-theme-topbar-color-foreground-h: 329;--dt-theme-topbar-color-foreground-s: 100%;--dt-theme-topbar-color-foreground-l: 44.3%;--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);--dt-theme-topbar-color-foreground-hsla: hsla(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-color-foreground: hsl(329 100% 44.3% / .75);--dt-theme-topbar-color-background-h: 0;--dt-theme-topbar-color-background-s: 0%;--dt-theme-topbar-color-background-l: 97.6470588235294%;--dt-theme-topbar-color-background-hsl: var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l);--dt-theme-topbar-color-background-hsla: hsla(var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-color-background: #F9F9F9;--dt-theme-topbar-field-color-foreground-h: 329;--dt-theme-topbar-field-color-foreground-s: 100%;--dt-theme-topbar-field-color-foreground-l: 44.3%;--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);--dt-theme-topbar-field-color-foreground-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-foreground: hsl(329 100% 44.3% / .5);--dt-theme-topbar-field-color-foreground-hover-h: 329;--dt-theme-topbar-field-color-foreground-hover-s: 100%;--dt-theme-topbar-field-color-foreground-hover-l: 44.3%;--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);--dt-theme-topbar-field-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-foreground-hover: hsl(329 100% 44.3% / .75);--dt-theme-topbar-field-color-background-h: 329;--dt-theme-topbar-field-color-background-s: 100%;--dt-theme-topbar-field-color-background-l: 44.3%;--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);--dt-theme-topbar-field-color-background-hsla: hsla(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-background: hsl(329 100% 44.3% / .05);--dt-theme-topbar-field-color-background-hover-h: 0;--dt-theme-topbar-field-color-background-hover-s: 0%;--dt-theme-topbar-field-color-background-hover-l: 100%;--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);--dt-theme-topbar-field-color-background-hover-hsla: hsla(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);--dt-theme-topbar-field-color-border-h: 329;--dt-theme-topbar-field-color-border-s: 100%;--dt-theme-topbar-field-color-border-l: 44.3%;--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);--dt-theme-topbar-field-color-border-hsla: hsla(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border: hsl(329 100% 44.3% / 0);--dt-theme-topbar-field-color-border-hover-h: 329;--dt-theme-topbar-field-color-border-hover-s: 100%;--dt-theme-topbar-field-color-border-hover-l: 44.3%;--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);--dt-theme-topbar-field-color-border-hover-hsla: hsla(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border-hover: hsl(329 100% 44.3% / .1);--dt-theme-topbar-field-color-border-active-h: 329;--dt-theme-topbar-field-color-border-active-s: 100%;--dt-theme-topbar-field-color-border-active-l: 44.3%;--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);--dt-theme-topbar-field-color-border-active-hsla: hsla(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border-active: hsl(329 100% 44.3% / .2);--dt-theme-topbar-button-color-foreground-h: 329;--dt-theme-topbar-button-color-foreground-s: 100%;--dt-theme-topbar-button-color-foreground-l: 44.3%;--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);--dt-theme-topbar-button-color-foreground-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-foreground: hsl(329 100% 44.3% / .65);--dt-theme-topbar-button-color-foreground-hover-h: 329.20353982300884;--dt-theme-topbar-button-color-foreground-hover-s: 100%;--dt-theme-topbar-button-color-foreground-hover-l: 44.31372549019608%;--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l);--dt-theme-topbar-button-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-foreground-hover: #E20074;--dt-theme-topbar-button-color-background-h: 329;--dt-theme-topbar-button-color-background-s: 100%;--dt-theme-topbar-button-color-background-l: 44.3%;--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);--dt-theme-topbar-button-color-background-hsla: hsla(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background: hsl(329 100% 44.3% / 0);--dt-theme-topbar-button-color-background-hover-h: 329;--dt-theme-topbar-button-color-background-hover-s: 100%;--dt-theme-topbar-button-color-background-hover-l: 44.3%;--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);--dt-theme-topbar-button-color-background-hover-hsla: hsla(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background-hover: hsl(329 100% 44.3% / .05);--dt-theme-topbar-button-color-background-active-h: 329;--dt-theme-topbar-button-color-background-active-s: 100%;--dt-theme-topbar-button-color-background-active-l: 44.3%;--dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);--dt-theme-topbar-button-color-background-active-hsla: hsla(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background-active: hsl(329 100% 44.3% / .1);--dt-theme-topbar-profile-color-foreground-h: 329;--dt-theme-topbar-profile-color-foreground-s: 100%;--dt-theme-topbar-profile-color-foreground-l: 44.3%;--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l);--dt-theme-topbar-profile-color-foreground-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-foreground: hsl(329 100% 44.3% / .75);--dt-theme-topbar-profile-color-foreground-inverted-h: 0;--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;--dt-theme-topbar-profile-color-foreground-inverted-l: 100%;--dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);--dt-theme-topbar-profile-color-foreground-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 100% / .75);--dt-theme-topbar-profile-color-background-h: 329;--dt-theme-topbar-profile-color-background-s: 100%;--dt-theme-topbar-profile-color-background-l: 44.3%;--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);--dt-theme-topbar-profile-color-background-hsla: hsla(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background: hsl(329 100% 44.3% / .05);--dt-theme-topbar-profile-color-background-inverted-h: 329;--dt-theme-topbar-profile-color-background-inverted-s: 100%;--dt-theme-topbar-profile-color-background-inverted-l: 44.3%;--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);--dt-theme-topbar-profile-color-background-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-inverted: hsl(329 100% 44.3% / .75);--dt-theme-topbar-profile-color-background-hover-h: 329;--dt-theme-topbar-profile-color-background-hover-s: 100%;--dt-theme-topbar-profile-color-background-hover-l: 44.3%;--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);--dt-theme-topbar-profile-color-background-hover-hsla: hsla(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-hover: hsl(329 100% 44.3% / .1);--dt-theme-topbar-profile-color-background-active-h: 329;--dt-theme-topbar-profile-color-background-active-s: 100%;--dt-theme-topbar-profile-color-background-active-l: 44.3%;--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);--dt-theme-topbar-profile-color-background-active-hsla: hsla(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-active: hsl(329 100% 44.3% / .14);--dt-theme-sidebar-color-foreground-h: 0;--dt-theme-sidebar-color-foreground-s: 0%;--dt-theme-sidebar-color-foreground-l: 22.745098039215687%;--dt-theme-sidebar-color-foreground-hsl: var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l);--dt-theme-sidebar-color-foreground-hsla: hsla(var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-color-foreground: #3A3A3A;--dt-theme-sidebar-color-foreground-unread-h: 0;--dt-theme-sidebar-color-foreground-unread-s: 0%;--dt-theme-sidebar-color-foreground-unread-l: 0%;--dt-theme-sidebar-color-foreground-unread-hsl: var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l);--dt-theme-sidebar-color-foreground-unread-hsla: hsla(var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l) / var(--alpha, 100%));--dt-theme-sidebar-color-foreground-unread: #000000;--dt-theme-sidebar-color-background-h: 0;--dt-theme-sidebar-color-background-s: 0%;--dt-theme-sidebar-color-background-l: 97.6470588235294%;--dt-theme-sidebar-color-background-hsl: var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l);--dt-theme-sidebar-color-background-hsla: hsla(var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l) / var(--alpha, 100%));--dt-theme-sidebar-color-background: #F9F9F9;--dt-theme-sidebar-icon-color-foreground-h: 0;--dt-theme-sidebar-icon-color-foreground-s: 0%;--dt-theme-sidebar-icon-color-foreground-l: 22.745098039215687%;--dt-theme-sidebar-icon-color-foreground-hsl: var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l);--dt-theme-sidebar-icon-color-foreground-hsla: hsla(var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-icon-color-foreground: #3A3A3A;--dt-theme-sidebar-status-color-foreground-h: 0;--dt-theme-sidebar-status-color-foreground-s: 0%;--dt-theme-sidebar-status-color-foreground-l: 33.33333333333333%;--dt-theme-sidebar-status-color-foreground-hsl: var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l);--dt-theme-sidebar-status-color-foreground-hsla: hsla(var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-status-color-foreground: #555555;--dt-theme-sidebar-row-color-background-h: 329;--dt-theme-sidebar-row-color-background-s: 100%;--dt-theme-sidebar-row-color-background-l: 44.3%;--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);--dt-theme-sidebar-row-color-background-hsla: hsla(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background: hsl(329 100% 44.3% / 0);--dt-theme-sidebar-row-color-background-hover-h: 329;--dt-theme-sidebar-row-color-background-hover-s: 100%;--dt-theme-sidebar-row-color-background-hover-l: 44.3%;--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);--dt-theme-sidebar-row-color-background-hover-hsla: hsla(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background-hover: hsl(329 100% 44.3% / .12);--dt-theme-sidebar-row-color-background-active-h: 329;--dt-theme-sidebar-row-color-background-active-s: 100%;--dt-theme-sidebar-row-color-background-active-l: 44.3%;--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);--dt-theme-sidebar-row-color-background-active-hsla: hsla(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background-active: hsl(329 100% 44.3% / .16);--dt-theme-sidebar-selected-row-color-foreground-h: 0;--dt-theme-sidebar-selected-row-color-foreground-s: 0%;--dt-theme-sidebar-selected-row-color-foreground-l: 0%;--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l);--dt-theme-sidebar-selected-row-color-foreground-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-selected-row-color-foreground: #000000;--dt-theme-sidebar-selected-row-color-background-h: 329;--dt-theme-sidebar-selected-row-color-background-s: 100%;--dt-theme-sidebar-selected-row-color-background-l: 44.3%;--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);--dt-theme-sidebar-selected-row-color-background-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 100%));--dt-theme-sidebar-selected-row-color-background: hsl(329 100% 44.3% / .1);--dt-theme-sidebar-section-color-foreground-h: 0;--dt-theme-sidebar-section-color-foreground-s: 0%;--dt-theme-sidebar-section-color-foreground-l: 33.33333333333333%;--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l);--dt-theme-sidebar-section-color-foreground-hsla: hsla(var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l) / var(--alpha, 100%));--dt-theme-sidebar-section-color-foreground: #555555;--dt-theme-presence-color-background-available-h: 136.64233576642334;--dt-theme-presence-color-background-available-s: 72.4867724867725%;--dt-theme-presence-color-background-available-l: 37.05882352941176%;--dt-theme-presence-color-background-available-hsl: var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l);--dt-theme-presence-color-background-available-hsla: hsla(var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l) / var(--alpha, 100%));--dt-theme-presence-color-background-available: #1AA340;--dt-theme-presence-color-background-busy-unavailable-h: 0;--dt-theme-presence-color-background-busy-unavailable-s: 88.79999999999998%;--dt-theme-presence-color-background-busy-unavailable-l: 49.01960784313726%;--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l);--dt-theme-presence-color-background-busy-unavailable-hsla: hsla(var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l) / var(--alpha, 100%));--dt-theme-presence-color-background-busy-unavailable: #EC0E0E;--dt-theme-presence-color-background-busy-h: 35.80645161290322;--dt-theme-presence-color-background-busy-s: 91.17647058823533%;--dt-theme-presence-color-background-busy-l: 60%;--dt-theme-presence-color-background-busy-hsl: var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l);--dt-theme-presence-color-background-busy-hsla: hsla(var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l) / var(--alpha, 100%));--dt-theme-presence-color-background-busy: #F6AB3C;--dt-theme-presence-color-background-offline-h: 0;--dt-theme-presence-color-background-offline-s: 0%;--dt-theme-presence-color-background-offline-l: 100%;--dt-theme-presence-color-background-offline-hsl: var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l);--dt-theme-presence-color-background-offline-hsla: hsla(var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l) / var(--alpha, 100%));--dt-theme-presence-color-background-offline: #ffffff;--dt-theme-mention-color-foreground-h: 0;--dt-theme-mention-color-foreground-s: 0%;--dt-theme-mention-color-foreground-l: 100%;--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));--dt-theme-mention-color-foreground: #ffffff;--dt-theme-mention-color-foreground-strong-h: 0;--dt-theme-mention-color-foreground-strong-s: 0%;--dt-theme-mention-color-foreground-strong-l: 100%;--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));--dt-theme-mention-color-foreground-strong: #ffffff;--dt-theme-mention-color-background-h: 329.20353982300884;--dt-theme-mention-color-background-s: 100%;--dt-theme-mention-color-background-l: 44.31372549019608%;--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));--dt-theme-mention-color-background: #E20074;--dt-theme-mention-color-background-strong-h: 327.45762711864404;--dt-theme-mention-color-background-strong-s: 98.33333333333334%;--dt-theme-mention-color-background-strong-l: 23.52941176470588%;--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));--dt-theme-mention-color-background-strong: #770141;--dt-avatar-color-foreground-h: 0;--dt-avatar-color-foreground-s: 0%;--dt-avatar-color-foreground-l: 0%;--dt-avatar-color-foreground-hsl: var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l);--dt-avatar-color-foreground-hsla: hsla(var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l) / var(--alpha, 100%));--dt-avatar-color-foreground: #000000;--dt-avatar-color-background-100-h: 136.64233576642334;--dt-avatar-color-background-100-s: 72.4867724867725%;--dt-avatar-color-background-100-l: 37.05882352941176%;--dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);--dt-avatar-color-background-100-hsla: hsla(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));--dt-avatar-color-background-100: #1aa340;--dt-avatar-color-background-200-h: 101.12903225806453;--dt-avatar-color-background-200-s: 100%;--dt-avatar-color-background-200-l: 75.68627450980392%;--dt-avatar-color-background-200-hsl: var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l);--dt-avatar-color-background-200-hsla: hsla(var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l) / var(--alpha, 100%));--dt-avatar-color-background-200: #aaff83;--dt-avatar-color-background-300-h: 97.3469387755102;--dt-avatar-color-background-300-s: 69.99999999999997%;--dt-avatar-color-background-300-l: 72.54901960784314%;--dt-avatar-color-background-300-hsl: var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l);--dt-avatar-color-background-300-hsla: hsla(var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l) / var(--alpha, 100%));--dt-avatar-color-background-300: #adea88;--dt-avatar-color-background-400-h: 144.1025641025641;--dt-avatar-color-background-400-s: 75.48387096774195%;--dt-avatar-color-background-400-l: 69.6078431372549%;--dt-avatar-color-background-400-hsl: var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l);--dt-avatar-color-background-400-hsla: hsla(var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l) / var(--alpha, 100%));--dt-avatar-color-background-400: #77eca6;--dt-avatar-color-background-500-h: 154.9565217391304;--dt-avatar-color-background-500-s: 76.158940397351%;--dt-avatar-color-background-500-l: 70.3921568627451%;--dt-avatar-color-background-500-hsl: var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l);--dt-avatar-color-background-500-hsla: hsla(var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l) / var(--alpha, 100%));--dt-avatar-color-background-500: #7aedbd;--dt-avatar-color-background-600-h: 187.17948717948718;--dt-avatar-color-background-600-s: 75.48387096774195%;--dt-avatar-color-background-600-l: 69.6078431372549%;--dt-avatar-color-background-600-hsl: var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l);--dt-avatar-color-background-600-hsla: hsla(var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l) / var(--alpha, 100%));--dt-avatar-color-background-600: #77deec;--dt-avatar-color-background-700-h: 194.53416149068323;--dt-avatar-color-background-700-s: 100%;--dt-avatar-color-background-700-l: 68.43137254901961%;--dt-avatar-color-background-700-hsl: var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l);--dt-avatar-color-background-700-hsla: hsla(var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l) / var(--alpha, 100%));--dt-avatar-color-background-700: #5ed8ff;--dt-avatar-color-background-800-h: 194.1176470588235;--dt-avatar-color-background-800-s: 100%;--dt-avatar-color-background-800-l: 80%;--dt-avatar-color-background-800-hsl: var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l);--dt-avatar-color-background-800-hsla: hsla(var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l) / var(--alpha, 100%));--dt-avatar-color-background-800: #99e7ff;--dt-avatar-color-background-900-h: 212.60115606936418;--dt-avatar-color-background-900-s: 98.85714285714286%;--dt-avatar-color-background-900-l: 65.68627450980392%;--dt-avatar-color-background-900-hsl: var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l);--dt-avatar-color-background-900-hsla: hsla(var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l) / var(--alpha, 100%));--dt-avatar-color-background-900: #51a0fe;--dt-avatar-color-background-1000-h: 219.45205479452054;--dt-avatar-color-background-1000-s: 100%;--dt-avatar-color-background-1000-l: 85.68627450980392%;--dt-avatar-color-background-1000-hsl: var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l);--dt-avatar-color-background-1000-hsla: hsla(var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l) / var(--alpha, 100%));--dt-avatar-color-background-1000: #b6cfff;--dt-avatar-color-background-1100-h: 309.31034482758616;--dt-avatar-color-background-1100-s: 67.44186046511626%;--dt-avatar-color-background-1100-l: 83.13725490196077%;--dt-avatar-color-background-1100-hsl: var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l);--dt-avatar-color-background-1100-hsla: hsla(var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l) / var(--alpha, 100%));--dt-avatar-color-background-1100: #f1b7e8;--dt-avatar-color-background-1200-h: 324.10256410256414;--dt-avatar-color-background-1200-s: 75.48387096774195%;--dt-avatar-color-background-1200-l: 69.6078431372549%;--dt-avatar-color-background-1200-hsl: var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l);--dt-avatar-color-background-1200-hsla: hsla(var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l) / var(--alpha, 100%));--dt-avatar-color-background-1200: #ec77bd;--dt-avatar-color-background-1300-h: 325.6578947368421;--dt-avatar-color-background-1300-s: 100%;--dt-avatar-color-background-1300-l: 70.19607843137254%;--dt-avatar-color-background-1300-hsl: var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l);--dt-avatar-color-background-1300-hsla: hsla(var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l) / var(--alpha, 100%));--dt-avatar-color-background-1300: #ff67be;--dt-avatar-color-background-1400-h: 0;--dt-avatar-color-background-1400-s: 89.70588235294119%;--dt-avatar-color-background-1400-l: 73.33333333333334%;--dt-avatar-color-background-1400-hsl: var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l);--dt-avatar-color-background-1400-hsla: hsla(var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l) / var(--alpha, 100%));--dt-avatar-color-background-1400: #f87e7e;--dt-avatar-color-background-1500-h: 25.128205128205128;--dt-avatar-color-background-1500-s: 75.48387096774195%;--dt-avatar-color-background-1500-l: 69.6078431372549%;--dt-avatar-color-background-1500-hsl: var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l);--dt-avatar-color-background-1500-hsla: hsla(var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l) / var(--alpha, 100%));--dt-avatar-color-background-1500: #eca877;--dt-avatar-color-background-1600-h: 39.473684210526315;--dt-avatar-color-background-1600-s: 100%;--dt-avatar-color-background-1600-l: 62.745098039215684%;--dt-avatar-color-background-1600-hsl: var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l);--dt-avatar-color-background-1600-hsla: hsla(var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l) / var(--alpha, 100%));--dt-avatar-color-background-1600: #ffbe41;--dt-avatar-color-background-1700-h: 46.70270270270271;--dt-avatar-color-background-1700-s: 100%;--dt-avatar-color-background-1700-l: 63.725490196078425%;--dt-avatar-color-background-1700-hsl: var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l);--dt-avatar-color-background-1700-hsla: hsla(var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l) / var(--alpha, 100%));--dt-avatar-color-background-1700: #ffd646;--dt-avatar-color-background-1800-h: 36.20689655172413;--dt-avatar-color-background-1800-s: 67.44186046511626%;--dt-avatar-color-background-1800-l: 83.13725490196077%;--dt-avatar-color-background-1800-hsl: var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l);--dt-avatar-color-background-1800-hsla: hsla(var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l) / var(--alpha, 100%));--dt-avatar-color-background-1800: #f1dab7;--dt-avatar-color-background-000-h: 0;--dt-avatar-color-background-000-s: 0%;--dt-avatar-color-background-000-l: 87.84313725490196%;--dt-avatar-color-background-000-hsl: var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l);--dt-avatar-color-background-000-hsla: hsla(var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l) / var(--alpha, 100%));--dt-avatar-color-background-000: #e0e0e0;--dt-badge-color-background-default-h: 0;--dt-badge-color-background-default-s: 0%;--dt-badge-color-background-default-l: 0%;--dt-badge-color-background-default-hsl: var(--dt-badge-color-background-default-h) var(--dt-badge-color-background-default-s) var(--dt-badge-color-background-default-l);--dt-badge-color-background-default-hsla: hsla(var(--dt-badge-color-background-default-h) var(--dt-badge-color-background-default-s) var(--dt-badge-color-background-default-l) / var(--alpha, 100%));--dt-badge-color-background-default: hsl(0 0% 0% / .09);--dt-badge-color-background-info-h: 210;--dt-badge-color-background-info-s: 61.538461538461554%;--dt-badge-color-background-info-l: 94.90196078431372%;--dt-badge-color-background-info-hsl: var(--dt-badge-color-background-info-h) var(--dt-badge-color-background-info-s) var(--dt-badge-color-background-info-l);--dt-badge-color-background-info-hsla: hsla(var(--dt-badge-color-background-info-h) var(--dt-badge-color-background-info-s) var(--dt-badge-color-background-info-l) / var(--alpha, 100%));--dt-badge-color-background-info: #EAF2FA;--dt-badge-color-background-success-h: 111.42857142857133;--dt-badge-color-background-success-s: 53.84615384615389%;--dt-badge-color-background-success-l: 94.90196078431372%;--dt-badge-color-background-success-hsl: var(--dt-badge-color-background-success-h) var(--dt-badge-color-background-success-s) var(--dt-badge-color-background-success-l);--dt-badge-color-background-success-hsla: hsla(var(--dt-badge-color-background-success-h) var(--dt-badge-color-background-success-s) var(--dt-badge-color-background-success-l) / var(--alpha, 100%));--dt-badge-color-background-success: #EDF9EB;--dt-badge-color-background-warning-h: 47.058823529411775;--dt-badge-color-background-warning-s: 100%;--dt-badge-color-background-warning-l: 90%;--dt-badge-color-background-warning-hsl: var(--dt-badge-color-background-warning-h) var(--dt-badge-color-background-warning-s) var(--dt-badge-color-background-warning-l);--dt-badge-color-background-warning-hsla: hsla(var(--dt-badge-color-background-warning-h) var(--dt-badge-color-background-warning-s) var(--dt-badge-color-background-warning-l) / var(--alpha, 100%));--dt-badge-color-background-warning: #FFF4CC;--dt-badge-color-background-critical-h: 357.6923076923077;--dt-badge-color-background-critical-s: 100%;--dt-badge-color-background-critical-l: 94.90196078431372%;--dt-badge-color-background-critical-hsl: var(--dt-badge-color-background-critical-h) var(--dt-badge-color-background-critical-s) var(--dt-badge-color-background-critical-l);--dt-badge-color-background-critical-hsla: hsla(var(--dt-badge-color-background-critical-h) var(--dt-badge-color-background-critical-s) var(--dt-badge-color-background-critical-l) / var(--alpha, 100%));--dt-badge-color-background-critical: #FFE5E6;--dt-badge-color-background-bulletin-h: 254.5664739884393;--dt-badge-color-background-bulletin-s: 100%;--dt-badge-color-background-bulletin-l: 66.07843137254902%;--dt-badge-color-background-bulletin-hsl: var(--dt-badge-color-background-bulletin-h) var(--dt-badge-color-background-bulletin-s) var(--dt-badge-color-background-bulletin-l);--dt-badge-color-background-bulletin-hsla: hsla(var(--dt-badge-color-background-bulletin-h) var(--dt-badge-color-background-bulletin-s) var(--dt-badge-color-background-bulletin-l) / var(--alpha, 100%));--dt-badge-color-background-bulletin: #7C52FF;--dt-badge-color-background-bulletin-subtle-h: 255.00000000000006;--dt-badge-color-background-bulletin-subtle-s: 100%;--dt-badge-color-background-bulletin-subtle-l: 66.09%;--dt-badge-color-background-bulletin-subtle-hsl: var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l);--dt-badge-color-background-bulletin-subtle-hsla: hsla(var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-background-bulletin-subtle: hsl(255 100% 66.1% / .1);--dt-badge-color-background-ai-h: 0;--dt-badge-color-background-ai-s: 0%;--dt-badge-color-background-ai-l: 0%;--dt-badge-color-background-ai-hsl: var(--dt-badge-color-background-ai-h) var(--dt-badge-color-background-ai-s) var(--dt-badge-color-background-ai-l);--dt-badge-color-background-ai-hsla: hsla(var(--dt-badge-color-background-ai-h) var(--dt-badge-color-background-ai-s) var(--dt-badge-color-background-ai-l) / var(--alpha, 100%));--dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);--dt-badge-color-foreground-default-h: 0;--dt-badge-color-foreground-default-s: 0%;--dt-badge-color-foreground-default-l: 0%;--dt-badge-color-foreground-default-hsl: var(--dt-badge-color-foreground-default-h) var(--dt-badge-color-foreground-default-s) var(--dt-badge-color-foreground-default-l);--dt-badge-color-foreground-default-hsla: hsla(var(--dt-badge-color-foreground-default-h) var(--dt-badge-color-foreground-default-s) var(--dt-badge-color-foreground-default-l) / var(--alpha, 100%));--dt-badge-color-foreground-default: #000000;--dt-badge-color-foreground-bulletin-h: 0;--dt-badge-color-foreground-bulletin-s: 0%;--dt-badge-color-foreground-bulletin-l: 100%;--dt-badge-color-foreground-bulletin-hsl: var(--dt-badge-color-foreground-bulletin-h) var(--dt-badge-color-foreground-bulletin-s) var(--dt-badge-color-foreground-bulletin-l);--dt-badge-color-foreground-bulletin-hsla: hsla(var(--dt-badge-color-foreground-bulletin-h) var(--dt-badge-color-foreground-bulletin-s) var(--dt-badge-color-foreground-bulletin-l) / var(--alpha, 100%));--dt-badge-color-foreground-bulletin: #ffffff;--dt-badge-color-foreground-bulletin-subtle-h: 255;--dt-badge-color-foreground-bulletin-subtle-s: 100%;--dt-badge-color-foreground-bulletin-subtle-l: 26.400000000000002%;--dt-badge-color-foreground-bulletin-subtle-hsl: var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l);--dt-badge-color-foreground-bulletin-subtle-hsla: hsla(var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-foreground-bulletin-subtle: hsl(255 100% 26.4%);--dt-badge-color-border-default-h: 0;--dt-badge-color-border-default-s: 0%;--dt-badge-color-border-default-l: 0%;--dt-badge-color-border-default-hsl: var(--dt-badge-color-border-default-h) var(--dt-badge-color-border-default-s) var(--dt-badge-color-border-default-l);--dt-badge-color-border-default-hsla: hsla(var(--dt-badge-color-border-default-h) var(--dt-badge-color-border-default-s) var(--dt-badge-color-border-default-l) / var(--alpha, 100%));--dt-badge-color-border-default: hsl(0 0% 0% / .1);--dt-badge-color-border-bulletin-subtle-h: 255.00000000000006;--dt-badge-color-border-bulletin-subtle-s: 100%;--dt-badge-color-border-bulletin-subtle-l: 66.09%;--dt-badge-color-border-bulletin-subtle-hsl: var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l);--dt-badge-color-border-bulletin-subtle-hsla: hsla(var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / .5);--dt-checkbox-size-width: 1.6rem;--dt-checkbox-size-height: 1.6rem;--dt-checkbox-size-radius: .4rem;--dt-checkbox-color-border-unchecked-h: 0;--dt-checkbox-color-border-unchecked-s: 0%;--dt-checkbox-color-border-unchecked-l: 66.66666666666666%;--dt-checkbox-color-border-unchecked-hsl: var(--dt-checkbox-color-border-unchecked-h) var(--dt-checkbox-color-border-unchecked-s) var(--dt-checkbox-color-border-unchecked-l);--dt-checkbox-color-border-unchecked-hsla: hsla(var(--dt-checkbox-color-border-unchecked-h) var(--dt-checkbox-color-border-unchecked-s) var(--dt-checkbox-color-border-unchecked-l) / var(--alpha, 100%));--dt-checkbox-color-border-unchecked: #AAAAAA;--dt-checkbox-color-border-checked-h: 254.5664739884393;--dt-checkbox-color-border-checked-s: 100%;--dt-checkbox-color-border-checked-l: 66.07843137254902%;--dt-checkbox-color-border-checked-hsl: var(--dt-checkbox-color-border-checked-h) var(--dt-checkbox-color-border-checked-s) var(--dt-checkbox-color-border-checked-l);--dt-checkbox-color-border-checked-hsla: hsla(var(--dt-checkbox-color-border-checked-h) var(--dt-checkbox-color-border-checked-s) var(--dt-checkbox-color-border-checked-l) / var(--alpha, 100%));--dt-checkbox-color-border-checked: #7C52FF;--dt-checkbox-color-background-checked-h: 254.5664739884393;--dt-checkbox-color-background-checked-s: 100%;--dt-checkbox-color-background-checked-l: 66.07843137254902%;--dt-checkbox-color-background-checked-hsl: var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l);--dt-checkbox-color-background-checked-hsla: hsla(var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l) / var(--alpha, 100%));--dt-checkbox-color-background-checked: #7C52FF;--dt-icon-size-100: 1.2rem;--dt-icon-size-200: 1.4rem;--dt-icon-size-300: 1.8rem;--dt-icon-size-400: 2rem;--dt-icon-size-500: 2.4rem;--dt-icon-size-600: 3.2rem;--dt-icon-size-700: 3.8rem;--dt-icon-size-800: 4.8rem;--dt-icon-size-border-100: .1rem;--dt-icon-size-border-200: .125rem;--dt-icon-size-border-300: .15rem;--dt-icon-size-border-400: .175rem;--dt-icon-size-border-500: .175rem;--dt-icon-size-border-600: .25rem;--dt-icon-size-border-700: .275rem;--dt-icon-size-border-800: .35rem;--dt-radio-size-width: 1.6rem;--dt-radio-size-height: 1.6rem;--dt-radio-size-radius: 50%;--dt-radio-color-border-unchecked-h: 0;--dt-radio-color-border-unchecked-s: 0%;--dt-radio-color-border-unchecked-l: 66.66666666666666%;--dt-radio-color-border-unchecked-hsl: var(--dt-radio-color-border-unchecked-h) var(--dt-radio-color-border-unchecked-s) var(--dt-radio-color-border-unchecked-l);--dt-radio-color-border-unchecked-hsla: hsla(var(--dt-radio-color-border-unchecked-h) var(--dt-radio-color-border-unchecked-s) var(--dt-radio-color-border-unchecked-l) / var(--alpha, 100%));--dt-radio-color-border-unchecked: #AAAAAA;--dt-radio-color-border-checked-h: 254.5664739884393;--dt-radio-color-border-checked-s: 100%;--dt-radio-color-border-checked-l: 66.07843137254902%;--dt-radio-color-border-checked-hsl: var(--dt-radio-color-border-checked-h) var(--dt-radio-color-border-checked-s) var(--dt-radio-color-border-checked-l);--dt-radio-color-border-checked-hsla: hsla(var(--dt-radio-color-border-checked-h) var(--dt-radio-color-border-checked-s) var(--dt-radio-color-border-checked-l) / var(--alpha, 100%));--dt-radio-color-border-checked: #7C52FF;--dt-radio-color-background-checked-h: 254.5664739884393;--dt-radio-color-background-checked-s: 100%;--dt-radio-color-background-checked-l: 66.07843137254902%;--dt-radio-color-background-checked-hsl: var(--dt-radio-color-background-checked-h) var(--dt-radio-color-background-checked-s) var(--dt-radio-color-background-checked-l);--dt-radio-color-background-checked-hsla: hsla(var(--dt-radio-color-background-checked-h) var(--dt-radio-color-background-checked-s) var(--dt-radio-color-background-checked-l) / var(--alpha, 100%));--dt-radio-color-background-checked: #7C52FF;--dt-font-size-100-mobile: 1.2rem;--dt-font-size-200-mobile: 1.6rem;--dt-font-size-300-mobile: 2rem;--dt-font-size-400-mobile: 2.9rem;--dt-font-size-500-mobile: 4.1rem;--dt-font-size-100-tc8: 1.7rem;--dt-font-size-200-tc8: 2.1rem;--dt-font-size-300-tc8: 2.7rem;--dt-font-size-400-tc8: 3.8rem;--dt-font-size-500-tc8: 5.4rem;--dt-font-size-100-tv: 2.5rem;--dt-font-size-200-tv: 3.2rem;--dt-font-size-300-tv: 4.1rem;--dt-font-size-400-tv: 5.8rem;--dt-font-size-500-tv: 8.2rem;--zi-hide: -1;--zi-base: 0;--zi-base1: 1;--zi-selected: 25;--zi-active: 50;--zi-navigation: 100;--zi-navigation-fixed: 150;--zi-dropdown: 200;--zi-popover: 300;--zi-tooltip: 400;--zi-drawer: 500;--zi-modal: 600;--zi-modal-element: 650;--zi-notification: 700}', t = {
|
|
3
3
|
base: {
|
|
4
4
|
css: r,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../themes/config.js"],"names":[],"mappings":"AAIA,2CAKC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dp-dark.d.ts","sourceRoot":"","sources":["../../../../themes/dp-dark.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dp-light.d.ts","sourceRoot":"","sources":["../../../../themes/dp-light.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expressive-dark.d.ts","sourceRoot":"","sources":["../../../../themes/expressive-dark.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expressive-light.d.ts","sourceRoot":"","sources":["../../../../themes/expressive-light.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expressive-sm-dark.d.ts","sourceRoot":"","sources":["../../../../themes/expressive-sm-dark.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expressive-sm-light.d.ts","sourceRoot":"","sources":["../../../../themes/expressive-sm-light.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tmo-dark.d.ts","sourceRoot":"","sources":["../../../../themes/tmo-dark.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tmo-light.d.ts","sourceRoot":"","sources":["../../../../themes/tmo-light.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
|
|
3
|
+
var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
|
|
4
|
+
if (render) {
|
|
5
|
+
options.render = render;
|
|
6
|
+
options.staticRenderFns = staticRenderFns;
|
|
7
|
+
options._compiled = true;
|
|
8
|
+
}
|
|
9
|
+
if (scopeId) {
|
|
10
|
+
options._scopeId = "data-v-" + scopeId;
|
|
11
|
+
}
|
|
12
|
+
return {
|
|
13
|
+
exports: scriptExports,
|
|
14
|
+
options
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
module.exports = normalizeComponent;
|
|
18
|
+
//# sourceMappingURL=_plugin-vue2_normalizer.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_plugin-vue2_normalizer.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
|
|
2
|
+
var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
|
|
3
|
+
if (render) {
|
|
4
|
+
options.render = render;
|
|
5
|
+
options.staticRenderFns = staticRenderFns;
|
|
6
|
+
options._compiled = true;
|
|
7
|
+
}
|
|
8
|
+
if (scopeId) {
|
|
9
|
+
options._scopeId = "data-v-" + scopeId;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
exports: scriptExports,
|
|
13
|
+
options
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export {
|
|
17
|
+
normalizeComponent as default
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=_plugin-vue2_normalizer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_plugin-vue2_normalizer.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const dateFns = require("date-fns");
|
|
4
4
|
const common_utils = require("./utils.cjs");
|
|
5
|
-
require("./constants.cjs");
|
|
6
|
-
require("vue");
|
|
7
5
|
let dialtoneLocale;
|
|
8
6
|
function _baseFormat(date, formatString) {
|
|
9
7
|
_checkLocaleSet();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dates.cjs","sources":["../../common/dates/index.js"],"sourcesContent":["import {\n format,\n formatDuration,\n intervalToDuration,\n formatDistance,\n isToday,\n isYesterday,\n isThisWeek,\n isThisYear,\n} from 'date-fns';\nimport { capitalizeFirstLetter } from '../utils';\n\nlet dialtoneLocale;\n\n// Base functions just wrap core date-fns functions, but this allows us to do checks and set default options.\n\nfunction _baseFormat (date, formatString) {\n _checkLocaleSet();\n return format(date, formatString, {\n locale: dialtoneLocale,\n });\n}\n\nfunction _baseFormatDuration (duration, formatString) {\n _checkLocaleSet();\n return formatDuration(duration, {\n locale: dialtoneLocale,\n format: formatString,\n });\n}\n\nfunction _baseFormatDistance (date, baseDate) {\n _checkLocaleSet();\n return formatDistance(date, baseDate, {\n locale: dialtoneLocale,\n });\n}\n\nfunction _isLocaleSet () {\n return dialtoneLocale !== undefined;\n}\n\nfunction _checkLocaleSet () {\n if (!_isLocaleSet()) {\n throw new Error('Locale not set, please call setDateLocale(locale) and pass ' +\n 'in a datefns locale object as the locale param before calling this function');\n }\n}\n\n/**\n * Sets the locale for date-fns. This should be called before any date-fns functions are called.\n * @param {Locale} locale A date-fns locale object\n */\nexport function setDateLocale (locale) {\n dialtoneLocale = locale;\n}\n\n/**\n * This formats a date to the Dialtone standard medium date format as shown here:\n * https://dialtone.dialpad.com/guides/writing-guidelines/#formats-by-length\n * @param {Date} date A javascript date object\n * @returns {string} A string in the format of 'September 2, 2022'\n */\nexport function getDateMedium (date) {\n return _baseFormat(date, 'MMMM d, y');\n}\n\n/**\n * Converts a call duration in total number of seconds to a human readable string\n * such as 'less than a minute' or '4 hours 34 minutes'.\n * @param {number} durationInSeconds The duration of the call in seconds\n * @returns {string} A human readable string representing the duration of the call\n */\nexport function durationInHHMM (durationInSeconds) {\n if (durationInSeconds < 60) {\n // returns 'less than a minute', we're doing it like this instead of returning a string\n // so datefns handles i18n.\n return _baseFormatDistance(0, 29 * 1000);\n }\n const duration = intervalToDuration({\n start: 0,\n end: durationInSeconds * 1000,\n });\n return _baseFormatDuration(duration, ['hours', 'minutes']);\n}\n\n/**\n * gets the human readable name of the day relative to the current time. For example, if you pass in -1 it will\n * say \"Yesterday\" if you pass in 0 it will say \"Today\", if you pass in 1 it will say \"Tomorrow\".\n * @param {number} days The number of days relative to the current time\n * @returns {string} A human readable string representing the distance between the date and now\n */\nfunction _getRelativeDaysText (days) {\n const rtl = new Intl.RelativeTimeFormat(dialtoneLocale.code, { numeric: 'auto' });\n return capitalizeFirstLetter(rtl.formatToParts(days, 'day')[0].value, dialtoneLocale.code);\n}\n\n/**\n * Returns the distance between the passed in date and now in a human readable format, typically used\n * when showing a history of items in a log such as a feed list.\n *\n * datefns does not support 'today' and 'yesterday' without showing time so we use Intl for these cases.\n *\n * examples below to explain\n * the different potential formats:\n *\n * If current day:\n * Today\n *\n * If previous day:\n * Yesterday\n *\n * Older than yesterday, but in the same calendar week:\n * Monday\n *\n * Older than the most recent calendar week, but in the same year:\n * Monday, October 14\n *\n * older than a calendar year:\n * October 14, 2022\n *\n *\n * @param {Date} date The timestamp of the item's date\n * @returns {string} A human readable string representing the distance between the date and now\n */\nexport function relativeDate (date) {\n if (isToday(date)) {\n return _getRelativeDaysText(0);\n } else if (isYesterday(date)) {\n return _getRelativeDaysText(-1);\n } else if (isThisWeek(date)) {\n return _baseFormat(date, 'EEEE');\n } else if (isThisYear(date)) {\n return _baseFormat(date, 'EEEE, MMMM d');\n } else {\n return _baseFormat(date, 'MMMM d, y');\n }\n}\n"],"names":["format","formatDuration","formatDistance","intervalToDuration","capitalizeFirstLetter","isToday","isYesterday","isThisWeek","isThisYear"],"mappings":"
|
|
1
|
+
{"version":3,"file":"dates.cjs","sources":["../../common/dates/index.js"],"sourcesContent":["import {\n format,\n formatDuration,\n intervalToDuration,\n formatDistance,\n isToday,\n isYesterday,\n isThisWeek,\n isThisYear,\n} from 'date-fns';\nimport { capitalizeFirstLetter } from '../utils';\n\nlet dialtoneLocale;\n\n// Base functions just wrap core date-fns functions, but this allows us to do checks and set default options.\n\nfunction _baseFormat (date, formatString) {\n _checkLocaleSet();\n return format(date, formatString, {\n locale: dialtoneLocale,\n });\n}\n\nfunction _baseFormatDuration (duration, formatString) {\n _checkLocaleSet();\n return formatDuration(duration, {\n locale: dialtoneLocale,\n format: formatString,\n });\n}\n\nfunction _baseFormatDistance (date, baseDate) {\n _checkLocaleSet();\n return formatDistance(date, baseDate, {\n locale: dialtoneLocale,\n });\n}\n\nfunction _isLocaleSet () {\n return dialtoneLocale !== undefined;\n}\n\nfunction _checkLocaleSet () {\n if (!_isLocaleSet()) {\n throw new Error('Locale not set, please call setDateLocale(locale) and pass ' +\n 'in a datefns locale object as the locale param before calling this function');\n }\n}\n\n/**\n * Sets the locale for date-fns. This should be called before any date-fns functions are called.\n * @param {Locale} locale A date-fns locale object\n */\nexport function setDateLocale (locale) {\n dialtoneLocale = locale;\n}\n\n/**\n * This formats a date to the Dialtone standard medium date format as shown here:\n * https://dialtone.dialpad.com/guides/writing-guidelines/#formats-by-length\n * @param {Date} date A javascript date object\n * @returns {string} A string in the format of 'September 2, 2022'\n */\nexport function getDateMedium (date) {\n return _baseFormat(date, 'MMMM d, y');\n}\n\n/**\n * Converts a call duration in total number of seconds to a human readable string\n * such as 'less than a minute' or '4 hours 34 minutes'.\n * @param {number} durationInSeconds The duration of the call in seconds\n * @returns {string} A human readable string representing the duration of the call\n */\nexport function durationInHHMM (durationInSeconds) {\n if (durationInSeconds < 60) {\n // returns 'less than a minute', we're doing it like this instead of returning a string\n // so datefns handles i18n.\n return _baseFormatDistance(0, 29 * 1000);\n }\n const duration = intervalToDuration({\n start: 0,\n end: durationInSeconds * 1000,\n });\n return _baseFormatDuration(duration, ['hours', 'minutes']);\n}\n\n/**\n * gets the human readable name of the day relative to the current time. For example, if you pass in -1 it will\n * say \"Yesterday\" if you pass in 0 it will say \"Today\", if you pass in 1 it will say \"Tomorrow\".\n * @param {number} days The number of days relative to the current time\n * @returns {string} A human readable string representing the distance between the date and now\n */\nfunction _getRelativeDaysText (days) {\n const rtl = new Intl.RelativeTimeFormat(dialtoneLocale.code, { numeric: 'auto' });\n return capitalizeFirstLetter(rtl.formatToParts(days, 'day')[0].value, dialtoneLocale.code);\n}\n\n/**\n * Returns the distance between the passed in date and now in a human readable format, typically used\n * when showing a history of items in a log such as a feed list.\n *\n * datefns does not support 'today' and 'yesterday' without showing time so we use Intl for these cases.\n *\n * examples below to explain\n * the different potential formats:\n *\n * If current day:\n * Today\n *\n * If previous day:\n * Yesterday\n *\n * Older than yesterday, but in the same calendar week:\n * Monday\n *\n * Older than the most recent calendar week, but in the same year:\n * Monday, October 14\n *\n * older than a calendar year:\n * October 14, 2022\n *\n *\n * @param {Date} date The timestamp of the item's date\n * @returns {string} A human readable string representing the distance between the date and now\n */\nexport function relativeDate (date) {\n if (isToday(date)) {\n return _getRelativeDaysText(0);\n } else if (isYesterday(date)) {\n return _getRelativeDaysText(-1);\n } else if (isThisWeek(date)) {\n return _baseFormat(date, 'EEEE');\n } else if (isThisYear(date)) {\n return _baseFormat(date, 'EEEE, MMMM d');\n } else {\n return _baseFormat(date, 'MMMM d, y');\n }\n}\n"],"names":["format","formatDuration","formatDistance","intervalToDuration","capitalizeFirstLetter","isToday","isYesterday","isThisWeek","isThisYear"],"mappings":";;;;AAYA,IAAI;AAIJ,SAAS,YAAa,MAAM,cAAc;AACxC;AACA,SAAOA,QAAM,OAAC,MAAM,cAAc;AAAA,IAChC,QAAQ;AAAA,EACZ,CAAG;AACH;AAEA,SAAS,oBAAqB,UAAU,cAAc;AACpD;AACA,SAAOC,QAAAA,eAAe,UAAU;AAAA,IAC9B,QAAQ;AAAA,IACR,QAAQ;AAAA,EACZ,CAAG;AACH;AAEA,SAAS,oBAAqB,MAAM,UAAU;AAC5C;AACA,SAAOC,QAAc,eAAC,MAAM,UAAU;AAAA,IACpC,QAAQ;AAAA,EACZ,CAAG;AACH;AAEA,SAAS,eAAgB;AACvB,SAAO,mBAAmB;AAC5B;AAEA,SAAS,kBAAmB;AAC1B,MAAI,CAAC,aAAY,GAAI;AACnB,UAAM,IAAI,MAAM,wIAC6D;AAAA,EAC9E;AACH;AAMO,SAAS,cAAe,QAAQ;AACrC,mBAAiB;AACnB;AAQO,SAAS,cAAe,MAAM;AACnC,SAAO,YAAY,MAAM,WAAW;AACtC;AAQO,SAAS,eAAgB,mBAAmB;AACjD,MAAI,oBAAoB,IAAI;AAG1B,WAAO,oBAAoB,GAAG,KAAK,GAAI;AAAA,EACxC;AACD,QAAM,WAAWC,QAAAA,mBAAmB;AAAA,IAClC,OAAO;AAAA,IACP,KAAK,oBAAoB;AAAA,EAC7B,CAAG;AACD,SAAO,oBAAoB,UAAU,CAAC,SAAS,SAAS,CAAC;AAC3D;AAQA,SAAS,qBAAsB,MAAM;AACnC,QAAM,MAAM,IAAI,KAAK,mBAAmB,eAAe,MAAM,EAAE,SAAS,OAAM,CAAE;AAChF,SAAOC,mCAAsB,IAAI,cAAc,MAAM,KAAK,EAAE,CAAC,EAAE,OAAO,eAAe,IAAI;AAC3F;AA8BO,SAAS,aAAc,MAAM;AAClC,MAAIC,QAAAA,QAAQ,IAAI,GAAG;AACjB,WAAO,qBAAqB,CAAC;AAAA,EACjC,WAAaC,QAAAA,YAAY,IAAI,GAAG;AAC5B,WAAO,qBAAqB,EAAE;AAAA,EAClC,WAAaC,QAAAA,WAAW,IAAI,GAAG;AAC3B,WAAO,YAAY,MAAM,MAAM;AAAA,EACnC,WAAaC,QAAAA,WAAW,IAAI,GAAG;AAC3B,WAAO,YAAY,MAAM,cAAc;AAAA,EAC3C,OAAS;AACL,WAAO,YAAY,MAAM,WAAW;AAAA,EACrC;AACH;;;;;"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { intervalToDuration, isToday, isYesterday, isThisWeek, isThisYear, format, formatDuration, formatDistance } from "date-fns";
|
|
2
2
|
import { capitalizeFirstLetter } from "./utils.js";
|
|
3
|
-
import "./constants.js";
|
|
4
|
-
import "vue";
|
|
5
3
|
let dialtoneLocale;
|
|
6
4
|
function _baseFormat(date, formatString) {
|
|
7
5
|
_checkLocaleSet();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dates.js","sources":["../../common/dates/index.js"],"sourcesContent":["import {\n format,\n formatDuration,\n intervalToDuration,\n formatDistance,\n isToday,\n isYesterday,\n isThisWeek,\n isThisYear,\n} from 'date-fns';\nimport { capitalizeFirstLetter } from '../utils';\n\nlet dialtoneLocale;\n\n// Base functions just wrap core date-fns functions, but this allows us to do checks and set default options.\n\nfunction _baseFormat (date, formatString) {\n _checkLocaleSet();\n return format(date, formatString, {\n locale: dialtoneLocale,\n });\n}\n\nfunction _baseFormatDuration (duration, formatString) {\n _checkLocaleSet();\n return formatDuration(duration, {\n locale: dialtoneLocale,\n format: formatString,\n });\n}\n\nfunction _baseFormatDistance (date, baseDate) {\n _checkLocaleSet();\n return formatDistance(date, baseDate, {\n locale: dialtoneLocale,\n });\n}\n\nfunction _isLocaleSet () {\n return dialtoneLocale !== undefined;\n}\n\nfunction _checkLocaleSet () {\n if (!_isLocaleSet()) {\n throw new Error('Locale not set, please call setDateLocale(locale) and pass ' +\n 'in a datefns locale object as the locale param before calling this function');\n }\n}\n\n/**\n * Sets the locale for date-fns. This should be called before any date-fns functions are called.\n * @param {Locale} locale A date-fns locale object\n */\nexport function setDateLocale (locale) {\n dialtoneLocale = locale;\n}\n\n/**\n * This formats a date to the Dialtone standard medium date format as shown here:\n * https://dialtone.dialpad.com/guides/writing-guidelines/#formats-by-length\n * @param {Date} date A javascript date object\n * @returns {string} A string in the format of 'September 2, 2022'\n */\nexport function getDateMedium (date) {\n return _baseFormat(date, 'MMMM d, y');\n}\n\n/**\n * Converts a call duration in total number of seconds to a human readable string\n * such as 'less than a minute' or '4 hours 34 minutes'.\n * @param {number} durationInSeconds The duration of the call in seconds\n * @returns {string} A human readable string representing the duration of the call\n */\nexport function durationInHHMM (durationInSeconds) {\n if (durationInSeconds < 60) {\n // returns 'less than a minute', we're doing it like this instead of returning a string\n // so datefns handles i18n.\n return _baseFormatDistance(0, 29 * 1000);\n }\n const duration = intervalToDuration({\n start: 0,\n end: durationInSeconds * 1000,\n });\n return _baseFormatDuration(duration, ['hours', 'minutes']);\n}\n\n/**\n * gets the human readable name of the day relative to the current time. For example, if you pass in -1 it will\n * say \"Yesterday\" if you pass in 0 it will say \"Today\", if you pass in 1 it will say \"Tomorrow\".\n * @param {number} days The number of days relative to the current time\n * @returns {string} A human readable string representing the distance between the date and now\n */\nfunction _getRelativeDaysText (days) {\n const rtl = new Intl.RelativeTimeFormat(dialtoneLocale.code, { numeric: 'auto' });\n return capitalizeFirstLetter(rtl.formatToParts(days, 'day')[0].value, dialtoneLocale.code);\n}\n\n/**\n * Returns the distance between the passed in date and now in a human readable format, typically used\n * when showing a history of items in a log such as a feed list.\n *\n * datefns does not support 'today' and 'yesterday' without showing time so we use Intl for these cases.\n *\n * examples below to explain\n * the different potential formats:\n *\n * If current day:\n * Today\n *\n * If previous day:\n * Yesterday\n *\n * Older than yesterday, but in the same calendar week:\n * Monday\n *\n * Older than the most recent calendar week, but in the same year:\n * Monday, October 14\n *\n * older than a calendar year:\n * October 14, 2022\n *\n *\n * @param {Date} date The timestamp of the item's date\n * @returns {string} A human readable string representing the distance between the date and now\n */\nexport function relativeDate (date) {\n if (isToday(date)) {\n return _getRelativeDaysText(0);\n } else if (isYesterday(date)) {\n return _getRelativeDaysText(-1);\n } else if (isThisWeek(date)) {\n return _baseFormat(date, 'EEEE');\n } else if (isThisYear(date)) {\n return _baseFormat(date, 'EEEE, MMMM d');\n } else {\n return _baseFormat(date, 'MMMM d, y');\n }\n}\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dates.js","sources":["../../common/dates/index.js"],"sourcesContent":["import {\n format,\n formatDuration,\n intervalToDuration,\n formatDistance,\n isToday,\n isYesterday,\n isThisWeek,\n isThisYear,\n} from 'date-fns';\nimport { capitalizeFirstLetter } from '../utils';\n\nlet dialtoneLocale;\n\n// Base functions just wrap core date-fns functions, but this allows us to do checks and set default options.\n\nfunction _baseFormat (date, formatString) {\n _checkLocaleSet();\n return format(date, formatString, {\n locale: dialtoneLocale,\n });\n}\n\nfunction _baseFormatDuration (duration, formatString) {\n _checkLocaleSet();\n return formatDuration(duration, {\n locale: dialtoneLocale,\n format: formatString,\n });\n}\n\nfunction _baseFormatDistance (date, baseDate) {\n _checkLocaleSet();\n return formatDistance(date, baseDate, {\n locale: dialtoneLocale,\n });\n}\n\nfunction _isLocaleSet () {\n return dialtoneLocale !== undefined;\n}\n\nfunction _checkLocaleSet () {\n if (!_isLocaleSet()) {\n throw new Error('Locale not set, please call setDateLocale(locale) and pass ' +\n 'in a datefns locale object as the locale param before calling this function');\n }\n}\n\n/**\n * Sets the locale for date-fns. This should be called before any date-fns functions are called.\n * @param {Locale} locale A date-fns locale object\n */\nexport function setDateLocale (locale) {\n dialtoneLocale = locale;\n}\n\n/**\n * This formats a date to the Dialtone standard medium date format as shown here:\n * https://dialtone.dialpad.com/guides/writing-guidelines/#formats-by-length\n * @param {Date} date A javascript date object\n * @returns {string} A string in the format of 'September 2, 2022'\n */\nexport function getDateMedium (date) {\n return _baseFormat(date, 'MMMM d, y');\n}\n\n/**\n * Converts a call duration in total number of seconds to a human readable string\n * such as 'less than a minute' or '4 hours 34 minutes'.\n * @param {number} durationInSeconds The duration of the call in seconds\n * @returns {string} A human readable string representing the duration of the call\n */\nexport function durationInHHMM (durationInSeconds) {\n if (durationInSeconds < 60) {\n // returns 'less than a minute', we're doing it like this instead of returning a string\n // so datefns handles i18n.\n return _baseFormatDistance(0, 29 * 1000);\n }\n const duration = intervalToDuration({\n start: 0,\n end: durationInSeconds * 1000,\n });\n return _baseFormatDuration(duration, ['hours', 'minutes']);\n}\n\n/**\n * gets the human readable name of the day relative to the current time. For example, if you pass in -1 it will\n * say \"Yesterday\" if you pass in 0 it will say \"Today\", if you pass in 1 it will say \"Tomorrow\".\n * @param {number} days The number of days relative to the current time\n * @returns {string} A human readable string representing the distance between the date and now\n */\nfunction _getRelativeDaysText (days) {\n const rtl = new Intl.RelativeTimeFormat(dialtoneLocale.code, { numeric: 'auto' });\n return capitalizeFirstLetter(rtl.formatToParts(days, 'day')[0].value, dialtoneLocale.code);\n}\n\n/**\n * Returns the distance between the passed in date and now in a human readable format, typically used\n * when showing a history of items in a log such as a feed list.\n *\n * datefns does not support 'today' and 'yesterday' without showing time so we use Intl for these cases.\n *\n * examples below to explain\n * the different potential formats:\n *\n * If current day:\n * Today\n *\n * If previous day:\n * Yesterday\n *\n * Older than yesterday, but in the same calendar week:\n * Monday\n *\n * Older than the most recent calendar week, but in the same year:\n * Monday, October 14\n *\n * older than a calendar year:\n * October 14, 2022\n *\n *\n * @param {Date} date The timestamp of the item's date\n * @returns {string} A human readable string representing the distance between the date and now\n */\nexport function relativeDate (date) {\n if (isToday(date)) {\n return _getRelativeDaysText(0);\n } else if (isYesterday(date)) {\n return _getRelativeDaysText(-1);\n } else if (isThisWeek(date)) {\n return _baseFormat(date, 'EEEE');\n } else if (isThisYear(date)) {\n return _baseFormat(date, 'EEEE, MMMM d');\n } else {\n return _baseFormat(date, 'MMMM d, y');\n }\n}\n"],"names":[],"mappings":";;AAYA,IAAI;AAIJ,SAAS,YAAa,MAAM,cAAc;AACxC;AACA,SAAO,OAAO,MAAM,cAAc;AAAA,IAChC,QAAQ;AAAA,EACZ,CAAG;AACH;AAEA,SAAS,oBAAqB,UAAU,cAAc;AACpD;AACA,SAAO,eAAe,UAAU;AAAA,IAC9B,QAAQ;AAAA,IACR,QAAQ;AAAA,EACZ,CAAG;AACH;AAEA,SAAS,oBAAqB,MAAM,UAAU;AAC5C;AACA,SAAO,eAAe,MAAM,UAAU;AAAA,IACpC,QAAQ;AAAA,EACZ,CAAG;AACH;AAEA,SAAS,eAAgB;AACvB,SAAO,mBAAmB;AAC5B;AAEA,SAAS,kBAAmB;AAC1B,MAAI,CAAC,aAAY,GAAI;AACnB,UAAM,IAAI,MAAM,wIAC6D;AAAA,EAC9E;AACH;AAMO,SAAS,cAAe,QAAQ;AACrC,mBAAiB;AACnB;AAQO,SAAS,cAAe,MAAM;AACnC,SAAO,YAAY,MAAM,WAAW;AACtC;AAQO,SAAS,eAAgB,mBAAmB;AACjD,MAAI,oBAAoB,IAAI;AAG1B,WAAO,oBAAoB,GAAG,KAAK,GAAI;AAAA,EACxC;AACD,QAAM,WAAW,mBAAmB;AAAA,IAClC,OAAO;AAAA,IACP,KAAK,oBAAoB;AAAA,EAC7B,CAAG;AACD,SAAO,oBAAoB,UAAU,CAAC,SAAS,SAAS,CAAC;AAC3D;AAQA,SAAS,qBAAsB,MAAM;AACnC,QAAM,MAAM,IAAI,KAAK,mBAAmB,eAAe,MAAM,EAAE,SAAS,OAAM,CAAE;AAChF,SAAO,sBAAsB,IAAI,cAAc,MAAM,KAAK,EAAE,CAAC,EAAE,OAAO,eAAe,IAAI;AAC3F;AA8BO,SAAS,aAAc,MAAM;AAClC,MAAI,QAAQ,IAAI,GAAG;AACjB,WAAO,qBAAqB,CAAC;AAAA,EACjC,WAAa,YAAY,IAAI,GAAG;AAC5B,WAAO,qBAAqB,EAAE;AAAA,EAClC,WAAa,WAAW,IAAI,GAAG;AAC3B,WAAO,YAAY,MAAM,MAAM;AAAA,EACnC,WAAa,WAAW,IAAI,GAAG;AAC3B,WAAO,YAAY,MAAM,cAAc;AAAA,EAC3C,OAAS;AACL,WAAO,YAAY,MAAM,WAAW;AAAA,EACrC;AACH;"}
|