@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,414 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dtFontSize100": "12px",
|
|
3
|
+
"dtFontSize200": "15px",
|
|
4
|
+
"dtFontSize300": "19px",
|
|
5
|
+
"dtFontSize400": "27px",
|
|
6
|
+
"dtFontSize500": "38px",
|
|
7
|
+
"dtFontSizeRoot": "10px",
|
|
8
|
+
"dtFontFamilyBody": "-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\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
9
|
+
"dtFontFamilyExpressive": "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\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
10
|
+
"dtFontFamilyMono": "SFMono-Regular, \"SF Mono\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace",
|
|
11
|
+
"dtFontLineHeight100": "1",
|
|
12
|
+
"dtFontLineHeight200": "1.2",
|
|
13
|
+
"dtFontLineHeight300": "1.4",
|
|
14
|
+
"dtFontLineHeight400": "1.6",
|
|
15
|
+
"dtFontLineHeight500": "1.8",
|
|
16
|
+
"dtFontLineHeight600": "2",
|
|
17
|
+
"dtFontWeightNormal": "400",
|
|
18
|
+
"dtFontWeightMedium": "500",
|
|
19
|
+
"dtFontWeightSemiBold": "600",
|
|
20
|
+
"dtFontWeightBold": "700",
|
|
21
|
+
"dtFontTextCaseUppercase": "uppercase",
|
|
22
|
+
"dtFontTextCaseLowercase": "lowercase",
|
|
23
|
+
"dtFontTextCaseCapitalize": "capitalize",
|
|
24
|
+
"dtFontTextCaseNone": "none",
|
|
25
|
+
"dtSize0": "0rem",
|
|
26
|
+
"dtSize50": "0.03125rem",
|
|
27
|
+
"dtSize100": "0.0625rem",
|
|
28
|
+
"dtSize200": "0.125rem",
|
|
29
|
+
"dtSize300": "0.25rem",
|
|
30
|
+
"dtSize350": "0.375rem",
|
|
31
|
+
"dtSize400": "0.5rem",
|
|
32
|
+
"dtSize450": "0.75rem",
|
|
33
|
+
"dtSize500": "1rem",
|
|
34
|
+
"dtSize525": "1.25rem",
|
|
35
|
+
"dtSize550": "1.5rem",
|
|
36
|
+
"dtSize600": "2rem",
|
|
37
|
+
"dtSize625": "2.625rem",
|
|
38
|
+
"dtSize650": "3rem",
|
|
39
|
+
"dtSize700": "4rem",
|
|
40
|
+
"dtSize720": "4.5rem",
|
|
41
|
+
"dtSize730": "5.25rem",
|
|
42
|
+
"dtSize750": "6rem",
|
|
43
|
+
"dtSize760": "6.375rem",
|
|
44
|
+
"dtSize775": "7.125rem",
|
|
45
|
+
"dtSize800": "8rem",
|
|
46
|
+
"dtSize825": "10.25rem",
|
|
47
|
+
"dtSize850": "12rem",
|
|
48
|
+
"dtSize875": "13.5rem",
|
|
49
|
+
"dtSize900": "16rem",
|
|
50
|
+
"dtSize905": "16.5rem",
|
|
51
|
+
"dtSize925": "20.75rem",
|
|
52
|
+
"dtSize950": "24rem",
|
|
53
|
+
"dtSize975": "29rem",
|
|
54
|
+
"dtSize1000": "32rem",
|
|
55
|
+
"dtSize1020": "39.25rem",
|
|
56
|
+
"dtSize1040": "47.75rem",
|
|
57
|
+
"dtSize1050": "48rem",
|
|
58
|
+
"dtSize1060": "51.75rem",
|
|
59
|
+
"dtSize1080": "57rem",
|
|
60
|
+
"dtSize1100": "64rem",
|
|
61
|
+
"dtSize1115": "71.25rem",
|
|
62
|
+
"dtSize1120": "79.25rem",
|
|
63
|
+
"dtSize1125": "80rem",
|
|
64
|
+
"dtSize1130": "83.75rem",
|
|
65
|
+
"dtSize1150": "96rem",
|
|
66
|
+
"dtSize1200": "128rem",
|
|
67
|
+
"dtSizeBase": "8px",
|
|
68
|
+
"dtSizeBorder0": "0rem",
|
|
69
|
+
"dtSizeBorder50": "0.03125rem",
|
|
70
|
+
"dtSizeBorder100": "0.0625rem",
|
|
71
|
+
"dtSizeBorder150": "0.09375rem",
|
|
72
|
+
"dtSizeBorder200": "0.125rem",
|
|
73
|
+
"dtSizeBorder300": "0.25rem",
|
|
74
|
+
"dtSizeBorder400": "0.5rem",
|
|
75
|
+
"dtSize50Negative": "-0.03125rem",
|
|
76
|
+
"dtSize100Negative": "-0.0625rem",
|
|
77
|
+
"dtSize200Negative": "-0.125rem",
|
|
78
|
+
"dtSize300Negative": "-0.25rem",
|
|
79
|
+
"dtSize350Negative": "-0.375rem",
|
|
80
|
+
"dtSize400Negative": "-0.5rem",
|
|
81
|
+
"dtSize450Negative": "-0.75rem",
|
|
82
|
+
"dtSize500Negative": "-1rem",
|
|
83
|
+
"dtSize525Negative": "-1.25rem",
|
|
84
|
+
"dtSize550Negative": "-1.5rem",
|
|
85
|
+
"dtSize600Negative": "-2rem",
|
|
86
|
+
"dtSize625Negative": "-2.625rem",
|
|
87
|
+
"dtSize650Negative": "-3rem",
|
|
88
|
+
"dtSize700Negative": "-4rem",
|
|
89
|
+
"dtSize720Negative": "-4.5rem",
|
|
90
|
+
"dtSize730Negative": "-5.25rem",
|
|
91
|
+
"dtSize750Negative": "-6rem",
|
|
92
|
+
"dtSize760Negative": "-6.375rem",
|
|
93
|
+
"dtSize775Negative": "-7.125rem",
|
|
94
|
+
"dtSize800Negative": "-8rem",
|
|
95
|
+
"dtSize825Negative": "-10.25rem",
|
|
96
|
+
"dtSize850Negative": "-12rem",
|
|
97
|
+
"dtSize875Negative": "-13.5rem",
|
|
98
|
+
"dtSize900Negative": "-16rem",
|
|
99
|
+
"dtSize905Negative": "-16.5rem",
|
|
100
|
+
"dtSize925Negative": "-20.75rem",
|
|
101
|
+
"dtSize950Negative": "-24rem",
|
|
102
|
+
"dtSize975Negative": "-29rem",
|
|
103
|
+
"dtSize1000Negative": "-32rem",
|
|
104
|
+
"dtSize1020Negative": "-39.25rem",
|
|
105
|
+
"dtSize1040Negative": "-47.75rem",
|
|
106
|
+
"dtSize1050Negative": "-48rem",
|
|
107
|
+
"dtSize1060Negative": "-51.75rem",
|
|
108
|
+
"dtSize1080Negative": "-57rem",
|
|
109
|
+
"dtSize1100Negative": "-64rem",
|
|
110
|
+
"dtSize1115Negative": "-71.25rem",
|
|
111
|
+
"dtSize1120Negative": "-79.25rem",
|
|
112
|
+
"dtSize1125Negative": "-80rem",
|
|
113
|
+
"dtSize1130Negative": "-83.75rem",
|
|
114
|
+
"dtSize1150Negative": "-96rem",
|
|
115
|
+
"dtSize1200Negative": "-128rem",
|
|
116
|
+
"dtSize0Percent": "0%",
|
|
117
|
+
"dtSize5Percent": "5%",
|
|
118
|
+
"dtSize10Percent": "10%",
|
|
119
|
+
"dtSize20Percent": "20%",
|
|
120
|
+
"dtSize25Percent": "25%",
|
|
121
|
+
"dtSize30Percent": "30%",
|
|
122
|
+
"dtSize33Percent": "33.333%",
|
|
123
|
+
"dtSize40Percent": "40%",
|
|
124
|
+
"dtSize50Percent": "50%",
|
|
125
|
+
"dtSize60Percent": "60%",
|
|
126
|
+
"dtSize66Percent": "66.7%",
|
|
127
|
+
"dtSize70Percent": "70%",
|
|
128
|
+
"dtSize75Percent": "75%",
|
|
129
|
+
"dtSize80Percent": "80%",
|
|
130
|
+
"dtSize90Percent": "90%",
|
|
131
|
+
"dtSize95Percent": "95%",
|
|
132
|
+
"dtSize100Percent": "100%",
|
|
133
|
+
"dtSizeRadius0": "0rem",
|
|
134
|
+
"dtSizeRadius100": "0.0625rem",
|
|
135
|
+
"dtSizeRadius200": "0.125rem",
|
|
136
|
+
"dtSizeRadius300": "0.25rem",
|
|
137
|
+
"dtSizeRadius400": "0.5rem",
|
|
138
|
+
"dtSizeRadius450": "0.75rem",
|
|
139
|
+
"dtSizeRadius500": "1rem",
|
|
140
|
+
"dtSizeRadius600": "2rem",
|
|
141
|
+
"dtSizeRadiusPill": "6.375rem",
|
|
142
|
+
"dtSizeRadiusCircle": "50%",
|
|
143
|
+
"dtSpace0": "0rem",
|
|
144
|
+
"dtSpace50": "0.03125rem",
|
|
145
|
+
"dtSpace100": "0.0625rem",
|
|
146
|
+
"dtSpace200": "0.125rem",
|
|
147
|
+
"dtSpace300": "0.25rem",
|
|
148
|
+
"dtSpace350": "0.375rem",
|
|
149
|
+
"dtSpace400": "0.5rem",
|
|
150
|
+
"dtSpace450": "0.75rem",
|
|
151
|
+
"dtSpace500": "1rem",
|
|
152
|
+
"dtSpace525": "1.25rem",
|
|
153
|
+
"dtSpace550": "1.5rem",
|
|
154
|
+
"dtSpace600": "2rem",
|
|
155
|
+
"dtSpace625": "2.625rem",
|
|
156
|
+
"dtSpace650": "3rem",
|
|
157
|
+
"dtSpace700": "4rem",
|
|
158
|
+
"dtSpace720": "4.5rem",
|
|
159
|
+
"dtSpace730": "5.25rem",
|
|
160
|
+
"dtSpace750": "6rem",
|
|
161
|
+
"dtSpace760": "6.375rem",
|
|
162
|
+
"dtSpace775": "7.125rem",
|
|
163
|
+
"dtSpace800": "8rem",
|
|
164
|
+
"dtSpace825": "10.25rem",
|
|
165
|
+
"dtSpace850": "12rem",
|
|
166
|
+
"dtSpace875": "13.5rem",
|
|
167
|
+
"dtSpace900": "16rem",
|
|
168
|
+
"dtSpace905": "16.5rem",
|
|
169
|
+
"dtSpace925": "20.75rem",
|
|
170
|
+
"dtSpace950": "24rem",
|
|
171
|
+
"dtSpace975": "29rem",
|
|
172
|
+
"dtSpace1000": "32rem",
|
|
173
|
+
"dtSpace1020": "39.25rem",
|
|
174
|
+
"dtSpace1040": "47.75rem",
|
|
175
|
+
"dtSpace1050": "48rem",
|
|
176
|
+
"dtSpace1060": "51.75rem",
|
|
177
|
+
"dtSpace1080": "57rem",
|
|
178
|
+
"dtSpace1100": "64rem",
|
|
179
|
+
"dtSpace1115": "71.25rem",
|
|
180
|
+
"dtSpace1120": "79.25rem",
|
|
181
|
+
"dtSpace1125": "80rem",
|
|
182
|
+
"dtSpace1130": "83.75rem",
|
|
183
|
+
"dtSpace1150": "96rem",
|
|
184
|
+
"dtSpace1200": "128rem",
|
|
185
|
+
"dtSpaceBase": "8px",
|
|
186
|
+
"dtSpace50Negative": "-0.03125rem",
|
|
187
|
+
"dtSpace100Negative": "-0.0625rem",
|
|
188
|
+
"dtSpace200Negative": "-0.125rem",
|
|
189
|
+
"dtSpace300Negative": "-0.25rem",
|
|
190
|
+
"dtSpace350Negative": "-0.375rem",
|
|
191
|
+
"dtSpace400Negative": "-0.5rem",
|
|
192
|
+
"dtSpace450Negative": "-0.75rem",
|
|
193
|
+
"dtSpace500Negative": "-1rem",
|
|
194
|
+
"dtSpace525Negative": "-1.25rem",
|
|
195
|
+
"dtSpace550Negative": "-1.5rem",
|
|
196
|
+
"dtSpace600Negative": "-2rem",
|
|
197
|
+
"dtSpace625Negative": "-2.625rem",
|
|
198
|
+
"dtSpace650Negative": "-3rem",
|
|
199
|
+
"dtSpace700Negative": "-4rem",
|
|
200
|
+
"dtSpace720Negative": "-4.5rem",
|
|
201
|
+
"dtSpace730Negative": "-5.25rem",
|
|
202
|
+
"dtSpace750Negative": "-6rem",
|
|
203
|
+
"dtSpace760Negative": "-6.375rem",
|
|
204
|
+
"dtSpace775Negative": "-7.125rem",
|
|
205
|
+
"dtSpace800Negative": "-8rem",
|
|
206
|
+
"dtSpace825Negative": "-10.25rem",
|
|
207
|
+
"dtSpace850Negative": "-12rem",
|
|
208
|
+
"dtSpace875Negative": "-13.5rem",
|
|
209
|
+
"dtSpace900Negative": "-16rem",
|
|
210
|
+
"dtSpace905Negative": "-16.5rem",
|
|
211
|
+
"dtSpace925Negative": "-20.75rem",
|
|
212
|
+
"dtSpace950Negative": "-24rem",
|
|
213
|
+
"dtSpace975Negative": "-29rem",
|
|
214
|
+
"dtSpace1000Negative": "-32rem",
|
|
215
|
+
"dtSpace1020Negative": "-39.25rem",
|
|
216
|
+
"dtSpace1040Negative": "-47.75rem",
|
|
217
|
+
"dtSpace1050Negative": "-48rem",
|
|
218
|
+
"dtSpace1060Negative": "-51.75rem",
|
|
219
|
+
"dtSpace1080Negative": "-57rem",
|
|
220
|
+
"dtSpace1100Negative": "-64rem",
|
|
221
|
+
"dtSpace1115Negative": "-71.25rem",
|
|
222
|
+
"dtSpace1120Negative": "-79.25rem",
|
|
223
|
+
"dtSpace1125Negative": "-80rem",
|
|
224
|
+
"dtSpace1130Negative": "-83.75rem",
|
|
225
|
+
"dtSpace1150Negative": "-96rem",
|
|
226
|
+
"dtSpace1200Negative": "-128rem",
|
|
227
|
+
"dtSpace0Percent": "0%",
|
|
228
|
+
"dtSpace5Percent": "5%",
|
|
229
|
+
"dtSpace10Percent": "10%",
|
|
230
|
+
"dtSpace20Percent": "20%",
|
|
231
|
+
"dtSpace25Percent": "25%",
|
|
232
|
+
"dtSpace30Percent": "30%",
|
|
233
|
+
"dtSpace33Percent": "33.333%",
|
|
234
|
+
"dtSpace40Percent": "40%",
|
|
235
|
+
"dtSpace50Percent": "50%",
|
|
236
|
+
"dtSpace60Percent": "60%",
|
|
237
|
+
"dtSpace66Percent": "66.7%",
|
|
238
|
+
"dtSpace70Percent": "70%",
|
|
239
|
+
"dtSpace75Percent": "75%",
|
|
240
|
+
"dtSpace80Percent": "80%",
|
|
241
|
+
"dtSpace90Percent": "90%",
|
|
242
|
+
"dtSpace95Percent": "95%",
|
|
243
|
+
"dtSpace100Percent": "100%",
|
|
244
|
+
"dtColorNeutralWhite": "#ffffff",
|
|
245
|
+
"dtColorNeutralBlack": "#000000",
|
|
246
|
+
"dtColorNeutralTransparent": "transparent",
|
|
247
|
+
"dtColorBlack50": "#FCFCFC",
|
|
248
|
+
"dtColorBlack100": "#FBFBFB",
|
|
249
|
+
"dtColorBlack200": "#E3E3E3",
|
|
250
|
+
"dtColorBlack300": "#C7C7C7",
|
|
251
|
+
"dtColorBlack400": "#ABABAB",
|
|
252
|
+
"dtColorBlack500": "#787878",
|
|
253
|
+
"dtColorBlack600": "#535353",
|
|
254
|
+
"dtColorBlack700": "#3C3C3C",
|
|
255
|
+
"dtColorBlack800": "#262626",
|
|
256
|
+
"dtColorBlack850": "#1C1C1C",
|
|
257
|
+
"dtColorBlack900": "#111111",
|
|
258
|
+
"dtColorBlack1000": "#000000",
|
|
259
|
+
"dtColorPurple50": "#FDF7FF",
|
|
260
|
+
"dtColorPurple100": "#F5EEFF",
|
|
261
|
+
"dtColorPurple200": "#CCBEFF",
|
|
262
|
+
"dtColorPurple250": "#B29DFF",
|
|
263
|
+
"dtColorPurple300": "#987BFF",
|
|
264
|
+
"dtColorPurple350": "#7F56FF",
|
|
265
|
+
"dtColorPurple400": "#6536E8",
|
|
266
|
+
"dtColorPurple425": "#5923DC",
|
|
267
|
+
"dtColorPurple475": "#4D04D0",
|
|
268
|
+
"dtColorPurple500": "#350097",
|
|
269
|
+
"dtColorPurple600": "#2A007B",
|
|
270
|
+
"dtColorPurple1000": "#1F0060",
|
|
271
|
+
"dtColorBlue50": "#F9F9FF",
|
|
272
|
+
"dtColorBlue100": "#EDF0FF",
|
|
273
|
+
"dtColorBlue125": "#D8E2FF",
|
|
274
|
+
"dtColorBlue175": "#ADC6FF",
|
|
275
|
+
"dtColorBlue200": "#80ABFF",
|
|
276
|
+
"dtColorBlue250": "#4B8EFF",
|
|
277
|
+
"dtColorBlue300": "#0072F0",
|
|
278
|
+
"dtColorBlue350": "#005BC1",
|
|
279
|
+
"dtColorBlue400": "#004FAA",
|
|
280
|
+
"dtColorBlue450": "#004493",
|
|
281
|
+
"dtColorBlue500": "#002E69",
|
|
282
|
+
"dtColorBlue1000": "#001A41",
|
|
283
|
+
"dtColorMagenta50": "#FFF8F7",
|
|
284
|
+
"dtColorMagenta100": "#FFECF0",
|
|
285
|
+
"dtColorMagenta150": "#FFB0CA",
|
|
286
|
+
"dtColorMagenta200": "#FF83B2",
|
|
287
|
+
"dtColorMagenta225": "#FF479C",
|
|
288
|
+
"dtColorMagenta275": "#E60083",
|
|
289
|
+
"dtColorMagenta300": "#B90068",
|
|
290
|
+
"dtColorMagenta325": "#A3005B",
|
|
291
|
+
"dtColorMagenta375": "#8D004E",
|
|
292
|
+
"dtColorMagenta400": "#640036",
|
|
293
|
+
"dtColorMagenta500": "#51002A",
|
|
294
|
+
"dtColorMagenta1000": "#3E001F",
|
|
295
|
+
"dtColorGold50": "#FFF8F4",
|
|
296
|
+
"dtColorGold100": "#FFEEDD",
|
|
297
|
+
"dtColorGold150": "#FFDDB5",
|
|
298
|
+
"dtColorGold200": "#FFB958",
|
|
299
|
+
"dtColorGold225": "#E59C2E",
|
|
300
|
+
"dtColorGold275": "#C6820F",
|
|
301
|
+
"dtColorGold300": "#A56B00",
|
|
302
|
+
"dtColorGold400": "#845400",
|
|
303
|
+
"dtColorGold425": "#734900",
|
|
304
|
+
"dtColorGold475": "#643F00",
|
|
305
|
+
"dtColorGold500": "#462B00",
|
|
306
|
+
"dtColorGold1000": "#2A1800",
|
|
307
|
+
"dtColorGreen50": "#F6FFF0",
|
|
308
|
+
"dtColorGreen100": "#EBFFE6",
|
|
309
|
+
"dtColorGreen200": "#B2F2B3",
|
|
310
|
+
"dtColorGreen300": "#00E55E",
|
|
311
|
+
"dtColorGreen325": "#00C650",
|
|
312
|
+
"dtColorGreen375": "#00A742",
|
|
313
|
+
"dtColorGreen400": "#008A35",
|
|
314
|
+
"dtColorGreen425": "#006E29",
|
|
315
|
+
"dtColorGreen450": "#006023",
|
|
316
|
+
"dtColorGreen475": "#00531D",
|
|
317
|
+
"dtColorGreen500": "#003911",
|
|
318
|
+
"dtColorGreen1000": "#002204",
|
|
319
|
+
"dtColorRed50": "#FFF8F7",
|
|
320
|
+
"dtColorRed100": "#FFEDEB",
|
|
321
|
+
"dtColorRed125": "#FFB3B1",
|
|
322
|
+
"dtColorRed175": "#FF8888",
|
|
323
|
+
"dtColorRed200": "#FF525C",
|
|
324
|
+
"dtColorRed275": "#ED0937",
|
|
325
|
+
"dtColorRed300": "#BF002A",
|
|
326
|
+
"dtColorRed350": "#A80023",
|
|
327
|
+
"dtColorRed400": "#92001D",
|
|
328
|
+
"dtColorRed450": "#680012",
|
|
329
|
+
"dtColorRed500": "#54000C",
|
|
330
|
+
"dtColorRed1000": "#410001",
|
|
331
|
+
"dtColorTan100": "#F2F0EE",
|
|
332
|
+
"dtColorTan200": "#CEC8C4",
|
|
333
|
+
"dtColorTan300": "#87807B",
|
|
334
|
+
"dtColorTan400": "#3F3D3C",
|
|
335
|
+
"dtColorTan500": "#121212",
|
|
336
|
+
"dtColorGradientMagentaPurple": "linear-gradient(135deg, #E60083 10%, #7F56FF 90%)",
|
|
337
|
+
"dtColorBrandPurple": "#7F56FF",
|
|
338
|
+
"dtColorBrandMagenta": "#E60083",
|
|
339
|
+
"dtColorBrandGold": "#E59C2E",
|
|
340
|
+
"dtOpacity0": "0",
|
|
341
|
+
"dtOpacity100": ".05",
|
|
342
|
+
"dtOpacity200": ".1",
|
|
343
|
+
"dtOpacity300": ".2",
|
|
344
|
+
"dtOpacity400": ".25",
|
|
345
|
+
"dtOpacity500": ".3",
|
|
346
|
+
"dtOpacity600": ".4",
|
|
347
|
+
"dtOpacity700": ".5",
|
|
348
|
+
"dtOpacity800": ".6",
|
|
349
|
+
"dtOpacity900": ".7",
|
|
350
|
+
"dtOpacity1000": ".75",
|
|
351
|
+
"dtOpacity1100": ".8",
|
|
352
|
+
"dtOpacity1200": ".9",
|
|
353
|
+
"dtOpacity1300": "1",
|
|
354
|
+
"dtShadowSmallBlur": "0.25rem",
|
|
355
|
+
"dtShadowSmallSpread": "0rem",
|
|
356
|
+
"dtShadowSmallColor": "#00000026",
|
|
357
|
+
"dtShadowSmallType": "dropShadow",
|
|
358
|
+
"dtShadowSmallOffsetX": "0rem",
|
|
359
|
+
"dtShadowSmallOffsetY": "0.125rem",
|
|
360
|
+
"dtShadowMediumBlur": "0.5rem",
|
|
361
|
+
"dtShadowMediumSpread": "0rem",
|
|
362
|
+
"dtShadowMediumColor": "#00000040",
|
|
363
|
+
"dtShadowMediumType": "dropShadow",
|
|
364
|
+
"dtShadowMediumOffsetX": "0rem",
|
|
365
|
+
"dtShadowMediumOffsetY": "0.125rem",
|
|
366
|
+
"dtShadowLargeBlur": "1rem",
|
|
367
|
+
"dtShadowLargeSpread": "0rem",
|
|
368
|
+
"dtShadowLargeColor": "#0000004d",
|
|
369
|
+
"dtShadowLargeType": "dropShadow",
|
|
370
|
+
"dtShadowLargeOffsetX": "0rem",
|
|
371
|
+
"dtShadowLargeOffsetY": "0.125rem",
|
|
372
|
+
"dtShadowExtraLargeBlur": "2rem",
|
|
373
|
+
"dtShadowExtraLargeSpread": "0rem",
|
|
374
|
+
"dtShadowExtraLargeColor": "#0000004d",
|
|
375
|
+
"dtShadowExtraLargeType": "dropShadow",
|
|
376
|
+
"dtShadowExtraLargeOffsetX": "0rem",
|
|
377
|
+
"dtShadowExtraLargeOffsetY": "0.125rem",
|
|
378
|
+
"dtShadowCard1Blur": "0.125rem",
|
|
379
|
+
"dtShadowCard1Spread": "0rem",
|
|
380
|
+
"dtShadowCard1Color": "#00000008",
|
|
381
|
+
"dtShadowCard1Type": "dropShadow",
|
|
382
|
+
"dtShadowCard1OffsetX": "0rem",
|
|
383
|
+
"dtShadowCard1OffsetY": "0.0625rem",
|
|
384
|
+
"dtShadowCard2Blur": "0.25rem",
|
|
385
|
+
"dtShadowCard2Spread": "0rem",
|
|
386
|
+
"dtShadowCard2Color": "#0000000a",
|
|
387
|
+
"dtShadowCard2Type": "dropShadow",
|
|
388
|
+
"dtShadowCard2OffsetX": "0rem",
|
|
389
|
+
"dtShadowCard2OffsetY": "0.125rem",
|
|
390
|
+
"dtShadowCard3Blur": "1rem",
|
|
391
|
+
"dtShadowCard3Spread": "0rem",
|
|
392
|
+
"dtShadowCard3Color": "#00000014",
|
|
393
|
+
"dtShadowCard3Type": "dropShadow",
|
|
394
|
+
"dtShadowCard3OffsetX": "0rem",
|
|
395
|
+
"dtShadowCard3OffsetY": "0.125rem",
|
|
396
|
+
"dtShadowFocus1Blur": "0rem",
|
|
397
|
+
"dtShadowFocus1Spread": "0.0625rem",
|
|
398
|
+
"dtShadowFocus1Color": "#FBFBFB",
|
|
399
|
+
"dtShadowFocus1Type": "dropShadow",
|
|
400
|
+
"dtShadowFocus1OffsetX": "0rem",
|
|
401
|
+
"dtShadowFocus1OffsetY": "0rem",
|
|
402
|
+
"dtShadowFocus2Blur": "0rem",
|
|
403
|
+
"dtShadowFocus2Spread": "0.1875rem",
|
|
404
|
+
"dtShadowFocus2Color": "#0072F0",
|
|
405
|
+
"dtShadowFocus2Type": "dropShadow",
|
|
406
|
+
"dtShadowFocus2OffsetX": "0rem",
|
|
407
|
+
"dtShadowFocus2OffsetY": "0rem",
|
|
408
|
+
"dtShadowFocusInsetBlur": "0rem",
|
|
409
|
+
"dtShadowFocusInsetSpread": "0.125rem",
|
|
410
|
+
"dtShadowFocusInsetColor": "#0072F0",
|
|
411
|
+
"dtShadowFocusInsetType": "innerShadow",
|
|
412
|
+
"dtShadowFocusInsetOffsetX": "0rem",
|
|
413
|
+
"dtShadowFocusInsetOffsetY": "0rem"
|
|
414
|
+
}
|