@dialpad/dialtone-css 8.63.0-next.1 → 8.64.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.
Files changed (75) hide show
  1. package/lib/build/less/components/avatar.less +17 -17
  2. package/lib/build/less/components/badge.less +2 -2
  3. package/lib/build/less/components/banner.less +9 -8
  4. package/lib/build/less/components/breadcrumbs.less +4 -5
  5. package/lib/build/less/components/button.less +24 -20
  6. package/lib/build/less/components/card.less +1 -1
  7. package/lib/build/less/components/chip.less +18 -17
  8. package/lib/build/less/components/collapsible.less +5 -5
  9. package/lib/build/less/components/combobox.less +3 -3
  10. package/lib/build/less/components/datepicker.less +10 -9
  11. package/lib/build/less/components/description-list.less +1 -1
  12. package/lib/build/less/components/dropdown.less +4 -3
  13. package/lib/build/less/components/emoji-picker.less +33 -32
  14. package/lib/build/less/components/emoji-text-wrapper.less +4 -3
  15. package/lib/build/less/components/emoji.less +1 -1
  16. package/lib/build/less/components/empty-state.less +3 -3
  17. package/lib/build/less/components/forms.less +8 -7
  18. package/lib/build/less/components/icon.less +2 -2
  19. package/lib/build/less/components/image-viewer.less +4 -4
  20. package/lib/build/less/components/input.less +19 -19
  21. package/lib/build/less/components/item-layout.less +8 -8
  22. package/lib/build/less/components/keyboard-shortcut.less +5 -4
  23. package/lib/build/less/components/list-item-group.less +2 -1
  24. package/lib/build/less/components/list-item.less +5 -5
  25. package/lib/build/less/components/modal.less +29 -27
  26. package/lib/build/less/components/notice.less +5 -5
  27. package/lib/build/less/components/pagination.less +3 -2
  28. package/lib/build/less/components/popover.less +8 -7
  29. package/lib/build/less/components/presence.less +9 -9
  30. package/lib/build/less/components/radio-checkbox.less +6 -6
  31. package/lib/build/less/components/rich-text-editor.less +15 -16
  32. package/lib/build/less/components/root-layout.less +9 -9
  33. package/lib/build/less/components/scrollbar.less +2 -2
  34. package/lib/build/less/components/scroller.less +8 -8
  35. package/lib/build/less/components/selects.less +6 -6
  36. package/lib/build/less/components/skeleton.less +7 -7
  37. package/lib/build/less/components/table.less +8 -8
  38. package/lib/build/less/components/toast.less +10 -10
  39. package/lib/build/less/components/toggle.less +22 -21
  40. package/lib/build/less/components/tooltip.less +29 -29
  41. package/lib/build/less/dialtone-reset.less +5 -7
  42. package/lib/build/less/recipes/attachment_carousel.less +17 -17
  43. package/lib/build/less/recipes/callbar_button.less +3 -2
  44. package/lib/build/less/recipes/callbar_button_with_dropdown.less +7 -7
  45. package/lib/build/less/recipes/callbar_button_with_popover.less +9 -8
  46. package/lib/build/less/recipes/callbox.less +11 -11
  47. package/lib/build/less/recipes/combobox_multi_select.less +17 -14
  48. package/lib/build/less/recipes/combobox_with_popover.less +1 -1
  49. package/lib/build/less/recipes/contact_info.less +7 -7
  50. package/lib/build/less/recipes/editor.less +11 -8
  51. package/lib/build/less/recipes/emoji_row.less +34 -3
  52. package/lib/build/less/recipes/feed_item_pill.less +10 -10
  53. package/lib/build/less/recipes/feed_item_row.less +15 -11
  54. package/lib/build/less/recipes/grouped_chip.less +6 -6
  55. package/lib/build/less/recipes/ivr_node.less +21 -21
  56. package/lib/build/less/recipes/leftbar_row.less +72 -50
  57. package/lib/build/less/recipes/message_input.less +16 -13
  58. package/lib/build/less/recipes/settings_menu_button.less +9 -9
  59. package/lib/build/less/recipes/top_banner_info.less +5 -4
  60. package/lib/build/less/recipes/unread_pill.less +2 -2
  61. package/lib/build/less/utilities/backgrounds.less +12 -12
  62. package/lib/build/less/utilities/borders.less +63 -81
  63. package/lib/build/less/utilities/interactivity.less +2 -6
  64. package/lib/build/less/utilities/layout.less +34 -34
  65. package/lib/build/less/utilities/sizing.less +113 -113
  66. package/lib/build/less/utilities/spacing.less +62 -60
  67. package/lib/build/less/utilities/typography.less +4 -3
  68. package/lib/build/less/variables/sizes.less +8 -8
  69. package/lib/dist/dialtone-default-theme.css +3037 -3040
  70. package/lib/dist/dialtone-default-theme.min.css +1 -1
  71. package/lib/dist/dialtone-docs.json +1 -1
  72. package/lib/dist/dialtone.css +2021 -2086
  73. package/lib/dist/dialtone.min.css +1 -1
  74. package/lib/dist/tokens-docs.json +1 -1
  75. package/package.json +2 -2
