@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,520 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dtSizeBorderFocus": "0.1875rem",
|
|
3
|
+
"dtColorForegroundPrimary": "#FBFBFB",
|
|
4
|
+
"dtColorForegroundSecondary": "#C7C7C7",
|
|
5
|
+
"dtColorForegroundTertiary": "#ABABAB",
|
|
6
|
+
"dtColorForegroundMuted": "#C7C7C7",
|
|
7
|
+
"dtColorForegroundPlaceholder": "#787878",
|
|
8
|
+
"dtColorForegroundDisabled": "#787878",
|
|
9
|
+
"dtColorForegroundCritical": "#FF525C",
|
|
10
|
+
"dtColorForegroundCriticalStrong": "#FF8888",
|
|
11
|
+
"dtColorForegroundSuccess": "#00C650",
|
|
12
|
+
"dtColorForegroundSuccessStrong": "#B2F2B3",
|
|
13
|
+
"dtColorForegroundWarning": "#FFB958",
|
|
14
|
+
"dtColorForegroundPrimaryInverted": "#111111",
|
|
15
|
+
"dtColorForegroundSecondaryInverted": "#111111",
|
|
16
|
+
"dtColorForegroundTertiaryInverted": "#111111",
|
|
17
|
+
"dtColorForegroundMutedInverted": "#1C1C1C",
|
|
18
|
+
"dtColorForegroundPlaceholderInverted": "#535353",
|
|
19
|
+
"dtColorForegroundDisabledInverted": "#535353",
|
|
20
|
+
"dtColorForegroundCriticalInverted": "#A80023",
|
|
21
|
+
"dtColorForegroundCriticalStrongInverted": "#92001D",
|
|
22
|
+
"dtColorForegroundSuccessInverted": "#006023",
|
|
23
|
+
"dtColorForegroundSuccessStrongInverted": "#00531D",
|
|
24
|
+
"dtColorForegroundWarningInverted": "#734900",
|
|
25
|
+
"dtColorLinkPrimary": "#987BFF",
|
|
26
|
+
"dtColorLinkCritical": "#FF525C",
|
|
27
|
+
"dtColorLinkSuccess": "#00C650",
|
|
28
|
+
"dtColorLinkWarning": "#FFB958",
|
|
29
|
+
"dtColorLinkMuted": "#C7C7C7",
|
|
30
|
+
"dtColorLinkDisabled": "#787878",
|
|
31
|
+
"dtColorLinkPrimaryInverted": "#4D04D0",
|
|
32
|
+
"dtColorLinkCriticalInverted": "#A80023",
|
|
33
|
+
"dtColorLinkSuccessInverted": "#006023",
|
|
34
|
+
"dtColorLinkWarningInverted": "#734900",
|
|
35
|
+
"dtColorLinkMutedInverted": "#111111",
|
|
36
|
+
"dtColorLinkDisabledInverted": "#535353",
|
|
37
|
+
"dtColorLinkPrimaryHover": "#CCBEFF",
|
|
38
|
+
"dtColorLinkCriticalHover": "#FF8888",
|
|
39
|
+
"dtColorLinkSuccessHover": "#00E55E",
|
|
40
|
+
"dtColorLinkWarningHover": "#FFDDB5",
|
|
41
|
+
"dtColorLinkMutedHover": "#FBFBFB",
|
|
42
|
+
"dtColorLinkDisabledHover": "#787878",
|
|
43
|
+
"dtColorLinkPrimaryInvertedHover": "#350097",
|
|
44
|
+
"dtColorLinkCriticalInvertedHover": "#92001D",
|
|
45
|
+
"dtColorLinkSuccessInvertedHover": "#00531D",
|
|
46
|
+
"dtColorLinkWarningInvertedHover": "#643F00",
|
|
47
|
+
"dtColorLinkMutedInvertedHover": "#111111",
|
|
48
|
+
"dtColorLinkDisabledInvertedHover": "#787878",
|
|
49
|
+
"dtColorSurfaceSecondaryOpaque": "#FBFBFB",
|
|
50
|
+
"dtColorSurfaceModerateOpaque": "#FBFBFB",
|
|
51
|
+
"dtColorSurfaceBoldOpaque": "#FBFBFB",
|
|
52
|
+
"dtColorSurfaceStrongOpaque": "#FBFBFB",
|
|
53
|
+
"dtColorSurfaceContrastOpaque": "#FBFBFB",
|
|
54
|
+
"dtColorSurfaceBackdrop": "#000000",
|
|
55
|
+
"dtColorSurfaceCriticalOpaque": "#680012",
|
|
56
|
+
"dtColorSurfaceCriticalSubtleOpaque": "#54000C",
|
|
57
|
+
"dtColorSurfaceWarningOpaque": "#643F00",
|
|
58
|
+
"dtColorSurfaceWarningSubtleOpaque": "#845400",
|
|
59
|
+
"dtColorSurfaceSuccessOpaque": "#00531D",
|
|
60
|
+
"dtColorSurfaceSuccessSubtleOpaque": "#003911",
|
|
61
|
+
"dtColorSurfaceInfoOpaque": "#004493",
|
|
62
|
+
"dtColorSurfaceInfoSubtleOpaque": "#004FAA",
|
|
63
|
+
"dtColorSurfacePrimary": "#1C1C1C",
|
|
64
|
+
"dtColorSurfaceSecondary": "#262626",
|
|
65
|
+
"dtColorSurfaceModerate": "#3C3C3C",
|
|
66
|
+
"dtColorSurfaceBold": "#535353",
|
|
67
|
+
"dtColorSurfaceStrong": "#ABABAB",
|
|
68
|
+
"dtColorSurfaceContrast": "#FBFBFB",
|
|
69
|
+
"dtColorSurfaceCritical": "#54000C",
|
|
70
|
+
"dtColorSurfaceCriticalSubtle": "#410001",
|
|
71
|
+
"dtColorSurfaceCriticalStrong": "#FF525C",
|
|
72
|
+
"dtColorSurfaceWarning": "#462B00",
|
|
73
|
+
"dtColorSurfaceWarningSubtle": "#2A1800",
|
|
74
|
+
"dtColorSurfaceWarningStrong": "#A56B00",
|
|
75
|
+
"dtColorSurfaceSuccess": "#003911",
|
|
76
|
+
"dtColorSurfaceSuccessSubtle": "#002204",
|
|
77
|
+
"dtColorSurfaceSuccessStrong": "#00E55E",
|
|
78
|
+
"dtColorSurfaceInfo": "#002E69",
|
|
79
|
+
"dtColorSurfaceInfoSubtle": "#001A41",
|
|
80
|
+
"dtColorSurfaceInfoStrong": "#80ABFF",
|
|
81
|
+
"dtColorBorderSubtle": "#ffffff",
|
|
82
|
+
"dtColorBorderDefault": "#ffffff",
|
|
83
|
+
"dtColorBorderModerate": "#ffffff",
|
|
84
|
+
"dtColorBorderBold": "#ffffff",
|
|
85
|
+
"dtColorBorderSubtleInverted": "#000000",
|
|
86
|
+
"dtColorBorderDefaultInverted": "#000000",
|
|
87
|
+
"dtColorBorderModerateInverted": "#000000",
|
|
88
|
+
"dtColorBorderBoldInverted": "#000000",
|
|
89
|
+
"dtColorBorderFocus": "#0072F0",
|
|
90
|
+
"dtColorBorderCritical": "#FF525C",
|
|
91
|
+
"dtColorBorderSuccess": "#00E55E",
|
|
92
|
+
"dtColorBorderWarning": "#FFB958",
|
|
93
|
+
"dtColorBorderBrand": "#987BFF",
|
|
94
|
+
"dtColorBorderAi": "linear-gradient(135deg, #E60083 10%, #987BFF 90%)",
|
|
95
|
+
"dtColorBorderAccent": "#E60083",
|
|
96
|
+
"dtColorBorderCriticalSubtle": "#A80023",
|
|
97
|
+
"dtColorBorderCriticalStrong": "#FF8888",
|
|
98
|
+
"dtColorBorderSuccessSubtle": "#008A35",
|
|
99
|
+
"dtColorBorderSuccessStrong": "#B2F2B3",
|
|
100
|
+
"dtColorBorderWarningSubtle": "#845400",
|
|
101
|
+
"dtColorBorderWarningStrong": "#FFDDB5",
|
|
102
|
+
"dtColorBorderBrandSubtle": "#4D04D0",
|
|
103
|
+
"dtColorBorderBrandStrong": "#B29DFF",
|
|
104
|
+
"dtColorBorderCriticalInverted": "#BF002A",
|
|
105
|
+
"dtColorBorderSuccessInverted": "#006E29",
|
|
106
|
+
"dtColorBorderWarningInverted": "#A56B00",
|
|
107
|
+
"dtColorBorderBrandInverted": "#7F56FF",
|
|
108
|
+
"dtColorBorderCriticalSubtleInverted": "#FF8888",
|
|
109
|
+
"dtColorBorderCriticalStrongInverted": "#92001D",
|
|
110
|
+
"dtColorBorderSuccessSubtleInverted": "#00E55E",
|
|
111
|
+
"dtColorBorderSuccessStrongInverted": "#00531D",
|
|
112
|
+
"dtColorBorderWarningSubtleInverted": "#C6820F",
|
|
113
|
+
"dtColorBorderWarningStrongInverted": "#643F00",
|
|
114
|
+
"dtColorBorderBrandSubtleInverted": "#B29DFF",
|
|
115
|
+
"dtColorBorderBrandStrongInverted": "#350097",
|
|
116
|
+
"dtTypographyBodyMdFontFamily": "-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",
|
|
117
|
+
"dtTypographyBodyMdFontWeight": "400",
|
|
118
|
+
"dtTypographyBodyMdLineHeight": "1.6",
|
|
119
|
+
"dtTypographyBodyMdFontSize": "15px",
|
|
120
|
+
"dtTypographyBodyMdTextCase": "none",
|
|
121
|
+
"dtTypographyBodyMdCompactFontFamily": "-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",
|
|
122
|
+
"dtTypographyBodyMdCompactFontWeight": "400",
|
|
123
|
+
"dtTypographyBodyMdCompactLineHeight": "1.4",
|
|
124
|
+
"dtTypographyBodyMdCompactFontSize": "15px",
|
|
125
|
+
"dtTypographyBodyMdCompactTextCase": "none",
|
|
126
|
+
"dtTypographyBodySmFontFamily": "-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",
|
|
127
|
+
"dtTypographyBodySmFontWeight": "400",
|
|
128
|
+
"dtTypographyBodySmLineHeight": "1.4",
|
|
129
|
+
"dtTypographyBodySmFontSize": "12px",
|
|
130
|
+
"dtTypographyBodySmTextCase": "none",
|
|
131
|
+
"dtTypographyBodySmCompactFontFamily": "-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",
|
|
132
|
+
"dtTypographyBodySmCompactFontWeight": "400",
|
|
133
|
+
"dtTypographyBodySmCompactLineHeight": "1.2",
|
|
134
|
+
"dtTypographyBodySmCompactFontSize": "12px",
|
|
135
|
+
"dtTypographyBodySmCompactTextCase": "none",
|
|
136
|
+
"dtTypographyHeadlineEyebrowFontFamily": "-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",
|
|
137
|
+
"dtTypographyHeadlineEyebrowFontWeight": "400",
|
|
138
|
+
"dtTypographyHeadlineEyebrowLineHeight": "1.4",
|
|
139
|
+
"dtTypographyHeadlineEyebrowFontSize": "12px",
|
|
140
|
+
"dtTypographyHeadlineEyebrowTextCase": "uppercase",
|
|
141
|
+
"dtTypographyHeadlineSmFontFamily": "-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",
|
|
142
|
+
"dtTypographyHeadlineSmFontWeight": "700",
|
|
143
|
+
"dtTypographyHeadlineSmLineHeight": "1.4",
|
|
144
|
+
"dtTypographyHeadlineSmFontSize": "12px",
|
|
145
|
+
"dtTypographyHeadlineSmTextCase": "none",
|
|
146
|
+
"dtTypographyHeadlineSmCompactFontFamily": "-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",
|
|
147
|
+
"dtTypographyHeadlineSmCompactFontWeight": "700",
|
|
148
|
+
"dtTypographyHeadlineSmCompactLineHeight": "1.2",
|
|
149
|
+
"dtTypographyHeadlineSmCompactFontSize": "12px",
|
|
150
|
+
"dtTypographyHeadlineSmCompactTextCase": "none",
|
|
151
|
+
"dtTypographyHeadlineSmSoftFontFamily": "-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",
|
|
152
|
+
"dtTypographyHeadlineSmSoftFontWeight": "500",
|
|
153
|
+
"dtTypographyHeadlineSmSoftLineHeight": "1.4",
|
|
154
|
+
"dtTypographyHeadlineSmSoftFontSize": "12px",
|
|
155
|
+
"dtTypographyHeadlineSmSoftTextCase": "none",
|
|
156
|
+
"dtTypographyHeadlineSmSoftCompactFontFamily": "-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",
|
|
157
|
+
"dtTypographyHeadlineSmSoftCompactFontWeight": "500",
|
|
158
|
+
"dtTypographyHeadlineSmSoftCompactLineHeight": "1.2",
|
|
159
|
+
"dtTypographyHeadlineSmSoftCompactFontSize": "12px",
|
|
160
|
+
"dtTypographyHeadlineSmSoftCompactTextCase": "none",
|
|
161
|
+
"dtTypographyHeadlineMdFontFamily": "-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",
|
|
162
|
+
"dtTypographyHeadlineMdFontWeight": "700",
|
|
163
|
+
"dtTypographyHeadlineMdLineHeight": "1.6",
|
|
164
|
+
"dtTypographyHeadlineMdFontSize": "15px",
|
|
165
|
+
"dtTypographyHeadlineMdTextCase": "none",
|
|
166
|
+
"dtTypographyHeadlineMdCompactFontFamily": "-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",
|
|
167
|
+
"dtTypographyHeadlineMdCompactFontWeight": "700",
|
|
168
|
+
"dtTypographyHeadlineMdCompactLineHeight": "1.4",
|
|
169
|
+
"dtTypographyHeadlineMdCompactFontSize": "15px",
|
|
170
|
+
"dtTypographyHeadlineMdCompactTextCase": "none",
|
|
171
|
+
"dtTypographyHeadlineLgFontFamily": "-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",
|
|
172
|
+
"dtTypographyHeadlineLgFontWeight": "700",
|
|
173
|
+
"dtTypographyHeadlineLgLineHeight": "1.6",
|
|
174
|
+
"dtTypographyHeadlineLgFontSize": "19px",
|
|
175
|
+
"dtTypographyHeadlineLgTextCase": "none",
|
|
176
|
+
"dtTypographyHeadlineLgSoftFontFamily": "-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",
|
|
177
|
+
"dtTypographyHeadlineLgSoftFontWeight": "500",
|
|
178
|
+
"dtTypographyHeadlineLgSoftLineHeight": "1.6",
|
|
179
|
+
"dtTypographyHeadlineLgSoftFontSize": "19px",
|
|
180
|
+
"dtTypographyHeadlineLgSoftTextCase": "none",
|
|
181
|
+
"dtTypographyHeadlineLgCompactFontFamily": "-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",
|
|
182
|
+
"dtTypographyHeadlineLgCompactFontWeight": "700",
|
|
183
|
+
"dtTypographyHeadlineLgCompactLineHeight": "1.2",
|
|
184
|
+
"dtTypographyHeadlineLgCompactFontSize": "19px",
|
|
185
|
+
"dtTypographyHeadlineLgCompactTextCase": "none",
|
|
186
|
+
"dtTypographyHeadlineLgSoftCompactFontFamily": "-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",
|
|
187
|
+
"dtTypographyHeadlineLgSoftCompactFontWeight": "500",
|
|
188
|
+
"dtTypographyHeadlineLgSoftCompactLineHeight": "1.2",
|
|
189
|
+
"dtTypographyHeadlineLgSoftCompactFontSize": "19px",
|
|
190
|
+
"dtTypographyHeadlineLgSoftCompactTextCase": "none",
|
|
191
|
+
"dtTypographyHeadlineXlFontFamily": "-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",
|
|
192
|
+
"dtTypographyHeadlineXlFontWeight": "500",
|
|
193
|
+
"dtTypographyHeadlineXlLineHeight": "1.2",
|
|
194
|
+
"dtTypographyHeadlineXlFontSize": "27px",
|
|
195
|
+
"dtTypographyHeadlineXlTextCase": "none",
|
|
196
|
+
"dtTypographyHeadlineXlCompactFontFamily": "-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",
|
|
197
|
+
"dtTypographyHeadlineXlCompactFontWeight": "500",
|
|
198
|
+
"dtTypographyHeadlineXlCompactLineHeight": "1",
|
|
199
|
+
"dtTypographyHeadlineXlCompactFontSize": "27px",
|
|
200
|
+
"dtTypographyHeadlineXlCompactTextCase": "none",
|
|
201
|
+
"dtTypographyHeadlineXxlFontFamily": "-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",
|
|
202
|
+
"dtTypographyHeadlineXxlFontWeight": "500",
|
|
203
|
+
"dtTypographyHeadlineXxlLineHeight": "1.2",
|
|
204
|
+
"dtTypographyHeadlineXxlFontSize": "38px",
|
|
205
|
+
"dtTypographyHeadlineXxlTextCase": "none",
|
|
206
|
+
"dtTypographyHeadlineXxlCompactFontFamily": "-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",
|
|
207
|
+
"dtTypographyHeadlineXxlCompactFontWeight": "500",
|
|
208
|
+
"dtTypographyHeadlineXxlCompactLineHeight": "1",
|
|
209
|
+
"dtTypographyHeadlineXxlCompactFontSize": "38px",
|
|
210
|
+
"dtTypographyHeadlineXxlCompactTextCase": "none",
|
|
211
|
+
"dtTypographyLabelMdFontFamily": "-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",
|
|
212
|
+
"dtTypographyLabelMdFontWeight": "600",
|
|
213
|
+
"dtTypographyLabelMdLineHeight": "1.6",
|
|
214
|
+
"dtTypographyLabelMdFontSize": "15px",
|
|
215
|
+
"dtTypographyLabelMdTextCase": "none",
|
|
216
|
+
"dtTypographyLabelMdCompactFontFamily": "-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",
|
|
217
|
+
"dtTypographyLabelMdCompactFontWeight": "600",
|
|
218
|
+
"dtTypographyLabelMdCompactLineHeight": "1.4",
|
|
219
|
+
"dtTypographyLabelMdCompactFontSize": "15px",
|
|
220
|
+
"dtTypographyLabelMdCompactTextCase": "none",
|
|
221
|
+
"dtTypographyLabelMdPlainFontFamily": "-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",
|
|
222
|
+
"dtTypographyLabelMdPlainFontWeight": "400",
|
|
223
|
+
"dtTypographyLabelMdPlainLineHeight": "1.6",
|
|
224
|
+
"dtTypographyLabelMdPlainFontSize": "15px",
|
|
225
|
+
"dtTypographyLabelMdPlainTextCase": "none",
|
|
226
|
+
"dtTypographyLabelMdPlainCompactFontFamily": "-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",
|
|
227
|
+
"dtTypographyLabelMdPlainCompactFontWeight": "400",
|
|
228
|
+
"dtTypographyLabelMdPlainCompactLineHeight": "1.4",
|
|
229
|
+
"dtTypographyLabelMdPlainCompactFontSize": "15px",
|
|
230
|
+
"dtTypographyLabelMdPlainCompactTextCase": "none",
|
|
231
|
+
"dtTypographyLabelSmFontFamily": "-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",
|
|
232
|
+
"dtTypographyLabelSmFontWeight": "600",
|
|
233
|
+
"dtTypographyLabelSmLineHeight": "1.4",
|
|
234
|
+
"dtTypographyLabelSmFontSize": "12px",
|
|
235
|
+
"dtTypographyLabelSmTextCase": "none",
|
|
236
|
+
"dtTypographyLabelSmCompactFontFamily": "-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",
|
|
237
|
+
"dtTypographyLabelSmCompactFontWeight": "600",
|
|
238
|
+
"dtTypographyLabelSmCompactLineHeight": "1.2",
|
|
239
|
+
"dtTypographyLabelSmCompactFontSize": "12px",
|
|
240
|
+
"dtTypographyLabelSmCompactTextCase": "none",
|
|
241
|
+
"dtTypographyLabelSmPlainFontFamily": "-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",
|
|
242
|
+
"dtTypographyLabelSmPlainFontWeight": "400",
|
|
243
|
+
"dtTypographyLabelSmPlainLineHeight": "1.4",
|
|
244
|
+
"dtTypographyLabelSmPlainFontSize": "12px",
|
|
245
|
+
"dtTypographyLabelSmPlainTextCase": "none",
|
|
246
|
+
"dtTypographyLabelSmPlainCompactFontFamily": "-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",
|
|
247
|
+
"dtTypographyLabelSmPlainCompactFontWeight": "400",
|
|
248
|
+
"dtTypographyLabelSmPlainCompactLineHeight": "1.2",
|
|
249
|
+
"dtTypographyLabelSmPlainCompactFontSize": "12px",
|
|
250
|
+
"dtTypographyLabelSmPlainCompactTextCase": "none",
|
|
251
|
+
"dtTypographyHelperMdFontFamily": "-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",
|
|
252
|
+
"dtTypographyHelperMdFontWeight": "400",
|
|
253
|
+
"dtTypographyHelperMdLineHeight": "1.4",
|
|
254
|
+
"dtTypographyHelperMdFontSize": "15px",
|
|
255
|
+
"dtTypographyHelperMdTextCase": "none",
|
|
256
|
+
"dtTypographyHelperSmFontFamily": "-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",
|
|
257
|
+
"dtTypographyHelperSmFontWeight": "400",
|
|
258
|
+
"dtTypographyHelperSmLineHeight": "1.2",
|
|
259
|
+
"dtTypographyHelperSmFontSize": "12px",
|
|
260
|
+
"dtTypographyHelperSmTextCase": "none",
|
|
261
|
+
"dtTypographyCodeMdFontFamily": "SFMono-Regular, \"SF Mono\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace",
|
|
262
|
+
"dtTypographyCodeMdFontWeight": "400",
|
|
263
|
+
"dtTypographyCodeMdLineHeight": "1.2",
|
|
264
|
+
"dtTypographyCodeMdFontSize": "15px",
|
|
265
|
+
"dtTypographyCodeMdTextCase": "none",
|
|
266
|
+
"dtTypographyCodeSmFontFamily": "SFMono-Regular, \"SF Mono\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace",
|
|
267
|
+
"dtTypographyCodeSmFontWeight": "400",
|
|
268
|
+
"dtTypographyCodeSmLineHeight": "1.2",
|
|
269
|
+
"dtTypographyCodeSmFontSize": "12px",
|
|
270
|
+
"dtTypographyCodeSmTextCase": "none",
|
|
271
|
+
"dtTypographyInputsXsFontFamily": "-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",
|
|
272
|
+
"dtTypographyInputsXsFontWeight": "400",
|
|
273
|
+
"dtTypographyInputsXsFontSize": "12px",
|
|
274
|
+
"dtTypographyInputsXsLineHeight": "1.2",
|
|
275
|
+
"dtTypographyInputsSmFontFamily": "-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",
|
|
276
|
+
"dtTypographyInputsSmFontWeight": "400",
|
|
277
|
+
"dtTypographyInputsSmFontSize": "12px",
|
|
278
|
+
"dtTypographyInputsSmLineHeight": "1.2",
|
|
279
|
+
"dtTypographyInputsMdFontFamily": "-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",
|
|
280
|
+
"dtTypographyInputsMdFontWeight": "400",
|
|
281
|
+
"dtTypographyInputsMdFontSize": "15px",
|
|
282
|
+
"dtTypographyInputsMdLineHeight": "1.2",
|
|
283
|
+
"dtTypographyInputsLgFontFamily": "-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",
|
|
284
|
+
"dtTypographyInputsLgFontWeight": "400",
|
|
285
|
+
"dtTypographyInputsLgFontSize": "19px",
|
|
286
|
+
"dtTypographyInputsLgLineHeight": "1.2",
|
|
287
|
+
"dtTypographyInputsXlFontFamily": "-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",
|
|
288
|
+
"dtTypographyInputsXlFontWeight": "400",
|
|
289
|
+
"dtTypographyInputsXlFontSize": "27px",
|
|
290
|
+
"dtTypographyInputsXlLineHeight": "1.2",
|
|
291
|
+
"dtTypographyButtonXsFontFamily": "-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",
|
|
292
|
+
"dtTypographyButtonXsFontWeight": "500",
|
|
293
|
+
"dtTypographyButtonXsFontSize": "12px",
|
|
294
|
+
"dtTypographyButtonXsLineHeight": "1.2",
|
|
295
|
+
"dtTypographyButtonSmFontFamily": "-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",
|
|
296
|
+
"dtTypographyButtonSmFontWeight": "500",
|
|
297
|
+
"dtTypographyButtonSmFontSize": "12px",
|
|
298
|
+
"dtTypographyButtonSmLineHeight": "1.2",
|
|
299
|
+
"dtTypographyButtonMdFontFamily": "-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",
|
|
300
|
+
"dtTypographyButtonMdFontWeight": "500",
|
|
301
|
+
"dtTypographyButtonMdFontSize": "15px",
|
|
302
|
+
"dtTypographyButtonMdLineHeight": "1.2",
|
|
303
|
+
"dtTypographyButtonLgFontFamily": "-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",
|
|
304
|
+
"dtTypographyButtonLgFontWeight": "500",
|
|
305
|
+
"dtTypographyButtonLgFontSize": "19px",
|
|
306
|
+
"dtTypographyButtonLgLineHeight": "1.2",
|
|
307
|
+
"dtTypographyButtonXlFontFamily": "-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",
|
|
308
|
+
"dtTypographyButtonXlFontWeight": "400",
|
|
309
|
+
"dtTypographyButtonXlFontSize": "27px",
|
|
310
|
+
"dtTypographyButtonXlLineHeight": "1.2",
|
|
311
|
+
"dtInputsSizeBorderDefault": "0.0938rem",
|
|
312
|
+
"dtInputsSizeBorderStatus": "0.125rem",
|
|
313
|
+
"dtInputsSizeRadiusXs": "0.25rem",
|
|
314
|
+
"dtInputsSizeRadiusSm": "0.5rem",
|
|
315
|
+
"dtInputsSizeRadiusMd": "0.5rem",
|
|
316
|
+
"dtInputsSizeRadiusLg": "0.75rem",
|
|
317
|
+
"dtInputsSizeRadiusXl": "1rem",
|
|
318
|
+
"dtInputsLineHeightXs": "1.2",
|
|
319
|
+
"dtInputsLineHeightSm": "1.2",
|
|
320
|
+
"dtInputsLineHeightMd": "1.2",
|
|
321
|
+
"dtInputsLineHeightLg": "1.2",
|
|
322
|
+
"dtInputsLineHeightXl": "1.2",
|
|
323
|
+
"dtInputsFontSizeXs": "12px",
|
|
324
|
+
"dtInputsFontSizeSm": "12px",
|
|
325
|
+
"dtInputsFontSizeMd": "15px",
|
|
326
|
+
"dtInputsFontSizeLg": "19px",
|
|
327
|
+
"dtInputsFontSizeXl": "27px",
|
|
328
|
+
"dtInputsFontWeightXs": "400",
|
|
329
|
+
"dtInputsFontWeightSm": "400",
|
|
330
|
+
"dtInputsFontWeightMd": "400",
|
|
331
|
+
"dtInputsFontWeightLg": "400",
|
|
332
|
+
"dtInputsFontWeightXl": "400",
|
|
333
|
+
"dtInputsColorForegroundDefault": "#C7C7C7",
|
|
334
|
+
"dtInputsColorForegroundPlaceholder": "#787878",
|
|
335
|
+
"dtInputsColorForegroundDisabled": "#787878",
|
|
336
|
+
"dtInputsColorBorderDefault": "#ffffff",
|
|
337
|
+
"dtInputsColorBorderFocus": "#0072F0",
|
|
338
|
+
"dtInputsColorBorderCritical": "#FF525C",
|
|
339
|
+
"dtInputsColorBorderSuccess": "#00E55E",
|
|
340
|
+
"dtInputsColorBorderWarning": "#FFB958",
|
|
341
|
+
"dtInputsColorBorderDisabled": "transparent",
|
|
342
|
+
"dtInputsColorBackgroundDefault": "#FBFBFB",
|
|
343
|
+
"dtInputsColorBackgroundFocus": "#FBFBFB",
|
|
344
|
+
"dtInputsColorBackgroundDisabled": "#FBFBFB",
|
|
345
|
+
"dtActionColorForegroundBaseDefault": "#987BFF",
|
|
346
|
+
"dtActionColorForegroundBaseHover": "#B29DFF",
|
|
347
|
+
"dtActionColorForegroundBaseActive": "#B29DFF",
|
|
348
|
+
"dtActionColorForegroundBasePrimaryDefault": "#000000",
|
|
349
|
+
"dtActionColorForegroundCriticalDefault": "#FF525C",
|
|
350
|
+
"dtActionColorForegroundCriticalHover": "#FF8888",
|
|
351
|
+
"dtActionColorForegroundCriticalActive": "#FF8888",
|
|
352
|
+
"dtActionColorForegroundCriticalPrimaryDefault": "#000000",
|
|
353
|
+
"dtActionColorForegroundInvertedDefault": "#111111",
|
|
354
|
+
"dtActionColorForegroundInvertedHover": "#111111",
|
|
355
|
+
"dtActionColorForegroundInvertedActive": "#111111",
|
|
356
|
+
"dtActionColorForegroundInvertedPrimaryDefault": "#7F56FF",
|
|
357
|
+
"dtActionColorForegroundInvertedPrimaryHover": "#987BFF",
|
|
358
|
+
"dtActionColorForegroundInvertedPrimaryActive": "#987BFF",
|
|
359
|
+
"dtActionColorForegroundMutedDefault": "#C7C7C7",
|
|
360
|
+
"dtActionColorForegroundMutedHover": "#FBFBFB",
|
|
361
|
+
"dtActionColorForegroundMutedActive": "#FBFBFB",
|
|
362
|
+
"dtActionColorForegroundDisabledDefault": "#787878",
|
|
363
|
+
"dtActionColorForegroundPositiveDefault": "#00C650",
|
|
364
|
+
"dtActionColorForegroundPositiveHover": "#B2F2B3",
|
|
365
|
+
"dtActionColorForegroundPositiveActive": "#B2F2B3",
|
|
366
|
+
"dtActionColorForegroundPositivePrimaryDefault": "#ffffff",
|
|
367
|
+
"dtActionColorBackgroundBaseDefault": "transparent",
|
|
368
|
+
"dtActionColorBackgroundBaseHover": "#1F0060",
|
|
369
|
+
"dtActionColorBackgroundBaseActive": "#2A007B",
|
|
370
|
+
"dtActionColorBackgroundBasePrimaryDefault": "#987BFF",
|
|
371
|
+
"dtActionColorBackgroundBasePrimaryHover": "#B29DFF",
|
|
372
|
+
"dtActionColorBackgroundBasePrimaryActive": "#CCBEFF",
|
|
373
|
+
"dtActionColorBackgroundCriticalDefault": "transparent",
|
|
374
|
+
"dtActionColorBackgroundCriticalHover": "#54000C",
|
|
375
|
+
"dtActionColorBackgroundCriticalActive": "#680012",
|
|
376
|
+
"dtActionColorBackgroundCriticalPrimaryDefault": "#FF525C",
|
|
377
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#FFB3B1",
|
|
378
|
+
"dtActionColorBackgroundCriticalPrimaryActive": "#FFB3B1",
|
|
379
|
+
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
380
|
+
"dtActionColorBackgroundInvertedHover": "#ABABAB",
|
|
381
|
+
"dtActionColorBackgroundInvertedActive": "#787878",
|
|
382
|
+
"dtActionColorBackgroundInvertedPrimaryDefault": "#2A007B",
|
|
383
|
+
"dtActionColorBackgroundInvertedPrimaryHover": "#111111",
|
|
384
|
+
"dtActionColorBackgroundInvertedPrimaryActive": "#350097",
|
|
385
|
+
"dtActionColorBackgroundMutedDefault": "transparent",
|
|
386
|
+
"dtActionColorBackgroundMutedHover": "#C7C7C7",
|
|
387
|
+
"dtActionColorBackgroundMutedActive": "#C7C7C7",
|
|
388
|
+
"dtActionColorBackgroundDisabledDefault": "#FBFBFB",
|
|
389
|
+
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
390
|
+
"dtActionColorBackgroundPositiveHover": "#003911",
|
|
391
|
+
"dtActionColorBackgroundPositiveActive": "#00531D",
|
|
392
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#00C650",
|
|
393
|
+
"dtActionColorBackgroundPositivePrimaryHover": "#00E55E",
|
|
394
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#B2F2B3",
|
|
395
|
+
"dtActionColorBorderBaseOutlinedDefault": "#7F56FF",
|
|
396
|
+
"dtActionColorBorderCriticalOutlinedDefault": "#FF525C",
|
|
397
|
+
"dtActionColorBorderInvertedOutlinedDefault": "#000000",
|
|
398
|
+
"dtActionColorBorderMutedOutlinedDefault": "#ffffff",
|
|
399
|
+
"dtThemeColorBase": "#FBFBFB",
|
|
400
|
+
"dtThemeTopbarColorForeground": "#FBFBFB",
|
|
401
|
+
"dtThemeTopbarColorBackground": "#262626",
|
|
402
|
+
"dtThemeTopbarFieldColorForeground": "#FBFBFB",
|
|
403
|
+
"dtThemeTopbarFieldColorForegroundHover": "#FBFBFB",
|
|
404
|
+
"dtThemeTopbarFieldColorBackground": "#FBFBFB",
|
|
405
|
+
"dtThemeTopbarFieldColorBackgroundHover": "#262626",
|
|
406
|
+
"dtThemeTopbarFieldColorBorder": "#FBFBFB",
|
|
407
|
+
"dtThemeTopbarFieldColorBorderHover": "#FBFBFB",
|
|
408
|
+
"dtThemeTopbarFieldColorBorderActive": "#FBFBFB",
|
|
409
|
+
"dtThemeTopbarButtonColorForeground": "#FBFBFB",
|
|
410
|
+
"dtThemeTopbarButtonColorForegroundHover": "#FBFBFB",
|
|
411
|
+
"dtThemeTopbarButtonColorBackground": "#FBFBFB",
|
|
412
|
+
"dtThemeTopbarButtonColorBackgroundHover": "#FBFBFB",
|
|
413
|
+
"dtThemeTopbarButtonColorBackgroundActive": "#FBFBFB",
|
|
414
|
+
"dtThemeTopbarProfileColorForeground": "#FBFBFB",
|
|
415
|
+
"dtThemeTopbarProfileColorForegroundInverted": "#111111",
|
|
416
|
+
"dtThemeTopbarProfileColorBackground": "#FBFBFB",
|
|
417
|
+
"dtThemeTopbarProfileColorBackgroundInverted": "#FBFBFB",
|
|
418
|
+
"dtThemeTopbarProfileColorBackgroundHover": "#FBFBFB",
|
|
419
|
+
"dtThemeTopbarProfileColorBackgroundActive": "#FBFBFB",
|
|
420
|
+
"dtThemeSidebarColorForeground": "#C7C7C7",
|
|
421
|
+
"dtThemeSidebarColorForegroundUnread": "#FBFBFB",
|
|
422
|
+
"dtThemeSidebarColorBackground": "#262626",
|
|
423
|
+
"dtThemeSidebarIconColorForeground": "#C7C7C7",
|
|
424
|
+
"dtThemeSidebarStatusColorForeground": "#ABABAB",
|
|
425
|
+
"dtThemeSidebarRowColorBackground": "#FBFBFB",
|
|
426
|
+
"dtThemeSidebarRowColorBackgroundHover": "#FBFBFB",
|
|
427
|
+
"dtThemeSidebarRowColorBackgroundActive": "#FBFBFB",
|
|
428
|
+
"dtThemeSidebarSelectedRowColorForeground": "#FBFBFB",
|
|
429
|
+
"dtThemeSidebarSelectedRowColorBackground": "#FBFBFB",
|
|
430
|
+
"dtThemeSidebarSectionColorForeground": "#ABABAB",
|
|
431
|
+
"dtThemePresenceColorBackgroundAvailable": "#00E55E",
|
|
432
|
+
"dtThemePresenceColorBackgroundBusyUnavailable": "#FF525C",
|
|
433
|
+
"dtThemePresenceColorBackgroundBusy": "#FFB958",
|
|
434
|
+
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
435
|
+
"dtThemeMentionColorForeground": "#ffffff",
|
|
436
|
+
"dtThemeMentionColorForegroundStrong": "#111111",
|
|
437
|
+
"dtThemeMentionColorBackground": "#987BFF",
|
|
438
|
+
"dtThemeMentionColorBackgroundStrong": "#CCBEFF",
|
|
439
|
+
"dtAvatarColorForeground": "#000000",
|
|
440
|
+
"dtAvatarColorBackground100": "#1aa340",
|
|
441
|
+
"dtAvatarColorBackground200": "#aaff83",
|
|
442
|
+
"dtAvatarColorBackground300": "#adea88",
|
|
443
|
+
"dtAvatarColorBackground400": "#77eca6",
|
|
444
|
+
"dtAvatarColorBackground500": "#7aedbd",
|
|
445
|
+
"dtAvatarColorBackground600": "#77deec",
|
|
446
|
+
"dtAvatarColorBackground700": "#5ed8ff",
|
|
447
|
+
"dtAvatarColorBackground800": "#99e7ff",
|
|
448
|
+
"dtAvatarColorBackground900": "#51a0fe",
|
|
449
|
+
"dtAvatarColorBackground1000": "#b6cfff",
|
|
450
|
+
"dtAvatarColorBackground1100": "#f1b7e8",
|
|
451
|
+
"dtAvatarColorBackground1200": "#ec77bd",
|
|
452
|
+
"dtAvatarColorBackground1300": "#ff67be",
|
|
453
|
+
"dtAvatarColorBackground1400": "#f87e7e",
|
|
454
|
+
"dtAvatarColorBackground1500": "#eca877",
|
|
455
|
+
"dtAvatarColorBackground1600": "#ffbe41",
|
|
456
|
+
"dtAvatarColorBackground1700": "#ffd646",
|
|
457
|
+
"dtAvatarColorBackground1800": "#f1dab7",
|
|
458
|
+
"dtAvatarColorBackground000": "#e0e0e0",
|
|
459
|
+
"dtBadgeColorBackgroundDefault": "#FBFBFB",
|
|
460
|
+
"dtBadgeColorBackgroundInfo": "#004493",
|
|
461
|
+
"dtBadgeColorBackgroundSuccess": "#00531D",
|
|
462
|
+
"dtBadgeColorBackgroundWarning": "#643F00",
|
|
463
|
+
"dtBadgeColorBackgroundCritical": "#680012",
|
|
464
|
+
"dtBadgeColorBackgroundBulletin": "#987BFF",
|
|
465
|
+
"dtBadgeColorBackgroundBulletinSubtle": "#7F56FF",
|
|
466
|
+
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #E60083 10%, #987BFF 90%)",
|
|
467
|
+
"dtBadgeColorForegroundDefault": "#FBFBFB",
|
|
468
|
+
"dtBadgeColorForegroundBulletin": "#000000",
|
|
469
|
+
"dtBadgeColorForegroundBulletinSubtle": "#FBFBFB",
|
|
470
|
+
"dtBadgeColorBorderDefault": "#ffffff",
|
|
471
|
+
"dtBadgeColorBorderBulletinSubtle": "#7F56FF",
|
|
472
|
+
"dtButtonFontSizeXs": "12px",
|
|
473
|
+
"dtButtonFontSizeSm": "12px",
|
|
474
|
+
"dtButtonFontSizeMd": "15px",
|
|
475
|
+
"dtButtonFontSizeLg": "19px",
|
|
476
|
+
"dtButtonFontSizeXl": "27px",
|
|
477
|
+
"dtButtonFontWeightXs": "500",
|
|
478
|
+
"dtButtonFontWeightSm": "500",
|
|
479
|
+
"dtButtonFontWeightMd": "500",
|
|
480
|
+
"dtButtonFontWeightLg": "500",
|
|
481
|
+
"dtButtonFontWeightXl": "400",
|
|
482
|
+
"dtButtonLineHeightXs": "1.2",
|
|
483
|
+
"dtButtonLineHeightSm": "1.2",
|
|
484
|
+
"dtButtonLineHeightMd": "1.2",
|
|
485
|
+
"dtButtonLineHeightLg": "1.2",
|
|
486
|
+
"dtButtonLineHeightXl": "1.2",
|
|
487
|
+
"dtButtonSizeRadiusXs": "0.25rem",
|
|
488
|
+
"dtButtonSizeRadiusSm": "0.5rem",
|
|
489
|
+
"dtButtonSizeRadiusMd": "0.5rem",
|
|
490
|
+
"dtButtonSizeRadiusLg": "0.75rem",
|
|
491
|
+
"dtButtonSizeRadiusXl": "1rem",
|
|
492
|
+
"dtCheckboxSizeWidth": "1rem",
|
|
493
|
+
"dtCheckboxSizeHeight": "1rem",
|
|
494
|
+
"dtCheckboxSizeRadius": "0.25rem",
|
|
495
|
+
"dtCheckboxColorBorderUnchecked": "#ffffff",
|
|
496
|
+
"dtCheckboxColorBorderChecked": "#987BFF",
|
|
497
|
+
"dtCheckboxColorBackgroundChecked": "#987BFF",
|
|
498
|
+
"dtIconSize100": "12px",
|
|
499
|
+
"dtIconSize200": "14px",
|
|
500
|
+
"dtIconSize300": "18px",
|
|
501
|
+
"dtIconSize400": "20px",
|
|
502
|
+
"dtIconSize500": "24px",
|
|
503
|
+
"dtIconSize600": "32px",
|
|
504
|
+
"dtIconSize700": "38px",
|
|
505
|
+
"dtIconSize800": "48px",
|
|
506
|
+
"dtIconSizeBorder100": "0.0625rem",
|
|
507
|
+
"dtIconSizeBorder200": "0.0781rem",
|
|
508
|
+
"dtIconSizeBorder300": "0.0938rem",
|
|
509
|
+
"dtIconSizeBorder400": "0.1094rem",
|
|
510
|
+
"dtIconSizeBorder500": "0.1094rem",
|
|
511
|
+
"dtIconSizeBorder600": "0.1563rem",
|
|
512
|
+
"dtIconSizeBorder700": "0.1719rem",
|
|
513
|
+
"dtIconSizeBorder800": "0.2188rem",
|
|
514
|
+
"dtRadioSizeWidth": "1rem",
|
|
515
|
+
"dtRadioSizeHeight": "1rem",
|
|
516
|
+
"dtRadioSizeRadius": "50%",
|
|
517
|
+
"dtRadioColorBorderUnchecked": "#ffffff",
|
|
518
|
+
"dtRadioColorBorderChecked": "#987BFF",
|
|
519
|
+
"dtRadioColorBackgroundChecked": "#987BFF"
|
|
520
|
+
}
|