@dialpad/dialtone 9.92.0 → 9.94.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dialtone-default-theme.css +243 -22
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +243 -22
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +18997 -18997
- package/dist/vue2/components/rich_text_editor/extensions/image/image.cjs +30 -0
- package/dist/vue2/components/rich_text_editor/extensions/image/image.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/image/image.js +30 -0
- package/dist/vue2/components/rich_text_editor/extensions/image/image.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/image/index.cjs +5 -0
- package/dist/vue2/components/rich_text_editor/extensions/image/index.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/image/index.js +5 -0
- package/dist/vue2/components/rich_text_editor/extensions/image/index.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +2 -2
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +2 -2
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +2 -4
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +2 -4
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +1 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +1 -1
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +6 -14
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +7 -15
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs +18 -18
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js +18 -18
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -1
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs +2 -2
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -1
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js +2 -2
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +6 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +6 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +127 -28
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +127 -28
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +1 -1
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js +1 -1
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +1 -1
- 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 +1 -1
- 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 +6 -1
- 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 +6 -1
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +8 -12
- 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 +8 -12
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs +11 -11
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js +11 -11
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js.map +1 -1
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +1 -8
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +1 -8
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs +8 -8
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -1
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js +8 -8
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/image/image.d.ts +2 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/image/image.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/image/index.d.ts +3 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/image/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +11 -11
- package/dist/vue2/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/general_row/general_row_constants.d.ts +6 -6
- package/dist/vue2/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +0 -1
- package/dist/vue3/components/rich_text_editor/extensions/image/image.cjs +30 -0
- package/dist/vue3/components/rich_text_editor/extensions/image/image.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/image/image.js +30 -0
- package/dist/vue3/components/rich_text_editor/extensions/image/image.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/image/index.cjs +5 -0
- package/dist/vue3/components/rich_text_editor/extensions/image/index.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/image/index.js +5 -0
- package/dist/vue3/components/rich_text_editor/extensions/image/index.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +2 -2
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +2 -2
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +2 -4
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +2 -4
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +1 -2
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +1 -2
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +10 -20
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +11 -21
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs +18 -18
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js +18 -18
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -1
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs +1 -3
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -1
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js +1 -3
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -1
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +6 -1
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +6 -1
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +94 -96
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +95 -97
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +1 -1
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js +1 -1
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +1 -1
- 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 +1 -1
- 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 +6 -1
- 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 +6 -1
- 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 +8 -12
- 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 +8 -12
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs +11 -11
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js +11 -11
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js.map +1 -1
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +7 -13
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +7 -13
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs +8 -8
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -1
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js +8 -8
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/image/image.d.ts +2 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/image/image.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/image/index.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/image/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +11 -11
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- 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_constants.d.ts +6 -6
- package/dist/vue3/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +0 -1
- package/package.json +1 -10
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +0 -6
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +0 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +0 -6
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +0 -1
|
@@ -585,6 +585,17 @@ template {
|
|
|
585
585
|
.d-root-layout__footer {
|
|
586
586
|
grid-area: footer;
|
|
587
587
|
}
|
|
588
|
+
@media (max-width: 980px) {
|
|
589
|
+
.d-root-layout--fixed.d-root-layout__responsive--lg {
|
|
590
|
+
height: auto;
|
|
591
|
+
}
|
|
592
|
+
.d-root-layout__responsive--lg {
|
|
593
|
+
grid-template-areas: 'header' 'sidebar' 'body' 'footer';
|
|
594
|
+
grid-template-rows: -webkit-min-content auto 1fr -webkit-min-content;
|
|
595
|
+
grid-template-rows: min-content auto 1fr min-content;
|
|
596
|
+
grid-template-columns: 1fr;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
588
599
|
.d-stack {
|
|
589
600
|
--stack-gap: 0;
|
|
590
601
|
--stack-direction: column;
|
|
@@ -7266,6 +7277,19 @@ legend .d-label--md {
|
|
|
7266
7277
|
.d-w-unset {
|
|
7267
7278
|
width: unset !important;
|
|
7268
7279
|
}
|
|
7280
|
+
.d-w-fit-content {
|
|
7281
|
+
width: -webkit-fit-content !important;
|
|
7282
|
+
width: -moz-fit-content !important;
|
|
7283
|
+
width: fit-content !important;
|
|
7284
|
+
}
|
|
7285
|
+
.d-w-max-content {
|
|
7286
|
+
width: -webkit-max-content !important;
|
|
7287
|
+
width: max-content !important;
|
|
7288
|
+
}
|
|
7289
|
+
.d-w-min-content {
|
|
7290
|
+
width: -webkit-min-content !important;
|
|
7291
|
+
width: min-content !important;
|
|
7292
|
+
}
|
|
7269
7293
|
.d-wmn60ch {
|
|
7270
7294
|
min-width: 60ch !important;
|
|
7271
7295
|
}
|
|
@@ -7275,6 +7299,19 @@ legend .d-label--md {
|
|
|
7275
7299
|
.d-wmn90ch {
|
|
7276
7300
|
min-width: 90ch !important;
|
|
7277
7301
|
}
|
|
7302
|
+
.d-wmn-fit-content {
|
|
7303
|
+
min-width: -webkit-fit-content !important;
|
|
7304
|
+
min-width: -moz-fit-content !important;
|
|
7305
|
+
min-width: fit-content !important;
|
|
7306
|
+
}
|
|
7307
|
+
.d-wmn-max-content {
|
|
7308
|
+
min-width: -webkit-max-content !important;
|
|
7309
|
+
min-width: max-content !important;
|
|
7310
|
+
}
|
|
7311
|
+
.d-wmn-min-content {
|
|
7312
|
+
min-width: -webkit-min-content !important;
|
|
7313
|
+
min-width: min-content !important;
|
|
7314
|
+
}
|
|
7278
7315
|
.d-wmn-auto {
|
|
7279
7316
|
min-width: auto !important;
|
|
7280
7317
|
}
|
|
@@ -7296,6 +7333,19 @@ legend .d-label--md {
|
|
|
7296
7333
|
.d-wmx-unset {
|
|
7297
7334
|
max-width: unset !important;
|
|
7298
7335
|
}
|
|
7336
|
+
.d-wmx-fit-content {
|
|
7337
|
+
max-width: -webkit-fit-content !important;
|
|
7338
|
+
max-width: -moz-fit-content !important;
|
|
7339
|
+
max-width: fit-content !important;
|
|
7340
|
+
}
|
|
7341
|
+
.d-wmx-max-content {
|
|
7342
|
+
max-width: -webkit-max-content !important;
|
|
7343
|
+
max-width: max-content !important;
|
|
7344
|
+
}
|
|
7345
|
+
.d-wmx-min-content {
|
|
7346
|
+
max-width: -webkit-min-content !important;
|
|
7347
|
+
max-width: min-content !important;
|
|
7348
|
+
}
|
|
7299
7349
|
.d-stack0 > * + * {
|
|
7300
7350
|
margin-top: 0 !important;
|
|
7301
7351
|
}
|
|
@@ -8094,12 +8144,20 @@ ul {
|
|
|
8094
8144
|
stroke: var(--dt-color-purple-500);
|
|
8095
8145
|
stroke-dashoffset: var(--stroke-dashoffset);
|
|
8096
8146
|
}
|
|
8147
|
+
.d-recipe-callbar-button {
|
|
8148
|
+
padding-right: var(--dt-space-0);
|
|
8149
|
+
padding-left: var(--dt-space-0);
|
|
8150
|
+
color: var(--dt-color-foreground-primary);
|
|
8151
|
+
}
|
|
8097
8152
|
.d-recipe-callbar-button:not(.d-recipe-callbar-button--circle) {
|
|
8098
8153
|
line-height: var(--dt-font-line-height-300);
|
|
8099
8154
|
}
|
|
8100
|
-
.d-recipe-callbar-button.d-btn
|
|
8155
|
+
.d-recipe-callbar-button.d-btn--disabled {
|
|
8101
8156
|
background-color: unset;
|
|
8102
|
-
opacity:
|
|
8157
|
+
opacity: var(--dt-opacity-700);
|
|
8158
|
+
}
|
|
8159
|
+
.d-recipe-callbar-button__text {
|
|
8160
|
+
font-size: var(--dt-font-size-100);
|
|
8103
8161
|
}
|
|
8104
8162
|
.d-recipe-callbar-button--active .base-button__icon,
|
|
8105
8163
|
.d-recipe-callbar-button--active:hover .base-button__icon {
|
|
@@ -8142,6 +8200,13 @@ ul {
|
|
|
8142
8200
|
.d-recipe-callbar-button-with-popover__popover .d-popover__header .d-btn {
|
|
8143
8201
|
color: var(--dt-color-foreground-primary-inverted);
|
|
8144
8202
|
}
|
|
8203
|
+
.d-recipe-callbar-button-with-popover__popover .d-popover__header__content {
|
|
8204
|
+
display: flex;
|
|
8205
|
+
align-items: center;
|
|
8206
|
+
padding-right: var(--dt-space-450);
|
|
8207
|
+
padding-left: var(--dt-space-450);
|
|
8208
|
+
font-weight: normal;
|
|
8209
|
+
}
|
|
8145
8210
|
.d-recipe-callbar-button-with-popover__button.d-tab--selected::after,
|
|
8146
8211
|
.d-recipe-callbar-button-with-popover__button.d-tab--selected:hover::after {
|
|
8147
8212
|
--tab--bgc: var(--dt-color-surface-contrast);
|
|
@@ -8282,6 +8347,9 @@ ul {
|
|
|
8282
8347
|
.d-recipe-combobox-multi-select__input {
|
|
8283
8348
|
flex-grow: 1;
|
|
8284
8349
|
}
|
|
8350
|
+
.d-recipe-combobox-multi-select__input--hidden {
|
|
8351
|
+
color: transparent;
|
|
8352
|
+
}
|
|
8285
8353
|
.d-recipe-combobox-multi-select__input-wrapper {
|
|
8286
8354
|
position: relative;
|
|
8287
8355
|
display: block;
|
|
@@ -8336,7 +8404,18 @@ ul {
|
|
|
8336
8404
|
border: var(--dt-size-300) solid var(--contact-info-avatar-border-color);
|
|
8337
8405
|
border-radius: var(--dt-size-radius-pill);
|
|
8338
8406
|
}
|
|
8339
|
-
.d-recipe-
|
|
8407
|
+
.d-recipe-contact-info__avatars .d-avatar.d-recipe-contact-info__avatar-stacked {
|
|
8408
|
+
margin-left: var(--dt-space-550-negative);
|
|
8409
|
+
}
|
|
8410
|
+
.d-recipe-contact-info__avatars .d-avatar.d-recipe-contact-info__avatar-halo {
|
|
8411
|
+
border-color: var(--dt-color-border-brand);
|
|
8412
|
+
}
|
|
8413
|
+
.d-recipe-editor {
|
|
8414
|
+
display: flex;
|
|
8415
|
+
flex-direction: column;
|
|
8416
|
+
}
|
|
8417
|
+
.d-recipe-editor__top-bar {
|
|
8418
|
+
padding: var(--dt-space-400);
|
|
8340
8419
|
background-color: var(--dt-color-surface-secondary);
|
|
8341
8420
|
}
|
|
8342
8421
|
.d-recipe-editor__button-group-divider {
|
|
@@ -8345,6 +8424,36 @@ ul {
|
|
|
8345
8424
|
margin-left: var(--dt-space-400);
|
|
8346
8425
|
background: var(--dt-color-border-subtle);
|
|
8347
8426
|
}
|
|
8427
|
+
.d-recipe-editor-link__input-wrapper {
|
|
8428
|
+
margin-top: var(--dt-space-350);
|
|
8429
|
+
padding-top: var(--dt-space-200);
|
|
8430
|
+
padding-bottom: var(--dt-space-200);
|
|
8431
|
+
background-color: var(--dt-color-surface-secondary);
|
|
8432
|
+
border: var(--dt-size-border-100) solid var(--dt-color-border-default);
|
|
8433
|
+
outline: none;
|
|
8434
|
+
box-shadow: none !important;
|
|
8435
|
+
}
|
|
8436
|
+
.d-recipe-editor__popover-content {
|
|
8437
|
+
padding: var(--dt-space-500);
|
|
8438
|
+
}
|
|
8439
|
+
.d-recipe-editor__popover-footer {
|
|
8440
|
+
padding-right: var(--dt-space-450);
|
|
8441
|
+
padding-left: var(--dt-space-550);
|
|
8442
|
+
}
|
|
8443
|
+
.d-recipe-editor__content {
|
|
8444
|
+
margin: var(--dt-space-400) var(--dt-space-500) var(--dt-space-500);
|
|
8445
|
+
overflow: auto;
|
|
8446
|
+
cursor: text;
|
|
8447
|
+
}
|
|
8448
|
+
.d-recipe-editor__content-input {
|
|
8449
|
+
margin-top: var(--dt-space-350);
|
|
8450
|
+
margin-bottom: var(--dt-space-350);
|
|
8451
|
+
margin-left: var(--dt-space-500);
|
|
8452
|
+
}
|
|
8453
|
+
.d-recipe-editor__link {
|
|
8454
|
+
display: inline-block;
|
|
8455
|
+
cursor: text;
|
|
8456
|
+
}
|
|
8348
8457
|
.d-recipe-emoji-row {
|
|
8349
8458
|
display: flex;
|
|
8350
8459
|
flex-wrap: wrap;
|
|
@@ -8353,6 +8462,9 @@ ul {
|
|
|
8353
8462
|
.d-recipe-emoji-row__tooltip {
|
|
8354
8463
|
display: inline-block;
|
|
8355
8464
|
}
|
|
8465
|
+
.d-recipe-emoji-row__tooltip-content {
|
|
8466
|
+
max-width: var(--dt-size-975);
|
|
8467
|
+
}
|
|
8356
8468
|
.d-recipe-emoji-row__reaction {
|
|
8357
8469
|
--emoji-item-color-inset-shadow: transparent;
|
|
8358
8470
|
--emoji-item-color-foreground: var(--dt-action-color-foreground-muted-default);
|
|
@@ -8404,6 +8516,9 @@ ul {
|
|
|
8404
8516
|
display: inline-flex;
|
|
8405
8517
|
margin-right: var(--dt-space-300);
|
|
8406
8518
|
}
|
|
8519
|
+
.d-recipe-feed-item-pill--toggleable {
|
|
8520
|
+
cursor: pointer;
|
|
8521
|
+
}
|
|
8407
8522
|
.d-recipe-feed-item-pill__wrapper {
|
|
8408
8523
|
padding: var(--dt-space-400);
|
|
8409
8524
|
background-color: var(--dt-color-surface-secondary);
|
|
@@ -8591,6 +8706,9 @@ ul {
|
|
|
8591
8706
|
background-color: unset;
|
|
8592
8707
|
background-image: unset;
|
|
8593
8708
|
}
|
|
8709
|
+
.d-recipe-grouped-chip .d-chip__text {
|
|
8710
|
+
font-size: var(--dt-font-size-100);
|
|
8711
|
+
}
|
|
8594
8712
|
.d-recipe-grouped-chip__content {
|
|
8595
8713
|
font-variant-numeric: tabular-nums;
|
|
8596
8714
|
}
|
|
@@ -8614,20 +8732,48 @@ ul {
|
|
|
8614
8732
|
/* stylelint-disable-line meowtec/no-px */
|
|
8615
8733
|
cursor: pointer;
|
|
8616
8734
|
}
|
|
8617
|
-
.d-recipe-ivr-
|
|
8618
|
-
|
|
8619
|
-
align-items: center;
|
|
8735
|
+
.d-recipe-ivr-node .d-card {
|
|
8736
|
+
width: var(--dt-size-100-percent);
|
|
8620
8737
|
}
|
|
8621
|
-
.d-recipe-ivr-
|
|
8622
|
-
|
|
8623
|
-
|
|
8738
|
+
.d-recipe-ivr-node .d-card__header {
|
|
8739
|
+
margin-top: var(--dt-size-100-negative);
|
|
8740
|
+
padding: var(--dt-space-0);
|
|
8741
|
+
border-top-left-radius: var(--dt-size-border-300);
|
|
8742
|
+
border-top-right-radius: var(--dt-size-border-300);
|
|
8624
8743
|
}
|
|
8625
|
-
.d-recipe-ivr-
|
|
8626
|
-
|
|
8744
|
+
.d-recipe-ivr-node .d-card__content {
|
|
8745
|
+
padding: var(--dt-space-400) var(--dt-space-450) var(--dt-space-450);
|
|
8746
|
+
border-top: var(--dt-size-border-100) solid var(--dt-color-black-300);
|
|
8627
8747
|
}
|
|
8628
|
-
.d-recipe-ivr-
|
|
8629
|
-
-
|
|
8630
|
-
|
|
8748
|
+
.d-recipe-ivr-node-prompt .d-card__header {
|
|
8749
|
+
border-top: var(--dt-size-border-300) solid var(--dt-color-blue-200);
|
|
8750
|
+
}
|
|
8751
|
+
.d-recipe-ivr-node-prompt--selected .d-card {
|
|
8752
|
+
border: var(--dt-size-border-300) solid var(--dt-color-blue-300);
|
|
8753
|
+
border-radius: var(--dt-size-radius-400);
|
|
8754
|
+
}
|
|
8755
|
+
.d-recipe-ivr-node-prompt--selected .d-card__header {
|
|
8756
|
+
border-top: var(--dt-size-border-300) solid var(--dt-color-blue-300);
|
|
8757
|
+
}
|
|
8758
|
+
.d-recipe-ivr-node-logic .d-card__header {
|
|
8759
|
+
border-top: var(--dt-size-border-300) solid var(--dt-color-purple-200);
|
|
8760
|
+
}
|
|
8761
|
+
.d-recipe-ivr-node-logic--selected .d-card {
|
|
8762
|
+
border: var(--dt-size-border-300) solid var(--dt-color-purple-400);
|
|
8763
|
+
border-radius: var(--dt-size-radius-400);
|
|
8764
|
+
}
|
|
8765
|
+
.d-recipe-ivr-node-logic--selected .d-card__header {
|
|
8766
|
+
border-top: var(--dt-size-border-300) solid var(--dt-color-purple-400);
|
|
8767
|
+
}
|
|
8768
|
+
.d-recipe-ivr-node-terminal .d-card__header {
|
|
8769
|
+
border-top: var(--dt-size-border-300) solid var(--dt-color-red-100);
|
|
8770
|
+
}
|
|
8771
|
+
.d-recipe-ivr-node-terminal--selected .d-card {
|
|
8772
|
+
border: var(--dt-size-border-300) solid var(--dt-color-red-200);
|
|
8773
|
+
border-radius: var(--dt-size-radius-400);
|
|
8774
|
+
}
|
|
8775
|
+
.d-recipe-ivr-node-terminal--selected .d-card__header {
|
|
8776
|
+
border-top: var(--dt-size-border-300) solid var(--dt-color-red-200);
|
|
8631
8777
|
}
|
|
8632
8778
|
.d-recipe-ivr-node__connector {
|
|
8633
8779
|
z-index: var(--zi-base);
|
|
@@ -8654,6 +8800,21 @@ ul {
|
|
|
8654
8800
|
.d-recipe-ivr-node__connector-dtmf .d-recipe-ivr-node__connector--selected {
|
|
8655
8801
|
margin-bottom: var(--dt-space-500-negative);
|
|
8656
8802
|
}
|
|
8803
|
+
.d-recipe-ivr-node__header-left {
|
|
8804
|
+
display: flex;
|
|
8805
|
+
align-items: center;
|
|
8806
|
+
}
|
|
8807
|
+
.d-recipe-ivr-node__label {
|
|
8808
|
+
font-weight: var(--dt-font-weight-bold);
|
|
8809
|
+
font-size: var(--dt-font-size-200);
|
|
8810
|
+
}
|
|
8811
|
+
.d-recipe-ivr-node__dropdown-list {
|
|
8812
|
+
width: var(--dt-size-825);
|
|
8813
|
+
}
|
|
8814
|
+
.d-recipe-ivr-node__goto-icon {
|
|
8815
|
+
-webkit-transform: rotate(90deg);
|
|
8816
|
+
transform: rotate(90deg);
|
|
8817
|
+
}
|
|
8657
8818
|
.d-recipe-leftbar-row {
|
|
8658
8819
|
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
8659
8820
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
@@ -8963,6 +9124,53 @@ ul {
|
|
|
8963
9124
|
opacity: 0.9;
|
|
8964
9125
|
}
|
|
8965
9126
|
}
|
|
9127
|
+
.d-recipe-contact-row--active {
|
|
9128
|
+
color: var(--dt-color-foreground-success);
|
|
9129
|
+
}
|
|
9130
|
+
.d-recipe-contact-row--busy {
|
|
9131
|
+
color: var(--dt-color-foreground-critical);
|
|
9132
|
+
}
|
|
9133
|
+
.d-recipe-contact-row--away {
|
|
9134
|
+
color: var(--dt-color-foreground-warning);
|
|
9135
|
+
}
|
|
9136
|
+
.d-recipe-leftbar-general-row__icon {
|
|
9137
|
+
display: flex;
|
|
9138
|
+
align-items: center;
|
|
9139
|
+
justify-content: center;
|
|
9140
|
+
}
|
|
9141
|
+
.d-recipe-leftbar-general-row__contact-center--magenta-100 {
|
|
9142
|
+
background-color: var(--dt-color-magenta-100);
|
|
9143
|
+
}
|
|
9144
|
+
.d-recipe-leftbar-general-row__contact-center--magenta-200 {
|
|
9145
|
+
background-color: var(--dt-color-magenta-200);
|
|
9146
|
+
}
|
|
9147
|
+
.d-recipe-leftbar-general-row__contact-center--magenta-300 {
|
|
9148
|
+
background-color: var(--dt-color-magenta-300);
|
|
9149
|
+
}
|
|
9150
|
+
.d-recipe-leftbar-general-row__contact-center--magenta-400 {
|
|
9151
|
+
background-color: var(--dt-color-magenta-400);
|
|
9152
|
+
}
|
|
9153
|
+
.d-recipe-leftbar-general-row__contact-center--green-200 {
|
|
9154
|
+
background-color: var(--dt-color-green-200);
|
|
9155
|
+
}
|
|
9156
|
+
.d-recipe-leftbar-general-row__contact-center--green-500 {
|
|
9157
|
+
background-color: var(--dt-color-green-500);
|
|
9158
|
+
}
|
|
9159
|
+
.d-recipe-leftbar-general-row__contact-center--gold-300 {
|
|
9160
|
+
background-color: var(--dt-color-gold-300);
|
|
9161
|
+
}
|
|
9162
|
+
.d-recipe-leftbar-general-row__contact-center--purple-100 {
|
|
9163
|
+
background-color: var(--dt-color-purple-100);
|
|
9164
|
+
}
|
|
9165
|
+
.d-recipe-leftbar-general-row__contact-center--purple-300 {
|
|
9166
|
+
background-color: var(--dt-color-purple-300);
|
|
9167
|
+
}
|
|
9168
|
+
.d-recipe-leftbar-general-row__contact-center--purple-600 {
|
|
9169
|
+
background-color: var(--dt-color-purple-600);
|
|
9170
|
+
}
|
|
9171
|
+
.d-recipe-leftbar-general-row__contact-center--black-300 {
|
|
9172
|
+
background-color: var(--dt-color-black-300);
|
|
9173
|
+
}
|
|
8966
9174
|
.d-recipe-message-input {
|
|
8967
9175
|
display: flex;
|
|
8968
9176
|
flex-direction: column;
|
|
@@ -9042,6 +9250,10 @@ ul {
|
|
|
9042
9250
|
display: flex;
|
|
9043
9251
|
justify-content: flex-end;
|
|
9044
9252
|
}
|
|
9253
|
+
.d-recipe-message-input__sms-count {
|
|
9254
|
+
display: flex;
|
|
9255
|
+
align-items: center;
|
|
9256
|
+
}
|
|
9045
9257
|
.d-recipe-settings-menu-button {
|
|
9046
9258
|
width: var(--dt-size-550);
|
|
9047
9259
|
height: var(--dt-size-600);
|
|
@@ -9104,6 +9316,21 @@ ul {
|
|
|
9104
9316
|
margin: var(--dt-space-300) var(--dt-space-500) var(--dt-space-300) 0;
|
|
9105
9317
|
text-align: right;
|
|
9106
9318
|
}
|
|
9319
|
+
.d-recipe-top-banner-info--success {
|
|
9320
|
+
background-color: var(--dt-color-surface-success);
|
|
9321
|
+
}
|
|
9322
|
+
.d-recipe-top-banner-info--critical {
|
|
9323
|
+
background-color: var(--dt-color-surface-critical);
|
|
9324
|
+
}
|
|
9325
|
+
.d-recipe-top-banner-info--warning {
|
|
9326
|
+
background-color: var(--dt-color-surface-warning);
|
|
9327
|
+
}
|
|
9328
|
+
.d-recipe-top-banner-info--info {
|
|
9329
|
+
background-color: var(--dt-color-surface-info);
|
|
9330
|
+
}
|
|
9331
|
+
.d-recipe-top-banner-info--primary {
|
|
9332
|
+
background-color: var(--dt-color-surface-primary);
|
|
9333
|
+
}
|
|
9107
9334
|
.d-recipe-leftbar-unread-pill {
|
|
9108
9335
|
display: flex;
|
|
9109
9336
|
gap: var(--dt-space-300);
|
|
@@ -27704,14 +27931,8 @@ body {
|
|
|
27704
27931
|
}
|
|
27705
27932
|
|
|
27706
27933
|
@media (max-width: 980px) {
|
|
27707
|
-
.d-
|
|
27708
|
-
|
|
27709
|
-
}
|
|
27710
|
-
.d-root-layout__responsive--lg {
|
|
27711
|
-
grid-template-areas: 'header' 'sidebar' 'body' 'footer';
|
|
27712
|
-
grid-template-rows: -webkit-min-content auto 1fr -webkit-min-content;
|
|
27713
|
-
grid-template-rows: min-content auto 1fr min-content;
|
|
27714
|
-
grid-template-columns: 1fr;
|
|
27934
|
+
.d-recipe-callbar-button__text {
|
|
27935
|
+
display: none;
|
|
27715
27936
|
}
|
|
27716
27937
|
.lg\:d-stack {
|
|
27717
27938
|
--stack-gap: 0;
|