@@ -8,8 +8,8 @@
8
8
  }
9
9
 
10
10
  .d-recipe-feed-item-pill__button {
11
- inline-size: var(--dt-size-100-percent);
12
- text-align: start;
11
+ width: var(--dt-size-100-percent);
12
+ text-align: left;
13
13
  background-color: var(--dt-color-surface-moderate);
14
14
  border-width: 0;
15
15
  border-radius: var(--dt-size-radius-600);
@@ -23,7 +23,7 @@
23
23
 
24
24
  .d-recipe-feed-item-pill__layout {
25
25
  gap: var(--dt-space-300);
26
- inline-size: var(--dt-size-100-percent);
26
+ width: var(--dt-size-100-percent);
27
27
  padding: var(--dt-space-400);
28
28
  line-height: var(--dt-font-line-height-300)
29
29
  }
@@ -31,8 +31,8 @@
31
31
  .d-recipe-feed-item-pill__icon {
32
32
  display: grid;
33
33
  place-content: center;
34
- min-inline-size: var(--dt-size-600);
35
- block-size: var(--dt-size-100-percent);
34
+ min-width: var(--dt-size-600);
35
+ height: var(--dt-size-100-percent);
36
36
 
37
37
  & svg {
38
38
  animation: d-recipe-feed-item-pill-fade 0.15s ease-in;
@@ -47,25 +47,25 @@
47
47
  .d-recipe-feed-item-pill__title {
48
48
  display: grid;
49
49
  align-content: center;
50
- block-size: var(--dt-size-100-percent);
50
+ height: var(--dt-size-100-percent);
51
51
  font-weight: var(--dt-font-weight-bold);
52
52
  }
53
53
 
54
54
  .d-recipe-feed-item-pill__subtitle {
55
- margin-block-start: var(--dt-space-200-negative);
55
+ margin-top: var(--dt-space-200-negative);
56
56
  color: var(--dt-color-foreground-tertiary);
57
57
  font-size: var(--dt-font-size-100);
58
58
  }
59
59
 
60
60
  .d-recipe-feed-item-pill__bottom {
61
- margin-block-start: var(--dt-space-200);
61
+ margin-top: var(--dt-space-200);
62
62
  }
63
63
 
64
64
  .d-recipe-feed-item-pill__right {
65
65
  display: grid;
66
66
  place-content: center;
67
- min-inline-size: var(--dt-size-600);
68
- block-size: var(--dt-size-100-percent);
67
+ min-width: var(--dt-size-600);
68
+ height: var(--dt-size-100-percent);
69
69
  }
70
70
 
71
71
  // Gradient radius solution taken from https://stackoverflow.com/a/53037637
@@ -1,7 +1,7 @@
1
1
  .d-recipe-feed-item-row {
2
2
  position: relative;
3
3
  box-sizing: border-box;
4
- inline-size: var(--dt-size-100-percent);
4
+ width: var(--dt-size-100-percent);
5
5
  padding: var(--dt-space-300) var(--dt-space-500);
6
6
 
7
7
  &:focus-visible {
@@ -11,18 +11,18 @@
11
11
  .d-list-item__left {
12
12
  display: block;
13
13
  align-content: flex-start;
14
- min-inline-size: var(--dt-size-600);
14
+ min-width: var(--dt-size-600);
15
15
  text-align: end;
16
16
  }
17
17
 
18
18
  .d-list-item__wrapper {
19
- min-block-size: auto;
19
+ min-height: auto;
20
20
  padding: 0;
21
21
  font: var(--dt-typography-body-md-compact);
22
22
  }
23
23
 
24
24
  .d-list-item__bottom {
25
- margin-block-start: 0;
25
+ margin-top: 0;
26
26
  }
27
27
  }
28
28
 
@@ -43,11 +43,13 @@
43
43
  }
44
44
 
45
45
  .d-recipe-feed-item-row__avatar-container {
46
- padding-block: var(--dt-space-300) var(--dt-space-300);
46
+ padding-top: var(--dt-space-300);
47
+ padding-bottom: var(--dt-space-300);
47
48
  }
48
49
 
49
50
  .d-recipe-feed-item-row__attachment {
50
- padding-block: var(--dt-space-200) var(--dt-space-300);
51
+ padding-top: var(--dt-space-200);
52
+ padding-bottom: var(--dt-space-300);
51
53
  }
52
54
 
53
55
  .d-recipe-feed-item-row__image {
@@ -62,7 +64,7 @@
62
64
 
63
65
  .d-recipe-feed-item-row__video {
64
66
  display: block;
65
- block-size: 25.0rem;
67
+ height: 25.0rem;
66
68
  }
67
69
 
68
70
  .d-recipe-feed-item-row__header {
@@ -87,11 +89,13 @@
87
89
  .d-recipe-feed-item-row__reactions {
88
90
  display: flex;
89
91
  flex-wrap: wrap;
90
- padding-block: var(--dt-space-200) var(--dt-space-200);
92
+ padding-top: var(--dt-space-200);
93
+ padding-bottom: var(--dt-space-200);
91
94
  }
92
95
 
93
96
  .d-recipe-feed-item-row__threading {
94
- padding-block: var(--dt-space-200) var(--dt-space-200);
97
+ padding-top: var(--dt-space-200);
98
+ padding-bottom: var(--dt-space-200);
95
99
  }
96
100
 
97
101
  .d-recipe-feed-item-row__left-time {
@@ -104,6 +108,6 @@
104
108
 
105
109
  .d-recipe-feed-item-row__menu {
106
110
  position: absolute;
107
- inset-block-start: var(--dt-space-550-negative);
108
- inset-inline-end: var(--dt-space-450);
111
+ top: var(--dt-space-550-negative);
112
+ right: var(--dt-space-450);
109
113
  }
@@ -14,15 +14,15 @@
14
14
  }
15
15
 
16
16
  .d-recipe-grouped-chip__content-left {
17
- max-inline-size: var(--dt-size-730);
17
+ max-width: var(--dt-size-730);
18
18
  background-color: var(--dt-color-surface-moderate-opaque);
19
- border-start-start-radius: var(--dt-size-radius-pill);
20
- border-end-start-radius: var(--dt-size-radius-pill);
19
+ border-top-left-radius: var(--dt-size-radius-pill);
20
+ border-bottom-left-radius: var(--dt-size-radius-pill);
21
21
  }
22
22
 
23
23
  .d-recipe-grouped-chip__content-right {
24
- max-inline-size: var(--dt-size-730);
24
+ max-width: var(--dt-size-730);
25
25
  background-color: var(--dt-color-purple-200);
26
- border-start-end-radius: var(--dt-size-radius-pill);
27
- border-end-end-radius: var(--dt-size-radius-pill);
26
+ border-top-right-radius: var(--dt-size-radius-pill);
27
+ border-bottom-right-radius: var(--dt-size-radius-pill);
28
28
  }
@@ -5,23 +5,23 @@
5
5
  display: flex;
6
6
  flex-direction: column;
7
7
  align-items: center;
8
- inline-size: 280px; /* stylelint-disable-line meowtec/no-px */
8
+ width: 280px; /* stylelint-disable-line meowtec/no-px */
9
9
  cursor: pointer;
10
10
 
11
11
  .d-card {
12
- inline-size: var(--dt-size-100-percent);
12
+ width: var(--dt-size-100-percent);
13
13
  }
14
14
 
15
15
  .d-card__header {
16
- margin-block-start: var(--dt-size-100-negative);
16
+ margin-top: var(--dt-size-100-negative);
17
17
  padding: var(--dt-space-0);
18
- border-start-start-radius: var(--dt-size-border-300);
19
- border-start-end-radius: var(--dt-size-border-300);
18
+ border-top-left-radius: var(--dt-size-border-300);
19
+ border-top-right-radius: var(--dt-size-border-300);
20
20
  }
21
21
 
22
22
  .d-card__content {
23
23
  padding: var(--dt-space-400) var(--dt-space-450) var(--dt-space-450);
24
- border-block-start: var(--dt-size-border-100) solid var(--dt-color-black-300);
24
+ border-top: var(--dt-size-border-100) solid var(--dt-color-black-300);
25
25
  }
26
26
  }
27
27
 
@@ -30,7 +30,7 @@
30
30
  // ----------------------------------------------------------------------------
31
31
  .d-recipe-ivr-node-prompt {
32
32
  .d-card__header {
33
- border-block-start: var(--dt-size-border-300) solid var(--dt-color-blue-200);
33
+ border-top: var(--dt-size-border-300) solid var(--dt-color-blue-200);
34
34
  }
35
35
  }
36
36
 
@@ -41,13 +41,13 @@
41
41
  }
42
42
 
43
43
  .d-card__header {
44
- border-block-start: var(--dt-size-border-300) solid var(--dt-color-blue-300);
44
+ border-top: var(--dt-size-border-300) solid var(--dt-color-blue-300);
45
45
  }
46
46
  }
47
47
 
48
48
  .d-recipe-ivr-node-logic {
49
49
  .d-card__header {
50
- border-block-start: var(--dt-size-border-300) solid var(--dt-color-purple-200);
50
+ border-top: var(--dt-size-border-300) solid var(--dt-color-purple-200);
51
51
  }
52
52
  }
53
53
 
@@ -58,13 +58,13 @@
58
58
  }
59
59
 
60
60
  .d-card__header {
61
- border-block-start: var(--dt-size-border-300) solid var(--dt-color-purple-400);
61
+ border-top: var(--dt-size-border-300) solid var(--dt-color-purple-400);
62
62
  }
63
63
  }
