@dialpad/dialtone-css 8.46.3 → 8.46.5

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.
Files changed (31) hide show
  1. package/lib/build/less/components/avatar.less +2 -2
  2. package/lib/build/less/components/presence.less +2 -2
  3. package/lib/build/less/recipes/attachment_carousel.less +106 -106
  4. package/lib/build/less/recipes/callbar_button.less +21 -9
  5. package/lib/build/less/recipes/callbar_button_with_popover.less +14 -7
  6. package/lib/build/less/recipes/callbox.less +17 -17
  7. package/lib/build/less/recipes/combobox_multi_select.less +13 -9
  8. package/lib/build/less/recipes/contact_info.less +11 -3
  9. package/lib/build/less/recipes/editor.less +43 -2
  10. package/lib/build/less/recipes/emoji_row.less +11 -7
  11. package/lib/build/less/recipes/feed_item_pill.less +20 -16
  12. package/lib/build/less/recipes/feed_item_row.less +17 -17
  13. package/lib/build/less/recipes/grouped_chip.less +8 -5
  14. package/lib/build/less/recipes/ivr_node.less +93 -15
  15. package/lib/build/less/recipes/leftbar_row.less +103 -51
  16. package/lib/build/less/recipes/message_input.less +21 -16
  17. package/lib/build/less/recipes/settings_menu_button.less +2 -3
  18. package/lib/build/less/recipes/time_pill.less +2 -2
  19. package/lib/build/less/recipes/top_banner_info.less +26 -6
  20. package/lib/build/less/recipes/unread_pill.less +3 -3
  21. package/lib/dist/dialtone-default-theme.css +431 -267
  22. package/lib/dist/dialtone-default-theme.min.css +1 -1
  23. package/lib/dist/dialtone.css +431 -267
  24. package/lib/dist/dialtone.min.css +1 -1
  25. package/lib/dist/tokens/tokens-base-deca-dark.css +1325 -0
  26. package/lib/dist/tokens/tokens-base-deca-light.css +1085 -0
  27. package/lib/dist/tokens/tokens-deca-dark.css +2131 -0
  28. package/lib/dist/tokens/tokens-deca-light.css +2131 -0
  29. package/lib/dist/tokens/tokens-tmo-dark.css +62 -17
  30. package/lib/dist/tokens/tokens-tmo-light.css +45 -0
  31. package/package.json +3 -3
@@ -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;
@@ -998,8 +1009,8 @@ template {
998
1009
  border-radius: var(--dt-size-radius-pill);
999
1010
  box-shadow: 0 0 0 var(--dt-size-200) var(--avatar-count-color-shadow);
1000
1011
  }
