@dialpad/dialtone 9.73.0-beta.1 → 9.73.0-beta.2
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 +14545 -13955
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +263 -24
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-base-dark.css +898 -895
- package/dist/css/tokens/tokens-base-light.css +673 -670
- package/dist/css/tokens/tokens-dp-dark.css +1831 -1831
- package/dist/css/tokens/tokens-dp-light.css +1832 -1832
- package/dist/css/tokens/tokens-expressive-dark.css +1793 -1793
- package/dist/css/tokens/tokens-expressive-light.css +1793 -1793
- package/dist/css/tokens/tokens-expressive-sm-dark.css +1793 -1793
- package/dist/css/tokens/tokens-expressive-sm-light.css +1793 -1793
- package/dist/css/tokens/tokens-tmo-dark.css +1787 -1787
- package/dist/css/tokens/tokens-tmo-light.css +1787 -1787
- package/dist/tokens/css/tokens-base-dark.css +898 -895
- package/dist/tokens/css/tokens-base-light.css +673 -670
- package/dist/tokens/css/tokens-dp-dark.css +1831 -1831
- package/dist/tokens/css/tokens-dp-light.css +1832 -1832
- package/dist/tokens/css/tokens-expressive-dark.css +1793 -1793
- package/dist/tokens/css/tokens-expressive-light.css +1793 -1793
- package/dist/tokens/css/tokens-expressive-sm-dark.css +1793 -1793
- package/dist/tokens/css/tokens-expressive-sm-light.css +1793 -1793
- package/dist/tokens/css/tokens-tmo-dark.css +1787 -1787
- package/dist/tokens/css/tokens-tmo-light.css +1787 -1787
- package/dist/tokens/doc.json +47849 -47677
- package/dist/tokens/less/tokens-base-dark.less +20 -17
- package/dist/tokens/less/tokens-base-light.less +20 -17
- package/dist/tokens/less/tokens-dp-dark.less +59 -59
- package/dist/tokens/less/tokens-dp-light.less +59 -59
- package/dist/tokens/less/tokens-expressive-dark.less +55 -55
- package/dist/tokens/less/tokens-expressive-light.less +55 -55
- package/dist/tokens/less/tokens-expressive-sm-dark.less +55 -55
- package/dist/tokens/less/tokens-expressive-sm-light.less +55 -55
- package/dist/tokens/less/tokens-tmo-dark.less +49 -49
- package/dist/tokens/less/tokens-tmo-light.less +49 -49
- package/dist/tokens/themes/chunks/tokens-base-dark-D3v4_NMT.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-SlAAMLw5.js +1 -0
- package/dist/tokens/themes/chunks/tokens-base-light-BUcyLIIS.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-Dx0sRL2j.js +1 -0
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +4 -4
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +4 -4
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +2 -2
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +4 -4
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +2 -2
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +4 -4
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +4 -4
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +4 -4
- package/dist/tokens/tokens-base-dark.json +20 -17
- package/dist/tokens/tokens-base-light.json +20 -17
- package/dist/tokens/tokens-dp-dark.json +59 -59
- package/dist/tokens/tokens-dp-light.json +59 -59
- package/dist/tokens/tokens-expressive-dark.json +55 -55
- package/dist/tokens/tokens-expressive-light.json +55 -55
- package/dist/tokens/tokens-expressive-sm-dark.json +55 -55
- package/dist/tokens/tokens-expressive-sm-light.json +55 -55
- package/dist/tokens/tokens-tmo-dark.json +49 -49
- package/dist/tokens/tokens-tmo-light.json +49 -49
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/avatar/avatar.vue.cjs +13 -24
- package/dist/vue2/components/avatar/avatar.vue.cjs.map +1 -1
- package/dist/vue2/components/avatar/avatar.vue.js +13 -24
- package/dist/vue2/components/avatar/avatar.vue.js.map +1 -1
- package/dist/vue2/components/icon/icon.vue.cjs +2 -2
- package/dist/vue2/components/icon/icon.vue.js +2 -2
- package/dist/vue2/directives/scrollbar/scrollbar.cjs.map +1 -1
- package/dist/vue2/directives/scrollbar/scrollbar.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +7 -6
- 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 +7 -6
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +9 -17
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +9 -17
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +3 -2
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +4 -3
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +22 -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 +22 -11
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +14 -10
- 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 +14 -10
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +6 -3
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +6 -3
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +6 -5
- 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 +6 -5
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/vue2/style.css +65 -62
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts +1 -1
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts +5 -35
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/badge/badge.vue.d.ts +4 -4
- package/dist/vue2/types/components/banner/banner.vue.d.ts +1 -1
- package/dist/vue2/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +1 -1
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -1
- package/dist/vue2/types/components/button/button.vue.d.ts +1 -1
- package/dist/vue2/types/components/button_group/button_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/button_group/buttons_decorator.vue.d.ts +1 -1
- package/dist/vue2/types/components/card/card.vue.d.ts +1 -1
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +1 -1
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +3 -3
- package/dist/vue2/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +1 -1
- package/dist/vue2/types/components/chip/chip.vue.d.ts +2 -2
- package/dist/vue2/types/components/codeblock/codeblock.vue.d.ts +1 -1
- package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts +2 -2
- package/dist/vue2/types/components/collapsible/collapsible_lazy_show.vue.d.ts +1 -1
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +1 -1
- package/dist/vue2/types/components/combobox/combobox_empty-list.vue.d.ts +1 -1
- package/dist/vue2/types/components/combobox/combobox_loading-list.vue.d.ts +1 -1
- package/dist/vue2/types/components/datepicker/datepicker.vue.d.ts +1 -1
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts +1 -1
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +1 -1
- package/dist/vue2/types/components/description_list/description_list.vue.d.ts +1 -1
- package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts +2 -2
- package/dist/vue2/types/components/dropdown/dropdown_list.vue.d.ts +1 -1
- package/dist/vue2/types/components/dropdown/dropdown_separator.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji/emoji.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/emoji_picker.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_description.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_search.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +1 -1
- package/dist/vue2/types/components/empty_state/empty_state.vue.d.ts +1 -1
- package/dist/vue2/types/components/hovercard/hovercard.vue.d.ts +1 -1
- package/dist/vue2/types/components/icon/icon.vue.d.ts +1 -1
- package/dist/vue2/types/components/illustration/illustration.vue.d.ts +1 -1
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +1 -1
- package/dist/vue2/types/components/input/input.vue.d.ts +1 -1
- package/dist/vue2/types/components/input_group/decorators/input.vue.d.ts +1 -1
- package/dist/vue2/types/components/input_group/decorators/inputs.vue.d.ts +1 -1
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts +2 -2
- package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts +1 -1
- package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +1 -1
- package/dist/vue2/types/components/lazy_show/lazy_show.vue.d.ts +1 -1
- package/dist/vue2/types/components/link/link.vue.d.ts +1 -1
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts +2 -2
- package/dist/vue2/types/components/list_item_group/list_item_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/vue2/types/components/notice/notice.vue.d.ts +1 -1
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts +1 -1
- package/dist/vue2/types/components/notice/notice_content.vue.d.ts +1 -1
- package/dist/vue2/types/components/notice/notice_icon.vue.d.ts +1 -1
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts +1 -1
- package/dist/vue2/types/components/popover/popover.vue.d.ts +1 -1
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +1 -1
- package/dist/vue2/types/components/presence/presence.vue.d.ts +1 -1
- package/dist/vue2/types/components/radio/radio.vue.d.ts +1 -1
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +3 -3
- package/dist/vue2/types/components/radio_group/radios_decorator.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +17 -17
- package/dist/vue2/types/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +17 -17
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +17 -17
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts +17 -17
- package/dist/vue2/types/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
- package/dist/vue2/types/components/root_layout/root_layout.vue.d.ts +1 -1
- package/dist/vue2/types/components/select_menu/select_menu.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-list-item.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-paragraph.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-shape.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-text.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton.vue.d.ts +1 -1
- package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts +1 -1
- package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +2 -2
- package/dist/vue2/types/components/split_button/split_button.vue.d.ts +2 -2
- package/dist/vue2/types/components/stack/stack.vue.d.ts +1 -1
- package/dist/vue2/types/components/tabs/tab.vue.d.ts +1 -1
- package/dist/vue2/types/components/tabs/tab_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/tabs/tab_panel.vue.d.ts +1 -1
- package/dist/vue2/types/components/toast/toast.vue.d.ts +1 -1
- package/dist/vue2/types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/vue2/types/components/validation_messages/validation_messages.vue.d.ts +1 -1
- package/dist/vue2/types/directives/scrollbar/scrollbar.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +1 -2
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +3 -17
- package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.d.ts +17 -17
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -7
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +4 -17
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -2
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +1 -1
- package/dist/vue3/components/checkbox/checkbox.vue.cjs +1 -1
- package/dist/vue3/components/checkbox/checkbox.vue.js +1 -1
- package/dist/vue3/components/icon/icon.vue.cjs +2 -2
- package/dist/vue3/components/icon/icon.vue.js +2 -2
- package/dist/vue3/directives/scrollbar/scrollbar.cjs.map +1 -1
- package/dist/vue3/directives/scrollbar/scrollbar.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +23 -25
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +24 -26
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +4 -6
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +5 -7
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +29 -18
- 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 +29 -18
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +26 -26
- 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 +27 -27
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +1 -1
- 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 +1 -1
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/vue3/style.css +24 -21
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +1 -1
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +6 -6
- package/dist/vue3/types/components/badge/badge.vue.d.ts +1 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +3 -3
- package/dist/vue3/types/components/button_group/button_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/button_group/buttons_decorator.vue.d.ts +1 -1
- package/dist/vue3/types/components/card/card.vue.d.ts +1 -1
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +2 -2
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +4 -4
- package/dist/vue3/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +2 -2
- package/dist/vue3/types/components/codeblock/codeblock.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +2 -2
- package/dist/vue3/types/components/collapsible/collapsible_lazy_show.vue.d.ts +1 -1
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +14 -14
- package/dist/vue3/types/components/combobox/combobox_empty-list.vue.d.ts +1 -1
- package/dist/vue3/types/components/combobox/combobox_loading-list.vue.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/modules/calendar.vue.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts +1 -1
- package/dist/vue3/types/components/description_list/description_list.vue.d.ts +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +7 -5
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown_list.vue.d.ts +1 -1
- package/dist/vue3/types/components/dropdown/dropdown_separator.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji/emoji.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/emoji_picker.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_description.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_search.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +1 -1
- package/dist/vue3/types/components/empty_state/empty_state.vue.d.ts +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +1 -1
- package/dist/vue3/types/components/icon/icon.vue.d.ts +1 -1
- package/dist/vue3/types/components/illustration/illustration.vue.d.ts +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +1 -1
- package/dist/vue3/types/components/input/input.vue.d.ts +7 -7
- package/dist/vue3/types/components/input_group/decorators/input.vue.d.ts +1 -1
- package/dist/vue3/types/components/input_group/decorators/inputs.vue.d.ts +1 -1
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts +2 -2
- package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts +1 -1
- package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +4 -4
- package/dist/vue3/types/components/lazy_show/lazy_show.vue.d.ts +2 -2
- package/dist/vue3/types/components/link/link.vue.d.ts +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +2 -2
- package/dist/vue3/types/components/list_item_group/list_item_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +3 -3
- package/dist/vue3/types/components/notice/notice.vue.d.ts +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +1 -1
- package/dist/vue3/types/components/notice/notice_content.vue.d.ts +1 -1
- package/dist/vue3/types/components/notice/notice_icon.vue.d.ts +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +1 -1
- package/dist/vue3/types/components/presence/presence.vue.d.ts +1 -1
- package/dist/vue3/types/components/radio/radio.vue.d.ts +3 -3
- package/dist/vue3/types/components/radio_group/radio_group.vue.d.ts +4 -4
- package/dist/vue3/types/components/radio_group/radios_decorator.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +4 -4
- package/dist/vue3/types/components/root_layout/root_layout.vue.d.ts +1 -1
- package/dist/vue3/types/components/scroller/DtScroller.vue.d.ts +1 -1
- package/dist/vue3/types/components/scroller/modules/core_scroller.vue.d.ts +1 -1
- package/dist/vue3/types/components/scroller/modules/dynamic_scroller.vue.d.ts +4 -4
- package/dist/vue3/types/components/scroller/modules/scroller_item.vue.d.ts +1 -1
- package/dist/vue3/types/components/select_menu/select_menu.vue.d.ts +2 -2
- package/dist/vue3/types/components/skeleton/skeleton-list-item.vue.d.ts +1 -1
- package/dist/vue3/types/components/skeleton/skeleton-paragraph.vue.d.ts +1 -1
- package/dist/vue3/types/components/skeleton/skeleton-shape.vue.d.ts +2 -2
- package/dist/vue3/types/components/skeleton/skeleton-text.vue.d.ts +1 -1
- package/dist/vue3/types/components/skeleton/skeleton.vue.d.ts +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +2 -2
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +20 -20
- package/dist/vue3/types/components/tabs/tab.vue.d.ts +2 -2
- package/dist/vue3/types/components/tabs/tab_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/tabs/tab_panel.vue.d.ts +2 -2
- package/dist/vue3/types/components/toast/toast.vue.d.ts +1 -1
- package/dist/vue3/types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +6 -6
- package/dist/vue3/types/components/validation_messages/validation_messages.vue.d.ts +1 -1
- package/dist/vue3/types/directives/scrollbar/scrollbar.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +6 -6
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +13 -13
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +8 -2
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +32 -17
- package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +8 -10
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +4 -17
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +10 -10
- package/dist/vue3/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +1 -1
- package/package.json +2 -2
- package/dist/tokens/themes/chunks/tokens-base-dark-BEsKKfTV.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-dark-Bxzti7ig.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-DV0xl0Dv.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-jdZ77WhZ.js +0 -4
- package/dist/vue2/common/storybook_utils.cjs +0 -8
- package/dist/vue2/common/storybook_utils.cjs.map +0 -1
- package/dist/vue2/common/storybook_utils.js +0 -8
- package/dist/vue2/common/storybook_utils.js.map +0 -1
- package/dist/vue2/types/common/storybook_utils.d.ts +0 -35
- package/dist/vue2/types/common/storybook_utils.d.ts.map +0 -1
|
@@ -4,1855 +4,1855 @@
|
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
6
|
color-scheme: dark;
|
|
7
|
-
--dt-size-
|
|
8
|
-
--dt-color-foreground-primary-h: 0;
|
|
9
|
-
--dt-color-foreground-primary-s: 0%;
|
|
10
|
-
--dt-color-foreground-primary-l: 90.19607843137256%;
|
|
11
|
-
--dt-color-foreground-primary-hsl: var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l);
|
|
12
|
-
--dt-color-foreground-primary-hsla: hsla(var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l) / var(--alpha, 100%));
|
|
13
|
-
--dt-color-foreground-primary: #E6E6E6; /* Default text color throughout the UI. */
|
|
14
|
-
--dt-color-foreground-secondary-h: 0;
|
|
15
|
-
--dt-color-foreground-secondary-s: 0%;
|
|
16
|
-
--dt-color-foreground-secondary-l: 76.07843137254902%;
|
|
17
|
-
--dt-color-foreground-secondary-hsl: var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l);
|
|
18
|
-
--dt-color-foreground-secondary-hsla: hsla(var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l) / var(--alpha, 100%));
|
|
19
|
-
--dt-color-foreground-secondary: #C2C2C2; /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
|
|
20
|
-
--dt-color-foreground-tertiary-h: 0;
|
|
21
|
-
--dt-color-foreground-tertiary-s: 0%;
|
|
22
|
-
--dt-color-foreground-tertiary-l: 66.66666666666666%;
|
|
23
|
-
--dt-color-foreground-tertiary-hsl: var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l);
|
|
24
|
-
--dt-color-foreground-tertiary-hsla: hsla(var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l) / var(--alpha, 100%));
|
|
25
|
-
--dt-color-foreground-tertiary: #AAAAAA; /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
|
|
26
|
-
--dt-color-foreground-muted-h: 0;
|
|
27
|
-
--dt-color-foreground-muted-s: 0%;
|
|
28
|
-
--dt-color-foreground-muted-l: 83.1%;
|
|
29
|
-
--dt-color-foreground-muted-hsl: var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l);
|
|
30
|
-
--dt-color-foreground-muted-hsla: hsla(var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l) / var(--alpha, 100%));
|
|
31
|
-
--dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
|
|
32
|
-
--dt-color-foreground-placeholder-h: 0;
|
|
33
|
-
--dt-color-foreground-placeholder-s: 0%;
|
|
34
|
-
--dt-color-foreground-placeholder-l: 66.66666666666666%;
|
|
35
|
-
--dt-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l);
|
|
36
|
-
--dt-color-foreground-placeholder-hsla: hsla(var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l) / var(--alpha, 100%));
|
|
37
|
-
--dt-color-foreground-placeholder: #AAAAAA;
|
|
38
|
-
--dt-color-foreground-disabled-h: 0;
|
|
39
|
-
--dt-color-foreground-disabled-s: 0%;
|
|
40
|
-
--dt-color-foreground-disabled-l: 66.66666666666666%;
|
|
41
|
-
--dt-color-foreground-disabled-hsl: var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l);
|
|
42
|
-
--dt-color-foreground-disabled-hsla: hsla(var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l) / var(--alpha, 100%));
|
|
43
|
-
--dt-color-foreground-disabled: #AAAAAA;
|
|
44
|
-
--dt-color-foreground-critical-h: 0;
|
|
45
|
-
--dt-color-foreground-critical-s: 100%;
|
|
46
|
-
--dt-color-foreground-critical-l: 76.07843137254902%;
|
|
47
|
-
--dt-color-foreground-critical-hsl: var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l);
|
|
48
|
-
--dt-color-foreground-critical-hsla: hsla(var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l) / var(--alpha, 100%));
|
|
49
|
-
--dt-color-foreground-critical: #FF8585;
|
|
50
|
-
--dt-color-foreground-critical-strong-h: 0;
|
|
51
|
-
--dt-color-foreground-critical-strong-s: 100%;
|
|
52
|
-
--dt-color-foreground-critical-strong-l: 82.1%;
|
|
53
|
-
--dt-color-foreground-critical-strong-hsl: var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l);
|
|
54
|
-
--dt-color-foreground-critical-strong-hsla: hsla(var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l) / var(--alpha, 100%));
|
|
55
|
-
--dt-color-foreground-critical-strong: hsl(0 100% 82.1%);
|
|
56
|
-
--dt-color-foreground-success-h: 111.52173913043478;
|
|
57
|
-
--dt-color-foreground-success-s: 100%;
|
|
58
|
-
--dt-color-foreground-success-l: 81.96078431372548%;
|
|
59
|
-
--dt-color-foreground-success-hsl: var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l);
|
|
60
|
-
--dt-color-foreground-success-hsla: hsla(var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l) / var(--alpha, 100%));
|
|
61
|
-
--dt-color-foreground-success: #B0FFA3; /* Indicates a positive state. */
|
|
62
|
-
--dt-color-foreground-success-strong-h: 112;
|
|
63
|
-
--dt-color-foreground-success-strong-s: 100%;
|
|
64
|
-
--dt-color-foreground-success-strong-l: 88.3%;
|
|
65
|
-
--dt-color-foreground-success-strong-hsl: var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l);
|
|
66
|
-
--dt-color-foreground-success-strong-hsla: hsla(var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l) / var(--alpha, 100%));
|
|
67
|
-
--dt-color-foreground-success-strong: hsl(112 100% 88.3%);
|
|
68
|
-
--dt-color-foreground-warning-h: 42.99212598425196;
|
|
69
|
-
--dt-color-foreground-warning-s: 100%;
|
|
70
|
-
--dt-color-foreground-warning-l: 75.09803921568627%;
|
|
71
|
-
--dt-color-foreground-warning-hsl: var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l);
|
|
72
|
-
--dt-color-foreground-warning-hsla: hsla(var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l) / var(--alpha, 100%));
|
|
73
|
-
--dt-color-foreground-warning: #FFDB80;
|
|
74
|
-
--dt-color-foreground-primary-inverted-h: 0;
|
|
75
|
-
--dt-color-foreground-primary-inverted-s: 0%;
|
|
76
|
-
--dt-color-foreground-primary-inverted-l: 0%;
|
|
77
|
-
--dt-color-foreground-primary-inverted-hsl: var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l);
|
|
78
|
-
--dt-color-foreground-primary-inverted-hsla: hsla(var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l) / var(--alpha, 100%));
|
|
79
|
-
--dt-color-foreground-primary-inverted: #000000;
|
|
80
|
-
--dt-color-foreground-secondary-inverted-h: 0;
|
|
81
|
-
--dt-color-foreground-secondary-inverted-s: 0%;
|
|
82
|
-
--dt-color-foreground-secondary-inverted-l: 22.745098039215687%;
|
|
83
|
-
--dt-color-foreground-secondary-inverted-hsl: var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l);
|
|
84
|
-
--dt-color-foreground-secondary-inverted-hsla: hsla(var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l) / var(--alpha, 100%));
|
|
85
|
-
--dt-color-foreground-secondary-inverted: #3A3A3A;
|
|
86
|
-
--dt-color-foreground-tertiary-inverted-h: 0;
|
|
87
|
-
--dt-color-foreground-tertiary-inverted-s: 0%;
|
|
88
|
-
--dt-color-foreground-tertiary-inverted-l: 33.33333333333333%;
|
|
89
|
-
--dt-color-foreground-tertiary-inverted-hsl: var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l);
|
|
90
|
-
--dt-color-foreground-tertiary-inverted-hsla: hsla(var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l) / var(--alpha, 100%));
|
|
91
|
-
--dt-color-foreground-tertiary-inverted: #555555;
|
|
92
|
-
--dt-color-foreground-muted-inverted-h: 0;
|
|
93
|
-
--dt-color-foreground-muted-inverted-s: 0%;
|
|
94
|
-
--dt-color-foreground-muted-inverted-l: 14.899999999999999%;
|
|
95
|
-
--dt-color-foreground-muted-inverted-hsl: var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l);
|
|
96
|
-
--dt-color-foreground-muted-inverted-hsla: hsla(var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l) / var(--alpha, 100%));
|
|
97
|
-
--dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); /* Muted text color that sits on high-contrast surfaces or backgrounds. */
|
|
98
|
-
--dt-color-foreground-placeholder-inverted-h: 0;
|
|
99
|
-
--dt-color-foreground-placeholder-inverted-s: 0%;
|
|
100
|
-
--dt-color-foreground-placeholder-inverted-l: 50.19607843137255%;
|
|
101
|
-
--dt-color-foreground-placeholder-inverted-hsl: var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l);
|
|
102
|
-
--dt-color-foreground-placeholder-inverted-hsla: hsla(var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l) / var(--alpha, 100%));
|
|
103
|
-
--dt-color-foreground-placeholder-inverted: #808080; /* Placeholder text color that sits on high-contrast surfaces or backgrounds. */
|
|
104
|
-
--dt-color-foreground-disabled-inverted-h: 0;
|
|
105
|
-
--dt-color-foreground-disabled-inverted-s: 0%;
|
|
106
|
-
--dt-color-foreground-disabled-inverted-l: 50.19607843137255%;
|
|
107
|
-
--dt-color-foreground-disabled-inverted-hsl: var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l);
|
|
108
|
-
--dt-color-foreground-disabled-inverted-hsla: hsla(var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l) / var(--alpha, 100%));
|
|
109
|
-
--dt-color-foreground-disabled-inverted: #808080; /* Disabled text color that sits on high-contrast surfaces or backgrounds. */
|
|
110
|
-
--dt-color-foreground-critical-inverted-h: 0;
|
|
111
|
-
--dt-color-foreground-critical-inverted-s: 88.79999999999998%;
|
|
112
|
-
--dt-color-foreground-critical-inverted-l: 49.01960784313726%;
|
|
113
|
-
--dt-color-foreground-critical-inverted-hsl: var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l);
|
|
114
|
-
--dt-color-foreground-critical-inverted-hsla: hsla(var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l) / var(--alpha, 100%));
|
|
115
|
-
--dt-color-foreground-critical-inverted: #EC0E0E;
|
|
116
|
-
--dt-color-foreground-critical-strong-inverted-h: 0;
|
|
117
|
-
--dt-color-foreground-critical-strong-inverted-s: 88.659793814433%;
|
|
118
|
-
--dt-color-foreground-critical-strong-inverted-l: 38.03921568627451%;
|
|
119
|
-
--dt-color-foreground-critical-strong-inverted-hsl: var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l);
|
|
120
|
-
--dt-color-foreground-critical-strong-inverted-hsla: hsla(var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l) / var(--alpha, 100%));
|
|
121
|
-
--dt-color-foreground-critical-strong-inverted: #B70B0B;
|
|
122
|
-
--dt-color-foreground-success-inverted-h: 136.64233576642334;
|
|
123
|
-
--dt-color-foreground-success-inverted-s: 72.4867724867725%;
|
|
124
|
-
--dt-color-foreground-success-inverted-l: 37.05882352941176%;
|
|
125
|
-
--dt-color-foreground-success-inverted-hsl: var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l);
|
|
126
|
-
--dt-color-foreground-success-inverted-hsla: hsla(var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l) / var(--alpha, 100%));
|
|
127
|
-
--dt-color-foreground-success-inverted: #1AA340; /* Success text that sits on high-contrast surfaces or backgrounds */
|
|
128
|
-
--dt-color-foreground-success-strong-inverted-h: 136.15384615384616;
|
|
129
|
-
--dt-color-foreground-success-strong-inverted-s: 59.09090909090909%;
|
|
130
|
-
--dt-color-foreground-success-strong-inverted-l: 17.254901960784313%;
|
|
131
|
-
--dt-color-foreground-success-strong-inverted-hsl: var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l);
|
|
132
|
-
--dt-color-foreground-success-strong-inverted-hsla: hsla(var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l) / var(--alpha, 100%));
|
|
133
|
-
--dt-color-foreground-success-strong-inverted: #124620;
|
|
134
|
-
--dt-color-foreground-warning-inverted-h: 35.70247933884298;
|
|
135
|
-
--dt-color-foreground-warning-inverted-s: 88.32116788321169%;
|
|
136
|
-
--dt-color-foreground-warning-inverted-l: 26.862745098039216%;
|
|
137
|
-
--dt-color-foreground-warning-inverted-hsl: var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l);
|
|
138
|
-
--dt-color-foreground-warning-inverted-hsla: hsla(var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l) / var(--alpha, 100%));
|
|
139
|
-
--dt-color-foreground-warning-inverted: #815008; /* Warning text that sits on high-contrast surfaces or backgrounds */
|
|
140
|
-
--dt-color-link-primary-h: 261.00000000000006;
|
|
141
|
-
--dt-color-link-primary-s: 100%;
|
|
142
|
-
--dt-color-link-primary-l: 78.2%;
|
|
143
|
-
--dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);
|
|
144
|
-
--dt-color-link-primary-hsla: hsla(var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l) / var(--alpha, 100%));
|
|
145
|
-
--dt-color-link-primary: hsl(261 100% 78.2%);
|
|
146
|
-
--dt-color-link-critical-h: 0;
|
|
147
|
-
--dt-color-link-critical-s: 100%;
|
|
148
|
-
--dt-color-link-critical-l: 76.07843137254902%;
|
|
149
|
-
--dt-color-link-critical-hsl: var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l);
|
|
150
|
-
--dt-color-link-critical-hsla: hsla(var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l) / var(--alpha, 100%));
|
|
151
|
-
--dt-color-link-critical: #FF8585;
|
|
152
|
-
--dt-color-link-success-h: 111.52173913043478;
|
|
153
|
-
--dt-color-link-success-s: 100%;
|
|
154
|
-
--dt-color-link-success-l: 81.96078431372548%;
|
|
155
|
-
--dt-color-link-success-hsl: var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l);
|
|
156
|
-
--dt-color-link-success-hsla: hsla(var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l) / var(--alpha, 100%));
|
|
157
|
-
--dt-color-link-success: #B0FFA3; /* positive */
|
|
158
|
-
--dt-color-link-warning-h: 42.99212598425196;
|
|
159
|
-
--dt-color-link-warning-s: 100%;
|
|
160
|
-
--dt-color-link-warning-l: 75.09803921568627%;
|
|
161
|
-
--dt-color-link-warning-hsl: var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l);
|
|
162
|
-
--dt-color-link-warning-hsla: hsla(var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l) / var(--alpha, 100%));
|
|
163
|
-
--dt-color-link-warning: #FFDB80;
|
|
164
|
-
--dt-color-link-muted-h: 0;
|
|
165
|
-
--dt-color-link-muted-s: 0%;
|
|
166
|
-
--dt-color-link-muted-l: 76.07843137254902%;
|
|
167
|
-
--dt-color-link-muted-hsl: var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l);
|
|
168
|
-
--dt-color-link-muted-hsla: hsla(var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l) / var(--alpha, 100%));
|
|
169
|
-
--dt-color-link-muted: #C2C2C2;
|
|
170
|
-
--dt-color-link-disabled-h: 0;
|
|
171
|
-
--dt-color-link-disabled-s: 0%;
|
|
172
|
-
--dt-color-link-disabled-l: 66.66666666666666%;
|
|
173
|
-
--dt-color-link-disabled-hsl: var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l);
|
|
174
|
-
--dt-color-link-disabled-hsla: hsla(var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l) / var(--alpha, 100%));
|
|
175
|
-
--dt-color-link-disabled: #AAAAAA;
|
|
176
|
-
--dt-color-link-primary-inverted-h: 254.5664739884393;
|
|
177
|
-
--dt-color-link-primary-inverted-s: 100%;
|
|
178
|
-
--dt-color-link-primary-inverted-l: 66.07843137254902%;
|
|
179
|
-
--dt-color-link-primary-inverted-hsl: var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l);
|
|
180
|
-
--dt-color-link-primary-inverted-hsla: hsla(var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l) / var(--alpha, 100%));
|
|
181
|
-
--dt-color-link-primary-inverted: #7C52FF;
|
|
182
|
-
--dt-color-link-critical-inverted-h: 0;
|
|
183
|
-
--dt-color-link-critical-inverted-s: 88.79999999999998%;
|
|
184
|
-
--dt-color-link-critical-inverted-l: 49.01960784313726%;
|
|
185
|
-
--dt-color-link-critical-inverted-hsl: var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l);
|
|
186
|
-
--dt-color-link-critical-inverted-hsla: hsla(var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l) / var(--alpha, 100%));
|
|
187
|
-
--dt-color-link-critical-inverted: #EC0E0E;
|
|
188
|
-
--dt-color-link-success-inverted-h: 136.64233576642334;
|
|
189
|
-
--dt-color-link-success-inverted-s: 72.4867724867725%;
|
|
190
|
-
--dt-color-link-success-inverted-l: 37.05882352941176%;
|
|
191
|
-
--dt-color-link-success-inverted-hsl: var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l);
|
|
192
|
-
--dt-color-link-success-inverted-hsla: hsla(var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l) / var(--alpha, 100%));
|
|
193
|
-
--dt-color-link-success-inverted: #1AA340;
|
|
194
|
-
--dt-color-link-warning-inverted-h: 35.70247933884298;
|
|
195
|
-
--dt-color-link-warning-inverted-s: 88.32116788321169%;
|
|
196
|
-
--dt-color-link-warning-inverted-l: 26.862745098039216%;
|
|
197
|
-
--dt-color-link-warning-inverted-hsl: var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l);
|
|
198
|
-
--dt-color-link-warning-inverted-hsla: hsla(var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l) / var(--alpha, 100%));
|
|
199
|
-
--dt-color-link-warning-inverted: #815008;
|
|
200
|
-
--dt-color-link-muted-inverted-h: 0;
|
|
201
|
-
--dt-color-link-muted-inverted-s: 0%;
|
|
202
|
-
--dt-color-link-muted-inverted-l: 22.745098039215687%;
|
|
203
|
-
--dt-color-link-muted-inverted-hsl: var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l);
|
|
204
|
-
--dt-color-link-muted-inverted-hsla: hsla(var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l) / var(--alpha, 100%));
|
|
205
|
-
--dt-color-link-muted-inverted: #3A3A3A;
|
|
206
|
-
--dt-color-link-disabled-inverted-h: 0;
|
|
207
|
-
--dt-color-link-disabled-inverted-s: 0%;
|
|
208
|
-
--dt-color-link-disabled-inverted-l: 50.19607843137255%;
|
|
209
|
-
--dt-color-link-disabled-inverted-hsl: var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l);
|
|
210
|
-
--dt-color-link-disabled-inverted-hsla: hsla(var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l) / var(--alpha, 100%));
|
|
211
|
-
--dt-color-link-disabled-inverted: #808080;
|
|
212
|
-
--dt-color-link-primary-hover-h: 260.35714285714283;
|
|
213
|
-
--dt-color-link-primary-hover-s: 100%;
|
|
214
|
-
--dt-color-link-primary-hover-l: 89.01960784313725%;
|
|
215
|
-
--dt-color-link-primary-hover-hsl: var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l);
|
|
216
|
-
--dt-color-link-primary-hover-hsla: hsla(var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l) / var(--alpha, 100%));
|
|
217
|
-
--dt-color-link-primary-hover: #DAC7FF;
|
|
218
|
-
--dt-color-link-critical-hover-h: 357.6923076923077;
|
|
219
|
-
--dt-color-link-critical-hover-s: 100%;
|
|
220
|
-
--dt-color-link-critical-hover-l: 94.90196078431372%;
|
|
221
|
-
--dt-color-link-critical-hover-hsl: var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l);
|
|
222
|
-
--dt-color-link-critical-hover-hsla: hsla(var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l) / var(--alpha, 100%));
|
|
223
|
-
--dt-color-link-critical-hover: #FFE5E6;
|
|
224
|
-
--dt-color-link-success-hover-h: 111.42857142857133;
|
|
225
|
-
--dt-color-link-success-hover-s: 53.84615384615389%;
|
|
226
|
-
--dt-color-link-success-hover-l: 94.90196078431372%;
|
|
227
|
-
--dt-color-link-success-hover-hsl: var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l);
|
|
228
|
-
--dt-color-link-success-hover-hsla: hsla(var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l) / var(--alpha, 100%));
|
|
229
|
-
--dt-color-link-success-hover: #EDF9EB;
|
|
230
|
-
--dt-color-link-warning-hover-h: 47.058823529411775;
|
|
231
|
-
--dt-color-link-warning-hover-s: 100%;
|
|
232
|
-
--dt-color-link-warning-hover-l: 90%;
|
|
233
|
-
--dt-color-link-warning-hover-hsl: var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l);
|
|
234
|
-
--dt-color-link-warning-hover-hsla: hsla(var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l) / var(--alpha, 100%));
|
|
235
|
-
--dt-color-link-warning-hover: #FFF4CC;
|
|
236
|
-
--dt-color-link-muted-hover-h: 0;
|
|
237
|
-
--dt-color-link-muted-hover-s: 0%;
|
|
238
|
-
--dt-color-link-muted-hover-l: 90.19607843137256%;
|
|
239
|
-
--dt-color-link-muted-hover-hsl: var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l);
|
|
240
|
-
--dt-color-link-muted-hover-hsla: hsla(var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l) / var(--alpha, 100%));
|
|
241
|
-
--dt-color-link-muted-hover: #E6E6E6;
|
|
242
|
-
--dt-color-link-disabled-hover-h: 0;
|
|
243
|
-
--dt-color-link-disabled-hover-s: 0%;
|
|
244
|
-
--dt-color-link-disabled-hover-l: 66.66666666666666%;
|
|
245
|
-
--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l);
|
|
246
|
-
--dt-color-link-disabled-hover-hsla: hsla(var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l) / var(--alpha, 100%));
|
|
247
|
-
--dt-color-link-disabled-hover: #AAAAAA;
|
|
248
|
-
--dt-color-link-primary-inverted-hover-h: 254.49999999999997;
|
|
249
|
-
--dt-color-link-primary-inverted-hover-s: 67.41573033707866%;
|
|
250
|
-
--dt-color-link-primary-inverted-hover-l: 34.90196078431373%;
|
|
251
|
-
--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l);
|
|
252
|
-
--dt-color-link-primary-inverted-hover-hsla: hsla(var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l) / var(--alpha, 100%));
|
|
253
|
-
--dt-color-link-primary-inverted-hover: #3A1D95;
|
|
254
|
-
--dt-color-link-critical-inverted-hover-h: 0;
|
|
255
|
-
--dt-color-link-critical-inverted-hover-s: 88.659793814433%;
|
|
256
|
-
--dt-color-link-critical-inverted-hover-l: 38.03921568627451%;
|
|
257
|
-
--dt-color-link-critical-inverted-hover-hsl: var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l);
|
|
258
|
-
--dt-color-link-critical-inverted-hover-hsla: hsla(var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l) / var(--alpha, 100%));
|
|
259
|
-
--dt-color-link-critical-inverted-hover: #B70B0B;
|
|
260
|
-
--dt-color-link-success-inverted-hover-h: 136.15384615384616;
|
|
261
|
-
--dt-color-link-success-inverted-hover-s: 59.09090909090909%;
|
|
262
|
-
--dt-color-link-success-inverted-hover-l: 17.254901960784313%;
|
|
263
|
-
--dt-color-link-success-inverted-hover-hsl: var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l);
|
|
264
|
-
--dt-color-link-success-inverted-hover-hsla: hsla(var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l) / var(--alpha, 100%));
|
|
265
|
-
--dt-color-link-success-inverted-hover: #124620;
|
|
266
|
-
--dt-color-link-warning-inverted-hover-h: 0;
|
|
267
|
-
--dt-color-link-warning-inverted-hover-s: 0%;
|
|
268
|
-
--dt-color-link-warning-inverted-hover-l: 14.901960784313726%;
|
|
269
|
-
--dt-color-link-warning-inverted-hover-hsl: var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l);
|
|
270
|
-
--dt-color-link-warning-inverted-hover-hsla: hsla(var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l) / var(--alpha, 100%));
|
|
271
|
-
--dt-color-link-warning-inverted-hover: #262626;
|
|
272
|
-
--dt-color-link-muted-inverted-hover-h: 0;
|
|
273
|
-
--dt-color-link-muted-inverted-hover-s: 0%;
|
|
274
|
-
--dt-color-link-muted-inverted-hover-l: 0%;
|
|
275
|
-
--dt-color-link-muted-inverted-hover-hsl: var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l);
|
|
276
|
-
--dt-color-link-muted-inverted-hover-hsla: hsla(var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l) / var(--alpha, 100%));
|
|
277
|
-
--dt-color-link-muted-inverted-hover: #000000;
|
|
278
|
-
--dt-color-link-disabled-inverted-hover-h: 0;
|
|
279
|
-
--dt-color-link-disabled-inverted-hover-s: 0%;
|
|
280
|
-
--dt-color-link-disabled-inverted-hover-l: 50.19607843137255%;
|
|
281
|
-
--dt-color-link-disabled-inverted-hover-hsl: var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l);
|
|
282
|
-
--dt-color-link-disabled-inverted-hover-hsla: hsla(var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l) / var(--alpha, 100%));
|
|
283
|
-
--dt-color-link-disabled-inverted-hover: #808080;
|
|
284
|
-
--dt-color-surface-secondary-opaque-h: 0;
|
|
285
|
-
--dt-color-surface-secondary-opaque-s: 0%;
|
|
286
|
-
--dt-color-surface-secondary-opaque-l: 90.2%;
|
|
287
|
-
--dt-color-surface-secondary-opaque-hsl: var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l);
|
|
288
|
-
--dt-color-surface-secondary-opaque-hsla: hsla(var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l) / var(--alpha, 100%));
|
|
289
|
-
--dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06);
|
|
290
|
-
--dt-color-surface-moderate-opaque-h: 0;
|
|
291
|
-
--dt-color-surface-moderate-opaque-s: 0%;
|
|
292
|
-
--dt-color-surface-moderate-opaque-l: 90.2%;
|
|
293
|
-
--dt-color-surface-moderate-opaque-hsl: var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l);
|
|
294
|
-
--dt-color-surface-moderate-opaque-hsla: hsla(var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l) / var(--alpha, 100%));
|
|
295
|
-
--dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15);
|
|
296
|
-
--dt-color-surface-bold-opaque-h: 0;
|
|
297
|
-
--dt-color-surface-bold-opaque-s: 0%;
|
|
298
|
-
--dt-color-surface-bold-opaque-l: 90.2%;
|
|
299
|
-
--dt-color-surface-bold-opaque-hsl: var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l);
|
|
300
|
-
--dt-color-surface-bold-opaque-hsla: hsla(var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l) / var(--alpha, 100%));
|
|
301
|
-
--dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27);
|
|
302
|
-
--dt-color-surface-strong-opaque-h: 0;
|
|
303
|
-
--dt-color-surface-strong-opaque-s: 0%;
|
|
304
|
-
--dt-color-surface-strong-opaque-l: 90.2%;
|
|
305
|
-
--dt-color-surface-strong-opaque-hsl: var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l);
|
|
306
|
-
--dt-color-surface-strong-opaque-hsla: hsla(var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l) / var(--alpha, 100%));
|
|
307
|
-
--dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65);
|
|
308
|
-
--dt-color-surface-contrast-opaque-h: 0;
|
|
309
|
-
--dt-color-surface-contrast-opaque-s: 0%;
|
|
310
|
-
--dt-color-surface-contrast-opaque-l: 90.2%;
|
|
311
|
-
--dt-color-surface-contrast-opaque-hsl: var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l);
|
|
312
|
-
--dt-color-surface-contrast-opaque-hsla: hsla(var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l) / var(--alpha, 100%));
|
|
313
|
-
--dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96);
|
|
314
|
-
--dt-color-surface-backdrop-h: 0;
|
|
315
|
-
--dt-color-surface-backdrop-s: 0%;
|
|
316
|
-
--dt-color-surface-backdrop-l: 0%;
|
|
317
|
-
--dt-color-surface-backdrop-hsl: var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l);
|
|
318
|
-
--dt-color-surface-backdrop-hsla: hsla(var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l) / var(--alpha, 100%));
|
|
319
|
-
--dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); /* Background color for a modal-like backdrop. */
|
|
320
|
-
--dt-color-surface-critical-opaque-h: 0;
|
|
321
|
-
--dt-color-surface-critical-opaque-s: 88.7%;
|
|
322
|
-
--dt-color-surface-critical-opaque-l: 38%;
|
|
323
|
-
--dt-color-surface-critical-opaque-hsl: var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l);
|
|
324
|
-
--dt-color-surface-critical-opaque-hsla: hsla(var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l) / var(--alpha, 100%));
|
|
325
|
-
--dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32);
|
|
326
|
-
--dt-color-surface-critical-subtle-opaque-h: 0;
|
|
327
|
-
--dt-color-surface-critical-subtle-opaque-s: 89.60000000000001%;
|
|
328
|
-
--dt-color-surface-critical-subtle-opaque-l: 9.41%;
|
|
329
|
-
--dt-color-surface-critical-subtle-opaque-hsl: var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l);
|
|
330
|
-
--dt-color-surface-critical-subtle-opaque-hsla: hsla(var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l) / var(--alpha, 100%));
|
|
331
|
-
--dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5);
|
|
332
|
-
--dt-color-surface-warning-opaque-h: 35.89999999999999;
|
|
333
|
-
--dt-color-surface-warning-opaque-s: 66.00000000000001%;
|
|
334
|
-
--dt-color-surface-warning-opaque-l: 49.6%;
|
|
335
|
-
--dt-color-surface-warning-opaque-hsl: var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l);
|
|
336
|
-
--dt-color-surface-warning-opaque-hsla: hsla(var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l) / var(--alpha, 100%));
|
|
337
|
-
--dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48);
|
|
338
|
-
--dt-color-surface-warning-subtle-opaque-h: 35.7;
|
|
339
|
-
--dt-color-surface-warning-subtle-opaque-s: 88.29999999999998%;
|
|
340
|
-
--dt-color-surface-warning-subtle-opaque-l: 13.4%;
|
|
341
|
-
--dt-color-surface-warning-subtle-opaque-hsl: var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l);
|
|
342
|
-
--dt-color-surface-warning-subtle-opaque-hsla: hsla(var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l) / var(--alpha, 100%));
|
|
343
|
-
--dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5);
|
|
344
|
-
--dt-color-surface-success-opaque-h: 137;
|
|
345
|
-
--dt-color-surface-success-opaque-s: 72.50000000000001%;
|
|
346
|
-
--dt-color-surface-success-opaque-l: 37.1%;
|
|
347
|
-
--dt-color-surface-success-opaque-hsl: var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l);
|
|
348
|
-
--dt-color-surface-success-opaque-hsla: hsla(var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l) / var(--alpha, 100%));
|
|
349
|
-
--dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26);
|
|
350
|
-
--dt-color-surface-success-subtle-opaque-h: 136;
|
|
351
|
-
--dt-color-surface-success-subtle-opaque-s: 59.09999999999999%;
|
|
352
|
-
--dt-color-surface-success-subtle-opaque-l: 8.63%;
|
|
353
|
-
--dt-color-surface-success-subtle-opaque-hsl: var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l);
|
|
354
|
-
--dt-color-surface-success-subtle-opaque-hsla: hsla(var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l) / var(--alpha, 100%));
|
|
355
|
-
--dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5);
|
|
356
|
-
--dt-color-surface-info-opaque-h: 212;
|
|
357
|
-
--dt-color-surface-info-opaque-s: 79.19999999999999%;
|
|
358
|
-
--dt-color-surface-info-opaque-l: 43.3%;
|
|
359
|
-
--dt-color-surface-info-opaque-hsl: var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l);
|
|
360
|
-
--dt-color-surface-info-opaque-hsla: hsla(var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l) / var(--alpha, 100%));
|
|
361
|
-
--dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29);
|
|
362
|
-
--dt-color-surface-info-subtle-opaque-h: 213.20966997513474;
|
|
363
|
-
--dt-color-surface-info-subtle-opaque-s: 96.9787556672879%;
|
|
364
|
-
--dt-color-surface-info-subtle-opaque-l: 12.97997843137255%;
|
|
365
|
-
--dt-color-surface-info-subtle-opaque-hsl: var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l);
|
|
366
|
-
--dt-color-surface-info-subtle-opaque-hsla: hsla(var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l) / var(--alpha, 100%));
|
|
367
|
-
--dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5);
|
|
368
|
-
--dt-color-surface-primary-h: 0;
|
|
369
|
-
--dt-color-surface-primary-s: 0%;
|
|
370
|
-
--dt-color-surface-primary-l: 12%;
|
|
371
|
-
--dt-color-surface-primary-hsl: var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l);
|
|
372
|
-
--dt-color-surface-primary-hsla: hsla(var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l) / var(--alpha, 100%));
|
|
373
|
-
--dt-color-surface-primary: hsl(0 0% 12%);
|
|
374
|
-
--dt-color-surface-secondary-h: 0;
|
|
375
|
-
--dt-color-surface-secondary-s: 0%;
|
|
376
|
-
--dt-color-surface-secondary-l: 14.901960784313726%;
|
|
377
|
-
--dt-color-surface-secondary-hsl: var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l);
|
|
378
|
-
--dt-color-surface-secondary-hsla: hsla(var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l) / var(--alpha, 100%));
|
|
379
|
-
--dt-color-surface-secondary: #262626;
|
|
380
|
-
--dt-color-surface-moderate-h: 0;
|
|
381
|
-
--dt-color-surface-moderate-s: 0%;
|
|
382
|
-
--dt-color-surface-moderate-l: 22.745098039215687%;
|
|
383
|
-
--dt-color-surface-moderate-hsl: var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l);
|
|
384
|
-
--dt-color-surface-moderate-hsla: hsla(var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l) / var(--alpha, 100%));
|
|
385
|
-
--dt-color-surface-moderate: #3A3A3A;
|
|
386
|
-
--dt-color-surface-bold-h: 0;
|
|
387
|
-
--dt-color-surface-bold-s: 0%;
|
|
388
|
-
--dt-color-surface-bold-l: 33.33333333333333%;
|
|
389
|
-
--dt-color-surface-bold-hsl: var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l);
|
|
390
|
-
--dt-color-surface-bold-hsla: hsla(var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l) / var(--alpha, 100%));
|
|
391
|
-
--dt-color-surface-bold: #555555;
|
|
392
|
-
--dt-color-surface-strong-h: 0;
|
|
393
|
-
--dt-color-surface-strong-s: 0%;
|
|
394
|
-
--dt-color-surface-strong-l: 66.66666666666666%;
|
|
395
|
-
--dt-color-surface-strong-hsl: var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l);
|
|
396
|
-
--dt-color-surface-strong-hsla: hsla(var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l) / var(--alpha, 100%));
|
|
397
|
-
--dt-color-surface-strong: #AAAAAA; /* Use sparingly to draw the eye to a relatively important region. */
|
|
398
|
-
--dt-color-surface-contrast-h: 0;
|
|
399
|
-
--dt-color-surface-contrast-s: 0%;
|
|
400
|
-
--dt-color-surface-contrast-l: 90.19607843137256%;
|
|
401
|
-
--dt-color-surface-contrast-hsl: var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l);
|
|
402
|
-
--dt-color-surface-contrast-hsla: hsla(var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l) / var(--alpha, 100%));
|
|
403
|
-
--dt-color-surface-contrast: #E6E6E6;
|
|
404
|
-
--dt-color-surface-critical-h: 0;
|
|
405
|
-
--dt-color-surface-critical-s: 89.58333333333334%;
|
|
406
|
-
--dt-color-surface-critical-l: 18.823529411764707%;
|
|
407
|
-
--dt-color-surface-critical-hsl: var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l);
|
|
408
|
-
--dt-color-surface-critical-hsla: hsla(var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l) / var(--alpha, 100%));
|
|
409
|
-
--dt-color-surface-critical: #5B0505; /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
|
|
410
|
-
--dt-color-surface-critical-subtle-h: 0;
|
|
411
|
-
--dt-color-surface-critical-subtle-s: 89.60000000000001%;
|
|
412
|
-
--dt-color-surface-critical-subtle-l: 9.41%;
|
|
413
|
-
--dt-color-surface-critical-subtle-hsl: var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l);
|
|
414
|
-
--dt-color-surface-critical-subtle-hsla: hsla(var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l) / var(--alpha, 100%));
|
|
415
|
-
--dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%);
|
|
416
|
-
--dt-color-surface-critical-strong-h: 0;
|
|
417
|
-
--dt-color-surface-critical-strong-s: 100%;
|
|
418
|
-
--dt-color-surface-critical-strong-l: 76.07843137254902%;
|
|
419
|
-
--dt-color-surface-critical-strong-hsl: var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l);
|
|
420
|
-
--dt-color-surface-critical-strong-hsla: hsla(var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l) / var(--alpha, 100%));
|
|
421
|
-
--dt-color-surface-critical-strong: #FF8585; /* A contrasting critical surface, most likely paired with inverted foreground colors. */
|
|
422
|
-
--dt-color-surface-warning-h: 35.70247933884298;
|
|
423
|
-
--dt-color-surface-warning-s: 88.32116788321169%;
|
|
424
|
-
--dt-color-surface-warning-l: 26.862745098039216%;
|
|
425
|
-
--dt-color-surface-warning-hsl: var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l);
|
|
426
|
-
--dt-color-surface-warning-hsla: hsla(var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l) / var(--alpha, 100%));
|
|
427
|
-
--dt-color-surface-warning: #815008; /* Background surface color highlighting messaging or elements that may require user's attention. */
|
|
428
|
-
--dt-color-surface-warning-subtle-h: 35.7;
|
|
429
|
-
--dt-color-surface-warning-subtle-s: 88.29999999999998%;
|
|
430
|
-
--dt-color-surface-warning-subtle-l: 13.4%;
|
|
431
|
-
--dt-color-surface-warning-subtle-hsl: var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l);
|
|
432
|
-
--dt-color-surface-warning-subtle-hsla: hsla(var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l) / var(--alpha, 100%));
|
|
433
|
-
--dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%);
|
|
434
|
-
--dt-color-surface-warning-strong-h: 35.92814371257486;
|
|
435
|
-
--dt-color-surface-warning-strong-s: 66.00790513833991%;
|
|
436
|
-
--dt-color-surface-warning-strong-l: 49.6078431372549%;
|
|
437
|
-
--dt-color-surface-warning-strong-hsl: var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l);
|
|
438
|
-
--dt-color-surface-warning-strong-hsla: hsla(var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l) / var(--alpha, 100%));
|
|
439
|
-
--dt-color-surface-warning-strong: #D28F2B; /* A contrasting warning surface, most likely paired with inverted foreground colors. */
|
|
440
|
-
--dt-color-surface-success-h: 136.15384615384616;
|
|
441
|
-
--dt-color-surface-success-s: 59.09090909090909%;
|
|
442
|
-
--dt-color-surface-success-l: 17.254901960784313%;
|
|
443
|
-
--dt-color-surface-success-hsl: var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l);
|
|
444
|
-
--dt-color-surface-success-hsla: hsla(var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l) / var(--alpha, 100%));
|
|
445
|
-
--dt-color-surface-success: #124620; /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
446
|
-
--dt-color-surface-success-subtle-h: 136;
|
|
447
|
-
--dt-color-surface-success-subtle-s: 59.09999999999999%;
|
|
448
|
-
--dt-color-surface-success-subtle-l: 8.63%;
|
|
449
|
-
--dt-color-surface-success-subtle-hsl: var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l);
|
|
450
|
-
--dt-color-surface-success-subtle-hsla: hsla(var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l) / var(--alpha, 100%));
|
|
451
|
-
--dt-color-surface-success-subtle: hsl(136 59.1% 8.63%);
|
|
452
|
-
--dt-color-surface-success-strong-h: 111.52173913043478;
|
|
453
|
-
--dt-color-surface-success-strong-s: 100%;
|
|
454
|
-
--dt-color-surface-success-strong-l: 81.96078431372548%;
|
|
455
|
-
--dt-color-surface-success-strong-hsl: var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l);
|
|
456
|
-
--dt-color-surface-success-strong-hsla: hsla(var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l) / var(--alpha, 100%));
|
|
457
|
-
--dt-color-surface-success-strong: #B0FFA3; /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
|
|
458
|
-
--dt-color-surface-info-h: 212.77777777777777;
|
|
459
|
-
--dt-color-surface-info-s: 98.18181818181819%;
|
|
460
|
-
--dt-color-surface-info-l: 21.56862745098039%;
|
|
461
|
-
--dt-color-surface-info-hsl: var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l);
|
|
462
|
-
--dt-color-surface-info-hsla: hsla(var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l) / var(--alpha, 100%));
|
|
463
|
-
--dt-color-surface-info: #01326D; /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
464
|
-
--dt-color-surface-info-subtle-h: 213.20966997513474;
|
|
465
|
-
--dt-color-surface-info-subtle-s: 96.9787556672879%;
|
|
466
|
-
--dt-color-surface-info-subtle-l: 12.97997843137255%;
|
|
467
|
-
--dt-color-surface-info-subtle-hsl: var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l);
|
|
468
|
-
--dt-color-surface-info-subtle-hsla: hsla(var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l) / var(--alpha, 100%));
|
|
469
|
-
--dt-color-surface-info-subtle: hsl(213 98.2% 12.9%);
|
|
470
|
-
--dt-color-surface-info-strong-h: 212.35294117647058;
|
|
471
|
-
--dt-color-surface-info-strong-s: 100%;
|
|
472
|
-
--dt-color-surface-info-strong-l: 80%;
|
|
473
|
-
--dt-color-surface-info-strong-hsl: var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l);
|
|
474
|
-
--dt-color-surface-info-strong-hsla: hsla(var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l) / var(--alpha, 100%));
|
|
475
|
-
--dt-color-surface-info-strong: #99C8FF; /* A contrasting informational surface, most likely paired with inverted foreground colors. */
|
|
476
|
-
--dt-color-border-subtle-h: 0;
|
|
477
|
-
--dt-color-border-subtle-s: 0%;
|
|
478
|
-
--dt-color-border-subtle-l: 100%;
|
|
479
|
-
--dt-color-border-subtle-hsl: var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l);
|
|
480
|
-
--dt-color-border-subtle-hsla: hsla(var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l) / var(--alpha, 100%));
|
|
481
|
-
--dt-color-border-subtle: hsl(0 0% 100% / 0.14);
|
|
482
|
-
--dt-color-border-default-h: 0;
|
|
483
|
-
--dt-color-border-default-s: 0%;
|
|
484
|
-
--dt-color-border-default-l: 100%;
|
|
485
|
-
--dt-color-border-default-hsl: var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l);
|
|
486
|
-
--dt-color-border-default-hsla: hsla(var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l) / var(--alpha, 100%));
|
|
487
|
-
--dt-color-border-default: hsl(0 0% 100% / 0.22);
|
|
488
|
-
--dt-color-border-moderate-h: 0;
|
|
489
|
-
--dt-color-border-moderate-s: 0%;
|
|
490
|
-
--dt-color-border-moderate-l: 100%;
|
|
491
|
-
--dt-color-border-moderate-hsl: var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l);
|
|
492
|
-
--dt-color-border-moderate-hsla: hsla(var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l) / var(--alpha, 100%));
|
|
493
|
-
--dt-color-border-moderate: hsl(0 0% 100% / 0.36);
|
|
494
|
-
--dt-color-border-bold-h: 0;
|
|
495
|
-
--dt-color-border-bold-s: 0%;
|
|
496
|
-
--dt-color-border-bold-l: 100%;
|
|
497
|
-
--dt-color-border-bold-hsl: var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l);
|
|
498
|
-
--dt-color-border-bold-hsla: hsla(var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l) / var(--alpha, 100%));
|
|
499
|
-
--dt-color-border-bold: hsl(0 0% 100% / 0.5);
|
|
500
|
-
--dt-color-border-subtle-inverted-h: 0;
|
|
501
|
-
--dt-color-border-subtle-inverted-s: 0%;
|
|
502
|
-
--dt-color-border-subtle-inverted-l: 0%;
|
|
503
|
-
--dt-color-border-subtle-inverted-hsl: var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l);
|
|
504
|
-
--dt-color-border-subtle-inverted-hsla: hsla(var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l) / var(--alpha, 100%));
|
|
505
|
-
--dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
|
|
506
|
-
--dt-color-border-default-inverted-h: 0;
|
|
507
|
-
--dt-color-border-default-inverted-s: 0%;
|
|
508
|
-
--dt-color-border-default-inverted-l: 0%;
|
|
509
|
-
--dt-color-border-default-inverted-hsl: var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l);
|
|
510
|
-
--dt-color-border-default-inverted-hsla: hsla(var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l) / var(--alpha, 100%));
|
|
511
|
-
--dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
|
|
512
|
-
--dt-color-border-moderate-inverted-h: 0;
|
|
513
|
-
--dt-color-border-moderate-inverted-s: 0%;
|
|
514
|
-
--dt-color-border-moderate-inverted-l: 0%;
|
|
515
|
-
--dt-color-border-moderate-inverted-hsl: var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l);
|
|
516
|
-
--dt-color-border-moderate-inverted-hsla: hsla(var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l) / var(--alpha, 100%));
|
|
517
|
-
--dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
|
|
518
|
-
--dt-color-border-bold-inverted-h: 0;
|
|
519
|
-
--dt-color-border-bold-inverted-s: 0%;
|
|
520
|
-
--dt-color-border-bold-inverted-l: 0%;
|
|
521
|
-
--dt-color-border-bold-inverted-hsl: var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l);
|
|
522
|
-
--dt-color-border-bold-inverted-hsla: hsla(var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l) / var(--alpha, 100%));
|
|
523
|
-
--dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
|
|
524
|
-
--dt-color-border-focus-h: 212.60115606936418;
|
|
525
|
-
--dt-color-border-focus-s: 98.85714285714286%;
|
|
526
|
-
--dt-color-border-focus-l: 65.68627450980392%;
|
|
527
|
-
--dt-color-border-focus-hsl: var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l);
|
|
528
|
-
--dt-color-border-focus-hsla: hsla(var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l) / var(--alpha, 100%));
|
|
529
|
-
--dt-color-border-focus: #51A0FE;
|
|
530
|
-
--dt-color-border-critical-h: 0;
|
|
531
|
-
--dt-color-border-critical-s: 100%;
|
|
532
|
-
--dt-color-border-critical-l: 76.07843137254902%;
|
|
533
|
-
--dt-color-border-critical-hsl: var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l);
|
|
534
|
-
--dt-color-border-critical-hsla: hsla(var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l) / var(--alpha, 100%));
|
|
535
|
-
--dt-color-border-critical: #FF8585;
|
|
536
|
-
--dt-color-border-success-h: 111.52173913043478;
|
|
537
|
-
--dt-color-border-success-s: 100%;
|
|
538
|
-
--dt-color-border-success-l: 81.96078431372548%;
|
|
539
|
-
--dt-color-border-success-hsl: var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l);
|
|
540
|
-
--dt-color-border-success-hsla: hsla(var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l) / var(--alpha, 100%));
|
|
541
|
-
--dt-color-border-success: #B0FFA3;
|
|
542
|
-
--dt-color-border-warning-h: 42.99212598425196;
|
|
543
|
-
--dt-color-border-warning-s: 100%;
|
|
544
|
-
--dt-color-border-warning-l: 75.09803921568627%;
|
|
545
|
-
--dt-color-border-warning-hsl: var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l);
|
|
546
|
-
--dt-color-border-warning-hsla: hsla(var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l) / var(--alpha, 100%));
|
|
547
|
-
--dt-color-border-warning: #FFDB80;
|
|
548
|
-
--dt-color-border-brand-h: 254.5664739884393;
|
|
549
|
-
--dt-color-border-brand-s: 100%;
|
|
550
|
-
--dt-color-border-brand-l: 66.07843137254902%;
|
|
551
|
-
--dt-color-border-brand-hsl: var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l);
|
|
552
|
-
--dt-color-border-brand-hsla: hsla(var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l) / var(--alpha, 100%));
|
|
553
|
-
--dt-color-border-brand: #7C52FF;
|
|
554
|
-
--dt-color-border-ai-h: 0;
|
|
555
|
-
--dt-color-border-ai-s: 0%;
|
|
556
|
-
--dt-color-border-ai-l: 0%;
|
|
557
|
-
--dt-color-border-ai-hsl: var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l);
|
|
558
|
-
--dt-color-border-ai-hsla: hsla(var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l) / var(--alpha, 100%));
|
|
559
|
-
--dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
560
|
-
--dt-color-border-accent-h: 325.7831325301205;
|
|
561
|
-
--dt-color-border-accent-s: 100%;
|
|
562
|
-
--dt-color-border-accent-l: 48.8235294117647%;
|
|
563
|
-
--dt-color-border-accent-hsl: var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l);
|
|
564
|
-
--dt-color-border-accent-hsla: hsla(var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l) / var(--alpha, 100%));
|
|
565
|
-
--dt-color-border-accent: #F9008E;
|
|
566
|
-
--dt-color-border-critical-subtle-h: 0;
|
|
567
|
-
--dt-color-border-critical-subtle-s: 88.659793814433%;
|
|
568
|
-
--dt-color-border-critical-subtle-l: 38.03921568627451%;
|
|
569
|
-
--dt-color-border-critical-subtle-hsl: var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l);
|
|
570
|
-
--dt-color-border-critical-subtle-hsla: hsla(var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l) / var(--alpha, 100%));
|
|
571
|
-
--dt-color-border-critical-subtle: #B70B0B;
|
|
572
|
-
--dt-color-border-critical-strong-h: 357.6923076923077;
|
|
573
|
-
--dt-color-border-critical-strong-s: 100%;
|
|
574
|
-
--dt-color-border-critical-strong-l: 94.90196078431372%;
|
|
575
|
-
--dt-color-border-critical-strong-hsl: var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l);
|
|
576
|
-
--dt-color-border-critical-strong-hsla: hsla(var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l) / var(--alpha, 100%));
|
|
577
|
-
--dt-color-border-critical-strong: #FFE5E6;
|
|
578
|
-
--dt-color-border-success-subtle-h: 136.64233576642334;
|
|
579
|
-
--dt-color-border-success-subtle-s: 72.4867724867725%;
|
|
580
|
-
--dt-color-border-success-subtle-l: 37.05882352941176%;
|
|
581
|
-
--dt-color-border-success-subtle-hsl: var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l);
|
|
582
|
-
--dt-color-border-success-subtle-hsla: hsla(var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l) / var(--alpha, 100%));
|
|
583
|
-
--dt-color-border-success-subtle: #1AA340;
|
|
584
|
-
--dt-color-border-success-strong-h: 111.42857142857133;
|
|
585
|
-
--dt-color-border-success-strong-s: 53.84615384615389%;
|
|
586
|
-
--dt-color-border-success-strong-l: 94.90196078431372%;
|
|
587
|
-
--dt-color-border-success-strong-hsl: var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l);
|
|
588
|
-
--dt-color-border-success-strong-hsla: hsla(var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l) / var(--alpha, 100%));
|
|
589
|
-
--dt-color-border-success-strong: #EDF9EB;
|
|
590
|
-
--dt-color-border-warning-subtle-h: 35.92814371257486;
|
|
591
|
-
--dt-color-border-warning-subtle-s: 66.00790513833991%;
|
|
592
|
-
--dt-color-border-warning-subtle-l: 49.6078431372549%;
|
|
593
|
-
--dt-color-border-warning-subtle-hsl: var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l);
|
|
594
|
-
--dt-color-border-warning-subtle-hsla: hsla(var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l) / var(--alpha, 100%));
|
|
595
|
-
--dt-color-border-warning-subtle: #D28F2B;
|
|
596
|
-
--dt-color-border-warning-strong-h: 47.058823529411775;
|
|
597
|
-
--dt-color-border-warning-strong-s: 100%;
|
|
598
|
-
--dt-color-border-warning-strong-l: 90%;
|
|
599
|
-
--dt-color-border-warning-strong-hsl: var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l);
|
|
600
|
-
--dt-color-border-warning-strong-hsla: hsla(var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l) / var(--alpha, 100%));
|
|
601
|
-
--dt-color-border-warning-strong: #FFF4CC;
|
|
602
|
-
--dt-color-border-brand-subtle-h: 254.49999999999997;
|
|
603
|
-
--dt-color-border-brand-subtle-s: 67.41573033707866%;
|
|
604
|
-
--dt-color-border-brand-subtle-l: 34.90196078431373%;
|
|
605
|
-
--dt-color-border-brand-subtle-hsl: var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l);
|
|
606
|
-
--dt-color-border-brand-subtle-hsla: hsla(var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l) / var(--alpha, 100%));
|
|
607
|
-
--dt-color-border-brand-subtle: #3A1D95;
|
|
608
|
-
--dt-color-border-brand-strong-h: 260.35714285714283;
|
|
609
|
-
--dt-color-border-brand-strong-s: 100%;
|
|
610
|
-
--dt-color-border-brand-strong-l: 89.01960784313725%;
|
|
611
|
-
--dt-color-border-brand-strong-hsl: var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l);
|
|
612
|
-
--dt-color-border-brand-strong-hsla: hsla(var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l) / var(--alpha, 100%));
|
|
613
|
-
--dt-color-border-brand-strong: #DAC7FF;
|
|
614
|
-
--dt-color-border-critical-inverted-h: 0;
|
|
615
|
-
--dt-color-border-critical-inverted-s: 88.79999999999998%;
|
|
616
|
-
--dt-color-border-critical-inverted-l: 49.01960784313726%;
|
|
617
|
-
--dt-color-border-critical-inverted-hsl: var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l);
|
|
618
|
-
--dt-color-border-critical-inverted-hsla: hsla(var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l) / var(--alpha, 100%));
|
|
619
|
-
--dt-color-border-critical-inverted: #EC0E0E;
|
|
620
|
-
--dt-color-border-success-inverted-h: 136.64233576642334;
|
|
621
|
-
--dt-color-border-success-inverted-s: 72.4867724867725%;
|
|
622
|
-
--dt-color-border-success-inverted-l: 37.05882352941176%;
|
|
623
|
-
--dt-color-border-success-inverted-hsl: var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l);
|
|
624
|
-
--dt-color-border-success-inverted-hsla: hsla(var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l) / var(--alpha, 100%));
|
|
625
|
-
--dt-color-border-success-inverted: #1AA340;
|
|
626
|
-
--dt-color-border-warning-inverted-h: 35.92814371257486;
|
|
627
|
-
--dt-color-border-warning-inverted-s: 66.00790513833991%;
|
|
628
|
-
--dt-color-border-warning-inverted-l: 49.6078431372549%;
|
|
629
|
-
--dt-color-border-warning-inverted-hsl: var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l);
|
|
630
|
-
--dt-color-border-warning-inverted-hsla: hsla(var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l) / var(--alpha, 100%));
|
|
631
|
-
--dt-color-border-warning-inverted: #D28F2B;
|
|
632
|
-
--dt-color-border-brand-inverted-h: 254.5664739884393;
|
|
633
|
-
--dt-color-border-brand-inverted-s: 100%;
|
|
634
|
-
--dt-color-border-brand-inverted-l: 66.07843137254902%;
|
|
635
|
-
--dt-color-border-brand-inverted-hsl: var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l);
|
|
636
|
-
--dt-color-border-brand-inverted-hsla: hsla(var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l) / var(--alpha, 100%));
|
|
637
|
-
--dt-color-border-brand-inverted: #7C52FF;
|
|
638
|
-
--dt-color-border-critical-subtle-inverted-h: 0;
|
|
639
|
-
--dt-color-border-critical-subtle-inverted-s: 100%;
|
|
640
|
-
--dt-color-border-critical-subtle-inverted-l: 76.07843137254902%;
|
|
641
|
-
--dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l);
|
|
642
|
-
--dt-color-border-critical-subtle-inverted-hsla: hsla(var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l) / var(--alpha, 100%));
|
|
643
|
-
--dt-color-border-critical-subtle-inverted: #FF8585;
|
|
644
|
-
--dt-color-border-critical-strong-inverted-h: 0;
|
|
645
|
-
--dt-color-border-critical-strong-inverted-s: 88.659793814433%;
|
|
646
|
-
--dt-color-border-critical-strong-inverted-l: 38.03921568627451%;
|
|
647
|
-
--dt-color-border-critical-strong-inverted-hsl: var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l);
|
|
648
|
-
--dt-color-border-critical-strong-inverted-hsla: hsla(var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l) / var(--alpha, 100%));
|
|
649
|
-
--dt-color-border-critical-strong-inverted: #B70B0B;
|
|
650
|
-
--dt-color-border-success-subtle-inverted-h: 111.52173913043478;
|
|
651
|
-
--dt-color-border-success-subtle-inverted-s: 100%;
|
|
652
|
-
--dt-color-border-success-subtle-inverted-l: 81.96078431372548%;
|
|
653
|
-
--dt-color-border-success-subtle-inverted-hsl: var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l);
|
|
654
|
-
--dt-color-border-success-subtle-inverted-hsla: hsla(var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l) / var(--alpha, 100%));
|
|
655
|
-
--dt-color-border-success-subtle-inverted: #B0FFA3;
|
|
656
|
-
--dt-color-border-success-strong-inverted-h: 136.15384615384616;
|
|
657
|
-
--dt-color-border-success-strong-inverted-s: 59.09090909090909%;
|
|
658
|
-
--dt-color-border-success-strong-inverted-l: 17.254901960784313%;
|
|
659
|
-
--dt-color-border-success-strong-inverted-hsl: var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l);
|
|
660
|
-
--dt-color-border-success-strong-inverted-hsla: hsla(var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l) / var(--alpha, 100%));
|
|
661
|
-
--dt-color-border-success-strong-inverted: #124620;
|
|
662
|
-
--dt-color-border-warning-subtle-inverted-h: 42.99212598425196;
|
|
663
|
-
--dt-color-border-warning-subtle-inverted-s: 100%;
|
|
664
|
-
--dt-color-border-warning-subtle-inverted-l: 75.09803921568627%;
|
|
665
|
-
--dt-color-border-warning-subtle-inverted-hsl: var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l);
|
|
666
|
-
--dt-color-border-warning-subtle-inverted-hsla: hsla(var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l) / var(--alpha, 100%));
|
|
667
|
-
--dt-color-border-warning-subtle-inverted: #FFDB80;
|
|
668
|
-
--dt-color-border-warning-strong-inverted-h: 35.70247933884298;
|
|
669
|
-
--dt-color-border-warning-strong-inverted-s: 88.32116788321169%;
|
|
670
|
-
--dt-color-border-warning-strong-inverted-l: 26.862745098039216%;
|
|
671
|
-
--dt-color-border-warning-strong-inverted-hsl: var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l);
|
|
672
|
-
--dt-color-border-warning-strong-inverted-hsla: hsla(var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l) / var(--alpha, 100%));
|
|
673
|
-
--dt-color-border-warning-strong-inverted: #815008;
|
|
674
|
-
--dt-color-border-brand-subtle-inverted-h: 260.35714285714283;
|
|
675
|
-
--dt-color-border-brand-subtle-inverted-s: 100%;
|
|
676
|
-
--dt-color-border-brand-subtle-inverted-l: 89.01960784313725%;
|
|
677
|
-
--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l);
|
|
678
|
-
--dt-color-border-brand-subtle-inverted-hsla: hsla(var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l) / var(--alpha, 100%));
|
|
679
|
-
--dt-color-border-brand-subtle-inverted: #DAC7FF;
|
|
680
|
-
--dt-color-border-brand-strong-inverted-h: 254.49999999999997;
|
|
681
|
-
--dt-color-border-brand-strong-inverted-s: 67.41573033707866%;
|
|
682
|
-
--dt-color-border-brand-strong-inverted-l: 34.90196078431373%;
|
|
683
|
-
--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l);
|
|
684
|
-
--dt-color-border-brand-strong-inverted-hsla: hsla(var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l) / var(--alpha, 100%));
|
|
685
|
-
--dt-color-border-brand-strong-inverted: #3A1D95;
|
|
686
|
-
--dt-typography-body-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium text style for main content. */
|
|
687
|
-
--dt-typography-body-md-font-weight: 400; /* Base default medium text style for main content. */
|
|
688
|
-
--dt-typography-body-md-line-height: 1.6; /* Base default medium text style for main content. */
|
|
689
|
-
--dt-typography-body-md-font-size: 1.5rem; /* Base default medium text style for main content. */
|
|
690
|
-
--dt-typography-body-md-text-case: none; /* Base default medium text style for main content. */
|
|
691
|
-
--dt-typography-body-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium body style. */
|
|
692
|
-
--dt-typography-body-md-compact-font-weight: 400; /* A tighter-spaced version of medium body style. */
|
|
693
|
-
--dt-typography-body-md-compact-line-height: 1.4; /* A tighter-spaced version of medium body style. */
|
|
694
|
-
--dt-typography-body-md-compact-font-size: 1.5rem; /* A tighter-spaced version of medium body style. */
|
|
695
|
-
--dt-typography-body-md-compact-text-case: none; /* A tighter-spaced version of medium body style. */
|
|
696
|
-
--dt-typography-body-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Reduced small text style for less prominent or adjacent content. */
|
|
697
|
-
--dt-typography-body-sm-font-weight: 400; /* Reduced small text style for less prominent or adjacent content. */
|
|
698
|
-
--dt-typography-body-sm-line-height: 1.4; /* Reduced small text style for less prominent or adjacent content. */
|
|
699
|
-
--dt-typography-body-sm-font-size: 1.2rem; /* Reduced small text style for less prominent or adjacent content. */
|
|
700
|
-
--dt-typography-body-sm-text-case: none; /* Reduced small text style for less prominent or adjacent content. */
|
|
701
|
-
--dt-typography-body-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small body style. */
|
|
702
|
-
--dt-typography-body-sm-compact-font-weight: 400; /* A tighter-spaced version of small body style. */
|
|
703
|
-
--dt-typography-body-sm-compact-line-height: 1.2; /* A tighter-spaced version of small body style. */
|
|
704
|
-
--dt-typography-body-sm-compact-font-size: 1.2rem; /* A tighter-spaced version of small body style. */
|
|
705
|
-
--dt-typography-body-sm-compact-text-case: none; /* A tighter-spaced version of small body style. */
|
|
706
|
-
--dt-typography-headline-eyebrow-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
707
|
-
--dt-typography-headline-eyebrow-font-weight: 400; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
708
|
-
--dt-typography-headline-eyebrow-line-height: 1.4; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
709
|
-
--dt-typography-headline-eyebrow-font-size: 1.2rem; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
710
|
-
--dt-typography-headline-eyebrow-text-case: uppercase; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
711
|
-
--dt-typography-headline-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text size for secondary information or subheadings. */
|
|
712
|
-
--dt-typography-headline-sm-font-weight: 700; /* Smaller text size for secondary information or subheadings. */
|
|
713
|
-
--dt-typography-headline-sm-line-height: 1.4; /* Smaller text size for secondary information or subheadings. */
|
|
714
|
-
--dt-typography-headline-sm-font-size: 1.2rem; /* Smaller text size for secondary information or subheadings. */
|
|
715
|
-
--dt-typography-headline-sm-text-case: none; /* Smaller text size for secondary information or subheadings. */
|
|
716
|
-
--dt-typography-headline-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small headline style. */
|
|
717
|
-
--dt-typography-headline-sm-compact-font-weight: 700; /* A tighter-spaced version of small headline style. */
|
|
718
|
-
--dt-typography-headline-sm-compact-line-height: 1.2; /* A tighter-spaced version of small headline style. */
|
|
719
|
-
--dt-typography-headline-sm-compact-font-size: 1.2rem; /* A tighter-spaced version of small headline style. */
|
|
720
|
-
--dt-typography-headline-sm-compact-text-case: none; /* A tighter-spaced version of small headline style. */
|
|
721
|
-
--dt-typography-headline-sm-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight version of small headline style. */
|
|
722
|
-
--dt-typography-headline-sm-soft-font-weight: 500; /* A softer font weight version of small headline style. */
|
|
723
|
-
--dt-typography-headline-sm-soft-line-height: 1.4; /* A softer font weight version of small headline style. */
|
|
724
|
-
--dt-typography-headline-sm-soft-font-size: 1.2rem; /* A softer font weight version of small headline style. */
|
|
725
|
-
--dt-typography-headline-sm-soft-text-case: none; /* A softer font weight version of small headline style. */
|
|
726
|
-
--dt-typography-headline-sm-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
727
|
-
--dt-typography-headline-sm-soft-compact-font-weight: 500; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
728
|
-
--dt-typography-headline-sm-soft-compact-line-height: 1.2; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
729
|
-
--dt-typography-headline-sm-soft-compact-font-size: 1.2rem; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
730
|
-
--dt-typography-headline-sm-soft-compact-text-case: none; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
731
|
-
--dt-typography-headline-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Medium-sized base text style for headlines. */
|
|
732
|
-
--dt-typography-headline-md-font-weight: 700; /* Medium-sized base text style for headlines. */
|
|
733
|
-
--dt-typography-headline-md-line-height: 1.6; /* Medium-sized base text style for headlines. */
|
|
734
|
-
--dt-typography-headline-md-font-size: 1.5rem; /* Medium-sized base text style for headlines. */
|
|
735
|
-
--dt-typography-headline-md-text-case: none; /* Medium-sized base text style for headlines. */
|
|
736
|
-
--dt-typography-headline-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium headline style. */
|
|
737
|
-
--dt-typography-headline-md-compact-font-weight: 700; /* A tighter-spaced version of medium headline style. */
|
|
738
|
-
--dt-typography-headline-md-compact-line-height: 1.4; /* A tighter-spaced version of medium headline style. */
|
|
739
|
-
--dt-typography-headline-md-compact-font-size: 1.5rem; /* A tighter-spaced version of medium headline style. */
|
|
740
|
-
--dt-typography-headline-md-compact-text-case: none; /* A tighter-spaced version of medium headline style. */
|
|
741
|
-
--dt-typography-headline-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Large text style for headlines to attract attention. */
|
|
742
|
-
--dt-typography-headline-lg-font-weight: 700; /* Large text style for headlines to attract attention. */
|
|
743
|
-
--dt-typography-headline-lg-line-height: 1.6; /* Large text style for headlines to attract attention. */
|
|
744
|
-
--dt-typography-headline-lg-font-size: 1.9rem; /* Large text style for headlines to attract attention. */
|
|
745
|
-
--dt-typography-headline-lg-text-case: none; /* Large text style for headlines to attract attention. */
|
|
746
|
-
--dt-typography-headline-lg-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight version of large headline style. */
|
|
747
|
-
--dt-typography-headline-lg-soft-font-weight: 500; /* A softer font weight version of large headline style. */
|
|
748
|
-
--dt-typography-headline-lg-soft-line-height: 1.6; /* A softer font weight version of large headline style. */
|
|
749
|
-
--dt-typography-headline-lg-soft-font-size: 1.9rem; /* A softer font weight version of large headline style. */
|
|
750
|
-
--dt-typography-headline-lg-soft-text-case: none; /* A softer font weight version of large headline style. */
|
|
751
|
-
--dt-typography-headline-lg-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of large body style. */
|
|
752
|
-
--dt-typography-headline-lg-compact-font-weight: 700; /* A tighter-spaced version of large body style. */
|
|
753
|
-
--dt-typography-headline-lg-compact-line-height: 1.2; /* A tighter-spaced version of large body style. */
|
|
754
|
-
--dt-typography-headline-lg-compact-font-size: 1.9rem; /* A tighter-spaced version of large body style. */
|
|
755
|
-
--dt-typography-headline-lg-compact-text-case: none; /* A tighter-spaced version of large body style. */
|
|
756
|
-
--dt-typography-headline-lg-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight, tighter spaced version of large headline style. */
|
|
757
|
-
--dt-typography-headline-lg-soft-compact-font-weight: 500; /* A softer font weight, tighter spaced version of large headline style. */
|
|
758
|
-
--dt-typography-headline-lg-soft-compact-line-height: 1.2; /* A softer font weight, tighter spaced version of large headline style. */
|
|
759
|
-
--dt-typography-headline-lg-soft-compact-font-size: 1.9rem; /* A softer font weight, tighter spaced version of large headline style. */
|
|
760
|
-
--dt-typography-headline-lg-soft-compact-text-case: none; /* A softer font weight, tighter spaced version of large headline style. */
|
|
761
|
-
--dt-typography-headline-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Extra large text style for high importance headlines. */
|
|
762
|
-
--dt-typography-headline-xl-font-weight: 500; /* Extra large text style for high importance headlines. */
|
|
763
|
-
--dt-typography-headline-xl-line-height: 1.2; /* Extra large text style for high importance headlines. */
|
|
764
|
-
--dt-typography-headline-xl-font-size: 2.7rem; /* Extra large text style for high importance headlines. */
|
|
765
|
-
--dt-typography-headline-xl-text-case: none; /* Extra large text style for high importance headlines. */
|
|
766
|
-
--dt-typography-headline-xl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of extra large headline style. */
|
|
767
|
-
--dt-typography-headline-xl-compact-font-weight: 500; /* A tighter-spaced version of extra large headline style. */
|
|
768
|
-
--dt-typography-headline-xl-compact-line-height: 1; /* A tighter-spaced version of extra large headline style. */
|
|
769
|
-
--dt-typography-headline-xl-compact-font-size: 2.7rem; /* A tighter-spaced version of extra large headline style. */
|
|
770
|
-
--dt-typography-headline-xl-compact-text-case: none; /* A tighter-spaced version of extra large headline style. */
|
|
771
|
-
--dt-typography-headline-xxl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Largest text style for extra extra large content. */
|
|
772
|
-
--dt-typography-headline-xxl-font-weight: 500; /* Largest text style for extra extra large content. */
|
|
773
|
-
--dt-typography-headline-xxl-line-height: 1.2; /* Largest text style for extra extra large content. */
|
|
774
|
-
--dt-typography-headline-xxl-font-size: 3.8rem; /* Largest text style for extra extra large content. */
|
|
775
|
-
--dt-typography-headline-xxl-text-case: none; /* Largest text style for extra extra large content. */
|
|
776
|
-
--dt-typography-headline-xxl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of extra extra large headline style. */
|
|
777
|
-
--dt-typography-headline-xxl-compact-font-weight: 500; /* A tighter-spaced version of extra extra large headline style. */
|
|
778
|
-
--dt-typography-headline-xxl-compact-line-height: 1; /* A tighter-spaced version of extra extra large headline style. */
|
|
779
|
-
--dt-typography-headline-xxl-compact-font-size: 3.8rem; /* A tighter-spaced version of extra extra large headline style. */
|
|
780
|
-
--dt-typography-headline-xxl-compact-text-case: none; /* A tighter-spaced version of extra extra large headline style. */
|
|
781
|
-
--dt-typography-label-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
782
|
-
--dt-typography-label-md-font-weight: 600; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
783
|
-
--dt-typography-label-md-line-height: 1.6; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
784
|
-
--dt-typography-label-md-font-size: 1.5rem; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
785
|
-
--dt-typography-label-md-text-case: none; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
786
|
-
--dt-typography-label-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium label style. */
|
|
787
|
-
--dt-typography-label-md-compact-font-weight: 600; /* A tighter-spaced version of medium label style. */
|
|
788
|
-
--dt-typography-label-md-compact-line-height: 1.4; /* A tighter-spaced version of medium label style. */
|
|
789
|
-
--dt-typography-label-md-compact-font-size: 1.5rem; /* A tighter-spaced version of medium label style. */
|
|
790
|
-
--dt-typography-label-md-compact-text-case: none; /* A tighter-spaced version of medium label style. */
|
|
791
|
-
--dt-typography-label-md-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bold version of medium label style. */
|
|
792
|
-
--dt-typography-label-md-plain-font-weight: 400; /* A non-bold version of medium label style. */
|
|
793
|
-
--dt-typography-label-md-plain-line-height: 1.6; /* A non-bold version of medium label style. */
|
|
794
|
-
--dt-typography-label-md-plain-font-size: 1.5rem; /* A non-bold version of medium label style. */
|
|
795
|
-
--dt-typography-label-md-plain-text-case: none; /* A non-bold version of medium label style. */
|
|
796
|
-
--dt-typography-label-md-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
797
|
-
--dt-typography-label-md-plain-compact-font-weight: 400; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
798
|
-
--dt-typography-label-md-plain-compact-line-height: 1.4; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
799
|
-
--dt-typography-label-md-plain-compact-font-size: 1.5rem; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
800
|
-
--dt-typography-label-md-plain-compact-text-case: none; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
801
|
-
--dt-typography-label-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
802
|
-
--dt-typography-label-sm-font-weight: 600; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
803
|
-
--dt-typography-label-sm-line-height: 1.4; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
804
|
-
--dt-typography-label-sm-font-size: 1.2rem; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
805
|
-
--dt-typography-label-sm-text-case: none; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
806
|
-
--dt-typography-label-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small label style. */
|
|
807
|
-
--dt-typography-label-sm-compact-font-weight: 600; /* A tighter-spaced version of small label style. */
|
|
808
|
-
--dt-typography-label-sm-compact-line-height: 1.2; /* A tighter-spaced version of small label style. */
|
|
809
|
-
--dt-typography-label-sm-compact-font-size: 1.2rem; /* A tighter-spaced version of small label style. */
|
|
810
|
-
--dt-typography-label-sm-compact-text-case: none; /* A tighter-spaced version of small label style. */
|
|
811
|
-
--dt-typography-label-sm-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bold version of small label style. */
|
|
812
|
-
--dt-typography-label-sm-plain-font-weight: 400; /* A non-bold version of small label style. */
|
|
813
|
-
--dt-typography-label-sm-plain-line-height: 1.4; /* A non-bold version of small label style. */
|
|
814
|
-
--dt-typography-label-sm-plain-font-size: 1.2rem; /* A non-bold version of small label style. */
|
|
815
|
-
--dt-typography-label-sm-plain-text-case: none; /* A non-bold version of small label style. */
|
|
816
|
-
--dt-typography-label-sm-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bolded, tighter-spaced version of small label style. */
|
|
817
|
-
--dt-typography-label-sm-plain-compact-font-weight: 400; /* A non-bolded, tighter-spaced version of small label style. */
|
|
818
|
-
--dt-typography-label-sm-plain-compact-line-height: 1.2; /* A non-bolded, tighter-spaced version of small label style. */
|
|
819
|
-
--dt-typography-label-sm-plain-compact-font-size: 1.2rem; /* A non-bolded, tighter-spaced version of small label style. */
|
|
820
|
-
--dt-typography-label-sm-plain-compact-text-case: none; /* A non-bolded, tighter-spaced version of small label style. */
|
|
821
|
-
--dt-typography-helper-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium-sized text style for supplementary contextual information. */
|
|
822
|
-
--dt-typography-helper-md-font-weight: 400; /* Base default medium-sized text style for supplementary contextual information. */
|
|
823
|
-
--dt-typography-helper-md-line-height: 1.4; /* Base default medium-sized text style for supplementary contextual information. */
|
|
824
|
-
--dt-typography-helper-md-font-size: 1.5rem; /* Base default medium-sized text style for supplementary contextual information. */
|
|
825
|
-
--dt-typography-helper-md-text-case: none; /* Base default medium-sized text style for supplementary contextual information. */
|
|
826
|
-
--dt-typography-helper-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
827
|
-
--dt-typography-helper-sm-font-weight: 400; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
828
|
-
--dt-typography-helper-sm-line-height: 1.2; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
829
|
-
--dt-typography-helper-sm-font-size: 1.2rem; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
830
|
-
--dt-typography-helper-sm-text-case: none; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
831
|
-
--dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
832
|
-
--dt-typography-code-md-font-weight: 400; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
833
|
-
--dt-typography-code-md-line-height: 1.2; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
834
|
-
--dt-typography-code-md-font-size: 1.5rem; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
835
|
-
--dt-typography-code-md-text-case: none; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
836
|
-
--dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
837
|
-
--dt-typography-code-sm-font-weight: 400; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
838
|
-
--dt-typography-code-sm-line-height: 1.2; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
839
|
-
--dt-typography-code-sm-font-size: 1.2rem; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
840
|
-
--dt-typography-code-sm-text-case: none; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
841
|
-
--dt-typography-inputs-xs-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for extra small inputs (e.g. input and textarea) */
|
|
842
|
-
--dt-typography-inputs-xs-font-weight: 400; /* Text style for extra small inputs (e.g. input and textarea) */
|
|
843
|
-
--dt-typography-inputs-xs-font-size: 1.2rem; /* Text style for extra small inputs (e.g. input and textarea) */
|
|
844
|
-
--dt-typography-inputs-xs-line-height: 1.2; /* Text style for extra small inputs (e.g. input and textarea) */
|
|
845
|
-
--dt-typography-inputs-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for small inputs (e.g. input and textarea) */
|
|
846
|
-
--dt-typography-inputs-sm-font-weight: 400; /* Text style for small inputs (e.g. input and textarea) */
|
|
847
|
-
--dt-typography-inputs-sm-font-size: 1.2rem; /* Text style for small inputs (e.g. input and textarea) */
|
|
848
|
-
--dt-typography-inputs-sm-line-height: 1.2; /* Text style for small inputs (e.g. input and textarea) */
|
|
849
|
-
--dt-typography-inputs-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for medium inputs (e.g. input and textarea) */
|
|
850
|
-
--dt-typography-inputs-md-font-weight: 400; /* Text style for medium inputs (e.g. input and textarea) */
|
|
851
|
-
--dt-typography-inputs-md-font-size: 1.5rem; /* Text style for medium inputs (e.g. input and textarea) */
|
|
852
|
-
--dt-typography-inputs-md-line-height: 1.2; /* Text style for medium inputs (e.g. input and textarea) */
|
|
853
|
-
--dt-typography-inputs-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for large inputs (e.g. input and textarea) */
|
|
854
|
-
--dt-typography-inputs-lg-font-weight: 400; /* Text style for large inputs (e.g. input and textarea) */
|
|
855
|
-
--dt-typography-inputs-lg-font-size: 1.9rem; /* Text style for large inputs (e.g. input and textarea) */
|
|
856
|
-
--dt-typography-inputs-lg-line-height: 1.2; /* Text style for large inputs (e.g. input and textarea) */
|
|
857
|
-
--dt-typography-inputs-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for extra large inputs (e.g. input and textarea) */
|
|
858
|
-
--dt-typography-inputs-xl-font-weight: 400; /* Text style for extra large inputs (e.g. input and textarea) */
|
|
859
|
-
--dt-typography-inputs-xl-font-size: 2.7rem; /* Text style for extra large inputs (e.g. input and textarea) */
|
|
860
|
-
--dt-typography-inputs-xl-line-height: 1.2; /* Text style for extra large inputs (e.g. input and textarea) */
|
|
861
|
-
--dt-typography-button-xs-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for extra small button */
|
|
862
|
-
--dt-typography-button-xs-font-weight: 500; /* Text style for extra small button */
|
|
863
|
-
--dt-typography-button-xs-font-size: 1.2rem; /* Text style for extra small button */
|
|
864
|
-
--dt-typography-button-xs-line-height: 1.2; /* Text style for extra small button */
|
|
865
|
-
--dt-typography-button-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for small button */
|
|
866
|
-
--dt-typography-button-sm-font-weight: 500; /* Text style for small button */
|
|
867
|
-
--dt-typography-button-sm-font-size: 1.2rem; /* Text style for small button */
|
|
868
|
-
--dt-typography-button-sm-line-height: 1.2; /* Text style for small button */
|
|
869
|
-
--dt-typography-button-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for medium button */
|
|
870
|
-
--dt-typography-button-md-font-weight: 500; /* Text style for medium button */
|
|
871
|
-
--dt-typography-button-md-font-size: 1.5rem; /* Text style for medium button */
|
|
872
|
-
--dt-typography-button-md-line-height: 1.2; /* Text style for medium button */
|
|
873
|
-
--dt-typography-button-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for large button */
|
|
874
|
-
--dt-typography-button-lg-font-weight: 500; /* Text style for large button */
|
|
875
|
-
--dt-typography-button-lg-font-size: 1.9rem; /* Text style for large button */
|
|
876
|
-
--dt-typography-button-lg-line-height: 1.2; /* Text style for large button */
|
|
877
|
-
--dt-typography-button-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Text style for extra large button */
|
|
878
|
-
--dt-typography-button-xl-font-weight: 400; /* Text style for extra large button */
|
|
879
|
-
--dt-typography-button-xl-font-size: 2.7rem; /* Text style for extra large button */
|
|
880
|
-
--dt-typography-button-xl-line-height: 1.2;
|
|
881
|
-
--dt-typography-button-xl: var(--dt-typography-button-xl-font-weight) var(--dt-typography-button-xl-font-size)/var(--dt-typography-button-xl-line-height) var(--dt-typography-button-xl-font-family);
|
|
882
|
-
--dt-typography-button-lg: var(--dt-typography-button-lg-font-weight) var(--dt-typography-button-lg-font-size)/var(--dt-typography-button-lg-line-height) var(--dt-typography-button-lg-font-family);
|
|
883
|
-
--dt-typography-button-md: var(--dt-typography-button-md-font-weight) var(--dt-typography-button-md-font-size)/var(--dt-typography-button-md-line-height) var(--dt-typography-button-md-font-family);
|
|
884
|
-
--dt-typography-button-sm: var(--dt-typography-button-sm-font-weight) var(--dt-typography-button-sm-font-size)/var(--dt-typography-button-sm-line-height) var(--dt-typography-button-sm-font-family);
|
|
885
|
-
--dt-typography-button-xs: var(--dt-typography-button-xs-font-weight) var(--dt-typography-button-xs-font-size)/var(--dt-typography-button-xs-line-height) var(--dt-typography-button-xs-font-family);
|
|
886
|
-
--dt-typography-inputs-xl: var(--dt-typography-inputs-xl-font-weight) var(--dt-typography-inputs-xl-font-size)/var(--dt-typography-inputs-xl-line-height) var(--dt-typography-inputs-xl-font-family);
|
|
887
|
-
--dt-typography-inputs-lg: var(--dt-typography-inputs-lg-font-weight) var(--dt-typography-inputs-lg-font-size)/var(--dt-typography-inputs-lg-line-height) var(--dt-typography-inputs-lg-font-family);
|
|
888
|
-
--dt-typography-inputs-md: var(--dt-typography-inputs-md-font-weight) var(--dt-typography-inputs-md-font-size)/var(--dt-typography-inputs-md-line-height) var(--dt-typography-inputs-md-font-family);
|
|
889
|
-
--dt-typography-inputs-sm: var(--dt-typography-inputs-sm-font-weight) var(--dt-typography-inputs-sm-font-size)/var(--dt-typography-inputs-sm-line-height) var(--dt-typography-inputs-sm-font-family);
|
|
890
|
-
--dt-typography-inputs-xs: var(--dt-typography-inputs-xs-font-weight) var(--dt-typography-inputs-xs-font-size)/var(--dt-typography-inputs-xs-line-height) var(--dt-typography-inputs-xs-font-family);
|
|
891
|
-
--dt-typography-code-sm: var(--dt-typography-code-sm-font-weight) var(--dt-typography-code-sm-font-size)/var(--dt-typography-code-sm-line-height) var(--dt-typography-code-sm-font-family);
|
|
892
|
-
--dt-typography-code-md: var(--dt-typography-code-md-font-weight) var(--dt-typography-code-md-font-size)/var(--dt-typography-code-md-line-height) var(--dt-typography-code-md-font-family);
|
|
893
|
-
--dt-typography-helper-sm: var(--dt-typography-helper-sm-font-weight) var(--dt-typography-helper-sm-font-size)/var(--dt-typography-helper-sm-line-height) var(--dt-typography-helper-sm-font-family);
|
|
894
|
-
--dt-typography-helper-md: var(--dt-typography-helper-md-font-weight) var(--dt-typography-helper-md-font-size)/var(--dt-typography-helper-md-line-height) var(--dt-typography-helper-md-font-family);
|
|
895
|
-
--dt-typography-label-sm-plain-compact: var(--dt-typography-label-sm-plain-compact-font-weight) var(--dt-typography-label-sm-plain-compact-font-size)/var(--dt-typography-label-sm-plain-compact-line-height) var(--dt-typography-label-sm-plain-compact-font-family);
|
|
896
|
-
--dt-typography-label-sm-plain: var(--dt-typography-label-sm-plain-font-weight) var(--dt-typography-label-sm-plain-font-size)/var(--dt-typography-label-sm-plain-line-height) var(--dt-typography-label-sm-plain-font-family);
|
|
897
|
-
--dt-typography-label-sm-compact: var(--dt-typography-label-sm-compact-font-weight) var(--dt-typography-label-sm-compact-font-size)/var(--dt-typography-label-sm-compact-line-height) var(--dt-typography-label-sm-compact-font-family);
|
|
898
|
-
--dt-typography-label-sm: var(--dt-typography-label-sm-font-weight) var(--dt-typography-label-sm-font-size)/var(--dt-typography-label-sm-line-height) var(--dt-typography-label-sm-font-family);
|
|
899
|
-
--dt-typography-label-md-plain-compact: var(--dt-typography-label-md-plain-compact-font-weight) var(--dt-typography-label-md-plain-compact-font-size)/var(--dt-typography-label-md-plain-compact-line-height) var(--dt-typography-label-md-plain-compact-font-family);
|
|
900
|
-
--dt-typography-label-md-plain: var(--dt-typography-label-md-plain-font-weight) var(--dt-typography-label-md-plain-font-size)/var(--dt-typography-label-md-plain-line-height) var(--dt-typography-label-md-plain-font-family);
|
|
901
|
-
--dt-typography-label-md-compact: var(--dt-typography-label-md-compact-font-weight) var(--dt-typography-label-md-compact-font-size)/var(--dt-typography-label-md-compact-line-height) var(--dt-typography-label-md-compact-font-family);
|
|
902
|
-
--dt-typography-label-md: var(--dt-typography-label-md-font-weight) var(--dt-typography-label-md-font-size)/var(--dt-typography-label-md-line-height) var(--dt-typography-label-md-font-family);
|
|
903
|
-
--dt-typography-headline-xxl-compact: var(--dt-typography-headline-xxl-compact-font-weight) var(--dt-typography-headline-xxl-compact-font-size)/var(--dt-typography-headline-xxl-compact-line-height) var(--dt-typography-headline-xxl-compact-font-family);
|
|
904
|
-
--dt-typography-headline-xxl: var(--dt-typography-headline-xxl-font-weight) var(--dt-typography-headline-xxl-font-size)/var(--dt-typography-headline-xxl-line-height) var(--dt-typography-headline-xxl-font-family);
|
|
905
|
-
--dt-typography-headline-xl-compact: var(--dt-typography-headline-xl-compact-font-weight) var(--dt-typography-headline-xl-compact-font-size)/var(--dt-typography-headline-xl-compact-line-height) var(--dt-typography-headline-xl-compact-font-family);
|
|
906
|
-
--dt-typography-headline-xl: var(--dt-typography-headline-xl-font-weight) var(--dt-typography-headline-xl-font-size)/var(--dt-typography-headline-xl-line-height) var(--dt-typography-headline-xl-font-family);
|
|
907
|
-
--dt-typography-headline-lg-soft-compact: var(--dt-typography-headline-lg-soft-compact-font-weight) var(--dt-typography-headline-lg-soft-compact-font-size)/var(--dt-typography-headline-lg-soft-compact-line-height) var(--dt-typography-headline-lg-soft-compact-font-family);
|
|
908
|
-
--dt-typography-headline-lg-compact: var(--dt-typography-headline-lg-compact-font-weight) var(--dt-typography-headline-lg-compact-font-size)/var(--dt-typography-headline-lg-compact-line-height) var(--dt-typography-headline-lg-compact-font-family);
|
|
909
|
-
--dt-typography-headline-lg-soft: var(--dt-typography-headline-lg-soft-font-weight) var(--dt-typography-headline-lg-soft-font-size)/var(--dt-typography-headline-lg-soft-line-height) var(--dt-typography-headline-lg-soft-font-family);
|
|
910
|
-
--dt-typography-headline-lg: var(--dt-typography-headline-lg-font-weight) var(--dt-typography-headline-lg-font-size)/var(--dt-typography-headline-lg-line-height) var(--dt-typography-headline-lg-font-family);
|
|
911
|
-
--dt-typography-headline-md-compact: var(--dt-typography-headline-md-compact-font-weight) var(--dt-typography-headline-md-compact-font-size)/var(--dt-typography-headline-md-compact-line-height) var(--dt-typography-headline-md-compact-font-family);
|
|
912
|
-
--dt-typography-headline-md: var(--dt-typography-headline-md-font-weight) var(--dt-typography-headline-md-font-size)/var(--dt-typography-headline-md-line-height) var(--dt-typography-headline-md-font-family);
|
|
913
|
-
--dt-typography-headline-sm-soft-compact: var(--dt-typography-headline-sm-soft-compact-font-weight) var(--dt-typography-headline-sm-soft-compact-font-size)/var(--dt-typography-headline-sm-soft-compact-line-height) var(--dt-typography-headline-sm-soft-compact-font-family);
|
|
914
|
-
--dt-typography-headline-sm-soft: var(--dt-typography-headline-sm-soft-font-weight) var(--dt-typography-headline-sm-soft-font-size)/var(--dt-typography-headline-sm-soft-line-height) var(--dt-typography-headline-sm-soft-font-family);
|
|
915
|
-
--dt-typography-headline-sm-compact: var(--dt-typography-headline-sm-compact-font-weight) var(--dt-typography-headline-sm-compact-font-size)/var(--dt-typography-headline-sm-compact-line-height) var(--dt-typography-headline-sm-compact-font-family);
|
|
916
|
-
--dt-typography-headline-sm: var(--dt-typography-headline-sm-font-weight) var(--dt-typography-headline-sm-font-size)/var(--dt-typography-headline-sm-line-height) var(--dt-typography-headline-sm-font-family);
|
|
917
|
-
--dt-typography-headline-eyebrow: var(--dt-typography-headline-eyebrow-font-weight) var(--dt-typography-headline-eyebrow-font-size)/var(--dt-typography-headline-eyebrow-line-height) var(--dt-typography-headline-eyebrow-font-family);
|
|
918
|
-
--dt-typography-body-sm-compact: var(--dt-typography-body-sm-compact-font-weight) var(--dt-typography-body-sm-compact-font-size)/var(--dt-typography-body-sm-compact-line-height) var(--dt-typography-body-sm-compact-font-family);
|
|
919
|
-
--dt-typography-body-sm: var(--dt-typography-body-sm-font-weight) var(--dt-typography-body-sm-font-size)/var(--dt-typography-body-sm-line-height) var(--dt-typography-body-sm-font-family);
|
|
920
|
-
--dt-typography-body-md-compact: var(--dt-typography-body-md-compact-font-weight) var(--dt-typography-body-md-compact-font-size)/var(--dt-typography-body-md-compact-line-height) var(--dt-typography-body-md-compact-font-family);
|
|
921
|
-
--dt-typography-body-md: var(--dt-typography-body-md-font-weight) var(--dt-typography-body-md-font-size)/var(--dt-typography-body-md-line-height) var(--dt-typography-body-md-font-family); /* Text style for extra large button */
|
|
922
|
-
--dt-inputs-size-border-default: 0.15rem;
|
|
923
|
-
--dt-inputs-size-border-status: 0.2rem;
|
|
924
|
-
--dt-inputs-size-radius-xs: 0.4rem;
|
|
925
|
-
--dt-inputs-size-radius-sm: 0.8rem;
|
|
926
|
-
--dt-inputs-size-radius-md: 0.8rem;
|
|
927
|
-
--dt-inputs-size-radius-lg: 1.2rem;
|
|
928
|
-
--dt-inputs-size-radius-xl: 1.6rem;
|
|
929
|
-
--dt-inputs-line-height-xs: 1.2; /* Line height for extra small inputs (e.g. input and textarea) */
|
|
930
|
-
--dt-inputs-line-height-sm: 1.2; /* Line height for small inputs (e.g. input and textarea) */
|
|
931
|
-
--dt-inputs-line-height-md: 1.2; /* Line height for medium inputs (e.g. input and textarea) */
|
|
932
|
-
--dt-inputs-line-height-lg: 1.2; /* Line height for large inputs (e.g. input and textarea) */
|
|
933
|
-
--dt-inputs-line-height-xl: 1.2; /* Line height for extra large inputs (e.g. input and textarea) */
|
|
934
|
-
--dt-inputs-font-size-xs: 1.2rem; /* Font size for extra small inputs (e.g. input and textarea) */
|
|
935
|
-
--dt-inputs-font-size-sm: 1.2rem; /* Font size for small inputs (e.g. input and textarea) */
|
|
936
|
-
--dt-inputs-font-size-md: 1.5rem; /* Font size for medium inputs (e.g. input and textarea) */
|
|
937
|
-
--dt-inputs-font-size-lg: 1.9rem; /* Font size for large inputs (e.g. input and textarea) */
|
|
938
|
-
--dt-inputs-font-size-xl: 2.7rem; /* Font size for extra large inputs (e.g. input and textarea) */
|
|
939
|
-
--dt-inputs-font-weight-xs: 400; /* Font weight for extra small inputs (e.g. input and textarea) */
|
|
940
|
-
--dt-inputs-font-weight-sm: 400; /* Font weight for small inputs (e.g. input and textarea) */
|
|
941
|
-
--dt-inputs-font-weight-md: 400; /* Font weight for medium inputs (e.g. input and textarea) */
|
|
942
|
-
--dt-inputs-font-weight-lg: 400; /* Font weight for large inputs (e.g. input and textarea) */
|
|
943
|
-
--dt-inputs-font-weight-xl: 400; /* Font weight for extra large inputs (e.g. input and textarea) */
|
|
944
|
-
--dt-inputs-color-foreground-default-h: 0;
|
|
945
|
-
--dt-inputs-color-foreground-default-s: 0%;
|
|
946
|
-
--dt-inputs-color-foreground-default-l: 90.19607843137256%;
|
|
947
|
-
--dt-inputs-color-foreground-default-hsl: var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l);
|
|
948
|
-
--dt-inputs-color-foreground-default-hsla: hsla(var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l) / var(--alpha, 100%));
|
|
949
|
-
--dt-inputs-color-foreground-default: #E6E6E6;
|
|
950
|
-
--dt-inputs-color-foreground-placeholder-h: 0;
|
|
951
|
-
--dt-inputs-color-foreground-placeholder-s: 0%;
|
|
952
|
-
--dt-inputs-color-foreground-placeholder-l: 66.66666666666666%;
|
|
953
|
-
--dt-inputs-color-foreground-placeholder-hsl: var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l);
|
|
954
|
-
--dt-inputs-color-foreground-placeholder-hsla: hsla(var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l) / var(--alpha, 100%));
|
|
955
|
-
--dt-inputs-color-foreground-placeholder: #AAAAAA;
|
|
956
|
-
--dt-inputs-color-foreground-disabled-h: 0;
|
|
957
|
-
--dt-inputs-color-foreground-disabled-s: 0%;
|
|
958
|
-
--dt-inputs-color-foreground-disabled-l: 66.66666666666666%;
|
|
959
|
-
--dt-inputs-color-foreground-disabled-hsl: var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l);
|
|
960
|
-
--dt-inputs-color-foreground-disabled-hsla: hsla(var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l) / var(--alpha, 100%));
|
|
961
|
-
--dt-inputs-color-foreground-disabled: #AAAAAA;
|
|
962
|
-
--dt-inputs-color-border-default-h: 0;
|
|
963
|
-
--dt-inputs-color-border-default-s: 0%;
|
|
964
|
-
--dt-inputs-color-border-default-l: 100%;
|
|
965
|
-
--dt-inputs-color-border-default-hsl: var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l);
|
|
966
|
-
--dt-inputs-color-border-default-hsla: hsla(var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l) / var(--alpha, 100%));
|
|
967
|
-
--dt-inputs-color-border-default: hsl(0 0% 100% / 0.14);
|
|
968
|
-
--dt-inputs-color-border-focus-h: 212.60115606936418;
|
|
969
|
-
--dt-inputs-color-border-focus-s: 98.85714285714286%;
|
|
970
|
-
--dt-inputs-color-border-focus-l: 65.68627450980392%;
|
|
971
|
-
--dt-inputs-color-border-focus-hsl: var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l);
|
|
972
|
-
--dt-inputs-color-border-focus-hsla: hsla(var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l) / var(--alpha, 100%));
|
|
973
|
-
--dt-inputs-color-border-focus: #51A0FE;
|
|
974
|
-
--dt-inputs-color-border-critical-h: 0;
|
|
975
|
-
--dt-inputs-color-border-critical-s: 100%;
|
|
976
|
-
--dt-inputs-color-border-critical-l: 76.07843137254902%;
|
|
977
|
-
--dt-inputs-color-border-critical-hsl: var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l);
|
|
978
|
-
--dt-inputs-color-border-critical-hsla: hsla(var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l) / var(--alpha, 100%));
|
|
979
|
-
--dt-inputs-color-border-critical: #FF8585;
|
|
980
|
-
--dt-inputs-color-border-success-h: 111.52173913043478;
|
|
981
|
-
--dt-inputs-color-border-success-s: 100%;
|
|
982
|
-
--dt-inputs-color-border-success-l: 81.96078431372548%;
|
|
983
|
-
--dt-inputs-color-border-success-hsl: var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l);
|
|
984
|
-
--dt-inputs-color-border-success-hsla: hsla(var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l) / var(--alpha, 100%));
|
|
985
|
-
--dt-inputs-color-border-success: #B0FFA3;
|
|
986
|
-
--dt-inputs-color-border-warning-h: 42.99212598425196;
|
|
987
|
-
--dt-inputs-color-border-warning-s: 100%;
|
|
988
|
-
--dt-inputs-color-border-warning-l: 75.09803921568627%;
|
|
989
|
-
--dt-inputs-color-border-warning-hsl: var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l);
|
|
990
|
-
--dt-inputs-color-border-warning-hsla: hsla(var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l) / var(--alpha, 100%));
|
|
991
|
-
--dt-inputs-color-border-warning: #FFDB80;
|
|
992
|
-
--dt-inputs-color-border-disabled-h: 0;
|
|
993
|
-
--dt-inputs-color-border-disabled-s: 0%;
|
|
994
|
-
--dt-inputs-color-border-disabled-l: 0%;
|
|
995
|
-
--dt-inputs-color-border-disabled-hsl: var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l);
|
|
996
|
-
--dt-inputs-color-border-disabled-hsla: hsla(var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l) / var(--alpha, 100%));
|
|
997
|
-
--dt-inputs-color-border-disabled: transparent;
|
|
998
|
-
--dt-inputs-color-background-default-h: 0;
|
|
999
|
-
--dt-inputs-color-background-default-s: 0%;
|
|
1000
|
-
--dt-inputs-color-background-default-l: 90.2%;
|
|
1001
|
-
--dt-inputs-color-background-default-hsl: var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l);
|
|
1002
|
-
--dt-inputs-color-background-default-hsla: hsla(var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l) / var(--alpha, 100%));
|
|
1003
|
-
--dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.06);
|
|
1004
|
-
--dt-inputs-color-background-focus-h: 0;
|
|
1005
|
-
--dt-inputs-color-background-focus-s: 0%;
|
|
1006
|
-
--dt-inputs-color-background-focus-l: 90.2%;
|
|
1007
|
-
--dt-inputs-color-background-focus-hsl: var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l);
|
|
1008
|
-
--dt-inputs-color-background-focus-hsla: hsla(var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l) / var(--alpha, 100%));
|
|
1009
|
-
--dt-inputs-color-background-focus: hsl(0 0% 90.2% / 0.03);
|
|
1010
|
-
--dt-inputs-color-background-disabled-h: 0;
|
|
1011
|
-
--dt-inputs-color-background-disabled-s: 0%;
|
|
1012
|
-
--dt-inputs-color-background-disabled-l: 90.2%;
|
|
1013
|
-
--dt-inputs-color-background-disabled-hsl: var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l);
|
|
1014
|
-
--dt-inputs-color-background-disabled-hsla: hsla(var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l) / var(--alpha, 100%));
|
|
1015
|
-
--dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.15);
|
|
1016
|
-
--dt-action-color-foreground-base-default-h: 260.9302325581395;
|
|
1017
|
-
--dt-action-color-foreground-base-default-s: 100%;
|
|
1018
|
-
--dt-action-color-foreground-base-default-l: 74.70588235294117%;
|
|
1019
|
-
--dt-action-color-foreground-base-default-hsl: var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l);
|
|
1020
|
-
--dt-action-color-foreground-base-default-hsla: hsla(var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l) / var(--alpha, 100%));
|
|
1021
|
-
--dt-action-color-foreground-base-default: #AB7EFF;
|
|
1022
|
-
--dt-action-color-foreground-base-hover-h: 0;
|
|
1023
|
-
--dt-action-color-foreground-base-hover-s: 0%;
|
|
1024
|
-
--dt-action-color-foreground-base-hover-l: 0%;
|
|
1025
|
-
--dt-action-color-foreground-base-hover-hsl: var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l);
|
|
1026
|
-
--dt-action-color-foreground-base-hover-hsla: hsla(var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l) / var(--alpha, 100%));
|
|
1027
|
-
--dt-action-color-foreground-base-hover: lch(69.4 56.1 303);
|
|
1028
|
-
--dt-action-color-foreground-base-active-h: 0;
|
|
1029
|
-
--dt-action-color-foreground-base-active-s: 0%;
|
|
1030
|
-
--dt-action-color-foreground-base-active-l: 0%;
|
|
1031
|
-
--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l);
|
|
1032
|
-
--dt-action-color-foreground-base-active-hsla: hsla(var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l) / var(--alpha, 100%));
|
|
1033
|
-
--dt-action-color-foreground-base-active: lch(69.4 56.1 303);
|
|
1034
|
-
--dt-action-color-foreground-base-primary-default-h: 0;
|
|
1035
|
-
--dt-action-color-foreground-base-primary-default-s: 0%;
|
|
1036
|
-
--dt-action-color-foreground-base-primary-default-l: 100%;
|
|
1037
|
-
--dt-action-color-foreground-base-primary-default-hsl: var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l);
|
|
1038
|
-
--dt-action-color-foreground-base-primary-default-hsla: hsla(var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l) / var(--alpha, 100%));
|
|
1039
|
-
--dt-action-color-foreground-base-primary-default: #ffffff;
|
|
1040
|
-
--dt-action-color-foreground-critical-default-h: 0;
|
|
1041
|
-
--dt-action-color-foreground-critical-default-s: 100%;
|
|
1042
|
-
--dt-action-color-foreground-critical-default-l: 76.07843137254902%;
|
|
1043
|
-
--dt-action-color-foreground-critical-default-hsl: var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l);
|
|
1044
|
-
--dt-action-color-foreground-critical-default-hsla: hsla(var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l) / var(--alpha, 100%));
|
|
1045
|
-
--dt-action-color-foreground-critical-default: #FF8585;
|
|
1046
|
-
--dt-action-color-foreground-critical-hover-h: 0;
|
|
1047
|
-
--dt-action-color-foreground-critical-hover-s: 0%;
|
|
1048
|
-
--dt-action-color-foreground-critical-hover-l: 0%;
|
|
1049
|
-
--dt-action-color-foreground-critical-hover-hsl: var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l);
|
|
1050
|
-
--dt-action-color-foreground-critical-hover-hsla: hsla(var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l) / var(--alpha, 100%));
|
|
1051
|
-
--dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);
|
|
1052
|
-
--dt-action-color-foreground-critical-active-h: 0;
|
|
1053
|
-
--dt-action-color-foreground-critical-active-s: 0%;
|
|
1054
|
-
--dt-action-color-foreground-critical-active-l: 0%;
|
|
1055
|
-
--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l);
|
|
1056
|
-
--dt-action-color-foreground-critical-active-hsla: hsla(var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l) / var(--alpha, 100%));
|
|
1057
|
-
--dt-action-color-foreground-critical-active: lch(77.4 39.2 25.4);
|
|
1058
|
-
--dt-action-color-foreground-critical-primary-default-h: 0;
|
|
1059
|
-
--dt-action-color-foreground-critical-primary-default-s: 0%;
|
|
1060
|
-
--dt-action-color-foreground-critical-primary-default-l: 100%;
|
|
1061
|
-
--dt-action-color-foreground-critical-primary-default-hsl: var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l);
|
|
1062
|
-
--dt-action-color-foreground-critical-primary-default-hsla: hsla(var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l) / var(--alpha, 100%));
|
|
1063
|
-
--dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
1064
|
-
--dt-action-color-foreground-inverted-default-h: 0;
|
|
1065
|
-
--dt-action-color-foreground-inverted-default-s: 0%;
|
|
1066
|
-
--dt-action-color-foreground-inverted-default-l: 0%;
|
|
1067
|
-
--dt-action-color-foreground-inverted-default-hsl: var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l);
|
|
1068
|
-
--dt-action-color-foreground-inverted-default-hsla: hsla(var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l) / var(--alpha, 100%));
|
|
1069
|
-
--dt-action-color-foreground-inverted-default: #000000;
|
|
1070
|
-
--dt-action-color-foreground-inverted-hover-h: 0;
|
|
1071
|
-
--dt-action-color-foreground-inverted-hover-s: 0%;
|
|
1072
|
-
--dt-action-color-foreground-inverted-hover-l: 0%;
|
|
1073
|
-
--dt-action-color-foreground-inverted-hover-hsl: var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l);
|
|
1074
|
-
--dt-action-color-foreground-inverted-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l) / var(--alpha, 100%));
|
|
1075
|
-
--dt-action-color-foreground-inverted-hover: #000000;
|
|
1076
|
-
--dt-action-color-foreground-inverted-active-h: 0;
|
|
1077
|
-
--dt-action-color-foreground-inverted-active-s: 0%;
|
|
1078
|
-
--dt-action-color-foreground-inverted-active-l: 0%;
|
|
1079
|
-
--dt-action-color-foreground-inverted-active-hsl: var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l);
|
|
1080
|
-
--dt-action-color-foreground-inverted-active-hsla: hsla(var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l) / var(--alpha, 100%));
|
|
1081
|
-
--dt-action-color-foreground-inverted-active: #000000;
|
|
1082
|
-
--dt-action-color-foreground-inverted-primary-default-h: 260.9302325581395;
|
|
1083
|
-
--dt-action-color-foreground-inverted-primary-default-s: 100%;
|
|
1084
|
-
--dt-action-color-foreground-inverted-primary-default-l: 74.70588235294117%;
|
|
1085
|
-
--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l);
|
|
1086
|
-
--dt-action-color-foreground-inverted-primary-default-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l) / var(--alpha, 100%));
|
|
1087
|
-
--dt-action-color-foreground-inverted-primary-default: #AB7EFF;
|
|
1088
|
-
--dt-action-color-foreground-inverted-primary-hover-h: 260.35714285714283;
|
|
1089
|
-
--dt-action-color-foreground-inverted-primary-hover-s: 100%;
|
|
1090
|
-
--dt-action-color-foreground-inverted-primary-hover-l: 89.01960784313725%;
|
|
1091
|
-
--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l);
|
|
1092
|
-
--dt-action-color-foreground-inverted-primary-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l) / var(--alpha, 100%));
|
|
1093
|
-
--dt-action-color-foreground-inverted-primary-hover: #DAC7FF;
|
|
1094
|
-
--dt-action-color-foreground-inverted-primary-active-h: 260.35714285714283;
|
|
1095
|
-
--dt-action-color-foreground-inverted-primary-active-s: 100%;
|
|
1096
|
-
--dt-action-color-foreground-inverted-primary-active-l: 89.01960784313725%;
|
|
1097
|
-
--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l);
|
|
1098
|
-
--dt-action-color-foreground-inverted-primary-active-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l) / var(--alpha, 100%));
|
|
1099
|
-
--dt-action-color-foreground-inverted-primary-active: #DAC7FF;
|
|
1100
|
-
--dt-action-color-foreground-muted-default-h: 0;
|
|
1101
|
-
--dt-action-color-foreground-muted-default-s: 0%;
|
|
1102
|
-
--dt-action-color-foreground-muted-default-l: 76.07843137254902%;
|
|
1103
|
-
--dt-action-color-foreground-muted-default-hsl: var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l);
|
|
1104
|
-
--dt-action-color-foreground-muted-default-hsla: hsla(var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l) / var(--alpha, 100%));
|
|
1105
|
-
--dt-action-color-foreground-muted-default: #C2C2C2;
|
|
1106
|
-
--dt-action-color-foreground-muted-hover-h: 0;
|
|
1107
|
-
--dt-action-color-foreground-muted-hover-s: 0%;
|
|
1108
|
-
--dt-action-color-foreground-muted-hover-l: 76.07843137254902%;
|
|
1109
|
-
--dt-action-color-foreground-muted-hover-hsl: var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l);
|
|
1110
|
-
--dt-action-color-foreground-muted-hover-hsla: hsla(var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l) / var(--alpha, 100%));
|
|
1111
|
-
--dt-action-color-foreground-muted-hover: #C2C2C2;
|
|
1112
|
-
--dt-action-color-foreground-muted-active-h: 0;
|
|
1113
|
-
--dt-action-color-foreground-muted-active-s: 0%;
|
|
1114
|
-
--dt-action-color-foreground-muted-active-l: 76.07843137254902%;
|
|
1115
|
-
--dt-action-color-foreground-muted-active-hsl: var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l);
|
|
1116
|
-
--dt-action-color-foreground-muted-active-hsla: hsla(var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l) / var(--alpha, 100%));
|
|
1117
|
-
--dt-action-color-foreground-muted-active: #C2C2C2;
|
|
1118
|
-
--dt-action-color-foreground-disabled-default-h: 0;
|
|
1119
|
-
--dt-action-color-foreground-disabled-default-s: 0%;
|
|
1120
|
-
--dt-action-color-foreground-disabled-default-l: 66.66666666666666%;
|
|
1121
|
-
--dt-action-color-foreground-disabled-default-hsl: var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l);
|
|
1122
|
-
--dt-action-color-foreground-disabled-default-hsla: hsla(var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l) / var(--alpha, 100%));
|
|
1123
|
-
--dt-action-color-foreground-disabled-default: #AAAAAA;
|
|
1124
|
-
--dt-action-color-foreground-positive-default-h: 111.52173913043478;
|
|
1125
|
-
--dt-action-color-foreground-positive-default-s: 100%;
|
|
1126
|
-
--dt-action-color-foreground-positive-default-l: 81.96078431372548%;
|
|
1127
|
-
--dt-action-color-foreground-positive-default-hsl: var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l);
|
|
1128
|
-
--dt-action-color-foreground-positive-default-hsla: hsla(var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l) / var(--alpha, 100%));
|
|
1129
|
-
--dt-action-color-foreground-positive-default: #B0FFA3;
|
|
1130
|
-
--dt-action-color-foreground-positive-hover-h: 111.99999999999999;
|
|
1131
|
-
--dt-action-color-foreground-positive-hover-s: 100%;
|
|
1132
|
-
--dt-action-color-foreground-positive-hover-l: 67.2%;
|
|
1133
|
-
--dt-action-color-foreground-positive-hover-hsl: var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l);
|
|
1134
|
-
--dt-action-color-foreground-positive-hover-hsla: hsla(var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l) / var(--alpha, 100%));
|
|
1135
|
-
--dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);
|
|
1136
|
-
--dt-action-color-foreground-positive-active-h: 111.99999999999999;
|
|
1137
|
-
--dt-action-color-foreground-positive-active-s: 100%;
|
|
1138
|
-
--dt-action-color-foreground-positive-active-l: 67.2%;
|
|
1139
|
-
--dt-action-color-foreground-positive-active-hsl: var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l);
|
|
1140
|
-
--dt-action-color-foreground-positive-active-hsla: hsla(var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l) / var(--alpha, 100%));
|
|
1141
|
-
--dt-action-color-foreground-positive-active: hsl(112 100% 67.2%);
|
|
1142
|
-
--dt-action-color-foreground-positive-primary-default-h: 0;
|
|
1143
|
-
--dt-action-color-foreground-positive-primary-default-s: 0%;
|
|
1144
|
-
--dt-action-color-foreground-positive-primary-default-l: 100%;
|
|
1145
|
-
--dt-action-color-foreground-positive-primary-default-hsl: var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l);
|
|
1146
|
-
--dt-action-color-foreground-positive-primary-default-hsla: hsla(var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l) / var(--alpha, 100%));
|
|
1147
|
-
--dt-action-color-foreground-positive-primary-default: #ffffff;
|
|
1148
|
-
--dt-action-color-background-base-default-h: 0;
|
|
1149
|
-
--dt-action-color-background-base-default-s: 0%;
|
|
1150
|
-
--dt-action-color-background-base-default-l: 0%;
|
|
1151
|
-
--dt-action-color-background-base-default-hsl: var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l);
|
|
1152
|
-
--dt-action-color-background-base-default-hsla: hsla(var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l) / var(--alpha, 100%));
|
|
1153
|
-
--dt-action-color-background-base-default: transparent;
|
|
1154
|
-
--dt-action-color-background-base-hover-h: 261;
|
|
1155
|
-
--dt-action-color-background-base-hover-s: 100%;
|
|
1156
|
-
--dt-action-color-background-base-hover-l: 74.70000000000002%;
|
|
1157
|
-
--dt-action-color-background-base-hover-hsl: var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l);
|
|
1158
|
-
--dt-action-color-background-base-hover-hsla: hsla(var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l) / var(--alpha, 100%));
|
|
1159
|
-
--dt-action-color-background-base-hover: hsl(261 100% 74.7% / 0.1);
|
|
1160
|
-
--dt-action-color-background-base-active-h: 261;
|
|
1161
|
-
--dt-action-color-background-base-active-s: 100%;
|
|
1162
|
-
--dt-action-color-background-base-active-l: 74.70000000000002%;
|
|
1163
|
-
--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);
|
|
1164
|
-
--dt-action-color-background-base-active-hsla: hsla(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 100%));
|
|
1165
|
-
--dt-action-color-background-base-active: hsl(261 100% 74.7% / 0.2);
|
|
1166
|
-
--dt-action-color-background-base-primary-default-h: 254.5664739884393;
|
|
1167
|
-
--dt-action-color-background-base-primary-default-s: 100%;
|
|
1168
|
-
--dt-action-color-background-base-primary-default-l: 66.07843137254902%;
|
|
1169
|
-
--dt-action-color-background-base-primary-default-hsl: var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l);
|
|
1170
|
-
--dt-action-color-background-base-primary-default-hsla: hsla(var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l) / var(--alpha, 100%));
|
|
1171
|
-
--dt-action-color-background-base-primary-default: #7C52FF;
|
|
1172
|
-
--dt-action-color-background-base-primary-hover-h: 255;
|
|
1173
|
-
--dt-action-color-background-base-primary-hover-s: 100%;
|
|
1174
|
-
--dt-action-color-background-base-primary-hover-l: 63.40000000000001%;
|
|
1175
|
-
--dt-action-color-background-base-primary-hover-hsl: var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l);
|
|
1176
|
-
--dt-action-color-background-base-primary-hover-hsla: hsla(var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l) / var(--alpha, 100%));
|
|
1177
|
-
--dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);
|
|
1178
|
-
--dt-action-color-background-base-primary-active-h: 255.00000000000006;
|
|
1179
|
-
--dt-action-color-background-base-primary-active-s: 100%;
|
|
1180
|
-
--dt-action-color-background-base-primary-active-l: 60.8%;
|
|
1181
|
-
--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l);
|
|
1182
|
-
--dt-action-color-background-base-primary-active-hsla: hsla(var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l) / var(--alpha, 100%));
|
|
1183
|
-
--dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);
|
|
1184
|
-
--dt-action-color-background-critical-default-h: 0;
|
|
1185
|
-
--dt-action-color-background-critical-default-s: 0%;
|
|
1186
|
-
--dt-action-color-background-critical-default-l: 0%;
|
|
1187
|
-
--dt-action-color-background-critical-default-hsl: var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l);
|
|
1188
|
-
--dt-action-color-background-critical-default-hsla: hsla(var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l) / var(--alpha, 100%));
|
|
1189
|
-
--dt-action-color-background-critical-default: transparent;
|
|
1190
|
-
--dt-action-color-background-critical-hover-h: 0;
|
|
1191
|
-
--dt-action-color-background-critical-hover-s: 88.79999999999998%;
|
|
1192
|
-
--dt-action-color-background-critical-hover-l: 49%;
|
|
1193
|
-
--dt-action-color-background-critical-hover-hsl: var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l);
|
|
1194
|
-
--dt-action-color-background-critical-hover-hsla: hsla(var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l) / var(--alpha, 100%));
|
|
1195
|
-
--dt-action-color-background-critical-hover: hsl(0 88.8% 49% / 0.2);
|
|
1196
|
-
--dt-action-color-background-critical-active-h: 0;
|
|
1197
|
-
--dt-action-color-background-critical-active-s: 88.79999999999998%;
|
|
1198
|
-
--dt-action-color-background-critical-active-l: 49%;
|
|
1199
|
-
--dt-action-color-background-critical-active-hsl: var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l);
|
|
1200
|
-
--dt-action-color-background-critical-active-hsla: hsla(var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l) / var(--alpha, 100%));
|
|
1201
|
-
--dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.3);
|
|
1202
|
-
--dt-action-color-background-critical-primary-default-h: 0;
|
|
1203
|
-
--dt-action-color-background-critical-primary-default-s: 88.79999999999998%;
|
|
1204
|
-
--dt-action-color-background-critical-primary-default-l: 49.01960784313726%;
|
|
1205
|
-
--dt-action-color-background-critical-primary-default-hsl: var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l);
|
|
1206
|
-
--dt-action-color-background-critical-primary-default-hsla: hsla(var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l) / var(--alpha, 100%));
|
|
1207
|
-
--dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
1208
|
-
--dt-action-color-background-critical-primary-hover-h: 0;
|
|
1209
|
-
--dt-action-color-background-critical-primary-hover-s: 88.8%;
|
|
1210
|
-
--dt-action-color-background-critical-primary-hover-l: 45.1%;
|
|
1211
|
-
--dt-action-color-background-critical-primary-hover-hsl: var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l);
|
|
1212
|
-
--dt-action-color-background-critical-primary-hover-hsla: hsla(var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l) / var(--alpha, 100%));
|
|
1213
|
-
--dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);
|
|
1214
|
-
--dt-action-color-background-critical-primary-active-h: 0;
|
|
1215
|
-
--dt-action-color-background-critical-primary-active-s: 88.79999999999998%;
|
|
1216
|
-
--dt-action-color-background-critical-primary-active-l: 43.1%;
|
|
1217
|
-
--dt-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l);
|
|
1218
|
-
--dt-action-color-background-critical-primary-active-hsla: hsla(var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l) / var(--alpha, 100%));
|
|
1219
|
-
--dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);
|
|
1220
|
-
--dt-action-color-background-inverted-default-h: 0;
|
|
1221
|
-
--dt-action-color-background-inverted-default-s: 0%;
|
|
1222
|
-
--dt-action-color-background-inverted-default-l: 0%;
|
|
1223
|
-
--dt-action-color-background-inverted-default-hsl: var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l);
|
|
1224
|
-
--dt-action-color-background-inverted-default-hsla: hsla(var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l) / var(--alpha, 100%));
|
|
1225
|
-
--dt-action-color-background-inverted-default: transparent;
|
|
1226
|
-
--dt-action-color-background-inverted-hover-h: 0;
|
|
1227
|
-
--dt-action-color-background-inverted-hover-s: 0%;
|
|
1228
|
-
--dt-action-color-background-inverted-hover-l: 12%;
|
|
1229
|
-
--dt-action-color-background-inverted-hover-hsl: var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l);
|
|
1230
|
-
--dt-action-color-background-inverted-hover-hsla: hsla(var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l) / var(--alpha, 100%));
|
|
1231
|
-
--dt-action-color-background-inverted-hover: hsl(0 0% 12% / 0.15);
|
|
1232
|
-
--dt-action-color-background-inverted-active-h: 0;
|
|
1233
|
-
--dt-action-color-background-inverted-active-s: 0%;
|
|
1234
|
-
--dt-action-color-background-inverted-active-l: 12%;
|
|
1235
|
-
--dt-action-color-background-inverted-active-hsl: var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l);
|
|
1236
|
-
--dt-action-color-background-inverted-active-hsla: hsla(var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l) / var(--alpha, 100%));
|
|
1237
|
-
--dt-action-color-background-inverted-active: hsl(0 0% 12% / 0.3);
|
|
1238
|
-
--dt-action-color-background-inverted-primary-default-h: 0;
|
|
1239
|
-
--dt-action-color-background-inverted-primary-default-s: 0%;
|
|
1240
|
-
--dt-action-color-background-inverted-primary-default-l: 12%;
|
|
1241
|
-
--dt-action-color-background-inverted-primary-default-hsl: var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l);
|
|
1242
|
-
--dt-action-color-background-inverted-primary-default-hsla: hsla(var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l) / var(--alpha, 100%));
|
|
1243
|
-
--dt-action-color-background-inverted-primary-default: hsl(0 0% 12%);
|
|
1244
|
-
--dt-action-color-background-inverted-primary-hover-h: 260;
|
|
1245
|
-
--dt-action-color-background-inverted-primary-hover-s: 91.30434782608695%;
|
|
1246
|
-
--dt-action-color-background-inverted-primary-hover-l: 9.019607843137255%;
|
|
1247
|
-
--dt-action-color-background-inverted-primary-hover-hsl: var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l);
|
|
1248
|
-
--dt-action-color-background-inverted-primary-hover-hsla: hsla(var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l) / var(--alpha, 100%));
|
|
1249
|
-
--dt-action-color-background-inverted-primary-hover: #10022C;
|
|
1250
|
-
--dt-action-color-background-inverted-primary-active-h: 254.49999999999997;
|
|
1251
|
-
--dt-action-color-background-inverted-primary-active-s: 67.41573033707866%;
|
|
1252
|
-
--dt-action-color-background-inverted-primary-active-l: 34.90196078431373%;
|
|
1253
|
-
--dt-action-color-background-inverted-primary-active-hsl: var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l);
|
|
1254
|
-
--dt-action-color-background-inverted-primary-active-hsla: hsla(var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l) / var(--alpha, 100%));
|
|
1255
|
-
--dt-action-color-background-inverted-primary-active: #3A1D95;
|
|
1256
|
-
--dt-action-color-background-muted-default-h: 0;
|
|
1257
|
-
--dt-action-color-background-muted-default-s: 0%;
|
|
1258
|
-
--dt-action-color-background-muted-default-l: 0%;
|
|
1259
|
-
--dt-action-color-background-muted-default-hsl: var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l);
|
|
1260
|
-
--dt-action-color-background-muted-default-hsla: hsla(var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l) / var(--alpha, 100%));
|
|
1261
|
-
--dt-action-color-background-muted-default: transparent;
|
|
1262
|
-
--dt-action-color-background-muted-hover-h: 0;
|
|
1263
|
-
--dt-action-color-background-muted-hover-s: 0%;
|
|
1264
|
-
--dt-action-color-background-muted-hover-l: 83.1%;
|
|
1265
|
-
--dt-action-color-background-muted-hover-hsl: var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l);
|
|
1266
|
-
--dt-action-color-background-muted-hover-hsla: hsla(var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l) / var(--alpha, 100%));
|
|
1267
|
-
--dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
|
|
1268
|
-
--dt-action-color-background-muted-active-h: 0;
|
|
1269
|
-
--dt-action-color-background-muted-active-s: 0%;
|
|
1270
|
-
--dt-action-color-background-muted-active-l: 83.1%;
|
|
1271
|
-
--dt-action-color-background-muted-active-hsl: var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l);
|
|
1272
|
-
--dt-action-color-background-muted-active-hsla: hsla(var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l) / var(--alpha, 100%));
|
|
1273
|
-
--dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
|
|
1274
|
-
--dt-action-color-background-disabled-default-h: 0;
|
|
1275
|
-
--dt-action-color-background-disabled-default-s: 0%;
|
|
1276
|
-
--dt-action-color-background-disabled-default-l: 22.745098039215687%;
|
|
1277
|
-
--dt-action-color-background-disabled-default-hsl: var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l);
|
|
1278
|
-
--dt-action-color-background-disabled-default-hsla: hsla(var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l) / var(--alpha, 100%));
|
|
1279
|
-
--dt-action-color-background-disabled-default: #3A3A3A;
|
|
1280
|
-
--dt-action-color-background-positive-default-h: 0;
|
|
1281
|
-
--dt-action-color-background-positive-default-s: 0%;
|
|
1282
|
-
--dt-action-color-background-positive-default-l: 0%;
|
|
1283
|
-
--dt-action-color-background-positive-default-hsl: var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l);
|
|
1284
|
-
--dt-action-color-background-positive-default-hsla: hsla(var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l) / var(--alpha, 100%));
|
|
1285
|
-
--dt-action-color-background-positive-default: transparent;
|
|
1286
|
-
--dt-action-color-background-positive-hover-h: 136;
|
|
1287
|
-
--dt-action-color-background-positive-hover-s: 59.10000000000002%;
|
|
1288
|
-
--dt-action-color-background-positive-hover-l: 66.9%;
|
|
1289
|
-
--dt-action-color-background-positive-hover-hsl: var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l);
|
|
1290
|
-
--dt-action-color-background-positive-hover-hsla: hsla(var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l) / var(--alpha, 100%));
|
|
1291
|
-
--dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);
|
|
1292
|
-
--dt-action-color-background-positive-active-h: 111.99999999999999;
|
|
1293
|
-
--dt-action-color-background-positive-active-s: 100%;
|
|
1294
|
-
--dt-action-color-background-positive-active-l: 82%;
|
|
1295
|
-
--dt-action-color-background-positive-active-hsl: var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l);
|
|
1296
|
-
--dt-action-color-background-positive-active-hsla: hsla(var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l) / var(--alpha, 100%));
|
|
1297
|
-
--dt-action-color-background-positive-active: hsl(112 100% 82% / 0.08);
|
|
1298
|
-
--dt-action-color-background-positive-primary-default-h: 111.52173913043478;
|
|
1299
|
-
--dt-action-color-background-positive-primary-default-s: 100%;
|
|
1300
|
-
--dt-action-color-background-positive-primary-default-l: 81.96078431372548%;
|
|
1301
|
-
--dt-action-color-background-positive-primary-default-hsl: var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l);
|
|
1302
|
-
--dt-action-color-background-positive-primary-default-hsla: hsla(var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l) / var(--alpha, 100%));
|
|
1303
|
-
--dt-action-color-background-positive-primary-default: #B0FFA3;
|
|
1304
|
-
--dt-action-color-background-positive-primary-hover-h: 111.99999999999999;
|
|
1305
|
-
--dt-action-color-background-positive-primary-hover-s: 100%;
|
|
1306
|
-
--dt-action-color-background-positive-primary-hover-l: 73.8%;
|
|
1307
|
-
--dt-action-color-background-positive-primary-hover-hsl: var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l);
|
|
1308
|
-
--dt-action-color-background-positive-primary-hover-hsla: hsla(var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l) / var(--alpha, 100%));
|
|
1309
|
-
--dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);
|
|
1310
|
-
--dt-action-color-background-positive-primary-active-h: 111.99999999999999;
|
|
1311
|
-
--dt-action-color-background-positive-primary-active-s: 100%;
|
|
1312
|
-
--dt-action-color-background-positive-primary-active-l: 68.8%;
|
|
1313
|
-
--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l);
|
|
1314
|
-
--dt-action-color-background-positive-primary-active-hsla: hsla(var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l) / var(--alpha, 100%));
|
|
1315
|
-
--dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
|
|
1316
|
-
--dt-action-color-border-base-outlined-default-h: 260.9302325581395;
|
|
1317
|
-
--dt-action-color-border-base-outlined-default-s: 100%;
|
|
1318
|
-
--dt-action-color-border-base-outlined-default-l: 74.70588235294117%;
|
|
1319
|
-
--dt-action-color-border-base-outlined-default-hsl: var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l);
|
|
1320
|
-
--dt-action-color-border-base-outlined-default-hsla: hsla(var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l) / var(--alpha, 100%));
|
|
1321
|
-
--dt-action-color-border-base-outlined-default: #AB7EFF;
|
|
1322
|
-
--dt-action-color-border-critical-outlined-default-h: 0;
|
|
1323
|
-
--dt-action-color-border-critical-outlined-default-s: 100%;
|
|
1324
|
-
--dt-action-color-border-critical-outlined-default-l: 76.07843137254902%;
|
|
1325
|
-
--dt-action-color-border-critical-outlined-default-hsl: var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l);
|
|
1326
|
-
--dt-action-color-border-critical-outlined-default-hsla: hsla(var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l) / var(--alpha, 100%));
|
|
1327
|
-
--dt-action-color-border-critical-outlined-default: #FF8585;
|
|
1328
|
-
--dt-action-color-border-inverted-outlined-default-h: 0;
|
|
1329
|
-
--dt-action-color-border-inverted-outlined-default-s: 0%;
|
|
1330
|
-
--dt-action-color-border-inverted-outlined-default-l: 0%;
|
|
1331
|
-
--dt-action-color-border-inverted-outlined-default-hsl: var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l);
|
|
1332
|
-
--dt-action-color-border-inverted-outlined-default-hsla: hsla(var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l) / var(--alpha, 100%));
|
|
1333
|
-
--dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
1334
|
-
--dt-action-color-border-muted-outlined-default-h: 0;
|
|
1335
|
-
--dt-action-color-border-muted-outlined-default-s: 0%;
|
|
1336
|
-
--dt-action-color-border-muted-outlined-default-l: 100%;
|
|
1337
|
-
--dt-action-color-border-muted-outlined-default-hsl: var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l);
|
|
1338
|
-
--dt-action-color-border-muted-outlined-default-hsla: hsla(var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l) / var(--alpha, 100%));
|
|
1339
|
-
--dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / 0.36);
|
|
1340
|
-
--dt-theme-color-base-h: 0;
|
|
1341
|
-
--dt-theme-color-base-s: 0%;
|
|
1342
|
-
--dt-theme-color-base-l: 90.19607843137256%;
|
|
1343
|
-
--dt-theme-color-base-hsl: var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l);
|
|
1344
|
-
--dt-theme-color-base-hsla: hsla(var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l) / var(--alpha, 100%));
|
|
1345
|
-
--dt-theme-color-base: #E6E6E6;
|
|
1346
|
-
--dt-theme-topbar-color-foreground-h: 0;
|
|
1347
|
-
--dt-theme-topbar-color-foreground-s: 0%;
|
|
1348
|
-
--dt-theme-topbar-color-foreground-l: 90.2%;
|
|
1349
|
-
--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);
|
|
1350
|
-
--dt-theme-topbar-color-foreground-hsla: hsla(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 100%));
|
|
1351
|
-
--dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.75);
|
|
1352
|
-
--dt-theme-topbar-color-background-h: 0;
|
|
1353
|
-
--dt-theme-topbar-color-background-s: 0%;
|
|
1354
|
-
--dt-theme-topbar-color-background-l: 14.901960784313726%;
|
|
1355
|
-
--dt-theme-topbar-color-background-hsl: var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l);
|
|
1356
|
-
--dt-theme-topbar-color-background-hsla: hsla(var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l) / var(--alpha, 100%));
|
|
1357
|
-
--dt-theme-topbar-color-background: #262626;
|
|
1358
|
-
--dt-theme-topbar-field-color-foreground-h: 0;
|
|
1359
|
-
--dt-theme-topbar-field-color-foreground-s: 0%;
|
|
1360
|
-
--dt-theme-topbar-field-color-foreground-l: 90.2%;
|
|
1361
|
-
--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);
|
|
1362
|
-
--dt-theme-topbar-field-color-foreground-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 100%));
|
|
1363
|
-
--dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
|
|
1364
|
-
--dt-theme-topbar-field-color-foreground-hover-h: 0;
|
|
1365
|
-
--dt-theme-topbar-field-color-foreground-hover-s: 0%;
|
|
1366
|
-
--dt-theme-topbar-field-color-foreground-hover-l: 90.2%;
|
|
1367
|
-
--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);
|
|
1368
|
-
--dt-theme-topbar-field-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 100%));
|
|
1369
|
-
--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
|
|
1370
|
-
--dt-theme-topbar-field-color-background-h: 0;
|
|
1371
|
-
--dt-theme-topbar-field-color-background-s: 0%;
|
|
1372
|
-
--dt-theme-topbar-field-color-background-l: 90.2%;
|
|
1373
|
-
--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);
|
|
1374
|
-
--dt-theme-topbar-field-color-background-hsla: hsla(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 100%));
|
|
1375
|
-
--dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
|
|
1376
|
-
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
1377
|
-
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
1378
|
-
--dt-theme-topbar-field-color-background-hover-l: 10.1%;
|
|
1379
|
-
--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
|
|
1380
|
-
--dt-theme-topbar-field-color-background-hover-hsla: hsla(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
|
|
1381
|
-
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);
|
|
1382
|
-
--dt-theme-topbar-field-color-border-h: 0;
|
|
1383
|
-
--dt-theme-topbar-field-color-border-s: 0%;
|
|
1384
|
-
--dt-theme-topbar-field-color-border-l: 90.2%;
|
|
1385
|
-
--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);
|
|
1386
|
-
--dt-theme-topbar-field-color-border-hsla: hsla(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 100%));
|
|
1387
|
-
--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
1388
|
-
--dt-theme-topbar-field-color-border-hover-h: 0;
|
|
1389
|
-
--dt-theme-topbar-field-color-border-hover-s: 0%;
|
|
1390
|
-
--dt-theme-topbar-field-color-border-hover-l: 90.2%;
|
|
1391
|
-
--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);
|
|
1392
|
-
--dt-theme-topbar-field-color-border-hover-hsla: hsla(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 100%));
|
|
1393
|
-
--dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
|
|
1394
|
-
--dt-theme-topbar-field-color-border-active-h: 0;
|
|
1395
|
-
--dt-theme-topbar-field-color-border-active-s: 0%;
|
|
1396
|
-
--dt-theme-topbar-field-color-border-active-l: 90.2%;
|
|
1397
|
-
--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);
|
|
1398
|
-
--dt-theme-topbar-field-color-border-active-hsla: hsla(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 100%));
|
|
1399
|
-
--dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
|
|
1400
|
-
--dt-theme-topbar-button-color-foreground-h: 0;
|
|
1401
|
-
--dt-theme-topbar-button-color-foreground-s: 0%;
|
|
1402
|
-
--dt-theme-topbar-button-color-foreground-l: 90.2%;
|
|
1403
|
-
--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);
|
|
1404
|
-
--dt-theme-topbar-button-color-foreground-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 100%));
|
|
1405
|
-
--dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
|
|
1406
|
-
--dt-theme-topbar-button-color-foreground-hover-h: 0;
|
|
1407
|
-
--dt-theme-topbar-button-color-foreground-hover-s: 0%;
|
|
1408
|
-
--dt-theme-topbar-button-color-foreground-hover-l: 90.19607843137256%;
|
|
1409
|
-
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l);
|
|
1410
|
-
--dt-theme-topbar-button-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l) / var(--alpha, 100%));
|
|
1411
|
-
--dt-theme-topbar-button-color-foreground-hover: #E6E6E6;
|
|
1412
|
-
--dt-theme-topbar-button-color-background-h: 0;
|
|
1413
|
-
--dt-theme-topbar-button-color-background-s: 0%;
|
|
1414
|
-
--dt-theme-topbar-button-color-background-l: 90.2%;
|
|
1415
|
-
--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);
|
|
1416
|
-
--dt-theme-topbar-button-color-background-hsla: hsla(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 100%));
|
|
1417
|
-
--dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
|
|
1418
|
-
--dt-theme-topbar-button-color-background-hover-h: 0;
|
|
1419
|
-
--dt-theme-topbar-button-color-background-hover-s: 0%;
|
|
1420
|
-
--dt-theme-topbar-button-color-background-hover-l: 90.2%;
|
|
1421
|
-
--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);
|
|
1422
|
-
--dt-theme-topbar-button-color-background-hover-hsla: hsla(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 100%));
|
|
1423
|
-
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
1424
|
-
--dt-theme-topbar-button-color-background-active-h: 0;
|
|
1425
|
-
--dt-theme-topbar-button-color-background-active-s: 0%;
|
|
1426
|
-
--dt-theme-topbar-button-color-background-active-l: 90.2%;
|
|
1427
|
-
--dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);
|
|
1428
|
-
--dt-theme-topbar-button-color-background-active-hsla: hsla(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 100%));
|
|
1429
|
-
--dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / 0.1);
|
|
1430
|
-
--dt-theme-topbar-profile-color-foreground-h: 0;
|
|
1431
|
-
--dt-theme-topbar-profile-color-foreground-s: 0%;
|
|
1432
|
-
--dt-theme-topbar-profile-color-foreground-l: 90.2%;
|
|
1433
|
-
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l);
|
|
1434
|
-
--dt-theme-topbar-profile-color-foreground-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l) / var(--alpha, 100%));
|
|
1435
|
-
--dt-theme-topbar-profile-color-foreground: hsl(0 0% 90.2% / 0.75);
|
|
1436
|
-
--dt-theme-topbar-profile-color-foreground-inverted-h: 0;
|
|
1437
|
-
--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;
|
|
1438
|
-
--dt-theme-topbar-profile-color-foreground-inverted-l: 0%;
|
|
1439
|
-
--dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);
|
|
1440
|
-
--dt-theme-topbar-profile-color-foreground-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 100%));
|
|
1441
|
-
--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
|
|
1442
|
-
--dt-theme-topbar-profile-color-background-h: 0;
|
|
1443
|
-
--dt-theme-topbar-profile-color-background-s: 0%;
|
|
1444
|
-
--dt-theme-topbar-profile-color-background-l: 90.2%;
|
|
1445
|
-
--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);
|
|
1446
|
-
--dt-theme-topbar-profile-color-background-hsla: hsla(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 100%));
|
|
1447
|
-
--dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / 0.05);
|
|
1448
|
-
--dt-theme-topbar-profile-color-background-inverted-h: 0;
|
|
1449
|
-
--dt-theme-topbar-profile-color-background-inverted-s: 0%;
|
|
1450
|
-
--dt-theme-topbar-profile-color-background-inverted-l: 90.2%;
|
|
1451
|
-
--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);
|
|
1452
|
-
--dt-theme-topbar-profile-color-background-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 100%));
|
|
1453
|
-
--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
|
|
1454
|
-
--dt-theme-topbar-profile-color-background-hover-h: 0;
|
|
1455
|
-
--dt-theme-topbar-profile-color-background-hover-s: 0%;
|
|
1456
|
-
--dt-theme-topbar-profile-color-background-hover-l: 90.2%;
|
|
1457
|
-
--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);
|
|
1458
|
-
--dt-theme-topbar-profile-color-background-hover-hsla: hsla(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 100%));
|
|
1459
|
-
--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
1460
|
-
--dt-theme-topbar-profile-color-background-active-h: 0;
|
|
1461
|
-
--dt-theme-topbar-profile-color-background-active-s: 0%;
|
|
1462
|
-
--dt-theme-topbar-profile-color-background-active-l: 90.2%;
|
|
1463
|
-
--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);
|
|
1464
|
-
--dt-theme-topbar-profile-color-background-active-hsla: hsla(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 100%));
|
|
1465
|
-
--dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
|
|
1466
|
-
--dt-theme-sidebar-color-foreground-h: 0;
|
|
1467
|
-
--dt-theme-sidebar-color-foreground-s: 0%;
|
|
1468
|
-
--dt-theme-sidebar-color-foreground-l: 76.07843137254902%;
|
|
1469
|
-
--dt-theme-sidebar-color-foreground-hsl: var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l);
|
|
1470
|
-
--dt-theme-sidebar-color-foreground-hsla: hsla(var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l) / var(--alpha, 100%));
|
|
1471
|
-
--dt-theme-sidebar-color-foreground: #C2C2C2;
|
|
1472
|
-
--dt-theme-sidebar-color-foreground-unread-h: 0;
|
|
1473
|
-
--dt-theme-sidebar-color-foreground-unread-s: 0%;
|
|
1474
|
-
--dt-theme-sidebar-color-foreground-unread-l: 90.19607843137256%;
|
|
1475
|
-
--dt-theme-sidebar-color-foreground-unread-hsl: var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l);
|
|
1476
|
-
--dt-theme-sidebar-color-foreground-unread-hsla: hsla(var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l) / var(--alpha, 100%));
|
|
1477
|
-
--dt-theme-sidebar-color-foreground-unread: #E6E6E6;
|
|
1478
|
-
--dt-theme-sidebar-color-background-h: 0;
|
|
1479
|
-
--dt-theme-sidebar-color-background-s: 0%;
|
|
1480
|
-
--dt-theme-sidebar-color-background-l: 14.901960784313726%;
|
|
1481
|
-
--dt-theme-sidebar-color-background-hsl: var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l);
|
|
1482
|
-
--dt-theme-sidebar-color-background-hsla: hsla(var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l) / var(--alpha, 100%));
|
|
1483
|
-
--dt-theme-sidebar-color-background: #262626;
|
|
1484
|
-
--dt-theme-sidebar-icon-color-foreground-h: 0;
|
|
1485
|
-
--dt-theme-sidebar-icon-color-foreground-s: 0%;
|
|
1486
|
-
--dt-theme-sidebar-icon-color-foreground-l: 76.07843137254902%;
|
|
1487
|
-
--dt-theme-sidebar-icon-color-foreground-hsl: var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l);
|
|
1488
|
-
--dt-theme-sidebar-icon-color-foreground-hsla: hsla(var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l) / var(--alpha, 100%));
|
|
1489
|
-
--dt-theme-sidebar-icon-color-foreground: #C2C2C2;
|
|
1490
|
-
--dt-theme-sidebar-status-color-foreground-h: 0;
|
|
1491
|
-
--dt-theme-sidebar-status-color-foreground-s: 0%;
|
|
1492
|
-
--dt-theme-sidebar-status-color-foreground-l: 66.66666666666666%;
|
|
1493
|
-
--dt-theme-sidebar-status-color-foreground-hsl: var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l);
|
|
1494
|
-
--dt-theme-sidebar-status-color-foreground-hsla: hsla(var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l) / var(--alpha, 100%));
|
|
1495
|
-
--dt-theme-sidebar-status-color-foreground: #AAAAAA;
|
|
1496
|
-
--dt-theme-sidebar-row-color-background-h: 0;
|
|
1497
|
-
--dt-theme-sidebar-row-color-background-s: 0%;
|
|
1498
|
-
--dt-theme-sidebar-row-color-background-l: 90.2%;
|
|
1499
|
-
--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);
|
|
1500
|
-
--dt-theme-sidebar-row-color-background-hsla: hsla(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 100%));
|
|
1501
|
-
--dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
|
|
1502
|
-
--dt-theme-sidebar-row-color-background-hover-h: 0;
|
|
1503
|
-
--dt-theme-sidebar-row-color-background-hover-s: 0%;
|
|
1504
|
-
--dt-theme-sidebar-row-color-background-hover-l: 90.2%;
|
|
1505
|
-
--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);
|
|
1506
|
-
--dt-theme-sidebar-row-color-background-hover-hsla: hsla(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 100%));
|
|
1507
|
-
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.18);
|
|
1508
|
-
--dt-theme-sidebar-row-color-background-active-h: 0;
|
|
1509
|
-
--dt-theme-sidebar-row-color-background-active-s: 0%;
|
|
1510
|
-
--dt-theme-sidebar-row-color-background-active-l: 90.2%;
|
|
1511
|
-
--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);
|
|
1512
|
-
--dt-theme-sidebar-row-color-background-active-hsla: hsla(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 100%));
|
|
1513
|
-
--dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.24);
|
|
1514
|
-
--dt-theme-sidebar-selected-row-color-foreground-h: 0;
|
|
1515
|
-
--dt-theme-sidebar-selected-row-color-foreground-s: 0%;
|
|
1516
|
-
--dt-theme-sidebar-selected-row-color-foreground-l: 90.19607843137256%;
|
|
1517
|
-
--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l);
|
|
1518
|
-
--dt-theme-sidebar-selected-row-color-foreground-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l) / var(--alpha, 100%));
|
|
1519
|
-
--dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
|
|
1520
|
-
--dt-theme-sidebar-selected-row-color-background-h: 0;
|
|
1521
|
-
--dt-theme-sidebar-selected-row-color-background-s: 0%;
|
|
1522
|
-
--dt-theme-sidebar-selected-row-color-background-l: 90.2%;
|
|
1523
|
-
--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);
|
|
1524
|
-
--dt-theme-sidebar-selected-row-color-background-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 100%));
|
|
1525
|
-
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.2);
|
|
1526
|
-
--dt-theme-sidebar-section-color-foreground-h: 0;
|
|
1527
|
-
--dt-theme-sidebar-section-color-foreground-s: 0%;
|
|
1528
|
-
--dt-theme-sidebar-section-color-foreground-l: 66.66666666666666%;
|
|
1529
|
-
--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l);
|
|
1530
|
-
--dt-theme-sidebar-section-color-foreground-hsla: hsla(var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l) / var(--alpha, 100%));
|
|
1531
|
-
--dt-theme-sidebar-section-color-foreground: #AAAAAA;
|
|
1532
|
-
--dt-theme-presence-color-background-available-h: 111.52173913043478;
|
|
1533
|
-
--dt-theme-presence-color-background-available-s: 100%;
|
|
1534
|
-
--dt-theme-presence-color-background-available-l: 81.96078431372548%;
|
|
1535
|
-
--dt-theme-presence-color-background-available-hsl: var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l);
|
|
1536
|
-
--dt-theme-presence-color-background-available-hsla: hsla(var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l) / var(--alpha, 100%));
|
|
1537
|
-
--dt-theme-presence-color-background-available: #B0FFA3;
|
|
1538
|
-
--dt-theme-presence-color-background-busy-unavailable-h: 0;
|
|
1539
|
-
--dt-theme-presence-color-background-busy-unavailable-s: 88.79999999999998%;
|
|
1540
|
-
--dt-theme-presence-color-background-busy-unavailable-l: 49.01960784313726%;
|
|
1541
|
-
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l);
|
|
1542
|
-
--dt-theme-presence-color-background-busy-unavailable-hsla: hsla(var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l) / var(--alpha, 100%));
|
|
1543
|
-
--dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
1544
|
-
--dt-theme-presence-color-background-busy-h: 35.80645161290322;
|
|
1545
|
-
--dt-theme-presence-color-background-busy-s: 91.17647058823533%;
|
|
1546
|
-
--dt-theme-presence-color-background-busy-l: 60%;
|
|
1547
|
-
--dt-theme-presence-color-background-busy-hsl: var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l);
|
|
1548
|
-
--dt-theme-presence-color-background-busy-hsla: hsla(var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l) / var(--alpha, 100%));
|
|
1549
|
-
--dt-theme-presence-color-background-busy: #F6AB3C;
|
|
1550
|
-
--dt-theme-presence-color-background-offline-h: 0;
|
|
1551
|
-
--dt-theme-presence-color-background-offline-s: 0%;
|
|
1552
|
-
--dt-theme-presence-color-background-offline-l: 100%;
|
|
1553
|
-
--dt-theme-presence-color-background-offline-hsl: var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l);
|
|
1554
|
-
--dt-theme-presence-color-background-offline-hsla: hsla(var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l) / var(--alpha, 100%));
|
|
1555
|
-
--dt-theme-presence-color-background-offline: #ffffff;
|
|
1556
|
-
--dt-theme-mention-color-foreground-h: 0;
|
|
1557
|
-
--dt-theme-mention-color-foreground-s: 0%;
|
|
1558
|
-
--dt-theme-mention-color-foreground-l: 100%;
|
|
1559
|
-
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1560
|
-
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1561
|
-
--dt-theme-mention-color-foreground: #ffffff;
|
|
1562
|
-
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1563
|
-
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1564
|
-
--dt-theme-mention-color-foreground-strong-l: 0%;
|
|
1565
|
-
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1566
|
-
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1567
|
-
--dt-theme-mention-color-foreground-strong: #000000;
|
|
1568
|
-
--dt-theme-mention-color-background-h: 254.5664739884393;
|
|
1569
|
-
--dt-theme-mention-color-background-s: 100%;
|
|
1570
|
-
--dt-theme-mention-color-background-l: 66.07843137254902%;
|
|
1571
|
-
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1572
|
-
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1573
|
-
--dt-theme-mention-color-background: #7C52FF;
|
|
1574
|
-
--dt-theme-mention-color-background-strong-h: 260.35714285714283;
|
|
1575
|
-
--dt-theme-mention-color-background-strong-s: 100%;
|
|
1576
|
-
--dt-theme-mention-color-background-strong-l: 89.01960784313725%;
|
|
1577
|
-
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1578
|
-
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1579
|
-
--dt-theme-mention-color-background-strong: #DAC7FF;
|
|
1580
|
-
--dt-avatar-color-foreground-h: 0;
|
|
1581
|
-
--dt-avatar-color-foreground-s: 0%;
|
|
1582
|
-
--dt-avatar-color-foreground-l: 0%;
|
|
1583
|
-
--dt-avatar-color-foreground-hsl: var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l);
|
|
1584
|
-
--dt-avatar-color-foreground-hsla: hsla(var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l) / var(--alpha, 100%));
|
|
1585
|
-
--dt-avatar-color-foreground: #000000;
|
|
1586
|
-
--dt-avatar-color-background-100-h: 136.64233576642334;
|
|
1587
|
-
--dt-avatar-color-background-100-s: 72.4867724867725%;
|
|
1588
|
-
--dt-avatar-color-background-100-l: 37.05882352941176%;
|
|
1589
|
-
--dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);
|
|
1590
|
-
--dt-avatar-color-background-100-hsla: hsla(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));
|
|
1591
|
-
--dt-avatar-color-background-100: #1aa340;
|
|
1592
|
-
--dt-avatar-color-background-200-h: 101.12903225806453;
|
|
1593
|
-
--dt-avatar-color-background-200-s: 100%;
|
|
1594
|
-
--dt-avatar-color-background-200-l: 75.68627450980392%;
|
|
1595
|
-
--dt-avatar-color-background-200-hsl: var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l);
|
|
1596
|
-
--dt-avatar-color-background-200-hsla: hsla(var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l) / var(--alpha, 100%));
|
|
1597
|
-
--dt-avatar-color-background-200: #aaff83;
|
|
1598
|
-
--dt-avatar-color-background-300-h: 97.3469387755102;
|
|
1599
|
-
--dt-avatar-color-background-300-s: 69.99999999999997%;
|
|
1600
|
-
--dt-avatar-color-background-300-l: 72.54901960784314%;
|
|
1601
|
-
--dt-avatar-color-background-300-hsl: var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l);
|
|
1602
|
-
--dt-avatar-color-background-300-hsla: hsla(var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l) / var(--alpha, 100%));
|
|
1603
|
-
--dt-avatar-color-background-300: #adea88;
|
|
1604
|
-
--dt-avatar-color-background-400-h: 144.1025641025641;
|
|
1605
|
-
--dt-avatar-color-background-400-s: 75.48387096774195%;
|
|
1606
|
-
--dt-avatar-color-background-400-l: 69.6078431372549%;
|
|
1607
|
-
--dt-avatar-color-background-400-hsl: var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l);
|
|
1608
|
-
--dt-avatar-color-background-400-hsla: hsla(var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l) / var(--alpha, 100%));
|
|
1609
|
-
--dt-avatar-color-background-400: #77eca6;
|
|
1610
|
-
--dt-avatar-color-background-500-h: 154.9565217391304;
|
|
1611
|
-
--dt-avatar-color-background-500-s: 76.158940397351%;
|
|
1612
|
-
--dt-avatar-color-background-500-l: 70.3921568627451%;
|
|
1613
|
-
--dt-avatar-color-background-500-hsl: var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l);
|
|
1614
|
-
--dt-avatar-color-background-500-hsla: hsla(var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l) / var(--alpha, 100%));
|
|
1615
|
-
--dt-avatar-color-background-500: #7aedbd;
|
|
1616
|
-
--dt-avatar-color-background-600-h: 187.17948717948718;
|
|
1617
|
-
--dt-avatar-color-background-600-s: 75.48387096774195%;
|
|
1618
|
-
--dt-avatar-color-background-600-l: 69.6078431372549%;
|
|
1619
|
-
--dt-avatar-color-background-600-hsl: var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l);
|
|
1620
|
-
--dt-avatar-color-background-600-hsla: hsla(var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l) / var(--alpha, 100%));
|
|
1621
|
-
--dt-avatar-color-background-600: #77deec;
|
|
1622
|
-
--dt-avatar-color-background-700-h: 194.53416149068323;
|
|
1623
|
-
--dt-avatar-color-background-700-s: 100%;
|
|
1624
|
-
--dt-avatar-color-background-700-l: 68.43137254901961%;
|
|
1625
|
-
--dt-avatar-color-background-700-hsl: var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l);
|
|
1626
|
-
--dt-avatar-color-background-700-hsla: hsla(var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l) / var(--alpha, 100%));
|
|
1627
|
-
--dt-avatar-color-background-700: #5ed8ff;
|
|
1628
|
-
--dt-avatar-color-background-800-h: 194.1176470588235;
|
|
1629
|
-
--dt-avatar-color-background-800-s: 100%;
|
|
1630
|
-
--dt-avatar-color-background-800-l: 80%;
|
|
1631
|
-
--dt-avatar-color-background-800-hsl: var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l);
|
|
1632
|
-
--dt-avatar-color-background-800-hsla: hsla(var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l) / var(--alpha, 100%));
|
|
1633
|
-
--dt-avatar-color-background-800: #99e7ff;
|
|
1634
|
-
--dt-avatar-color-background-900-h: 212.60115606936418;
|
|
1635
|
-
--dt-avatar-color-background-900-s: 98.85714285714286%;
|
|
1636
|
-
--dt-avatar-color-background-900-l: 65.68627450980392%;
|
|
1637
|
-
--dt-avatar-color-background-900-hsl: var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l);
|
|
1638
|
-
--dt-avatar-color-background-900-hsla: hsla(var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l) / var(--alpha, 100%));
|
|
1639
|
-
--dt-avatar-color-background-900: #51a0fe;
|
|
1640
|
-
--dt-avatar-color-background-1000-h: 219.45205479452054;
|
|
1641
|
-
--dt-avatar-color-background-1000-s: 100%;
|
|
1642
|
-
--dt-avatar-color-background-1000-l: 85.68627450980392%;
|
|
1643
|
-
--dt-avatar-color-background-1000-hsl: var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l);
|
|
1644
|
-
--dt-avatar-color-background-1000-hsla: hsla(var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l) / var(--alpha, 100%));
|
|
1645
|
-
--dt-avatar-color-background-1000: #b6cfff;
|
|
1646
|
-
--dt-avatar-color-background-1100-h: 309.31034482758616;
|
|
1647
|
-
--dt-avatar-color-background-1100-s: 67.44186046511626%;
|
|
1648
|
-
--dt-avatar-color-background-1100-l: 83.13725490196077%;
|
|
1649
|
-
--dt-avatar-color-background-1100-hsl: var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l);
|
|
1650
|
-
--dt-avatar-color-background-1100-hsla: hsla(var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l) / var(--alpha, 100%));
|
|
1651
|
-
--dt-avatar-color-background-1100: #f1b7e8;
|
|
1652
|
-
--dt-avatar-color-background-1200-h: 324.10256410256414;
|
|
1653
|
-
--dt-avatar-color-background-1200-s: 75.48387096774195%;
|
|
1654
|
-
--dt-avatar-color-background-1200-l: 69.6078431372549%;
|
|
1655
|
-
--dt-avatar-color-background-1200-hsl: var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l);
|
|
1656
|
-
--dt-avatar-color-background-1200-hsla: hsla(var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l) / var(--alpha, 100%));
|
|
1657
|
-
--dt-avatar-color-background-1200: #ec77bd;
|
|
1658
|
-
--dt-avatar-color-background-1300-h: 325.6578947368421;
|
|
1659
|
-
--dt-avatar-color-background-1300-s: 100%;
|
|
1660
|
-
--dt-avatar-color-background-1300-l: 70.19607843137254%;
|
|
1661
|
-
--dt-avatar-color-background-1300-hsl: var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l);
|
|
1662
|
-
--dt-avatar-color-background-1300-hsla: hsla(var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l) / var(--alpha, 100%));
|
|
1663
|
-
--dt-avatar-color-background-1300: #ff67be;
|
|
1664
|
-
--dt-avatar-color-background-1400-h: 0;
|
|
1665
|
-
--dt-avatar-color-background-1400-s: 89.70588235294119%;
|
|
1666
|
-
--dt-avatar-color-background-1400-l: 73.33333333333334%;
|
|
1667
|
-
--dt-avatar-color-background-1400-hsl: var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l);
|
|
1668
|
-
--dt-avatar-color-background-1400-hsla: hsla(var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l) / var(--alpha, 100%));
|
|
1669
|
-
--dt-avatar-color-background-1400: #f87e7e;
|
|
1670
|
-
--dt-avatar-color-background-1500-h: 25.128205128205128;
|
|
1671
|
-
--dt-avatar-color-background-1500-s: 75.48387096774195%;
|
|
1672
|
-
--dt-avatar-color-background-1500-l: 69.6078431372549%;
|
|
1673
|
-
--dt-avatar-color-background-1500-hsl: var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l);
|
|
1674
|
-
--dt-avatar-color-background-1500-hsla: hsla(var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l) / var(--alpha, 100%));
|
|
1675
|
-
--dt-avatar-color-background-1500: #eca877;
|
|
1676
|
-
--dt-avatar-color-background-1600-h: 39.473684210526315;
|
|
1677
|
-
--dt-avatar-color-background-1600-s: 100%;
|
|
1678
|
-
--dt-avatar-color-background-1600-l: 62.745098039215684%;
|
|
1679
|
-
--dt-avatar-color-background-1600-hsl: var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l);
|
|
1680
|
-
--dt-avatar-color-background-1600-hsla: hsla(var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l) / var(--alpha, 100%));
|
|
1681
|
-
--dt-avatar-color-background-1600: #ffbe41;
|
|
1682
|
-
--dt-avatar-color-background-1700-h: 46.70270270270271;
|
|
1683
|
-
--dt-avatar-color-background-1700-s: 100%;
|
|
1684
|
-
--dt-avatar-color-background-1700-l: 63.725490196078425%;
|
|
1685
|
-
--dt-avatar-color-background-1700-hsl: var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l);
|
|
1686
|
-
--dt-avatar-color-background-1700-hsla: hsla(var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l) / var(--alpha, 100%));
|
|
1687
|
-
--dt-avatar-color-background-1700: #ffd646;
|
|
1688
|
-
--dt-avatar-color-background-1800-h: 36.20689655172413;
|
|
1689
|
-
--dt-avatar-color-background-1800-s: 67.44186046511626%;
|
|
1690
|
-
--dt-avatar-color-background-1800-l: 83.13725490196077%;
|
|
1691
|
-
--dt-avatar-color-background-1800-hsl: var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l);
|
|
1692
|
-
--dt-avatar-color-background-1800-hsla: hsla(var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l) / var(--alpha, 100%));
|
|
1693
|
-
--dt-avatar-color-background-1800: #f1dab7;
|
|
7
|
+
--dt-radio-size-radius: 50%;
|
|
1694
8
|
--dt-avatar-color-background-000-h: 0;
|
|
1695
9
|
--dt-avatar-color-background-000-s: 0%;
|
|
1696
10
|
--dt-avatar-color-background-000-l: 87.84313725490196%;
|
|
1697
11
|
--dt-avatar-color-background-000-hsl: var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l);
|
|
1698
12
|
--dt-avatar-color-background-000-hsla: hsla(var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l) / var(--alpha, 100%));
|
|
1699
13
|
--dt-avatar-color-background-000: #e0e0e0;
|
|
1700
|
-
--dt-
|
|
1701
|
-
--dt-
|
|
1702
|
-
--dt-
|
|
1703
|
-
--dt-
|
|
1704
|
-
--dt-
|
|
1705
|
-
--dt-
|
|
1706
|
-
--dt-
|
|
1707
|
-
--dt-
|
|
1708
|
-
--dt-
|
|
1709
|
-
--dt-
|
|
1710
|
-
--dt-
|
|
1711
|
-
--dt-
|
|
1712
|
-
--dt-
|
|
1713
|
-
--dt-
|
|
1714
|
-
--dt-
|
|
1715
|
-
--dt-
|
|
1716
|
-
--dt-
|
|
1717
|
-
--dt-
|
|
1718
|
-
--dt-
|
|
1719
|
-
--dt-
|
|
1720
|
-
--dt-
|
|
1721
|
-
--dt-
|
|
1722
|
-
--dt-
|
|
1723
|
-
--dt-
|
|
1724
|
-
--dt-
|
|
1725
|
-
--dt-
|
|
1726
|
-
--dt-
|
|
1727
|
-
--dt-
|
|
1728
|
-
--dt-
|
|
1729
|
-
--dt-
|
|
1730
|
-
--dt-
|
|
1731
|
-
--dt-
|
|
1732
|
-
--dt-
|
|
1733
|
-
--dt-
|
|
1734
|
-
--dt-
|
|
1735
|
-
--dt-
|
|
14
|
+
--dt-avatar-color-background-1800-h: 36.20689655172413;
|
|
15
|
+
--dt-avatar-color-background-1800-s: 67.44186046511626%;
|
|
16
|
+
--dt-avatar-color-background-1800-l: 83.13725490196077%;
|
|
17
|
+
--dt-avatar-color-background-1800-hsl: var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l);
|
|
18
|
+
--dt-avatar-color-background-1800-hsla: hsla(var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l) / var(--alpha, 100%));
|
|
19
|
+
--dt-avatar-color-background-1800: #f1dab7;
|
|
20
|
+
--dt-avatar-color-background-1700-h: 46.70270270270271;
|
|
21
|
+
--dt-avatar-color-background-1700-s: 100%;
|
|
22
|
+
--dt-avatar-color-background-1700-l: 63.725490196078425%;
|
|
23
|
+
--dt-avatar-color-background-1700-hsl: var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l);
|
|
24
|
+
--dt-avatar-color-background-1700-hsla: hsla(var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l) / var(--alpha, 100%));
|
|
25
|
+
--dt-avatar-color-background-1700: #ffd646;
|
|
26
|
+
--dt-avatar-color-background-1600-h: 39.473684210526315;
|
|
27
|
+
--dt-avatar-color-background-1600-s: 100%;
|
|
28
|
+
--dt-avatar-color-background-1600-l: 62.745098039215684%;
|
|
29
|
+
--dt-avatar-color-background-1600-hsl: var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l);
|
|
30
|
+
--dt-avatar-color-background-1600-hsla: hsla(var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l) / var(--alpha, 100%));
|
|
31
|
+
--dt-avatar-color-background-1600: #ffbe41;
|
|
32
|
+
--dt-avatar-color-background-1500-h: 25.128205128205128;
|
|
33
|
+
--dt-avatar-color-background-1500-s: 75.48387096774195%;
|
|
34
|
+
--dt-avatar-color-background-1500-l: 69.6078431372549%;
|
|
35
|
+
--dt-avatar-color-background-1500-hsl: var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l);
|
|
36
|
+
--dt-avatar-color-background-1500-hsla: hsla(var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l) / var(--alpha, 100%));
|
|
37
|
+
--dt-avatar-color-background-1500: #eca877;
|
|
38
|
+
--dt-avatar-color-background-1400-h: 0;
|
|
39
|
+
--dt-avatar-color-background-1400-s: 89.70588235294119%;
|
|
40
|
+
--dt-avatar-color-background-1400-l: 73.33333333333334%;
|
|
41
|
+
--dt-avatar-color-background-1400-hsl: var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l);
|
|
42
|
+
--dt-avatar-color-background-1400-hsla: hsla(var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l) / var(--alpha, 100%));
|
|
43
|
+
--dt-avatar-color-background-1400: #f87e7e;
|
|
44
|
+
--dt-avatar-color-background-1300-h: 325.6578947368421;
|
|
45
|
+
--dt-avatar-color-background-1300-s: 100%;
|
|
46
|
+
--dt-avatar-color-background-1300-l: 70.19607843137254%;
|
|
47
|
+
--dt-avatar-color-background-1300-hsl: var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l);
|
|
48
|
+
--dt-avatar-color-background-1300-hsla: hsla(var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l) / var(--alpha, 100%));
|
|
49
|
+
--dt-avatar-color-background-1300: #ff67be;
|
|
50
|
+
--dt-avatar-color-background-1200-h: 324.10256410256414;
|
|
51
|
+
--dt-avatar-color-background-1200-s: 75.48387096774195%;
|
|
52
|
+
--dt-avatar-color-background-1200-l: 69.6078431372549%;
|
|
53
|
+
--dt-avatar-color-background-1200-hsl: var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l);
|
|
54
|
+
--dt-avatar-color-background-1200-hsla: hsla(var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l) / var(--alpha, 100%));
|
|
55
|
+
--dt-avatar-color-background-1200: #ec77bd;
|
|
56
|
+
--dt-avatar-color-background-1100-h: 309.31034482758616;
|
|
57
|
+
--dt-avatar-color-background-1100-s: 67.44186046511626%;
|
|
58
|
+
--dt-avatar-color-background-1100-l: 83.13725490196077%;
|
|
59
|
+
--dt-avatar-color-background-1100-hsl: var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l);
|
|
60
|
+
--dt-avatar-color-background-1100-hsla: hsla(var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l) / var(--alpha, 100%));
|
|
61
|
+
--dt-avatar-color-background-1100: #f1b7e8;
|
|
62
|
+
--dt-avatar-color-background-1000-h: 219.45205479452054;
|
|
63
|
+
--dt-avatar-color-background-1000-s: 100%;
|
|
64
|
+
--dt-avatar-color-background-1000-l: 85.68627450980392%;
|
|
65
|
+
--dt-avatar-color-background-1000-hsl: var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l);
|
|
66
|
+
--dt-avatar-color-background-1000-hsla: hsla(var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l) / var(--alpha, 100%));
|
|
67
|
+
--dt-avatar-color-background-1000: #b6cfff;
|
|
68
|
+
--dt-avatar-color-background-900-h: 212.60115606936418;
|
|
69
|
+
--dt-avatar-color-background-900-s: 98.85714285714286%;
|
|
70
|
+
--dt-avatar-color-background-900-l: 65.68627450980392%;
|
|
71
|
+
--dt-avatar-color-background-900-hsl: var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l);
|
|
72
|
+
--dt-avatar-color-background-900-hsla: hsla(var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l) / var(--alpha, 100%));
|
|
73
|
+
--dt-avatar-color-background-900: #51a0fe;
|
|
74
|
+
--dt-avatar-color-background-800-h: 194.1176470588235;
|
|
75
|
+
--dt-avatar-color-background-800-s: 100%;
|
|
76
|
+
--dt-avatar-color-background-800-l: 80%;
|
|
77
|
+
--dt-avatar-color-background-800-hsl: var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l);
|
|
78
|
+
--dt-avatar-color-background-800-hsla: hsla(var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l) / var(--alpha, 100%));
|
|
79
|
+
--dt-avatar-color-background-800: #99e7ff;
|
|
80
|
+
--dt-avatar-color-background-700-h: 194.53416149068323;
|
|
81
|
+
--dt-avatar-color-background-700-s: 100%;
|
|
82
|
+
--dt-avatar-color-background-700-l: 68.43137254901961%;
|
|
83
|
+
--dt-avatar-color-background-700-hsl: var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l);
|
|
84
|
+
--dt-avatar-color-background-700-hsla: hsla(var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l) / var(--alpha, 100%));
|
|
85
|
+
--dt-avatar-color-background-700: #5ed8ff;
|
|
86
|
+
--dt-avatar-color-background-600-h: 187.17948717948718;
|
|
87
|
+
--dt-avatar-color-background-600-s: 75.48387096774195%;
|
|
88
|
+
--dt-avatar-color-background-600-l: 69.6078431372549%;
|
|
89
|
+
--dt-avatar-color-background-600-hsl: var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l);
|
|
90
|
+
--dt-avatar-color-background-600-hsla: hsla(var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l) / var(--alpha, 100%));
|
|
91
|
+
--dt-avatar-color-background-600: #77deec;
|
|
92
|
+
--dt-avatar-color-background-500-h: 154.9565217391304;
|
|
93
|
+
--dt-avatar-color-background-500-s: 76.158940397351%;
|
|
94
|
+
--dt-avatar-color-background-500-l: 70.3921568627451%;
|
|
95
|
+
--dt-avatar-color-background-500-hsl: var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l);
|
|
96
|
+
--dt-avatar-color-background-500-hsla: hsla(var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l) / var(--alpha, 100%));
|
|
97
|
+
--dt-avatar-color-background-500: #7aedbd;
|
|
98
|
+
--dt-avatar-color-background-400-h: 144.1025641025641;
|
|
99
|
+
--dt-avatar-color-background-400-s: 75.48387096774195%;
|
|
100
|
+
--dt-avatar-color-background-400-l: 69.6078431372549%;
|
|
101
|
+
--dt-avatar-color-background-400-hsl: var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l);
|
|
102
|
+
--dt-avatar-color-background-400-hsla: hsla(var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l) / var(--alpha, 100%));
|
|
103
|
+
--dt-avatar-color-background-400: #77eca6;
|
|
104
|
+
--dt-avatar-color-background-300-h: 97.3469387755102;
|
|
105
|
+
--dt-avatar-color-background-300-s: 69.99999999999997%;
|
|
106
|
+
--dt-avatar-color-background-300-l: 72.54901960784314%;
|
|
107
|
+
--dt-avatar-color-background-300-hsl: var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l);
|
|
108
|
+
--dt-avatar-color-background-300-hsla: hsla(var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l) / var(--alpha, 100%));
|
|
109
|
+
--dt-avatar-color-background-300: #adea88;
|
|
110
|
+
--dt-avatar-color-background-200-h: 101.12903225806453;
|
|
111
|
+
--dt-avatar-color-background-200-s: 100%;
|
|
112
|
+
--dt-avatar-color-background-200-l: 75.68627450980392%;
|
|
113
|
+
--dt-avatar-color-background-200-hsl: var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l);
|
|
114
|
+
--dt-avatar-color-background-200-hsla: hsla(var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l) / var(--alpha, 100%));
|
|
115
|
+
--dt-avatar-color-background-200: #aaff83;
|
|
116
|
+
--dt-avatar-color-background-100-h: 136.64233576642334;
|
|
117
|
+
--dt-avatar-color-background-100-s: 72.4867724867725%;
|
|
118
|
+
--dt-avatar-color-background-100-l: 37.05882352941176%;
|
|
119
|
+
--dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);
|
|
120
|
+
--dt-avatar-color-background-100-hsla: hsla(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));
|
|
121
|
+
--dt-avatar-color-background-100: #1aa340;
|
|
122
|
+
--dt-radio-color-background-checked-h: 0;
|
|
123
|
+
--dt-radio-color-background-checked-s: 0%;
|
|
124
|
+
--dt-radio-color-background-checked-l: 0%;
|
|
125
|
+
--dt-radio-color-background-checked-hsl: var(--dt-radio-color-background-checked-h) var(--dt-radio-color-background-checked-s) var(--dt-radio-color-background-checked-l);
|
|
126
|
+
--dt-radio-color-background-checked-hsla: hsla(var(--dt-radio-color-background-checked-h) var(--dt-radio-color-background-checked-s) var(--dt-radio-color-background-checked-l) / var(--alpha, 100%));
|
|
127
|
+
--dt-radio-color-background-checked: var(--dt-color-brand-purple);
|
|
128
|
+
--dt-radio-color-border-unchecked-h: 0;
|
|
129
|
+
--dt-radio-color-border-unchecked-s: 0%;
|
|
130
|
+
--dt-radio-color-border-unchecked-l: 0%;
|
|
131
|
+
--dt-radio-color-border-unchecked-hsl: var(--dt-radio-color-border-unchecked-h) var(--dt-radio-color-border-unchecked-s) var(--dt-radio-color-border-unchecked-l);
|
|
132
|
+
--dt-radio-color-border-unchecked-hsla: hsla(var(--dt-radio-color-border-unchecked-h) var(--dt-radio-color-border-unchecked-s) var(--dt-radio-color-border-unchecked-l) / var(--alpha, 100%));
|
|
133
|
+
--dt-radio-color-border-unchecked: var(--dt-color-black-500);
|
|
134
|
+
--dt-radio-size-width: var(--dt-size-500);
|
|
135
|
+
--dt-icon-size-border-100: var(--dt-size-border-100);
|
|
136
|
+
--dt-checkbox-color-background-checked-h: 0;
|
|
137
|
+
--dt-checkbox-color-background-checked-s: 0%;
|
|
138
|
+
--dt-checkbox-color-background-checked-l: 0%;
|
|
139
|
+
--dt-checkbox-color-background-checked-hsl: var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l);
|
|
140
|
+
--dt-checkbox-color-background-checked-hsla: hsla(var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l) / var(--alpha, 100%));
|
|
141
|
+
--dt-checkbox-color-background-checked: var(--dt-color-brand-purple);
|
|
142
|
+
--dt-checkbox-color-border-unchecked-h: 0;
|
|
143
|
+
--dt-checkbox-color-border-unchecked-s: 0%;
|
|
144
|
+
--dt-checkbox-color-border-unchecked-l: 0%;
|
|
145
|
+
--dt-checkbox-color-border-unchecked-hsl: var(--dt-checkbox-color-border-unchecked-h) var(--dt-checkbox-color-border-unchecked-s) var(--dt-checkbox-color-border-unchecked-l);
|
|
146
|
+
--dt-checkbox-color-border-unchecked-hsla: hsla(var(--dt-checkbox-color-border-unchecked-h) var(--dt-checkbox-color-border-unchecked-s) var(--dt-checkbox-color-border-unchecked-l) / var(--alpha, 100%));
|
|
147
|
+
--dt-checkbox-color-border-unchecked: var(--dt-color-black-500);
|
|
148
|
+
--dt-checkbox-size-width: var(--dt-size-500);
|
|
149
|
+
--dt-button-size-radius-xl: var(--dt-size-radius-500); /* Border radius for extra large button. */
|
|
150
|
+
--dt-button-size-radius-lg: var(--dt-size-radius-450); /* Border radius for large button. */
|
|
151
|
+
--dt-button-size-radius-md: var(--dt-size-radius-400); /* Border radius for medium button. */
|
|
152
|
+
--dt-button-size-radius-sm: var(--dt-size-radius-400); /* Border radius for small button */
|
|
153
|
+
--dt-button-size-radius-xs: var(--dt-size-radius-300); /* Border radius for extra small button */
|
|
154
|
+
--dt-button-line-height-xl: var(--dt-font-line-height-200); /* Line-height for XL button */
|
|
155
|
+
--dt-button-line-height-lg: var(--dt-font-line-height-200); /* Line-height for LG button */
|
|
156
|
+
--dt-button-line-height-md: var(--dt-font-line-height-200); /* Line-height for MD button */
|
|
157
|
+
--dt-button-line-height-sm: var(--dt-font-line-height-200); /* Line-height for SM button */
|
|
158
|
+
--dt-button-line-height-xs: var(--dt-font-line-height-200); /* Line-height for XS button */
|
|
159
|
+
--dt-button-font-weight-xl: var(--dt-font-weight-normal); /* Font weight for XL button */
|
|
160
|
+
--dt-button-font-weight-lg: var(--dt-font-weight-medium); /* Font weight for LG button */
|
|
161
|
+
--dt-button-font-weight-md: var(--dt-font-weight-medium); /* Font weight for MD button */
|
|
162
|
+
--dt-button-font-weight-sm: var(--dt-font-weight-medium); /* Font weight for SM button */
|
|
163
|
+
--dt-button-font-weight-xs: var(--dt-font-weight-medium); /* Font weight for XS button */
|
|
164
|
+
--dt-badge-color-border-bulletin-subtle-h: 261;
|
|
165
|
+
--dt-badge-color-border-bulletin-subtle-s: 100%;
|
|
166
|
+
--dt-badge-color-border-bulletin-subtle-l: 74.70000000000002%;
|
|
167
|
+
--dt-badge-color-border-bulletin-subtle-hsl: var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l);
|
|
168
|
+
--dt-badge-color-border-bulletin-subtle-hsla: hsla(var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l) / var(--alpha, 100%));
|
|
169
|
+
--dt-badge-color-border-bulletin-subtle: hsl(261 100% 74.7% / 0.6);
|
|
170
|
+
--dt-badge-color-foreground-bulletin-h: 0;
|
|
171
|
+
--dt-badge-color-foreground-bulletin-s: 0%;
|
|
172
|
+
--dt-badge-color-foreground-bulletin-l: 0%;
|
|
173
|
+
--dt-badge-color-foreground-bulletin-hsl: var(--dt-badge-color-foreground-bulletin-h) var(--dt-badge-color-foreground-bulletin-s) var(--dt-badge-color-foreground-bulletin-l);
|
|
174
|
+
--dt-badge-color-foreground-bulletin-hsla: hsla(var(--dt-badge-color-foreground-bulletin-h) var(--dt-badge-color-foreground-bulletin-s) var(--dt-badge-color-foreground-bulletin-l) / var(--alpha, 100%));
|
|
175
|
+
--dt-badge-color-foreground-bulletin: var(--dt-color-neutral-white);
|
|
1736
176
|
--dt-badge-color-background-bulletin-subtle-h: 261;
|
|
1737
177
|
--dt-badge-color-background-bulletin-subtle-s: 100%;
|
|
1738
178
|
--dt-badge-color-background-bulletin-subtle-l: 74.70000000000002%;
|
|
1739
179
|
--dt-badge-color-background-bulletin-subtle-hsl: var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l);
|
|
1740
180
|
--dt-badge-color-background-bulletin-subtle-hsla: hsla(var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l) / var(--alpha, 100%));
|
|
1741
181
|
--dt-badge-color-background-bulletin-subtle: hsl(261 100% 74.7% / 0.6);
|
|
1742
|
-
--dt-badge-color-background-
|
|
1743
|
-
--dt-badge-color-background-
|
|
1744
|
-
--dt-badge-color-background-
|
|
1745
|
-
--dt-badge-color-background-
|
|
1746
|
-
--dt-badge-color-background-
|
|
1747
|
-
--dt-badge-color-background-
|
|
1748
|
-
--dt-
|
|
1749
|
-
--dt-
|
|
1750
|
-
--dt-
|
|
1751
|
-
--dt-
|
|
1752
|
-
--dt-
|
|
1753
|
-
--dt-
|
|
1754
|
-
--dt-
|
|
1755
|
-
--dt-
|
|
1756
|
-
--dt-
|
|
1757
|
-
--dt-
|
|
1758
|
-
--dt-
|
|
1759
|
-
--dt-
|
|
182
|
+
--dt-badge-color-background-bulletin-h: 0;
|
|
183
|
+
--dt-badge-color-background-bulletin-s: 0%;
|
|
184
|
+
--dt-badge-color-background-bulletin-l: 0%;
|
|
185
|
+
--dt-badge-color-background-bulletin-hsl: var(--dt-badge-color-background-bulletin-h) var(--dt-badge-color-background-bulletin-s) var(--dt-badge-color-background-bulletin-l);
|
|
186
|
+
--dt-badge-color-background-bulletin-hsla: hsla(var(--dt-badge-color-background-bulletin-h) var(--dt-badge-color-background-bulletin-s) var(--dt-badge-color-background-bulletin-l) / var(--alpha, 100%));
|
|
187
|
+
--dt-badge-color-background-bulletin: var(--dt-color-brand-purple);
|
|
188
|
+
--dt-avatar-color-foreground-h: 0;
|
|
189
|
+
--dt-avatar-color-foreground-s: 0%;
|
|
190
|
+
--dt-avatar-color-foreground-l: 0%;
|
|
191
|
+
--dt-avatar-color-foreground-hsl: var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l);
|
|
192
|
+
--dt-avatar-color-foreground-hsla: hsla(var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l) / var(--alpha, 100%));
|
|
193
|
+
--dt-avatar-color-foreground: var(--dt-color-neutral-black);
|
|
194
|
+
--dt-theme-mention-color-background-strong-h: 0;
|
|
195
|
+
--dt-theme-mention-color-background-strong-s: 0%;
|
|
196
|
+
--dt-theme-mention-color-background-strong-l: 0%;
|
|
197
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
198
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
199
|
+
--dt-theme-mention-color-background-strong: var(--dt-color-purple-500);
|
|
200
|
+
--dt-theme-mention-color-background-h: 0;
|
|
201
|
+
--dt-theme-mention-color-background-s: 0%;
|
|
202
|
+
--dt-theme-mention-color-background-l: 0%;
|
|
203
|
+
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
204
|
+
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
205
|
+
--dt-theme-mention-color-background: var(--dt-color-brand-purple);
|
|
206
|
+
--dt-theme-mention-color-foreground-h: 0;
|
|
207
|
+
--dt-theme-mention-color-foreground-s: 0%;
|
|
208
|
+
--dt-theme-mention-color-foreground-l: 0%;
|
|
209
|
+
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
210
|
+
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
211
|
+
--dt-theme-mention-color-foreground: var(--dt-color-neutral-white);
|
|
212
|
+
--dt-theme-presence-color-background-offline-h: 0;
|
|
213
|
+
--dt-theme-presence-color-background-offline-s: 0%;
|
|
214
|
+
--dt-theme-presence-color-background-offline-l: 0%;
|
|
215
|
+
--dt-theme-presence-color-background-offline-hsl: var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l);
|
|
216
|
+
--dt-theme-presence-color-background-offline-hsla: hsla(var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l) / var(--alpha, 100%));
|
|
217
|
+
--dt-theme-presence-color-background-offline: var(--dt-color-neutral-white);
|
|
218
|
+
--dt-theme-presence-color-background-busy-h: 0;
|
|
219
|
+
--dt-theme-presence-color-background-busy-s: 0%;
|
|
220
|
+
--dt-theme-presence-color-background-busy-l: 0%;
|
|
221
|
+
--dt-theme-presence-color-background-busy-hsl: var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l);
|
|
222
|
+
--dt-theme-presence-color-background-busy-hsla: hsla(var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l) / var(--alpha, 100%));
|
|
223
|
+
--dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
|
|
224
|
+
--dt-theme-presence-color-background-busy-unavailable-h: 0;
|
|
225
|
+
--dt-theme-presence-color-background-busy-unavailable-s: 0%;
|
|
226
|
+
--dt-theme-presence-color-background-busy-unavailable-l: 0%;
|
|
227
|
+
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l);
|
|
228
|
+
--dt-theme-presence-color-background-busy-unavailable-hsla: hsla(var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l) / var(--alpha, 100%));
|
|
229
|
+
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-300);
|
|
230
|
+
--dt-theme-presence-color-background-available-h: 0;
|
|
231
|
+
--dt-theme-presence-color-background-available-s: 0%;
|
|
232
|
+
--dt-theme-presence-color-background-available-l: 0%;
|
|
233
|
+
--dt-theme-presence-color-background-available-hsl: var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l);
|
|
234
|
+
--dt-theme-presence-color-background-available-hsla: hsla(var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l) / var(--alpha, 100%));
|
|
235
|
+
--dt-theme-presence-color-background-available: var(--dt-color-green-400);
|
|
236
|
+
--dt-theme-color-base-h: 0;
|
|
237
|
+
--dt-theme-color-base-s: 0%;
|
|
238
|
+
--dt-theme-color-base-l: 0%;
|
|
239
|
+
--dt-theme-color-base-hsl: var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l);
|
|
240
|
+
--dt-theme-color-base-hsla: hsla(var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l) / var(--alpha, 100%));
|
|
241
|
+
--dt-theme-color-base: var(--dt-color-black-900);
|
|
242
|
+
--dt-action-color-border-base-outlined-default-h: 0;
|
|
243
|
+
--dt-action-color-border-base-outlined-default-s: 0%;
|
|
244
|
+
--dt-action-color-border-base-outlined-default-l: 0%;
|
|
245
|
+
--dt-action-color-border-base-outlined-default-hsl: var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l);
|
|
246
|
+
--dt-action-color-border-base-outlined-default-hsla: hsla(var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l) / var(--alpha, 100%));
|
|
247
|
+
--dt-action-color-border-base-outlined-default: var(--dt-color-purple-400);
|
|
248
|
+
--dt-action-color-background-positive-primary-default-h: 0;
|
|
249
|
+
--dt-action-color-background-positive-primary-default-s: 0%;
|
|
250
|
+
--dt-action-color-background-positive-primary-default-l: 0%;
|
|
251
|
+
--dt-action-color-background-positive-primary-default-hsl: var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l);
|
|
252
|
+
--dt-action-color-background-positive-primary-default-hsla: hsla(var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l) / var(--alpha, 100%));
|
|
253
|
+
--dt-action-color-background-positive-primary-default: var(--dt-color-green-400);
|
|
254
|
+
--dt-action-color-background-positive-active-h: 111.99999999999999;
|
|
255
|
+
--dt-action-color-background-positive-active-s: 100%;
|
|
256
|
+
--dt-action-color-background-positive-active-l: 82%;
|
|
257
|
+
--dt-action-color-background-positive-active-hsl: var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l);
|
|
258
|
+
--dt-action-color-background-positive-active-hsla: hsla(var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l) / var(--alpha, 100%));
|
|
259
|
+
--dt-action-color-background-positive-active: hsl(112 100% 82% / 0.08);
|
|
260
|
+
--dt-action-color-background-positive-hover-h: 136;
|
|
261
|
+
--dt-action-color-background-positive-hover-s: 59.10000000000002%;
|
|
262
|
+
--dt-action-color-background-positive-hover-l: 66.9%;
|
|
263
|
+
--dt-action-color-background-positive-hover-hsl: var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l);
|
|
264
|
+
--dt-action-color-background-positive-hover-hsla: hsla(var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l) / var(--alpha, 100%));
|
|
265
|
+
--dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);
|
|
266
|
+
--dt-action-color-background-positive-default-h: 0;
|
|
267
|
+
--dt-action-color-background-positive-default-s: 0%;
|
|
268
|
+
--dt-action-color-background-positive-default-l: 0%;
|
|
269
|
+
--dt-action-color-background-positive-default-hsl: var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l);
|
|
270
|
+
--dt-action-color-background-positive-default-hsla: hsla(var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l) / var(--alpha, 100%));
|
|
271
|
+
--dt-action-color-background-positive-default: var(--dt-color-neutral-transparent);
|
|
272
|
+
--dt-action-color-background-disabled-default-h: 0;
|
|
273
|
+
--dt-action-color-background-disabled-default-s: 0%;
|
|
274
|
+
--dt-action-color-background-disabled-default-l: 0%;
|
|
275
|
+
--dt-action-color-background-disabled-default-hsl: var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l);
|
|
276
|
+
--dt-action-color-background-disabled-default-hsla: hsla(var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l) / var(--alpha, 100%));
|
|
277
|
+
--dt-action-color-background-disabled-default: var(--dt-color-black-300);
|
|
278
|
+
--dt-action-color-background-muted-active-h: 0;
|
|
279
|
+
--dt-action-color-background-muted-active-s: 0%;
|
|
280
|
+
--dt-action-color-background-muted-active-l: 83.1%;
|
|
281
|
+
--dt-action-color-background-muted-active-hsl: var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l);
|
|
282
|
+
--dt-action-color-background-muted-active-hsla: hsla(var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l) / var(--alpha, 100%));
|
|
283
|
+
--dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
|
|
284
|
+
--dt-action-color-background-muted-hover-h: 0;
|
|
285
|
+
--dt-action-color-background-muted-hover-s: 0%;
|
|
286
|
+
--dt-action-color-background-muted-hover-l: 83.1%;
|
|
287
|
+
--dt-action-color-background-muted-hover-hsl: var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l);
|
|
288
|
+
--dt-action-color-background-muted-hover-hsla: hsla(var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l) / var(--alpha, 100%));
|
|
289
|
+
--dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
|
|
290
|
+
--dt-action-color-background-muted-default-h: 0;
|
|
291
|
+
--dt-action-color-background-muted-default-s: 0%;
|
|
292
|
+
--dt-action-color-background-muted-default-l: 0%;
|
|
293
|
+
--dt-action-color-background-muted-default-hsl: var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l);
|
|
294
|
+
--dt-action-color-background-muted-default-hsla: hsla(var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l) / var(--alpha, 100%));
|
|
295
|
+
--dt-action-color-background-muted-default: var(--dt-color-neutral-transparent);
|
|
296
|
+
--dt-action-color-background-inverted-primary-active-h: 0;
|
|
297
|
+
--dt-action-color-background-inverted-primary-active-s: 0%;
|
|
298
|
+
--dt-action-color-background-inverted-primary-active-l: 0%;
|
|
299
|
+
--dt-action-color-background-inverted-primary-active-hsl: var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l);
|
|
300
|
+
--dt-action-color-background-inverted-primary-active-hsla: hsla(var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l) / var(--alpha, 100%));
|
|
301
|
+
--dt-action-color-background-inverted-primary-active: var(--dt-color-purple-200);
|
|
302
|
+
--dt-action-color-background-inverted-primary-hover-h: 0;
|
|
303
|
+
--dt-action-color-background-inverted-primary-hover-s: 0%;
|
|
304
|
+
--dt-action-color-background-inverted-primary-hover-l: 0%;
|
|
305
|
+
--dt-action-color-background-inverted-primary-hover-hsl: var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l);
|
|
306
|
+
--dt-action-color-background-inverted-primary-hover-hsla: hsla(var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l) / var(--alpha, 100%));
|
|
307
|
+
--dt-action-color-background-inverted-primary-hover: var(--dt-color-purple-100);
|
|
308
|
+
--dt-action-color-background-inverted-default-h: 0;
|
|
309
|
+
--dt-action-color-background-inverted-default-s: 0%;
|
|
310
|
+
--dt-action-color-background-inverted-default-l: 0%;
|
|
311
|
+
--dt-action-color-background-inverted-default-hsl: var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l);
|
|
312
|
+
--dt-action-color-background-inverted-default-hsla: hsla(var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l) / var(--alpha, 100%));
|
|
313
|
+
--dt-action-color-background-inverted-default: var(--dt-color-neutral-transparent);
|
|
314
|
+
--dt-action-color-background-critical-primary-default-h: 0;
|
|
315
|
+
--dt-action-color-background-critical-primary-default-s: 0%;
|
|
316
|
+
--dt-action-color-background-critical-primary-default-l: 0%;
|
|
317
|
+
--dt-action-color-background-critical-primary-default-hsl: var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l);
|
|
318
|
+
--dt-action-color-background-critical-primary-default-hsla: hsla(var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l) / var(--alpha, 100%));
|
|
319
|
+
--dt-action-color-background-critical-primary-default: var(--dt-color-red-300);
|
|
320
|
+
--dt-action-color-background-critical-active-h: 0;
|
|
321
|
+
--dt-action-color-background-critical-active-s: 88.79999999999998%;
|
|
322
|
+
--dt-action-color-background-critical-active-l: 49%;
|
|
323
|
+
--dt-action-color-background-critical-active-hsl: var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l);
|
|
324
|
+
--dt-action-color-background-critical-active-hsla: hsla(var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l) / var(--alpha, 100%));
|
|
325
|
+
--dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.3);
|
|
326
|
+
--dt-action-color-background-critical-hover-h: 0;
|
|
327
|
+
--dt-action-color-background-critical-hover-s: 88.79999999999998%;
|
|
328
|
+
--dt-action-color-background-critical-hover-l: 49%;
|
|
329
|
+
--dt-action-color-background-critical-hover-hsl: var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l);
|
|
330
|
+
--dt-action-color-background-critical-hover-hsla: hsla(var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l) / var(--alpha, 100%));
|
|
331
|
+
--dt-action-color-background-critical-hover: hsl(0 88.8% 49% / 0.2);
|
|
332
|
+
--dt-action-color-background-critical-default-h: 0;
|
|
333
|
+
--dt-action-color-background-critical-default-s: 0%;
|
|
334
|
+
--dt-action-color-background-critical-default-l: 0%;
|
|
335
|
+
--dt-action-color-background-critical-default-hsl: var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l);
|
|
336
|
+
--dt-action-color-background-critical-default-hsla: hsla(var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l) / var(--alpha, 100%));
|
|
337
|
+
--dt-action-color-background-critical-default: var(--dt-color-neutral-transparent);
|
|
338
|
+
--dt-action-color-background-base-primary-default-h: 0;
|
|
339
|
+
--dt-action-color-background-base-primary-default-s: 0%;
|
|
340
|
+
--dt-action-color-background-base-primary-default-l: 0%;
|
|
341
|
+
--dt-action-color-background-base-primary-default-hsl: var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l);
|
|
342
|
+
--dt-action-color-background-base-primary-default-hsla: hsla(var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l) / var(--alpha, 100%));
|
|
343
|
+
--dt-action-color-background-base-primary-default: var(--dt-color-brand-purple);
|
|
344
|
+
--dt-action-color-background-base-active-h: 261;
|
|
345
|
+
--dt-action-color-background-base-active-s: 100%;
|
|
346
|
+
--dt-action-color-background-base-active-l: 74.70000000000002%;
|
|
347
|
+
--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);
|
|
348
|
+
--dt-action-color-background-base-active-hsla: hsla(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 100%));
|
|
349
|
+
--dt-action-color-background-base-active: hsl(261 100% 74.7% / 0.2);
|
|
350
|
+
--dt-action-color-background-base-hover-h: 261;
|
|
351
|
+
--dt-action-color-background-base-hover-s: 100%;
|
|
352
|
+
--dt-action-color-background-base-hover-l: 74.70000000000002%;
|
|
353
|
+
--dt-action-color-background-base-hover-hsl: var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l);
|
|
354
|
+
--dt-action-color-background-base-hover-hsla: hsla(var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l) / var(--alpha, 100%));
|
|
355
|
+
--dt-action-color-background-base-hover: hsl(261 100% 74.7% / 0.1);
|
|
356
|
+
--dt-action-color-background-base-default-h: 0;
|
|
357
|
+
--dt-action-color-background-base-default-s: 0%;
|
|
358
|
+
--dt-action-color-background-base-default-l: 0%;
|
|
359
|
+
--dt-action-color-background-base-default-hsl: var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l);
|
|
360
|
+
--dt-action-color-background-base-default-hsla: hsla(var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l) / var(--alpha, 100%));
|
|
361
|
+
--dt-action-color-background-base-default: var(--dt-color-neutral-transparent);
|
|
362
|
+
--dt-action-color-foreground-positive-primary-default-h: 0;
|
|
363
|
+
--dt-action-color-foreground-positive-primary-default-s: 0%;
|
|
364
|
+
--dt-action-color-foreground-positive-primary-default-l: 0%;
|
|
365
|
+
--dt-action-color-foreground-positive-primary-default-hsl: var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l);
|
|
366
|
+
--dt-action-color-foreground-positive-primary-default-hsla: hsla(var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l) / var(--alpha, 100%));
|
|
367
|
+
--dt-action-color-foreground-positive-primary-default: var(--dt-color-neutral-white);
|
|
368
|
+
--dt-action-color-foreground-inverted-primary-hover-h: 0;
|
|
369
|
+
--dt-action-color-foreground-inverted-primary-hover-s: 0%;
|
|
370
|
+
--dt-action-color-foreground-inverted-primary-hover-l: 0%;
|
|
371
|
+
--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l);
|
|
372
|
+
--dt-action-color-foreground-inverted-primary-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l) / var(--alpha, 100%));
|
|
373
|
+
--dt-action-color-foreground-inverted-primary-hover: var(--dt-color-purple-500);
|
|
374
|
+
--dt-action-color-foreground-inverted-primary-default-h: 0;
|
|
375
|
+
--dt-action-color-foreground-inverted-primary-default-s: 0%;
|
|
376
|
+
--dt-action-color-foreground-inverted-primary-default-l: 0%;
|
|
377
|
+
--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l);
|
|
378
|
+
--dt-action-color-foreground-inverted-primary-default-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l) / var(--alpha, 100%));
|
|
379
|
+
--dt-action-color-foreground-inverted-primary-default: var(--dt-color-purple-400);
|
|
380
|
+
--dt-action-color-foreground-critical-primary-default-h: 0;
|
|
381
|
+
--dt-action-color-foreground-critical-primary-default-s: 0%;
|
|
382
|
+
--dt-action-color-foreground-critical-primary-default-l: 0%;
|
|
383
|
+
--dt-action-color-foreground-critical-primary-default-hsl: var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l);
|
|
384
|
+
--dt-action-color-foreground-critical-primary-default-hsla: hsla(var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l) / var(--alpha, 100%));
|
|
385
|
+
--dt-action-color-foreground-critical-primary-default: var(--dt-color-neutral-white);
|
|
386
|
+
--dt-action-color-foreground-base-primary-default-h: 0;
|
|
387
|
+
--dt-action-color-foreground-base-primary-default-s: 0%;
|
|
388
|
+
--dt-action-color-foreground-base-primary-default-l: 0%;
|
|
389
|
+
--dt-action-color-foreground-base-primary-default-hsl: var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l);
|
|
390
|
+
--dt-action-color-foreground-base-primary-default-hsla: hsla(var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l) / var(--alpha, 100%));
|
|
391
|
+
--dt-action-color-foreground-base-primary-default: var(--dt-color-neutral-white);
|
|
392
|
+
--dt-action-color-foreground-base-default-h: 0;
|
|
393
|
+
--dt-action-color-foreground-base-default-s: 0%;
|
|
394
|
+
--dt-action-color-foreground-base-default-l: 0%;
|
|
395
|
+
--dt-action-color-foreground-base-default-hsl: var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l);
|
|
396
|
+
--dt-action-color-foreground-base-default-hsla: hsla(var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l) / var(--alpha, 100%));
|
|
397
|
+
--dt-action-color-foreground-base-default: var(--dt-color-purple-400);
|
|
398
|
+
--dt-inputs-color-background-disabled-h: 0;
|
|
399
|
+
--dt-inputs-color-background-disabled-s: 0%;
|
|
400
|
+
--dt-inputs-color-background-disabled-l: 90.2%;
|
|
401
|
+
--dt-inputs-color-background-disabled-hsl: var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l);
|
|
402
|
+
--dt-inputs-color-background-disabled-hsla: hsla(var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l) / var(--alpha, 100%));
|
|
403
|
+
--dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.15);
|
|
404
|
+
--dt-inputs-color-background-focus-h: 0;
|
|
405
|
+
--dt-inputs-color-background-focus-s: 0%;
|
|
406
|
+
--dt-inputs-color-background-focus-l: 90.2%;
|
|
407
|
+
--dt-inputs-color-background-focus-hsl: var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l);
|
|
408
|
+
--dt-inputs-color-background-focus-hsla: hsla(var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l) / var(--alpha, 100%));
|
|
409
|
+
--dt-inputs-color-background-focus: hsl(0 0% 90.2% / 0.03);
|
|
410
|
+
--dt-inputs-color-background-default-h: 0;
|
|
411
|
+
--dt-inputs-color-background-default-s: 0%;
|
|
412
|
+
--dt-inputs-color-background-default-l: 90.2%;
|
|
413
|
+
--dt-inputs-color-background-default-hsl: var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l);
|
|
414
|
+
--dt-inputs-color-background-default-hsla: hsla(var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l) / var(--alpha, 100%));
|
|
415
|
+
--dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.06);
|
|
416
|
+
--dt-inputs-color-border-disabled-h: 0;
|
|
417
|
+
--dt-inputs-color-border-disabled-s: 0%;
|
|
418
|
+
--dt-inputs-color-border-disabled-l: 0%;
|
|
419
|
+
--dt-inputs-color-border-disabled-hsl: var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l);
|
|
420
|
+
--dt-inputs-color-border-disabled-hsla: hsla(var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l) / var(--alpha, 100%));
|
|
421
|
+
--dt-inputs-color-border-disabled: var(--dt-color-neutral-transparent);
|
|
422
|
+
--dt-inputs-font-weight-xl: var(--dt-font-weight-normal); /* Font weight for extra large inputs (e.g. input and textarea) */
|
|
423
|
+
--dt-inputs-font-weight-lg: var(--dt-font-weight-normal); /* Font weight for large inputs (e.g. input and textarea) */
|
|
424
|
+
--dt-inputs-font-weight-md: var(--dt-font-weight-normal); /* Font weight for medium inputs (e.g. input and textarea) */
|
|
425
|
+
--dt-inputs-font-weight-sm: var(--dt-font-weight-normal); /* Font weight for small inputs (e.g. input and textarea) */
|
|
426
|
+
--dt-inputs-font-weight-xs: var(--dt-font-weight-normal); /* Font weight for extra small inputs (e.g. input and textarea) */
|
|
427
|
+
--dt-inputs-line-height-xl: var(--dt-font-line-height-200); /* Line height for extra large inputs (e.g. input and textarea) */
|
|
428
|
+
--dt-inputs-line-height-lg: var(--dt-font-line-height-200); /* Line height for large inputs (e.g. input and textarea) */
|
|
429
|
+
--dt-inputs-line-height-md: var(--dt-font-line-height-200); /* Line height for medium inputs (e.g. input and textarea) */
|
|
430
|
+
--dt-inputs-line-height-sm: var(--dt-font-line-height-200); /* Line height for small inputs (e.g. input and textarea) */
|
|
431
|
+
--dt-inputs-line-height-xs: var(--dt-font-line-height-200); /* Line height for extra small inputs (e.g. input and textarea) */
|
|
432
|
+
--dt-inputs-size-radius-xl: var(--dt-size-radius-500);
|
|
433
|
+
--dt-inputs-size-radius-lg: var(--dt-size-radius-450);
|
|
434
|
+
--dt-inputs-size-radius-md: var(--dt-size-radius-400);
|
|
435
|
+
--dt-inputs-size-radius-sm: var(--dt-size-radius-400);
|
|
436
|
+
--dt-inputs-size-radius-xs: var(--dt-size-radius-300);
|
|
437
|
+
--dt-inputs-size-border-status: var(--dt-size-border-200);
|
|
438
|
+
--dt-inputs-size-border-default: var(--dt-size-border-150);
|
|
439
|
+
--dt-typography-button-xl-font-family: var(--dt-font-family-body); /* Text style for extra large button */
|
|
440
|
+
--dt-typography-button-lg-font-family: var(--dt-font-family-body); /* Text style for large button */
|
|
441
|
+
--dt-typography-button-md-font-family: var(--dt-font-family-body); /* Text style for medium button */
|
|
442
|
+
--dt-typography-button-sm-font-family: var(--dt-font-family-body); /* Text style for small button */
|
|
443
|
+
--dt-typography-button-xs-font-family: var(--dt-font-family-body); /* Text style for extra small button */
|
|
444
|
+
--dt-typography-inputs-xl-font-family: var(--dt-font-family-body); /* Text style for extra large inputs (e.g. input and textarea) */
|
|
445
|
+
--dt-typography-inputs-lg-font-family: var(--dt-font-family-body); /* Text style for large inputs (e.g. input and textarea) */
|
|
446
|
+
--dt-typography-inputs-md-font-family: var(--dt-font-family-body); /* Text style for medium inputs (e.g. input and textarea) */
|
|
447
|
+
--dt-typography-inputs-sm-font-family: var(--dt-font-family-body); /* Text style for small inputs (e.g. input and textarea) */
|
|
448
|
+
--dt-typography-inputs-xs-font-family: var(--dt-font-family-body); /* Text style for extra small inputs (e.g. input and textarea) */
|
|
449
|
+
--dt-typography-code-sm-text-case: var(--dt-font-text-case-none); /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
450
|
+
--dt-typography-code-sm-line-height: var(--dt-font-line-height-200); /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
451
|
+
--dt-typography-code-sm-font-weight: var(--dt-font-weight-normal); /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
452
|
+
--dt-typography-code-sm-font-family: var(--dt-font-family-mono); /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
453
|
+
--dt-typography-code-md-text-case: var(--dt-font-text-case-none); /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
454
|
+
--dt-typography-code-md-line-height: var(--dt-font-line-height-200); /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
455
|
+
--dt-typography-code-md-font-weight: var(--dt-font-weight-normal); /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
456
|
+
--dt-typography-code-md-font-family: var(--dt-font-family-mono); /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
457
|
+
--dt-typography-helper-sm-text-case: var(--dt-font-text-case-none); /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
458
|
+
--dt-typography-helper-sm-line-height: var(--dt-font-line-height-200); /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
459
|
+
--dt-typography-helper-sm-font-weight: var(--dt-font-weight-normal); /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
460
|
+
--dt-typography-helper-sm-font-family: var(--dt-font-family-body); /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
461
|
+
--dt-typography-helper-md-text-case: var(--dt-font-text-case-none); /* Base default medium-sized text style for supplementary contextual information. */
|
|
462
|
+
--dt-typography-helper-md-line-height: var(--dt-font-line-height-300); /* Base default medium-sized text style for supplementary contextual information. */
|
|
463
|
+
--dt-typography-helper-md-font-weight: var(--dt-font-weight-normal); /* Base default medium-sized text style for supplementary contextual information. */
|
|
464
|
+
--dt-typography-helper-md-font-family: var(--dt-font-family-body); /* Base default medium-sized text style for supplementary contextual information. */
|
|
465
|
+
--dt-typography-label-sm-plain-compact-text-case: var(--dt-font-text-case-none); /* A non-bolded, tighter-spaced version of small label style. */
|
|
466
|
+
--dt-typography-label-sm-plain-compact-line-height: var(--dt-font-line-height-200); /* A non-bolded, tighter-spaced version of small label style. */
|
|
467
|
+
--dt-typography-label-sm-plain-compact-font-weight: var(--dt-font-weight-normal); /* A non-bolded, tighter-spaced version of small label style. */
|
|
468
|
+
--dt-typography-label-sm-plain-compact-font-family: var(--dt-font-family-body); /* A non-bolded, tighter-spaced version of small label style. */
|
|
469
|
+
--dt-typography-label-sm-plain-text-case: var(--dt-font-text-case-none); /* A non-bold version of small label style. */
|
|
470
|
+
--dt-typography-label-sm-plain-line-height: var(--dt-font-line-height-300); /* A non-bold version of small label style. */
|
|
471
|
+
--dt-typography-label-sm-plain-font-weight: var(--dt-font-weight-normal); /* A non-bold version of small label style. */
|
|
472
|
+
--dt-typography-label-sm-plain-font-family: var(--dt-font-family-body); /* A non-bold version of small label style. */
|
|
473
|
+
--dt-typography-label-sm-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of small label style. */
|
|
474
|
+
--dt-typography-label-sm-compact-line-height: var(--dt-font-line-height-200); /* A tighter-spaced version of small label style. */
|
|
475
|
+
--dt-typography-label-sm-compact-font-weight: var(--dt-font-weight-semi-bold); /* A tighter-spaced version of small label style. */
|
|
476
|
+
--dt-typography-label-sm-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of small label style. */
|
|
477
|
+
--dt-typography-label-sm-text-case: var(--dt-font-text-case-none); /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
478
|
+
--dt-typography-label-sm-line-height: var(--dt-font-line-height-300); /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
479
|
+
--dt-typography-label-sm-font-weight: var(--dt-font-weight-semi-bold); /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
480
|
+
--dt-typography-label-sm-font-family: var(--dt-font-family-body); /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
481
|
+
--dt-typography-label-md-plain-compact-text-case: var(--dt-font-text-case-none); /* A non-bolded, tighter-spaced version of medium label style. */
|
|
482
|
+
--dt-typography-label-md-plain-compact-line-height: var(--dt-font-line-height-300); /* A non-bolded, tighter-spaced version of medium label style. */
|
|
483
|
+
--dt-typography-label-md-plain-compact-font-weight: var(--dt-font-weight-normal); /* A non-bolded, tighter-spaced version of medium label style. */
|
|
484
|
+
--dt-typography-label-md-plain-compact-font-family: var(--dt-font-family-body); /* A non-bolded, tighter-spaced version of medium label style. */
|
|
485
|
+
--dt-typography-label-md-plain-text-case: var(--dt-font-text-case-none); /* A non-bold version of medium label style. */
|
|
486
|
+
--dt-typography-label-md-plain-line-height: var(--dt-font-line-height-400); /* A non-bold version of medium label style. */
|
|
487
|
+
--dt-typography-label-md-plain-font-weight: var(--dt-font-weight-normal); /* A non-bold version of medium label style. */
|
|
488
|
+
--dt-typography-label-md-plain-font-family: var(--dt-font-family-body); /* A non-bold version of medium label style. */
|
|
489
|
+
--dt-typography-label-md-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of medium label style. */
|
|
490
|
+
--dt-typography-label-md-compact-line-height: var(--dt-font-line-height-300); /* A tighter-spaced version of medium label style. */
|
|
491
|
+
--dt-typography-label-md-compact-font-weight: var(--dt-font-weight-semi-bold); /* A tighter-spaced version of medium label style. */
|
|
492
|
+
--dt-typography-label-md-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of medium label style. */
|
|
493
|
+
--dt-typography-label-md-text-case: var(--dt-font-text-case-none); /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
494
|
+
--dt-typography-label-md-line-height: var(--dt-font-line-height-400); /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
495
|
+
--dt-typography-label-md-font-weight: var(--dt-font-weight-semi-bold); /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
496
|
+
--dt-typography-label-md-font-family: var(--dt-font-family-body); /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
497
|
+
--dt-typography-headline-xxl-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of extra extra large headline style. */
|
|
498
|
+
--dt-typography-headline-xxl-compact-line-height: var(--dt-font-line-height-100); /* A tighter-spaced version of extra extra large headline style. */
|
|
499
|
+
--dt-typography-headline-xxl-compact-font-weight: var(--dt-font-weight-medium); /* A tighter-spaced version of extra extra large headline style. */
|
|
500
|
+
--dt-typography-headline-xxl-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of extra extra large headline style. */
|
|
501
|
+
--dt-typography-headline-xxl-text-case: var(--dt-font-text-case-none); /* Largest text style for extra extra large content. */
|
|
502
|
+
--dt-typography-headline-xxl-line-height: var(--dt-font-line-height-200); /* Largest text style for extra extra large content. */
|
|
503
|
+
--dt-typography-headline-xxl-font-weight: var(--dt-font-weight-medium); /* Largest text style for extra extra large content. */
|
|
504
|
+
--dt-typography-headline-xxl-font-family: var(--dt-font-family-body); /* Largest text style for extra extra large content. */
|
|
505
|
+
--dt-typography-headline-xl-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of extra large headline style. */
|
|
506
|
+
--dt-typography-headline-xl-compact-line-height: var(--dt-font-line-height-100); /* A tighter-spaced version of extra large headline style. */
|
|
507
|
+
--dt-typography-headline-xl-compact-font-weight: var(--dt-font-weight-medium); /* A tighter-spaced version of extra large headline style. */
|
|
508
|
+
--dt-typography-headline-xl-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of extra large headline style. */
|
|
509
|
+
--dt-typography-headline-xl-text-case: var(--dt-font-text-case-none); /* Extra large text style for high importance headlines. */
|
|
510
|
+
--dt-typography-headline-xl-line-height: var(--dt-font-line-height-200); /* Extra large text style for high importance headlines. */
|
|
511
|
+
--dt-typography-headline-xl-font-weight: var(--dt-font-weight-medium); /* Extra large text style for high importance headlines. */
|
|
512
|
+
--dt-typography-headline-xl-font-family: var(--dt-font-family-body); /* Extra large text style for high importance headlines. */
|
|
513
|
+
--dt-typography-headline-lg-soft-compact-text-case: var(--dt-font-text-case-none); /* A softer font weight, tighter spaced version of large headline style. */
|
|
514
|
+
--dt-typography-headline-lg-soft-compact-line-height: var(--dt-font-line-height-200); /* A softer font weight, tighter spaced version of large headline style. */
|
|
515
|
+
--dt-typography-headline-lg-soft-compact-font-weight: var(--dt-font-weight-medium); /* A softer font weight, tighter spaced version of large headline style. */
|
|
516
|
+
--dt-typography-headline-lg-soft-compact-font-family: var(--dt-font-family-body); /* A softer font weight, tighter spaced version of large headline style. */
|
|
517
|
+
--dt-typography-headline-lg-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of large body style. */
|
|
518
|
+
--dt-typography-headline-lg-compact-line-height: var(--dt-font-line-height-200); /* A tighter-spaced version of large body style. */
|
|
519
|
+
--dt-typography-headline-lg-compact-font-weight: var(--dt-font-weight-bold); /* A tighter-spaced version of large body style. */
|
|
520
|
+
--dt-typography-headline-lg-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of large body style. */
|
|
521
|
+
--dt-typography-headline-lg-soft-text-case: var(--dt-font-text-case-none); /* A softer font weight version of large headline style. */
|
|
522
|
+
--dt-typography-headline-lg-soft-line-height: var(--dt-font-line-height-400); /* A softer font weight version of large headline style. */
|
|
523
|
+
--dt-typography-headline-lg-soft-font-weight: var(--dt-font-weight-medium); /* A softer font weight version of large headline style. */
|
|
524
|
+
--dt-typography-headline-lg-soft-font-family: var(--dt-font-family-body); /* A softer font weight version of large headline style. */
|
|
525
|
+
--dt-typography-headline-lg-text-case: var(--dt-font-text-case-none); /* Large text style for headlines to attract attention. */
|
|
526
|
+
--dt-typography-headline-lg-line-height: var(--dt-font-line-height-400); /* Large text style for headlines to attract attention. */
|
|
527
|
+
--dt-typography-headline-lg-font-weight: var(--dt-font-weight-bold); /* Large text style for headlines to attract attention. */
|
|
528
|
+
--dt-typography-headline-lg-font-family: var(--dt-font-family-body); /* Large text style for headlines to attract attention. */
|
|
529
|
+
--dt-typography-headline-md-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of medium headline style. */
|
|
530
|
+
--dt-typography-headline-md-compact-line-height: var(--dt-font-line-height-300); /* A tighter-spaced version of medium headline style. */
|
|
531
|
+
--dt-typography-headline-md-compact-font-weight: var(--dt-font-weight-bold); /* A tighter-spaced version of medium headline style. */
|
|
532
|
+
--dt-typography-headline-md-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of medium headline style. */
|
|
533
|
+
--dt-typography-headline-md-text-case: var(--dt-font-text-case-none); /* Medium-sized base text style for headlines. */
|
|
534
|
+
--dt-typography-headline-md-line-height: var(--dt-font-line-height-400); /* Medium-sized base text style for headlines. */
|
|
535
|
+
--dt-typography-headline-md-font-weight: var(--dt-font-weight-bold); /* Medium-sized base text style for headlines. */
|
|
536
|
+
--dt-typography-headline-md-font-family: var(--dt-font-family-body); /* Medium-sized base text style for headlines. */
|
|
537
|
+
--dt-typography-headline-sm-soft-compact-text-case: var(--dt-font-text-case-none); /* A softer font weight, tighter-spaced version of small headline style. */
|
|
538
|
+
--dt-typography-headline-sm-soft-compact-line-height: var(--dt-font-line-height-200); /* A softer font weight, tighter-spaced version of small headline style. */
|
|
539
|
+
--dt-typography-headline-sm-soft-compact-font-weight: var(--dt-font-weight-medium); /* A softer font weight, tighter-spaced version of small headline style. */
|
|
540
|
+
--dt-typography-headline-sm-soft-compact-font-family: var(--dt-font-family-body); /* A softer font weight, tighter-spaced version of small headline style. */
|
|
541
|
+
--dt-typography-headline-sm-soft-text-case: var(--dt-font-text-case-none); /* A softer font weight version of small headline style. */
|
|
542
|
+
--dt-typography-headline-sm-soft-line-height: var(--dt-font-line-height-300); /* A softer font weight version of small headline style. */
|
|
543
|
+
--dt-typography-headline-sm-soft-font-weight: var(--dt-font-weight-medium); /* A softer font weight version of small headline style. */
|
|
544
|
+
--dt-typography-headline-sm-soft-font-family: var(--dt-font-family-body); /* A softer font weight version of small headline style. */
|
|
545
|
+
--dt-typography-headline-sm-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of small headline style. */
|
|
546
|
+
--dt-typography-headline-sm-compact-line-height: var(--dt-font-line-height-200); /* A tighter-spaced version of small headline style. */
|
|
547
|
+
--dt-typography-headline-sm-compact-font-weight: var(--dt-font-weight-bold); /* A tighter-spaced version of small headline style. */
|
|
548
|
+
--dt-typography-headline-sm-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of small headline style. */
|
|
549
|
+
--dt-typography-headline-sm-text-case: var(--dt-font-text-case-none); /* Smaller text size for secondary information or subheadings. */
|
|
550
|
+
--dt-typography-headline-sm-line-height: var(--dt-font-line-height-300); /* Smaller text size for secondary information or subheadings. */
|
|
551
|
+
--dt-typography-headline-sm-font-weight: var(--dt-font-weight-bold); /* Smaller text size for secondary information or subheadings. */
|
|
552
|
+
--dt-typography-headline-sm-font-family: var(--dt-font-family-body); /* Smaller text size for secondary information or subheadings. */
|
|
553
|
+
--dt-typography-headline-eyebrow-text-case: var(--dt-font-text-case-uppercase); /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
554
|
+
--dt-typography-headline-eyebrow-line-height: var(--dt-font-line-height-300); /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
555
|
+
--dt-typography-headline-eyebrow-font-weight: var(--dt-font-weight-normal); /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
556
|
+
--dt-typography-headline-eyebrow-font-family: var(--dt-font-family-body); /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
557
|
+
--dt-typography-body-sm-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of small body style. */
|
|
558
|
+
--dt-typography-body-sm-compact-line-height: var(--dt-font-line-height-200); /* A tighter-spaced version of small body style. */
|
|
559
|
+
--dt-typography-body-sm-compact-font-weight: var(--dt-font-weight-normal); /* A tighter-spaced version of small body style. */
|
|
560
|
+
--dt-typography-body-sm-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of small body style. */
|
|
561
|
+
--dt-typography-body-sm-text-case: var(--dt-font-text-case-none); /* Reduced small text style for less prominent or adjacent content. */
|
|
562
|
+
--dt-typography-body-sm-line-height: var(--dt-font-line-height-300); /* Reduced small text style for less prominent or adjacent content. */
|
|
563
|
+
--dt-typography-body-sm-font-weight: var(--dt-font-weight-normal); /* Reduced small text style for less prominent or adjacent content. */
|
|
564
|
+
--dt-typography-body-sm-font-family: var(--dt-font-family-body); /* Reduced small text style for less prominent or adjacent content. */
|
|
565
|
+
--dt-typography-body-md-compact-text-case: var(--dt-font-text-case-none); /* A tighter-spaced version of medium body style. */
|
|
566
|
+
--dt-typography-body-md-compact-line-height: var(--dt-font-line-height-300); /* A tighter-spaced version of medium body style. */
|
|
567
|
+
--dt-typography-body-md-compact-font-weight: var(--dt-font-weight-normal); /* A tighter-spaced version of medium body style. */
|
|
568
|
+
--dt-typography-body-md-compact-font-family: var(--dt-font-family-body); /* A tighter-spaced version of medium body style. */
|
|
569
|
+
--dt-typography-body-md-text-case: var(--dt-font-text-case-none); /* Base default medium text style for main content. */
|
|
570
|
+
--dt-typography-body-md-line-height: var(--dt-font-line-height-400); /* Base default medium text style for main content. */
|
|
571
|
+
--dt-typography-body-md-font-weight: var(--dt-font-weight-normal); /* Base default medium text style for main content. */
|
|
572
|
+
--dt-typography-body-md-font-family: var(--dt-font-family-body); /* Base default medium text style for main content. */
|
|
573
|
+
--dt-color-border-brand-strong-inverted-h: 0;
|
|
574
|
+
--dt-color-border-brand-strong-inverted-s: 0%;
|
|
575
|
+
--dt-color-border-brand-strong-inverted-l: 0%;
|
|
576
|
+
--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l);
|
|
577
|
+
--dt-color-border-brand-strong-inverted-hsla: hsla(var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l) / var(--alpha, 100%));
|
|
578
|
+
--dt-color-border-brand-strong-inverted: var(--dt-color-purple-200);
|
|
579
|
+
--dt-color-border-brand-subtle-inverted-h: 0;
|
|
580
|
+
--dt-color-border-brand-subtle-inverted-s: 0%;
|
|
581
|
+
--dt-color-border-brand-subtle-inverted-l: 0%;
|
|
582
|
+
--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l);
|
|
583
|
+
--dt-color-border-brand-subtle-inverted-hsla: hsla(var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l) / var(--alpha, 100%));
|
|
584
|
+
--dt-color-border-brand-subtle-inverted: var(--dt-color-purple-500);
|
|
585
|
+
--dt-color-border-warning-strong-inverted-h: 0;
|
|
586
|
+
--dt-color-border-warning-strong-inverted-s: 0%;
|
|
587
|
+
--dt-color-border-warning-strong-inverted-l: 0%;
|
|
588
|
+
--dt-color-border-warning-strong-inverted-hsl: var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l);
|
|
589
|
+
--dt-color-border-warning-strong-inverted-hsla: hsla(var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l) / var(--alpha, 100%));
|
|
590
|
+
--dt-color-border-warning-strong-inverted: var(--dt-color-gold-100);
|
|
591
|
+
--dt-color-border-warning-subtle-inverted-h: 0;
|
|
592
|
+
--dt-color-border-warning-subtle-inverted-s: 0%;
|
|
593
|
+
--dt-color-border-warning-subtle-inverted-l: 0%;
|
|
594
|
+
--dt-color-border-warning-subtle-inverted-hsl: var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l);
|
|
595
|
+
--dt-color-border-warning-subtle-inverted-hsla: hsla(var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l) / var(--alpha, 100%));
|
|
596
|
+
--dt-color-border-warning-subtle-inverted: var(--dt-color-gold-400);
|
|
597
|
+
--dt-color-border-success-strong-inverted-h: 0;
|
|
598
|
+
--dt-color-border-success-strong-inverted-s: 0%;
|
|
599
|
+
--dt-color-border-success-strong-inverted-l: 0%;
|
|
600
|
+
--dt-color-border-success-strong-inverted-hsl: var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l);
|
|
601
|
+
--dt-color-border-success-strong-inverted-hsla: hsla(var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l) / var(--alpha, 100%));
|
|
602
|
+
--dt-color-border-success-strong-inverted: var(--dt-color-green-100);
|
|
603
|
+
--dt-color-border-success-subtle-inverted-h: 0;
|
|
604
|
+
--dt-color-border-success-subtle-inverted-s: 0%;
|
|
605
|
+
--dt-color-border-success-subtle-inverted-l: 0%;
|
|
606
|
+
--dt-color-border-success-subtle-inverted-hsl: var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l);
|
|
607
|
+
--dt-color-border-success-subtle-inverted-hsla: hsla(var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l) / var(--alpha, 100%));
|
|
608
|
+
--dt-color-border-success-subtle-inverted: var(--dt-color-green-400);
|
|
609
|
+
--dt-color-border-critical-strong-inverted-h: 0;
|
|
610
|
+
--dt-color-border-critical-strong-inverted-s: 0%;
|
|
611
|
+
--dt-color-border-critical-strong-inverted-l: 0%;
|
|
612
|
+
--dt-color-border-critical-strong-inverted-hsl: var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l);
|
|
613
|
+
--dt-color-border-critical-strong-inverted-hsla: hsla(var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l) / var(--alpha, 100%));
|
|
614
|
+
--dt-color-border-critical-strong-inverted: var(--dt-color-red-200);
|
|
615
|
+
--dt-color-border-critical-subtle-inverted-h: 0;
|
|
616
|
+
--dt-color-border-critical-subtle-inverted-s: 0%;
|
|
617
|
+
--dt-color-border-critical-subtle-inverted-l: 0%;
|
|
618
|
+
--dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l);
|
|
619
|
+
--dt-color-border-critical-subtle-inverted-hsla: hsla(var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l) / var(--alpha, 100%));
|
|
620
|
+
--dt-color-border-critical-subtle-inverted: var(--dt-color-red-400);
|
|
621
|
+
--dt-color-border-brand-inverted-h: 0;
|
|
622
|
+
--dt-color-border-brand-inverted-s: 0%;
|
|
623
|
+
--dt-color-border-brand-inverted-l: 0%;
|
|
624
|
+
--dt-color-border-brand-inverted-hsl: var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l);
|
|
625
|
+
--dt-color-border-brand-inverted-hsla: hsla(var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l) / var(--alpha, 100%));
|
|
626
|
+
--dt-color-border-brand-inverted: var(--dt-color-brand-purple);
|
|
627
|
+
--dt-color-border-warning-inverted-h: 0;
|
|
628
|
+
--dt-color-border-warning-inverted-s: 0%;
|
|
629
|
+
--dt-color-border-warning-inverted-l: 0%;
|
|
630
|
+
--dt-color-border-warning-inverted-hsl: var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l);
|
|
631
|
+
--dt-color-border-warning-inverted-hsla: hsla(var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l) / var(--alpha, 100%));
|
|
632
|
+
--dt-color-border-warning-inverted: var(--dt-color-gold-200);
|
|
633
|
+
--dt-color-border-success-inverted-h: 0;
|
|
634
|
+
--dt-color-border-success-inverted-s: 0%;
|
|
635
|
+
--dt-color-border-success-inverted-l: 0%;
|
|
636
|
+
--dt-color-border-success-inverted-hsl: var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l);
|
|
637
|
+
--dt-color-border-success-inverted-hsla: hsla(var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l) / var(--alpha, 100%));
|
|
638
|
+
--dt-color-border-success-inverted: var(--dt-color-green-200);
|
|
639
|
+
--dt-color-border-critical-inverted-h: 0;
|
|
640
|
+
--dt-color-border-critical-inverted-s: 0%;
|
|
641
|
+
--dt-color-border-critical-inverted-l: 0%;
|
|
642
|
+
--dt-color-border-critical-inverted-hsl: var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l);
|
|
643
|
+
--dt-color-border-critical-inverted-hsla: hsla(var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l) / var(--alpha, 100%));
|
|
644
|
+
--dt-color-border-critical-inverted: var(--dt-color-red-300);
|
|
645
|
+
--dt-color-border-brand-strong-h: 0;
|
|
646
|
+
--dt-color-border-brand-strong-s: 0%;
|
|
647
|
+
--dt-color-border-brand-strong-l: 0%;
|
|
648
|
+
--dt-color-border-brand-strong-hsl: var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l);
|
|
649
|
+
--dt-color-border-brand-strong-hsla: hsla(var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l) / var(--alpha, 100%));
|
|
650
|
+
--dt-color-border-brand-strong: var(--dt-color-purple-500);
|
|
651
|
+
--dt-color-border-brand-subtle-h: 0;
|
|
652
|
+
--dt-color-border-brand-subtle-s: 0%;
|
|
653
|
+
--dt-color-border-brand-subtle-l: 0%;
|
|
654
|
+
--dt-color-border-brand-subtle-hsl: var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l);
|
|
655
|
+
--dt-color-border-brand-subtle-hsla: hsla(var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l) / var(--alpha, 100%));
|
|
656
|
+
--dt-color-border-brand-subtle: var(--dt-color-purple-200);
|
|
657
|
+
--dt-color-border-warning-strong-h: 0;
|
|
658
|
+
--dt-color-border-warning-strong-s: 0%;
|
|
659
|
+
--dt-color-border-warning-strong-l: 0%;
|
|
660
|
+
--dt-color-border-warning-strong-hsl: var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l);
|
|
661
|
+
--dt-color-border-warning-strong-hsla: hsla(var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l) / var(--alpha, 100%));
|
|
662
|
+
--dt-color-border-warning-strong: var(--dt-color-gold-500);
|
|
663
|
+
--dt-color-border-warning-subtle-h: 0;
|
|
664
|
+
--dt-color-border-warning-subtle-s: 0%;
|
|
665
|
+
--dt-color-border-warning-subtle-l: 0%;
|
|
666
|
+
--dt-color-border-warning-subtle-hsl: var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l);
|
|
667
|
+
--dt-color-border-warning-subtle-hsla: hsla(var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l) / var(--alpha, 100%));
|
|
668
|
+
--dt-color-border-warning-subtle: var(--dt-color-gold-200);
|
|
669
|
+
--dt-color-border-success-strong-h: 0;
|
|
670
|
+
--dt-color-border-success-strong-s: 0%;
|
|
671
|
+
--dt-color-border-success-strong-l: 0%;
|
|
672
|
+
--dt-color-border-success-strong-hsl: var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l);
|
|
673
|
+
--dt-color-border-success-strong-hsla: hsla(var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l) / var(--alpha, 100%));
|
|
674
|
+
--dt-color-border-success-strong: var(--dt-color-green-500);
|
|
675
|
+
--dt-color-border-success-subtle-h: 0;
|
|
676
|
+
--dt-color-border-success-subtle-s: 0%;
|
|
677
|
+
--dt-color-border-success-subtle-l: 0%;
|
|
678
|
+
--dt-color-border-success-subtle-hsl: var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l);
|
|
679
|
+
--dt-color-border-success-subtle-hsla: hsla(var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l) / var(--alpha, 100%));
|
|
680
|
+
--dt-color-border-success-subtle: var(--dt-color-green-200);
|
|
681
|
+
--dt-color-border-critical-strong-h: 0;
|
|
682
|
+
--dt-color-border-critical-strong-s: 0%;
|
|
683
|
+
--dt-color-border-critical-strong-l: 0%;
|
|
684
|
+
--dt-color-border-critical-strong-hsl: var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l);
|
|
685
|
+
--dt-color-border-critical-strong-hsla: hsla(var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l) / var(--alpha, 100%));
|
|
686
|
+
--dt-color-border-critical-strong: var(--dt-color-red-500);
|
|
687
|
+
--dt-color-border-critical-subtle-h: 0;
|
|
688
|
+
--dt-color-border-critical-subtle-s: 0%;
|
|
689
|
+
--dt-color-border-critical-subtle-l: 0%;
|
|
690
|
+
--dt-color-border-critical-subtle-hsl: var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l);
|
|
691
|
+
--dt-color-border-critical-subtle-hsla: hsla(var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l) / var(--alpha, 100%));
|
|
692
|
+
--dt-color-border-critical-subtle: var(--dt-color-red-200);
|
|
693
|
+
--dt-color-border-accent-h: 0;
|
|
694
|
+
--dt-color-border-accent-s: 0%;
|
|
695
|
+
--dt-color-border-accent-l: 0%;
|
|
696
|
+
--dt-color-border-accent-hsl: var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l);
|
|
697
|
+
--dt-color-border-accent-hsla: hsla(var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l) / var(--alpha, 100%));
|
|
698
|
+
--dt-color-border-accent: var(--dt-color-brand-magenta);
|
|
699
|
+
--dt-color-border-brand-h: 0;
|
|
700
|
+
--dt-color-border-brand-s: 0%;
|
|
701
|
+
--dt-color-border-brand-l: 0%;
|
|
702
|
+
--dt-color-border-brand-hsl: var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l);
|
|
703
|
+
--dt-color-border-brand-hsla: hsla(var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l) / var(--alpha, 100%));
|
|
704
|
+
--dt-color-border-brand: var(--dt-color-brand-purple);
|
|
705
|
+
--dt-color-border-warning-h: 0;
|
|
706
|
+
--dt-color-border-warning-s: 0%;
|
|
707
|
+
--dt-color-border-warning-l: 0%;
|
|
708
|
+
--dt-color-border-warning-hsl: var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l);
|
|
709
|
+
--dt-color-border-warning-hsla: hsla(var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l) / var(--alpha, 100%));
|
|
710
|
+
--dt-color-border-warning: var(--dt-color-gold-400);
|
|
711
|
+
--dt-color-border-success-h: 0;
|
|
712
|
+
--dt-color-border-success-s: 0%;
|
|
713
|
+
--dt-color-border-success-l: 0%;
|
|
714
|
+
--dt-color-border-success-hsl: var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l);
|
|
715
|
+
--dt-color-border-success-hsla: hsla(var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l) / var(--alpha, 100%));
|
|
716
|
+
--dt-color-border-success: var(--dt-color-green-400);
|
|
717
|
+
--dt-color-border-critical-h: 0;
|
|
718
|
+
--dt-color-border-critical-s: 0%;
|
|
719
|
+
--dt-color-border-critical-l: 0%;
|
|
720
|
+
--dt-color-border-critical-hsl: var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l);
|
|
721
|
+
--dt-color-border-critical-hsla: hsla(var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l) / var(--alpha, 100%));
|
|
722
|
+
--dt-color-border-critical: var(--dt-color-red-400);
|
|
723
|
+
--dt-color-border-focus-h: 0;
|
|
724
|
+
--dt-color-border-focus-s: 0%;
|
|
725
|
+
--dt-color-border-focus-l: 0%;
|
|
726
|
+
--dt-color-border-focus-hsl: var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l);
|
|
727
|
+
--dt-color-border-focus-hsla: hsla(var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l) / var(--alpha, 100%));
|
|
728
|
+
--dt-color-border-focus: var(--dt-color-blue-300);
|
|
729
|
+
--dt-color-border-bold-inverted-h: 0;
|
|
730
|
+
--dt-color-border-bold-inverted-s: 0%;
|
|
731
|
+
--dt-color-border-bold-inverted-l: 0%;
|
|
732
|
+
--dt-color-border-bold-inverted-hsl: var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l);
|
|
733
|
+
--dt-color-border-bold-inverted-hsla: hsla(var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l) / var(--alpha, 100%));
|
|
734
|
+
--dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
|
|
735
|
+
--dt-color-border-moderate-inverted-h: 0;
|
|
736
|
+
--dt-color-border-moderate-inverted-s: 0%;
|
|
737
|
+
--dt-color-border-moderate-inverted-l: 0%;
|
|
738
|
+
--dt-color-border-moderate-inverted-hsl: var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l);
|
|
739
|
+
--dt-color-border-moderate-inverted-hsla: hsla(var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l) / var(--alpha, 100%));
|
|
740
|
+
--dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
|
|
741
|
+
--dt-color-border-default-inverted-h: 0;
|
|
742
|
+
--dt-color-border-default-inverted-s: 0%;
|
|
743
|
+
--dt-color-border-default-inverted-l: 0%;
|
|
744
|
+
--dt-color-border-default-inverted-hsl: var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l);
|
|
745
|
+
--dt-color-border-default-inverted-hsla: hsla(var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l) / var(--alpha, 100%));
|
|
746
|
+
--dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
|
|
747
|
+
--dt-color-border-subtle-inverted-h: 0;
|
|
748
|
+
--dt-color-border-subtle-inverted-s: 0%;
|
|
749
|
+
--dt-color-border-subtle-inverted-l: 0%;
|
|
750
|
+
--dt-color-border-subtle-inverted-hsl: var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l);
|
|
751
|
+
--dt-color-border-subtle-inverted-hsla: hsla(var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l) / var(--alpha, 100%));
|
|
752
|
+
--dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
|
|
753
|
+
--dt-color-border-bold-h: 0;
|
|
754
|
+
--dt-color-border-bold-s: 0%;
|
|
755
|
+
--dt-color-border-bold-l: 100%;
|
|
756
|
+
--dt-color-border-bold-hsl: var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l);
|
|
757
|
+
--dt-color-border-bold-hsla: hsla(var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l) / var(--alpha, 100%));
|
|
758
|
+
--dt-color-border-bold: hsl(0 0% 100% / 0.5);
|
|
759
|
+
--dt-color-border-moderate-h: 0;
|
|
760
|
+
--dt-color-border-moderate-s: 0%;
|
|
761
|
+
--dt-color-border-moderate-l: 100%;
|
|
762
|
+
--dt-color-border-moderate-hsl: var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l);
|
|
763
|
+
--dt-color-border-moderate-hsla: hsla(var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l) / var(--alpha, 100%));
|
|
764
|
+
--dt-color-border-moderate: hsl(0 0% 100% / 0.36);
|
|
765
|
+
--dt-color-border-default-h: 0;
|
|
766
|
+
--dt-color-border-default-s: 0%;
|
|
767
|
+
--dt-color-border-default-l: 100%;
|
|
768
|
+
--dt-color-border-default-hsl: var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l);
|
|
769
|
+
--dt-color-border-default-hsla: hsla(var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l) / var(--alpha, 100%));
|
|
770
|
+
--dt-color-border-default: hsl(0 0% 100% / 0.22);
|
|
771
|
+
--dt-color-border-subtle-h: 0;
|
|
772
|
+
--dt-color-border-subtle-s: 0%;
|
|
773
|
+
--dt-color-border-subtle-l: 100%;
|
|
774
|
+
--dt-color-border-subtle-hsl: var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l);
|
|
775
|
+
--dt-color-border-subtle-hsla: hsla(var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l) / var(--alpha, 100%));
|
|
776
|
+
--dt-color-border-subtle: hsl(0 0% 100% / 0.14);
|
|
777
|
+
--dt-color-surface-info-strong-h: 0;
|
|
778
|
+
--dt-color-surface-info-strong-s: 0%;
|
|
779
|
+
--dt-color-surface-info-strong-l: 0%;
|
|
780
|
+
--dt-color-surface-info-strong-hsl: var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l);
|
|
781
|
+
--dt-color-surface-info-strong-hsla: hsla(var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l) / var(--alpha, 100%));
|
|
782
|
+
--dt-color-surface-info-strong: var(--dt-color-blue-400); /* A contrasting informational surface, most likely paired with inverted foreground colors. */
|
|
783
|
+
--dt-color-surface-info-subtle-h: 213.20966997513474;
|
|
784
|
+
--dt-color-surface-info-subtle-s: 96.9787556672879%;
|
|
785
|
+
--dt-color-surface-info-subtle-l: 12.97997843137255%;
|
|
786
|
+
--dt-color-surface-info-subtle-hsl: var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l);
|
|
787
|
+
--dt-color-surface-info-subtle-hsla: hsla(var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l) / var(--alpha, 100%));
|
|
788
|
+
--dt-color-surface-info-subtle: hsl(213 98.2% 12.9%);
|
|
789
|
+
--dt-color-surface-info-h: 0;
|
|
790
|
+
--dt-color-surface-info-s: 0%;
|
|
791
|
+
--dt-color-surface-info-l: 0%;
|
|
792
|
+
--dt-color-surface-info-hsl: var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l);
|
|
793
|
+
--dt-color-surface-info-hsla: hsla(var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l) / var(--alpha, 100%));
|
|
794
|
+
--dt-color-surface-info: var(--dt-color-blue-100); /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
795
|
+
--dt-color-surface-success-strong-h: 0;
|
|
796
|
+
--dt-color-surface-success-strong-s: 0%;
|
|
797
|
+
--dt-color-surface-success-strong-l: 0%;
|
|
798
|
+
--dt-color-surface-success-strong-hsl: var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l);
|
|
799
|
+
--dt-color-surface-success-strong-hsla: hsla(var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l) / var(--alpha, 100%));
|
|
800
|
+
--dt-color-surface-success-strong: var(--dt-color-green-400); /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
|
|
801
|
+
--dt-color-surface-success-subtle-h: 136;
|
|
802
|
+
--dt-color-surface-success-subtle-s: 59.09999999999999%;
|
|
803
|
+
--dt-color-surface-success-subtle-l: 8.63%;
|
|
804
|
+
--dt-color-surface-success-subtle-hsl: var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l);
|
|
805
|
+
--dt-color-surface-success-subtle-hsla: hsla(var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l) / var(--alpha, 100%));
|
|
806
|
+
--dt-color-surface-success-subtle: hsl(136 59.1% 8.63%);
|
|
807
|
+
--dt-color-surface-success-h: 0;
|
|
808
|
+
--dt-color-surface-success-s: 0%;
|
|
809
|
+
--dt-color-surface-success-l: 0%;
|
|
810
|
+
--dt-color-surface-success-hsl: var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l);
|
|
811
|
+
--dt-color-surface-success-hsla: hsla(var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l) / var(--alpha, 100%));
|
|
812
|
+
--dt-color-surface-success: var(--dt-color-green-100); /* Background surface color containing messaging or elements expressing a positive or successful state. */
|
|
813
|
+
--dt-color-surface-warning-strong-h: 0;
|
|
814
|
+
--dt-color-surface-warning-strong-s: 0%;
|
|
815
|
+
--dt-color-surface-warning-strong-l: 0%;
|
|
816
|
+
--dt-color-surface-warning-strong-hsl: var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l);
|
|
817
|
+
--dt-color-surface-warning-strong-hsla: hsla(var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l) / var(--alpha, 100%));
|
|
818
|
+
--dt-color-surface-warning-strong: var(--dt-color-gold-200); /* A contrasting warning surface, most likely paired with inverted foreground colors. */
|
|
819
|
+
--dt-color-surface-warning-subtle-h: 35.7;
|
|
820
|
+
--dt-color-surface-warning-subtle-s: 88.29999999999998%;
|
|
821
|
+
--dt-color-surface-warning-subtle-l: 13.4%;
|
|
822
|
+
--dt-color-surface-warning-subtle-hsl: var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l);
|
|
823
|
+
--dt-color-surface-warning-subtle-hsla: hsla(var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l) / var(--alpha, 100%));
|
|
824
|
+
--dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%);
|
|
825
|
+
--dt-color-surface-warning-h: 0;
|
|
826
|
+
--dt-color-surface-warning-s: 0%;
|
|
827
|
+
--dt-color-surface-warning-l: 0%;
|
|
828
|
+
--dt-color-surface-warning-hsl: var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l);
|
|
829
|
+
--dt-color-surface-warning-hsla: hsla(var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l) / var(--alpha, 100%));
|
|
830
|
+
--dt-color-surface-warning: var(--dt-color-gold-100); /* Background surface color highlighting messaging or elements that may require user's attention. */
|
|
831
|
+
--dt-color-surface-critical-strong-h: 0;
|
|
832
|
+
--dt-color-surface-critical-strong-s: 0%;
|
|
833
|
+
--dt-color-surface-critical-strong-l: 0%;
|
|
834
|
+
--dt-color-surface-critical-strong-hsl: var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l);
|
|
835
|
+
--dt-color-surface-critical-strong-hsla: hsla(var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l) / var(--alpha, 100%));
|
|
836
|
+
--dt-color-surface-critical-strong: var(--dt-color-red-400); /* A contrasting critical surface, most likely paired with inverted foreground colors. */
|
|
837
|
+
--dt-color-surface-critical-subtle-h: 0;
|
|
838
|
+
--dt-color-surface-critical-subtle-s: 89.60000000000001%;
|
|
839
|
+
--dt-color-surface-critical-subtle-l: 9.41%;
|
|
840
|
+
--dt-color-surface-critical-subtle-hsl: var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l);
|
|
841
|
+
--dt-color-surface-critical-subtle-hsla: hsla(var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l) / var(--alpha, 100%));
|
|
842
|
+
--dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%);
|
|
843
|
+
--dt-color-surface-critical-h: 0;
|
|
844
|
+
--dt-color-surface-critical-s: 0%;
|
|
845
|
+
--dt-color-surface-critical-l: 0%;
|
|
846
|
+
--dt-color-surface-critical-hsl: var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l);
|
|
847
|
+
--dt-color-surface-critical-hsla: hsla(var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l) / var(--alpha, 100%));
|
|
848
|
+
--dt-color-surface-critical: var(--dt-color-red-100); /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
|
|
849
|
+
--dt-color-surface-contrast-h: 0;
|
|
850
|
+
--dt-color-surface-contrast-s: 0%;
|
|
851
|
+
--dt-color-surface-contrast-l: 0%;
|
|
852
|
+
--dt-color-surface-contrast-hsl: var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l);
|
|
853
|
+
--dt-color-surface-contrast-hsla: hsla(var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l) / var(--alpha, 100%));
|
|
854
|
+
--dt-color-surface-contrast: var(--dt-color-black-900);
|
|
855
|
+
--dt-color-surface-strong-h: 0;
|
|
856
|
+
--dt-color-surface-strong-s: 0%;
|
|
857
|
+
--dt-color-surface-strong-l: 0%;
|
|
858
|
+
--dt-color-surface-strong-hsl: var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l);
|
|
859
|
+
--dt-color-surface-strong-hsla: hsla(var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l) / var(--alpha, 100%));
|
|
860
|
+
--dt-color-surface-strong: var(--dt-color-black-600); /* Use sparingly to draw the eye to a relatively important region. */
|
|
861
|
+
--dt-color-surface-bold-h: 0;
|
|
862
|
+
--dt-color-surface-bold-s: 0%;
|
|
863
|
+
--dt-color-surface-bold-l: 0%;
|
|
864
|
+
--dt-color-surface-bold-hsl: var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l);
|
|
865
|
+
--dt-color-surface-bold-hsla: hsla(var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l) / var(--alpha, 100%));
|
|
866
|
+
--dt-color-surface-bold: var(--dt-color-black-400);
|
|
867
|
+
--dt-color-surface-moderate-h: 0;
|
|
868
|
+
--dt-color-surface-moderate-s: 0%;
|
|
869
|
+
--dt-color-surface-moderate-l: 0%;
|
|
870
|
+
--dt-color-surface-moderate-hsl: var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l);
|
|
871
|
+
--dt-color-surface-moderate-hsla: hsla(var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l) / var(--alpha, 100%));
|
|
872
|
+
--dt-color-surface-moderate: var(--dt-color-black-300);
|
|
873
|
+
--dt-color-surface-secondary-h: 0;
|
|
874
|
+
--dt-color-surface-secondary-s: 0%;
|
|
875
|
+
--dt-color-surface-secondary-l: 0%;
|
|
876
|
+
--dt-color-surface-secondary-hsl: var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l);
|
|
877
|
+
--dt-color-surface-secondary-hsla: hsla(var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l) / var(--alpha, 100%));
|
|
878
|
+
--dt-color-surface-secondary: var(--dt-color-black-200);
|
|
879
|
+
--dt-color-surface-primary-h: 0;
|
|
880
|
+
--dt-color-surface-primary-s: 0%;
|
|
881
|
+
--dt-color-surface-primary-l: 12%;
|
|
882
|
+
--dt-color-surface-primary-hsl: var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l);
|
|
883
|
+
--dt-color-surface-primary-hsla: hsla(var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l) / var(--alpha, 100%));
|
|
884
|
+
--dt-color-surface-primary: hsl(0 0% 12%);
|
|
885
|
+
--dt-color-surface-info-opaque-h: 212;
|
|
886
|
+
--dt-color-surface-info-opaque-s: 79.19999999999999%;
|
|
887
|
+
--dt-color-surface-info-opaque-l: 43.3%;
|
|
888
|
+
--dt-color-surface-info-opaque-hsl: var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l);
|
|
889
|
+
--dt-color-surface-info-opaque-hsla: hsla(var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l) / var(--alpha, 100%));
|
|
890
|
+
--dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29);
|
|
891
|
+
--dt-color-surface-success-opaque-h: 137;
|
|
892
|
+
--dt-color-surface-success-opaque-s: 72.50000000000001%;
|
|
893
|
+
--dt-color-surface-success-opaque-l: 37.1%;
|
|
894
|
+
--dt-color-surface-success-opaque-hsl: var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l);
|
|
895
|
+
--dt-color-surface-success-opaque-hsla: hsla(var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l) / var(--alpha, 100%));
|
|
896
|
+
--dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26);
|
|
897
|
+
--dt-color-surface-warning-opaque-h: 35.89999999999999;
|
|
898
|
+
--dt-color-surface-warning-opaque-s: 66.00000000000001%;
|
|
899
|
+
--dt-color-surface-warning-opaque-l: 49.6%;
|
|
900
|
+
--dt-color-surface-warning-opaque-hsl: var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l);
|
|
901
|
+
--dt-color-surface-warning-opaque-hsla: hsla(var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l) / var(--alpha, 100%));
|
|
902
|
+
--dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48);
|
|
903
|
+
--dt-color-surface-critical-opaque-h: 0;
|
|
904
|
+
--dt-color-surface-critical-opaque-s: 88.7%;
|
|
905
|
+
--dt-color-surface-critical-opaque-l: 38%;
|
|
906
|
+
--dt-color-surface-critical-opaque-hsl: var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l);
|
|
907
|
+
--dt-color-surface-critical-opaque-hsla: hsla(var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l) / var(--alpha, 100%));
|
|
908
|
+
--dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32);
|
|
909
|
+
--dt-color-surface-backdrop-h: 0;
|
|
910
|
+
--dt-color-surface-backdrop-s: 0%;
|
|
911
|
+
--dt-color-surface-backdrop-l: 0%;
|
|
912
|
+
--dt-color-surface-backdrop-hsl: var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l);
|
|
913
|
+
--dt-color-surface-backdrop-hsla: hsla(var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l) / var(--alpha, 100%));
|
|
914
|
+
--dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); /* Background color for a modal-like backdrop. */
|
|
915
|
+
--dt-color-surface-contrast-opaque-h: 0;
|
|
916
|
+
--dt-color-surface-contrast-opaque-s: 0%;
|
|
917
|
+
--dt-color-surface-contrast-opaque-l: 90.2%;
|
|
918
|
+
--dt-color-surface-contrast-opaque-hsl: var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l);
|
|
919
|
+
--dt-color-surface-contrast-opaque-hsla: hsla(var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l) / var(--alpha, 100%));
|
|
920
|
+
--dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96);
|
|
921
|
+
--dt-color-surface-strong-opaque-h: 0;
|
|
922
|
+
--dt-color-surface-strong-opaque-s: 0%;
|
|
923
|
+
--dt-color-surface-strong-opaque-l: 90.2%;
|
|
924
|
+
--dt-color-surface-strong-opaque-hsl: var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l);
|
|
925
|
+
--dt-color-surface-strong-opaque-hsla: hsla(var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l) / var(--alpha, 100%));
|
|
926
|
+
--dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65);
|
|
927
|
+
--dt-color-surface-bold-opaque-h: 0;
|
|
928
|
+
--dt-color-surface-bold-opaque-s: 0%;
|
|
929
|
+
--dt-color-surface-bold-opaque-l: 90.2%;
|
|
930
|
+
--dt-color-surface-bold-opaque-hsl: var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l);
|
|
931
|
+
--dt-color-surface-bold-opaque-hsla: hsla(var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l) / var(--alpha, 100%));
|
|
932
|
+
--dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27);
|
|
933
|
+
--dt-color-surface-moderate-opaque-h: 0;
|
|
934
|
+
--dt-color-surface-moderate-opaque-s: 0%;
|
|
935
|
+
--dt-color-surface-moderate-opaque-l: 90.2%;
|
|
936
|
+
--dt-color-surface-moderate-opaque-hsl: var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l);
|
|
937
|
+
--dt-color-surface-moderate-opaque-hsla: hsla(var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l) / var(--alpha, 100%));
|
|
938
|
+
--dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15);
|
|
939
|
+
--dt-color-surface-secondary-opaque-h: 0;
|
|
940
|
+
--dt-color-surface-secondary-opaque-s: 0%;
|
|
941
|
+
--dt-color-surface-secondary-opaque-l: 90.2%;
|
|
942
|
+
--dt-color-surface-secondary-opaque-hsl: var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l);
|
|
943
|
+
--dt-color-surface-secondary-opaque-hsla: hsla(var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l) / var(--alpha, 100%));
|
|
944
|
+
--dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06);
|
|
945
|
+
--dt-color-link-muted-inverted-hover-h: 0;
|
|
946
|
+
--dt-color-link-muted-inverted-hover-s: 0%;
|
|
947
|
+
--dt-color-link-muted-inverted-hover-l: 0%;
|
|
948
|
+
--dt-color-link-muted-inverted-hover-hsl: var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l);
|
|
949
|
+
--dt-color-link-muted-inverted-hover-hsla: hsla(var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l) / var(--alpha, 100%));
|
|
950
|
+
--dt-color-link-muted-inverted-hover: var(--dt-color-black-100);
|
|
951
|
+
--dt-color-link-warning-inverted-hover-h: 0;
|
|
952
|
+
--dt-color-link-warning-inverted-hover-s: 0%;
|
|
953
|
+
--dt-color-link-warning-inverted-hover-l: 0%;
|
|
954
|
+
--dt-color-link-warning-inverted-hover-hsl: var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l);
|
|
955
|
+
--dt-color-link-warning-inverted-hover-hsla: hsla(var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l) / var(--alpha, 100%));
|
|
956
|
+
--dt-color-link-warning-inverted-hover: var(--dt-color-black-200);
|
|
957
|
+
--dt-color-link-critical-inverted-hover-h: 0;
|
|
958
|
+
--dt-color-link-critical-inverted-hover-s: 0%;
|
|
959
|
+
--dt-color-link-critical-inverted-hover-l: 0%;
|
|
960
|
+
--dt-color-link-critical-inverted-hover-hsl: var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l);
|
|
961
|
+
--dt-color-link-critical-inverted-hover-hsla: hsla(var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l) / var(--alpha, 100%));
|
|
962
|
+
--dt-color-link-critical-inverted-hover: var(--dt-color-red-200);
|
|
963
|
+
--dt-color-link-primary-inverted-hover-h: 0;
|
|
964
|
+
--dt-color-link-primary-inverted-hover-s: 0%;
|
|
965
|
+
--dt-color-link-primary-inverted-hover-l: 0%;
|
|
966
|
+
--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l);
|
|
967
|
+
--dt-color-link-primary-inverted-hover-hsla: hsla(var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l) / var(--alpha, 100%));
|
|
968
|
+
--dt-color-link-primary-inverted-hover: var(--dt-color-purple-200);
|
|
969
|
+
--dt-color-link-warning-hover-h: 0;
|
|
970
|
+
--dt-color-link-warning-hover-s: 0%;
|
|
971
|
+
--dt-color-link-warning-hover-l: 0%;
|
|
972
|
+
--dt-color-link-warning-hover-hsl: var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l);
|
|
973
|
+
--dt-color-link-warning-hover-hsla: hsla(var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l) / var(--alpha, 100%));
|
|
974
|
+
--dt-color-link-warning-hover: var(--dt-color-gold-500);
|
|
975
|
+
--dt-color-link-success-hover-h: 0;
|
|
976
|
+
--dt-color-link-success-hover-s: 0%;
|
|
977
|
+
--dt-color-link-success-hover-l: 0%;
|
|
978
|
+
--dt-color-link-success-hover-hsl: var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l);
|
|
979
|
+
--dt-color-link-success-hover-hsla: hsla(var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l) / var(--alpha, 100%));
|
|
980
|
+
--dt-color-link-success-hover: var(--dt-color-green-500);
|
|
981
|
+
--dt-color-link-critical-hover-h: 0;
|
|
982
|
+
--dt-color-link-critical-hover-s: 0%;
|
|
983
|
+
--dt-color-link-critical-hover-l: 0%;
|
|
984
|
+
--dt-color-link-critical-hover-hsl: var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l);
|
|
985
|
+
--dt-color-link-critical-hover-hsla: hsla(var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l) / var(--alpha, 100%));
|
|
986
|
+
--dt-color-link-critical-hover: var(--dt-color-red-500);
|
|
987
|
+
--dt-color-link-primary-hover-h: 0;
|
|
988
|
+
--dt-color-link-primary-hover-s: 0%;
|
|
989
|
+
--dt-color-link-primary-hover-l: 0%;
|
|
990
|
+
--dt-color-link-primary-hover-hsl: var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l);
|
|
991
|
+
--dt-color-link-primary-hover-hsla: hsla(var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l) / var(--alpha, 100%));
|
|
992
|
+
--dt-color-link-primary-hover: var(--dt-color-purple-500);
|
|
993
|
+
--dt-color-link-primary-inverted-h: 0;
|
|
994
|
+
--dt-color-link-primary-inverted-s: 0%;
|
|
995
|
+
--dt-color-link-primary-inverted-l: 0%;
|
|
996
|
+
--dt-color-link-primary-inverted-hsl: var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l);
|
|
997
|
+
--dt-color-link-primary-inverted-hsla: hsla(var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l) / var(--alpha, 100%));
|
|
998
|
+
--dt-color-link-primary-inverted: var(--dt-color-purple-300);
|
|
999
|
+
--dt-color-link-primary-h: 261.00000000000006;
|
|
1000
|
+
--dt-color-link-primary-s: 100%;
|
|
1001
|
+
--dt-color-link-primary-l: 78.2%;
|
|
1002
|
+
--dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);
|
|
1003
|
+
--dt-color-link-primary-hsla: hsla(var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l) / var(--alpha, 100%));
|
|
1004
|
+
--dt-color-link-primary: hsl(261 100% 78.2%);
|
|
1005
|
+
--dt-color-foreground-warning-inverted-h: 0;
|
|
1006
|
+
--dt-color-foreground-warning-inverted-s: 0%;
|
|
1007
|
+
--dt-color-foreground-warning-inverted-l: 0%;
|
|
1008
|
+
--dt-color-foreground-warning-inverted-hsl: var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l);
|
|
1009
|
+
--dt-color-foreground-warning-inverted-hsla: hsla(var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l) / var(--alpha, 100%));
|
|
1010
|
+
--dt-color-foreground-warning-inverted: var(--dt-color-gold-100); /* Warning text that sits on high-contrast surfaces or backgrounds */
|
|
1011
|
+
--dt-color-foreground-success-strong-inverted-h: 0;
|
|
1012
|
+
--dt-color-foreground-success-strong-inverted-s: 0%;
|
|
1013
|
+
--dt-color-foreground-success-strong-inverted-l: 0%;
|
|
1014
|
+
--dt-color-foreground-success-strong-inverted-hsl: var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l);
|
|
1015
|
+
--dt-color-foreground-success-strong-inverted-hsla: hsla(var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l) / var(--alpha, 100%));
|
|
1016
|
+
--dt-color-foreground-success-strong-inverted: var(--dt-color-green-100);
|
|
1017
|
+
--dt-color-foreground-success-inverted-h: 0;
|
|
1018
|
+
--dt-color-foreground-success-inverted-s: 0%;
|
|
1019
|
+
--dt-color-foreground-success-inverted-l: 0%;
|
|
1020
|
+
--dt-color-foreground-success-inverted-hsl: var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l);
|
|
1021
|
+
--dt-color-foreground-success-inverted-hsla: hsla(var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l) / var(--alpha, 100%));
|
|
1022
|
+
--dt-color-foreground-success-inverted: var(--dt-color-green-200); /* Success text that sits on high-contrast surfaces or backgrounds */
|
|
1023
|
+
--dt-color-foreground-critical-strong-inverted-h: 0;
|
|
1024
|
+
--dt-color-foreground-critical-strong-inverted-s: 0%;
|
|
1025
|
+
--dt-color-foreground-critical-strong-inverted-l: 0%;
|
|
1026
|
+
--dt-color-foreground-critical-strong-inverted-hsl: var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l);
|
|
1027
|
+
--dt-color-foreground-critical-strong-inverted-hsla: hsla(var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l) / var(--alpha, 100%));
|
|
1028
|
+
--dt-color-foreground-critical-strong-inverted: var(--dt-color-red-200);
|
|
1029
|
+
--dt-color-foreground-critical-inverted-h: 0;
|
|
1030
|
+
--dt-color-foreground-critical-inverted-s: 0%;
|
|
1031
|
+
--dt-color-foreground-critical-inverted-l: 0%;
|
|
1032
|
+
--dt-color-foreground-critical-inverted-hsl: var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l);
|
|
1033
|
+
--dt-color-foreground-critical-inverted-hsla: hsla(var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l) / var(--alpha, 100%));
|
|
1034
|
+
--dt-color-foreground-critical-inverted: var(--dt-color-red-300);
|
|
1035
|
+
--dt-color-foreground-disabled-inverted-h: 0;
|
|
1036
|
+
--dt-color-foreground-disabled-inverted-s: 0%;
|
|
1037
|
+
--dt-color-foreground-disabled-inverted-l: 0%;
|
|
1038
|
+
--dt-color-foreground-disabled-inverted-hsl: var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l);
|
|
1039
|
+
--dt-color-foreground-disabled-inverted-hsla: hsla(var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l) / var(--alpha, 100%));
|
|
1040
|
+
--dt-color-foreground-disabled-inverted: var(--dt-color-black-500); /* Disabled text color that sits on high-contrast surfaces or backgrounds. */
|
|
1041
|
+
--dt-color-foreground-placeholder-inverted-h: 0;
|
|
1042
|
+
--dt-color-foreground-placeholder-inverted-s: 0%;
|
|
1043
|
+
--dt-color-foreground-placeholder-inverted-l: 0%;
|
|
1044
|
+
--dt-color-foreground-placeholder-inverted-hsl: var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l);
|
|
1045
|
+
--dt-color-foreground-placeholder-inverted-hsla: hsla(var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l) / var(--alpha, 100%));
|
|
1046
|
+
--dt-color-foreground-placeholder-inverted: var(--dt-color-black-500); /* Placeholder text color that sits on high-contrast surfaces or backgrounds. */
|
|
1047
|
+
--dt-color-foreground-muted-inverted-h: 0;
|
|
1048
|
+
--dt-color-foreground-muted-inverted-s: 0%;
|
|
1049
|
+
--dt-color-foreground-muted-inverted-l: 14.899999999999999%;
|
|
1050
|
+
--dt-color-foreground-muted-inverted-hsl: var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l);
|
|
1051
|
+
--dt-color-foreground-muted-inverted-hsla: hsla(var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l) / var(--alpha, 100%));
|
|
1052
|
+
--dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); /* Muted text color that sits on high-contrast surfaces or backgrounds. */
|
|
1053
|
+
--dt-color-foreground-tertiary-inverted-h: 0;
|
|
1054
|
+
--dt-color-foreground-tertiary-inverted-s: 0%;
|
|
1055
|
+
--dt-color-foreground-tertiary-inverted-l: 0%;
|
|
1056
|
+
--dt-color-foreground-tertiary-inverted-hsl: var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l);
|
|
1057
|
+
--dt-color-foreground-tertiary-inverted-hsla: hsla(var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l) / var(--alpha, 100%));
|
|
1058
|
+
--dt-color-foreground-tertiary-inverted: var(--dt-color-black-400);
|
|
1059
|
+
--dt-color-foreground-secondary-inverted-h: 0;
|
|
1060
|
+
--dt-color-foreground-secondary-inverted-s: 0%;
|
|
1061
|
+
--dt-color-foreground-secondary-inverted-l: 0%;
|
|
1062
|
+
--dt-color-foreground-secondary-inverted-hsl: var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l);
|
|
1063
|
+
--dt-color-foreground-secondary-inverted-hsla: hsla(var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l) / var(--alpha, 100%));
|
|
1064
|
+
--dt-color-foreground-secondary-inverted: var(--dt-color-black-300);
|
|
1065
|
+
--dt-color-foreground-primary-inverted-h: 0;
|
|
1066
|
+
--dt-color-foreground-primary-inverted-s: 0%;
|
|
1067
|
+
--dt-color-foreground-primary-inverted-l: 0%;
|
|
1068
|
+
--dt-color-foreground-primary-inverted-hsl: var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l);
|
|
1069
|
+
--dt-color-foreground-primary-inverted-hsla: hsla(var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l) / var(--alpha, 100%));
|
|
1070
|
+
--dt-color-foreground-primary-inverted: var(--dt-color-neutral-black);
|
|
1071
|
+
--dt-color-foreground-warning-h: 0;
|
|
1072
|
+
--dt-color-foreground-warning-s: 0%;
|
|
1073
|
+
--dt-color-foreground-warning-l: 0%;
|
|
1074
|
+
--dt-color-foreground-warning-hsl: var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l);
|
|
1075
|
+
--dt-color-foreground-warning-hsla: hsla(var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l) / var(--alpha, 100%));
|
|
1076
|
+
--dt-color-foreground-warning: var(--dt-color-gold-400);
|
|
1077
|
+
--dt-color-foreground-success-h: 0;
|
|
1078
|
+
--dt-color-foreground-success-s: 0%;
|
|
1079
|
+
--dt-color-foreground-success-l: 0%;
|
|
1080
|
+
--dt-color-foreground-success-hsl: var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l);
|
|
1081
|
+
--dt-color-foreground-success-hsla: hsla(var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l) / var(--alpha, 100%));
|
|
1082
|
+
--dt-color-foreground-success: var(--dt-color-green-400); /* Indicates a positive state. */
|
|
1083
|
+
--dt-color-foreground-critical-h: 0;
|
|
1084
|
+
--dt-color-foreground-critical-s: 0%;
|
|
1085
|
+
--dt-color-foreground-critical-l: 0%;
|
|
1086
|
+
--dt-color-foreground-critical-hsl: var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l);
|
|
1087
|
+
--dt-color-foreground-critical-hsla: hsla(var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l) / var(--alpha, 100%));
|
|
1088
|
+
--dt-color-foreground-critical: var(--dt-color-red-400);
|
|
1089
|
+
--dt-color-foreground-disabled-h: 0;
|
|
1090
|
+
--dt-color-foreground-disabled-s: 0%;
|
|
1091
|
+
--dt-color-foreground-disabled-l: 0%;
|
|
1092
|
+
--dt-color-foreground-disabled-hsl: var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l);
|
|
1093
|
+
--dt-color-foreground-disabled-hsla: hsla(var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l) / var(--alpha, 100%));
|
|
1094
|
+
--dt-color-foreground-disabled: var(--dt-color-black-600);
|
|
1095
|
+
--dt-color-foreground-placeholder-h: 0;
|
|
1096
|
+
--dt-color-foreground-placeholder-s: 0%;
|
|
1097
|
+
--dt-color-foreground-placeholder-l: 0%;
|
|
1098
|
+
--dt-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l);
|
|
1099
|
+
--dt-color-foreground-placeholder-hsla: hsla(var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l) / var(--alpha, 100%));
|
|
1100
|
+
--dt-color-foreground-placeholder: var(--dt-color-black-600);
|
|
1101
|
+
--dt-color-foreground-muted-h: 0;
|
|
1102
|
+
--dt-color-foreground-muted-s: 0%;
|
|
1103
|
+
--dt-color-foreground-muted-l: 83.1%;
|
|
1104
|
+
--dt-color-foreground-muted-hsl: var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l);
|
|
1105
|
+
--dt-color-foreground-muted-hsla: hsla(var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l) / var(--alpha, 100%));
|
|
1106
|
+
--dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
|
|
1107
|
+
--dt-color-foreground-tertiary-h: 0;
|
|
1108
|
+
--dt-color-foreground-tertiary-s: 0%;
|
|
1109
|
+
--dt-color-foreground-tertiary-l: 0%;
|
|
1110
|
+
--dt-color-foreground-tertiary-hsl: var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l);
|
|
1111
|
+
--dt-color-foreground-tertiary-hsla: hsla(var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l) / var(--alpha, 100%));
|
|
1112
|
+
--dt-color-foreground-tertiary: var(--dt-color-black-600); /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
|
|
1113
|
+
--dt-color-foreground-secondary-h: 0;
|
|
1114
|
+
--dt-color-foreground-secondary-s: 0%;
|
|
1115
|
+
--dt-color-foreground-secondary-l: 0%;
|
|
1116
|
+
--dt-color-foreground-secondary-hsl: var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l);
|
|
1117
|
+
--dt-color-foreground-secondary-hsla: hsla(var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l) / var(--alpha, 100%));
|
|
1118
|
+
--dt-color-foreground-secondary: var(--dt-color-black-700); /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
|
|
1119
|
+
--dt-color-foreground-primary-h: 0;
|
|
1120
|
+
--dt-color-foreground-primary-s: 0%;
|
|
1121
|
+
--dt-color-foreground-primary-l: 0%;
|
|
1122
|
+
--dt-color-foreground-primary-hsl: var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l);
|
|
1123
|
+
--dt-color-foreground-primary-hsla: hsla(var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l) / var(--alpha, 100%));
|
|
1124
|
+
--dt-color-foreground-primary: var(--dt-color-black-900); /* Default text color throughout the UI. */
|
|
1125
|
+
--dt-size-border-focus: var(--dt-size-border-200) + var(--dt-size-border-100);
|
|
1126
|
+
--dt-radio-color-border-checked-h: 0;
|
|
1127
|
+
--dt-radio-color-border-checked-s: 0%;
|
|
1128
|
+
--dt-radio-color-border-checked-l: 0%;
|
|
1129
|
+
--dt-radio-color-border-checked-hsl: var(--dt-radio-color-border-checked-h) var(--dt-radio-color-border-checked-s) var(--dt-radio-color-border-checked-l);
|
|
1130
|
+
--dt-radio-color-border-checked-hsla: hsla(var(--dt-radio-color-border-checked-h) var(--dt-radio-color-border-checked-s) var(--dt-radio-color-border-checked-l) / var(--alpha, 100%));
|
|
1131
|
+
--dt-radio-color-border-checked: var(--dt-color-border-brand);
|
|
1132
|
+
--dt-radio-size-height: var(--dt-radio-size-width);
|
|
1133
|
+
--dt-icon-size-border-800: calc(var(--dt-icon-size-border-100) * 3.5);
|
|
1134
|
+
--dt-icon-size-border-700: calc(var(--dt-icon-size-border-100) * 2.75);
|
|
1135
|
+
--dt-icon-size-border-600: calc(var(--dt-icon-size-border-100) * 2.5);
|
|
1136
|
+
--dt-icon-size-border-400: calc(var(--dt-icon-size-border-100) * 1.75);
|
|
1137
|
+
--dt-icon-size-border-300: calc(var(--dt-icon-size-border-100) * 1.5);
|
|
1138
|
+
--dt-icon-size-border-200: calc(var(--dt-icon-size-border-100) * 1.25);
|
|
1139
|
+
--dt-icon-size-800: calc(var(--dt-size-base) * 6);
|
|
1140
|
+
--dt-icon-size-700: calc(var(--dt-size-base) * 4.75);
|
|
1141
|
+
--dt-icon-size-600: calc(var(--dt-size-base) * 4);
|
|
1142
|
+
--dt-icon-size-500: calc(var(--dt-size-base) * 3);
|
|
1143
|
+
--dt-icon-size-400: calc(var(--dt-size-base) * 2.5);
|
|
1144
|
+
--dt-icon-size-300: calc(var(--dt-size-base) * 2.25);
|
|
1145
|
+
--dt-icon-size-200: calc(var(--dt-size-base) * 1.75);
|
|
1146
|
+
--dt-icon-size-100: calc(var(--dt-size-base) * 1.5);
|
|
1147
|
+
--dt-checkbox-color-border-checked-h: 0;
|
|
1148
|
+
--dt-checkbox-color-border-checked-s: 0%;
|
|
1149
|
+
--dt-checkbox-color-border-checked-l: 0%;
|
|
1150
|
+
--dt-checkbox-color-border-checked-hsl: var(--dt-checkbox-color-border-checked-h) var(--dt-checkbox-color-border-checked-s) var(--dt-checkbox-color-border-checked-l);
|
|
1151
|
+
--dt-checkbox-color-border-checked-hsla: hsla(var(--dt-checkbox-color-border-checked-h) var(--dt-checkbox-color-border-checked-s) var(--dt-checkbox-color-border-checked-l) / var(--alpha, 100%));
|
|
1152
|
+
--dt-checkbox-color-border-checked: var(--dt-color-border-brand);
|
|
1153
|
+
--dt-checkbox-size-radius: var(--dt-inputs-size-radius-xs);
|
|
1154
|
+
--dt-checkbox-size-height: var(--dt-checkbox-size-width);
|
|
1155
|
+
--dt-button-font-size-xl: var(--dt-font-size-400); /* Extra large Button text size */
|
|
1156
|
+
--dt-button-font-size-lg: var(--dt-font-size-300); /* Large Button text size */
|
|
1157
|
+
--dt-button-font-size-md: var(--dt-font-size-200); /* Medium Button text size */
|
|
1158
|
+
--dt-button-font-size-sm: var(--dt-font-size-100); /* Small Button text size */
|
|
1159
|
+
--dt-button-font-size-xs: var(--dt-font-size-100); /* Extra small Button text size */
|
|
1160
|
+
--dt-badge-color-border-default-h: 0;
|
|
1161
|
+
--dt-badge-color-border-default-s: 0%;
|
|
1162
|
+
--dt-badge-color-border-default-l: 0%;
|
|
1163
|
+
--dt-badge-color-border-default-hsl: var(--dt-badge-color-border-default-h) var(--dt-badge-color-border-default-s) var(--dt-badge-color-border-default-l);
|
|
1164
|
+
--dt-badge-color-border-default-hsla: hsla(var(--dt-badge-color-border-default-h) var(--dt-badge-color-border-default-s) var(--dt-badge-color-border-default-l) / var(--alpha, 100%));
|
|
1165
|
+
--dt-badge-color-border-default: var(--dt-color-border-subtle);
|
|
1760
1166
|
--dt-badge-color-foreground-bulletin-subtle-h: 0;
|
|
1761
1167
|
--dt-badge-color-foreground-bulletin-subtle-s: 0%;
|
|
1762
1168
|
--dt-badge-color-foreground-bulletin-subtle-l: 90.2%;
|
|
1763
1169
|
--dt-badge-color-foreground-bulletin-subtle-hsl: var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l);
|
|
1764
1170
|
--dt-badge-color-foreground-bulletin-subtle-hsla: hsla(var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l) / var(--alpha, 100%));
|
|
1765
1171
|
--dt-badge-color-foreground-bulletin-subtle: hsl(0 0% 90.2%);
|
|
1766
|
-
--dt-badge-color-
|
|
1767
|
-
--dt-badge-color-
|
|
1768
|
-
--dt-badge-color-
|
|
1769
|
-
--dt-badge-color-
|
|
1770
|
-
--dt-badge-color-
|
|
1771
|
-
--dt-badge-color-
|
|
1772
|
-
--dt-badge-color-
|
|
1773
|
-
--dt-badge-color-
|
|
1774
|
-
--dt-badge-color-
|
|
1775
|
-
--dt-badge-color-
|
|
1776
|
-
--dt-badge-color-
|
|
1777
|
-
--dt-badge-color-
|
|
1778
|
-
--dt-
|
|
1779
|
-
--dt-
|
|
1780
|
-
--dt-
|
|
1781
|
-
--dt-
|
|
1782
|
-
--dt-
|
|
1783
|
-
--dt-
|
|
1784
|
-
--dt-
|
|
1785
|
-
--dt-
|
|
1786
|
-
--dt-
|
|
1787
|
-
--dt-
|
|
1788
|
-
--dt-
|
|
1789
|
-
--dt-
|
|
1790
|
-
--dt-
|
|
1791
|
-
--dt-
|
|
1792
|
-
--dt-
|
|
1793
|
-
--dt-
|
|
1794
|
-
--dt-
|
|
1795
|
-
--dt-
|
|
1796
|
-
--dt-
|
|
1797
|
-
--dt-
|
|
1798
|
-
--dt-
|
|
1799
|
-
--dt-
|
|
1800
|
-
--dt-
|
|
1801
|
-
--dt-
|
|
1802
|
-
--dt-
|
|
1803
|
-
--dt-
|
|
1804
|
-
--dt-
|
|
1805
|
-
--dt-
|
|
1806
|
-
--dt-
|
|
1807
|
-
--dt-
|
|
1808
|
-
--dt-
|
|
1809
|
-
--dt-
|
|
1810
|
-
--dt-
|
|
1811
|
-
--dt-
|
|
1812
|
-
--dt-
|
|
1813
|
-
--dt-
|
|
1814
|
-
--dt-
|
|
1815
|
-
--dt-
|
|
1816
|
-
--dt-
|
|
1817
|
-
--dt-
|
|
1818
|
-
--dt-
|
|
1819
|
-
--dt-
|
|
1820
|
-
--dt-
|
|
1821
|
-
--dt-
|
|
1822
|
-
--dt-
|
|
1823
|
-
--dt-
|
|
1824
|
-
--dt-
|
|
1825
|
-
--dt-
|
|
1826
|
-
--dt-
|
|
1827
|
-
--dt-
|
|
1828
|
-
--dt-
|
|
1829
|
-
--dt-
|
|
1830
|
-
--dt-
|
|
1831
|
-
--dt-
|
|
1832
|
-
--dt-
|
|
1833
|
-
--dt-
|
|
1834
|
-
--dt-
|
|
1835
|
-
--dt-
|
|
1836
|
-
--dt-
|
|
1837
|
-
--dt-
|
|
1838
|
-
--dt-
|
|
1839
|
-
--dt-
|
|
1840
|
-
--dt-
|
|
1841
|
-
--dt-
|
|
1842
|
-
--dt-
|
|
1843
|
-
--dt-
|
|
1844
|
-
--dt-
|
|
1845
|
-
--dt-
|
|
1846
|
-
--dt-
|
|
1847
|
-
--dt-
|
|
1848
|
-
--dt-
|
|
1849
|
-
--dt-
|
|
1850
|
-
--dt-
|
|
1851
|
-
--dt-
|
|
1852
|
-
--dt-
|
|
1853
|
-
--dt-
|
|
1854
|
-
--dt-
|
|
1855
|
-
--dt-
|
|
1172
|
+
--dt-badge-color-foreground-default-h: 0;
|
|
1173
|
+
--dt-badge-color-foreground-default-s: 0%;
|
|
1174
|
+
--dt-badge-color-foreground-default-l: 0%;
|
|
1175
|
+
--dt-badge-color-foreground-default-hsl: var(--dt-badge-color-foreground-default-h) var(--dt-badge-color-foreground-default-s) var(--dt-badge-color-foreground-default-l);
|
|
1176
|
+
--dt-badge-color-foreground-default-hsla: hsla(var(--dt-badge-color-foreground-default-h) var(--dt-badge-color-foreground-default-s) var(--dt-badge-color-foreground-default-l) / var(--alpha, 100%));
|
|
1177
|
+
--dt-badge-color-foreground-default: var(--dt-color-foreground-primary);
|
|
1178
|
+
--dt-badge-color-background-ai-h: 0;
|
|
1179
|
+
--dt-badge-color-background-ai-s: 0%;
|
|
1180
|
+
--dt-badge-color-background-ai-l: 0%;
|
|
1181
|
+
--dt-badge-color-background-ai-hsl: var(--dt-badge-color-background-ai-h) var(--dt-badge-color-background-ai-s) var(--dt-badge-color-background-ai-l);
|
|
1182
|
+
--dt-badge-color-background-ai-hsla: hsla(var(--dt-badge-color-background-ai-h) var(--dt-badge-color-background-ai-s) var(--dt-badge-color-background-ai-l) / var(--alpha, 100%));
|
|
1183
|
+
--dt-badge-color-background-ai: var(--dt-color-gradient-magenta-purple);
|
|
1184
|
+
--dt-badge-color-background-critical-h: 0;
|
|
1185
|
+
--dt-badge-color-background-critical-s: 0%;
|
|
1186
|
+
--dt-badge-color-background-critical-l: 0%;
|
|
1187
|
+
--dt-badge-color-background-critical-hsl: var(--dt-badge-color-background-critical-h) var(--dt-badge-color-background-critical-s) var(--dt-badge-color-background-critical-l);
|
|
1188
|
+
--dt-badge-color-background-critical-hsla: hsla(var(--dt-badge-color-background-critical-h) var(--dt-badge-color-background-critical-s) var(--dt-badge-color-background-critical-l) / var(--alpha, 100%));
|
|
1189
|
+
--dt-badge-color-background-critical: var(--dt-color-surface-critical);
|
|
1190
|
+
--dt-badge-color-background-warning-h: 0;
|
|
1191
|
+
--dt-badge-color-background-warning-s: 0%;
|
|
1192
|
+
--dt-badge-color-background-warning-l: 0%;
|
|
1193
|
+
--dt-badge-color-background-warning-hsl: var(--dt-badge-color-background-warning-h) var(--dt-badge-color-background-warning-s) var(--dt-badge-color-background-warning-l);
|
|
1194
|
+
--dt-badge-color-background-warning-hsla: hsla(var(--dt-badge-color-background-warning-h) var(--dt-badge-color-background-warning-s) var(--dt-badge-color-background-warning-l) / var(--alpha, 100%));
|
|
1195
|
+
--dt-badge-color-background-warning: var(--dt-color-surface-warning);
|
|
1196
|
+
--dt-badge-color-background-success-h: 0;
|
|
1197
|
+
--dt-badge-color-background-success-s: 0%;
|
|
1198
|
+
--dt-badge-color-background-success-l: 0%;
|
|
1199
|
+
--dt-badge-color-background-success-hsl: var(--dt-badge-color-background-success-h) var(--dt-badge-color-background-success-s) var(--dt-badge-color-background-success-l);
|
|
1200
|
+
--dt-badge-color-background-success-hsla: hsla(var(--dt-badge-color-background-success-h) var(--dt-badge-color-background-success-s) var(--dt-badge-color-background-success-l) / var(--alpha, 100%));
|
|
1201
|
+
--dt-badge-color-background-success: var(--dt-color-surface-success);
|
|
1202
|
+
--dt-badge-color-background-info-h: 0;
|
|
1203
|
+
--dt-badge-color-background-info-s: 0%;
|
|
1204
|
+
--dt-badge-color-background-info-l: 0%;
|
|
1205
|
+
--dt-badge-color-background-info-hsl: var(--dt-badge-color-background-info-h) var(--dt-badge-color-background-info-s) var(--dt-badge-color-background-info-l);
|
|
1206
|
+
--dt-badge-color-background-info-hsla: hsla(var(--dt-badge-color-background-info-h) var(--dt-badge-color-background-info-s) var(--dt-badge-color-background-info-l) / var(--alpha, 100%));
|
|
1207
|
+
--dt-badge-color-background-info: var(--dt-color-surface-info);
|
|
1208
|
+
--dt-badge-color-background-default-h: 0;
|
|
1209
|
+
--dt-badge-color-background-default-s: 0%;
|
|
1210
|
+
--dt-badge-color-background-default-l: 0%;
|
|
1211
|
+
--dt-badge-color-background-default-hsl: var(--dt-badge-color-background-default-h) var(--dt-badge-color-background-default-s) var(--dt-badge-color-background-default-l);
|
|
1212
|
+
--dt-badge-color-background-default-hsla: hsla(var(--dt-badge-color-background-default-h) var(--dt-badge-color-background-default-s) var(--dt-badge-color-background-default-l) / var(--alpha, 100%));
|
|
1213
|
+
--dt-badge-color-background-default: var(--dt-color-surface-moderate-opaque);
|
|
1214
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1215
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1216
|
+
--dt-theme-mention-color-foreground-strong-l: 0%;
|
|
1217
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1218
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1219
|
+
--dt-theme-mention-color-foreground-strong: var(--dt-color-foreground-primary-inverted);
|
|
1220
|
+
--dt-theme-sidebar-section-color-foreground-h: 0;
|
|
1221
|
+
--dt-theme-sidebar-section-color-foreground-s: 0%;
|
|
1222
|
+
--dt-theme-sidebar-section-color-foreground-l: 0%;
|
|
1223
|
+
--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l);
|
|
1224
|
+
--dt-theme-sidebar-section-color-foreground-hsla: hsla(var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l) / var(--alpha, 100%));
|
|
1225
|
+
--dt-theme-sidebar-section-color-foreground: var(--dt-color-foreground-tertiary);
|
|
1226
|
+
--dt-theme-sidebar-selected-row-color-background-h: 0;
|
|
1227
|
+
--dt-theme-sidebar-selected-row-color-background-s: 0%;
|
|
1228
|
+
--dt-theme-sidebar-selected-row-color-background-l: 90.2%;
|
|
1229
|
+
--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);
|
|
1230
|
+
--dt-theme-sidebar-selected-row-color-background-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 100%));
|
|
1231
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.2);
|
|
1232
|
+
--dt-theme-sidebar-selected-row-color-foreground-h: 0;
|
|
1233
|
+
--dt-theme-sidebar-selected-row-color-foreground-s: 0%;
|
|
1234
|
+
--dt-theme-sidebar-selected-row-color-foreground-l: 0%;
|
|
1235
|
+
--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l);
|
|
1236
|
+
--dt-theme-sidebar-selected-row-color-foreground-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l) / var(--alpha, 100%));
|
|
1237
|
+
--dt-theme-sidebar-selected-row-color-foreground: var(--dt-color-foreground-primary);
|
|
1238
|
+
--dt-theme-sidebar-row-color-background-active-h: 0;
|
|
1239
|
+
--dt-theme-sidebar-row-color-background-active-s: 0%;
|
|
1240
|
+
--dt-theme-sidebar-row-color-background-active-l: 90.2%;
|
|
1241
|
+
--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);
|
|
1242
|
+
--dt-theme-sidebar-row-color-background-active-hsla: hsla(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 100%));
|
|
1243
|
+
--dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.24);
|
|
1244
|
+
--dt-theme-sidebar-row-color-background-hover-h: 0;
|
|
1245
|
+
--dt-theme-sidebar-row-color-background-hover-s: 0%;
|
|
1246
|
+
--dt-theme-sidebar-row-color-background-hover-l: 90.2%;
|
|
1247
|
+
--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);
|
|
1248
|
+
--dt-theme-sidebar-row-color-background-hover-hsla: hsla(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 100%));
|
|
1249
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.18);
|
|
1250
|
+
--dt-theme-sidebar-row-color-background-h: 0;
|
|
1251
|
+
--dt-theme-sidebar-row-color-background-s: 0%;
|
|
1252
|
+
--dt-theme-sidebar-row-color-background-l: 90.2%;
|
|
1253
|
+
--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);
|
|
1254
|
+
--dt-theme-sidebar-row-color-background-hsla: hsla(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 100%));
|
|
1255
|
+
--dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
|
|
1256
|
+
--dt-theme-sidebar-status-color-foreground-h: 0;
|
|
1257
|
+
--dt-theme-sidebar-status-color-foreground-s: 0%;
|
|
1258
|
+
--dt-theme-sidebar-status-color-foreground-l: 0%;
|
|
1259
|
+
--dt-theme-sidebar-status-color-foreground-hsl: var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l);
|
|
1260
|
+
--dt-theme-sidebar-status-color-foreground-hsla: hsla(var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l) / var(--alpha, 100%));
|
|
1261
|
+
--dt-theme-sidebar-status-color-foreground: var(--dt-color-foreground-tertiary);
|
|
1262
|
+
--dt-theme-sidebar-color-foreground-unread-h: 0;
|
|
1263
|
+
--dt-theme-sidebar-color-foreground-unread-s: 0%;
|
|
1264
|
+
--dt-theme-sidebar-color-foreground-unread-l: 0%;
|
|
1265
|
+
--dt-theme-sidebar-color-foreground-unread-hsl: var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l);
|
|
1266
|
+
--dt-theme-sidebar-color-foreground-unread-hsla: hsla(var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l) / var(--alpha, 100%));
|
|
1267
|
+
--dt-theme-sidebar-color-foreground-unread: var(--dt-color-foreground-primary);
|
|
1268
|
+
--dt-theme-sidebar-color-foreground-h: 0;
|
|
1269
|
+
--dt-theme-sidebar-color-foreground-s: 0%;
|
|
1270
|
+
--dt-theme-sidebar-color-foreground-l: 0%;
|
|
1271
|
+
--dt-theme-sidebar-color-foreground-hsl: var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l);
|
|
1272
|
+
--dt-theme-sidebar-color-foreground-hsla: hsla(var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l) / var(--alpha, 100%));
|
|
1273
|
+
--dt-theme-sidebar-color-foreground: var(--dt-color-foreground-secondary);
|
|
1274
|
+
--dt-theme-topbar-profile-color-background-active-h: 0;
|
|
1275
|
+
--dt-theme-topbar-profile-color-background-active-s: 0%;
|
|
1276
|
+
--dt-theme-topbar-profile-color-background-active-l: 90.2%;
|
|
1277
|
+
--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);
|
|
1278
|
+
--dt-theme-topbar-profile-color-background-active-hsla: hsla(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 100%));
|
|
1279
|
+
--dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
|
|
1280
|
+
--dt-theme-topbar-profile-color-background-hover-h: 0;
|
|
1281
|
+
--dt-theme-topbar-profile-color-background-hover-s: 0%;
|
|
1282
|
+
--dt-theme-topbar-profile-color-background-hover-l: 90.2%;
|
|
1283
|
+
--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);
|
|
1284
|
+
--dt-theme-topbar-profile-color-background-hover-hsla: hsla(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 100%));
|
|
1285
|
+
--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
1286
|
+
--dt-theme-topbar-profile-color-background-inverted-h: 0;
|
|
1287
|
+
--dt-theme-topbar-profile-color-background-inverted-s: 0%;
|
|
1288
|
+
--dt-theme-topbar-profile-color-background-inverted-l: 90.2%;
|
|
1289
|
+
--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);
|
|
1290
|
+
--dt-theme-topbar-profile-color-background-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 100%));
|
|
1291
|
+
--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
|
|
1292
|
+
--dt-theme-topbar-profile-color-background-h: 0;
|
|
1293
|
+
--dt-theme-topbar-profile-color-background-s: 0%;
|
|
1294
|
+
--dt-theme-topbar-profile-color-background-l: 90.2%;
|
|
1295
|
+
--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);
|
|
1296
|
+
--dt-theme-topbar-profile-color-background-hsla: hsla(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 100%));
|
|
1297
|
+
--dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / 0.05);
|
|
1298
|
+
--dt-theme-topbar-profile-color-foreground-inverted-h: 0;
|
|
1299
|
+
--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;
|
|
1300
|
+
--dt-theme-topbar-profile-color-foreground-inverted-l: 0%;
|
|
1301
|
+
--dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);
|
|
1302
|
+
--dt-theme-topbar-profile-color-foreground-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 100%));
|
|
1303
|
+
--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
|
|
1304
|
+
--dt-theme-topbar-button-color-background-active-h: 0;
|
|
1305
|
+
--dt-theme-topbar-button-color-background-active-s: 0%;
|
|
1306
|
+
--dt-theme-topbar-button-color-background-active-l: 90.2%;
|
|
1307
|
+
--dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);
|
|
1308
|
+
--dt-theme-topbar-button-color-background-active-hsla: hsla(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 100%));
|
|
1309
|
+
--dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / 0.1);
|
|
1310
|
+
--dt-theme-topbar-button-color-background-hover-h: 0;
|
|
1311
|
+
--dt-theme-topbar-button-color-background-hover-s: 0%;
|
|
1312
|
+
--dt-theme-topbar-button-color-background-hover-l: 90.2%;
|
|
1313
|
+
--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);
|
|
1314
|
+
--dt-theme-topbar-button-color-background-hover-hsla: hsla(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 100%));
|
|
1315
|
+
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
1316
|
+
--dt-theme-topbar-button-color-background-h: 0;
|
|
1317
|
+
--dt-theme-topbar-button-color-background-s: 0%;
|
|
1318
|
+
--dt-theme-topbar-button-color-background-l: 90.2%;
|
|
1319
|
+
--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);
|
|
1320
|
+
--dt-theme-topbar-button-color-background-hsla: hsla(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 100%));
|
|
1321
|
+
--dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
|
|
1322
|
+
--dt-theme-topbar-button-color-foreground-hover-h: 0;
|
|
1323
|
+
--dt-theme-topbar-button-color-foreground-hover-s: 0%;
|
|
1324
|
+
--dt-theme-topbar-button-color-foreground-hover-l: 0%;
|
|
1325
|
+
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l);
|
|
1326
|
+
--dt-theme-topbar-button-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l) / var(--alpha, 100%));
|
|
1327
|
+
--dt-theme-topbar-button-color-foreground-hover: var(--dt-theme-color-base);
|
|
1328
|
+
--dt-theme-topbar-button-color-foreground-h: 0;
|
|
1329
|
+
--dt-theme-topbar-button-color-foreground-s: 0%;
|
|
1330
|
+
--dt-theme-topbar-button-color-foreground-l: 90.2%;
|
|
1331
|
+
--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);
|
|
1332
|
+
--dt-theme-topbar-button-color-foreground-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 100%));
|
|
1333
|
+
--dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
|
|
1334
|
+
--dt-theme-topbar-field-color-border-active-h: 0;
|
|
1335
|
+
--dt-theme-topbar-field-color-border-active-s: 0%;
|
|
1336
|
+
--dt-theme-topbar-field-color-border-active-l: 90.2%;
|
|
1337
|
+
--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);
|
|
1338
|
+
--dt-theme-topbar-field-color-border-active-hsla: hsla(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 100%));
|
|
1339
|
+
--dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
|
|
1340
|
+
--dt-theme-topbar-field-color-border-hover-h: 0;
|
|
1341
|
+
--dt-theme-topbar-field-color-border-hover-s: 0%;
|
|
1342
|
+
--dt-theme-topbar-field-color-border-hover-l: 90.2%;
|
|
1343
|
+
--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);
|
|
1344
|
+
--dt-theme-topbar-field-color-border-hover-hsla: hsla(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 100%));
|
|
1345
|
+
--dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
|
|
1346
|
+
--dt-theme-topbar-field-color-border-h: 0;
|
|
1347
|
+
--dt-theme-topbar-field-color-border-s: 0%;
|
|
1348
|
+
--dt-theme-topbar-field-color-border-l: 90.2%;
|
|
1349
|
+
--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);
|
|
1350
|
+
--dt-theme-topbar-field-color-border-hsla: hsla(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 100%));
|
|
1351
|
+
--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
1352
|
+
--dt-theme-topbar-field-color-background-h: 0;
|
|
1353
|
+
--dt-theme-topbar-field-color-background-s: 0%;
|
|
1354
|
+
--dt-theme-topbar-field-color-background-l: 90.2%;
|
|
1355
|
+
--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);
|
|
1356
|
+
--dt-theme-topbar-field-color-background-hsla: hsla(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 100%));
|
|
1357
|
+
--dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
|
|
1358
|
+
--dt-theme-topbar-field-color-foreground-hover-h: 0;
|
|
1359
|
+
--dt-theme-topbar-field-color-foreground-hover-s: 0%;
|
|
1360
|
+
--dt-theme-topbar-field-color-foreground-hover-l: 90.2%;
|
|
1361
|
+
--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);
|
|
1362
|
+
--dt-theme-topbar-field-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 100%));
|
|
1363
|
+
--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
|
|
1364
|
+
--dt-theme-topbar-field-color-foreground-h: 0;
|
|
1365
|
+
--dt-theme-topbar-field-color-foreground-s: 0%;
|
|
1366
|
+
--dt-theme-topbar-field-color-foreground-l: 90.2%;
|
|
1367
|
+
--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);
|
|
1368
|
+
--dt-theme-topbar-field-color-foreground-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 100%));
|
|
1369
|
+
--dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
|
|
1370
|
+
--dt-theme-topbar-color-background-h: 0;
|
|
1371
|
+
--dt-theme-topbar-color-background-s: 0%;
|
|
1372
|
+
--dt-theme-topbar-color-background-l: 0%;
|
|
1373
|
+
--dt-theme-topbar-color-background-hsl: var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l);
|
|
1374
|
+
--dt-theme-topbar-color-background-hsla: hsla(var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l) / var(--alpha, 100%));
|
|
1375
|
+
--dt-theme-topbar-color-background: var(--dt-color-surface-secondary);
|
|
1376
|
+
--dt-theme-topbar-color-foreground-h: 0;
|
|
1377
|
+
--dt-theme-topbar-color-foreground-s: 0%;
|
|
1378
|
+
--dt-theme-topbar-color-foreground-l: 90.2%;
|
|
1379
|
+
--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);
|
|
1380
|
+
--dt-theme-topbar-color-foreground-hsla: hsla(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 100%));
|
|
1381
|
+
--dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.75);
|
|
1382
|
+
--dt-action-color-border-muted-outlined-default-h: 0;
|
|
1383
|
+
--dt-action-color-border-muted-outlined-default-s: 0%;
|
|
1384
|
+
--dt-action-color-border-muted-outlined-default-l: 0%;
|
|
1385
|
+
--dt-action-color-border-muted-outlined-default-hsl: var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l);
|
|
1386
|
+
--dt-action-color-border-muted-outlined-default-hsla: hsla(var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l) / var(--alpha, 100%));
|
|
1387
|
+
--dt-action-color-border-muted-outlined-default: var(--dt-color-border-moderate);
|
|
1388
|
+
--dt-action-color-border-inverted-outlined-default-h: 0;
|
|
1389
|
+
--dt-action-color-border-inverted-outlined-default-s: 0%;
|
|
1390
|
+
--dt-action-color-border-inverted-outlined-default-l: 0%;
|
|
1391
|
+
--dt-action-color-border-inverted-outlined-default-hsl: var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l);
|
|
1392
|
+
--dt-action-color-border-inverted-outlined-default-hsla: hsla(var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l) / var(--alpha, 100%));
|
|
1393
|
+
--dt-action-color-border-inverted-outlined-default: var(--dt-color-border-moderate-inverted);
|
|
1394
|
+
--dt-action-color-border-critical-outlined-default-h: 0;
|
|
1395
|
+
--dt-action-color-border-critical-outlined-default-s: 0%;
|
|
1396
|
+
--dt-action-color-border-critical-outlined-default-l: 0%;
|
|
1397
|
+
--dt-action-color-border-critical-outlined-default-hsl: var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l);
|
|
1398
|
+
--dt-action-color-border-critical-outlined-default-hsla: hsla(var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l) / var(--alpha, 100%));
|
|
1399
|
+
--dt-action-color-border-critical-outlined-default: var(--dt-color-border-critical);
|
|
1400
|
+
--dt-action-color-background-positive-primary-active-h: 111.99999999999999;
|
|
1401
|
+
--dt-action-color-background-positive-primary-active-s: 100%;
|
|
1402
|
+
--dt-action-color-background-positive-primary-active-l: 68.8%;
|
|
1403
|
+
--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l);
|
|
1404
|
+
--dt-action-color-background-positive-primary-active-hsla: hsla(var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l) / var(--alpha, 100%));
|
|
1405
|
+
--dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
|
|
1406
|
+
--dt-action-color-background-positive-primary-hover-h: 111.99999999999999;
|
|
1407
|
+
--dt-action-color-background-positive-primary-hover-s: 100%;
|
|
1408
|
+
--dt-action-color-background-positive-primary-hover-l: 73.8%;
|
|
1409
|
+
--dt-action-color-background-positive-primary-hover-hsl: var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l);
|
|
1410
|
+
--dt-action-color-background-positive-primary-hover-hsla: hsla(var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l) / var(--alpha, 100%));
|
|
1411
|
+
--dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);
|
|
1412
|
+
--dt-action-color-background-inverted-primary-default-h: 0;
|
|
1413
|
+
--dt-action-color-background-inverted-primary-default-s: 0%;
|
|
1414
|
+
--dt-action-color-background-inverted-primary-default-l: 0%;
|
|
1415
|
+
--dt-action-color-background-inverted-primary-default-hsl: var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l);
|
|
1416
|
+
--dt-action-color-background-inverted-primary-default-hsla: hsla(var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l) / var(--alpha, 100%));
|
|
1417
|
+
--dt-action-color-background-inverted-primary-default: var(--dt-color-surface-primary);
|
|
1418
|
+
--dt-action-color-background-inverted-active-h: 0;
|
|
1419
|
+
--dt-action-color-background-inverted-active-s: 0%;
|
|
1420
|
+
--dt-action-color-background-inverted-active-l: 12%;
|
|
1421
|
+
--dt-action-color-background-inverted-active-hsl: var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l);
|
|
1422
|
+
--dt-action-color-background-inverted-active-hsla: hsla(var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l) / var(--alpha, 100%));
|
|
1423
|
+
--dt-action-color-background-inverted-active: hsl(0 0% 12% / 0.3);
|
|
1424
|
+
--dt-action-color-background-inverted-hover-h: 0;
|
|
1425
|
+
--dt-action-color-background-inverted-hover-s: 0%;
|
|
1426
|
+
--dt-action-color-background-inverted-hover-l: 12%;
|
|
1427
|
+
--dt-action-color-background-inverted-hover-hsl: var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l);
|
|
1428
|
+
--dt-action-color-background-inverted-hover-hsla: hsla(var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l) / var(--alpha, 100%));
|
|
1429
|
+
--dt-action-color-background-inverted-hover: hsl(0 0% 12% / 0.15);
|
|
1430
|
+
--dt-action-color-background-critical-primary-active-h: 0;
|
|
1431
|
+
--dt-action-color-background-critical-primary-active-s: 88.79999999999998%;
|
|
1432
|
+
--dt-action-color-background-critical-primary-active-l: 43.1%;
|
|
1433
|
+
--dt-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l);
|
|
1434
|
+
--dt-action-color-background-critical-primary-active-hsla: hsla(var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l) / var(--alpha, 100%));
|
|
1435
|
+
--dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);
|
|
1436
|
+
--dt-action-color-background-critical-primary-hover-h: 0;
|
|
1437
|
+
--dt-action-color-background-critical-primary-hover-s: 88.8%;
|
|
1438
|
+
--dt-action-color-background-critical-primary-hover-l: 45.1%;
|
|
1439
|
+
--dt-action-color-background-critical-primary-hover-hsl: var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l);
|
|
1440
|
+
--dt-action-color-background-critical-primary-hover-hsla: hsla(var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l) / var(--alpha, 100%));
|
|
1441
|
+
--dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);
|
|
1442
|
+
--dt-action-color-background-base-primary-active-h: 255.00000000000006;
|
|
1443
|
+
--dt-action-color-background-base-primary-active-s: 100%;
|
|
1444
|
+
--dt-action-color-background-base-primary-active-l: 60.8%;
|
|
1445
|
+
--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l);
|
|
1446
|
+
--dt-action-color-background-base-primary-active-hsla: hsla(var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l) / var(--alpha, 100%));
|
|
1447
|
+
--dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);
|
|
1448
|
+
--dt-action-color-background-base-primary-hover-h: 255;
|
|
1449
|
+
--dt-action-color-background-base-primary-hover-s: 100%;
|
|
1450
|
+
--dt-action-color-background-base-primary-hover-l: 63.40000000000001%;
|
|
1451
|
+
--dt-action-color-background-base-primary-hover-hsl: var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l);
|
|
1452
|
+
--dt-action-color-background-base-primary-hover-hsla: hsla(var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l) / var(--alpha, 100%));
|
|
1453
|
+
--dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);
|
|
1454
|
+
--dt-action-color-foreground-positive-default-h: 0;
|
|
1455
|
+
--dt-action-color-foreground-positive-default-s: 0%;
|
|
1456
|
+
--dt-action-color-foreground-positive-default-l: 0%;
|
|
1457
|
+
--dt-action-color-foreground-positive-default-hsl: var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l);
|
|
1458
|
+
--dt-action-color-foreground-positive-default-hsla: hsla(var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l) / var(--alpha, 100%));
|
|
1459
|
+
--dt-action-color-foreground-positive-default: var(--dt-color-foreground-success);
|
|
1460
|
+
--dt-action-color-foreground-disabled-default-h: 0;
|
|
1461
|
+
--dt-action-color-foreground-disabled-default-s: 0%;
|
|
1462
|
+
--dt-action-color-foreground-disabled-default-l: 0%;
|
|
1463
|
+
--dt-action-color-foreground-disabled-default-hsl: var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l);
|
|
1464
|
+
--dt-action-color-foreground-disabled-default-hsla: hsla(var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l) / var(--alpha, 100%));
|
|
1465
|
+
--dt-action-color-foreground-disabled-default: var(--dt-color-foreground-disabled);
|
|
1466
|
+
--dt-action-color-foreground-muted-default-h: 0;
|
|
1467
|
+
--dt-action-color-foreground-muted-default-s: 0%;
|
|
1468
|
+
--dt-action-color-foreground-muted-default-l: 0%;
|
|
1469
|
+
--dt-action-color-foreground-muted-default-hsl: var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l);
|
|
1470
|
+
--dt-action-color-foreground-muted-default-hsla: hsla(var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l) / var(--alpha, 100%));
|
|
1471
|
+
--dt-action-color-foreground-muted-default: var(--dt-color-foreground-secondary);
|
|
1472
|
+
--dt-action-color-foreground-inverted-primary-active-h: 0;
|
|
1473
|
+
--dt-action-color-foreground-inverted-primary-active-s: 0%;
|
|
1474
|
+
--dt-action-color-foreground-inverted-primary-active-l: 0%;
|
|
1475
|
+
--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l);
|
|
1476
|
+
--dt-action-color-foreground-inverted-primary-active-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l) / var(--alpha, 100%));
|
|
1477
|
+
--dt-action-color-foreground-inverted-primary-active: var(--dt-action-color-foreground-inverted-primary-hover);
|
|
1478
|
+
--dt-action-color-foreground-inverted-default-h: 0;
|
|
1479
|
+
--dt-action-color-foreground-inverted-default-s: 0%;
|
|
1480
|
+
--dt-action-color-foreground-inverted-default-l: 0%;
|
|
1481
|
+
--dt-action-color-foreground-inverted-default-hsl: var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l);
|
|
1482
|
+
--dt-action-color-foreground-inverted-default-hsla: hsla(var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l) / var(--alpha, 100%));
|
|
1483
|
+
--dt-action-color-foreground-inverted-default: var(--dt-color-foreground-primary-inverted);
|
|
1484
|
+
--dt-action-color-foreground-critical-hover-h: 0;
|
|
1485
|
+
--dt-action-color-foreground-critical-hover-s: 0%;
|
|
1486
|
+
--dt-action-color-foreground-critical-hover-l: 0%;
|
|
1487
|
+
--dt-action-color-foreground-critical-hover-hsl: var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l);
|
|
1488
|
+
--dt-action-color-foreground-critical-hover-hsla: hsla(var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l) / var(--alpha, 100%));
|
|
1489
|
+
--dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);
|
|
1490
|
+
--dt-action-color-foreground-critical-default-h: 0;
|
|
1491
|
+
--dt-action-color-foreground-critical-default-s: 0%;
|
|
1492
|
+
--dt-action-color-foreground-critical-default-l: 0%;
|
|
1493
|
+
--dt-action-color-foreground-critical-default-hsl: var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l);
|
|
1494
|
+
--dt-action-color-foreground-critical-default-hsla: hsla(var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l) / var(--alpha, 100%));
|
|
1495
|
+
--dt-action-color-foreground-critical-default: var(--dt-color-foreground-critical);
|
|
1496
|
+
--dt-action-color-foreground-base-hover-h: 0;
|
|
1497
|
+
--dt-action-color-foreground-base-hover-s: 0%;
|
|
1498
|
+
--dt-action-color-foreground-base-hover-l: 0%;
|
|
1499
|
+
--dt-action-color-foreground-base-hover-hsl: var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l);
|
|
1500
|
+
--dt-action-color-foreground-base-hover-hsla: hsla(var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l) / var(--alpha, 100%));
|
|
1501
|
+
--dt-action-color-foreground-base-hover: lch(69.4 56.1 303);
|
|
1502
|
+
--dt-inputs-color-border-warning-h: 0;
|
|
1503
|
+
--dt-inputs-color-border-warning-s: 0%;
|
|
1504
|
+
--dt-inputs-color-border-warning-l: 0%;
|
|
1505
|
+
--dt-inputs-color-border-warning-hsl: var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l);
|
|
1506
|
+
--dt-inputs-color-border-warning-hsla: hsla(var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l) / var(--alpha, 100%));
|
|
1507
|
+
--dt-inputs-color-border-warning: var(--dt-color-border-warning);
|
|
1508
|
+
--dt-inputs-color-border-success-h: 0;
|
|
1509
|
+
--dt-inputs-color-border-success-s: 0%;
|
|
1510
|
+
--dt-inputs-color-border-success-l: 0%;
|
|
1511
|
+
--dt-inputs-color-border-success-hsl: var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l);
|
|
1512
|
+
--dt-inputs-color-border-success-hsla: hsla(var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l) / var(--alpha, 100%));
|
|
1513
|
+
--dt-inputs-color-border-success: var(--dt-color-border-success);
|
|
1514
|
+
--dt-inputs-color-border-critical-h: 0;
|
|
1515
|
+
--dt-inputs-color-border-critical-s: 0%;
|
|
1516
|
+
--dt-inputs-color-border-critical-l: 0%;
|
|
1517
|
+
--dt-inputs-color-border-critical-hsl: var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l);
|
|
1518
|
+
--dt-inputs-color-border-critical-hsla: hsla(var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l) / var(--alpha, 100%));
|
|
1519
|
+
--dt-inputs-color-border-critical: var(--dt-color-border-critical);
|
|
1520
|
+
--dt-inputs-color-border-focus-h: 0;
|
|
1521
|
+
--dt-inputs-color-border-focus-s: 0%;
|
|
1522
|
+
--dt-inputs-color-border-focus-l: 0%;
|
|
1523
|
+
--dt-inputs-color-border-focus-hsl: var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l);
|
|
1524
|
+
--dt-inputs-color-border-focus-hsla: hsla(var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l) / var(--alpha, 100%));
|
|
1525
|
+
--dt-inputs-color-border-focus: var(--dt-color-border-focus);
|
|
1526
|
+
--dt-inputs-color-border-default-h: 0;
|
|
1527
|
+
--dt-inputs-color-border-default-s: 0%;
|
|
1528
|
+
--dt-inputs-color-border-default-l: 0%;
|
|
1529
|
+
--dt-inputs-color-border-default-hsl: var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l);
|
|
1530
|
+
--dt-inputs-color-border-default-hsla: hsla(var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l) / var(--alpha, 100%));
|
|
1531
|
+
--dt-inputs-color-border-default: var(--dt-color-border-subtle);
|
|
1532
|
+
--dt-inputs-color-foreground-disabled-h: 0;
|
|
1533
|
+
--dt-inputs-color-foreground-disabled-s: 0%;
|
|
1534
|
+
--dt-inputs-color-foreground-disabled-l: 0%;
|
|
1535
|
+
--dt-inputs-color-foreground-disabled-hsl: var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l);
|
|
1536
|
+
--dt-inputs-color-foreground-disabled-hsla: hsla(var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l) / var(--alpha, 100%));
|
|
1537
|
+
--dt-inputs-color-foreground-disabled: var(--dt-color-foreground-disabled);
|
|
1538
|
+
--dt-inputs-color-foreground-placeholder-h: 0;
|
|
1539
|
+
--dt-inputs-color-foreground-placeholder-s: 0%;
|
|
1540
|
+
--dt-inputs-color-foreground-placeholder-l: 0%;
|
|
1541
|
+
--dt-inputs-color-foreground-placeholder-hsl: var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l);
|
|
1542
|
+
--dt-inputs-color-foreground-placeholder-hsla: hsla(var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l) / var(--alpha, 100%));
|
|
1543
|
+
--dt-inputs-color-foreground-placeholder: var(--dt-color-foreground-placeholder);
|
|
1544
|
+
--dt-inputs-color-foreground-default-h: 0;
|
|
1545
|
+
--dt-inputs-color-foreground-default-s: 0%;
|
|
1546
|
+
--dt-inputs-color-foreground-default-l: 0%;
|
|
1547
|
+
--dt-inputs-color-foreground-default-hsl: var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l);
|
|
1548
|
+
--dt-inputs-color-foreground-default-hsla: hsla(var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l) / var(--alpha, 100%));
|
|
1549
|
+
--dt-inputs-color-foreground-default: var(--dt-color-foreground-primary);
|
|
1550
|
+
--dt-inputs-font-size-xl: var(--dt-font-size-400); /* Font size for extra large inputs (e.g. input and textarea) */
|
|
1551
|
+
--dt-inputs-font-size-lg: var(--dt-font-size-300); /* Font size for large inputs (e.g. input and textarea) */
|
|
1552
|
+
--dt-inputs-font-size-md: var(--dt-font-size-200); /* Font size for medium inputs (e.g. input and textarea) */
|
|
1553
|
+
--dt-inputs-font-size-sm: var(--dt-font-size-100); /* Font size for small inputs (e.g. input and textarea) */
|
|
1554
|
+
--dt-inputs-font-size-xs: var(--dt-font-size-100); /* Font size for extra small inputs (e.g. input and textarea) */
|
|
1555
|
+
--dt-typography-button-xl-line-height: var(--dt-button-line-height-xl); /* Text style for extra large button */
|
|
1556
|
+
--dt-typography-button-xl-font-weight: var(--dt-button-font-weight-xl); /* Text style for extra large button */
|
|
1557
|
+
--dt-typography-button-lg-line-height: var(--dt-button-line-height-lg); /* Text style for large button */
|
|
1558
|
+
--dt-typography-button-lg-font-weight: var(--dt-button-font-weight-lg); /* Text style for large button */
|
|
1559
|
+
--dt-typography-button-md-line-height: var(--dt-button-line-height-md); /* Text style for medium button */
|
|
1560
|
+
--dt-typography-button-md-font-weight: var(--dt-button-font-weight-md); /* Text style for medium button */
|
|
1561
|
+
--dt-typography-button-sm-line-height: var(--dt-button-line-height-sm); /* Text style for small button */
|
|
1562
|
+
--dt-typography-button-sm-font-weight: var(--dt-button-font-weight-sm); /* Text style for small button */
|
|
1563
|
+
--dt-typography-button-xs-line-height: var(--dt-button-line-height-xs); /* Text style for extra small button */
|
|
1564
|
+
--dt-typography-button-xs-font-weight: var(--dt-button-font-weight-xs); /* Text style for extra small button */
|
|
1565
|
+
--dt-typography-inputs-xl-line-height: var(--dt-inputs-line-height-xl); /* Text style for extra large inputs (e.g. input and textarea) */
|
|
1566
|
+
--dt-typography-inputs-xl-font-weight: var(--dt-inputs-font-weight-xl); /* Text style for extra large inputs (e.g. input and textarea) */
|
|
1567
|
+
--dt-typography-inputs-lg-line-height: var(--dt-inputs-line-height-lg); /* Text style for large inputs (e.g. input and textarea) */
|
|
1568
|
+
--dt-typography-inputs-lg-font-weight: var(--dt-inputs-font-weight-lg); /* Text style for large inputs (e.g. input and textarea) */
|
|
1569
|
+
--dt-typography-inputs-md-line-height: var(--dt-inputs-line-height-md); /* Text style for medium inputs (e.g. input and textarea) */
|
|
1570
|
+
--dt-typography-inputs-md-font-weight: var(--dt-inputs-font-weight-md); /* Text style for medium inputs (e.g. input and textarea) */
|
|
1571
|
+
--dt-typography-inputs-sm-line-height: var(--dt-inputs-line-height-sm); /* Text style for small inputs (e.g. input and textarea) */
|
|
1572
|
+
--dt-typography-inputs-sm-font-weight: var(--dt-inputs-font-weight-sm); /* Text style for small inputs (e.g. input and textarea) */
|
|
1573
|
+
--dt-typography-inputs-xs-line-height: var(--dt-inputs-line-height-xs); /* Text style for extra small inputs (e.g. input and textarea) */
|
|
1574
|
+
--dt-typography-inputs-xs-font-weight: var(--dt-inputs-font-weight-xs); /* Text style for extra small inputs (e.g. input and textarea) */
|
|
1575
|
+
--dt-typography-code-sm-font-size: var(--dt-font-size-100); /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
1576
|
+
--dt-typography-code-md-font-size: var(--dt-font-size-200); /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
1577
|
+
--dt-typography-helper-sm-font-size: var(--dt-font-size-100); /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
1578
|
+
--dt-typography-helper-md-font-size: var(--dt-font-size-200); /* Base default medium-sized text style for supplementary contextual information. */
|
|
1579
|
+
--dt-typography-label-sm-plain-compact-font-size: var(--dt-font-size-100); /* A non-bolded, tighter-spaced version of small label style. */
|
|
1580
|
+
--dt-typography-label-sm-plain-font-size: var(--dt-font-size-100); /* A non-bold version of small label style. */
|
|
1581
|
+
--dt-typography-label-sm-compact-font-size: var(--dt-font-size-100); /* A tighter-spaced version of small label style. */
|
|
1582
|
+
--dt-typography-label-sm-font-size: var(--dt-font-size-100); /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
1583
|
+
--dt-typography-label-md-plain-compact-font-size: var(--dt-font-size-200); /* A non-bolded, tighter-spaced version of medium label style. */
|
|
1584
|
+
--dt-typography-label-md-plain-font-size: var(--dt-font-size-200); /* A non-bold version of medium label style. */
|
|
1585
|
+
--dt-typography-label-md-compact-font-size: var(--dt-font-size-200); /* A tighter-spaced version of medium label style. */
|
|
1586
|
+
--dt-typography-label-md-font-size: var(--dt-font-size-200); /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
1587
|
+
--dt-typography-headline-xxl-compact-font-size: var(--dt-font-size-500); /* A tighter-spaced version of extra extra large headline style. */
|
|
1588
|
+
--dt-typography-headline-xxl-font-size: var(--dt-font-size-500); /* Largest text style for extra extra large content. */
|
|
1589
|
+
--dt-typography-headline-xl-compact-font-size: var(--dt-font-size-400); /* A tighter-spaced version of extra large headline style. */
|
|
1590
|
+
--dt-typography-headline-xl-font-size: var(--dt-font-size-400); /* Extra large text style for high importance headlines. */
|
|
1591
|
+
--dt-typography-headline-lg-soft-compact-font-size: var(--dt-font-size-300); /* A softer font weight, tighter spaced version of large headline style. */
|
|
1592
|
+
--dt-typography-headline-lg-compact-font-size: var(--dt-font-size-300); /* A tighter-spaced version of large body style. */
|
|
1593
|
+
--dt-typography-headline-lg-soft-font-size: var(--dt-font-size-300); /* A softer font weight version of large headline style. */
|
|
1594
|
+
--dt-typography-headline-lg-font-size: var(--dt-font-size-300); /* Large text style for headlines to attract attention. */
|
|
1595
|
+
--dt-typography-headline-md-compact-font-size: var(--dt-font-size-200); /* A tighter-spaced version of medium headline style. */
|
|
1596
|
+
--dt-typography-headline-md-font-size: var(--dt-font-size-200); /* Medium-sized base text style for headlines. */
|
|
1597
|
+
--dt-typography-headline-sm-soft-compact-font-size: var(--dt-font-size-100); /* A softer font weight, tighter-spaced version of small headline style. */
|
|
1598
|
+
--dt-typography-headline-sm-soft-font-size: var(--dt-font-size-100); /* A softer font weight version of small headline style. */
|
|
1599
|
+
--dt-typography-headline-sm-compact-font-size: var(--dt-font-size-100); /* A tighter-spaced version of small headline style. */
|
|
1600
|
+
--dt-typography-headline-sm-font-size: var(--dt-font-size-100); /* Smaller text size for secondary information or subheadings. */
|
|
1601
|
+
--dt-typography-headline-eyebrow-font-size: var(--dt-font-size-100); /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
1602
|
+
--dt-typography-body-sm-compact-font-size: var(--dt-font-size-100); /* A tighter-spaced version of small body style. */
|
|
1603
|
+
--dt-typography-body-sm-font-size: var(--dt-font-size-100); /* Reduced small text style for less prominent or adjacent content. */
|
|
1604
|
+
--dt-typography-body-md-compact-font-size: var(--dt-font-size-200); /* A tighter-spaced version of medium body style. */
|
|
1605
|
+
--dt-typography-body-md-font-size: var(--dt-font-size-200); /* Base default medium text style for main content. */
|
|
1606
|
+
--dt-color-border-ai-h: 0;
|
|
1607
|
+
--dt-color-border-ai-s: 0%;
|
|
1608
|
+
--dt-color-border-ai-l: 0%;
|
|
1609
|
+
--dt-color-border-ai-hsl: var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l);
|
|
1610
|
+
--dt-color-border-ai-hsla: hsla(var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l) / var(--alpha, 100%));
|
|
1611
|
+
--dt-color-border-ai: var(--dt-color-gradient-magenta-purple);
|
|
1612
|
+
--dt-color-surface-info-subtle-opaque-h: 213.20966997513474;
|
|
1613
|
+
--dt-color-surface-info-subtle-opaque-s: 96.9787556672879%;
|
|
1614
|
+
--dt-color-surface-info-subtle-opaque-l: 12.97997843137255%;
|
|
1615
|
+
--dt-color-surface-info-subtle-opaque-hsl: var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l);
|
|
1616
|
+
--dt-color-surface-info-subtle-opaque-hsla: hsla(var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l) / var(--alpha, 100%));
|
|
1617
|
+
--dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5);
|
|
1618
|
+
--dt-color-surface-success-subtle-opaque-h: 136;
|
|
1619
|
+
--dt-color-surface-success-subtle-opaque-s: 59.09999999999999%;
|
|
1620
|
+
--dt-color-surface-success-subtle-opaque-l: 8.63%;
|
|
1621
|
+
--dt-color-surface-success-subtle-opaque-hsl: var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l);
|
|
1622
|
+
--dt-color-surface-success-subtle-opaque-hsla: hsla(var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l) / var(--alpha, 100%));
|
|
1623
|
+
--dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5);
|
|
1624
|
+
--dt-color-surface-warning-subtle-opaque-h: 35.7;
|
|
1625
|
+
--dt-color-surface-warning-subtle-opaque-s: 88.29999999999998%;
|
|
1626
|
+
--dt-color-surface-warning-subtle-opaque-l: 13.4%;
|
|
1627
|
+
--dt-color-surface-warning-subtle-opaque-hsl: var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l);
|
|
1628
|
+
--dt-color-surface-warning-subtle-opaque-hsla: hsla(var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l) / var(--alpha, 100%));
|
|
1629
|
+
--dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5);
|
|
1630
|
+
--dt-color-surface-critical-subtle-opaque-h: 0;
|
|
1631
|
+
--dt-color-surface-critical-subtle-opaque-s: 89.60000000000001%;
|
|
1632
|
+
--dt-color-surface-critical-subtle-opaque-l: 9.41%;
|
|
1633
|
+
--dt-color-surface-critical-subtle-opaque-hsl: var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l);
|
|
1634
|
+
--dt-color-surface-critical-subtle-opaque-hsla: hsla(var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l) / var(--alpha, 100%));
|
|
1635
|
+
--dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5);
|
|
1636
|
+
--dt-color-link-success-inverted-hover-h: 0;
|
|
1637
|
+
--dt-color-link-success-inverted-hover-s: 0%;
|
|
1638
|
+
--dt-color-link-success-inverted-hover-l: 0%;
|
|
1639
|
+
--dt-color-link-success-inverted-hover-hsl: var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l);
|
|
1640
|
+
--dt-color-link-success-inverted-hover-hsla: hsla(var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l) / var(--alpha, 100%));
|
|
1641
|
+
--dt-color-link-success-inverted-hover: var(--dt-color-foreground-success-strong-inverted);
|
|
1642
|
+
--dt-color-link-muted-hover-h: 0;
|
|
1643
|
+
--dt-color-link-muted-hover-s: 0%;
|
|
1644
|
+
--dt-color-link-muted-hover-l: 0%;
|
|
1645
|
+
--dt-color-link-muted-hover-hsl: var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l);
|
|
1646
|
+
--dt-color-link-muted-hover-hsla: hsla(var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l) / var(--alpha, 100%));
|
|
1647
|
+
--dt-color-link-muted-hover: var(--dt-color-foreground-primary);
|
|
1648
|
+
--dt-color-link-disabled-inverted-h: 0;
|
|
1649
|
+
--dt-color-link-disabled-inverted-s: 0%;
|
|
1650
|
+
--dt-color-link-disabled-inverted-l: 0%;
|
|
1651
|
+
--dt-color-link-disabled-inverted-hsl: var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l);
|
|
1652
|
+
--dt-color-link-disabled-inverted-hsla: hsla(var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l) / var(--alpha, 100%));
|
|
1653
|
+
--dt-color-link-disabled-inverted: var(--dt-color-foreground-disabled-inverted);
|
|
1654
|
+
--dt-color-link-muted-inverted-h: 0;
|
|
1655
|
+
--dt-color-link-muted-inverted-s: 0%;
|
|
1656
|
+
--dt-color-link-muted-inverted-l: 0%;
|
|
1657
|
+
--dt-color-link-muted-inverted-hsl: var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l);
|
|
1658
|
+
--dt-color-link-muted-inverted-hsla: hsla(var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l) / var(--alpha, 100%));
|
|
1659
|
+
--dt-color-link-muted-inverted: var(--dt-color-foreground-secondary-inverted);
|
|
1660
|
+
--dt-color-link-warning-inverted-h: 0;
|
|
1661
|
+
--dt-color-link-warning-inverted-s: 0%;
|
|
1662
|
+
--dt-color-link-warning-inverted-l: 0%;
|
|
1663
|
+
--dt-color-link-warning-inverted-hsl: var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l);
|
|
1664
|
+
--dt-color-link-warning-inverted-hsla: hsla(var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l) / var(--alpha, 100%));
|
|
1665
|
+
--dt-color-link-warning-inverted: var(--dt-color-foreground-warning-inverted);
|
|
1666
|
+
--dt-color-link-success-inverted-h: 0;
|
|
1667
|
+
--dt-color-link-success-inverted-s: 0%;
|
|
1668
|
+
--dt-color-link-success-inverted-l: 0%;
|
|
1669
|
+
--dt-color-link-success-inverted-hsl: var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l);
|
|
1670
|
+
--dt-color-link-success-inverted-hsla: hsla(var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l) / var(--alpha, 100%));
|
|
1671
|
+
--dt-color-link-success-inverted: var(--dt-color-foreground-success-inverted);
|
|
1672
|
+
--dt-color-link-critical-inverted-h: 0;
|
|
1673
|
+
--dt-color-link-critical-inverted-s: 0%;
|
|
1674
|
+
--dt-color-link-critical-inverted-l: 0%;
|
|
1675
|
+
--dt-color-link-critical-inverted-hsl: var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l);
|
|
1676
|
+
--dt-color-link-critical-inverted-hsla: hsla(var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l) / var(--alpha, 100%));
|
|
1677
|
+
--dt-color-link-critical-inverted: var(--dt-color-foreground-critical-inverted);
|
|
1678
|
+
--dt-color-link-disabled-h: 0;
|
|
1679
|
+
--dt-color-link-disabled-s: 0%;
|
|
1680
|
+
--dt-color-link-disabled-l: 0%;
|
|
1681
|
+
--dt-color-link-disabled-hsl: var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l);
|
|
1682
|
+
--dt-color-link-disabled-hsla: hsla(var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l) / var(--alpha, 100%));
|
|
1683
|
+
--dt-color-link-disabled: var(--dt-color-foreground-disabled);
|
|
1684
|
+
--dt-color-link-muted-h: 0;
|
|
1685
|
+
--dt-color-link-muted-s: 0%;
|
|
1686
|
+
--dt-color-link-muted-l: 0%;
|
|
1687
|
+
--dt-color-link-muted-hsl: var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l);
|
|
1688
|
+
--dt-color-link-muted-hsla: hsla(var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l) / var(--alpha, 100%));
|
|
1689
|
+
--dt-color-link-muted: var(--dt-color-foreground-secondary);
|
|
1690
|
+
--dt-color-link-warning-h: 0;
|
|
1691
|
+
--dt-color-link-warning-s: 0%;
|
|
1692
|
+
--dt-color-link-warning-l: 0%;
|
|
1693
|
+
--dt-color-link-warning-hsl: var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l);
|
|
1694
|
+
--dt-color-link-warning-hsla: hsla(var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l) / var(--alpha, 100%));
|
|
1695
|
+
--dt-color-link-warning: var(--dt-color-foreground-warning);
|
|
1696
|
+
--dt-color-link-success-h: 0;
|
|
1697
|
+
--dt-color-link-success-s: 0%;
|
|
1698
|
+
--dt-color-link-success-l: 0%;
|
|
1699
|
+
--dt-color-link-success-hsl: var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l);
|
|
1700
|
+
--dt-color-link-success-hsla: hsla(var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l) / var(--alpha, 100%));
|
|
1701
|
+
--dt-color-link-success: var(--dt-color-foreground-success); /* positive */
|
|
1702
|
+
--dt-color-link-critical-h: 0;
|
|
1703
|
+
--dt-color-link-critical-s: 0%;
|
|
1704
|
+
--dt-color-link-critical-l: 0%;
|
|
1705
|
+
--dt-color-link-critical-hsl: var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l);
|
|
1706
|
+
--dt-color-link-critical-hsla: hsla(var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l) / var(--alpha, 100%));
|
|
1707
|
+
--dt-color-link-critical: var(--dt-color-foreground-critical);
|
|
1708
|
+
--dt-color-foreground-success-strong-h: 112;
|
|
1709
|
+
--dt-color-foreground-success-strong-s: 100%;
|
|
1710
|
+
--dt-color-foreground-success-strong-l: 88.3%;
|
|
1711
|
+
--dt-color-foreground-success-strong-hsl: var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l);
|
|
1712
|
+
--dt-color-foreground-success-strong-hsla: hsla(var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l) / var(--alpha, 100%));
|
|
1713
|
+
--dt-color-foreground-success-strong: hsl(112 100% 88.3%);
|
|
1714
|
+
--dt-color-foreground-critical-strong-h: 0;
|
|
1715
|
+
--dt-color-foreground-critical-strong-s: 100%;
|
|
1716
|
+
--dt-color-foreground-critical-strong-l: 82.1%;
|
|
1717
|
+
--dt-color-foreground-critical-strong-hsl: var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l);
|
|
1718
|
+
--dt-color-foreground-critical-strong-hsla: hsla(var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l) / var(--alpha, 100%));
|
|
1719
|
+
--dt-color-foreground-critical-strong: hsl(0 100% 82.1%);
|
|
1720
|
+
--dt-icon-size-border-500: var(--dt-icon-size-border-400);
|
|
1721
|
+
--dt-theme-sidebar-icon-color-foreground-h: 0;
|
|
1722
|
+
--dt-theme-sidebar-icon-color-foreground-s: 0%;
|
|
1723
|
+
--dt-theme-sidebar-icon-color-foreground-l: 0%;
|
|
1724
|
+
--dt-theme-sidebar-icon-color-foreground-hsl: var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l);
|
|
1725
|
+
--dt-theme-sidebar-icon-color-foreground-hsla: hsla(var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l) / var(--alpha, 100%));
|
|
1726
|
+
--dt-theme-sidebar-icon-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
1727
|
+
--dt-theme-sidebar-color-background-h: 0;
|
|
1728
|
+
--dt-theme-sidebar-color-background-s: 0%;
|
|
1729
|
+
--dt-theme-sidebar-color-background-l: 0%;
|
|
1730
|
+
--dt-theme-sidebar-color-background-hsl: var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l);
|
|
1731
|
+
--dt-theme-sidebar-color-background-hsla: hsla(var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l) / var(--alpha, 100%));
|
|
1732
|
+
--dt-theme-sidebar-color-background: var(--dt-theme-topbar-color-background);
|
|
1733
|
+
--dt-theme-topbar-profile-color-foreground-h: 0;
|
|
1734
|
+
--dt-theme-topbar-profile-color-foreground-s: 0%;
|
|
1735
|
+
--dt-theme-topbar-profile-color-foreground-l: 0%;
|
|
1736
|
+
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l);
|
|
1737
|
+
--dt-theme-topbar-profile-color-foreground-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l) / var(--alpha, 100%));
|
|
1738
|
+
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
1739
|
+
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
1740
|
+
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
1741
|
+
--dt-theme-topbar-field-color-background-hover-l: 10.1%;
|
|
1742
|
+
--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
|
|
1743
|
+
--dt-theme-topbar-field-color-background-hover-hsla: hsla(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
|
|
1744
|
+
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);
|
|
1745
|
+
--dt-action-color-foreground-positive-hover-h: 111.99999999999999;
|
|
1746
|
+
--dt-action-color-foreground-positive-hover-s: 100%;
|
|
1747
|
+
--dt-action-color-foreground-positive-hover-l: 67.2%;
|
|
1748
|
+
--dt-action-color-foreground-positive-hover-hsl: var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l);
|
|
1749
|
+
--dt-action-color-foreground-positive-hover-hsla: hsla(var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l) / var(--alpha, 100%));
|
|
1750
|
+
--dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);
|
|
1751
|
+
--dt-action-color-foreground-muted-hover-h: 0;
|
|
1752
|
+
--dt-action-color-foreground-muted-hover-s: 0%;
|
|
1753
|
+
--dt-action-color-foreground-muted-hover-l: 0%;
|
|
1754
|
+
--dt-action-color-foreground-muted-hover-hsl: var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l);
|
|
1755
|
+
--dt-action-color-foreground-muted-hover-hsla: hsla(var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l) / var(--alpha, 100%));
|
|
1756
|
+
--dt-action-color-foreground-muted-hover: var(--dt-action-color-foreground-muted-default);
|
|
1757
|
+
--dt-action-color-foreground-inverted-hover-h: 0;
|
|
1758
|
+
--dt-action-color-foreground-inverted-hover-s: 0%;
|
|
1759
|
+
--dt-action-color-foreground-inverted-hover-l: 0%;
|
|
1760
|
+
--dt-action-color-foreground-inverted-hover-hsl: var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l);
|
|
1761
|
+
--dt-action-color-foreground-inverted-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l) / var(--alpha, 100%));
|
|
1762
|
+
--dt-action-color-foreground-inverted-hover: var(--dt-action-color-foreground-inverted-default);
|
|
1763
|
+
--dt-action-color-foreground-critical-active-h: 0;
|
|
1764
|
+
--dt-action-color-foreground-critical-active-s: 0%;
|
|
1765
|
+
--dt-action-color-foreground-critical-active-l: 0%;
|
|
1766
|
+
--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l);
|
|
1767
|
+
--dt-action-color-foreground-critical-active-hsla: hsla(var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l) / var(--alpha, 100%));
|
|
1768
|
+
--dt-action-color-foreground-critical-active: var(--dt-action-color-foreground-critical-hover);
|
|
1769
|
+
--dt-action-color-foreground-base-active-h: 0;
|
|
1770
|
+
--dt-action-color-foreground-base-active-s: 0%;
|
|
1771
|
+
--dt-action-color-foreground-base-active-l: 0%;
|
|
1772
|
+
--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l);
|
|
1773
|
+
--dt-action-color-foreground-base-active-hsla: hsla(var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l) / var(--alpha, 100%));
|
|
1774
|
+
--dt-action-color-foreground-base-active: var(--dt-action-color-foreground-base-hover);
|
|
1775
|
+
--dt-typography-button-xl-font-size: var(--dt-button-font-size-xl); /* Text style for extra large button */
|
|
1776
|
+
--dt-typography-button-lg-font-size: var(--dt-button-font-size-lg); /* Text style for large button */
|
|
1777
|
+
--dt-typography-button-md-font-size: var(--dt-button-font-size-md); /* Text style for medium button */
|
|
1778
|
+
--dt-typography-button-sm-font-size: var(--dt-button-font-size-sm); /* Text style for small button */
|
|
1779
|
+
--dt-typography-button-xs-font-size: var(--dt-button-font-size-xs); /* Text style for extra small button */
|
|
1780
|
+
--dt-typography-inputs-xl-font-size: var(--dt-inputs-font-size-xl); /* Text style for extra large inputs (e.g. input and textarea) */
|
|
1781
|
+
--dt-typography-inputs-lg-font-size: var(--dt-inputs-font-size-lg); /* Text style for large inputs (e.g. input and textarea) */
|
|
1782
|
+
--dt-typography-inputs-md-font-size: var(--dt-inputs-font-size-md); /* Text style for medium inputs (e.g. input and textarea) */
|
|
1783
|
+
--dt-typography-inputs-sm-font-size: var(--dt-inputs-font-size-sm); /* Text style for small inputs (e.g. input and textarea) */
|
|
1784
|
+
--dt-typography-inputs-xs-font-size: var(--dt-inputs-font-size-xs);
|
|
1785
|
+
--dt-typography-inputs-xs: var(--dt-typography-inputs-xs-font-weight) var(--dt-typography-inputs-xs-font-size)/var(--dt-typography-inputs-xs-line-height) var(--dt-typography-inputs-xs-font-family);
|
|
1786
|
+
--dt-typography-inputs-sm: var(--dt-typography-inputs-sm-font-weight) var(--dt-typography-inputs-sm-font-size)/var(--dt-typography-inputs-sm-line-height) var(--dt-typography-inputs-sm-font-family);
|
|
1787
|
+
--dt-typography-inputs-md: var(--dt-typography-inputs-md-font-weight) var(--dt-typography-inputs-md-font-size)/var(--dt-typography-inputs-md-line-height) var(--dt-typography-inputs-md-font-family);
|
|
1788
|
+
--dt-typography-inputs-lg: var(--dt-typography-inputs-lg-font-weight) var(--dt-typography-inputs-lg-font-size)/var(--dt-typography-inputs-lg-line-height) var(--dt-typography-inputs-lg-font-family);
|
|
1789
|
+
--dt-typography-inputs-xl: var(--dt-typography-inputs-xl-font-weight) var(--dt-typography-inputs-xl-font-size)/var(--dt-typography-inputs-xl-line-height) var(--dt-typography-inputs-xl-font-family);
|
|
1790
|
+
--dt-typography-button-xs: var(--dt-typography-button-xs-font-weight) var(--dt-typography-button-xs-font-size)/var(--dt-typography-button-xs-line-height) var(--dt-typography-button-xs-font-family);
|
|
1791
|
+
--dt-typography-button-sm: var(--dt-typography-button-sm-font-weight) var(--dt-typography-button-sm-font-size)/var(--dt-typography-button-sm-line-height) var(--dt-typography-button-sm-font-family);
|
|
1792
|
+
--dt-typography-button-md: var(--dt-typography-button-md-font-weight) var(--dt-typography-button-md-font-size)/var(--dt-typography-button-md-line-height) var(--dt-typography-button-md-font-family);
|
|
1793
|
+
--dt-typography-button-lg: var(--dt-typography-button-lg-font-weight) var(--dt-typography-button-lg-font-size)/var(--dt-typography-button-lg-line-height) var(--dt-typography-button-lg-font-family);
|
|
1794
|
+
--dt-typography-button-xl: var(--dt-typography-button-xl-font-weight) var(--dt-typography-button-xl-font-size)/var(--dt-typography-button-xl-line-height) var(--dt-typography-button-xl-font-family);
|
|
1795
|
+
--dt-typography-body-md: var(--dt-typography-body-md-font-weight) var(--dt-typography-body-md-font-size)/var(--dt-typography-body-md-line-height) var(--dt-typography-body-md-font-family);
|
|
1796
|
+
--dt-typography-body-md-compact: var(--dt-typography-body-md-compact-font-weight) var(--dt-typography-body-md-compact-font-size)/var(--dt-typography-body-md-compact-line-height) var(--dt-typography-body-md-compact-font-family);
|
|
1797
|
+
--dt-typography-body-sm: var(--dt-typography-body-sm-font-weight) var(--dt-typography-body-sm-font-size)/var(--dt-typography-body-sm-line-height) var(--dt-typography-body-sm-font-family);
|
|
1798
|
+
--dt-typography-body-sm-compact: var(--dt-typography-body-sm-compact-font-weight) var(--dt-typography-body-sm-compact-font-size)/var(--dt-typography-body-sm-compact-line-height) var(--dt-typography-body-sm-compact-font-family);
|
|
1799
|
+
--dt-typography-headline-eyebrow: var(--dt-typography-headline-eyebrow-font-weight) var(--dt-typography-headline-eyebrow-font-size)/var(--dt-typography-headline-eyebrow-line-height) var(--dt-typography-headline-eyebrow-font-family);
|
|
1800
|
+
--dt-typography-headline-sm: var(--dt-typography-headline-sm-font-weight) var(--dt-typography-headline-sm-font-size)/var(--dt-typography-headline-sm-line-height) var(--dt-typography-headline-sm-font-family);
|
|
1801
|
+
--dt-typography-headline-sm-compact: var(--dt-typography-headline-sm-compact-font-weight) var(--dt-typography-headline-sm-compact-font-size)/var(--dt-typography-headline-sm-compact-line-height) var(--dt-typography-headline-sm-compact-font-family);
|
|
1802
|
+
--dt-typography-headline-sm-soft: var(--dt-typography-headline-sm-soft-font-weight) var(--dt-typography-headline-sm-soft-font-size)/var(--dt-typography-headline-sm-soft-line-height) var(--dt-typography-headline-sm-soft-font-family);
|
|
1803
|
+
--dt-typography-headline-sm-soft-compact: var(--dt-typography-headline-sm-soft-compact-font-weight) var(--dt-typography-headline-sm-soft-compact-font-size)/var(--dt-typography-headline-sm-soft-compact-line-height) var(--dt-typography-headline-sm-soft-compact-font-family);
|
|
1804
|
+
--dt-typography-headline-md: var(--dt-typography-headline-md-font-weight) var(--dt-typography-headline-md-font-size)/var(--dt-typography-headline-md-line-height) var(--dt-typography-headline-md-font-family);
|
|
1805
|
+
--dt-typography-headline-md-compact: var(--dt-typography-headline-md-compact-font-weight) var(--dt-typography-headline-md-compact-font-size)/var(--dt-typography-headline-md-compact-line-height) var(--dt-typography-headline-md-compact-font-family);
|
|
1806
|
+
--dt-typography-headline-lg: var(--dt-typography-headline-lg-font-weight) var(--dt-typography-headline-lg-font-size)/var(--dt-typography-headline-lg-line-height) var(--dt-typography-headline-lg-font-family);
|
|
1807
|
+
--dt-typography-headline-lg-soft: var(--dt-typography-headline-lg-soft-font-weight) var(--dt-typography-headline-lg-soft-font-size)/var(--dt-typography-headline-lg-soft-line-height) var(--dt-typography-headline-lg-soft-font-family);
|
|
1808
|
+
--dt-typography-headline-lg-compact: var(--dt-typography-headline-lg-compact-font-weight) var(--dt-typography-headline-lg-compact-font-size)/var(--dt-typography-headline-lg-compact-line-height) var(--dt-typography-headline-lg-compact-font-family);
|
|
1809
|
+
--dt-typography-headline-lg-soft-compact: var(--dt-typography-headline-lg-soft-compact-font-weight) var(--dt-typography-headline-lg-soft-compact-font-size)/var(--dt-typography-headline-lg-soft-compact-line-height) var(--dt-typography-headline-lg-soft-compact-font-family);
|
|
1810
|
+
--dt-typography-headline-xl: var(--dt-typography-headline-xl-font-weight) var(--dt-typography-headline-xl-font-size)/var(--dt-typography-headline-xl-line-height) var(--dt-typography-headline-xl-font-family);
|
|
1811
|
+
--dt-typography-headline-xl-compact: var(--dt-typography-headline-xl-compact-font-weight) var(--dt-typography-headline-xl-compact-font-size)/var(--dt-typography-headline-xl-compact-line-height) var(--dt-typography-headline-xl-compact-font-family);
|
|
1812
|
+
--dt-typography-headline-xxl: var(--dt-typography-headline-xxl-font-weight) var(--dt-typography-headline-xxl-font-size)/var(--dt-typography-headline-xxl-line-height) var(--dt-typography-headline-xxl-font-family);
|
|
1813
|
+
--dt-typography-headline-xxl-compact: var(--dt-typography-headline-xxl-compact-font-weight) var(--dt-typography-headline-xxl-compact-font-size)/var(--dt-typography-headline-xxl-compact-line-height) var(--dt-typography-headline-xxl-compact-font-family);
|
|
1814
|
+
--dt-typography-label-md: var(--dt-typography-label-md-font-weight) var(--dt-typography-label-md-font-size)/var(--dt-typography-label-md-line-height) var(--dt-typography-label-md-font-family);
|
|
1815
|
+
--dt-typography-label-md-compact: var(--dt-typography-label-md-compact-font-weight) var(--dt-typography-label-md-compact-font-size)/var(--dt-typography-label-md-compact-line-height) var(--dt-typography-label-md-compact-font-family);
|
|
1816
|
+
--dt-typography-label-md-plain: var(--dt-typography-label-md-plain-font-weight) var(--dt-typography-label-md-plain-font-size)/var(--dt-typography-label-md-plain-line-height) var(--dt-typography-label-md-plain-font-family);
|
|
1817
|
+
--dt-typography-label-md-plain-compact: var(--dt-typography-label-md-plain-compact-font-weight) var(--dt-typography-label-md-plain-compact-font-size)/var(--dt-typography-label-md-plain-compact-line-height) var(--dt-typography-label-md-plain-compact-font-family);
|
|
1818
|
+
--dt-typography-label-sm: var(--dt-typography-label-sm-font-weight) var(--dt-typography-label-sm-font-size)/var(--dt-typography-label-sm-line-height) var(--dt-typography-label-sm-font-family);
|
|
1819
|
+
--dt-typography-label-sm-compact: var(--dt-typography-label-sm-compact-font-weight) var(--dt-typography-label-sm-compact-font-size)/var(--dt-typography-label-sm-compact-line-height) var(--dt-typography-label-sm-compact-font-family);
|
|
1820
|
+
--dt-typography-label-sm-plain: var(--dt-typography-label-sm-plain-font-weight) var(--dt-typography-label-sm-plain-font-size)/var(--dt-typography-label-sm-plain-line-height) var(--dt-typography-label-sm-plain-font-family);
|
|
1821
|
+
--dt-typography-label-sm-plain-compact: var(--dt-typography-label-sm-plain-compact-font-weight) var(--dt-typography-label-sm-plain-compact-font-size)/var(--dt-typography-label-sm-plain-compact-line-height) var(--dt-typography-label-sm-plain-compact-font-family);
|
|
1822
|
+
--dt-typography-helper-md: var(--dt-typography-helper-md-font-weight) var(--dt-typography-helper-md-font-size)/var(--dt-typography-helper-md-line-height) var(--dt-typography-helper-md-font-family);
|
|
1823
|
+
--dt-typography-helper-sm: var(--dt-typography-helper-sm-font-weight) var(--dt-typography-helper-sm-font-size)/var(--dt-typography-helper-sm-line-height) var(--dt-typography-helper-sm-font-family);
|
|
1824
|
+
--dt-typography-code-md: var(--dt-typography-code-md-font-weight) var(--dt-typography-code-md-font-size)/var(--dt-typography-code-md-line-height) var(--dt-typography-code-md-font-family);
|
|
1825
|
+
--dt-typography-code-sm: var(--dt-typography-code-sm-font-weight) var(--dt-typography-code-sm-font-size)/var(--dt-typography-code-sm-line-height) var(--dt-typography-code-sm-font-family); /* Text style for extra small inputs (e.g. input and textarea) */
|
|
1826
|
+
--dt-color-link-disabled-inverted-hover-h: 0;
|
|
1827
|
+
--dt-color-link-disabled-inverted-hover-s: 0%;
|
|
1828
|
+
--dt-color-link-disabled-inverted-hover-l: 0%;
|
|
1829
|
+
--dt-color-link-disabled-inverted-hover-hsl: var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l);
|
|
1830
|
+
--dt-color-link-disabled-inverted-hover-hsla: hsla(var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l) / var(--alpha, 100%));
|
|
1831
|
+
--dt-color-link-disabled-inverted-hover: var(--dt-color-link-disabled-inverted);
|
|
1832
|
+
--dt-color-link-disabled-hover-h: 0;
|
|
1833
|
+
--dt-color-link-disabled-hover-s: 0%;
|
|
1834
|
+
--dt-color-link-disabled-hover-l: 0%;
|
|
1835
|
+
--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l);
|
|
1836
|
+
--dt-color-link-disabled-hover-hsla: hsla(var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l) / var(--alpha, 100%));
|
|
1837
|
+
--dt-color-link-disabled-hover: var(--dt-color-link-disabled);
|
|
1838
|
+
--dt-action-color-foreground-positive-active-h: 0;
|
|
1839
|
+
--dt-action-color-foreground-positive-active-s: 0%;
|
|
1840
|
+
--dt-action-color-foreground-positive-active-l: 0%;
|
|
1841
|
+
--dt-action-color-foreground-positive-active-hsl: var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l);
|
|
1842
|
+
--dt-action-color-foreground-positive-active-hsla: hsla(var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l) / var(--alpha, 100%));
|
|
1843
|
+
--dt-action-color-foreground-positive-active: var(--dt-action-color-foreground-positive-hover);
|
|
1844
|
+
--dt-action-color-foreground-muted-active-h: 0;
|
|
1845
|
+
--dt-action-color-foreground-muted-active-s: 0%;
|
|
1846
|
+
--dt-action-color-foreground-muted-active-l: 0%;
|
|
1847
|
+
--dt-action-color-foreground-muted-active-hsl: var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l);
|
|
1848
|
+
--dt-action-color-foreground-muted-active-hsla: hsla(var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l) / var(--alpha, 100%));
|
|
1849
|
+
--dt-action-color-foreground-muted-active: var(--dt-action-color-foreground-muted-hover);
|
|
1850
|
+
--dt-action-color-foreground-inverted-active-h: 0;
|
|
1851
|
+
--dt-action-color-foreground-inverted-active-s: 0%;
|
|
1852
|
+
--dt-action-color-foreground-inverted-active-l: 0%;
|
|
1853
|
+
--dt-action-color-foreground-inverted-active-hsl: var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l);
|
|
1854
|
+
--dt-action-color-foreground-inverted-active-hsla: hsla(var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l) / var(--alpha, 100%));
|
|
1855
|
+
--dt-action-color-foreground-inverted-active: var(--dt-action-color-foreground-inverted-hover);
|
|
1856
1856
|
--dt-font-size-100-mobile: 1.2rem;
|
|
1857
1857
|
--dt-font-size-200-mobile: 1.6rem;
|
|
1858
1858
|
--dt-font-size-300-mobile: 2rem;
|