64
64
 
65
65
  .d-recipe-ivr-node-terminal {
66
66
  .d-card__header {
67
- border-block-start: var(--dt-size-border-300) solid var(--dt-color-red-100);
67
+ border-top: var(--dt-size-border-300) solid var(--dt-color-red-100);
68
68
  }
69
69
  }
70
70
 
@@ -75,7 +75,7 @@
75
75
  }
76
76
 
77
77
  .d-card__header {
78
- border-block-start: var(--dt-size-border-300) solid var(--dt-color-red-200);
78
+ border-top: var(--dt-size-border-300) solid var(--dt-color-red-200);
79
79
  }
80
80
  }
81
81
 
@@ -87,27 +87,27 @@
87
87
  display: flex;
88
88
  align-items: center;
89
89
  justify-content: center;
90
- inline-size: var(--dt-size-400);
91
- block-size: var(--dt-size-400);
92
- margin-block-end: var(--dt-space-300-negative);
90
+ width: var(--dt-size-400);
91
+ height: var(--dt-size-400);
92
+ margin-bottom: var(--dt-space-300-negative);
93
93
  background-color: var(--dt-color-purple-600);
94
94
  border-color: var(--dt-color-purple-600);
95
95
  border-radius: var(--dt-size-radius-circle);
96
96
  }