1001
- .dt-recipe-leftbar-row--selected .d-avatar__count,
1002
- .dt-recipe-leftbar-row__primary:hover .d-avatar__count {
1012
+ .d-recipe-leftbar-row--selected .d-avatar__count,
1013
+ .d-recipe-leftbar-row__primary:hover .d-avatar__count {
1003
1014
  --avatar-count-color-shadow: var(--dt-theme-sidebar-row-color-background-hover);
1004
1015
  }
1005
1016
  .d-avatar--clickable {
@@ -4761,10 +4772,10 @@ legend .d-label--md {
4761
4772
  border-width: var(--presence-border-size);
4762
4773
  border-radius: var(--dt-size-radius-circle);
4763
4774
  }
4764
- .dt-recipe-leftbar-row--selected .d-presence {
4775
+ .d-recipe-leftbar-row--selected .d-presence {
4765
4776
  --presence-color-border-base: var(--dt-theme-sidebar-selected-row-color-background);
4766
4777
  }
4767
- .dt-recipe-leftbar-row__primary:hover .d-presence {
4778
+ .d-recipe-leftbar-row__primary:hover .d-presence {
4768
4779
  --presence-color-border-base: var(--dt-theme-sidebar-row-color-background-hover);
4769
4780
  }
4770
4781
  .d-presence__inner {
@@ -7997,22 +8008,22 @@ ul {
7997
8008
  .d-fvn-unset {
7998
8009
  font-variant-numeric: unset !important;
7999
8010
  }
8000
- .dt-recipe-attachment-carousel {
8011
+ .d-recipe-attachment-carousel {
8001
8012
  position: relative;
8002
8013
  width: var(--dt-space-1000);
8003
8014
  max-height: 100px;
8004
8015
  /* stylelint-disable-line meowtec/no-px */
8005
8016
  }
8006
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__media-list {
8017
+ .d-recipe-attachment-carousel__media-list {
8007
8018
  display: flex;
8008
8019
  flex-direction: row;
8009
8020
  padding-left: 0;
8010
8021
  overflow-x: scroll;
8011
8022
  }
8012
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__media-list::-webkit-scrollbar {
8023
+ .d-recipe-attachment-carousel__media-list::-webkit-scrollbar {
8013
8024
  display: none;
8014
8025
  }
8015
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__arrow {
8026
+ .d-recipe-attachment-carousel__arrow {
8016
8027
  position: absolute;
8017
8028
  top: var(--dt-space-30-percent);
8018
8029
  background-color: var(--dt-color-neutral-white);
@@ -8021,19 +8032,19 @@ ul {
8021
8032
  border-width: var(--dt-size-100);
8022
8033
  opacity: 0;
8023
8034
  }
8024
- .dt-recipe-attachment-carousel:hover .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__arrow {
8035
+ .d-recipe-attachment-carousel:hover .d-recipe-attachment-carousel__arrow {
8025
8036
  opacity: 1;
8026
8037
  }
8027
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__arrow .dt-recipe-attachment-carousel__arrow--left {
8038
+ .d-recipe-attachment-carousel__arrow--left {
8028
8039
  left: var(--dt-space-300);
8029
8040
  }
8030
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__arrow .dt-recipe-attachment-carousel__arrow--right {
8041
+ .d-recipe-attachment-carousel__arrow--right {
8031
8042
  right: var(--dt-space-300);
8032
8043
  }
8033
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__image {
8044
+ .d-recipe-attachment-carousel__image {
8034
8045
  position: relative;
8035
8046
  }
8036
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__image .dt-recipe-attachment-carousel__image__close-button {
8047
+ .d-recipe-attachment-carousel__image-close-button {
8037
8048
  position: absolute;
8038
8049
  top: inherit;
8039
8050
  right: inherit;
@@ -8044,11 +8055,11 @@ ul {
8044
8055
  border-width: var(--dt-size-200);
8045
8056
  opacity: 0;
8046
8057
  }
8047
- .dt-recipe-attachment-carousel__image:focus-within .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__image .dt-recipe-attachment-carousel__image__close-button,
8048
- .dt-recipe-attachment-carousel__image:hover .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__image .dt-recipe-attachment-carousel__image__close-button {
8058
+ .d-recipe-attachment-carousel__image:focus-within .d-recipe-attachment-carousel__image-close-button,
8059
+ .d-recipe-attachment-carousel__image:hover .d-recipe-attachment-carousel__image-close-button {
8049
8060
  opacity: 1;
8050
8061
  }
8051
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__image .dt-recipe-attachment-carousel__image__viewer {
8062
+ .d-recipe-attachment-carousel__image-viewer {
8052
8063
  width: var(--dt-size-700);
8053
8064
  height: var(--dt-size-700);
8054
8065
  -o-object-fit: cover;
@@ -8058,12 +8069,12 @@ ul {
8058
8069
  border-width: var(--dt-size-350);
8059
8070
  border-radius: var(--br4);
8060
8071
  }
8061
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__image .dt-recipe-attachment-carousel__image__top-right {
8072
+ .d-recipe-attachment-carousel__image-top-right {
8062
8073
  position: absolute;
8063
8074
  top: var(--dt-size-100);
8064
8075
  right: var(--dt-size-100);
8065
8076
  }
8066
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__image .dt-recipe-attachment-carousel__image__progress-bar {
8077
+ .d-recipe-attachment-carousel__image-progress-bar {
8067
8078
  position: absolute;
8068
8079
  top: inherit;
8069
8080
  right: inherit;
@@ -8076,49 +8087,57 @@ ul {
8076
8087
  -webkit-transform: rotate(-90deg);
8077
8088
  transform: rotate(-90deg);
8078
8089
  }
8079
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__progress-bar {
8090
+ .d-recipe-attachment-carousel__progress-bar {
8080
8091
  width: var(--dt-size-550);
8081
8092
  height: var(--dt-size-550);
8082
8093
  }
8083
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__progress-bar .dt-recipe-attachment-carousel__progress-bar__circle {
8094
+ .d-recipe-attachment-carousel__progress-bar-circle {
8084
8095
  fill: none;
8085
8096
  stroke-width: 2;
8086
8097
  stroke-dasharray: var(--stroke-dasharray);
8087
8098
  }
8088
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__progress-bar .dt-recipe-attachment-carousel__progress-bar__circle:nth-child(1) {
8099
+ .d-recipe-attachment-carousel__progress-bar-circle:nth-child(1) {
8089
8100
  stroke: var(--dt-color-black-100);
8090
8101
  stroke-dashoffset: 0;
8091
8102
  }
8092
- .dt-recipe-attachment-carousel .dt-recipe-attachment-carousel__progress-bar .dt-recipe-attachment-carousel__progress-bar__circle:nth-child(2) {
8103
+ .d-recipe-attachment-carousel__progress-bar-circle:nth-child(2) {
8093
8104
  transition: stroke-dashoffset 500ms linear;
8094
8105
  stroke: var(--dt-color-purple-500);
8095
8106
  stroke-dashoffset: var(--stroke-dashoffset);
8096
8107
  }
8097
- .dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle) {
8108
+ .d-recipe-callbar-button {
8109
+ padding-right: var(--dt-space-0);
8110
+ padding-left: var(--dt-space-0);
8111
+ color: var(--dt-color-foreground-primary);
8112
+ }
8113
+ .d-recipe-callbar-button:not(.d-recipe-callbar-button--circle) {
8098
8114
  line-height: var(--dt-font-line-height-300);
8099
8115
  }
8100
- .dt-recipe-callbar-button .dt-recipe-callbar-button.d-btn[disabled] {
8116
+ .d-recipe-callbar-button.d-btn--disabled {
8101
8117
  background-color: unset;
8102
- opacity: 0.5;
8118
+ opacity: var(--dt-opacity-700);
8119
+ }
8120
+ .d-recipe-callbar-button__text {
8121
+ font-size: var(--dt-font-size-100);
8103
8122
  }
8104
- .dt-recipe-callbar-button--active .base-button__icon,
8105
- .dt-recipe-callbar-button--active:hover .base-button__icon {
8106
- color: var(--primary-color);
8123
+ .d-recipe-callbar-button--active .base-button__icon,
8124
+ .d-recipe-callbar-button--active:hover .base-button__icon {
8125
+ color: var(--dt-theme-mention-color-background);
8107
8126
  }
8108
- .dt-recipe-callbar-button--disabled {
8127
+ .d-recipe-callbar-button--disabled {
8109
8128
  cursor: not-allowed;
8110
8129
  }
8111
- .dt-recipe-callbar-button--circle {
8130
+ .d-recipe-callbar-button--circle {
8112
8131
  border-radius: var(--dt-size-radius-circle);
8113
8132
  }
8114
- .dt-recipe-callbar-button--circle.d-btn[disabled] {
8133
+ .d-recipe-callbar-button--circle.d-btn[disabled] {
8115
8134
  border-color: unset;
8116
8135
  }
8117
- .dt-recipe-callbar-button-with-popover {
8136
+ .d-recipe-callbar-button-with-popover {
8118
8137
  display: flex;
8119
8138
  align-items: flex-start;
8120
8139
  }
8121
- .dt-recipe-callbar-button-with-popover__arrow {
8140
+ .d-recipe-callbar-button-with-popover__arrow {
8122
8141
  width: var(--dt-size-500);
8123
8142
  height: var(--dt-size-500);
8124
8143
  margin-top: var(--dt-space-450);
@@ -8126,80 +8145,87 @@ ul {
8126
8145
  padding: var(--dt-space-400);
8127
8146
  border-radius: var(--dt-size-300);
8128
8147
  }
8129
- .dt-recipe-callbar-button-with-popover__arrow .d-btn--active {
8148
+ .d-recipe-callbar-button-with-popover__arrow .d-btn--active {
8130
8149
  background: var(--dt-color-surface-moderate-opaque);
8131
8150
  }
8132
- .dt-recipe-callbar-button-with-popover__arrow--large {
8151
+ .d-recipe-callbar-button-with-popover__arrow--large {
8133
8152
  margin-left: var(--dt-space-550-negative);
8134
8153
  }
8135
- .dt-recipe-callbar-button-with-popover__arrow-icon {
8154
+ .d-recipe-callbar-button-with-popover__arrow-icon {
8136
8155
  color: var(--dt-color-black-800);
8137
8156
  }
8138
- .dt-recipe-callbar-button-with-popover__popover .d-popover__header {
8157
+ .d-recipe-callbar-button-with-popover__popover .d-popover__header {
8139
8158
  color: var(--dt-color-foreground-primary-inverted);
8140
8159
  background: var(--dt-color-surface-contrast);
8141
8160
  }
8142
- .dt-recipe-callbar-button-with-popover__popover .d-popover__header .d-btn {
8161
+ .d-recipe-callbar-button-with-popover__popover .d-popover__header .d-btn {
8143
8162
  color: var(--dt-color-foreground-primary-inverted);
8144
8163
  }
8145
- .dt-recipe-callbar-button-with-popover__button.d-tab--selected::after,
8146
- .dt-recipe-callbar-button-with-popover__button.d-tab--selected:hover::after {
8164
+ .d-recipe-callbar-button-with-popover__popover .d-popover__header__content {
8165
+ display: flex;
8166
+ align-items: center;
8167
+ padding-right: var(--dt-space-450);
8168
+ padding-left: var(--dt-space-450);
8169
+ font-weight: normal;
8170
+ }
8171
+ .d-recipe-callbar-button-with-popover__button.d-tab--selected::after,
8172
+ .d-recipe-callbar-button-with-popover__button.d-tab--selected:hover::after {
8147
8173
  --tab--bgc: var(--dt-color-surface-contrast);
8148
8174
  }
8149
- .dt-recipe-callbar-button-with-popover__button.tab-group {
8175
+ .d-recipe-callbar-button-with-popover__button.tab-group {
8150
8176
  display: flex;
8151
8177
  flex-direction: column;
8152
8178
  height: 100%;
8153
8179
  }
8154
- .dt-recipe-callbar-button-with-popover__button.tab-content {
8180
+ .d-recipe-callbar-button-with-popover__button.tab-content {
8155
8181
  flex: 1 1 100%;
8156
8182
  overflow-y: auto;
8157
8183
  }
8158
- .dt-recipe-callbox {
8184
+ .d-recipe-callbox {
8159
8185
  padding: 0;
8160
8186
  color: var(--dt-color-foreground-primary);
8161
8187
  background-color: var(--dt-color-surface-primary);
8162
8188
  border-radius: var(--dt-size-radius-300);
8163
8189
  }
8164
- .dt-recipe-callbox__video {
8190
+ .d-recipe-callbox__video {
8165
8191
  display: flex;
8166
8192
  margin-bottom: var(--dt-space-300-negative);
8167
8193
  overflow: clip;
8168
8194
  border-radius: var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;
8169
8195
  }
8170
- .dt-recipe-callbox__main-content {
8196
+ .d-recipe-callbox__main-content {
8171
8197
  align-items: stretch;
8172
8198
  padding: 0;
8173
8199
  border: var(--dt-size-border-100) solid transparent;
8174
8200
  border-radius: var(--dt-size-radius-300);
8175
8201
  }
8176
- .dt-recipe-callbox__main-content.dt-recipe-callbox__border-default {
8202
+ .d-recipe-callbox__main-content.d-recipe-callbox__border-default {
8177
8203
  border-color: var(--dt-color-border-default);
8178
8204
  }
8179
- .dt-recipe-callbox__main-content.dt-recipe-callbox__border-ai {
8205
+ .d-recipe-callbox__main-content.d-recipe-callbox__border-ai {
8180
8206
  background: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, linear-gradient(135deg, var(--dt-color-border-accent), var(--dt-color-border-brand)) border-box;
8181
8207
  }
8182
- .dt-recipe-callbox__main-content.dt-recipe-callbox__border-critical {
8208
+ .d-recipe-callbox__main-content.d-recipe-callbox__border-critical {
8183
8209
  background: radial-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, radial-gradient(circle, #E7301D, #F78B23) border-box;
8184
8210
  }
8185
- .dt-recipe-callbox__main-content-top {
8211
+ .d-recipe-callbox__main-content-top {
8186
8212
  display: flex;
8187
8213
  align-items: center;
8188
8214
  padding: var(--dt-space-350) var(--dt-space-400);
8189
8215
  }
8190
- .dt-recipe-callbox__main-content-bottom {
8216
+ .d-recipe-callbox__main-content-bottom {
8191
8217
  border-top: 1px solid var(--dt-color-border-subtle);
8192
8218
  }
8193
- .dt-recipe-callbox__avatar {
8219
+ .d-recipe-callbox__avatar {
8194
8220
  margin-right: var(--dt-space-400);
8195
8221
  }
8196
- .dt-recipe-callbox__content {
8222
+ .d-recipe-callbox__content {
8197
8223
  display: flex;
8198
8224
  flex: 1 0 auto;
8199
8225
  flex-direction: column;
8200
8226
  min-width: 0;
8201
8227
  }
8202
- .dt-recipe-callbox__content-title {
8228
+ .d-recipe-callbox__content-title {
8203
8229
  width: 0;
8204
8230
  min-width: 100%;
8205
8231
  padding: 0;
@@ -8216,10 +8242,10 @@ ul {
8216
8242
  -ms-user-select: text;
8217
8243
  user-select: text;
8218
8244
  }
8219
- .dt-recipe-callbox__content-badge {
8245
+ .d-recipe-callbox__content-badge {
8220
8246
  line-height: normal;
8221
8247
  }
8222
- .dt-recipe-callbox__content-subtitle {
8248
+ .d-recipe-callbox__content-subtitle {
8223
8249
  width: 0;
8224
8250
  min-width: 100%;
8225
8251
  padding: 0;
@@ -8228,36 +8254,36 @@ ul {
8228
8254
  font-size: var(--dt-font-size-100);
8229
8255
  line-height: normal;
8230
8256
  }
8231
- .dt-recipe-callbox__right {
8257
+ .d-recipe-callbox__right {
8232
8258
  display: flex;
8233
8259
  justify-content: right;
8234
8260
  }
8235
- .dt-recipe-callbox--clickable .dt-recipe-callbox__content-title {
8261
+ .d-recipe-callbox--clickable .d-recipe-callbox__content-title {
8236
8262
  border-radius: var(--dt-size-100);
8237
8263
  cursor: pointer;
8238
8264
  -webkit-user-select: none;
8239
8265
  -ms-user-select: none;
8240
8266
  user-select: none;
8241
8267
  }
8242
- .dt-recipe-callbox--clickable .dt-recipe-callbox__content-title:focus-visible {
8268
+ .d-recipe-callbox--clickable .d-recipe-callbox__content-title:focus-visible {
8243
8269
  outline: none;
8244
8270
  box-shadow: var(--dt-shadow-focus);
8245
8271
  }
8246
- .dt-recipe-callbox--clickable .dt-recipe-callbox__content-title:hover,
8247
- .dt-recipe-callbox--clickable .dt-recipe-callbox__content-title:active {
8272
+ .d-recipe-callbox--clickable .d-recipe-callbox__content-title:hover,
8273
+ .d-recipe-callbox--clickable .d-recipe-callbox__content-title:active {
8248
8274
  text-decoration: underline;
8249
8275
  }
8250
- .dt-recipe-callbox__badge--warning {
8276
+ .d-recipe-callbox__badge--warning {
8251
8277
  background-color: var(--dt-color-surface-warning);
8252
8278
  }
8253
- .dt-recipe-combobox-multi-select__chip {
8279
+ .d-recipe-combobox-multi-select__chip {
8254
8280
  z-index: var(--zi-base1);
8255
8281
  max-width: var(--dt-size-100-percent);
8256
8282
  margin-top: var(--dt-space-300);
8257
8283
  margin-right: var(--dt-space-200);
8258
8284
  margin-left: var(--dt-space-200);
8259
8285
  }
8260
- .dt-recipe-combobox-multi-select__chip-wrapper {
8286
+ .d-recipe-combobox-multi-select__chip-wrapper {
8261
8287
  position: absolute;
8262
8288
  max-width: calc(var(--dt-size-100-percent) - var(--dt-space-400));
8263
8289
  max-height: initial;
@@ -8266,45 +8292,48 @@ ul {
8266
8292
  padding-left: var(--dt-space-100);
8267
8293
  overflow-y: visible;
8268
8294
  }
8269
- .dt-recipe-combobox-multi-select__chip-wrapper-md--collapsed {
8295
+ .d-recipe-combobox-multi-select__chip-wrapper-md--collapsed {
8270
8296
  max-height: 2.8rem;
8271
8297
  overflow-y: hidden;
8272
8298
  }
8273
- .dt-recipe-combobox-multi-select__chip-wrapper-sm--collapsed,
8274
- .dt-recipe-combobox-multi-select__chip-wrapper-xs--collapsed {
8299
+ .d-recipe-combobox-multi-select__chip-wrapper-sm--collapsed,
8300
+ .d-recipe-combobox-multi-select__chip-wrapper-xs--collapsed {
8275
8301
  max-height: 2.5rem;
8276
8302
  overflow-y: hidden;
8277
8303
  }
8278
- .dt-recipe-combobox-multi-select__chip--truncate {
8304
+ .d-recipe-combobox-multi-select__chip--truncate {
8279
8305
  white-space: nowrap;
8280
8306
  text-overflow: ellipsis;
8281
8307
  }
8282
- .dt-recipe-combobox-multi-select__input {
8308
+ .d-recipe-combobox-multi-select__input {
8283
8309
  flex-grow: 1;
8284
8310
  }
8285
- .dt-recipe-combobox-multi-select__input-wrapper {
8311
+ .d-recipe-combobox-multi-select__input--hidden {
8312
+ color: transparent;
8313
+ }
8314
+ .d-recipe-combobox-multi-select__input-wrapper {
8286
8315
  position: relative;
8287
8316
  display: block;
8288
8317
  }
8289
- .dt-recipe-combobox-multi-select__list--loading {
8318
+ .d-recipe-combobox-multi-select__list--loading {
8290
8319
  padding-top: var(--dt-space-500);
8291
8320
  padding-bottom: var(--dt-space-500);
8292
8321
  text-align: center;
8293
8322
  }
8294
- .dt-recipe-contact-info {
8323
+ .d-recipe-contact-info {
8295
8324
  --contact-info-avatar-border-color: var(--dt-color-surface-primary);
8296
8325
  display: flex;
8297
8326
  }
8298
- .dt-recipe-contact-info .d-item-layout {
8327
+ .d-recipe-contact-info .d-item-layout {
8299
8328
  flex: 1 1 0;
8300
8329
  }
8301
- .dt-recipe-contact-info .d-item-layout--content {
8330
+ .d-recipe-contact-info .d-item-layout--content {
8302
8331
  /*
8303
8332
  DP-74536: Add `min-width` to make the width of "contact info" adjustable.
8304
8333
  */
8305
8334
  min-width: var(--dt-space-825);
8306
8335
  }
8307
- .dt-recipe-contact-info .d-item-layout--left {
8336
+ .d-recipe-contact-info .d-item-layout--left {
8308
8337
  align-items: center;
8309
8338
  justify-content: flex-start;
8310
8339
  /*
@@ -8312,48 +8341,92 @@ ul {
8312
8341
  */
8313
8342
  min-width: var(--dt-space-650);
8314
8343
  }
8315
- .dt-recipe-contact-info .d-item-layout--right {
8344
+ .d-recipe-contact-info .d-item-layout--right {
8316
8345
  align-items: center;
8317
8346
  /*
8318
8347
  DP-74536: Remove `min-width` which cause extra unused empty space on the right of "contact info".
8319
8348
  */
8320
8349
  min-width: 0;
8321
8350
  }
8322
- .dt-recipe-contact-info__left {
8351
+ .d-recipe-contact-info__left {
8323
8352
  position: relative;
8324
8353
  background-color: transparent;
8325
8354
  background-image: none;
8326
8355
  border-width: 0;
8327
8356
  cursor: pointer;
8328
8357
  }
8329
- .dt-recipe-contact-info__avatars {
8358
+ .d-recipe-contact-info__avatars {
8330
8359
  display: flex;
8331
8360
  flex-direction: row;
8332
8361
  margin-right: var(--dt-space-300-negative);
8333
8362
  }
8334
- .dt-recipe-contact-info__avatars .d-avatar {
8363
+ .d-recipe-contact-info__avatars .d-avatar {
8335
8364
  box-sizing: unset;
8336
8365
  border: var(--dt-size-300) solid var(--contact-info-avatar-border-color);
8337
8366
  border-radius: var(--dt-size-radius-pill);
8338
8367
  }
8339
- .dt-recipe-editor__top-bar-background {
8368
+ .d-recipe-contact-info__avatars .d-avatar.d-recipe-contact-info__avatar-stacked {
8369
+ margin-left: var(--dt-space-550-negative);
8370
+ }
8371
+ .d-recipe-contact-info__avatars .d-avatar.d-recipe-contact-info__avatar-halo {
8372
+ border-color: var(--dt-color-border-brand);
8373
+ }
8374
+ .d-recipe-editor {
8375
+ display: flex;
8376
+ flex-direction: column;
8377
+ }
8378
+ .d-recipe-editor__top-bar {
8379
+ padding: var(--dt-space-400);
8340
8380
  background-color: var(--dt-color-surface-secondary);
8341
8381
  }
8342
- .dt-recipe-editor__button-group-divider {
8382
+ .d-recipe-editor__button-group-divider {
8343
8383
  width: var(--dt-size-100);
8344
8384
  height: calc(var(--dt-size-550) + var(--dt-size-300));
8345
8385
  margin-left: var(--dt-space-400);
8346
8386
  background: var(--dt-color-border-subtle);
8347
8387
  }
8348
- .dt-recipe-emoji-row {
8388
+ .d-recipe-editor-link__input-wrapper {
8389
+ margin-top: var(--dt-space-350);
8390
+ padding-top: var(--dt-space-200);
8391
+ padding-bottom: var(--dt-space-200);
8392
+ background-color: var(--dt-color-surface-secondary);
8393
+ border: var(--dt-size-border-100) solid var(--dt-color-border-default);
8394
+ outline: none;
8395
+ box-shadow: none !important;
8396
+ }
8397
+ .d-recipe-editor__popover-content {
8398
+ padding: var(--dt-space-500);
8399
+ }
8400
+ .d-recipe-editor__popover-footer {
8401
+ padding-right: var(--dt-space-450);
8402
+ padding-left: var(--dt-space-550);
8403
+ }
8404
+ .d-recipe-editor__content {
8405
+ margin: var(--dt-space-400) var(--dt-space-500) var(--dt-space-500);
8406
+ overflow: auto;
8407
+ cursor: text;
8408
+ }
8409
+ .d-recipe-editor__content-input {
8410
+ margin-top: var(--dt-space-350);
8411
+ margin-bottom: var(--dt-space-350);
8412
+ margin-left: var(--dt-space-500);
8413
+ }
8414
+ .d-recipe-editor__link {
8415
+ display: inline-block;
8416
+ cursor: text;
8417
+ }
8418
+ .d-recipe-emoji-row {
8349
8419
  display: flex;
8350
8420
  flex-wrap: wrap;
8351
8421
  gap: var(--dt-space-300);
8352
8422
  }
8353
- .dt-recipe-emoji-row__tooltip {
8423
+ .d-recipe-emoji-row__tooltip {
8354
8424
  display: inline-block;
8355
8425
  }
8356
- .dt-recipe-emoji-row__reaction {
8426
+ .d-recipe-emoji-row__tooltip-content {
8427
+ max-width: var(--dt-size-975);
8428
+ }
8429
+ .d-recipe-emoji-row__reaction {
8357
8430
  --emoji-item-color-inset-shadow: transparent;
8358
8431
  --emoji-item-color-foreground: var(--dt-action-color-foreground-muted-default);
8359
8432
  --emoji-item-color-background: var(--dt-action-color-background-muted-hover);
@@ -8365,51 +8438,54 @@ ul {
8365
8438
  border-radius: var(--dt-size-radius-pill);
8366
8439
  box-shadow: inset 0 0 0 var(--dt-size-border-100) var(--emoji-item-color-inset-shadow);
8367
8440
  }
8368
- .dt-recipe-emoji-row__reaction.dt-recipe-emoji-row__picker {
8441
+ .d-recipe-emoji-row__reaction.d-recipe-emoji-row__picker {
8369
8442
  padding: var(--dt-space-200) var(--dt-space-350);
8370
8443
  }
8371
- .dt-recipe-emoji-row__reaction:hover {
8444
+ .d-recipe-emoji-row__reaction:hover {
8372
8445
  --emoji-item-color-inset-shadow: var(--dt-color-border-subtle);
8373
8446
  --emoji-item-color-foreground: var(--dt-action-color-foreground-muted-hover);
8374
8447
  }
8375
- .dt-recipe-emoji-row__reaction:active {
8448
+ .d-recipe-emoji-row__reaction:active {
8376
8449
  --emoji-item-color-background: var(--dt-action-color-background-muted-active);
8377
8450
  --emoji-item-color-foreground: var(--dt-action-color-foreground-muted-active);
8378
8451
  -webkit-transform: scale(0.98);
8379
8452
  transform: scale(0.98);
8380
8453
  }
8381
- .dt-recipe-emoji-row__reaction--selected {
8454
+ .d-recipe-emoji-row__reaction--selected {
8382
8455
  --emoji-item-color-inset-shadow: var(--dt-color-border-brand);
8383
8456
  --emoji-item-color-foreground: var(--dt-color-link-primary);
8384
8457
  --emoji-item-color-background: var(--dt-action-color-background-base-hover);
8385
8458
  }
8386
- .dt-recipe-emoji-row__reaction--selected .dt-recipe-emoji-row__reaction-number {
8459
+ .d-recipe-emoji-row__reaction--selected .d-recipe-emoji-row__reaction-number {
8387
8460
  font-weight: var(--dt-font-weight-bold);
8388
8461
  }
8389
- .dt-recipe-emoji-row__reaction--selected:hover {
8462
+ .d-recipe-emoji-row__reaction--selected:hover {
8390
8463
  --emoji-item-color-inset-shadow: var(--dt-color-border-brand-strong);
8391
8464
  --emoji-item-color-foreground: var(--dt-color-link-primary-hover);
8392
8465
  }
8393
- .dt-recipe-emoji-row__reaction--selected:active {
8466
+ .d-recipe-emoji-row__reaction--selected:active {
8394
8467
  --emoji-item-color-background: var(--dt-action-color-background-base-active);
8395
8468
  }
8396
- .dt-recipe-emoji-row__reaction-number {
8469
+ .d-recipe-emoji-row__reaction-number {
8397
8470
  font-weight: var(--dt-typography-body-sm-font-weight);
8398
8471
  font-size: var(--dt-typography-body-sm-font-size);
8399
8472
  font-family: var(--dt-typography-body-sm-font-family);
8400
8473
  font-variant: tabular-nums;
8401
8474
  line-height: var(--dt-font-line-height-100);
8402
8475
  }
8403
- .dt-recipe-emoji-row__emoji {
8476
+ .d-recipe-emoji-row__emoji {
8404
8477
  display: inline-flex;
8405
8478
  margin-right: var(--dt-space-300);
8406
8479
  }
8407
- .dt-recipe-feed-item-pill__wrapper {
8480
+ .d-recipe-feed-item-pill--toggleable {
8481
+ cursor: pointer;
8482
+ }
8483
+ .d-recipe-feed-item-pill__wrapper {
8408
8484
  padding: var(--dt-space-400);
8409
8485
  background-color: var(--dt-color-surface-secondary);
8410
8486
  }
8411
- .dt-recipe-feed-item-pill__button {
8412
- width: 100%;
8487
+ .d-recipe-feed-item-pill__button {
8488
+ width: var(--dt-size-100-percent);
8413
8489
  text-align: left;
8414
8490
  background-color: var(--dt-color-surface-moderate);
8415
8491
  border-width: 0;
@@ -8420,46 +8496,46 @@ ul {
8420
8496
  --button-color-text: var(--dt-action-color-foreground-muted-default);
8421
8497
  --button-border-radius: var(--dt-size-radius-600);
8422
8498
  }
8423
- .dt-recipe-feed-item-pill__layout {
8499
+ .d-recipe-feed-item-pill__layout {
8424
8500
  gap: var(--dt-space-300);
8425
- width: 100%;
8501
+ width: var(--dt-size-100-percent);
8426
8502
  padding: var(--dt-space-400);
8427
8503
  }
8428
- .dt-recipe-feed-item-pill__layout > .d-item-layout--left {
8504
+ .d-recipe-feed-item-pill__layout > .d-item-layout--left {
8429
8505
  justify-content: center;
8430
8506
  padding-right: var(--dt-space-0);
8431
8507
  }
8432
- .dt-recipe-feed-item-pill__icon {
8508
+ .d-recipe-feed-item-pill__icon {
8433
8509
  display: flex;
8434
8510
  }
8435
- .dt-recipe-feed-item-pill__icon svg {
8436
- -webkit-animation: fade 0.15s ease-in;
8437
- animation: fade 0.15s ease-in;
8511
+ .d-recipe-feed-item-pill__icon svg {
8512
+ -webkit-animation: d-recipe-feed-item-pill-fade 0.15s ease-in;
8513
+ animation: d-recipe-feed-item-pill-fade 0.15s ease-in;
8438
8514
  }
8439
- .dt-recipe-feed-item-pill__content {
8515
+ .d-recipe-feed-item-pill__content {
8440
8516
  display: flex;
8441
8517
  justify-content: center;
8442
8518
  }
8443
- .dt-recipe-feed-item-pill__title {
8519
+ .d-recipe-feed-item-pill__title {
8444
8520
  font-weight: var(--dt-font-weight-bold);
8445
8521
  }
8446
- .dt-recipe-feed-item-pill__border {
8522
+ .d-recipe-feed-item-pill__border {
8447
8523
  overflow: hidden;
8448
8524
  background-clip: content-box, border-box;
8449
8525
  background-origin: border-box;
8450
- border: double 1px transparent;
8526
+ border: double var(--dt-size-100) transparent;
8451
8527
  border-radius: var(--dt-size-radius-600);
8452
8528
  }
8453
- .dt-recipe-feed-item-pill__border--default {
8529
+ .d-recipe-feed-item-pill__border--default {
8454
8530
  background: var(--dt-color-border-default);
8455
8531
  }
8456
- .dt-recipe-feed-item-pill__border--ai {
8532
+ .d-recipe-feed-item-pill__border--ai {
8457
8533
  background-image: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)), var(--dt-badge-color-background-ai);
8458
8534
  }
8459
- .dt-recipe-feed-item-pill__border--critical {
8535
+ .d-recipe-feed-item-pill__border--critical {
8460
8536
  background: var(--dt-color-foreground-critical);
8461
8537
  }
8462
- @-webkit-keyframes fade {
8538
+ @-webkit-keyframes d-recipe-feed-item-pill-fade {
8463
8539
  0% {
8464
8540
  -webkit-transform: scale(0);
8465
8541
  transform: scale(0);
@@ -8469,7 +8545,7 @@ ul {
8469
8545
  transform: scale(1);
8470
8546
  }
8471
8547
  }
8472
- @keyframes fade {
8548
+ @keyframes d-recipe-feed-item-pill-fade {
8473
8549
  0% {
8474
8550
  -webkit-transform: scale(0);
8475
8551
  transform: scale(0);
@@ -8479,21 +8555,21 @@ ul {
8479
8555
  transform: scale(1);
8480
8556
  }
8481
8557
  }
8482
- .dt-recipe-feed-item-row {
8558
+ .d-recipe-feed-item-row {
8483
8559
  position: relative;
8484
8560
  box-sizing: border-box;
8485
8561
  width: var(--dt-size-100-percent);
8486
8562
  padding: var(--dt-space-300) var(--dt-space-500);
8487
8563
  }
8488
- .dt-recipe-feed-item-row:focus-visible {
8564
+ .d-recipe-feed-item-row:focus-visible {
8489
8565
  box-shadow: var(--dt-shadow-focus-inset);
8490
8566
  }
8491
- .dt-recipe-feed-item-row > .d-item-layout {
8567
+ .d-recipe-feed-item-row > .d-item-layout {
8492
8568
  min-height: initial;
8493
8569
  padding: 0;
8494
8570
  font: var(--dt-typography-body-md-compact);
8495
8571
  }
8496
- .dt-recipe-feed-item-row > .d-item-layout > .d-item-layout--left {
8572
+ .d-recipe-feed-item-row > .d-item-layout > .d-item-layout--left {
8497
8573
  display: block;
8498
8574
  align-self: flex-start;
8499
8575
  min-width: calc(var(--dt-space-600) + var(--dt-space-300));
@@ -8501,39 +8577,39 @@ ul {
8501
8577
  padding-left: var(--dt-space-0);
8502
8578
  text-align: end;
8503
8579
  }
8504
- .dt-recipe-feed-item-row > .d-item-layout > .d-item-layout--right {
8580
+ .d-recipe-feed-item-row > .d-item-layout > .d-item-layout--right {
8505
8581
  min-width: initial;
8506
8582
  padding: 0;
8507
8583
  }
8508
- .dt-recipe-feed-item-row > .d-item-layout > .d-item-layout--content > .d-item-layout--bottom {
8584
+ .d-recipe-feed-item-row > .d-item-layout > .d-item-layout--content > .d-item-layout--bottom {
8509
8585
  display: flex;
8510
8586
  flex-direction: column;
8511
8587
  margin-top: 0;
8512
8588
  }
8513
- .dt-recipe-feed-item-row__state--searched {
8589
+ .d-recipe-feed-item-row__state--searched {
8514
8590
  background-color: var(--dt-color-surface-warning-subtle);
8515
8591
  }
8516
- .dt-recipe-feed-item-row__state--error {
8592
+ .d-recipe-feed-item-row__state--error {
8517
8593
  background-color: var(--dt-color-surface-critical-subtle);
8518
8594
  }
8519
- .dt-recipe-feed-item-row__state-transition {
8595
+ .d-recipe-feed-item-row__state-transition {
8520
8596
  transition: background-color 2s var(--ttf-in-out) 0s;
8521
8597
  }
8522
- .dt-recipe-feed-item-row--active {
8598
+ .d-recipe-feed-item-row--active {
8523
8599
  background-color: var(--dt-color-surface-secondary-opaque);
8524
8600
  }
8525
- .dt-recipe-feed-item-row__avatar-container {
8601
+ .d-recipe-feed-item-row__avatar-container {
8526
8602
  padding-top: var(--dt-space-300);
8527
8603
  padding-bottom: var(--dt-space-300);
8528
8604
  }
8529
- .dt-recipe-feed-item-row__content {
8605
+ .d-recipe-feed-item-row__content {
8530
8606
  padding-left: var(--dt-space-300);
8531
8607
  }
8532
- .dt-recipe-feed-item-row__attachment {
8608
+ .d-recipe-feed-item-row__attachment {
8533
8609
  padding-top: var(--dt-space-200);
8534
8610
  padding-bottom: var(--dt-space-300);
8535
8611
  }
8536
- .dt-recipe-feed-item-row__image {
8612
+ .d-recipe-feed-item-row__image {
8537
8613
  display: block;
8538
8614
  min-width: 5.6rem;
8539
8615
  max-width: 30rem;
@@ -8542,11 +8618,11 @@ ul {
8542
8618
  border: var(--dt-color-border-subtle) solid var(--dt-size-border-100);
8543
8619
  border-radius: var(--dt-size-radius-400);
8544
8620
  }
8545
- .dt-recipe-feed-item-row__video {
8621
+ .d-recipe-feed-item-row__video {
8546
8622
  display: block;
8547
8623
  height: 25rem;
8548
8624
  }
8549
- .dt-recipe-feed-item-row__header {
8625
+ .d-recipe-feed-item-row__header {
8550
8626
  display: flex;
8551
8627
  flex-wrap: wrap;
8552
8628
  gap: var(--dt-space-300);
@@ -8554,59 +8630,62 @@ ul {
8554
8630
  font-size: var(--dt-font-size-200);
8555
8631
  line-height: var(--dt-font-line-height-300);
8556
8632
  }
8557
- .dt-recipe-feed-item-row__header-name {
8633
+ .d-recipe-feed-item-row__header-name {
8558
8634
  font-weight: var(--dt-font-weight-bold);
8559
8635
  }
8560
- .dt-recipe-feed-item-row__header-time {
8636
+ .d-recipe-feed-item-row__header-time {
8561
8637
  flex-shrink: 0;
8562
8638
  color: var(--dt-color-foreground-tertiary);
8563
8639
  font-size: var(--dt-font-size-100);
8564
8640
  }
8565
- .dt-recipe-feed-item-row__reactions {
8641
+ .d-recipe-feed-item-row__reactions {
8566
8642
  display: flex;
8567
8643
  flex-wrap: wrap;
8568
8644
  padding-top: var(--dt-space-200);
8569
8645
  padding-bottom: var(--dt-space-200);
8570
8646
  padding-left: var(--dt-space-300);
8571
8647
  }
8572
- .dt-recipe-feed-item-row__threading {
8648
+ .d-recipe-feed-item-row__threading {
8573
8649
  padding-top: var(--dt-space-200);
8574
8650
  padding-bottom: var(--dt-space-200);
8575
8651
  }
8576
- .dt-recipe-feed-item-row__left-time {
8652
+ .d-recipe-feed-item-row__left-time {
8577
8653
  color: var(--dt-color-foreground-tertiary);
8578
8654
  font-weight: var(--dt-font-weight-normal);
8579
8655
  font-size: var(--dt-font-size-100);
8580
8656
  white-space: nowrap;
8581
8657
  vertical-align: middle;
8582
8658
  }
8583
- .dt-recipe-feed-item-row__menu {
8659
+ .d-recipe-feed-item-row__menu {
8584
8660
  position: absolute;
8585
8661
  top: var(--dt-space-550-negative);
8586
8662
  right: var(--dt-space-450);
8587
8663
  }
8588
- .dt-recipe-grouped-chip {
8664
+ .d-recipe-grouped-chip {
8589
8665
  display: inline-flex;
8590
8666
  white-space: nowrap;
8591
8667
  background-color: unset;
8592
8668
  background-image: unset;
8593
8669
  }
8594
- .dt-recipe-grouped-chip__content {
8670
+ .d-recipe-grouped-chip .d-chip__text {
8671
+ font-size: var(--dt-font-size-100);
8672
+ }
8673
+ .d-recipe-grouped-chip__content {
8595
8674
  font-variant-numeric: tabular-nums;
8596
8675
  }
8597
- .dt-recipe-grouped-chip__content-left {
8676
+ .d-recipe-grouped-chip__content-left {
8598
8677
  max-width: var(--dt-size-730);
8599
8678
  background-color: var(--dt-color-surface-moderate-opaque);
8600
8679
  border-top-left-radius: var(--dt-size-radius-pill);
8601
8680
  border-bottom-left-radius: var(--dt-size-radius-pill);
8602
8681
  }
8603
- .dt-recipe-grouped-chip__content-right {
8682
+ .d-recipe-grouped-chip__content-right {
8604
8683
  max-width: var(--dt-size-730);
8605
8684
  background-color: var(--dt-color-purple-200);
8606
8685
  border-top-right-radius: var(--dt-size-radius-pill);
8607
8686
  border-bottom-right-radius: var(--dt-size-radius-pill);
8608
8687
  }
8609
- .dt-recipe-ivr-node {
8688
+ .d-recipe-ivr-node {
8610
8689
  display: flex;
8611
8690
  flex-direction: column;
8612
8691
  align-items: center;
@@ -8614,22 +8693,50 @@ ul {
8614
8693
  /* stylelint-disable-line meowtec/no-px */
8615
8694
  cursor: pointer;
8616
8695
  }
8617
- .dt-recipe-ivr-node__header-left {
8618
- display: flex;
8619
- align-items: center;
8696
+ .d-recipe-ivr-node .d-card {
8697
+ width: var(--dt-size-100-percent);
8620
8698
  }
8621
- .dt-recipe-ivr-node__label {
8622
- font-weight: var(--dt-font-weight-bold);
8623
- font-size: var(--dt-font-size-200);
8699
+ .d-recipe-ivr-node .d-card__header {
8700
+ margin-top: var(--dt-size-100-negative);
8701
+ padding: var(--dt-space-0);
8702
+ border-top-left-radius: var(--dt-size-border-300);
8703
+ border-top-right-radius: var(--dt-size-border-300);
8624
8704
  }
8625
- .dt-recipe-ivr-node__dropdown-list {
8626
- width: var(--dt-size-825);
8705
+ .d-recipe-ivr-node .d-card__content {
8706
+ padding: var(--dt-space-400) var(--dt-space-450) var(--dt-space-450);
8707
+ border-top: var(--dt-size-border-100) solid var(--dt-color-black-300);
8627
8708
  }
8628
- .dt-recipe-ivr-node__goto-icon {
8629
- -webkit-transform: rotate(90deg);
8630
- transform: rotate(90deg);
8709
+ .d-recipe-ivr-node-prompt .d-card__header {
8710
+ border-top: var(--dt-size-border-300) solid var(--dt-color-blue-200);
8711
+ }
8712
+ .d-recipe-ivr-node-prompt--selected .d-card {
8713
+ border: var(--dt-size-border-300) solid var(--dt-color-blue-300);
8714
+ border-radius: var(--dt-size-radius-400);
8715
+ }
8716
+ .d-recipe-ivr-node-prompt--selected .d-card__header {
8717
+ border-top: var(--dt-size-border-300) solid var(--dt-color-blue-300);
8718
+ }
8719
+ .d-recipe-ivr-node-logic .d-card__header {
8720
+ border-top: var(--dt-size-border-300) solid var(--dt-color-purple-200);
8631
8721
  }
8632
- .dt-recipe-ivr-node__connector {
8722
+ .d-recipe-ivr-node-logic--selected .d-card {
8723
+ border: var(--dt-size-border-300) solid var(--dt-color-purple-400);
8724
+ border-radius: var(--dt-size-radius-400);
8725
+ }
8726
+ .d-recipe-ivr-node-logic--selected .d-card__header {
8727
+ border-top: var(--dt-size-border-300) solid var(--dt-color-purple-400);
8728
+ }
8729
+ .d-recipe-ivr-node-terminal .d-card__header {
8730
+ border-top: var(--dt-size-border-300) solid var(--dt-color-red-100);
8731
+ }
8732
+ .d-recipe-ivr-node-terminal--selected .d-card {
8733
+ border: var(--dt-size-border-300) solid var(--dt-color-red-200);
8734
+ border-radius: var(--dt-size-radius-400);
8735
+ }
8736
+ .d-recipe-ivr-node-terminal--selected .d-card__header {
8737
+ border-top: var(--dt-size-border-300) solid var(--dt-color-red-200);
8738
+ }
8739
+ .d-recipe-ivr-node__connector {
8633
8740
  z-index: var(--zi-base);
8634
8741
  display: flex;
8635
8742
  align-items: center;
@@ -8641,20 +8748,35 @@ ul {
8641
8748
  border-color: var(--dt-color-purple-600);
8642
8749
  border-radius: var(--dt-size-radius-circle);
8643
8750
  }
8644
- .dt-recipe-ivr-node__connector--selected {
8751
+ .d-recipe-ivr-node__connector--selected {
8645
8752
  margin-bottom: var(--dt-space-400-negative);
8646
8753
  }
8647
- .dt-recipe-ivr-node__connector-dtmf {
8754
+ .d-recipe-ivr-node__connector-dtmf {
8648
8755
  width: var(--dt-size-550);
8649
8756
  height: var(--dt-size-550);
8650
8757
  margin-bottom: var(--dt-space-450-negative);
8651
8758
  color: var(--dt-color-neutral-white);
8652
8759
  font-size: var(--dt-font-size-200);
8653
8760
  }
8654
- .dt-recipe-ivr-node__connector-dtmf .dt-recipe-ivr-node__connector--selected {
8761
+ .d-recipe-ivr-node__connector-dtmf .d-recipe-ivr-node__connector--selected {
8655
8762
  margin-bottom: var(--dt-space-500-negative);
8656
8763
  }
8657
- .dt-recipe-leftbar-row {
8764
+ .d-recipe-ivr-node__header-left {
8765
+ display: flex;
8766
+ align-items: center;
8767
+ }
8768
+ .d-recipe-ivr-node__label {
8769
+ font-weight: var(--dt-font-weight-bold);
8770
+ font-size: var(--dt-font-size-200);
8771
+ }
8772
+ .d-recipe-ivr-node__dropdown-list {
8773
+ width: var(--dt-size-825);
8774
+ }
8775
+ .d-recipe-ivr-node__goto-icon {
8776
+ -webkit-transform: rotate(90deg);
8777
+ transform: rotate(90deg);
8778
+ }
8779
+ .d-recipe-leftbar-row {
8658
8780
  --leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
8659
8781
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
8660
8782
  --leftbar-row-radius: var(--dt-size-radius-pill);
@@ -8685,31 +8807,31 @@ ul {
8685
8807
  transition-duration: var(--td200);
8686
8808
  transition-property: background-color, border, box-shadow;
8687
8809
  }
8688
- .dt-recipe-leftbar-row:not(.dt-recipe-leftbar-row--no-action):hover,
8689
- .dt-recipe-leftbar-row:not(.dt-recipe-leftbar-row--no-action):focus-within {
8810
+ .d-recipe-leftbar-row:not(.d-recipe-leftbar-row--no-action):hover,
8811
+ .d-recipe-leftbar-row:not(.d-recipe-leftbar-row--no-action):focus-within {
8690
8812
  --leftbar-row-unread-badge-display: none;
8691
8813
  }
8692
- .dt-recipe-leftbar-row:not(.dt-recipe-leftbar-row--no-action):hover .dt-recipe-leftbar-row__action,
8693
- .dt-recipe-leftbar-row:not(.dt-recipe-leftbar-row--no-action):focus-within .dt-recipe-leftbar-row__action {
8814
+ .d-recipe-leftbar-row:not(.d-recipe-leftbar-row--no-action):hover .d-recipe-leftbar-row__action,
8815
+ .d-recipe-leftbar-row:not(.d-recipe-leftbar-row--no-action):focus-within .d-recipe-leftbar-row__action {
8694
8816
  display: inline-flex;
8695
8817
  }
8696
- .dt-recipe-leftbar-row:not(.dt-recipe-leftbar-row--no-action):hover .dt-recipe-leftbar-row__action-button,
8697
- .dt-recipe-leftbar-row:not(.dt-recipe-leftbar-row--no-action):focus-within .dt-recipe-leftbar-row__action-button {
8818
+ .d-recipe-leftbar-row:not(.d-recipe-leftbar-row--no-action):hover .d-recipe-leftbar-row__action-button,
8819
+ .d-recipe-leftbar-row:not(.d-recipe-leftbar-row--no-action):focus-within .d-recipe-leftbar-row__action-button {
8698
8820
  opacity: 1;
8699
8821
  }
8700
- .dt-recipe-leftbar-row:hover,
8701
- .dt-recipe-leftbar-row:focus-within {
8822
+ .d-recipe-leftbar-row:hover,
8823
+ .d-recipe-leftbar-row:focus-within {
8702
8824
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
8703
8825
  }
8704
- .dt-recipe-leftbar-row:hover .d-presence,
8705
- .dt-recipe-leftbar-row:focus-within .d-presence {
8826
+ .d-recipe-leftbar-row:hover .d-presence,
8827
+ .d-recipe-leftbar-row:focus-within .d-presence {
8706
8828
  --presence-color-border-base: var(--dt-color-black-200);
8707
8829
  }
8708
- .dt-recipe-leftbar-row:hover .d-avatar__count,
8709
- .dt-recipe-leftbar-row:focus-within .d-avatar__count {
8830
+ .d-recipe-leftbar-row:hover .d-avatar__count,
8831
+ .d-recipe-leftbar-row:focus-within .d-avatar__count {
8710
8832
  --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
8711
8833
  }
8712
- .dt-recipe-leftbar-row__description {
8834
+ .d-recipe-leftbar-row__description {
8713
8835
  overflow: hidden;
8714
8836
  color: var(--leftbar-row-description-color-foreground);
8715
8837
  font-weight: var(--leftbar-row-description-font-weight);
@@ -8718,7 +8840,7 @@ ul {
8718
8840
  white-space: nowrap;
8719
8841
  text-overflow: ellipsis;
8720
8842
  }
8721
- .dt-recipe-leftbar-row__status {
8843
+ .d-recipe-leftbar-row__status {
8722
8844
  padding-bottom: var(--dt-space-100);
8723
8845
  overflow: hidden;
8724
8846
  color: var(--leftbar-row-status-color-foreground);
@@ -8727,29 +8849,29 @@ ul {
8727
8849
  white-space: nowrap;
8728
8850
  text-overflow: ellipsis;
8729
8851
  }
8730
- .dt-recipe-leftbar-row__meta-context ~ .dt-recipe-leftbar-row__meta-custom:not(:empty)::before {
8852
+ .d-recipe-leftbar-row__meta-context ~ .d-recipe-leftbar-row__meta-custom:not(:empty)::before {
8731
8853
  color: var(--dt-theme-sidebar-status-color-foreground);
8732
8854
  content: " • ";
8733
8855
  }
8734
- .dt-recipe-leftbar-row--has-unread {
8856
+ .d-recipe-leftbar-row--has-unread {
8735
8857
  --leftbar-row-description-font-weight: var(--dt-font-weight-bold);
8736
8858
  --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
8737
8859
  --leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
8738
8860
  }
8739
- .dt-recipe-leftbar-row--muted {
8861
+ .d-recipe-leftbar-row--muted {
8740
8862
  --leftbar-row-opacity: 60%;
8741
8863
  }
8742
- .dt-recipe-leftbar-row--selected {
8864
+ .d-recipe-leftbar-row--selected {
8743
8865
  --leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
8744
8866
  --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
8745
8867
  }
8746
- .dt-recipe-leftbar-row--selected .d-presence {
8868
+ .d-recipe-leftbar-row--selected .d-presence {
8747
8869
  --presence-color-border-base: var(--dt-color-black-200);
8748
8870
  }
8749
- .dt-recipe-leftbar-row--selected .d-avatar__count {
8871
+ .d-recipe-leftbar-row--selected .d-avatar__count {
8750
8872
  --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
8751
8873
  }
8752
- .dt-recipe-leftbar-row__is-typing {
8874
+ .d-recipe-leftbar-row__is-typing {
8753
8875
  --is-typing-size-shape: var(--dt-size-550);
8754
8876
  position: absolute;
8755
8877
  display: flex;
@@ -8761,7 +8883,7 @@ ul {
8761
8883
  border-radius: var(--dt-size-radius-pill);
8762
8884
  opacity: 0.75;
8763
8885
  }
8764
- .dt-recipe-leftbar-row__is-typing span {
8886
+ .d-recipe-leftbar-row__is-typing span {
8765
8887
  display: inline-block;
8766
8888
  width: var(--dt-size-300);
8767
8889
  height: var(--dt-size-300);
@@ -8770,22 +8892,22 @@ ul {
8770
8892
  border-radius: var(--dt-size-radius-pill);
8771
8893
  opacity: 0.3;
8772
8894
  transition: all 500ms ease;
8773
- -webkit-animation: wave 1.5s ease infinite;
8774
- animation: wave 1.5s ease infinite;
8895
+ -webkit-animation: d-recipe-leftbar-row-wave 1.5s ease infinite;
8896
+ animation: d-recipe-leftbar-row-wave 1.5s ease infinite;
8775
8897
  }
8776
- .dt-recipe-leftbar-row__is-typing span:nth-child(1) {
8898
+ .d-recipe-leftbar-row__is-typing span:nth-child(1) {
8777
8899
  -webkit-animation-delay: 0ms;
8778
8900
  animation-delay: 0ms;
8779
8901
  }
8780
- .dt-recipe-leftbar-row__is-typing span:nth-child(2) {
8902
+ .d-recipe-leftbar-row__is-typing span:nth-child(2) {
8781
8903
  -webkit-animation-delay: var(--td100);
8782
8904
  animation-delay: var(--td100);
8783
8905
  }
8784
- .dt-recipe-leftbar-row__is-typing span:nth-child(3) {
8906
+ .d-recipe-leftbar-row__is-typing span:nth-child(3) {
8785
8907
  -webkit-animation-delay: var(--td200);
8786
8908
  animation-delay: var(--td200);
8787
8909
  }
8788
- .dt-recipe-leftbar-row__primary {
8910
+ .d-recipe-leftbar-row__primary {
8789
8911
  display: flex;
8790
8912
  flex: 1;
8791
8913
  align-items: center;
@@ -8803,18 +8925,18 @@ ul {
8803
8925
  -webkit-appearance: none;
8804
8926
  appearance: none;
8805
8927
  }
8806
- .dt-recipe-leftbar-row__primary:active {
8928
+ .d-recipe-leftbar-row__primary:active {
8807
8929
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
8808
8930
  }
8809
- .dt-recipe-leftbar-row__primary:focus-visible {
8931
+ .d-recipe-leftbar-row__primary:focus-visible {
8810
8932
  box-shadow: var(--dt-shadow-focus-inset);
8811
8933
  }
8812
- .dt-recipe-leftbar-row__action-button {
8934
+ .d-recipe-leftbar-row__action-button {
8813
8935
  width: var(--leftbar-row-action-width);
8814
8936
  height: var(--leftbar-row-action-height);
8815
8937
  opacity: 0;
8816
8938
  }
8817
- .dt-recipe-leftbar-row__alpha {
8939
+ .d-recipe-leftbar-row__alpha {
8818
8940
  display: flex;
8819
8941
  align-items: center;
8820
8942
  justify-content: center;
@@ -8826,11 +8948,11 @@ ul {
8826
8948
  color: var(--leftbar-row-alpha-color-foreground);
8827
8949
  border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
8828
8950
  }
8829
- .dt-recipe-leftbar-row__label {
8951
+ .d-recipe-leftbar-row__label {
8830
8952
  flex: 0 1;
8831
8953
  min-width: 0;
8832
8954
  }
8833
- .dt-recipe-leftbar-row__omega {
8955
+ .d-recipe-leftbar-row__omega {
8834
8956
  position: absolute;
8835
8957
  top: var(--leftbar-row-action-position-bottom);
8836
8958
  right: var(--leftbar-row-action-position-right);
@@ -8843,33 +8965,33 @@ ul {
8843
8965
  -webkit-transform: translateY(calc(var(--leftbar-row-action-position-bottom) * -1));
8844
8966
  transform: translateY(calc(var(--leftbar-row-action-position-bottom) * -1));
8845
8967
  }
8846
- .dt-recipe-leftbar-row__unread-badge {
8968
+ .d-recipe-leftbar-row__unread-badge {
8847
8969
  display: var(--leftbar-row-unread-badge-display);
8848
8970
  color: var(--dt-theme-mention-color-foreground);
8849
8971
  background-color: var(--dt-theme-mention-color-background);
8850
8972
  }
8851
- .dt-recipe-leftbar-row__unread-count .dt-recipe-leftbar-row__action {
8973
+ .d-recipe-leftbar-row__unread-count .d-recipe-leftbar-row__action {
8852
8974
  display: none;
8853
8975
  }
8854
- .dt-recipe-leftbar-row__unread-count-badge {
8976
+ .d-recipe-leftbar-row__unread-count-badge {
8855
8977
  border-top-right-radius: var(--dt-size-radius-0);
8856
8978
  border-bottom-right-radius: var(--dt-size-radius-0);
8857
8979
  }
8858
- .dt-recipe-leftbar-row__unread-mention-count-badge {
8980
+ .d-recipe-leftbar-row__unread-mention-count-badge {
8859
8981
  color: var(--dt-theme-mention-color-foreground-strong);
8860
8982
  background-color: var(--dt-theme-mention-color-background-strong);
8861
8983
  border-top-left-radius: var(--dt-size-radius-0);
8862
8984
  border-bottom-left-radius: var(--dt-size-radius-0);
8863
8985
  }
8864
- .dt-recipe-leftbar-row__unread-mention-only-count-badge {
8986
+ .d-recipe-leftbar-row__unread-mention-only-count-badge {
8865
8987
  color: var(--dt-theme-mention-color-foreground-strong);
8866
8988
  background-color: var(--dt-theme-mention-color-background-strong);
8867
8989
  }
8868
- .dt-recipe-leftbar-row__active-voice {
8990
+ .d-recipe-leftbar-row__active-voice {
8869
8991
  display: inline-flex;
8870
8992
  color: var(--dt-color-purple-400);
8871
- -webkit-animation-name: opacity-pulsate;
8872
- animation-name: opacity-pulsate;
8993
+ -webkit-animation-name: d-recipe-leftbar-row-opacity-pulsate;
8994
+ animation-name: d-recipe-leftbar-row-opacity-pulsate;
8873
8995
  -webkit-animation-duration: 1s;
8874
8996
  animation-duration: 1s;
8875
8997
  -webkit-animation-iteration-count: infinite;
@@ -8877,7 +8999,7 @@ ul {
8877
8999
  -webkit-animation-fill-mode: both;
8878
9000
  animation-fill-mode: both;
8879
9001
  }
8880
- .dt-recipe-leftbar-row__dnd {
9002
+ .d-recipe-leftbar-row__dnd {
8881
9003
  padding-top: var(--dt-space-200);
8882
9004
  padding-right: var(--dt-space-300);
8883
9005
  color: var(--dt-color-foreground-tertiary);
@@ -8885,33 +9007,33 @@ ul {
8885
9007
  font-size: var(--dt-font-size-100);
8886
9008
  line-height: var(--dt-font-line-height-400);
8887
9009
  }
8888
- .dt-recipe-leftbar-row__container--off-duty {
9010
+ .d-recipe-leftbar-row__container--off-duty {
8889
9011
  background-color: var(--dt-badge-color-background-critical);
8890
9012
  border: var(--dt-size-100) solid var(--dt-color-border-subtle);
8891
9013
  border-radius: var(--dt-size-radius-500);
8892
9014
  }
8893
- .dt-recipe-leftbar-row__container--off-duty .dt-recipe-leftbar-row__primary {
9015
+ .d-recipe-leftbar-row__container--off-duty .d-recipe-leftbar-row__primary {
8894
9016
  margin: calc(var(--dt-size-100) * -1);
8895
9017
  }
8896
- .dt-recipe-leftbar-row--contact-centers .dt-recipe-leftbar-row__alpha {
9018
+ .d-recipe-leftbar-row--contact-centers .d-recipe-leftbar-row__alpha {
8897
9019
  padding-right: var(--dt-space-450);
8898
9020
  padding-left: var(--dt-space-450);
8899
9021
  }
8900
- .dt-recipe-leftbar-row--contact-centers .dt-recipe-leftbar-row__action-container {
9022
+ .d-recipe-leftbar-row--contact-centers .d-recipe-leftbar-row__action-container {
8901
9023
  display: inline-flex;
8902
9024
  align-items: center;
8903
9025
  justify-content: flex-end;
8904
9026
  min-width: var(--dt-size-600);
8905
9027
  height: var(--dt-size-500);
8906
9028
  }
8907
- .dt-recipe-leftbar-row__icon-cc {
9029
+ .d-recipe-leftbar-row__icon-cc {
8908
9030
  width: calc(var(--dt-size-300) * 3.5);
8909
9031
  height: calc(var(--dt-size-300) * 3.5);
8910
9032
  border-radius: var(--dt-size-200);
8911
9033
  }
8912
- .opacity-pulsate {
8913
- -webkit-animation-name: opacity-pulsate;
8914
- animation-name: opacity-pulsate;
9034
+ .d-recipe-leftbar-row-opacity-pulsate {
9035
+ -webkit-animation-name: d-recipe-leftbar-row-opacity-pulsate;
9036
+ animation-name: d-recipe-leftbar-row-opacity-pulsate;
8915
9037
  -webkit-animation-duration: 1s;
8916
9038
  animation-duration: 1s;
8917
9039
  -webkit-animation-iteration-count: infinite;
@@ -8919,7 +9041,7 @@ ul {
8919
9041
  -webkit-animation-fill-mode: both;
8920
9042
  animation-fill-mode: both;
8921
9043
  }
8922
- @-webkit-keyframes opacity-pulsate {
9044
+ @-webkit-keyframes d-recipe-leftbar-row-opacity-pulsate {
8923
9045
  0%,
8924
9046
  100% {
8925
9047
  opacity: 0.2;
@@ -8928,7 +9050,7 @@ ul {
8928
9050
  opacity: 1;
8929
9051
  }
8930
9052
  }
8931
- @keyframes opacity-pulsate {
9053
+ @keyframes d-recipe-leftbar-row-opacity-pulsate {
8932
9054
  0%,
8933
9055
  100% {
8934
9056
  opacity: 0.2;
@@ -8937,25 +9059,7 @@ ul {
8937
9059
  opacity: 1;
8938
9060
  }
8939
9061
  }
8940
- @keyframes opacity-pulsate {
8941
- 0%,
8942
- 100% {
8943
- opacity: 0.2;
8944
- }
8945
- 50% {
8946
- opacity: 1;
8947
- }
8948
- }
8949
- @keyframes opacity-pulsate {
8950
- 0%,
8951
- 100% {
8952
- opacity: 0.2;
8953
- }
8954
- 50% {
8955
- opacity: 1;
8956
- }
8957
- }
8958
- @-webkit-keyframes wave {
9062
+ @-webkit-keyframes d-recipe-leftbar-row-wave {
8959
9063
  0%,
8960
9064
  50%,
8961
9065
  100% {
@@ -8968,7 +9072,7 @@ ul {
8968
9072
  opacity: 0.9;
8969
9073
  }
8970
9074
  }
8971
- @keyframes wave {
9075
+ @keyframes d-recipe-leftbar-row-wave {
8972
9076
  0%,
8973
9077
  50%,
8974
9078
  100% {
@@ -8981,7 +9085,54 @@ ul {
8981
9085
  opacity: 0.9;
8982
9086
  }
8983
9087
  }
8984
- .dt-recipe-message-input {
9088
+ .d-recipe-contact-row--active {
9089
+ color: var(--dt-color-foreground-success);
9090
+ }
9091
+ .d-recipe-contact-row--busy {
9092
+ color: var(--dt-color-foreground-critical);
9093
+ }
9094
+ .d-recipe-contact-row--away {
9095
+ color: var(--dt-color-foreground-warning);
9096
+ }
9097
+ .d-recipe-leftbar-general-row__icon {
9098
+ display: flex;
9099
+ align-items: center;
9100
+ justify-content: center;
9101
+ }
9102
+ .d-recipe-leftbar-general-row__contact-center--magenta-100 {
9103
+ background-color: var(--dt-color-magenta-100);
9104
+ }
9105
+ .d-recipe-leftbar-general-row__contact-center--magenta-200 {
9106
+ background-color: var(--dt-color-magenta-200);
9107
+ }
9108
+ .d-recipe-leftbar-general-row__contact-center--magenta-300 {
9109
+ background-color: var(--dt-color-magenta-300);
9110
+ }
9111
+ .d-recipe-leftbar-general-row__contact-center--magenta-400 {
9112
+ background-color: var(--dt-color-magenta-400);
9113
+ }
9114
+ .d-recipe-leftbar-general-row__contact-center--green-200 {
9115
+ background-color: var(--dt-color-green-200);
9116
+ }
9117
+ .d-recipe-leftbar-general-row__contact-center--green-500 {
9118
+ background-color: var(--dt-color-green-500);
9119
+ }
9120
+ .d-recipe-leftbar-general-row__contact-center--gold-300 {
9121
+ background-color: var(--dt-color-gold-300);
9122
+ }
9123
+ .d-recipe-leftbar-general-row__contact-center--purple-100 {
9124
+ background-color: var(--dt-color-purple-100);
9125
+ }
9126
+ .d-recipe-leftbar-general-row__contact-center--purple-300 {
9127
+ background-color: var(--dt-color-purple-300);
9128
+ }
9129
+ .d-recipe-leftbar-general-row__contact-center--purple-600 {
9130
+ background-color: var(--dt-color-purple-600);
9131
+ }
9132
+ .d-recipe-leftbar-general-row__contact-center--black-300 {
9133
+ background-color: var(--dt-color-black-300);
9134
+ }
9135
+ .d-recipe-message-input {
8985
9136
  display: flex;
8986
9137
  flex-direction: column;
8987
9138
  line-height: var(--dt-font-line-height-400);
@@ -8993,53 +9144,53 @@ ul {
8993
9144
  transition-duration: var(--td50);
8994
9145
  transition-property: border-color, box-shadow, opacity;
8995
9146
  }
8996
- .dt-recipe-message-input:focus-within {
9147
+ .d-recipe-message-input:focus-within {
8997
9148
  border-color: var(--dt-color-border-bold);
8998
9149
  box-shadow: 0 0 var(--dt-size-300) 0 var(--dt-color-surface-moderate-opaque);
8999
9150
  }
9000
- .dt-recipe-message-input__editor-wrapper {
9151
+ .d-recipe-message-input__editor-wrapper {
9001
9152
  padding: var(--dt-space-450) var(--dt-space-500) var(--dt-space-300);
9002
9153
  }
9003
- .dt-recipe-message-input__remaining-char {
9154
+ .d-recipe-message-input__remaining-char {
9004
9155
  margin-right: var(--dt-space-300);
9005
9156
  color: var(--dt-color-foreground-critical);
9006
9157
  font-size: var(--dt-font-size-100);
9007
9158
  }
9008
- .dt-recipe-message-input__remaining-char__tooltip {
9159
+ .d-recipe-message-input__remaining-char-tooltip {
9009
9160
  margin-top: auto;
9010
9161
  margin-bottom: auto;
9011
9162
  }
9012
- .dt-recipe-message-input__button {
9163
+ .d-recipe-message-input__button {
9013
9164
  max-width: 2.8rem;
9014
9165
  max-height: 2.8rem;
9015
9166
  border-radius: var(--dt-size-radius-300);
9016
9167
  }
9017
- .dt-recipe-message-input__send-button.dt-recipe-message-input__button:not(.d-btn--icon-only),
9018
- .dt-recipe-message-input__cancel-button {
9168
+ .d-recipe-message-input__send-button.d-recipe-message-input__button:not(.d-btn--icon-only),
9169
+ .d-recipe-message-input__cancel-button {
9019
9170
  max-width: unset;
9020
9171
  padding: var(--dt-space-350);
9021
9172
  }
9022
- .dt-recipe-message-input__send-button--disabled {
9173
+ .d-recipe-message-input__send-button--disabled {
9023
9174
  color: var(--dt-color-foreground-muted);
9024
9175
  background-color: unset;
9025
9176
  cursor: default;
9026
9177
  }
9027
- .dt-recipe-message-input__bottom-section {
9178
+ .d-recipe-message-input__bottom-section {
9028
9179
  display: flex;
9029
9180
  justify-content: space-between;
9030
9181
  padding: var(--dt-space-300) var(--dt-space-400) var(--dt-space-400);
9031
9182
  }
9032
- .dt-recipe-message-input__bottom-section-left,
9033
- .dt-recipe-message-input__bottom-section-right {
9183
+ .d-recipe-message-input__bottom-section-left,
9184
+ .d-recipe-message-input__bottom-section-right {
9034
9185
  display: flex;
9035
9186
  }
9036
- .dt-recipe-message-input__image-input {
9187
+ .d-recipe-message-input__image-input {
9037
9188
  position: absolute;
9038
9189
  }
9039
- .dt-recipe-message-input-meeting-pill {
9190
+ .d-recipe-message-input-meeting-pill {
9040
9191
  display: inline-block;
9041
9192
  }
9042
- .dt-recipe-message-input-meeting-pill__layout {
9193
+ .d-recipe-message-input-meeting-pill__layout {
9043
9194
  grid-template-areas: 'left content right';
9044
9195
  grid-template-columns: minmax(0, -webkit-max-content) 1fr minmax(0, -webkit-max-content);
9045
9196
  grid-template-columns: minmax(0, max-content) 1fr minmax(0, max-content);
@@ -9051,16 +9202,20 @@ ul {
9051
9202
  border: var(--dt-size-border-100) solid var(--dt-color-border-default);
9052
9203
  border-radius: var(--dt-size-radius-300);
9053
9204
  }
9054
- .dt-recipe-message-input-meeting-pill__icon {
9205
+ .d-recipe-message-input-meeting-pill__icon {
9055
9206
  display: flex;
9056
9207
  align-items: center;
9057
9208
  padding: var(--dt-space-350);
9058
9209
  }
9059
- .dt-recipe-message-input-meeting-pill__close {
9210
+ .d-recipe-message-input-meeting-pill__close {
9060
9211
  display: flex;
9061
9212
  justify-content: flex-end;
9062
9213
  }
9063
- .dt-recipe-settings-menu-button {
9214
+ .d-recipe-message-input__sms-count {
9215
+ display: flex;
9216
+ align-items: center;
9217
+ }
9218
+ .d-recipe-settings-menu-button {
9064
9219
  width: var(--dt-size-550);
9065
9220
  height: var(--dt-size-600);
9066
9221
  padding: var(--dt-space-0);
@@ -9068,25 +9223,25 @@ ul {
9068
9223
  background-color: var(--dt-theme-topbar-button-color-background);
9069
9224
  border-radius: var(--dt-size-550);
9070
9225
  }
9071
- .dt-recipe-settings-menu-button:hover {
9226
+ .d-recipe-settings-menu-button:hover {
9072
9227
  color: var(--dt-theme-topbar-button-color-foreground-hover);
9073
9228
  background-color: var(--dt-theme-topbar-button-color-background-hover);
9074
9229
  }
9075
- .dt-recipe-settings-menu-button:active {
9230
+ .d-recipe-settings-menu-button:active {
9076
9231
  background-color: var(--dt-theme-topbar-button-color-background-active);
9077
9232
  }
9078
- .dt-recipe-settings-menu-button-update {
9233
+ .d-recipe-settings-menu-button-update {
9079
9234
  height: var(--dt-size-600);
9080
9235
  color: var(--dt-color-blue-500);
9081
9236
  background-color: hsla(var(--dt-color-blue-200-hsl) / 0.25);
9082
9237
  border-color: hsla(var(--dt-color-blue-200-hsl) / 0.25);
9083
9238
  border-radius: var(--dt-size-radius-pill);
9084
9239
  }
9085
- .dt-recipe-settings-menu-button-update:hover {
9240
+ .d-recipe-settings-menu-button-update:hover {
9086
9241
  color: var(--dt-theme-topbar-button-color-foreground-hover);
9087
9242
  background-color: hsla(var(--dt-color-blue-200-hsl) / 0.5);
9088
9243
  }
9089
- .dt-recipe-time-pill {
9244
+ .d-recipe-time-pill {
9090
9245
  padding: var(--dt-space-300) var(--dt-space-500);
9091
9246
  color: var(--dt-color-foreground-primary);
9092
9247
  font-size: var(--dt-font-size-100);
@@ -9095,34 +9250,49 @@ ul {
9095
9250
  border: var(--dt-size-border-100) solid var(--dt-color-border-default);
9096
9251
  border-radius: var(--dt-size-radius-pill);
9097
9252
  }
9098
- .dt-recipe-top-banner-info {
9253
+ .d-recipe-top-banner-info {
9099
9254
  display: flex;
9100
9255
  align-items: center;
9101
9256
  justify-content: space-between;
9102
9257
  color: var(--dt-color-foreground-primary);
9103
9258
  font-size: var(--dt-font-size-100);
9104
9259
  }
9105
- .dt-recipe-top-banner-info__left {
9106
- min-width: 20%;
9260
+ .d-recipe-top-banner-info__left {
9261
+ min-width: var(--dt-size-20-percent);
9107
9262
  margin: var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-400);
9108
9263
  }
9109
- .dt-recipe-top-banner-info__middle {
9264
+ .d-recipe-top-banner-info__middle {
9110
9265
  display: flex;
9111
9266
  gap: var(--dt-size-300);
9112
9267
  align-items: center;
9113
9268
  margin-top: var(--dt-space-300);
9114
9269
  margin-bottom: var(--dt-space-300);
9115
9270
  }
9116
- .dt-recipe-top-banner-info__right {
9271
+ .d-recipe-top-banner-info__right {
9117
9272
  display: flex;
9118
9273
  gap: var(--dt-size-300);
9119
9274
  align-items: baseline;
9120
9275
  justify-content: flex-end;
9121
- min-width: 20%;
9276
+ min-width: var(--dt-size-20-percent);
9122
9277
  margin: var(--dt-space-300) var(--dt-space-500) var(--dt-space-300) 0;
9123
9278
  text-align: right;
9124
9279
  }
9125
- .dt-recipe-leftbar-unread-pill {
9280
+ .d-recipe-top-banner-info--success {
9281
+ background-color: var(--dt-color-surface-success);
9282
+ }
9283
+ .d-recipe-top-banner-info--critical {
9284
+ background-color: var(--dt-color-surface-critical);
9285
+ }
9286
+ .d-recipe-top-banner-info--warning {
9287
+ background-color: var(--dt-color-surface-warning);
9288
+ }
9289
+ .d-recipe-top-banner-info--info {
9290
+ background-color: var(--dt-color-surface-info);
9291
+ }
9292
+ .d-recipe-top-banner-info--primary {
9293
+ background-color: var(--dt-color-surface-primary);
9294
+ }
9295
+ .d-recipe-leftbar-unread-pill {
9126
9296
  display: flex;
9127
9297
  gap: var(--dt-space-300);
9128
9298
  align-items: center;
@@ -9135,12 +9305,12 @@ ul {
9135
9305
  box-shadow: var(--dt-shadow-medium);
9136
9306
  cursor: pointer;
9137
9307
  }
9138
- .dt-recipe-leftbar-unread-pill-mentions {
9308
+ .d-recipe-leftbar-unread-pill-mentions {
9139
9309
  color: var(--dt-theme-mention-color-foreground);
9140
9310
  font-weight: var(--dt-font-weight-bold);
9141
9311
  background-color: var(--dt-theme-mention-color-background);
9142
9312
  }
9143
- .dt-recipe-leftbar-unread-pill-messages {
9313
+ .d-recipe-leftbar-unread-pill-messages {
9144
9314
  color: var(--dt-color-foreground-secondary-inverted);
9145
9315
  background-color: var(--dt-color-surface-contrast);
9146
9316
  }
@@ -27722,14 +27892,8 @@ body {
27722
27892
  }
27723
27893
 
27724
27894
  @media (max-width: 980px) {
27725
- .d-root-layout--fixed.d-root-layout__responsive--lg {
27726
- height: auto;
27727
- }
27728
- .d-root-layout__responsive--lg {
27729
- grid-template-areas: 'header' 'sidebar' 'body' 'footer';
27730
- grid-template-rows: -webkit-min-content auto 1fr -webkit-min-content;
27731
- grid-template-rows: min-content auto 1fr min-content;
27732
- grid-template-columns: 1fr;
27895
+ .d-recipe-callbar-button__text {
27896
+ display: none;
27733
27897
  }
27734
27898
  .lg\:d-stack {
27735
27899
  --stack-gap: 0;