@dialpad/dialtone-vue 2.106.6 → 2.107.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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +13 -0
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +2 -2
- package/dist/emoji-Cr1KlTAT.cjs +1 -0
- package/dist/{emoji-7rGodye-.js → emoji-tPpc6ODh.js} +142 -142
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +1 -1
- package/dist/types/common/constants.d.ts +56 -0
- package/dist/types/common/constants.d.ts.map +1 -0
- package/dist/types/common/dates.d.ts +49 -0
- package/dist/types/common/dates.d.ts.map +1 -0
- package/dist/types/common/emoji.d.ts +56971 -0
- package/dist/types/common/emoji.d.ts.map +1 -0
- package/dist/types/common/mixins/dom.d.ts +25 -0
- package/dist/types/common/mixins/dom.d.ts.map +1 -0
- package/dist/types/common/mixins/index.d.ts +4 -0
- package/dist/types/common/mixins/index.d.ts.map +1 -0
- package/dist/types/common/mixins/input.d.ts +199 -0
- package/dist/types/common/mixins/input.d.ts.map +1 -0
- package/dist/types/common/mixins/input_group.d.ts +101 -0
- package/dist/types/common/mixins/input_group.d.ts.map +1 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts +58 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -0
- package/dist/types/common/mixins/modal.d.ts +44 -0
- package/dist/types/common/mixins/modal.d.ts.map +1 -0
- package/dist/types/common/mixins/skeleton.d.ts +11 -0
- package/dist/types/common/mixins/skeleton.d.ts.map +1 -0
- package/dist/types/common/mixins/sr_only_close_button.d.ts +30 -0
- package/dist/types/common/mixins/sr_only_close_button.d.ts.map +1 -0
- package/dist/types/common/sr_only_close_button.vue.d.ts +25 -0
- package/dist/types/common/sr_only_close_button.vue.d.ts.map +1 -0
- package/dist/types/common/storybook_utils.d.ts +29 -0
- package/dist/types/common/storybook_utils.d.ts.map +1 -0
- package/dist/types/common/utils.d.ts +116 -0
- package/dist/types/common/utils.d.ts.map +1 -0
- package/dist/types/common/validators.d.ts +6 -0
- package/dist/types/common/validators.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar.vue.d.ts +367 -0
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar_constants.d.ts +51 -0
- package/dist/types/components/avatar/avatar_constants.d.ts.map +1 -0
- package/dist/types/components/avatar/index.d.ts +3 -0
- package/dist/types/components/avatar/index.d.ts.map +1 -0
- package/dist/types/components/avatar/utils.d.ts +2 -0
- package/dist/types/components/avatar/utils.d.ts.map +1 -0
- package/dist/types/components/badge/badge.vue.d.ts +186 -0
- package/dist/types/components/badge/badge.vue.d.ts.map +1 -0
- package/dist/types/components/badge/badge_constants.d.ts +39 -0
- package/dist/types/components/badge/badge_constants.d.ts.map +1 -0
- package/dist/types/components/badge/index.d.ts +3 -0
- package/dist/types/components/badge/index.d.ts.map +1 -0
- package/dist/types/components/banner/banner.vue.d.ts +252 -0
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -0
- package/dist/types/components/banner/index.d.ts +2 -0
- package/dist/types/components/banner/index.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +56 -0
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +59 -0
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
- package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/index.d.ts +4 -0
- package/dist/types/components/breadcrumbs/index.d.ts.map +1 -0
- package/dist/types/components/button/button.vue.d.ts +316 -0
- package/dist/types/components/button/button.vue.d.ts.map +1 -0
- package/dist/types/components/button/button_constants.d.ts +55 -0
- package/dist/types/components/button/button_constants.d.ts.map +1 -0
- package/dist/types/components/button/index.d.ts +3 -0
- package/dist/types/components/button/index.d.ts.map +1 -0
- package/dist/types/components/button_group/button_group.vue.d.ts +29 -0
- package/dist/types/components/button_group/button_group.vue.d.ts.map +1 -0
- package/dist/types/components/button_group/button_group_constants.d.ts +6 -0
- package/dist/types/components/button_group/button_group_constants.d.ts.map +1 -0
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts +3 -0
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/button_group/index.d.ts +3 -0
- package/dist/types/components/button_group/index.d.ts.map +1 -0
- package/dist/types/components/card/card.vue.d.ts +83 -0
- package/dist/types/components/card/card.vue.d.ts.map +1 -0
- package/dist/types/components/card/index.d.ts +2 -0
- package/dist/types/components/card/index.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts +155 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox_constants.d.ts +10 -0
- package/dist/types/components/checkbox/checkbox_constants.d.ts.map +1 -0
- package/dist/types/components/checkbox/index.d.ts +2 -0
- package/dist/types/components/checkbox/index.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +251 -0
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +3 -0
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/index.d.ts +2 -0
- package/dist/types/components/checkbox_group/index.d.ts.map +1 -0
- package/dist/types/components/chip/chip.vue.d.ts +156 -0
- package/dist/types/components/chip/chip.vue.d.ts.map +1 -0
- package/dist/types/components/chip/chip_constants.d.ts +28 -0
- package/dist/types/components/chip/chip_constants.d.ts.map +1 -0
- package/dist/types/components/chip/index.d.ts +3 -0
- package/dist/types/components/chip/index.d.ts.map +1 -0
- package/dist/types/components/codeblock/codeblock.vue.d.ts +13 -0
- package/dist/types/components/codeblock/codeblock.vue.d.ts.map +1 -0
- package/dist/types/components/codeblock/index.d.ts +2 -0
- package/dist/types/components/codeblock/index.d.ts.map +1 -0
- package/dist/types/components/collapsible/collapsible.vue.d.ts +197 -0
- package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts +86 -0
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/index.d.ts +2 -0
- package/dist/types/components/collapsible/index.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox.vue.d.ts +331 -0
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_constants.d.ts +12 -0
- package/dist/types/components/combobox/combobox_constants.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts +39 -0
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts +3 -0
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/index.d.ts +3 -0
- package/dist/types/components/combobox/index.d.ts.map +1 -0
- package/dist/types/components/datepicker/datepicker.vue.d.ts +3 -0
- package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/datepicker_constants.d.ts +8 -0
- package/dist/types/components/datepicker/datepicker_constants.d.ts.map +1 -0
- package/dist/types/components/datepicker/formatUtils.d.ts +14 -0
- package/dist/types/components/datepicker/formatUtils.d.ts.map +1 -0
- package/dist/types/components/datepicker/index.d.ts +3 -0
- package/dist/types/components/datepicker/index.d.ts.map +1 -0
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts +41 -0
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +70 -0
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/utils.d.ts +4 -0
- package/dist/types/components/datepicker/utils.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list.vue.d.ts +98 -0
- package/dist/types/components/description_list/description_list.vue.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_constants.d.ts +2 -0
- package/dist/types/components/description_list/description_list_constants.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_validators.d.ts +2 -0
- package/dist/types/components/description_list/description_list_validators.d.ts.map +1 -0
- package/dist/types/components/description_list/index.d.ts +3 -0
- package/dist/types/components/description_list/index.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown.vue.d.ts +463 -0
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_constants.d.ts +10 -0
- package/dist/types/components/dropdown/dropdown_constants.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts +3 -0
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_story_constants.d.ts +5 -0
- package/dist/types/components/dropdown/dropdown_story_constants.d.ts.map +1 -0
- package/dist/types/components/dropdown/index.d.ts +4 -0
- package/dist/types/components/dropdown/index.d.ts.map +1 -0
- package/dist/types/components/emoji/emoji.vue.d.ts +115 -0
- package/dist/types/components/emoji/emoji.vue.d.ts.map +1 -0
- package/dist/types/components/emoji/emoji_constants.d.ts +3 -0
- package/dist/types/components/emoji/emoji_constants.d.ts.map +1 -0
- package/dist/types/components/emoji/index.d.ts +2 -0
- package/dist/types/components/emoji/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +70 -0
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +27 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emojis/index.d.ts +50 -0
- package/dist/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/index.d.ts +3 -0
- package/dist/types/components/emoji_picker/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +19 -0
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +30 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +321 -0
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +55 -0
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +69 -0
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +59 -0
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_text_wrapper/index.d.ts +2 -0
- package/dist/types/components/emoji_text_wrapper/index.d.ts.map +1 -0
- package/dist/types/components/icon/icon.vue.d.ts +72 -0
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -0
- package/dist/types/components/icon/icon_constants.d.ts +15 -0
- package/dist/types/components/icon/icon_constants.d.ts.map +1 -0
- package/dist/types/components/icon/index.d.ts +3 -0
- package/dist/types/components/icon/index.d.ts.map +1 -0
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts +124 -0
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -0
- package/dist/types/components/image_viewer/index.d.ts +2 -0
- package/dist/types/components/image_viewer/index.d.ts.map +1 -0
- package/dist/types/components/input/index.d.ts +3 -0
- package/dist/types/components/input/index.d.ts.map +1 -0
- package/dist/types/components/input/input.vue.d.ts +359 -0
- package/dist/types/components/input/input.vue.d.ts.map +1 -0
- package/dist/types/components/input/input_constants.d.ts +23 -0
- package/dist/types/components/input/input_constants.d.ts.map +1 -0
- package/dist/types/components/input_group/decorators/input.vue.d.ts +102 -0
- package/dist/types/components/input_group/decorators/input.vue.d.ts.map +1 -0
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts +3 -0
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts.map +1 -0
- package/dist/types/components/input_group/index.d.ts +2 -0
- package/dist/types/components/input_group/index.d.ts.map +1 -0
- package/dist/types/components/input_group/input_group.vue.d.ts +178 -0
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -0
- package/dist/types/components/item_layout/index.d.ts +2 -0
- package/dist/types/components/item_layout/index.d.ts.map +1 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts +21 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/index.d.ts +3 -0
- package/dist/types/components/keyboard_shortcut/index.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +77 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +13 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -0
- package/dist/types/components/lazy_show/index.d.ts +2 -0
- package/dist/types/components/lazy_show/index.d.ts.map +1 -0
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts +65 -0
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
- package/dist/types/components/link/index.d.ts +3 -0
- package/dist/types/components/link/index.d.ts.map +1 -0
- package/dist/types/components/link/link.vue.d.ts +34 -0
- package/dist/types/components/link/link.vue.d.ts.map +1 -0
- package/dist/types/components/link/link_constants.d.ts +21 -0
- package/dist/types/components/link/link_constants.d.ts.map +1 -0
- package/dist/types/components/list_item/index.d.ts +3 -0
- package/dist/types/components/list_item/index.d.ts.map +1 -0
- package/dist/types/components/list_item/list_item.vue.d.ts +146 -0
- package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -0
- package/dist/types/components/list_item/list_item_constants.d.ts +15 -0
- package/dist/types/components/list_item/list_item_constants.d.ts.map +1 -0
- package/dist/types/components/list_item_group/index.d.ts +2 -0
- package/dist/types/components/list_item_group/index.d.ts.map +1 -0
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts +66 -0
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts.map +1 -0
- package/dist/types/components/list_item_group/list_item_group_constants.d.ts +6 -0
- package/dist/types/components/list_item_group/list_item_group_constants.d.ts.map +1 -0
- package/dist/types/components/modal/index.d.ts +3 -0
- package/dist/types/components/modal/index.d.ts.map +1 -0
- package/dist/types/components/modal/modal.vue.d.ts +418 -0
- package/dist/types/components/modal/modal.vue.d.ts.map +1 -0
- package/dist/types/components/modal/modal_constants.d.ts +18 -0
- package/dist/types/components/modal/modal_constants.d.ts.map +1 -0
- package/dist/types/components/notice/index.d.ts +6 -0
- package/dist/types/components/notice/index.d.ts.map +1 -0
- package/dist/types/components/notice/notice.vue.d.ts +174 -0
- package/dist/types/components/notice/notice.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_action.vue.d.ts +68 -0
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_constants.d.ts +8 -0
- package/dist/types/components/notice/notice_constants.d.ts.map +1 -0
- package/dist/types/components/notice/notice_content.vue.d.ts +55 -0
- package/dist/types/components/notice/notice_content.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_icon.vue.d.ts +27 -0
- package/dist/types/components/notice/notice_icon.vue.d.ts.map +1 -0
- package/dist/types/components/pagination/index.d.ts +2 -0
- package/dist/types/components/pagination/index.d.ts.map +1 -0
- package/dist/types/components/pagination/pagination.vue.d.ts +119 -0
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -0
- package/dist/types/components/popover/index.d.ts +3 -0
- package/dist/types/components/popover/index.d.ts.map +1 -0
- package/dist/types/components/popover/popover.vue.d.ts +762 -0
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -0
- package/dist/types/components/popover/popover_constants.d.ts +34 -0
- package/dist/types/components/popover/popover_constants.d.ts.map +1 -0
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +65 -0
- package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -0
- package/dist/types/components/popover/tippy_utils.d.ts +45 -0
- package/dist/types/components/popover/tippy_utils.d.ts.map +1 -0
- package/dist/types/components/presence/index.d.ts +3 -0
- package/dist/types/components/presence/index.d.ts.map +1 -0
- package/dist/types/components/presence/presence.vue.d.ts +46 -0
- package/dist/types/components/presence/presence.vue.d.ts.map +1 -0
- package/dist/types/components/presence/presence_constants.d.ts +8 -0
- package/dist/types/components/presence/presence_constants.d.ts.map +1 -0
- package/dist/types/components/radio/index.d.ts +3 -0
- package/dist/types/components/radio/index.d.ts.map +1 -0
- package/dist/types/components/radio/radio.vue.d.ts +164 -0
- package/dist/types/components/radio/radio.vue.d.ts.map +1 -0
- package/dist/types/components/radio/radio_constants.d.ts +10 -0
- package/dist/types/components/radio/radio_constants.d.ts.map +1 -0
- package/dist/types/components/radio_group/index.d.ts +2 -0
- package/dist/types/components/radio_group/index.d.ts.map +1 -0
- package/dist/types/components/radio_group/radio_group.vue.d.ts +225 -0
- package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -0
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts +3 -0
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +45 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +13 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts +5 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/index.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +21 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/autolink.d.ts +6 -0
- package/dist/types/components/rich_text_editor/extensions/link/autolink.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/index.d.ts +4 -0
- package/dist/types/components/rich_text_editor/extensions/link/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/link.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/link/link.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts +44 -0
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +47 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +16 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +10 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +48 -0
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/index.d.ts +3 -0
- package/dist/types/components/rich_text_editor/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts +11 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +210 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +8 -0
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -0
- package/dist/types/components/root_layout/index.d.ts +3 -0
- package/dist/types/components/root_layout/index.d.ts.map +1 -0
- package/dist/types/components/root_layout/root_layout.vue.d.ts +189 -0
- package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -0
- package/dist/types/components/root_layout/root_layout_constants.d.ts +11 -0
- package/dist/types/components/root_layout/root_layout_constants.d.ts.map +1 -0
- package/dist/types/components/select_menu/index.d.ts +3 -0
- package/dist/types/components/select_menu/index.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu.vue.d.ts +284 -0
- package/dist/types/components/select_menu/select_menu.vue.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu_constants.d.ts +18 -0
- package/dist/types/components/select_menu/select_menu_constants.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu_validators.d.ts +2 -0
- package/dist/types/components/select_menu/select_menu_validators.d.ts.map +1 -0
- package/dist/types/components/skeleton/index.d.ts +7 -0
- package/dist/types/components/skeleton/index.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts +152 -0
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts +181 -0
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts +136 -0
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts +145 -0
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton.vue.d.ts +155 -0
- package/dist/types/components/skeleton/skeleton.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton_constants.d.ts +27 -0
- package/dist/types/components/skeleton/skeleton_constants.d.ts.map +1 -0
- package/dist/types/components/stack/index.d.ts +3 -0
- package/dist/types/components/stack/index.d.ts.map +1 -0
- package/dist/types/components/stack/stack.vue.d.ts +3 -0
- package/dist/types/components/stack/stack.vue.d.ts.map +1 -0
- package/dist/types/components/stack/stack_constants.d.ts +16 -0
- package/dist/types/components/stack/stack_constants.d.ts.map +1 -0
- package/dist/types/components/stack/utils.d.ts +5 -0
- package/dist/types/components/stack/utils.d.ts.map +1 -0
- package/dist/types/components/stack/validators.d.ts +3 -0
- package/dist/types/components/stack/validators.d.ts.map +1 -0
- package/dist/types/components/tabs/index.d.ts +5 -0
- package/dist/types/components/tabs/index.d.ts.map +1 -0
- package/dist/types/components/tabs/tab.vue.d.ts +111 -0
- package/dist/types/components/tabs/tab.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tab_group.vue.d.ts +177 -0
- package/dist/types/components/tabs/tab_group.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tab_panel.vue.d.ts +81 -0
- package/dist/types/components/tabs/tab_panel.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tabs_constants.d.ts +14 -0
- package/dist/types/components/tabs/tabs_constants.d.ts.map +1 -0
- package/dist/types/components/toast/index.d.ts +3 -0
- package/dist/types/components/toast/index.d.ts.map +1 -0
- package/dist/types/components/toast/toast.vue.d.ts +241 -0
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -0
- package/dist/types/components/toast/toast_constants.d.ts +8 -0
- package/dist/types/components/toast/toast_constants.d.ts.map +1 -0
- package/dist/types/components/toggle/index.d.ts +3 -0
- package/dist/types/components/toggle/index.d.ts.map +1 -0
- package/dist/types/components/toggle/toggle.vue.d.ts +158 -0
- package/dist/types/components/toggle/toggle.vue.d.ts.map +1 -0
- package/dist/types/components/toggle/toggle_constants.d.ts +11 -0
- package/dist/types/components/toggle/toggle_constants.d.ts.map +1 -0
- package/dist/types/components/tooltip/index.d.ts +3 -0
- package/dist/types/components/tooltip/index.d.ts.map +1 -0
- package/dist/types/components/tooltip/modifiers.d.ts +8 -0
- package/dist/types/components/tooltip/modifiers.d.ts.map +1 -0
- package/dist/types/components/tooltip/tooltip.vue.d.ts +423 -0
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts +19 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts.map +1 -0
- package/dist/types/components/validation_messages/index.d.ts +2 -0
- package/dist/types/components/validation_messages/index.d.ts.map +1 -0
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts +64 -0
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
- package/dist/types/directives/tooltip/index.d.ts +2 -0
- package/dist/types/directives/tooltip/index.d.ts.map +1 -0
- package/dist/types/directives/tooltip/tooltip.d.ts +6 -0
- package/dist/types/directives/tooltip/tooltip.d.ts.map +1 -0
- package/dist/types/directives.d.ts +2 -0
- package/dist/types/directives.d.ts.map +1 -0
- package/dist/types/emoji.d.ts +5 -0
- package/dist/types/emoji.d.ts.map +1 -0
- package/dist/types/index.d.ts +67 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +184 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts +6 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/index.d.ts +3 -0
- package/dist/types/recipes/buttons/callbar_button/index.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +280 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/index.d.ts +2 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/index.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/index.d.ts +3 -0
- package/dist/types/recipes/cards/ivr_node/index.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +86 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +74 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -0
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +3 -0
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -0
- package/dist/types/recipes/chips/grouped_chip/index.d.ts +2 -0
- package/dist/types/recipes/chips/grouped_chip/index.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +361 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +6 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +3 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +433 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/index.d.ts +2 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +26 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/emoji_row/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +179 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts +12 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +132 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/time_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +37 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/header/settings_menu_button/index.d.ts +2 -0
- package/dist/types/recipes/header/settings_menu_button/index.d.ts.map +1 -0
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +39 -0
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +161 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +15 -0
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/callbox/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +263 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row_constants.d.ts +3 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/index.d.ts +2 -0
- package/dist/types/recipes/leftbar/contact_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +278 -0
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +43 -0
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/general_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +40 -0
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +114 -0
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/group_row_constants.d.ts +6 -0
- package/dist/types/recipes/leftbar/group_row/group_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/index.d.ts +2 -0
- package/dist/types/recipes/leftbar/group_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/unread_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +41 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts +8 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +199 -0
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +1 -0
- package/dist/types/recipes/list_items/contact_info/index.d.ts +2 -0
- package/dist/types/recipes/list_items/contact_info/index.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/index.d.ts +3 -0
- package/dist/types/recipes/notices/top_banner_info/index.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +25 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts +6 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/emoji-lh7HbdPO.cjs +0 -1
|
@@ -94,11 +94,11 @@ var De = function() {
|
|
|
94
94
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
95
95
|
return t("svg", e._g({ staticClass: "d-icon d-icon--alarm-minus", attrs: { "aria-hidden": "true", role: "img", "data-name": "Alarm Minus", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M2.818 3.318a4.5 4.5 0 1 1 6.364 6.364 4.5 4.5 0 0 1-6.364-6.364ZM6 3a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM2.854 1.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Zm6.292 0a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M3.354 9.146a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Zm5.292 0a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1-.708.708l-1-1a.5.5 0 0 1 0-.708ZM4 6.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z", "clip-rule": "evenodd" } })]);
|
|
96
96
|
};
|
|
97
|
-
const
|
|
97
|
+
const xe = {
|
|
98
98
|
render: De
|
|
99
|
-
},
|
|
99
|
+
}, Me = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
100
100
|
__proto__: null,
|
|
101
|
-
default:
|
|
101
|
+
default: xe
|
|
102
102
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
103
103
|
var Ce = function() {
|
|
104
104
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -274,11 +274,11 @@ var Dt = function() {
|
|
|
274
274
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
275
275
|
return t("svg", e._g({ staticClass: "d-icon d-icon--arrow-up-right", attrs: { "aria-hidden": "true", role: "img", "data-name": "Arrow Up Right", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M3.5 4a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V4.707L3.854 8.854a.5.5 0 1 1-.708-.708L7.293 4H3.5Z", "clip-rule": "evenodd" } })]);
|
|
276
276
|
};
|
|
277
|
-
const
|
|
277
|
+
const xt = {
|
|
278
278
|
render: Dt
|
|
279
|
-
},
|
|
279
|
+
}, Mt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
280
280
|
__proto__: null,
|
|
281
|
-
default:
|
|
281
|
+
default: xt
|
|
282
282
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
283
283
|
var Ct = function() {
|
|
284
284
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -454,11 +454,11 @@ var Da = function() {
|
|
|
454
454
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
455
455
|
return t("svg", e._g({ staticClass: "d-icon d-icon--battery-low", attrs: { "aria-hidden": "true", role: "img", "data-name": "Battery Low", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM3 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 5Zm8 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z", "clip-rule": "evenodd" } })]);
|
|
456
456
|
};
|
|
457
|
-
const
|
|
457
|
+
const xa = {
|
|
458
458
|
render: Da
|
|
459
|
-
},
|
|
459
|
+
}, Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
460
460
|
__proto__: null,
|
|
461
|
-
default:
|
|
461
|
+
default: xa
|
|
462
462
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
463
463
|
var Ca = function() {
|
|
464
464
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -630,15 +630,15 @@ const jo = {
|
|
|
630
630
|
__proto__: null,
|
|
631
631
|
default: jo
|
|
632
632
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
633
|
-
var
|
|
633
|
+
var xo = function() {
|
|
634
634
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
635
635
|
return t("svg", e._g({ staticClass: "d-icon d-icon--bookmark-plus", attrs: { "aria-hidden": "true", role: "img", "data-name": "Bookmark Plus", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M3.5 2a.5.5 0 0 0-.5.5v7.138l2.752-1.572a.5.5 0 0 1 .496 0L9 9.638V2.5a.5.5 0 0 0-.5-.5h-5Zm-1.06-.56A1.5 1.5 0 0 1 3.5 1h5A1.5 1.5 0 0 1 10 2.5v8a.5.5 0 0 1-.748.434L6 9.076l-3.252 1.858A.5.5 0 0 1 2 10.5v-8c0-.398.158-.78.44-1.06Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M6 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 3Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M4 5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 4 5Z", "clip-rule": "evenodd" } })]);
|
|
636
636
|
};
|
|
637
|
-
const
|
|
638
|
-
render:
|
|
637
|
+
const Mo = {
|
|
638
|
+
render: xo
|
|
639
639
|
}, Co = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
640
640
|
__proto__: null,
|
|
641
|
-
default:
|
|
641
|
+
default: Mo
|
|
642
642
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
643
643
|
var Zo = function() {
|
|
644
644
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -806,16 +806,16 @@ var jn = function() {
|
|
|
806
806
|
};
|
|
807
807
|
const Dn = {
|
|
808
808
|
render: jn
|
|
809
|
-
},
|
|
809
|
+
}, xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
810
810
|
__proto__: null,
|
|
811
811
|
default: Dn
|
|
812
812
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
813
|
-
var
|
|
813
|
+
var Mn = function() {
|
|
814
814
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
815
815
|
return t("svg", e._g({ staticClass: "d-icon d-icon--calendar-minus", attrs: { "aria-hidden": "true", role: "img", "data-name": "Calendar Minus", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3.5a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm6.5 4.5A.5.5 0 0 1 8 9h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z", "clip-rule": "evenodd" } })]);
|
|
816
816
|
};
|
|
817
817
|
const Cn = {
|
|
818
|
-
render:
|
|
818
|
+
render: Mn
|
|
819
819
|
}, Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
820
820
|
__proto__: null,
|
|
821
821
|
default: Cn
|
|
@@ -986,16 +986,16 @@ var jr = function() {
|
|
|
986
986
|
};
|
|
987
987
|
const Dr = {
|
|
988
988
|
render: jr
|
|
989
|
-
},
|
|
989
|
+
}, xr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
990
990
|
__proto__: null,
|
|
991
991
|
default: Dr
|
|
992
992
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
993
|
-
var
|
|
993
|
+
var Mr = function() {
|
|
994
994
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
995
995
|
return t("svg", e._g({ staticClass: "d-icon d-icon--chevron-first", attrs: { "aria-hidden": "true", role: "img", "data-name": "Chevron First", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M8.854 2.646a.5.5 0 0 1 0 .708L6.207 6l2.647 2.646a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0ZM3.5 2.5A.5.5 0 0 1 4 3v6a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z", "clip-rule": "evenodd" } })]);
|
|
996
996
|
};
|
|
997
997
|
const Cr = {
|
|
998
|
-
render:
|
|
998
|
+
render: Mr
|
|
999
999
|
}, Zr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1000
1000
|
__proto__: null,
|
|
1001
1001
|
default: Cr
|
|
@@ -1166,16 +1166,16 @@ var js = function() {
|
|
|
1166
1166
|
};
|
|
1167
1167
|
const Ds = {
|
|
1168
1168
|
render: js
|
|
1169
|
-
},
|
|
1169
|
+
}, xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1170
1170
|
__proto__: null,
|
|
1171
1171
|
default: Ds
|
|
1172
1172
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1173
|
-
var
|
|
1173
|
+
var Ms = function() {
|
|
1174
1174
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
1175
1175
|
return t("svg", e._g({ staticClass: "d-icon d-icon--clipboard-list", attrs: { "aria-hidden": "true", role: "img", "data-name": "Clipboard List", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M5.5 5.5A.5.5 0 0 1 6 5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm0 2.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm-2-2.5A.5.5 0 0 1 4 5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 2.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z", "clip-rule": "evenodd" } })]);
|
|
1176
1176
|
};
|
|
1177
1177
|
const Cs = {
|
|
1178
|
-
render:
|
|
1178
|
+
render: Ms
|
|
1179
1179
|
}, Zs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1180
1180
|
__proto__: null,
|
|
1181
1181
|
default: Cs
|
|
@@ -1346,16 +1346,16 @@ var jc = function() {
|
|
|
1346
1346
|
};
|
|
1347
1347
|
const Dc = {
|
|
1348
1348
|
render: jc
|
|
1349
|
-
},
|
|
1349
|
+
}, xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1350
1350
|
__proto__: null,
|
|
1351
1351
|
default: Dc
|
|
1352
1352
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1353
|
-
var
|
|
1353
|
+
var Mc = function() {
|
|
1354
1354
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
1355
1355
|
return t("svg", e._g({ staticClass: "d-icon d-icon--clockify", attrs: { "aria-hidden": "true", role: "img", "data-name": "Clockify", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, e.$listeners), [t("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.05 2.039a10.025 10.025 0 0 0-7.112 4.043c-2.584 3.493-2.584 8.34 0 11.833 2.078 2.81 5.491 4.364 8.88 4.043 1.265-.12 2.601-.488 3.598-.993l.385-.194-1.095-1.095-1.095-1.095-.702.213c-.625.19-.83.214-1.879.218-.912.003-1.3-.029-1.725-.142-1.317-.352-2.351-.946-3.295-1.892-.743-.745-1.197-1.423-1.557-2.326-.413-1.033-.482-1.427-.476-2.732.004-1.086.027-1.29.215-1.906.751-2.467 2.589-4.267 5.034-4.93.5-.137.85-.172 1.726-.174 1.072-.002 1.54.069 2.375.362l.257.09 1.057-1.054c.582-.58 1.057-1.078 1.057-1.105 0-.073-1.03-.52-1.715-.744-1.14-.372-2.722-.542-3.933-.42Z", fill: "#03A9F4" } }), t("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "m16.987 6.593-2.274 2.275.646.647.647.647L18.3 7.868l2.293-2.294-.624-.628c-.344-.346-.644-.629-.667-.629-.023 0-1.065 1.024-2.315 2.276Zm-4.698 3.802c-.37.132-.814.54-.96.883-.171.397-.137 1.105.07 1.47a1.605 1.605 0 0 0 2.468.408c.981-.861.604-2.474-.651-2.79-.429-.108-.551-.104-.927.03Zm3.09 4.004-.666.669 2.294 2.293 2.294 2.294.667-.667.667-.667-2.296-2.295-2.296-2.295-.665.668Z", fill: "currentColor" } })]);
|
|
1356
1356
|
};
|
|
1357
1357
|
const Cc = {
|
|
1358
|
-
render:
|
|
1358
|
+
render: Mc
|
|
1359
1359
|
}, Zc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1360
1360
|
__proto__: null,
|
|
1361
1361
|
default: Cc
|
|
@@ -1526,16 +1526,16 @@ var ji = function() {
|
|
|
1526
1526
|
};
|
|
1527
1527
|
const Di = {
|
|
1528
1528
|
render: ji
|
|
1529
|
-
},
|
|
1529
|
+
}, xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1530
1530
|
__proto__: null,
|
|
1531
1531
|
default: Di
|
|
1532
1532
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1533
|
-
var
|
|
1533
|
+
var Mi = function() {
|
|
1534
1534
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
1535
1535
|
return t("svg", e._g({ staticClass: "d-icon d-icon--code", attrs: { "aria-hidden": "true", role: "img", "data-name": "Code", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M7.646 2.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 6 7.646 3.354a.5.5 0 0 1 0-.708Zm-3.292 0a.5.5 0 0 1 0 .708L1.707 6l2.647 2.646a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0Z", "clip-rule": "evenodd" } })]);
|
|
1536
1536
|
};
|
|
1537
1537
|
const Ci = {
|
|
1538
|
-
render:
|
|
1538
|
+
render: Mi
|
|
1539
1539
|
}, Zi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1540
1540
|
__proto__: null,
|
|
1541
1541
|
default: Ci
|
|
@@ -1706,16 +1706,16 @@ var ju = function() {
|
|
|
1706
1706
|
};
|
|
1707
1707
|
const Du = {
|
|
1708
1708
|
render: ju
|
|
1709
|
-
},
|
|
1709
|
+
}, xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1710
1710
|
__proto__: null,
|
|
1711
1711
|
default: Du
|
|
1712
1712
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1713
|
-
var
|
|
1713
|
+
var Mu = function() {
|
|
1714
1714
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
1715
1715
|
return t("svg", e._g({ staticClass: "d-icon d-icon--dect-base-station", attrs: { "aria-hidden": "true", role: "img", "data-name": "Dect Base Station", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, e.$listeners), [t("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v5A1.5 1.5 0 0 1 9.5 9h-7A1.5 1.5 0 0 1 1 7.5v-5ZM2.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-7ZM4 3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm.5 3A.5.5 0 0 1 5 6h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm-3.5 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z", fill: "currentColor" } })]);
|
|
1716
1716
|
};
|
|
1717
1717
|
const Cu = {
|
|
1718
|
-
render:
|
|
1718
|
+
render: Mu
|
|
1719
1719
|
}, Zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1720
1720
|
__proto__: null,
|
|
1721
1721
|
default: Cu
|
|
@@ -1886,16 +1886,16 @@ var jd = function() {
|
|
|
1886
1886
|
};
|
|
1887
1887
|
const Dd = {
|
|
1888
1888
|
render: jd
|
|
1889
|
-
},
|
|
1889
|
+
}, xd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1890
1890
|
__proto__: null,
|
|
1891
1891
|
default: Dd
|
|
1892
1892
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1893
|
-
var
|
|
1893
|
+
var Md = function() {
|
|
1894
1894
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
1895
1895
|
return t("svg", e._g({ staticClass: "d-icon d-icon--edit", attrs: { "aria-hidden": "true", role: "img", "data-name": "Edit", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("g", { attrs: { "clip-path": "url(#dt-icon1563608815a)", fill: "currentColor", "fill-rule": "evenodd", "clip-rule": "evenodd" } }, [t("path", { attrs: { d: "M.94 1.94A1.5 1.5 0 0 1 2 1.5h3.5a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 1 1 0V10A1.5 1.5 0 0 1 9 11.5H2A1.5 1.5 0 0 1 .5 10V3c0-.398.158-.78.44-1.06Z" } }), t("path", { attrs: { d: "M10 1.44a.56.56 0 0 0-.396.164L4.95 6.256l-.264 1.057 1.057-.264 4.652-4.653A.56.56 0 0 0 10 1.44ZM8.896.895a1.56 1.56 0 0 1 2.208 2.208l-4.75 4.75a.5.5 0 0 1-.233.131l-2 .5a.5.5 0 0 1-.606-.606l.5-2a.5.5 0 0 1 .131-.233l4.75-4.75Z" } })]), t("defs", [t("clipPath", { attrs: { id: "dt-icon1563608815a" } }, [t("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
1896
1896
|
};
|
|
1897
1897
|
const Cd = {
|
|
1898
|
-
render:
|
|
1898
|
+
render: Md
|
|
1899
1899
|
}, Zd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1900
1900
|
__proto__: null,
|
|
1901
1901
|
default: Cd
|
|
@@ -2066,16 +2066,16 @@ var j1 = function() {
|
|
|
2066
2066
|
};
|
|
2067
2067
|
const D1 = {
|
|
2068
2068
|
render: j1
|
|
2069
|
-
},
|
|
2069
|
+
}, x1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2070
2070
|
__proto__: null,
|
|
2071
2071
|
default: D1
|
|
2072
2072
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2073
|
-
var
|
|
2073
|
+
var M1 = function() {
|
|
2074
2074
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
2075
2075
|
return t("svg", e._g({ staticClass: "d-icon d-icon--filter", attrs: { "aria-hidden": "true", role: "img", "data-name": "Filter", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("g", { attrs: { "clip-path": "url(#dt-icon1076852691a)" } }, [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M.547 1.29A.5.5 0 0 1 1 1h10a.5.5 0 0 1 .382.823L7.5 6.413V10.5a.5.5 0 0 1-.723.447l-2-1A.5.5 0 0 1 4.5 9.5V6.413L.618 1.823a.5.5 0 0 1-.071-.533Zm1.53.71 3.305 3.907a.5.5 0 0 1 .118.323v2.961l1 .5v-3.46a.5.5 0 0 1 .118-.324L9.923 2H2.078Z", "clip-rule": "evenodd" } })]), t("defs", [t("clipPath", { attrs: { id: "dt-icon1076852691a" } }, [t("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
2076
2076
|
};
|
|
2077
2077
|
const C1 = {
|
|
2078
|
-
render:
|
|
2078
|
+
render: M1
|
|
2079
2079
|
}, Z1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2080
2080
|
__proto__: null,
|
|
2081
2081
|
default: C1
|
|
@@ -2244,11 +2244,11 @@ var Df = function() {
|
|
|
2244
2244
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
2245
2245
|
return t("svg", e._g({ staticClass: "d-icon d-icon--gif-outline", attrs: { "aria-hidden": "true", role: "img", "data-name": "Gif Outline", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, e.$listeners), [t("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7ZM2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7Zm0 4A1.5 1.5 0 0 1 4 4.5h.5a.5.5 0 1 1 0 1H4a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 4 7v-.316a.5.5 0 0 1 .25-.934h.25a.5.5 0 0 1 .5.5V7.5a.5.5 0 0 1-.5.5H4a1.5 1.5 0 0 1-1.5-1.5V6ZM6 4.5a.5.5 0 0 1 .5.5v2.5a.5.5 0 1 1-1 0V5a.5.5 0 0 1 .5-.5ZM7 5a.5.5 0 0 1 .5-.5H9a.5.5 0 1 1 0 1H8v.25h.5a.5.5 0 1 1 0 1H8v.75a.5.5 0 1 1-1 0V5Z", fill: "currentColor" } })]);
|
|
2246
2246
|
};
|
|
2247
|
-
const
|
|
2247
|
+
const xf = {
|
|
2248
2248
|
render: Df
|
|
2249
|
-
},
|
|
2249
|
+
}, Mf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2250
2250
|
__proto__: null,
|
|
2251
|
-
default:
|
|
2251
|
+
default: xf
|
|
2252
2252
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2253
2253
|
var Cf = function() {
|
|
2254
2254
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -2424,11 +2424,11 @@ var Dm = function() {
|
|
|
2424
2424
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
2425
2425
|
return t("svg", e._g({ staticClass: "d-icon d-icon--hash", attrs: { "aria-hidden": "true", role: "img", "data-name": "Hash", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M5.055 1.003a.5.5 0 0 1 .442.552L5.225 4H7.22l.284-2.555a.5.5 0 1 1 .994.11L8.225 4H10a.5.5 0 0 1 0 1H8.114l-.222 2H10a.5.5 0 0 1 0 1H7.78l-.283 2.555a.5.5 0 0 1-.994-.11L6.775 8H4.78l-.284 2.555a.5.5 0 0 1-.994-.11L3.775 8H2a.5.5 0 1 1 0-1h1.886l.222-2H2a.5.5 0 1 1 0-1h2.22l.283-2.555a.5.5 0 0 1 .552-.442ZM5.115 5l-.223 2h1.994l.222-2H5.114Z", "clip-rule": "evenodd" } })]);
|
|
2426
2426
|
};
|
|
2427
|
-
const
|
|
2427
|
+
const xm = {
|
|
2428
2428
|
render: Dm
|
|
2429
|
-
},
|
|
2429
|
+
}, Mm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2430
2430
|
__proto__: null,
|
|
2431
|
-
default:
|
|
2431
|
+
default: xm
|
|
2432
2432
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2433
2433
|
var Cm = function() {
|
|
2434
2434
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -2604,11 +2604,11 @@ var D_ = function() {
|
|
|
2604
2604
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
2605
2605
|
return t("svg", e._g({ staticClass: "d-icon d-icon--info", attrs: { "aria-hidden": "true", role: "img", "data-name": "Info", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("g", { attrs: { "clip-path": "url(#dt-icon1866429597a)" } }, [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5-2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM6 5.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z", "clip-rule": "evenodd" } })]), t("defs", [t("clipPath", { attrs: { id: "dt-icon1866429597a" } }, [t("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
2606
2606
|
};
|
|
2607
|
-
const
|
|
2607
|
+
const x_ = {
|
|
2608
2608
|
render: D_
|
|
2609
|
-
},
|
|
2609
|
+
}, M_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2610
2610
|
__proto__: null,
|
|
2611
|
-
default:
|
|
2611
|
+
default: x_
|
|
2612
2612
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2613
2613
|
var C_ = function() {
|
|
2614
2614
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -2784,11 +2784,11 @@ var Dl = function() {
|
|
|
2784
2784
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
2785
2785
|
return t("svg", e._g({ staticClass: "d-icon d-icon--layout", attrs: { "aria-hidden": "true", role: "img", "data-name": "Layout", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M4.5 4a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5Z", "clip-rule": "evenodd" } })]);
|
|
2786
2786
|
};
|
|
2787
|
-
const
|
|
2787
|
+
const xl = {
|
|
2788
2788
|
render: Dl
|
|
2789
|
-
},
|
|
2789
|
+
}, Ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2790
2790
|
__proto__: null,
|
|
2791
|
-
default:
|
|
2791
|
+
default: xl
|
|
2792
2792
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2793
2793
|
var Cl = function() {
|
|
2794
2794
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -2964,11 +2964,11 @@ var D0 = function() {
|
|
|
2964
2964
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
2965
2965
|
return t("svg", e._g({ staticClass: "d-icon d-icon--living-thing", attrs: { "aria-hidden": "true", role: "img", "data-name": "Living Thing", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("g", { attrs: { "clip-path": "url(#dt-icon13013649a)" } }, [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "m2.125 1.802 1.47.616c.582.245 1.2.228 1.735.138a4.03 4.03 0 0 1 1.34 0c.535.09 1.154.106 1.736-.138l1.37-.574-.298 1.19c-.172.693-.01 1.38.223 1.946a4 4 0 1 1-7.478.2c.153-.437.264-.948.185-1.48l-.283-1.898Zm-.99.147A1 1 0 0 1 2.51.879l1.472.617c.334.14.737.149 1.182.074a5.03 5.03 0 0 1 1.673 0c.445.075.847.067 1.182-.074l1.37-.575h.002a1 1 0 0 1 1.355 1.164l-.297 1.191c-.1.399-.018.85.177 1.323a5 5 0 1 1-9.347.251c.126-.362.186-.697.14-1.003L1.136 1.95ZM3.9 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.4a.5.5 0 0 1-.5-.5Zm3.1 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm-2 2a.625.625 0 0 1 .5-1h1c.515 0 .81.588.5 1l-.5.667a.625.625 0 0 1-1 0L5 6.5Zm1 2.333.221.133a2 2 0 0 0 2.058 0l.062-.037a.5.5 0 1 0-.515-.858l-.061.037a1 1 0 0 1-1.03 0l-.413-.248a.625.625 0 0 0-.643 0l-.414.248a1 1 0 0 1-1.03 0l-.061-.037a.5.5 0 0 0-.515.858l.062.037a2 2 0 0 0 2.058 0L6 8.833Z", "clip-rule": "evenodd" } })]), t("defs", [t("clipPath", { attrs: { id: "dt-icon13013649a" } }, [t("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
2966
2966
|
};
|
|
2967
|
-
const
|
|
2967
|
+
const x0 = {
|
|
2968
2968
|
render: D0
|
|
2969
|
-
},
|
|
2969
|
+
}, M0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2970
2970
|
__proto__: null,
|
|
2971
|
-
default:
|
|
2971
|
+
default: x0
|
|
2972
2972
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2973
2973
|
var C0 = function() {
|
|
2974
2974
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -3144,11 +3144,11 @@ var Dh = function() {
|
|
|
3144
3144
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
3145
3145
|
return t("svg", e._g({ staticClass: "d-icon d-icon--messenger", attrs: { "aria-hidden": "true", role: "img", "data-name": "Messenger", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, e.$listeners), [t("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12 2.86c-5.281 0-9.375 3.868-9.375 9.093 0 2.733 1.12 5.095 2.944 6.726a.75.75 0 0 1 .252.535l.051 1.668a.75.75 0 0 0 1.053.663l1.86-.822a.748.748 0 0 1 .501-.037c.855.236 1.765.36 2.714.36 5.281 0 9.375-3.868 9.375-9.093S17.281 2.86 12 2.86Z", fill: "url(#dt-icon2091205728a)" } }), t("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "m6.37 14.613 2.754-4.37a1.406 1.406 0 0 1 2.034-.375l2.19 1.643c.2.15.477.15.678-.002l2.958-2.245c.394-.3.91.173.646.592l-2.754 4.37a1.406 1.406 0 0 1-2.034.374l-2.19-1.642a.562.562 0 0 0-.678.002l-2.958 2.245c-.395.3-.91-.173-.646-.592Z", fill: "#fff" } }), t("defs", [t("radialGradient", { attrs: { id: "dt-icon2091205728a", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(6.234 21.51) scale(20.4299)" } }, [t("stop", { attrs: { "stop-color": "#09F" } }), t("stop", { attrs: { offset: ".61", "stop-color": "#A033FF" } }), t("stop", { attrs: { offset: ".935", "stop-color": "#FF5280" } }), t("stop", { attrs: { offset: "1", "stop-color": "#FF7061" } })], 1)], 1)]);
|
|
3146
3146
|
};
|
|
3147
|
-
const
|
|
3147
|
+
const xh = {
|
|
3148
3148
|
render: Dh
|
|
3149
|
-
},
|
|
3149
|
+
}, Mh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3150
3150
|
__proto__: null,
|
|
3151
|
-
default:
|
|
3151
|
+
default: xh
|
|
3152
3152
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3153
3153
|
var Ch = function() {
|
|
3154
3154
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -3324,11 +3324,11 @@ var Dp = function() {
|
|
|
3324
3324
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
3325
3325
|
return t("svg", e._g({ staticClass: "d-icon d-icon--multi-line-dept", attrs: { "aria-hidden": "true", role: "img", "data-name": "Multi Line Dept", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M8.147 1.147a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 0 1-.707-.707l.646-.647H6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h2.793l-.646-.646a.5.5 0 0 1 .707-.707l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 1 1-.707-.707l.646-.647H6A1.5 1.5 0 0 1 4.5 8V6.5h-3a.5.5 0 0 1 0-1h3V4A1.5 1.5 0 0 1 6 2.5h2.793l-.646-.646a.5.5 0 0 1 0-.707Z", "clip-rule": "evenodd" } })]);
|
|
3326
3326
|
};
|
|
3327
|
-
const
|
|
3327
|
+
const xp = {
|
|
3328
3328
|
render: Dp
|
|
3329
|
-
},
|
|
3329
|
+
}, Mp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3330
3330
|
__proto__: null,
|
|
3331
|
-
default:
|
|
3331
|
+
default: xp
|
|
3332
3332
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3333
3333
|
var Cp = function() {
|
|
3334
3334
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -3504,11 +3504,11 @@ var Dg = function() {
|
|
|
3504
3504
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
3505
3505
|
return t("svg", e._g({ staticClass: "d-icon d-icon--phone-call", attrs: { "aria-hidden": "true", role: "img", "data-name": "Phone Call", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M6.528.948a.5.5 0 0 1 .55-.445 5 5 0 0 1 4.444 4.41.5.5 0 0 1-.994.113 4 4 0 0 0-3.555-3.529.5.5 0 0 1-.445-.55ZM2.009 2.034a.036.036 0 0 0-.002.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011Zm.992 3.459L4.33 4.385c.332-.276.476-.718.371-1.137l-.349-1.396A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.36a1.125 1.125 0 0 0-1.068.297L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Zm-.817-6.386a.5.5 0 0 1 .588-.394 3 3 0 0 1 2.37 2.4.5.5 0 1 1-.984.182 2 2 0 0 0-1.58-1.6.5.5 0 0 1-.394-.588Z", "clip-rule": "evenodd" } })]);
|
|
3506
3506
|
};
|
|
3507
|
-
const
|
|
3507
|
+
const xg = {
|
|
3508
3508
|
render: Dg
|
|
3509
|
-
},
|
|
3509
|
+
}, Mg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3510
3510
|
__proto__: null,
|
|
3511
|
-
default:
|
|
3511
|
+
default: xg
|
|
3512
3512
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3513
3513
|
var Cg = function() {
|
|
3514
3514
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -3684,11 +3684,11 @@ var D5 = function() {
|
|
|
3684
3684
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
3685
3685
|
return t("svg", e._g({ staticClass: "d-icon d-icon--plug", attrs: { "aria-hidden": "true", role: "img", "data-name": "Plug", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M6 8a.5.5 0 0 1 .5.5V11a.5.5 0 0 1-1 0V8.5A.5.5 0 0 1 6 8ZM4.5.5A.5.5 0 0 1 5 1v2.5a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm3 0A.5.5 0 0 1 8 1v2.5a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M2.5 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v2.5A2.5 2.5 0 0 1 7 9H5a2.5 2.5 0 0 1-2.5-2.5V4Zm1 .5v2A1.5 1.5 0 0 0 5 8h2a1.5 1.5 0 0 0 1.5-1.5v-2h-5Z", "clip-rule": "evenodd" } })]);
|
|
3686
3686
|
};
|
|
3687
|
-
const
|
|
3687
|
+
const x5 = {
|
|
3688
3688
|
render: D5
|
|
3689
|
-
},
|
|
3689
|
+
}, M5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3690
3690
|
__proto__: null,
|
|
3691
|
-
default:
|
|
3691
|
+
default: x5
|
|
3692
3692
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3693
3693
|
var C5 = function() {
|
|
3694
3694
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -3864,11 +3864,11 @@ var D2 = function() {
|
|
|
3864
3864
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
3865
3865
|
return t("svg", e._g({ staticClass: "d-icon d-icon--rewind", attrs: { "aria-hidden": "true", role: "img", "data-name": "Rewind", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("g", { attrs: { "clip-path": "url(#dt-icon2984085840a)", fill: "currentColor", "fill-rule": "evenodd", "clip-rule": "evenodd" } }, [t("path", { attrs: { d: "M5.72 2.051a.5.5 0 0 1 .28.45v7a.5.5 0 0 1-.807.394l-4.5-3.5a.5.5 0 0 1 0-.79l4.5-3.5a.5.5 0 0 1 .527-.054Zm-3.905 3.95L5 8.477V3.522L1.815 6Z" } }), t("path", { attrs: { d: "M11.22 2.051a.5.5 0 0 1 .28.45v7a.5.5 0 0 1-.807.394l-4.5-3.5a.5.5 0 0 1 0-.79l4.5-3.5a.5.5 0 0 1 .527-.054Zm-3.905 3.95L10.5 8.477V3.522L7.315 6Z" } })]), t("defs", [t("clipPath", { attrs: { id: "dt-icon2984085840a" } }, [t("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
3866
3866
|
};
|
|
3867
|
-
const
|
|
3867
|
+
const x2 = {
|
|
3868
3868
|
render: D2
|
|
3869
|
-
},
|
|
3869
|
+
}, M2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3870
3870
|
__proto__: null,
|
|
3871
|
-
default:
|
|
3871
|
+
default: x2
|
|
3872
3872
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3873
3873
|
var C2 = function() {
|
|
3874
3874
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -4044,11 +4044,11 @@ var D3 = function() {
|
|
|
4044
4044
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
4045
4045
|
return t("svg", e._g({ staticClass: "d-icon d-icon--shield-alert", attrs: { "aria-hidden": "true", role: "img", "data-name": "Shield Alert", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M6 3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5ZM5.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z", "clip-rule": "evenodd" } })]);
|
|
4046
4046
|
};
|
|
4047
|
-
const
|
|
4047
|
+
const x3 = {
|
|
4048
4048
|
render: D3
|
|
4049
|
-
},
|
|
4049
|
+
}, M3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4050
4050
|
__proto__: null,
|
|
4051
|
-
default:
|
|
4051
|
+
default: x3
|
|
4052
4052
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4053
4053
|
var C3 = function() {
|
|
4054
4054
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -4224,11 +4224,11 @@ var Dy = function() {
|
|
|
4224
4224
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
4225
4225
|
return t("svg", e._g({ staticClass: "d-icon d-icon--skip-back", attrs: { "aria-hidden": "true", role: "img", "data-name": "Skip Back", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M9.717 1.55A.5.5 0 0 1 10 2v8a.5.5 0 0 1-.812.39l-5-4a.5.5 0 0 1 0-.78l5-4a.5.5 0 0 1 .529-.06ZM5.3 6 9 8.96V3.04L5.3 6ZM2.5 2a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0v-7a.5.5 0 0 1 .5-.5Z", "clip-rule": "evenodd" } })]);
|
|
4226
4226
|
};
|
|
4227
|
-
const
|
|
4227
|
+
const xy = {
|
|
4228
4228
|
render: Dy
|
|
4229
|
-
},
|
|
4229
|
+
}, My = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4230
4230
|
__proto__: null,
|
|
4231
|
-
default:
|
|
4231
|
+
default: xy
|
|
4232
4232
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4233
4233
|
var Cy = function() {
|
|
4234
4234
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -4404,11 +4404,11 @@ var Dk = function() {
|
|
|
4404
4404
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
4405
4405
|
return t("svg", e._g({ staticClass: "d-icon d-icon--speaker", attrs: { "aria-hidden": "true", role: "img", "data-name": "Speaker", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H3ZM1.5 2A1.5 1.5 0 0 1 3 .5h6A1.5 1.5 0 0 1 10.5 2v8A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M6 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 7a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2-4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z", "clip-rule": "evenodd" } })]);
|
|
4406
4406
|
};
|
|
4407
|
-
const
|
|
4407
|
+
const xk = {
|
|
4408
4408
|
render: Dk
|
|
4409
|
-
},
|
|
4409
|
+
}, Mk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4410
4410
|
__proto__: null,
|
|
4411
|
-
default:
|
|
4411
|
+
default: xk
|
|
4412
4412
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4413
4413
|
var Ck = function() {
|
|
4414
4414
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -4584,11 +4584,11 @@ var D6 = function() {
|
|
|
4584
4584
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
4585
4585
|
return t("svg", e._g({ staticClass: "d-icon d-icon--task", attrs: { "aria-hidden": "true", role: "img", "data-name": "Task", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, e.$listeners), [t("g", { attrs: { "clip-path": "url(#dt-icon2129187038a)", fill: "currentColor" } }, [t("path", { attrs: { d: "M4.943 2.081a4.058 4.058 0 0 1 2.554.147.5.5 0 0 0 .369-.93 5.058 5.058 0 1 0 3.188 4.499.5.5 0 0 0-.999.04A4.059 4.059 0 1 1 4.943 2.08Z" } }), t("path", { attrs: { d: "M10.9 2.854a.5.5 0 1 0-.706-.708L6 6.34 4.807 5.133a.5.5 0 1 0-.71.704l1.548 1.562a.5.5 0 0 0 .708.002l4.548-4.547Z" } })]), t("defs", [t("clipPath", { attrs: { id: "dt-icon2129187038a" } }, [t("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
4586
4586
|
};
|
|
4587
|
-
const
|
|
4587
|
+
const x6 = {
|
|
4588
4588
|
render: D6
|
|
4589
|
-
},
|
|
4589
|
+
}, M6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4590
4590
|
__proto__: null,
|
|
4591
|
-
default:
|
|
4591
|
+
default: x6
|
|
4592
4592
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4593
4593
|
var C6 = function() {
|
|
4594
4594
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -4764,11 +4764,11 @@ var D4 = function() {
|
|
|
4764
4764
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
4765
4765
|
return t("svg", e._g({ staticClass: "d-icon d-icon--toy-brick", attrs: { "aria-hidden": "true", role: "img", "data-name": "Toy Brick", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M1 4.5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-5Zm9 0H2v5h8v-5Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M2.293 1.793A1 1 0 0 1 3 1.5h1.5c.264 0 .522.09.716.284A.999.999 0 0 1 5.5 2.5V4a.5.5 0 0 1-1 0V2.5H3V4a.5.5 0 0 1-1 0V2.5a1 1 0 0 1 .293-.707Zm4.5 0A1 1 0 0 1 7.5 1.5H9c.264 0 .522.09.716.284A.999.999 0 0 1 10 2.5V4a.5.5 0 0 1-1 0V2.5H7.5V4a.5.5 0 0 1-1 0V2.5a1 1 0 0 1 .293-.707Z", "clip-rule": "evenodd" } })]);
|
|
4766
4766
|
};
|
|
4767
|
-
const
|
|
4767
|
+
const x4 = {
|
|
4768
4768
|
render: D4
|
|
4769
|
-
},
|
|
4769
|
+
}, M4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4770
4770
|
__proto__: null,
|
|
4771
|
-
default:
|
|
4771
|
+
default: x4
|
|
4772
4772
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4773
4773
|
var C4 = function() {
|
|
4774
4774
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -4944,11 +4944,11 @@ var Dw = function() {
|
|
|
4944
4944
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
4945
4945
|
return t("svg", e._g({ staticClass: "d-icon d-icon--upload", attrs: { "aria-hidden": "true", role: "img", "data-name": "Upload", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M1.5 7a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-2a.5.5 0 0 1 .5-.5Zm4.146-5.854a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 2.207 3.854 4.354a.5.5 0 1 1-.708-.708l2.5-2.5Z", "clip-rule": "evenodd" } }), t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M6 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6A.5.5 0 0 1 6 1Z", "clip-rule": "evenodd" } })]);
|
|
4946
4946
|
};
|
|
4947
|
-
const
|
|
4947
|
+
const xw = {
|
|
4948
4948
|
render: Dw
|
|
4949
|
-
},
|
|
4949
|
+
}, Mw = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4950
4950
|
__proto__: null,
|
|
4951
|
-
default:
|
|
4951
|
+
default: xw
|
|
4952
4952
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4953
4953
|
var Cw = function() {
|
|
4954
4954
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -5052,7 +5052,7 @@ const tb = {
|
|
|
5052
5052
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5053
5053
|
var ob = function() {
|
|
5054
5054
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
5055
|
-
return t("svg", e._g({ staticClass: "d-icon d-icon--video-off", attrs: { "aria-hidden": "true", role: "img", "data-name": "Video Off", xmlns: "http://www.w3.org/2000/svg"
|
|
5055
|
+
return t("svg", e._g({ staticClass: "d-icon d-icon--video-off", attrs: { "aria-hidden": "true", role: "img", "data-name": "Video Off", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, e.$listeners), [t("g", { attrs: { "clip-path": "url(#dt-icon272418784a)" } }, [t("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-1.949-1.95a1.5 1.5 0 0 1-1.198.598H2a1.5 1.5 0 0 1-1.5-1.5V3.498a1.5 1.5 0 0 1 .911-1.38l-.765-.764a.5.5 0 0 1 0-.708Zm1.645 2.352H2a.5.5 0 0 0-.5.5v5.004a.5.5 0 0 0 .5.5h5.499a.5.5 0 0 0 .468-.325L2.291 2.998Zm5.208 0h-1.67a.5.5 0 0 1 0-1h1.67a1.5 1.5 0 0 1 1.5 1.5v.758l1.817-.72A.5.5 0 0 1 11.5 4v4a.5.5 0 0 1-1 0V4.736l-1.816.72A.5.5 0 0 1 8 4.993l-.001-.5v-.995a.5.5 0 0 0-.5-.5Z", fill: "currentColor" } })]), t("defs", [t("clipPath", { attrs: { id: "dt-icon272418784a" } }, [t("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
5056
5056
|
};
|
|
5057
5057
|
const nb = {
|
|
5058
5058
|
render: ob
|
|
@@ -5072,7 +5072,7 @@ const cb = {
|
|
|
5072
5072
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5073
5073
|
var ub = function() {
|
|
5074
5074
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
5075
|
-
return t("svg", e._g({ staticClass: "d-icon d-icon--video", attrs: { "aria-hidden": "true", role: "img", "data-name": "Video", xmlns: "http://www.w3.org/2000/svg"
|
|
5075
|
+
return t("svg", e._g({ staticClass: "d-icon d-icon--video", attrs: { "aria-hidden": "true", role: "img", "data-name": "Video", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, e.$listeners), [t("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2 3.003a.5.5 0 0 0-.5.5v4.994a.5.5 0 0 0 .5.5h5.502a.5.5 0 0 0 .5-.5V3.503a.5.5 0 0 0-.5-.5H2Zm7.002 1.252v-.752a1.5 1.5 0 0 0-1.5-1.5H2a1.5 1.5 0 0 0-1.5 1.5v4.994a1.5 1.5 0 0 0 1.5 1.5h5.502a1.5 1.5 0 0 0 1.5-1.5v-.765l1.812.726a.5.5 0 0 0 .686-.465v-4a.5.5 0 0 0-.686-.464l-1.812.726Zm0 1.077v1.323l1.498.6V4.732l-1.498.6Z", fill: "currentColor" } })]);
|
|
5076
5076
|
};
|
|
5077
5077
|
const db = {
|
|
5078
5078
|
render: ub
|
|
@@ -5124,11 +5124,11 @@ var Db = function() {
|
|
|
5124
5124
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
5125
5125
|
return t("svg", e._g({ staticClass: "d-icon d-icon--volume-2", attrs: { "aria-hidden": "true", role: "img", "data-name": "Volume 2", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12" } }, e.$listeners), [t("path", { attrs: { fill: "currentColor", "fill-rule": "evenodd", d: "M9.181 2.111a.5.5 0 0 1 .708 0 5.5 5.5 0 0 1 0 7.777.5.5 0 1 1-.708-.707 4.5 4.5 0 0 0 0-6.363.5.5 0 0 1 0-.707ZM5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.417.336a.5.5 0 0 1 .707 0 3 3 0 0 1 0 4.242.5.5 0 0 1-.708-.707 2 2 0 0 0 0-2.828.5.5 0 0 1 0-.707Z", "clip-rule": "evenodd" } })]);
|
|
5126
5126
|
};
|
|
5127
|
-
const
|
|
5127
|
+
const xb = {
|
|
5128
5128
|
render: Db
|
|
5129
|
-
},
|
|
5129
|
+
}, Mb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5130
5130
|
__proto__: null,
|
|
5131
|
-
default:
|
|
5131
|
+
default: xb
|
|
5132
5132
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5133
5133
|
var Cb = function() {
|
|
5134
5134
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -5304,11 +5304,11 @@ var D9 = function() {
|
|
|
5304
5304
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
5305
5305
|
return t("svg", e._g({ staticClass: "d-icon d-icon--zoho", attrs: { "aria-hidden": "true", role: "img", "data-name": "Zoho", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, e.$listeners), [t("path", { attrs: { d: "M22 10.473v4.742l-.656.64v-4.64l.656-.742Z", fill: "#E79225" } }), t("path", { attrs: { d: "m17.7 10.477-.68.738.035.047 4.261-.016.04-.031.644-.742-4.3.004Z", fill: "#FFF16D" } }), t("path", { attrs: { d: "M17.02 11.215h4.335v4.644H17.02v-4.644Z", fill: "url(#dt-icon1750671905a)" } }), t("path", { attrs: { d: "M20.695 12.887a1.717 1.717 0 0 0-.383-.578 1.57 1.57 0 0 0-.543-.371 1.683 1.683 0 0 0-.648-.126c-.234 0-.453.043-.652.126a1.583 1.583 0 0 0-.543.37 1.706 1.706 0 0 0-.38.579 1.88 1.88 0 0 0-.124.707c0 .25.043.484.129.703.086.219.21.414.379.586.156.16.336.281.535.363.2.082.422.125.66.125a1.657 1.657 0 0 0 1.188-.488 1.772 1.772 0 0 0 .511-1.285c0-.262-.043-.496-.129-.711Zm-.894 1.531a.84.84 0 0 1-.68.3c-.289 0-.515-.1-.683-.3-.168-.2-.25-.477-.25-.828 0-.36.085-.637.25-.84.168-.203.39-.3.683-.3a.84.84 0 0 1 .68.3c.164.203.25.48.25.84 0 .351-.082.629-.25.828Z", fill: "#fff" } }), t("path", { attrs: { d: "M16.594 10.086v.023l.554 4.262-.324.899-.043-.032-.57-4.086.012-.054.355-.989.016-.023Z", fill: "#009ADA" } }), t("path", { attrs: { d: "m12.324 10.68 4.27-.594-.36 1.023-.05.055-3.993.586.02-.73.113-.34Z", fill: "#91C9ED" } }), t("path", { attrs: { d: "m16.234 11.11.59 4.16-4.207.59-.566-4.02.246-.192 3.937-.539Z", fill: "url(#dt-icon1750671905b)" } }), t("path", { attrs: { d: "M15.52 11.906a.489.489 0 0 0-.133-.293.313.313 0 0 0-.211-.078.4.4 0 0 0-.067.004.324.324 0 0 0-.242.149.388.388 0 0 0-.055.218.95.95 0 0 0 .008.102l.153 1.082-1.211.18-.153-1.082a.489.489 0 0 0-.132-.29.296.296 0 0 0-.207-.082c-.02 0-.04 0-.06.004a.347.347 0 0 0-.253.149.388.388 0 0 0-.055.219c0 .03.004.066.008.105l.414 2.816c.02.13.063.227.14.293.06.051.13.075.216.075.023 0 .047 0 .07-.004a.316.316 0 0 0 .234-.149.403.403 0 0 0 .051-.21.93.93 0 0 0-.008-.102l-.168-1.114 1.211-.18.168 1.114c.02.129.063.227.137.29.059.05.129.077.21.077.02 0 .044 0 .067-.004a.324.324 0 0 0 .243-.148.407.407 0 0 0 .054-.215.962.962 0 0 0-.008-.102l-.421-2.824Z", fill: "#fff" } }), t("path", { attrs: { d: "m8.328 9-1.52 3.61.208 1.585.011-.004 1.707-3.84-.007-.082-.368-1.218L8.33 9Z", fill: "#66BF6B" } }), t("path", { attrs: { d: "m8.328 9 .395 1.324.007.028 3.758 1.683.012-.008-.32-1.265L8.328 9Z", fill: "#98D0A0" } }), t("path", { attrs: { d: "m8.723 10.324 3.777 1.703-1.707 3.871-3.777-1.703 1.707-3.87Z", fill: "url(#dt-icon1750671905c)" } }), t("path", { attrs: { d: "M11.355 12.34a1.639 1.639 0 0 0-.343-.563 1.602 1.602 0 0 0-.54-.37 1.606 1.606 0 0 0-.636-.134h-.012c-.219 0-.433.051-.644.145a1.72 1.72 0 0 0-.578.406 2.04 2.04 0 0 0-.399.625c-.101.239-.156.48-.168.719v.082c0 .21.035.418.11.621a1.555 1.555 0 0 0 .89.925c.207.09.418.134.633.134h.004c.215 0 .43-.047.64-.137a1.75 1.75 0 0 0 .583-.41c.164-.172.3-.38.402-.621.101-.242.156-.48.168-.719v-.07a1.69 1.69 0 0 0-.11-.633Zm-.753 1.125c-.141.336-.332.566-.563.691a.814.814 0 0 1-.383.102.929.929 0 0 1-.355-.078c-.266-.114-.43-.293-.5-.551a1.02 1.02 0 0 1-.035-.27c0-.187.047-.394.14-.617.145-.344.336-.578.567-.707a.77.77 0 0 1 .382-.101c.118 0 .235.027.36.078.262.113.426.293.496.55a.971.971 0 0 1 .035.266c0 .195-.047.406-.144.637Z", fill: "#fff" } }), t("path", { attrs: { d: "m6.508 9.613.617 4.133-.281 1.453-.04-.05-.6-3.993v-.078l.265-1.394.039-.07Z", fill: "#760D16" } }), t("path", { attrs: { d: "m2 11.75.293-1.46 4.215-.677-.285 1.489v.097l-4.172.59L2 11.75Z", fill: "#EF463E" } }), t("path", { attrs: { d: "m6.223 11.102.62 4.097-4.171.653L2 11.75l4.223-.648Z", fill: "url(#dt-icon1750671905d)" } }), t("path", { attrs: { d: "M5.773 14.547a.292.292 0 0 0-.132-.086.609.609 0 0 0-.204-.027c-.074 0-.16.007-.253.023l-1.102.188a1.05 1.05 0 0 1 .129-.332c.082-.153.207-.336.367-.547.055-.075.098-.13.129-.168.02-.028.05-.063.09-.114.254-.332.406-.601.469-.812.035-.121.054-.242.062-.363.004-.036.004-.067.004-.098a1.5 1.5 0 0 0-.023-.258.583.583 0 0 0-.059-.191.283.283 0 0 0-.098-.114.369.369 0 0 0-.191-.039c-.066 0-.149.008-.246.024l-1.274.219c-.152.027-.27.07-.34.14a.269.269 0 0 0-.085.203.4.4 0 0 0 .004.067c.02.11.074.187.164.226a.486.486 0 0 0 .195.035.91.91 0 0 0 .172-.015l1.062-.188c0 .02.004.04.004.055a.557.557 0 0 1-.035.195c-.031.09-.11.215-.238.375-.035.043-.09.114-.164.203-.29.348-.492.645-.617.891-.09.172-.149.336-.184.504-.02.098-.031.188-.031.277 0 .063.004.125.015.184a.799.799 0 0 0 .063.21.278.278 0 0 0 .11.122.395.395 0 0 0 .187.031c.105 0 .25-.015.433-.047l1.157-.199c.203-.035.347-.086.43-.152a.27.27 0 0 0 .1-.215.431.431 0 0 0-.007-.07.259.259 0 0 0-.063-.137Z", fill: "#fff" } }), t("defs", [t("linearGradient", { attrs: { id: "dt-icon1750671905a", x1: "19.187", y1: "11.281", x2: "19.187", y2: "15.719", gradientUnits: "userSpaceOnUse" } }, [t("stop", { attrs: { offset: ".006", "stop-color": "#FFE513" } }), t("stop", { attrs: { offset: "1", "stop-color": "#FDB924" } })], 1), t("linearGradient", { attrs: { id: "dt-icon1750671905b", x1: "12.266", y1: "11.75", x2: "16.601", y2: "15.266", gradientUnits: "userSpaceOnUse" } }, [t("stop", { attrs: { offset: ".006", "stop-color": "#008CD2" } }), t("stop", { attrs: { offset: "1", "stop-color": "#00649D" } })], 1), t("linearGradient", { attrs: { id: "dt-icon1750671905c", x1: "9.758", y1: "11.873", x2: "9.758", y2: "15.761", gradientUnits: "userSpaceOnUse" } }, [t("stop", { attrs: { "stop-color": "#26A146" } }), t("stop", { attrs: { offset: "1", "stop-color": "#008A52" } })], 1), t("linearGradient", { attrs: { id: "dt-icon1750671905d", x1: "4.118", y1: "11.491", x2: "4.762", y2: "15.532", gradientUnits: "userSpaceOnUse" } }, [t("stop", { attrs: { "stop-color": "#D92231" } }), t("stop", { attrs: { offset: "1", "stop-color": "#BA2234" } })], 1)], 1)]);
|
|
5306
5306
|
};
|
|
5307
|
-
const
|
|
5307
|
+
const x9 = {
|
|
5308
5308
|
render: D9
|
|
5309
|
-
},
|
|
5309
|
+
}, M9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5310
5310
|
__proto__: null,
|
|
5311
|
-
default:
|
|
5311
|
+
default: x9
|
|
5312
5312
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5313
5313
|
var C9 = function() {
|
|
5314
5314
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
@@ -5368,7 +5368,7 @@ const B9 = {
|
|
|
5368
5368
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/airtable.svg": ge,
|
|
5369
5369
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-check.svg": we,
|
|
5370
5370
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-clock-off.svg": je,
|
|
5371
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-minus.svg":
|
|
5371
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-minus.svg": Me,
|
|
5372
5372
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-plus.svg": $e,
|
|
5373
5373
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/album.svg": Oe,
|
|
5374
5374
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/alert-circle.svg": Fe,
|
|
@@ -5386,7 +5386,7 @@ const B9 = {
|
|
|
5386
5386
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-right.svg": gt,
|
|
5387
5387
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up-down.svg": wt,
|
|
5388
5388
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up-left.svg": jt,
|
|
5389
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up-right.svg":
|
|
5389
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up-right.svg": Mt,
|
|
5390
5390
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up.svg": $t,
|
|
5391
5391
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/asana.svg": Ot,
|
|
5392
5392
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/asterisk.svg": Ft,
|
|
@@ -5404,7 +5404,7 @@ const B9 = {
|
|
|
5404
5404
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/baseline.svg": ga,
|
|
5405
5405
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-charging.svg": wa,
|
|
5406
5406
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-full.svg": ja,
|
|
5407
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-low.svg":
|
|
5407
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-low.svg": Ma,
|
|
5408
5408
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-medium.svg": $a,
|
|
5409
5409
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/battery.svg": Oa,
|
|
5410
5410
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/bell-minus.svg": Fa,
|
|
@@ -5439,7 +5439,7 @@ const B9 = {
|
|
|
5439
5439
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-check.svg": pn,
|
|
5440
5440
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-clock.svg": kn,
|
|
5441
5441
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-days.svg": vn,
|
|
5442
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-heart.svg":
|
|
5442
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-heart.svg": xn,
|
|
5443
5443
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-minus.svg": Zn,
|
|
5444
5444
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-off.svg": Sn,
|
|
5445
5445
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-plus.svg": En,
|
|
@@ -5457,7 +5457,7 @@ const B9 = {
|
|
|
5457
5457
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/check-circle-filled.svg": pr,
|
|
5458
5458
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/check-circle.svg": kr,
|
|
5459
5459
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/check.svg": vr,
|
|
5460
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-down.svg":
|
|
5460
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-down.svg": xr,
|
|
5461
5461
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-first.svg": Zr,
|
|
5462
5462
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-last.svg": Sr,
|
|
5463
5463
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-left.svg": Er,
|
|
@@ -5475,7 +5475,7 @@ const B9 = {
|
|
|
5475
5475
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/circle-slashed.svg": ps,
|
|
5476
5476
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-check.svg": ks,
|
|
5477
5477
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-copy.svg": vs,
|
|
5478
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-edit.svg":
|
|
5478
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-edit.svg": xs,
|
|
5479
5479
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-list.svg": Zs,
|
|
5480
5480
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-signature.svg": Ss,
|
|
5481
5481
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-type.svg": Es,
|
|
@@ -5493,7 +5493,7 @@ const B9 = {
|
|
|
5493
5493
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-7.svg": pc,
|
|
5494
5494
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-8.svg": kc,
|
|
5495
5495
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-9.svg": vc,
|
|
5496
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/clock.svg":
|
|
5496
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/clock.svg": xc,
|
|
5497
5497
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/clockify.svg": Zc,
|
|
5498
5498
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/close.svg": Sc,
|
|
5499
5499
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-cog.svg": Ec,
|
|
@@ -5511,7 +5511,7 @@ const B9 = {
|
|
|
5511
5511
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-sun.svg": pi,
|
|
5512
5512
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud.svg": ki,
|
|
5513
5513
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/cloudy.svg": vi,
|
|
5514
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/coaching-hub.svg":
|
|
5514
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/coaching-hub.svg": xi,
|
|
5515
5515
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/code.svg": Zi,
|
|
5516
5516
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/command.svg": Si,
|
|
5517
5517
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/concierge-bell.svg": Ei,
|
|
@@ -5529,7 +5529,7 @@ const B9 = {
|
|
|
5529
5529
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-up-right.svg": pu,
|
|
5530
5530
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/cpu.svg": ku,
|
|
5531
5531
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/credit-card.svg": vu,
|
|
5532
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/dash.svg":
|
|
5532
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/dash.svg": xu,
|
|
5533
5533
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/dect-base-station.svg": Zu,
|
|
5534
5534
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/dect-handset.svg": Su,
|
|
5535
5535
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/delete.svg": Eu,
|
|
@@ -5547,7 +5547,7 @@ const B9 = {
|
|
|
5547
5547
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/download-cloud.svg": pd,
|
|
5548
5548
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/download.svg": kd,
|
|
5549
5549
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/dp-phone.svg": vd,
|
|
5550
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/edit-2.svg":
|
|
5550
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/edit-2.svg": xd,
|
|
5551
5551
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/edit.svg": Zd,
|
|
5552
5552
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/empty.svg": Sd,
|
|
5553
5553
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/end-chat.svg": Ed,
|
|
@@ -5565,7 +5565,7 @@ const B9 = {
|
|
|
5565
5565
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/file-audio.svg": p1,
|
|
5566
5566
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/file.svg": k1,
|
|
5567
5567
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/files.svg": v1,
|
|
5568
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/film.svg":
|
|
5568
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/film.svg": x1,
|
|
5569
5569
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/filter.svg": Z1,
|
|
5570
5570
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/fingerprint.svg": S1,
|
|
5571
5571
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/flag-off.svg": E1,
|
|
@@ -5583,7 +5583,7 @@ const B9 = {
|
|
|
5583
5583
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/gamepad.svg": gf,
|
|
5584
5584
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/gauge.svg": wf,
|
|
5585
5585
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/gif-filled.svg": jf,
|
|
5586
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/gif-outline.svg":
|
|
5586
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/gif-outline.svg": Mf,
|
|
5587
5587
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/giphy.svg": $f,
|
|
5588
5588
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/globe-2.svg": Of,
|
|
5589
5589
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/gmail.svg": Ff,
|
|
@@ -5601,7 +5601,7 @@ const B9 = {
|
|
|
5601
5601
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/hand.svg": gm,
|
|
5602
5602
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/hard-drive.svg": wm,
|
|
5603
5603
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/hash-bold.svg": jm,
|
|
5604
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/hash.svg":
|
|
5604
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/hash.svg": Mm,
|
|
5605
5605
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/haze.svg": $m,
|
|
5606
5606
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/hd.svg": Om,
|
|
5607
5607
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/headphones.svg": Fm,
|
|
@@ -5619,7 +5619,7 @@ const B9 = {
|
|
|
5619
5619
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/inbox.svg": g_,
|
|
5620
5620
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/indent.svg": w_,
|
|
5621
5621
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/infinity.svg": j_,
|
|
5622
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/info.svg":
|
|
5622
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/info.svg": M_,
|
|
5623
5623
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/inspect.svg": $_,
|
|
5624
5624
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/instagram.svg": O_,
|
|
5625
5625
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/intercom.svg": F_,
|
|
@@ -5637,7 +5637,7 @@ const B9 = {
|
|
|
5637
5637
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/layout-filmstrip.svg": gl,
|
|
5638
5638
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/layout-grid.svg": wl,
|
|
5639
5639
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/layout-template.svg": jl,
|
|
5640
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/layout.svg":
|
|
5640
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/layout.svg": Ml,
|
|
5641
5641
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/library.svg": $l,
|
|
5642
5642
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/life-buoy.svg": Ol,
|
|
5643
5643
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/lightbulb-off.svg": Fl,
|
|
@@ -5655,7 +5655,7 @@ const B9 = {
|
|
|
5655
5655
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/listen.svg": g0,
|
|
5656
5656
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/listening.svg": w0,
|
|
5657
5657
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/live-queue.svg": j0,
|
|
5658
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/living-thing.svg":
|
|
5658
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/living-thing.svg": M0,
|
|
5659
5659
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/loading.svg": $0,
|
|
5660
5660
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/lock-filled.svg": O0,
|
|
5661
5661
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/lock.svg": F0,
|
|
@@ -5673,7 +5673,7 @@ const B9 = {
|
|
|
5673
5673
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/megaphone.svg": gh,
|
|
5674
5674
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/menu.svg": wh,
|
|
5675
5675
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/message.svg": jh,
|
|
5676
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/messenger.svg":
|
|
5676
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/messenger.svg": Mh,
|
|
5677
5677
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/mic-off.svg": $h,
|
|
5678
5678
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/mic.svg": Oh,
|
|
5679
5679
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/microsoft-dynamics-365.svg": Fh,
|
|
@@ -5691,7 +5691,7 @@ const B9 = {
|
|
|
5691
5691
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/more-horizontal.svg": gp,
|
|
5692
5692
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/more-vertical.svg": wp,
|
|
5693
5693
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/mouse.svg": jp,
|
|
5694
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/multi-line-dept.svg":
|
|
5694
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/multi-line-dept.svg": Mp,
|
|
5695
5695
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/music-off.svg": $p,
|
|
5696
5696
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/music.svg": Op,
|
|
5697
5697
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/network.svg": Fp,
|
|
@@ -5709,7 +5709,7 @@ const B9 = {
|
|
|
5709
5709
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/past-conversations.svg": gg,
|
|
5710
5710
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/pause-circle.svg": wg,
|
|
5711
5711
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/pause.svg": jg,
|
|
5712
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-call.svg":
|
|
5712
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-call.svg": Mg,
|
|
5713
5713
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-forward.svg": $g,
|
|
5714
5714
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-hang-up.svg": Og,
|
|
5715
5715
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-hold.svg": Fg,
|
|
@@ -5727,7 +5727,7 @@ const B9 = {
|
|
|
5727
5727
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/play-filled.svg": g5,
|
|
5728
5728
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/play-store-badge.svg": w5,
|
|
5729
5729
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/play.svg": j5,
|
|
5730
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/plug.svg":
|
|
5730
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/plug.svg": M5,
|
|
5731
5731
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/plus-circle.svg": $5,
|
|
5732
5732
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/plus.svg": O5,
|
|
5733
5733
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/power.svg": F5,
|
|
@@ -5745,7 +5745,7 @@ const B9 = {
|
|
|
5745
5745
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/reply-all.svg": g2,
|
|
5746
5746
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/reply.svg": w2,
|
|
5747
5747
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/rewind-15-sec.svg": j2,
|
|
5748
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/rewind.svg":
|
|
5748
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/rewind.svg": M2,
|
|
5749
5749
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/salesforce-glyph.svg": $2,
|
|
5750
5750
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/salesforce-logo.svg": O2,
|
|
5751
5751
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/satisfied.svg": F2,
|
|
@@ -5763,7 +5763,7 @@ const B9 = {
|
|
|
5763
5763
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/share-screen.svg": g3,
|
|
5764
5764
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/share.svg": w3,
|
|
5765
5765
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/sheet.svg": j3,
|
|
5766
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-alert.svg":
|
|
5766
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-alert.svg": M3,
|
|
5767
5767
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-check.svg": $3,
|
|
5768
5768
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-close.svg": O3,
|
|
5769
5769
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-off.svg": F3,
|
|
@@ -5781,7 +5781,7 @@ const B9 = {
|
|
|
5781
5781
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/siren.svg": gy,
|
|
5782
5782
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-15-sec.svg": wy,
|
|
5783
5783
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-back-ten.svg": jy,
|
|
5784
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-back.svg":
|
|
5784
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-back.svg": My,
|
|
5785
5785
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-forward-ten.svg": $y,
|
|
5786
5786
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-forward.svg": Oy,
|
|
5787
5787
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/slack.svg": Fy,
|
|
@@ -5799,7 +5799,7 @@ const B9 = {
|
|
|
5799
5799
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/sort-asc.svg": gk,
|
|
5800
5800
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/sort-desc.svg": wk,
|
|
5801
5801
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/sparkle.svg": jk,
|
|
5802
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/speaker.svg":
|
|
5802
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/speaker.svg": Mk,
|
|
5803
5803
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/star-filled.svg": $k,
|
|
5804
5804
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/star.svg": Ok,
|
|
5805
5805
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/sticker.svg": Fk,
|
|
@@ -5817,7 +5817,7 @@ const B9 = {
|
|
|
5817
5817
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/tag.svg": g6,
|
|
5818
5818
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/tags.svg": w6,
|
|
5819
5819
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/takeover.svg": j6,
|
|
5820
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/task.svg":
|
|
5820
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/task.svg": M6,
|
|
5821
5821
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/telegram.svg": $6,
|
|
5822
5822
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/text-cursor-input.svg": O6,
|
|
5823
5823
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/text-cursor.svg": F6,
|
|
@@ -5835,7 +5835,7 @@ const B9 = {
|
|
|
5835
5835
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/toggl.svg": g4,
|
|
5836
5836
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/too-many-queries.svg": w4,
|
|
5837
5837
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/tools.svg": j4,
|
|
5838
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/toy-brick.svg":
|
|
5838
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/toy-brick.svg": M4,
|
|
5839
5839
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/transfer-webchat.svg": $4,
|
|
5840
5840
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/transfer.svg": O4,
|
|
5841
5841
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/transportation.svg": F4,
|
|
@@ -5853,7 +5853,7 @@ const B9 = {
|
|
|
5853
5853
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/unlock-filled.svg": gw,
|
|
5854
5854
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/unlock.svg": ww,
|
|
5855
5855
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/upload-cloud.svg": jw,
|
|
5856
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/upload.svg":
|
|
5856
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/upload.svg": Mw,
|
|
5857
5857
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/usb.svg": $w,
|
|
5858
5858
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/user-check.svg": Ow,
|
|
5859
5859
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/user-minus.svg": Fw,
|
|
@@ -5871,7 +5871,7 @@ const B9 = {
|
|
|
5871
5871
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/voicemail-drop.svg": gb,
|
|
5872
5872
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/voicemail.svg": wb,
|
|
5873
5873
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-1.svg": jb,
|
|
5874
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-2.svg":
|
|
5874
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-2.svg": Mb,
|
|
5875
5875
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-x.svg": $b,
|
|
5876
5876
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume.svg": Ob,
|
|
5877
5877
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/waveform.svg": Fb,
|
|
@@ -5889,7 +5889,7 @@ const B9 = {
|
|
|
5889
5889
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/zendesk.svg": g9,
|
|
5890
5890
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho-crm.svg": w9,
|
|
5891
5891
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho-desk.svg": j9,
|
|
5892
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho.svg":
|
|
5892
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho.svg": M9,
|
|
5893
5893
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-in.svg": $9,
|
|
5894
5894
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-logo.svg": O9,
|
|
5895
5895
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-out.svg": F9,
|
|
@@ -5959,7 +5959,7 @@ const z = I9.exports, k = {
|
|
|
5959
5959
|
md: "",
|
|
5960
5960
|
lg: "d-btn--lg",
|
|
5961
5961
|
xl: "d-btn--xl"
|
|
5962
|
-
},
|
|
5962
|
+
}, M = {
|
|
5963
5963
|
default: "",
|
|
5964
5964
|
muted: "d-btn--muted",
|
|
5965
5965
|
danger: "d-btn--danger",
|
|
@@ -6136,7 +6136,7 @@ const K9 = "danger", G9 = "warning", J9 = "success", W9 = "muted", Y9 = "inverte
|
|
|
6136
6136
|
kind: {
|
|
6137
6137
|
type: String,
|
|
6138
6138
|
default: "default",
|
|
6139
|
-
validator: (e) => Object.keys(
|
|
6139
|
+
validator: (e) => Object.keys(M).includes(e)
|
|
6140
6140
|
},
|
|
6141
6141
|
/**
|
|
6142
6142
|
* Determines whether a screenreader reads live updates of
|
|
@@ -6225,7 +6225,7 @@ const K9 = "danger", G9 = "warning", J9 = "success", W9 = "muted", Y9 = "inverte
|
|
|
6225
6225
|
] : [
|
|
6226
6226
|
"d-btn",
|
|
6227
6227
|
C[this.importance],
|
|
6228
|
-
|
|
6228
|
+
M[this.kind],
|
|
6229
6229
|
k[this.size],
|
|
6230
6230
|
{
|
|
6231
6231
|
"d-btn--circle": this.circle,
|
|
@@ -6822,17 +6822,17 @@ const v8 = b8.exports, j8 = {
|
|
|
6822
6822
|
var D8 = function() {
|
|
6823
6823
|
var a = this, t = a._self._c;
|
|
6824
6824
|
return t("div", { attrs: { "aria-busy": "true", role: "status", "aria-label": a.ariaLabel } }, [a.listItemOption ? t("dt-skeleton-list-item", a._b({ attrs: { "animation-duration": a.animationDuration, animate: a.animate, offset: a.offset } }, "dt-skeleton-list-item", a.listItemOption === !0 ? {} : a.listItemOption, !1)) : a.shapeOption ? t("dt-skeleton-shape", a._b({ attrs: { "animation-duration": a.animationDuration, animate: a.animate, offset: a.offset } }, "dt-skeleton-shape", a.shapeOption === !0 ? {} : a.shapeOption, !1)) : a.paragraphOption ? t("dt-skeleton-paragraph", a._b({ attrs: { "animation-duration": a.animationDuration, animate: a.animate, offset: a.offset } }, "dt-skeleton-paragraph", a.paragraphOption === !0 ? {} : a.paragraphOption, !1)) : t("dt-skeleton-text", a._b({ attrs: { "animation-duration": a.animationDuration, animate: a.animate, offset: a.offset } }, "dt-skeleton-text", a.textOption || {}, !1))], 1);
|
|
6825
|
-
},
|
|
6825
|
+
}, x8 = [], M8 = /* @__PURE__ */ u(
|
|
6826
6826
|
j8,
|
|
6827
6827
|
D8,
|
|
6828
|
-
|
|
6828
|
+
x8,
|
|
6829
6829
|
!1,
|
|
6830
6830
|
null,
|
|
6831
6831
|
null,
|
|
6832
6832
|
null,
|
|
6833
6833
|
null
|
|
6834
6834
|
);
|
|
6835
|
-
const C8 =
|
|
6835
|
+
const C8 = M8.exports, Z8 = ["default", "sm"], $8 = {
|
|
6836
6836
|
sm: "d-tablist--sm"
|
|
6837
6837
|
}, A8 = {
|
|
6838
6838
|
inverted: "d-tablist--inverted"
|
|
@@ -44159,7 +44159,7 @@ const u7 = i7.exports, d7 = [
|
|
|
44159
44159
|
unicode_output: "1f513",
|
|
44160
44160
|
unicode_character: "1f513"
|
|
44161
44161
|
}
|
|
44162
|
-
],
|
|
44162
|
+
], x7 = [
|
|
44163
44163
|
{
|
|
44164
44164
|
name: "skull and crossbones",
|
|
44165
44165
|
category: "people",
|
|
@@ -50560,7 +50560,7 @@ const u7 = i7.exports, d7 = [
|
|
|
50560
50560
|
unicode_output: "1f9b2",
|
|
50561
50561
|
unicode_character: "1f9b2"
|
|
50562
50562
|
}
|
|
50563
|
-
],
|
|
50563
|
+
], M7 = [
|
|
50564
50564
|
{
|
|
50565
50565
|
name: "skull and crossbones",
|
|
50566
50566
|
category: "people",
|
|
@@ -90934,8 +90934,8 @@ const u7 = i7.exports, d7 = [
|
|
|
90934
90934
|
ObjectsMedium: v7,
|
|
90935
90935
|
ObjectsMediumDark: j7,
|
|
90936
90936
|
ObjectsDark: D7,
|
|
90937
|
-
PeopleDefault:
|
|
90938
|
-
PeopleLight:
|
|
90937
|
+
PeopleDefault: x7,
|
|
90938
|
+
PeopleLight: M7,
|
|
90939
90939
|
PeopleMediumLight: C7,
|
|
90940
90940
|
PeopleMedium: Z7,
|
|
90941
90941
|
PeopleMediumDark: $7,
|
|
@@ -91005,7 +91005,7 @@ const z7 = {
|
|
|
91005
91005
|
return T;
|
|
91006
91006
|
},
|
|
91007
91007
|
CDN_URL() {
|
|
91008
|
-
return
|
|
91008
|
+
return x;
|
|
91009
91009
|
},
|
|
91010
91010
|
tabLabels() {
|
|
91011
91011
|
return this.recentlyUsedEmojis.length ? this.tabSetLabels.map((e, a) => ({ label: e, ref: this.$refs[`tabLabelRef-${a}`] })) : this.tabSetLabels.slice(1).map((e, a) => ({ label: e, ref: this.$refs[`tabLabelRef-${a}`] }));
|
|
@@ -91245,7 +91245,7 @@ var E7 = function() {
|
|
|
91245
91245
|
null,
|
|
91246
91246
|
null
|
|
91247
91247
|
);
|
|
91248
|
-
const B7 = H7.exports,
|
|
91248
|
+
const B7 = H7.exports, x = "https://static.dialpadcdn.com/joypixels/png/unicode/32/", f = 9, _ = {
|
|
91249
91249
|
DEFAULT: "Default",
|
|
91250
91250
|
LIGHT: "Light",
|
|
91251
91251
|
MEDIUM_LIGHT: "MediumLight",
|
|
@@ -91277,7 +91277,7 @@ const B7 = H7.exports, M = "https://static.dialpadcdn.com/joypixels/png/unicode/
|
|
|
91277
91277
|
},
|
|
91278
91278
|
data() {
|
|
91279
91279
|
return {
|
|
91280
|
-
CDN_URL:
|
|
91280
|
+
CDN_URL: x
|
|
91281
91281
|
};
|
|
91282
91282
|
}
|
|
91283
91283
|
};
|
|
@@ -91319,7 +91319,7 @@ const q7 = L7.exports, I7 = {
|
|
|
91319
91319
|
isOpen: !1,
|
|
91320
91320
|
skinSelected: null,
|
|
91321
91321
|
skinsRef: [],
|
|
91322
|
-
cdnUrl:
|
|
91322
|
+
cdnUrl: x
|
|
91323
91323
|
};
|
|
91324
91324
|
},
|
|
91325
91325
|
computed: {
|
|
@@ -139341,10 +139341,10 @@ function tv() {
|
|
|
139341
139341
|
function Dv(e, a = ".png") {
|
|
139342
139342
|
e.endsWith("/") || (e = e + "/"), q = e, I = a;
|
|
139343
139343
|
}
|
|
139344
|
-
function
|
|
139344
|
+
function xv(e, a = ".svg") {
|
|
139345
139345
|
e.endsWith("/") || (e = e + "/"), R = e, U = a;
|
|
139346
139346
|
}
|
|
139347
|
-
function
|
|
139347
|
+
function Mv(e) {
|
|
139348
139348
|
L = e;
|
|
139349
139349
|
}
|
|
139350
139350
|
function Cv(e) {
|
|
@@ -139662,8 +139662,8 @@ export {
|
|
|
139662
139662
|
$ as a,
|
|
139663
139663
|
tv as a0,
|
|
139664
139664
|
Dv as a1,
|
|
139665
|
-
|
|
139666
|
-
|
|
139665
|
+
xv as a2,
|
|
139666
|
+
Mv as a3,
|
|
139667
139667
|
Cv as a4,
|
|
139668
139668
|
av as a5,
|
|
139669
139669
|
N as a6,
|
|
@@ -139682,14 +139682,14 @@ export {
|
|
|
139682
139682
|
n7 as h,
|
|
139683
139683
|
Zv as i,
|
|
139684
139684
|
S as j,
|
|
139685
|
-
|
|
139685
|
+
M as k,
|
|
139686
139686
|
C as l,
|
|
139687
139687
|
R9 as m,
|
|
139688
139688
|
Z as n,
|
|
139689
139689
|
U9 as o,
|
|
139690
139690
|
N9 as p,
|
|
139691
139691
|
jv as q,
|
|
139692
|
-
|
|
139692
|
+
x as r,
|
|
139693
139693
|
_ as s,
|
|
139694
139694
|
m as t,
|
|
139695
139695
|
b as u,
|