97
97
 
98
98
  .d-recipe-ivr-node__connector--selected {
99
- margin-block-end: var(--dt-space-400-negative);
99
+ margin-bottom: var(--dt-space-400-negative);
100
100
  }
101
101
 
102
102
  .d-recipe-ivr-node__connector-dtmf {
103
- inline-size: var(--dt-size-550);
104
- block-size: var(--dt-size-550);
105
- margin-block-end: var(--dt-space-450-negative);
103
+ width: var(--dt-size-550);
104
+ height: var(--dt-size-550);
105
+ margin-bottom: var(--dt-space-450-negative);
106
106
  color: var(--dt-color-foreground-primary-inverted);
107
107
  font-size: var(--dt-font-size-200);
108
108
 
109
109
  .d-recipe-ivr-node__connector--selected {
110
- margin-block-end: var(--dt-space-500-negative);
110
+ margin-bottom: var(--dt-space-500-negative);
111
111
  }
112
112
  }
113
113
 
@@ -126,7 +126,7 @@
126
126
  }
127
127
 
128
128
  .d-recipe-ivr-node__dropdown-list {
129
- inline-size: var(--dt-size-825);
129
+ width: var(--dt-size-825);
130
130
  }
131
131
 
132
132
  .d-recipe-ivr-node__goto-icon {
@@ -2,20 +2,20 @@
2
2
  // ============================================================================
3
3
  // $ CSS CUSTOM PROPERTIES
4
4
  // ----------------------------------------------------------------------------
5
- --leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
6
- --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
5
+ --leftbar-row-color-foreground: var(--dt-shell-color-foreground-primary);
6
+ --leftbar-row-color-background: var(--dt-shell-color-surface-default);
7
7
  --leftbar-row-radius: var(--dt-size-radius-pill);
8
8
  --leftbar-row-opacity: 100%;
9
- --leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);
9
+ --leftbar-row-alpha-color-foreground: var(--dt-shell-color-foreground-primary);
10
10
  --leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);
