@dialpad/dialtone 9.151.0 → 9.153.9
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/README.md +1 -34
- package/dist/css/dialtone-default-theme.css +8 -2
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +8 -2
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/css/tokens-botany-dark.css +1 -1
- package/dist/tokens/css/tokens-buttercream-dark.css +1 -1
- package/dist/tokens/css/tokens-deca-light.css +3 -3
- package/dist/tokens/css/tokens-dp-dark.css +1 -1
- package/dist/tokens/css/tokens-expressive-dark.css +1 -1
- package/dist/tokens/css/tokens-expressive-sm-dark.css +1 -1
- package/dist/tokens/css/tokens-high-desert-dark.css +1 -1
- package/dist/tokens/css/tokens-plum-dark.css +1 -1
- package/dist/tokens/css/tokens-sunflower-dark.css +1 -1
- package/dist/tokens/css/tokens-tmo-dark.css +2 -2
- package/dist/tokens/doc.json +78308 -78308
- package/dist/tokens/themes/botany-dark.cjs +1 -1
- package/dist/tokens/themes/botany-dark.js +1 -1
- package/dist/tokens/themes/buttercream-dark.cjs +1 -1
- package/dist/tokens/themes/buttercream-dark.js +1 -1
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +1 -1
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +1 -1
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +1 -1
- package/dist/tokens/themes/high-desert-dark.cjs +1 -1
- package/dist/tokens/themes/high-desert-dark.js +1 -1
- package/dist/tokens/themes/plum-dark.cjs +1 -1
- package/dist/tokens/themes/plum-dark.js +1 -1
- package/dist/tokens/themes/sunflower-dark.cjs +1 -1
- package/dist/tokens/themes/sunflower-dark.js +1 -1
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/vue2/lib/tab/tab-group.cjs +1 -1
- package/dist/vue2/lib/tab/tab-group.cjs.map +1 -1
- package/dist/vue2/lib/tab/tab-group.js +4 -4
- package/dist/vue2/lib/tab/tab-group.js.map +1 -1
- package/dist/vue2/localization/index.cjs +1 -1
- package/dist/vue2/localization/index.cjs.map +1 -1
- package/dist/vue2/localization/index.js +46 -42
- package/dist/vue2/localization/index.js.map +1 -1
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts +2 -3
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -2
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/button/button.vue.d.ts +1 -2
- package/dist/vue2/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/chip/chip.vue.d.ts +2 -3
- package/dist/vue2/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts +1 -2
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +1 -2
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +2 -3
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/loader/loader.vue.d.ts +1 -2
- package/dist/vue2/types/components/loader/loader.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/modal/modal.vue.d.ts +2 -3
- package/dist/vue2/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts +2 -3
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts +3 -4
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +2 -3
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -2
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +3 -4
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -2
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +14 -15
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -6
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +8 -9
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +9 -10
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -2
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.js +100 -93
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
- package/dist/vue3/lib/radio/radio.cjs +1 -1
- package/dist/vue3/lib/radio/radio.cjs.map +1 -1
- package/dist/vue3/lib/radio/radio.js +7 -14
- package/dist/vue3/lib/radio/radio.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/mention-suggestion.cjs +1 -1
- package/dist/vue3/lib/rich-text-editor/mention-suggestion.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/mention-suggestion.js +12 -2
- package/dist/vue3/lib/rich-text-editor/mention-suggestion.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +4 -4
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +95 -73
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/tab/tab-group.cjs +1 -1
- package/dist/vue3/lib/tab/tab-group.cjs.map +1 -1
- package/dist/vue3/lib/tab/tab-group.js +1 -1
- package/dist/vue3/lib/tab/tab-group.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.cjs +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.cjs.map +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.js +21 -21
- package/dist/vue3/lib/tooltip-directive/tooltip.js.map +1 -1
- package/dist/vue3/localization/index.cjs +1 -1
- package/dist/vue3/localization/index.cjs.map +1 -1
- package/dist/vue3/localization/index.js +48 -46
- package/dist/vue3/localization/index.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +2 -3
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -2
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +1 -2
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +2 -3
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +2 -3
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +2 -3
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +2 -3
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +3 -4
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +2 -3
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/radio/radio.vue.d.ts +1 -2
- package/dist/vue3/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +3 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/mention_suggestion.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +3 -3
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +3 -4
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -2
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +14 -15
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -6
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +8 -9
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +9 -10
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -2
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -2335,7 +2335,7 @@
|
|
|
2335
2335
|
--dt-shell-presence-color-available-hsl: var(--dt-shell-base-color-status-positive-hsl);
|
|
2336
2336
|
--dt-shell-presence-color-available-hsla: var(--dt-shell-base-color-status-positive-hsla);
|
|
2337
2337
|
--dt-shell-presence-color-available: var(--dt-shell-base-color-status-positive);
|
|
2338
|
-
--dt-shell-mention-color-surface-secondary-h: 262.
|
|
2338
|
+
--dt-shell-mention-color-surface-secondary-h: 262.0661501593891;
|
|
2339
2339
|
--dt-shell-mention-color-surface-secondary-s: 103.07906800066111%;
|
|
2340
2340
|
--dt-shell-mention-color-surface-secondary-l: 95.42796360534544%;
|
|
2341
2341
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
--dt-shell-mention-color-foreground-secondary-hsl: var(--dt-color-black-100-hsl);
|
|
333
333
|
--dt-shell-mention-color-foreground-secondary-hsla: var(--dt-color-black-100-hsla);
|
|
334
334
|
--dt-shell-mention-color-foreground-secondary: var(--dt-color-black-100);
|
|
335
|
-
--dt-shell-mention-color-surface-secondary-h: 43.
|
|
335
|
+
--dt-shell-mention-color-surface-secondary-h: 43.93243404754306;
|
|
336
336
|
--dt-shell-mention-color-surface-secondary-s: 105.17033099740516%;
|
|
337
337
|
--dt-shell-mention-color-surface-secondary-l: 86.22134769128044%;
|
|
338
338
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
@@ -309,9 +309,9 @@
|
|
|
309
309
|
--dt-color-border-default-hsl: var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l);
|
|
310
310
|
--dt-color-border-default-hsla: hsl(var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l) / var(--alpha, 17%));
|
|
311
311
|
--dt-color-border-default: hsl(30 3.57% 11% / 0.17);
|
|
312
|
-
--dt-color-border-subtle-h: 29.
|
|
313
|
-
--dt-color-border-subtle-s: 3.
|
|
314
|
-
--dt-color-border-subtle-l: 11.
|
|
312
|
+
--dt-color-border-subtle-h: 29.996720627944995;
|
|
313
|
+
--dt-color-border-subtle-s: 3.5655387972095416%;
|
|
314
|
+
--dt-color-border-subtle-l: 11.01859229255378%;
|
|
315
315
|
--dt-color-border-subtle-a: 11%;
|
|
316
316
|
--dt-color-border-subtle-hsl: var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l);
|
|
317
317
|
--dt-color-border-subtle-hsla: hsl(var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l) / var(--alpha, 11%));
|
|
@@ -3857,7 +3857,7 @@
|
|
|
3857
3857
|
--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);
|
|
3858
3858
|
--dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);
|
|
3859
3859
|
--dt-color-link-disabled-hover: var(--dt-color-link-disabled);
|
|
3860
|
-
--dt-shell-mention-color-surface-secondary-h: 257.
|
|
3860
|
+
--dt-shell-mention-color-surface-secondary-h: 257.3428772281332;
|
|
3861
3861
|
--dt-shell-mention-color-surface-secondary-s: 96.45039325101592%;
|
|
3862
3862
|
--dt-shell-mention-color-surface-secondary-l: 93.62835753473931%;
|
|
3863
3863
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);
|
|
3791
3791
|
--dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);
|
|
3792
3792
|
--dt-color-link-disabled-hover: var(--dt-color-link-disabled);
|
|
3793
|
-
--dt-shell-mention-color-surface-secondary-h: 257.
|
|
3793
|
+
--dt-shell-mention-color-surface-secondary-h: 257.3428772281332;
|
|
3794
3794
|
--dt-shell-mention-color-surface-secondary-s: 96.45039325101592%;
|
|
3795
3795
|
--dt-shell-mention-color-surface-secondary-l: 93.62835753473931%;
|
|
3796
3796
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
@@ -3818,7 +3818,7 @@
|
|
|
3818
3818
|
--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);
|
|
3819
3819
|
--dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);
|
|
3820
3820
|
--dt-color-link-disabled-hover: var(--dt-color-link-disabled);
|
|
3821
|
-
--dt-shell-mention-color-surface-secondary-h: 257.
|
|
3821
|
+
--dt-shell-mention-color-surface-secondary-h: 257.3428772281332;
|
|
3822
3822
|
--dt-shell-mention-color-surface-secondary-s: 96.45039325101592%;
|
|
3823
3823
|
--dt-shell-mention-color-surface-secondary-l: 93.62835753473931%;
|
|
3824
3824
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
--dt-shell-presence-color-available-hsl: var(--dt-shell-base-color-status-positive-hsl);
|
|
2301
2301
|
--dt-shell-presence-color-available-hsla: var(--dt-shell-base-color-status-positive-hsla);
|
|
2302
2302
|
--dt-shell-presence-color-available: var(--dt-shell-base-color-status-positive);
|
|
2303
|
-
--dt-shell-mention-color-surface-secondary-h: 15.
|
|
2303
|
+
--dt-shell-mention-color-surface-secondary-h: 15.343578611203386;
|
|
2304
2304
|
--dt-shell-mention-color-surface-secondary-s: 107.15510822881711%;
|
|
2305
2305
|
--dt-shell-mention-color-surface-secondary-l: 89.17888552114344%;
|
|
2306
2306
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
--dt-shell-mention-color-foreground-primary-hsla: var(--dt-color-black-50-hsla);
|
|
327
327
|
--dt-shell-mention-color-foreground-primary: var(--dt-color-black-50);
|
|
328
328
|
--dt-shell-mention-color-surface-secondary-h: 299.1041413410465;
|
|
329
|
-
--dt-shell-mention-color-surface-secondary-s: 53.
|
|
329
|
+
--dt-shell-mention-color-surface-secondary-s: 53.709418691883904%;
|
|
330
330
|
--dt-shell-mention-color-surface-secondary-l: 92.3596524467506%;
|
|
331
331
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
332
332
|
--dt-shell-mention-color-surface-secondary-hsl: var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l);
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
--dt-shell-presence-color-available-hsl: var(--dt-shell-base-color-status-positive-hsl);
|
|
2301
2301
|
--dt-shell-presence-color-available-hsla: var(--dt-shell-base-color-status-positive-hsla);
|
|
2302
2302
|
--dt-shell-presence-color-available: var(--dt-shell-base-color-status-positive);
|
|
2303
|
-
--dt-shell-mention-color-surface-secondary-h: 15.
|
|
2303
|
+
--dt-shell-mention-color-surface-secondary-h: 15.343578611203386;
|
|
2304
2304
|
--dt-shell-mention-color-surface-secondary-s: 107.15510822881711%;
|
|
2305
2305
|
--dt-shell-mention-color-surface-secondary-l: 89.17888552114344%;
|
|
2306
2306
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
@@ -305,8 +305,8 @@
|
|
|
305
305
|
--dt-shell-mention-color-foreground-primary-hsla: var(--dt-color-black-50-hsla);
|
|
306
306
|
--dt-shell-mention-color-foreground-primary: var(--dt-color-black-50);
|
|
307
307
|
--dt-shell-mention-color-surface-secondary-h: 331.8722987635939;
|
|
308
|
-
--dt-shell-mention-color-surface-secondary-s: 89.
|
|
309
|
-
--dt-shell-mention-color-surface-secondary-l: 92.
|
|
308
|
+
--dt-shell-mention-color-surface-secondary-s: 89.29520375705437%;
|
|
309
|
+
--dt-shell-mention-color-surface-secondary-l: 92.76326330549709%;
|
|
310
310
|
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
311
311
|
--dt-shell-mention-color-surface-secondary-hsl: var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l);
|
|
312
312
|
--dt-shell-mention-color-surface-secondary-hsla: hsl(var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l) / var(--alpha, 100%));
|