@dialpad/dialtone 9.86.2 → 9.88.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dialtone-default-theme.css +233 -251
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +233 -251
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-base-deca-dark.css +1325 -0
- package/dist/css/tokens/tokens-base-deca-light.css +1085 -0
- package/dist/css/tokens/tokens-deca-dark.css +2131 -0
- package/dist/css/tokens/tokens-deca-light.css +2131 -0
- package/dist/css/tokens/tokens-tmo-dark.css +62 -17
- package/dist/css/tokens/tokens-tmo-light.css +45 -0
- package/dist/tokens/css/tokens-base-deca-dark.css +1325 -0
- package/dist/tokens/css/tokens-base-deca-light.css +1085 -0
- package/dist/tokens/css/tokens-deca-dark.css +2131 -0
- package/dist/tokens/css/tokens-deca-light.css +2131 -0
- package/dist/tokens/css/tokens-tmo-dark.css +62 -17
- package/dist/tokens/css/tokens-tmo-light.css +45 -0
- package/dist/tokens/doc.json +79798 -24193
- package/dist/tokens/less/tokens-base-deca-dark.less +535 -0
- package/dist/tokens/less/tokens-base-deca-light.less +415 -0
- package/dist/tokens/less/tokens-deca-dark.less +521 -0
- package/dist/tokens/less/tokens-deca-light.less +521 -0
- package/dist/tokens/less/tokens-tmo-dark.less +43 -3
- package/dist/tokens/less/tokens-tmo-light.less +40 -0
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -0
- package/dist/tokens/themes/dp-deca-dark.js +13 -0
- package/dist/tokens/themes/dp-deca-light.cjs +1 -0
- package/dist/tokens/themes/dp-deca-light.js +13 -0
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +1 -1
- package/dist/tokens/tokens-base-deca-dark.json +534 -0
- package/dist/tokens/tokens-base-deca-light.json +414 -0
- package/dist/tokens/tokens-deca-dark.json +520 -0
- package/dist/tokens/tokens-deca-light.json +520 -0
- package/dist/tokens/tokens-tmo-dark.json +43 -3
- package/dist/tokens/tokens-tmo-light.json +40 -0
- package/dist/tokens/types/themes/dp-deca-dark.d.ts +13 -0
- package/dist/tokens/types/themes/dp-deca-dark.d.ts.map +1 -0
- package/dist/tokens/types/themes/dp-deca-light.d.ts +13 -0
- package/dist/tokens/types/themes/dp-deca-light.d.ts.map +1 -0
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/item_layout/item_layout.vue.cjs +1 -1
- package/dist/vue2/components/item_layout/item_layout.vue.cjs.map +1 -1
- package/dist/vue2/components/item_layout/item_layout.vue.js +1 -1
- package/dist/vue2/components/item_layout/item_layout.vue.js.map +1 -1
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +42 -23
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +42 -23
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +33 -7
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +33 -7
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +30 -6
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +30 -6
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +5 -5
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +5 -5
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs +2 -2
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -1
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js +2 -2
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +6 -6
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +6 -6
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +3 -3
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +3 -3
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +1 -1
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +3 -3
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +3 -3
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +5 -5
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js +5 -5
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +6 -6
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +6 -6
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.cjs +3 -3
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.js +3 -3
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +9 -9
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +9 -9
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +2 -2
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +2 -2
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.cjs +3 -3
- package/dist/vue2/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.js +3 -3
- package/dist/vue2/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +11 -11
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +11 -11
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs +1 -1
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js +1 -1
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -1
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +2 -2
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js +2 -2
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +2 -2
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +2 -2
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +3 -3
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +3 -3
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs +4 -4
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js +4 -4
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js.map +1 -1
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +11 -11
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +11 -11
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +1 -1
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +1 -1
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs +24 -24
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js +24 -24
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +1 -1
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +1 -1
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs +1 -1
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js +1 -1
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs +1 -1
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -1
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js +1 -1
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -1
- package/dist/vue2/types/common/emoji/index.d.ts +1904 -16
- package/dist/vue2/types/common/emoji/index.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +11 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +27 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +4 -4
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +6 -6
- package/dist/vue3/common/emoji.cjs +1 -1
- package/dist/vue3/common/emoji.cjs.map +1 -1
- package/dist/vue3/common/emoji.js +1 -1
- package/dist/vue3/common/emoji.js.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/item_layout/item_layout.vue.cjs +7 -7
- package/dist/vue3/components/item_layout/item_layout.vue.cjs.map +1 -1
- package/dist/vue3/components/item_layout/item_layout.vue.js +7 -7
- package/dist/vue3/components/item_layout/item_layout.vue.js.map +1 -1
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +41 -22
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +41 -22
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +35 -7
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +36 -8
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +35 -8
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +35 -8
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +7 -7
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +7 -7
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs +3 -3
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -1
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js +3 -3
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -1
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +7 -7
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +7 -7
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +4 -4
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +4 -4
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +5 -5
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +5 -5
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +3 -3
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +3 -3
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +3 -2
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +3 -2
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +6 -6
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js +6 -6
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +7 -7
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +7 -7
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.cjs +3 -3
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.js +3 -3
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +14 -14
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +14 -14
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +2 -2
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +2 -2
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.cjs +4 -4
- package/dist/vue3/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.js +4 -4
- package/dist/vue3/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +13 -13
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +13 -13
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs +1 -1
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js +1 -1
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -1
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +2 -2
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js +2 -2
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +3 -3
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +3 -3
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +11 -11
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +11 -11
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs +4 -4
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js +4 -4
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js.map +1 -1
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +19 -19
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +19 -19
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +4 -4
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +4 -4
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs +27 -27
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js +27 -27
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +1 -1
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +1 -1
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs +1 -1
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js +1 -1
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs +4 -4
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -1
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js +4 -4
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -1
- package/dist/vue3/types/common/emoji/index.d.ts +1905 -17
- package/dist/vue3/types/common/emoji/index.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +11 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +27 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +4 -4
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -2
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +6 -6
- package/package.json +8 -6
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
@dt-font-size-100: 12px; // small
|
|
5
|
+
@dt-font-size-200: 15px; // medium / base
|
|
6
|
+
@dt-font-size-300: 19px; // large
|
|
7
|
+
@dt-font-size-400: 27px; // extra large / xl
|
|
8
|
+
@dt-font-size-500: 38px; // extra large / xxl
|
|
9
|
+
@dt-font-size-root: 10px;
|
|
10
|
+
@dt-font-family-body: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
11
|
+
@dt-font-family-expressive: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
12
|
+
@dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
13
|
+
@dt-font-line-height-100: 1;
|
|
14
|
+
@dt-font-line-height-200: 1.2;
|
|
15
|
+
@dt-font-line-height-300: 1.4;
|
|
16
|
+
@dt-font-line-height-400: 1.6;
|
|
17
|
+
@dt-font-line-height-500: 1.8;
|
|
18
|
+
@dt-font-line-height-600: 2;
|
|
19
|
+
@dt-font-weight-normal: 400;
|
|
20
|
+
@dt-font-weight-medium: 500;
|
|
21
|
+
@dt-font-weight-semi-bold: 600;
|
|
22
|
+
@dt-font-weight-bold: 700;
|
|
23
|
+
@dt-font-text-case-uppercase: uppercase;
|
|
24
|
+
@dt-font-text-case-lowercase: lowercase;
|
|
25
|
+
@dt-font-text-case-capitalize: capitalize;
|
|
26
|
+
@dt-font-text-case-none: none;
|
|
27
|
+
@dt-size-0: 0rem;
|
|
28
|
+
@dt-size-50: 0.05rem;
|
|
29
|
+
@dt-size-100: 0.1rem;
|
|
30
|
+
@dt-size-200: 0.2rem;
|
|
31
|
+
@dt-size-300: 0.4rem;
|
|
32
|
+
@dt-size-350: 0.6rem;
|
|
33
|
+
@dt-size-400: 0.8rem;
|
|
34
|
+
@dt-size-450: 1.2rem;
|
|
35
|
+
@dt-size-500: 1.6rem;
|
|
36
|
+
@dt-size-525: 2rem;
|
|
37
|
+
@dt-size-550: 2.4rem;
|
|
38
|
+
@dt-size-600: 3.2rem;
|
|
39
|
+
@dt-size-625: 4.2rem;
|
|
40
|
+
@dt-size-650: 4.8rem;
|
|
41
|
+
@dt-size-700: 6.4rem;
|
|
42
|
+
@dt-size-720: 7.2rem;
|
|
43
|
+
@dt-size-730: 8.4rem;
|
|
44
|
+
@dt-size-750: 9.6rem;
|
|
45
|
+
@dt-size-760: 10.2rem;
|
|
46
|
+
@dt-size-775: 11.4rem;
|
|
47
|
+
@dt-size-800: 12.8rem;
|
|
48
|
+
@dt-size-825: 16.4rem;
|
|
49
|
+
@dt-size-850: 19.2rem;
|
|
50
|
+
@dt-size-875: 21.6rem;
|
|
51
|
+
@dt-size-900: 25.6rem;
|
|
52
|
+
@dt-size-905: 26.4rem;
|
|
53
|
+
@dt-size-925: 33.2rem;
|
|
54
|
+
@dt-size-950: 38.4rem;
|
|
55
|
+
@dt-size-975: 46.4rem;
|
|
56
|
+
@dt-size-1000: 51.2rem;
|
|
57
|
+
@dt-size-1020: 62.8rem;
|
|
58
|
+
@dt-size-1040: 76.4rem;
|
|
59
|
+
@dt-size-1050: 76.8rem;
|
|
60
|
+
@dt-size-1060: 82.8rem;
|
|
61
|
+
@dt-size-1080: 91.2rem;
|
|
62
|
+
@dt-size-1100: 102.4rem;
|
|
63
|
+
@dt-size-1115: 114rem;
|
|
64
|
+
@dt-size-1120: 126.8rem;
|
|
65
|
+
@dt-size-1125: 128rem;
|
|
66
|
+
@dt-size-1130: 134rem;
|
|
67
|
+
@dt-size-1150: 153.6rem;
|
|
68
|
+
@dt-size-1200: 204.8rem;
|
|
69
|
+
@dt-size-base: 8px;
|
|
70
|
+
@dt-size-border-0: 0rem;
|
|
71
|
+
@dt-size-border-50: 0.05rem;
|
|
72
|
+
@dt-size-border-100: 0.1rem;
|
|
73
|
+
@dt-size-border-150: 0.15rem;
|
|
74
|
+
@dt-size-border-200: 0.2rem;
|
|
75
|
+
@dt-size-border-300: 0.4rem;
|
|
76
|
+
@dt-size-border-400: 0.8rem;
|
|
77
|
+
@dt-size-50-negative: -0.05rem;
|
|
78
|
+
@dt-size-100-negative: -0.1rem;
|
|
79
|
+
@dt-size-200-negative: -0.2rem;
|
|
80
|
+
@dt-size-300-negative: -0.4rem;
|
|
81
|
+
@dt-size-350-negative: -0.6rem;
|
|
82
|
+
@dt-size-400-negative: -0.8rem;
|
|
83
|
+
@dt-size-450-negative: -1.2rem;
|
|
84
|
+
@dt-size-500-negative: -1.6rem;
|
|
85
|
+
@dt-size-525-negative: -2rem;
|
|
86
|
+
@dt-size-550-negative: -2.4rem;
|
|
87
|
+
@dt-size-600-negative: -3.2rem;
|
|
88
|
+
@dt-size-625-negative: -4.2rem;
|
|
89
|
+
@dt-size-650-negative: -4.8rem;
|
|
90
|
+
@dt-size-700-negative: -6.4rem;
|
|
91
|
+
@dt-size-720-negative: -7.2rem;
|
|
92
|
+
@dt-size-730-negative: -8.4rem;
|
|
93
|
+
@dt-size-750-negative: -9.6rem;
|
|
94
|
+
@dt-size-760-negative: -10.2rem;
|
|
95
|
+
@dt-size-775-negative: -11.4rem;
|
|
96
|
+
@dt-size-800-negative: -12.8rem;
|
|
97
|
+
@dt-size-825-negative: -16.4rem;
|
|
98
|
+
@dt-size-850-negative: -19.2rem;
|
|
99
|
+
@dt-size-875-negative: -21.6rem;
|
|
100
|
+
@dt-size-900-negative: -25.6rem;
|
|
101
|
+
@dt-size-905-negative: -26.4rem;
|
|
102
|
+
@dt-size-925-negative: -33.2rem;
|
|
103
|
+
@dt-size-950-negative: -38.4rem;
|
|
104
|
+
@dt-size-975-negative: -46.4rem;
|
|
105
|
+
@dt-size-1000-negative: -51.2rem;
|
|
106
|
+
@dt-size-1020-negative: -62.8rem;
|
|
107
|
+
@dt-size-1040-negative: -76.4rem;
|
|
108
|
+
@dt-size-1050-negative: -76.8rem;
|
|
109
|
+
@dt-size-1060-negative: -82.8rem;
|
|
110
|
+
@dt-size-1080-negative: -91.2rem;
|
|
111
|
+
@dt-size-1100-negative: -102.4rem;
|
|
112
|
+
@dt-size-1115-negative: -114rem;
|
|
113
|
+
@dt-size-1120-negative: -126.8rem;
|
|
114
|
+
@dt-size-1125-negative: -128rem;
|
|
115
|
+
@dt-size-1130-negative: -134rem;
|
|
116
|
+
@dt-size-1150-negative: -153.6rem;
|
|
117
|
+
@dt-size-1200-negative: -204.8rem;
|
|
118
|
+
@dt-size-0-percent: 0%;
|
|
119
|
+
@dt-size-5-percent: 5%;
|
|
120
|
+
@dt-size-10-percent: 10%;
|
|
121
|
+
@dt-size-20-percent: 20%;
|
|
122
|
+
@dt-size-25-percent: 25%;
|
|
123
|
+
@dt-size-30-percent: 30%;
|
|
124
|
+
@dt-size-33-percent: 33.333%;
|
|
125
|
+
@dt-size-40-percent: 40%;
|
|
126
|
+
@dt-size-50-percent: 50%;
|
|
127
|
+
@dt-size-60-percent: 60%;
|
|
128
|
+
@dt-size-66-percent: 66.7%;
|
|
129
|
+
@dt-size-70-percent: 70%;
|
|
130
|
+
@dt-size-75-percent: 75%;
|
|
131
|
+
@dt-size-80-percent: 80%;
|
|
132
|
+
@dt-size-90-percent: 90%;
|
|
133
|
+
@dt-size-95-percent: 95%;
|
|
134
|
+
@dt-size-100-percent: 100%;
|
|
135
|
+
@dt-size-radius-0: 0rem;
|
|
136
|
+
@dt-size-radius-100: 0.1rem;
|
|
137
|
+
@dt-size-radius-200: 0.2rem;
|
|
138
|
+
@dt-size-radius-300: 0.4rem;
|
|
139
|
+
@dt-size-radius-400: 0.8rem;
|
|
140
|
+
@dt-size-radius-450: 1.2rem;
|
|
141
|
+
@dt-size-radius-500: 1.6rem;
|
|
142
|
+
@dt-size-radius-600: 3.2rem;
|
|
143
|
+
@dt-size-radius-pill: 10.2rem;
|
|
144
|
+
@dt-size-radius-circle: 50%;
|
|
145
|
+
@dt-space-0: 0rem;
|
|
146
|
+
@dt-space-50: 0.05rem;
|
|
147
|
+
@dt-space-100: 0.1rem;
|
|
148
|
+
@dt-space-200: 0.2rem;
|
|
149
|
+
@dt-space-300: 0.4rem;
|
|
150
|
+
@dt-space-350: 0.6rem;
|
|
151
|
+
@dt-space-400: 0.8rem;
|
|
152
|
+
@dt-space-450: 1.2rem;
|
|
153
|
+
@dt-space-500: 1.6rem;
|
|
154
|
+
@dt-space-525: 2rem;
|
|
155
|
+
@dt-space-550: 2.4rem;
|
|
156
|
+
@dt-space-600: 3.2rem;
|
|
157
|
+
@dt-space-625: 4.2rem;
|
|
158
|
+
@dt-space-650: 4.8rem;
|
|
159
|
+
@dt-space-700: 6.4rem;
|
|
160
|
+
@dt-space-720: 7.2rem;
|
|
161
|
+
@dt-space-730: 8.4rem;
|
|
162
|
+
@dt-space-750: 9.6rem;
|
|
163
|
+
@dt-space-760: 10.2rem;
|
|
164
|
+
@dt-space-775: 11.4rem;
|
|
165
|
+
@dt-space-800: 12.8rem;
|
|
166
|
+
@dt-space-825: 16.4rem;
|
|
167
|
+
@dt-space-850: 19.2rem;
|
|
168
|
+
@dt-space-875: 21.6rem;
|
|
169
|
+
@dt-space-900: 25.6rem;
|
|
170
|
+
@dt-space-905: 26.4rem;
|
|
171
|
+
@dt-space-925: 33.2rem;
|
|
172
|
+
@dt-space-950: 38.4rem;
|
|
173
|
+
@dt-space-975: 46.4rem;
|
|
174
|
+
@dt-space-1000: 51.2rem;
|
|
175
|
+
@dt-space-1020: 62.8rem;
|
|
176
|
+
@dt-space-1040: 76.4rem;
|
|
177
|
+
@dt-space-1050: 76.8rem;
|
|
178
|
+
@dt-space-1060: 82.8rem;
|
|
179
|
+
@dt-space-1080: 91.2rem;
|
|
180
|
+
@dt-space-1100: 102.4rem;
|
|
181
|
+
@dt-space-1115: 114rem;
|
|
182
|
+
@dt-space-1120: 126.8rem;
|
|
183
|
+
@dt-space-1125: 128rem;
|
|
184
|
+
@dt-space-1130: 134rem;
|
|
185
|
+
@dt-space-1150: 153.6rem;
|
|
186
|
+
@dt-space-1200: 204.8rem;
|
|
187
|
+
@dt-space-base: 8px;
|
|
188
|
+
@dt-space-50-negative: -0.05rem;
|
|
189
|
+
@dt-space-100-negative: -0.1rem;
|
|
190
|
+
@dt-space-200-negative: -0.2rem;
|
|
191
|
+
@dt-space-300-negative: -0.4rem;
|
|
192
|
+
@dt-space-350-negative: -0.6rem;
|
|
193
|
+
@dt-space-400-negative: -0.8rem;
|
|
194
|
+
@dt-space-450-negative: -1.2rem;
|
|
195
|
+
@dt-space-500-negative: -1.6rem;
|
|
196
|
+
@dt-space-525-negative: -2rem;
|
|
197
|
+
@dt-space-550-negative: -2.4rem;
|
|
198
|
+
@dt-space-600-negative: -3.2rem;
|
|
199
|
+
@dt-space-625-negative: -4.2rem;
|
|
200
|
+
@dt-space-650-negative: -4.8rem;
|
|
201
|
+
@dt-space-700-negative: -6.4rem;
|
|
202
|
+
@dt-space-720-negative: -7.2rem;
|
|
203
|
+
@dt-space-730-negative: -8.4rem;
|
|
204
|
+
@dt-space-750-negative: -9.6rem;
|
|
205
|
+
@dt-space-760-negative: -10.2rem;
|
|
206
|
+
@dt-space-775-negative: -11.4rem;
|
|
207
|
+
@dt-space-800-negative: -12.8rem;
|
|
208
|
+
@dt-space-825-negative: -16.4rem;
|
|
209
|
+
@dt-space-850-negative: -19.2rem;
|
|
210
|
+
@dt-space-875-negative: -21.6rem;
|
|
211
|
+
@dt-space-900-negative: -25.6rem;
|
|
212
|
+
@dt-space-905-negative: -26.4rem;
|
|
213
|
+
@dt-space-925-negative: -33.2rem;
|
|
214
|
+
@dt-space-950-negative: -38.4rem;
|
|
215
|
+
@dt-space-975-negative: -46.4rem;
|
|
216
|
+
@dt-space-1000-negative: -51.2rem;
|
|
217
|
+
@dt-space-1020-negative: -62.8rem;
|
|
218
|
+
@dt-space-1040-negative: -76.4rem;
|
|
219
|
+
@dt-space-1050-negative: -76.8rem;
|
|
220
|
+
@dt-space-1060-negative: -82.8rem;
|
|
221
|
+
@dt-space-1080-negative: -91.2rem;
|
|
222
|
+
@dt-space-1100-negative: -102.4rem;
|
|
223
|
+
@dt-space-1115-negative: -114rem;
|
|
224
|
+
@dt-space-1120-negative: -126.8rem;
|
|
225
|
+
@dt-space-1125-negative: -128rem;
|
|
226
|
+
@dt-space-1130-negative: -134rem;
|
|
227
|
+
@dt-space-1150-negative: -153.6rem;
|
|
228
|
+
@dt-space-1200-negative: -204.8rem;
|
|
229
|
+
@dt-space-0-percent: 0%;
|
|
230
|
+
@dt-space-5-percent: 5%;
|
|
231
|
+
@dt-space-10-percent: 10%;
|
|
232
|
+
@dt-space-20-percent: 20%;
|
|
233
|
+
@dt-space-25-percent: 25%;
|
|
234
|
+
@dt-space-30-percent: 30%;
|
|
235
|
+
@dt-space-33-percent: 33.333%;
|
|
236
|
+
@dt-space-40-percent: 40%;
|
|
237
|
+
@dt-space-50-percent: 50%;
|
|
238
|
+
@dt-space-60-percent: 60%;
|
|
239
|
+
@dt-space-66-percent: 66.7%;
|
|
240
|
+
@dt-space-70-percent: 70%;
|
|
241
|
+
@dt-space-75-percent: 75%;
|
|
242
|
+
@dt-space-80-percent: 80%;
|
|
243
|
+
@dt-space-90-percent: 90%;
|
|
244
|
+
@dt-space-95-percent: 95%;
|
|
245
|
+
@dt-space-100-percent: 100%;
|
|
246
|
+
@dt-color-neutral-white: #ffffff; // White color independent of any theme.
|
|
247
|
+
@dt-color-neutral-black: #000000; // Black color independent of any theme.
|
|
248
|
+
@dt-color-neutral-transparent: transparent; // Transparent color independent of any theme.
|
|
249
|
+
@dt-color-black-50: #FCFCFC;
|
|
250
|
+
@dt-color-black-100: #FBFBFB;
|
|
251
|
+
@dt-color-black-200: #E3E3E3;
|
|
252
|
+
@dt-color-black-300: #C7C7C7;
|
|
253
|
+
@dt-color-black-400: #ABABAB;
|
|
254
|
+
@dt-color-black-500: #787878;
|
|
255
|
+
@dt-color-black-600: #535353;
|
|
256
|
+
@dt-color-black-700: #3C3C3C;
|
|
257
|
+
@dt-color-black-800: #262626;
|
|
258
|
+
@dt-color-black-850: #1C1C1C;
|
|
259
|
+
@dt-color-black-900: #111111;
|
|
260
|
+
@dt-color-black-1000: #000000;
|
|
261
|
+
@dt-color-purple-50: #FDF7FF;
|
|
262
|
+
@dt-color-purple-100: #F5EEFF;
|
|
263
|
+
@dt-color-purple-200: #CCBEFF;
|
|
264
|
+
@dt-color-purple-250: #B29DFF;
|
|
265
|
+
@dt-color-purple-300: #987BFF;
|
|
266
|
+
@dt-color-purple-350: #7F56FF;
|
|
267
|
+
@dt-color-purple-400: #6536E8;
|
|
268
|
+
@dt-color-purple-425: #5923DC;
|
|
269
|
+
@dt-color-purple-475: #4D04D0;
|
|
270
|
+
@dt-color-purple-500: #350097;
|
|
271
|
+
@dt-color-purple-600: #2A007B;
|
|
272
|
+
@dt-color-purple-1000: #1F0060;
|
|
273
|
+
@dt-color-blue-50: #F9F9FF;
|
|
274
|
+
@dt-color-blue-100: #EDF0FF;
|
|
275
|
+
@dt-color-blue-125: #D8E2FF;
|
|
276
|
+
@dt-color-blue-175: #ADC6FF;
|
|
277
|
+
@dt-color-blue-200: #80ABFF;
|
|
278
|
+
@dt-color-blue-250: #4B8EFF;
|
|
279
|
+
@dt-color-blue-300: #0072F0;
|
|
280
|
+
@dt-color-blue-350: #005BC1;
|
|
281
|
+
@dt-color-blue-400: #004FAA;
|
|
282
|
+
@dt-color-blue-450: #004493;
|
|
283
|
+
@dt-color-blue-500: #002E69;
|
|
284
|
+
@dt-color-blue-1000: #001A41;
|
|
285
|
+
@dt-color-magenta-50: #FFF8F7;
|
|
286
|
+
@dt-color-magenta-100: #FFECF0;
|
|
287
|
+
@dt-color-magenta-150: #FFB0CA;
|
|
288
|
+
@dt-color-magenta-200: #FF83B2;
|
|
289
|
+
@dt-color-magenta-225: #FF479C;
|
|
290
|
+
@dt-color-magenta-275: #E60083;
|
|
291
|
+
@dt-color-magenta-300: #B90068;
|
|
292
|
+
@dt-color-magenta-325: #A3005B;
|
|
293
|
+
@dt-color-magenta-375: #8D004E;
|
|
294
|
+
@dt-color-magenta-400: #640036;
|
|
295
|
+
@dt-color-magenta-500: #51002A;
|
|
296
|
+
@dt-color-magenta-1000: #3E001F;
|
|
297
|
+
@dt-color-gold-50: #FFF8F4;
|
|
298
|
+
@dt-color-gold-100: #FFEEDD;
|
|
299
|
+
@dt-color-gold-150: #FFDDB5;
|
|
300
|
+
@dt-color-gold-200: #FFB958;
|
|
301
|
+
@dt-color-gold-225: #E59C2E;
|
|
302
|
+
@dt-color-gold-275: #C6820F;
|
|
303
|
+
@dt-color-gold-300: #A56B00;
|
|
304
|
+
@dt-color-gold-400: #845400;
|
|
305
|
+
@dt-color-gold-425: #734900;
|
|
306
|
+
@dt-color-gold-475: #643F00;
|
|
307
|
+
@dt-color-gold-500: #462B00;
|
|
308
|
+
@dt-color-gold-1000: #2A1800;
|
|
309
|
+
@dt-color-green-50: #F6FFF0;
|
|
310
|
+
@dt-color-green-100: #EBFFE6;
|
|
311
|
+
@dt-color-green-200: #B2F2B3;
|
|
312
|
+
@dt-color-green-300: #00E55E;
|
|
313
|
+
@dt-color-green-325: #00C650;
|
|
314
|
+
@dt-color-green-375: #00A742;
|
|
315
|
+
@dt-color-green-400: #008A35;
|
|
316
|
+
@dt-color-green-425: #006E29;
|
|
317
|
+
@dt-color-green-450: #006023;
|
|
318
|
+
@dt-color-green-475: #00531D;
|
|
319
|
+
@dt-color-green-500: #003911;
|
|
320
|
+
@dt-color-green-1000: #002204;
|
|
321
|
+
@dt-color-red-50: #FFF8F7;
|
|
322
|
+
@dt-color-red-100: #FFEDEB;
|
|
323
|
+
@dt-color-red-125: #FFB3B1;
|
|
324
|
+
@dt-color-red-175: #FF8888;
|
|
325
|
+
@dt-color-red-200: #FF525C;
|
|
326
|
+
@dt-color-red-275: #ED0937;
|
|
327
|
+
@dt-color-red-300: #BF002A;
|
|
328
|
+
@dt-color-red-350: #A80023;
|
|
329
|
+
@dt-color-red-400: #92001D;
|
|
330
|
+
@dt-color-red-450: #680012;
|
|
331
|
+
@dt-color-red-500: #54000C;
|
|
332
|
+
@dt-color-red-1000: #410001;
|
|
333
|
+
@dt-color-tan-100: #F2F0EE;
|
|
334
|
+
@dt-color-tan-200: #CEC8C4;
|
|
335
|
+
@dt-color-tan-300: #87807B;
|
|
336
|
+
@dt-color-tan-400: #3F3D3C;
|
|
337
|
+
@dt-color-tan-500: #121212;
|
|
338
|
+
@dt-color-gradient-magenta-purple: linear-gradient(135deg, #E60083 10%, #7F56FF 90%); // Gradient for Ai-oriented treatments.
|
|
339
|
+
@dt-color-brand-purple: #7F56FF;
|
|
340
|
+
@dt-color-brand-magenta: #E60083;
|
|
341
|
+
@dt-color-brand-gold: #E59C2E;
|
|
342
|
+
@dt-opacity-0: 0;
|
|
343
|
+
@dt-opacity-100: .05;
|
|
344
|
+
@dt-opacity-200: .1;
|
|
345
|
+
@dt-opacity-300: .2;
|
|
346
|
+
@dt-opacity-400: .25;
|
|
347
|
+
@dt-opacity-500: .3;
|
|
348
|
+
@dt-opacity-600: .4;
|
|
349
|
+
@dt-opacity-700: .5;
|
|
350
|
+
@dt-opacity-800: .6;
|
|
351
|
+
@dt-opacity-900: .7;
|
|
352
|
+
@dt-opacity-1000: .75;
|
|
353
|
+
@dt-opacity-1100: .8;
|
|
354
|
+
@dt-opacity-1200: .9;
|
|
355
|
+
@dt-opacity-1300: 1;
|
|
356
|
+
@dt-shadow-small-blur: 0.4rem;
|
|
357
|
+
@dt-shadow-small-spread: 0rem;
|
|
358
|
+
@dt-shadow-small-color: #00000026;
|
|
359
|
+
@dt-shadow-small-type: dropShadow;
|
|
360
|
+
@dt-shadow-small-offset-x: 0rem;
|
|
361
|
+
@dt-shadow-small-offset-y: 0.2rem;
|
|
362
|
+
@dt-shadow-medium-blur: 0.8rem;
|
|
363
|
+
@dt-shadow-medium-spread: 0rem;
|
|
364
|
+
@dt-shadow-medium-color: #00000040;
|
|
365
|
+
@dt-shadow-medium-type: dropShadow;
|
|
366
|
+
@dt-shadow-medium-offset-x: 0rem;
|
|
367
|
+
@dt-shadow-medium-offset-y: 0.2rem;
|
|
368
|
+
@dt-shadow-large-blur: 1.6rem;
|
|
369
|
+
@dt-shadow-large-spread: 0rem;
|
|
370
|
+
@dt-shadow-large-color: #0000004d;
|
|
371
|
+
@dt-shadow-large-type: dropShadow;
|
|
372
|
+
@dt-shadow-large-offset-x: 0rem;
|
|
373
|
+
@dt-shadow-large-offset-y: 0.2rem;
|
|
374
|
+
@dt-shadow-extra-large-blur: 3.2rem;
|
|
375
|
+
@dt-shadow-extra-large-spread: 0rem;
|
|
376
|
+
@dt-shadow-extra-large-color: #0000004d;
|
|
377
|
+
@dt-shadow-extra-large-type: dropShadow;
|
|
378
|
+
@dt-shadow-extra-large-offset-x: 0rem;
|
|
379
|
+
@dt-shadow-extra-large-offset-y: 0.2rem;
|
|
380
|
+
@dt-shadow-card-1-blur: 0.2rem;
|
|
381
|
+
@dt-shadow-card-1-spread: 0rem;
|
|
382
|
+
@dt-shadow-card-1-color: #00000008;
|
|
383
|
+
@dt-shadow-card-1-type: dropShadow;
|
|
384
|
+
@dt-shadow-card-1-offset-x: 0rem;
|
|
385
|
+
@dt-shadow-card-1-offset-y: 0.1rem;
|
|
386
|
+
@dt-shadow-card-2-blur: 0.4rem;
|
|
387
|
+
@dt-shadow-card-2-spread: 0rem;
|
|
388
|
+
@dt-shadow-card-2-color: #0000000a;
|
|
389
|
+
@dt-shadow-card-2-type: dropShadow;
|
|
390
|
+
@dt-shadow-card-2-offset-x: 0rem;
|
|
391
|
+
@dt-shadow-card-2-offset-y: 0.2rem;
|
|
392
|
+
@dt-shadow-card-3-blur: 1.6rem;
|
|
393
|
+
@dt-shadow-card-3-spread: 0rem;
|
|
394
|
+
@dt-shadow-card-3-color: #00000014;
|
|
395
|
+
@dt-shadow-card-3-type: dropShadow;
|
|
396
|
+
@dt-shadow-card-3-offset-x: 0rem;
|
|
397
|
+
@dt-shadow-card-3-offset-y: 0.2rem;
|
|
398
|
+
@dt-shadow-focus-1-blur: 0rem;
|
|
399
|
+
@dt-shadow-focus-1-spread: 0.1rem;
|
|
400
|
+
@dt-shadow-focus-1-color: #FBFBFB;
|
|
401
|
+
@dt-shadow-focus-1-type: dropShadow;
|
|
402
|
+
@dt-shadow-focus-1-offset-x: 0rem;
|
|
403
|
+
@dt-shadow-focus-1-offset-y: 0rem;
|
|
404
|
+
@dt-shadow-focus-2-blur: 0rem;
|
|
405
|
+
@dt-shadow-focus-2-spread: 0.3rem;
|
|
406
|
+
@dt-shadow-focus-2-color: #0072F0;
|
|
407
|
+
@dt-shadow-focus-2-type: dropShadow;
|
|
408
|
+
@dt-shadow-focus-2-offset-x: 0rem;
|
|
409
|
+
@dt-shadow-focus-2-offset-y: 0rem;
|
|
410
|
+
@dt-shadow-focus-inset-blur: 0rem;
|
|
411
|
+
@dt-shadow-focus-inset-spread: 0.2rem;
|
|
412
|
+
@dt-shadow-focus-inset-color: #0072F0;
|
|
413
|
+
@dt-shadow-focus-inset-type: innerShadow;
|
|
414
|
+
@dt-shadow-focus-inset-offset-x: 0rem;
|
|
415
|
+
@dt-shadow-focus-inset-offset-y: 0rem;
|