11
11
  --leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);
12
12
  --leftbar-row-omega-height: var(--leftbar-row-alpha-height);
13
13
  --leftbar-row-unread-badge-display: inline-flex;
14
- --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);
14
+ --leftbar-row-description-color-foreground: var(--dt-shell-color-foreground-primary);
15
15
  --leftbar-row-description-font-weight: var(--dt-font-weight-normal);
16
16
  --leftbar-row-description-font-size: var(--dt-font-size-200);
17
17
  --leftbar-row-description-line-height: var(--dt-font-line-height-200);
18
- --leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);
18
+ --leftbar-row-status-color-foreground: var(--dt-shell-color-foreground-muted);
19
19
  --leftbar-row-status-font-size: var(--dt-font-size-100);
20
20
  --leftbar-row-status-line-height: var(--dt-font-line-height-100);
21
21
  --leftbar-row-action-position-right: var(--dt-size-400);
@@ -28,7 +28,7 @@
28
28
  // ----------------------------------------------------------------------------
29
29
  position: relative;
30
30
  display: flex;
31
- background-color: var(--dt-theme-sidebar-row-color-background);
31
+ background-color: var(--dt-shell-color-surface-default);
32
32
  border-radius: var(--leftbar-row-radius);
33
33
  cursor: pointer;
34
34
  opacity: var(--leftbar-row-opacity);
@@ -59,14 +59,14 @@
59
59
 
60
60
  &:hover,
61
61
  &:focus-within {
62
- --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
62
+ --leftbar-row-color-background: var(--dt-shell-action-color-background-primary-hover);
63
63
 
64
64
  .d-presence {
65
65
  --presence-color-border-base: var(--dt-color-black-200);
66
66
  }
67
67
 
68
68
  .d-avatar__count {
69
- --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
69
+ --avatar-count-color-shadow: var(--dt-shell-action-color-background-primary-selected);
70
70
  }
71
71
  }
72
72
 
@@ -93,7 +93,7 @@
93
93
  }
94
94
 
95
95
  &__status {
96
- padding-block-end: var(--dt-space-100);
96
+ padding-bottom: var(--dt-space-100);
97
97
  overflow: hidden;
98
98
  color: var(--leftbar-row-status-color-foreground);
99
99
  font-size: var(--leftbar-row-status-font-size);
@@ -103,14 +103,14 @@
103
103
  }
104
104
 
105
105
  &__meta-context ~ &__meta-custom:not(:empty)::before {
106
- color: var(--dt-theme-sidebar-status-color-foreground);
106
+ color: var(--dt-shell-color-foreground-muted);
107
107
  content: " • ";
108
108
  }
109
109
 
110
110
  &--has-unread {
111
111
  --leftbar-row-description-font-weight: var(--dt-font-weight-bold);
112
- --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
113
- --leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
112
+ --leftbar-row-description-color-foreground: var(--dt-shell-color-foreground-strong);
113
+ --leftbar-row-alpha-color-foreground: var(--dt-shell-color-foreground-strong);
114
114
  }
115
115
 
116
116
  &--muted {
@@ -118,15 +118,15 @@
118
118
  }
119
119
 
120
120
  &--selected {
121
- --leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
122
- --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
121
+ --leftbar-row-color-background: var(--dt-shell-action-color-background-primary-selected);
122
+ --leftbar-row-description-color-foreground: var(--dt-shell-action-color-foreground-primary-selected);
123
123
 
124
124
  .d-presence {
125
125
  --presence-color-border-base: var(--dt-color-black-200);
126
126
  }
127
127
 
128
128
  .d-avatar__count {
129
- --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
129
+ --avatar-count-color-shadow: var(--dt-shell-action-color-background-primary-selected);
130
130
  }
131
131
  }
132
132
 
@@ -138,15 +138,15 @@
138
138
  gap: var(--dt-space-200);
139
139
  align-items: center;
140
140
  justify-content: center;
141
- inline-size: var(--is-typing-size-shape);
142
- block-size: var(--is-typing-size-shape);
141
+ width: var(--is-typing-size-shape);
142
+ height: var(--is-typing-size-shape);
143
143
  border-radius: var(--dt-size-radius-pill);
144
144
  opacity: 0.75;
145
145
 
146
146
  & span {
147
147
  display: inline-block;
148
- inline-size: var(--dt-size-300);
149
- block-size: var(--dt-size-300);
148
+ width: var(--dt-size-300);
149
+ height: var(--dt-size-300);
150
150
  padding: 0;
151
151
  background: var(--dt-color-surface-strong);
152
152
  border-radius: var(--dt-size-radius-pill);
@@ -179,18 +179,36 @@
179
179
  // <button class="d-recipe-leftbar-row__action-button d-btn ..." ...>...</button>
180
180
  // </div>
181
181
  //
182
+
183
+ // Style overrides for leftbar button icon and background, using the shell tokens for theming
184
+ .d-btn--inverted.d-btn--primary {
185
+ --button-color-text: var(--dt-shell-mention-color-surface-primary);
186
+ }
187
+
188
+ .d-btn--inverted.d-btn--primary:hover:not([disabled]) {
189
+ --button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 10%, white 100%);
190
+ }
191
+
192
+ .d-btn--inverted.d-btn--primary:active:not([disabled]) {
193
+ --button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 30%, white 100%);
194
+ }
195
+
196
+ .d-fc-success {
197
+ color:var(--dt-shell-color-foreground-positive)!important;
198
+ }
199
+
182
200
  &__primary {
183
201
  // contains extra style properties to support both <button> and <a>
184
202
  display: flex;
185
203
  flex: 1;
186
204
  align-items: center;
187
- inline-size: 100%;
205
+ width: 100%;
188
206
  margin: 0;
189
207
  padding: 0;
190
208
  color: var(--leftbar-row-color-foreground);
191
209
  font-size: inherit;
192
210
  line-height: inherit;
193
- text-align: start;
211
+ text-align: left;
194
212
  text-decoration: none;
195
213
  background-color: var(--leftbar-row-color-background);
196
214
  border: 0;
@@ -198,7 +216,7 @@
198
216
  appearance: none;
199
217
 
200
218
  &:active {
201
- --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
219
+ --leftbar-row-color-background: var(--dt-shell-action-color-background-primary-active);
202
220
  }
203
221
 
204
222
  &:focus-visible {
@@ -207,8 +225,8 @@
207
225
  }
208
226
 
209
227
  &__action-button {
210
- inline-size: var(--leftbar-row-action-width);
211
- block-size: var(--leftbar-row-action-height);
228
+ width: var(--leftbar-row-action-width);
229
+ height: var(--leftbar-row-action-height);
212
230
  opacity: 0;
213
231
  }
214
232
 
@@ -225,22 +243,25 @@
225
243
  align-items: center;
226
244
  justify-content: center;
227
245
  box-sizing: border-box;
228
- inline-size: var(--leftbar-row-alpha-width);
229
- block-size: var(--leftbar-row-alpha-height);
230
- padding-inline: var(--dt-space-400) var(--dt-space-400);
246
+ width: var(--leftbar-row-alpha-width);
247
+ height: var(--leftbar-row-alpha-height);
248
+ padding-right: var(--dt-space-400);
249
+ padding-left: var(--dt-space-400);
231
250
  color: var(--leftbar-row-alpha-color-foreground);
232
251
  border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
233
252
  }
234
253
 
235
254
  &__label {
236
255
  flex: 0 1;
237
- min-inline-size: 0;
256
+ min-width: 0;
238
257
  }
239
258
 
259
+
260
+
240
261
  &__omega {
241
262
  position: absolute;
242
- inset-block-start: var(--leftbar-row-action-position-bottom);
243
- inset-inline-end: var(--leftbar-row-action-position-right);
263
+ top: var(--leftbar-row-action-position-bottom);
264
+ right: var(--leftbar-row-action-position-right);
244
265
  display: flex;
245
266
  gap: var(--dt-space-300);
246
267
  align-items: center;
@@ -252,8 +273,8 @@
252
273
 
253
274
  &__unread-badge {
254
275
  display: var(--leftbar-row-unread-badge-display);
255
- color: var(--dt-theme-mention-color-foreground);
256
- background-color: var(--dt-theme-mention-color-background);
276
+ color: var(--dt-shell-mention-color-foreground-primary);
277
+ background-color: var(--dt-shell-mention-color-surface-primary);
257
278
  }
258
279
 
259
280
  &__unread-count {
@@ -263,20 +284,20 @@
263
284
  }
264
285
 
265
286
  &__unread-count-badge {
266
- border-start-end-radius: var(--dt-size-radius-0);
267
- border-end-end-radius: var(--dt-size-radius-0);
287
+ border-top-right-radius: var(--dt-size-radius-0);
288
+ border-bottom-right-radius: var(--dt-size-radius-0);
268
289
  }
269
290
 
270
291
  &__unread-mention-count-badge {
271
- color: var(--dt-theme-mention-color-foreground-strong);
272
- background-color: var(--dt-theme-mention-color-background-strong);
273
- border-start-start-radius: var(--dt-size-radius-0);
274
- border-end-start-radius: var(--dt-size-radius-0);
292
+ color: var(--dt-shell-mention-color-foreground-secondary);
293
+ background-color: var(--dt-shell-mention-color-surface-secondary);
294
+ border-top-left-radius: var(--dt-size-radius-0);
295
+ border-bottom-left-radius: var(--dt-size-radius-0);
275
296
  }
276
297
 
277
298
  &__unread-mention-only-count-badge {
278
- color: var(--dt-theme-mention-color-foreground-strong);
279
- background-color: var(--dt-theme-mention-color-background-strong);
299
+ color: var(--dt-shell-mention-color-foreground-secondary);
300
+ background-color: var(--dt-shell-mention-color-surface-secondary);
280
301
  }
281
302
 
282
303
  &__active-voice {
@@ -286,8 +307,8 @@
286
307
  }
287
308
 
288
309
  &__dnd {
289
- padding-block-start: var(--dt-space-200);
290
- padding-inline-end: var(--dt-space-300);
310
+ padding-top: var(--dt-space-200);
311
+ padding-right: var(--dt-space-300);
291
312
  color: var(--dt-color-foreground-tertiary);
292
313
  font-weight: var(--dt-font-weight-medium);
293
314
  font-size: var(--dt-font-size-100);
@@ -306,21 +327,22 @@
306
327
 
307
328
  &--contact-centers {
308
329
  .d-recipe-leftbar-row__alpha {
309
- padding-inline: var(--dt-space-450) var(--dt-space-450);
330
+ padding-right: var(--dt-space-450);
331
+ padding-left: var(--dt-space-450);
310
332
  }
311
333
 
312
334
  .d-recipe-leftbar-row__action-container {
313
335
  display: inline-flex;
314
336
  align-items: center;
315
337
  justify-content: flex-end;
316
- min-inline-size: var(--dt-size-600);
317
- block-size: var(--dt-size-500);
338
+ min-width: var(--dt-size-600);
339
+ height: var(--dt-size-500);
318
340
  }
319
341
  }
320
342
 
321
343
  &__icon-cc {
322
- inline-size: calc(var(--dt-size-300) * 3.5);
323
- block-size: calc(var(--dt-size-300) * 3.5);
344
+ width: calc(var(--dt-size-300) * 3.5);
345
+ height: calc(var(--dt-size-300) * 3.5);
324
346
  border-radius: var(--dt-size-200);
325
347
  }
326
348
  }
@@ -368,15 +390,15 @@
368
390
  // $ Contact Row
369
391
  // ----------------------------------------------------------------------------
370
392
  .d-recipe-contact-row--active {
371
- color: var(--dt-color-foreground-success);
393
+ color: var(--dt-shell-color-foreground-positive);
372
394
  }
373
395
 
374
396
  .d-recipe-contact-row--busy {
375
- color: var(--dt-color-foreground-critical);
397
+ color: var(--dt-shell-color-foreground-critical);
376
398
  }
377
399
 
378
400
  .d-recipe-contact-row--away {
379
- color: var(--dt-color-foreground-warning);
401
+ color: var(--dt-shell-color-foreground-warning);
380
402
  }
381
403
 
382
404
  // ============================================================================
@@ -31,28 +31,29 @@
31
31
  }
32
32
 
33
33
  .d-recipe-message-input__link-popover {
34
- inline-size: 36.0rem;
34
+ width: 36.0rem;
35
35
  }
36
36
 
37
37
  .d-recipe-message-input__remaining-char {
38
- margin-inline-end: var(--dt-space-300);
38
+ margin-right: var(--dt-space-300);
39
39
  color: var(--dt-color-foreground-critical);
40
40
  font-size: var(--dt-font-size-100);
41
41
  }
42
42
 
43
43
  .d-recipe-message-input__remaining-char-tooltip {
44
- margin-block: auto;
44
+ margin-top: auto;
45
+ margin-bottom: auto;
45
46
  }
46
47
 
47
48
  .d-recipe-message-input__button {
48
- max-inline-size: 2.8rem;
49
- max-block-size: 2.8rem;
49
+ max-width: 2.8rem;
50
+ max-height: 2.8rem;
50
51
  border-radius: var(--dt-size-radius-300);
51
52
  }
52
53
 
53
54
  .d-recipe-message-input__send-button.d-recipe-message-input__button:not(.d-btn--icon-only),
54
55
  .d-recipe-message-input__cancel-button {
55
- max-inline-size: unset;
56
+ max-width: unset;
56
57
  padding: var(--dt-space-350);
57
58
  }
58
59
 
@@ -82,11 +83,11 @@
82
83
  }
83
84
 
84
85
  .d-recipe-message-input-meeting-pill__layout {
85
- grid-template-areas: 'start content end';
86
+ grid-template-areas: 'left content right';
86
87
  grid-template-columns: minmax(0, max-content) 1fr minmax(0, max-content);
87
88
  gap: var(--dt-space-400);
88
89
  align-items: center;
89
- max-inline-size: var(--dt-size-905);
90
+ max-width: var(--dt-size-905);
90
91
  padding: var(--dt-space-200) var(--dt-space-400);
91
92
  font: var(--dt-typography-headline-md);
92
93
  border: var(--dt-size-border-100) solid var(--dt-color-border-default);
@@ -110,9 +111,10 @@
110
111
  }
111
112
 
112
113
  .d-recipe-message-input--button-group-divider {
113
- inline-size: var(--dt-size-100);
114
- block-size: calc(var(--dt-size-550) + var(--dt-size-300));
115
- margin-inline: var(--dt-space-300);
114
+ width: var(--dt-size-100);
115
+ height: calc(var(--dt-size-550) + var(--dt-size-300));
116
+ margin-right: var(--dt-space-300);
117
+ margin-left: var(--dt-space-300);
116
118
  background: var(--dt-color-border-subtle);
117
119
  }
118
120
 
@@ -125,8 +127,9 @@
125
127
  }
126
128
 
127
129
  .d-recipe-message-input__link-input {
128
- margin-block-start: var(--dt-space-350);
129
- padding-block: var(--dt-space-200);
130
+ margin-top: var(--dt-space-350);
131
+ padding-top: var(--dt-space-200);
132
+ padding-bottom: var(--dt-space-200);
130
133
  background-color: var(--dt-color-surface-secondary);
131
134
  border: var(--dt-space-100) solid;
132
135
  border-color: var(--dt-color-border-default);