@dialpad/dialtone-css 8.64.3 → 8.65.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/build/less/components/avatar.less +2 -2
- package/lib/build/less/components/presence.less +9 -9
- package/lib/build/less/recipes/callbar_button.less +1 -1
- package/lib/build/less/recipes/callbox.less +4 -4
- package/lib/build/less/recipes/leftbar_row.less +24 -43
- package/lib/build/less/recipes/settings_menu_button.less +6 -6
- package/lib/build/less/recipes/unread_pill.less +2 -2
- package/lib/dist/dialtone-default-theme.css +48 -60
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone.css +48 -60
- package/lib/dist/dialtone.min.css +1 -1
- package/lib/dist/tokens/tokens-aegean-dark.css +2 -3592
- package/lib/dist/tokens/tokens-aegean-light.css +2 -3585
- package/lib/dist/tokens/tokens-botany-dark.css +2 -3585
- package/lib/dist/tokens/tokens-botany-light.css +2 -3592
- package/lib/dist/tokens/tokens-buttercream-dark.css +2 -3585
- package/lib/dist/tokens/tokens-ceruleo-dark.css +2 -3557
- package/lib/dist/tokens/tokens-ceruleo-default.css +488 -0
- package/lib/dist/tokens/tokens-high-desert-dark.css +2 -3592
- package/lib/dist/tokens/tokens-high-desert-light.css +2 -3585
- package/lib/dist/tokens/tokens-melon-dark.css +2 -3592
- package/lib/dist/tokens/tokens-melon-light.css +2 -3585
- package/lib/dist/tokens/tokens-plum-dark.css +2 -3592
- package/lib/dist/tokens/tokens-plum-light.css +2 -3585
- package/lib/dist/tokens/tokens-sunflower-dark.css +2 -3592
- package/lib/dist/tokens/tokens-sunflower-light.css +2 -3585
- package/lib/dist/tokens/tokens-verdant-haze-dark.css +2 -3585
- package/lib/dist/tokens/tokens-verdant-haze-light.css +2 -3578
- package/lib/dist/tokens-docs.json +1 -1
- package/package.json +3 -3
- package/lib/dist/tokens/tokens-ceruleo-light.css +0 -4036
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
--avatar-size-text: var(--dt-font-size-200);
|
|
27
27
|
--avatar-presence-position-right: var(--dt-space-200-negative);
|
|
28
28
|
--avatar-presence-position-bottom: var(--dt-space-200-negative);
|
|
29
|
-
--avatar-count-color-shadow: var(--dt-
|
|
29
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-color-background);
|
|
30
30
|
|
|
31
31
|
position: relative;
|
|
32
32
|
display: flex;
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
|
|
125
125
|
.d-recipe-leftbar-row--selected &,
|
|
126
126
|
.d-recipe-leftbar-row__primary:hover & {
|
|
127
|
-
--avatar-count-color-shadow: var(--dt-
|
|
127
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-row-color-background-hover);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
// visit https://dialtone.dialpad.com/components/presence
|
|
8
8
|
|
|
9
9
|
.d-presence {
|
|
10
|
-
--presence-color-border-base: var(--dt-color-
|
|
11
|
-
--presence-color-border-offline: var(--dt-
|
|
12
|
-
--presence-color-background-active: var(--dt-presence-color-available);
|
|
13
|
-
--presence-color-background-busy: var(--dt-presence-color-unavailable);
|
|
14
|
-
--presence-color-background-away: var(--dt-presence-color-busy);
|
|
15
|
-
--presence-color-background-offline: var(--dt-color-
|
|
16
|
-
--presence-border-size: var(--dt-size-
|
|
10
|
+
--presence-color-border-base: var(--dt-theme-sidebar-color-background);
|
|
11
|
+
--presence-color-border-offline: var(--dt-color-border-bold);
|
|
12
|
+
--presence-color-background-active: var(--dt-theme-presence-color-background-available);
|
|
13
|
+
--presence-color-background-busy: var(--dt-theme-presence-color-background-busy-unavailable);
|
|
14
|
+
--presence-color-background-away: var(--dt-theme-presence-color-background-busy);
|
|
15
|
+
--presence-color-background-offline: var(--dt-theme-sidebar-color-background);
|
|
16
|
+
--presence-border-size: var(--dt-size-200);
|
|
17
17
|
--presence-size: var(--dt-size-400);
|
|
18
18
|
|
|
19
19
|
display: inline-block;
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
border-radius: var(--dt-size-radius-circle);
|
|
25
25
|
|
|
26
26
|
.d-recipe-leftbar-row--selected & {
|
|
27
|
-
--presence-color-border-base: var(--dt-color-
|
|
27
|
+
--presence-color-border-base: var(--dt-theme-sidebar-selected-row-color-background);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.d-recipe-leftbar-row__primary:hover & {
|
|
31
|
-
--presence-color-border-base: var(--dt-
|
|
31
|
+
--presence-color-border-base: var(--dt-theme-sidebar-row-color-background-hover);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
&__inner {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
.d-recipe-callbar-button--active,
|
|
40
40
|
.d-recipe-callbar-button--active:hover {
|
|
41
41
|
.base-button__icon {
|
|
42
|
-
color: var(--dt-
|
|
42
|
+
color: var(--dt-theme-mention-color-background); // best replacement for --primary-color we have at the moment
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.d-recipe-callbox {
|
|
2
2
|
padding: 0;
|
|
3
|
-
color: var(--dt-
|
|
3
|
+
color: var(--dt-color-foreground-primary);
|
|
4
4
|
background-color: var(--dt-color-surface-primary);
|
|
5
5
|
border-radius: var(--dt-size-radius-400);
|
|
6
6
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
&.d-recipe-callbox__border-default {
|
|
27
|
-
border-color: var(--dt-
|
|
27
|
+
border-color: var(--dt-color-border-default);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
&.d-recipe-callbox__border-ai {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
min-width: 100%;
|
|
68
68
|
padding: 0;
|
|
69
69
|
overflow: clip;
|
|
70
|
-
color: var(--dt-
|
|
70
|
+
color: var(--dt-color-foreground-primary);
|
|
71
71
|
font: var(--dt-typography-headline-md);
|
|
72
72
|
line-height: var(--dt-font-line-height-100);
|
|
73
73
|
white-space: nowrap;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
min-width: 100%;
|
|
87
87
|
padding: 0;
|
|
88
88
|
overflow: hidden;
|
|
89
|
-
color: var(--dt-
|
|
89
|
+
color: var(--dt-color-foreground-tertiary);
|
|
90
90
|
font: var(--dt-typography-body-sm-compact);
|
|
91
91
|
}
|
|
92
92
|
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
// ============================================================================
|
|
3
3
|
// $ CSS CUSTOM PROPERTIES
|
|
4
4
|
// ----------------------------------------------------------------------------
|
|
5
|
-
--leftbar-row-color-foreground: var(--dt-
|
|
6
|
-
--leftbar-row-color-background: var(--dt-
|
|
5
|
+
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
6
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
7
7
|
--leftbar-row-radius: var(--dt-size-radius-pill);
|
|
8
8
|
--leftbar-row-opacity: 100%;
|
|
9
|
-
--leftbar-row-alpha-color-foreground: var(--dt-
|
|
9
|
+
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);
|
|
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-
|
|
14
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
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-
|
|
18
|
+
--leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);
|
|
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);
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
// ----------------------------------------------------------------------------
|
|
37
37
|
position: relative;
|
|
38
38
|
display: flex;
|
|
39
|
-
background-color: var(--dt-
|
|
39
|
+
background-color: var(--dt-theme-sidebar-row-color-background);
|
|
40
40
|
border-radius: var(--leftbar-row-radius);
|
|
41
41
|
cursor: pointer;
|
|
42
42
|
opacity: var(--leftbar-row-opacity);
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
|
|
68
68
|
&:hover,
|
|
69
69
|
&:focus-within {
|
|
70
|
-
--leftbar-row-color-background: var(--dt-
|
|
70
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
|
|
71
71
|
|
|
72
72
|
.d-presence {
|
|
73
73
|
// TODO: Remove this once @jeverhart-dialpad's DLT-2665 PR
|
|
@@ -75,8 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.d-avatar__count {
|
|
78
|
-
|
|
79
|
-
--avatar-count-color-shadow: var(--dt-shell-action-color-background-primary-selected);
|
|
78
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
80
79
|
}
|
|
81
80
|
}
|
|
82
81
|
|
|
@@ -113,14 +112,14 @@
|
|
|
113
112
|
}
|
|
114
113
|
|
|
115
114
|
&__meta-context ~ &__meta-custom:not(:empty)::before {
|
|
116
|
-
color: var(--dt-
|
|
115
|
+
color: var(--dt-theme-sidebar-status-color-foreground);
|
|
117
116
|
content: " • ";
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
&--has-unread {
|
|
121
120
|
--leftbar-row-description-font-weight: var(--dt-font-weight-bold);
|
|
122
|
-
--leftbar-row-description-color-foreground: var(--dt-
|
|
123
|
-
--leftbar-row-alpha-color-foreground: var(--dt-
|
|
121
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
122
|
+
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
124
123
|
}
|
|
125
124
|
|
|
126
125
|
&--muted {
|
|
@@ -128,15 +127,15 @@
|
|
|
128
127
|
}
|
|
129
128
|
|
|
130
129
|
&--selected {
|
|
131
|
-
--leftbar-row-color-background: var(--dt-
|
|
132
|
-
--leftbar-row-description-color-foreground: var(--dt-
|
|
130
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
|
|
131
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
|
|
133
132
|
|
|
134
133
|
.d-presence {
|
|
135
134
|
--presence-color-border-base: var(--dt-color-black-200);
|
|
136
135
|
}
|
|
137
136
|
|
|
138
137
|
.d-avatar__count {
|
|
139
|
-
--avatar-count-color-shadow: var(--dt-
|
|
138
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
140
139
|
}
|
|
141
140
|
}
|
|
142
141
|
|
|
@@ -189,24 +188,6 @@
|
|
|
189
188
|
// <button class="d-recipe-leftbar-row__action-button d-btn ..." ...>...</button>
|
|
190
189
|
// </div>
|
|
191
190
|
//
|
|
192
|
-
|
|
193
|
-
// Style overrides for leftbar button icon and background, using the shell tokens for theming
|
|
194
|
-
.d-btn--inverted.d-btn--primary {
|
|
195
|
-
--button-color-text: var(--dt-shell-mention-color-surface-primary);
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.d-btn--inverted.d-btn--primary:hover:not([disabled]) {
|
|
199
|
-
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 10%, white 100%);
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.d-btn--inverted.d-btn--primary:active:not([disabled]) {
|
|
203
|
-
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 30%, white 100%);
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.d-fc-success {
|
|
207
|
-
color:var(--dt-shell-color-foreground-positive)!important;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
191
|
&__primary {
|
|
211
192
|
// contains extra style properties to support both <button> and <a>
|
|
212
193
|
display: flex;
|
|
@@ -226,7 +207,7 @@
|
|
|
226
207
|
appearance: none;
|
|
227
208
|
|
|
228
209
|
&:active {
|
|
229
|
-
--leftbar-row-color-background: var(--dt-
|
|
210
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
|
|
230
211
|
}
|
|
231
212
|
|
|
232
213
|
&:focus-visible {
|
|
@@ -281,8 +262,8 @@
|
|
|
281
262
|
|
|
282
263
|
&__unread-badge {
|
|
283
264
|
display: var(--leftbar-row-unread-badge-display);
|
|
284
|
-
color: var(--dt-
|
|
285
|
-
background-color: var(--dt-
|
|
265
|
+
color: var(--dt-theme-mention-color-foreground);
|
|
266
|
+
background-color: var(--dt-theme-mention-color-background);
|
|
286
267
|
}
|
|
287
268
|
|
|
288
269
|
&__unread-count {
|
|
@@ -297,15 +278,15 @@
|
|
|
297
278
|
}
|
|
298
279
|
|
|
299
280
|
&__unread-mention-count-badge {
|
|
300
|
-
color: var(--dt-
|
|
301
|
-
background-color: var(--dt-
|
|
281
|
+
color: var(--dt-theme-mention-color-foreground-strong);
|
|
282
|
+
background-color: var(--dt-theme-mention-color-background-strong);
|
|
302
283
|
border-top-left-radius: var(--dt-size-radius-0);
|
|
303
284
|
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
304
285
|
}
|
|
305
286
|
|
|
306
287
|
&__unread-mention-only-count-badge {
|
|
307
|
-
color: var(--dt-
|
|
308
|
-
background-color: var(--dt-
|
|
288
|
+
color: var(--dt-theme-mention-color-foreground-strong);
|
|
289
|
+
background-color: var(--dt-theme-mention-color-background-strong);
|
|
309
290
|
}
|
|
310
291
|
|
|
311
292
|
&__active-voice {
|
|
@@ -398,15 +379,15 @@
|
|
|
398
379
|
// $ Contact Row
|
|
399
380
|
// ----------------------------------------------------------------------------
|
|
400
381
|
.d-recipe-contact-row--active {
|
|
401
|
-
color: var(--dt-
|
|
382
|
+
color: var(--dt-color-foreground-success);
|
|
402
383
|
}
|
|
403
384
|
|
|
404
385
|
.d-recipe-contact-row--busy {
|
|
405
|
-
color: var(--dt-
|
|
386
|
+
color: var(--dt-color-foreground-critical);
|
|
406
387
|
}
|
|
407
388
|
|
|
408
389
|
.d-recipe-contact-row--away {
|
|
409
|
-
color: var(--dt-
|
|
390
|
+
color: var(--dt-color-foreground-warning);
|
|
410
391
|
}
|
|
411
392
|
|
|
412
393
|
// ============================================================================
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
width: var(--dt-size-550);
|
|
3
3
|
height: var(--dt-size-600);
|
|
4
4
|
padding: var(--dt-space-0);
|
|
5
|
-
color: var(--dt-
|
|
6
|
-
background-color: var(--dt-
|
|
5
|
+
color: var(--dt-theme-topbar-button-color-foreground);
|
|
6
|
+
background-color: var(--dt-theme-topbar-button-color-background);
|
|
7
7
|
border-radius: var(--dt-size-550);
|
|
8
8
|
|
|
9
9
|
&:hover {
|
|
10
|
-
color: var(--dt-
|
|
11
|
-
background-color: var(--dt-
|
|
10
|
+
color: var(--dt-theme-topbar-button-color-foreground-hover);
|
|
11
|
+
background-color: var(--dt-theme-topbar-button-color-background-hover);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
&:active {
|
|
15
|
-
background-color: var(--dt-
|
|
15
|
+
background-color: var(--dt-theme-topbar-button-color-background-active);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
border-radius: var(--dt-size-radius-pill);
|
|
25
25
|
|
|
26
26
|
&:hover {
|
|
27
|
-
color: var(--dt-
|
|
27
|
+
color: var(--dt-theme-topbar-button-color-foreground-hover);
|
|
28
28
|
background-color: hsla(var(--dt-color-blue-200-hsl) / 0.5);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.d-recipe-leftbar-unread-pill-mentions {
|
|
16
|
-
color: var(--dt-
|
|
16
|
+
color: var(--dt-theme-mention-color-foreground);
|
|
17
17
|
font-weight: var(--dt-font-weight-bold);
|
|
18
|
-
background-color: var(--dt-
|
|
18
|
+
background-color: var(--dt-theme-mention-color-background);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.d-recipe-leftbar-unread-pill-messages {
|
|
@@ -1018,7 +1018,7 @@ template {
|
|
|
1018
1018
|
--avatar-size-text: var(--dt-font-size-200);
|
|
1019
1019
|
--avatar-presence-position-right: var(--dt-space-200-negative);
|
|
1020
1020
|
--avatar-presence-position-bottom: var(--dt-space-200-negative);
|
|
1021
|
-
--avatar-count-color-shadow: var(--dt-
|
|
1021
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-color-background);
|
|
1022
1022
|
position: relative;
|
|
1023
1023
|
display: flex;
|
|
1024
1024
|
color: var(--avatar-color-text);
|
|
@@ -1144,7 +1144,7 @@ template {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
.d-recipe-leftbar-row--selected .d-avatar__count,
|
|
1146
1146
|
.d-recipe-leftbar-row__primary:hover .d-avatar__count {
|
|
1147
|
-
--avatar-count-color-shadow: var(--dt-
|
|
1147
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-row-color-background-hover);
|
|
1148
1148
|
}
|
|
1149
1149
|
.d-avatar--clickable {
|
|
1150
1150
|
--avatar-color-border: transparent;
|
|
@@ -5141,13 +5141,13 @@ legend .d-label--md {
|
|
|
5141
5141
|
align-items: center;
|
|
5142
5142
|
}
|
|
5143
5143
|
.d-presence {
|
|
5144
|
-
--presence-color-border-base: var(--dt-color-
|
|
5145
|
-
--presence-color-border-offline: var(--dt-
|
|
5146
|
-
--presence-color-background-active: var(--dt-presence-color-available);
|
|
5147
|
-
--presence-color-background-busy: var(--dt-presence-color-unavailable);
|
|
5148
|
-
--presence-color-background-away: var(--dt-presence-color-busy);
|
|
5149
|
-
--presence-color-background-offline: var(--dt-color-
|
|
5150
|
-
--presence-border-size: var(--dt-size-
|
|
5144
|
+
--presence-color-border-base: var(--dt-theme-sidebar-color-background);
|
|
5145
|
+
--presence-color-border-offline: var(--dt-color-border-bold);
|
|
5146
|
+
--presence-color-background-active: var(--dt-theme-presence-color-background-available);
|
|
5147
|
+
--presence-color-background-busy: var(--dt-theme-presence-color-background-busy-unavailable);
|
|
5148
|
+
--presence-color-background-away: var(--dt-theme-presence-color-background-busy);
|
|
5149
|
+
--presence-color-background-offline: var(--dt-theme-sidebar-color-background);
|
|
5150
|
+
--presence-border-size: var(--dt-size-200);
|
|
5151
5151
|
--presence-size: var(--dt-size-400);
|
|
5152
5152
|
display: inline-block;
|
|
5153
5153
|
box-sizing: border-box;
|
|
@@ -5157,10 +5157,10 @@ legend .d-label--md {
|
|
|
5157
5157
|
border-radius: var(--dt-size-radius-circle);
|
|
5158
5158
|
}
|
|
5159
5159
|
.d-recipe-leftbar-row--selected .d-presence {
|
|
5160
|
-
--presence-color-border-base: var(--dt-color-
|
|
5160
|
+
--presence-color-border-base: var(--dt-theme-sidebar-selected-row-color-background);
|
|
5161
5161
|
}
|
|
5162
5162
|
.d-recipe-leftbar-row__primary:hover .d-presence {
|
|
5163
|
-
--presence-color-border-base: var(--dt-
|
|
5163
|
+
--presence-color-border-base: var(--dt-theme-sidebar-row-color-background-hover);
|
|
5164
5164
|
}
|
|
5165
5165
|
.d-presence__inner {
|
|
5166
5166
|
box-sizing: border-box;
|
|
@@ -8600,7 +8600,7 @@ ul {
|
|
|
8600
8600
|
}
|
|
8601
8601
|
.d-recipe-callbar-button--active .base-button__icon,
|
|
8602
8602
|
.d-recipe-callbar-button--active:hover .base-button__icon {
|
|
8603
|
-
color: var(--dt-
|
|
8603
|
+
color: var(--dt-theme-mention-color-background);
|
|
8604
8604
|
}
|
|
8605
8605
|
.d-recipe-callbar-button--disabled {
|
|
8606
8606
|
cursor: not-allowed;
|
|
@@ -8702,7 +8702,7 @@ ul {
|
|
|
8702
8702
|
}
|
|
8703
8703
|
.d-recipe-callbox {
|
|
8704
8704
|
padding: 0;
|
|
8705
|
-
color: var(--dt-
|
|
8705
|
+
color: var(--dt-color-foreground-primary);
|
|
8706
8706
|
background-color: var(--dt-color-surface-primary);
|
|
8707
8707
|
border-radius: var(--dt-size-radius-400);
|
|
8708
8708
|
}
|
|
@@ -8723,7 +8723,7 @@ ul {
|
|
|
8723
8723
|
border-block-start-width: 0;
|
|
8724
8724
|
}
|
|
8725
8725
|
.d-recipe-callbox__main-content.d-recipe-callbox__border-default {
|
|
8726
|
-
border-color: var(--dt-
|
|
8726
|
+
border-color: var(--dt-color-border-default);
|
|
8727
8727
|
}
|
|
8728
8728
|
.d-recipe-callbox__main-content.d-recipe-callbox__border-ai {
|
|
8729
8729
|
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;
|
|
@@ -8758,7 +8758,7 @@ ul {
|
|
|
8758
8758
|
min-width: 100%;
|
|
8759
8759
|
padding: 0;
|
|
8760
8760
|
overflow: clip;
|
|
8761
|
-
color: var(--dt-
|
|
8761
|
+
color: var(--dt-color-foreground-primary);
|
|
8762
8762
|
font: var(--dt-typography-headline-md);
|
|
8763
8763
|
line-height: var(--dt-font-line-height-100);
|
|
8764
8764
|
white-space: nowrap;
|
|
@@ -8775,7 +8775,7 @@ ul {
|
|
|
8775
8775
|
min-width: 100%;
|
|
8776
8776
|
padding: 0;
|
|
8777
8777
|
overflow: hidden;
|
|
8778
|
-
color: var(--dt-
|
|
8778
|
+
color: var(--dt-color-foreground-tertiary);
|
|
8779
8779
|
font: var(--dt-typography-body-sm-compact);
|
|
8780
8780
|
}
|
|
8781
8781
|
.d-recipe-callbox__right {
|
|
@@ -9340,20 +9340,20 @@ ul {
|
|
|
9340
9340
|
transform: rotate(90deg);
|
|
9341
9341
|
}
|
|
9342
9342
|
.d-recipe-leftbar-row {
|
|
9343
|
-
--leftbar-row-color-foreground: var(--dt-
|
|
9344
|
-
--leftbar-row-color-background: var(--dt-
|
|
9343
|
+
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
9344
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
9345
9345
|
--leftbar-row-radius: var(--dt-size-radius-pill);
|
|
9346
9346
|
--leftbar-row-opacity: 100%;
|
|
9347
|
-
--leftbar-row-alpha-color-foreground: var(--dt-
|
|
9347
|
+
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);
|
|
9348
9348
|
--leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);
|
|
9349
9349
|
--leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);
|
|
9350
9350
|
--leftbar-row-omega-height: var(--leftbar-row-alpha-height);
|
|
9351
9351
|
--leftbar-row-unread-badge-display: inline-flex;
|
|
9352
|
-
--leftbar-row-description-color-foreground: var(--dt-
|
|
9352
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
9353
9353
|
--leftbar-row-description-font-weight: var(--dt-font-weight-normal);
|
|
9354
9354
|
--leftbar-row-description-font-size: var(--dt-font-size-200);
|
|
9355
9355
|
--leftbar-row-description-line-height: var(--dt-font-line-height-200);
|
|
9356
|
-
--leftbar-row-status-color-foreground: var(--dt-
|
|
9356
|
+
--leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);
|
|
9357
9357
|
--leftbar-row-status-font-size: var(--dt-font-size-100);
|
|
9358
9358
|
--leftbar-row-status-line-height: var(--dt-font-line-height-100);
|
|
9359
9359
|
--leftbar-row-action-position-right: var(--dt-size-400);
|
|
@@ -9362,7 +9362,7 @@ ul {
|
|
|
9362
9362
|
--leftbar-row-action-height: var(--leftbar-row-action-width);
|
|
9363
9363
|
position: relative;
|
|
9364
9364
|
display: flex;
|
|
9365
|
-
background-color: var(--dt-
|
|
9365
|
+
background-color: var(--dt-theme-sidebar-row-color-background);
|
|
9366
9366
|
border-radius: var(--leftbar-row-radius);
|
|
9367
9367
|
cursor: pointer;
|
|
9368
9368
|
opacity: var(--leftbar-row-opacity);
|
|
@@ -9390,7 +9390,7 @@ ul {
|
|
|
9390
9390
|
}
|
|
9391
9391
|
.d-recipe-leftbar-row:hover,
|
|
9392
9392
|
.d-recipe-leftbar-row:focus-within {
|
|
9393
|
-
--leftbar-row-color-background: var(--dt-
|
|
9393
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
|
|
9394
9394
|
}
|
|
9395
9395
|
.d-recipe-leftbar-row:hover .d-presence,
|
|
9396
9396
|
.d-recipe-leftbar-row:focus-within .d-presence {
|
|
@@ -9398,7 +9398,7 @@ ul {
|
|
|
9398
9398
|
}
|
|
9399
9399
|
.d-recipe-leftbar-row:hover .d-avatar__count,
|
|
9400
9400
|
.d-recipe-leftbar-row:focus-within .d-avatar__count {
|
|
9401
|
-
--avatar-count-color-shadow: var(--dt-
|
|
9401
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
9402
9402
|
}
|
|
9403
9403
|
.d-recipe-leftbar-row__description {
|
|
9404
9404
|
overflow: hidden;
|
|
@@ -9419,26 +9419,26 @@ ul {
|
|
|
9419
9419
|
text-overflow: ellipsis;
|
|
9420
9420
|
}
|
|
9421
9421
|
.d-recipe-leftbar-row__meta-context ~ .d-recipe-leftbar-row__meta-custom:not(:empty)::before {
|
|
9422
|
-
color: var(--dt-
|
|
9422
|
+
color: var(--dt-theme-sidebar-status-color-foreground);
|
|
9423
9423
|
content: " • ";
|
|
9424
9424
|
}
|
|
9425
9425
|
.d-recipe-leftbar-row--has-unread {
|
|
9426
9426
|
--leftbar-row-description-font-weight: var(--dt-font-weight-bold);
|
|
9427
|
-
--leftbar-row-description-color-foreground: var(--dt-
|
|
9428
|
-
--leftbar-row-alpha-color-foreground: var(--dt-
|
|
9427
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
9428
|
+
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
9429
9429
|
}
|
|
9430
9430
|
.d-recipe-leftbar-row--muted {
|
|
9431
9431
|
--leftbar-row-opacity: 60%;
|
|
9432
9432
|
}
|
|
9433
9433
|
.d-recipe-leftbar-row--selected {
|
|
9434
|
-
--leftbar-row-color-background: var(--dt-
|
|
9435
|
-
--leftbar-row-description-color-foreground: var(--dt-
|
|
9434
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
|
|
9435
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
|
|
9436
9436
|
}
|
|
9437
9437
|
.d-recipe-leftbar-row--selected .d-presence {
|
|
9438
9438
|
--presence-color-border-base: var(--dt-color-black-200);
|
|
9439
9439
|
}
|
|
9440
9440
|
.d-recipe-leftbar-row--selected .d-avatar__count {
|
|
9441
|
-
--avatar-count-color-shadow: var(--dt-
|
|
9441
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
9442
9442
|
}
|
|
9443
9443
|
.d-recipe-leftbar-row__is-typing {
|
|
9444
9444
|
--is-typing-size-shape: var(--dt-size-550);
|
|
@@ -9476,18 +9476,6 @@ ul {
|
|
|
9476
9476
|
-webkit-animation-delay: var(--td200);
|
|
9477
9477
|
animation-delay: var(--td200);
|
|
9478
9478
|
}
|
|
9479
|
-
.d-recipe-leftbar-row .d-btn--inverted.d-btn--primary {
|
|
9480
|
-
--button-color-text: var(--dt-shell-mention-color-surface-primary);
|
|
9481
|
-
}
|
|
9482
|
-
.d-recipe-leftbar-row .d-btn--inverted.d-btn--primary:hover:not([disabled]) {
|
|
9483
|
-
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 10%, white 100%);
|
|
9484
|
-
}
|
|
9485
|
-
.d-recipe-leftbar-row .d-btn--inverted.d-btn--primary:active:not([disabled]) {
|
|
9486
|
-
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 30%, white 100%);
|
|
9487
|
-
}
|
|
9488
|
-
.d-recipe-leftbar-row .d-fc-success {
|
|
9489
|
-
color: var(--dt-shell-color-foreground-positive) !important;
|
|
9490
|
-
}
|
|
9491
9479
|
.d-recipe-leftbar-row__primary {
|
|
9492
9480
|
display: flex;
|
|
9493
9481
|
flex: 1;
|
|
@@ -9507,7 +9495,7 @@ ul {
|
|
|
9507
9495
|
appearance: none;
|
|
9508
9496
|
}
|
|
9509
9497
|
.d-recipe-leftbar-row__primary:active {
|
|
9510
|
-
--leftbar-row-color-background: var(--dt-
|
|
9498
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
|
|
9511
9499
|
}
|
|
9512
9500
|
.d-recipe-leftbar-row__primary:focus-visible {
|
|
9513
9501
|
box-shadow: var(--dt-shadow-focus-inset);
|
|
@@ -9548,8 +9536,8 @@ ul {
|
|
|
9548
9536
|
}
|
|
9549
9537
|
.d-recipe-leftbar-row__unread-badge {
|
|
9550
9538
|
display: var(--leftbar-row-unread-badge-display);
|
|
9551
|
-
color: var(--dt-
|
|
9552
|
-
background-color: var(--dt-
|
|
9539
|
+
color: var(--dt-theme-mention-color-foreground);
|
|
9540
|
+
background-color: var(--dt-theme-mention-color-background);
|
|
9553
9541
|
}
|
|
9554
9542
|
.d-recipe-leftbar-row__unread-count .d-recipe-leftbar-row__action {
|
|
9555
9543
|
display: none;
|
|
@@ -9559,14 +9547,14 @@ ul {
|
|
|
9559
9547
|
border-bottom-right-radius: var(--dt-size-radius-0);
|
|
9560
9548
|
}
|
|
9561
9549
|
.d-recipe-leftbar-row__unread-mention-count-badge {
|
|
9562
|
-
color: var(--dt-
|
|
9563
|
-
background-color: var(--dt-
|
|
9550
|
+
color: var(--dt-theme-mention-color-foreground-strong);
|
|
9551
|
+
background-color: var(--dt-theme-mention-color-background-strong);
|
|
9564
9552
|
border-top-left-radius: var(--dt-size-radius-0);
|
|
9565
9553
|
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
9566
9554
|
}
|
|
9567
9555
|
.d-recipe-leftbar-row__unread-mention-only-count-badge {
|
|
9568
|
-
color: var(--dt-
|
|
9569
|
-
background-color: var(--dt-
|
|
9556
|
+
color: var(--dt-theme-mention-color-foreground-strong);
|
|
9557
|
+
background-color: var(--dt-theme-mention-color-background-strong);
|
|
9570
9558
|
}
|
|
9571
9559
|
.d-recipe-leftbar-row__active-voice {
|
|
9572
9560
|
display: inline-flex;
|
|
@@ -9667,13 +9655,13 @@ ul {
|
|
|
9667
9655
|
}
|
|
9668
9656
|
}
|
|
9669
9657
|
.d-recipe-contact-row--active {
|
|
9670
|
-
color: var(--dt-
|
|
9658
|
+
color: var(--dt-color-foreground-success);
|
|
9671
9659
|
}
|
|
9672
9660
|
.d-recipe-contact-row--busy {
|
|
9673
|
-
color: var(--dt-
|
|
9661
|
+
color: var(--dt-color-foreground-critical);
|
|
9674
9662
|
}
|
|
9675
9663
|
.d-recipe-contact-row--away {
|
|
9676
|
-
color: var(--dt-
|
|
9664
|
+
color: var(--dt-color-foreground-warning);
|
|
9677
9665
|
}
|
|
9678
9666
|
.d-recipe-leftbar-general-row__icon {
|
|
9679
9667
|
display: flex;
|
|
@@ -9832,16 +9820,16 @@ ul {
|
|
|
9832
9820
|
width: var(--dt-size-550);
|
|
9833
9821
|
height: var(--dt-size-600);
|
|
9834
9822
|
padding: var(--dt-space-0);
|
|
9835
|
-
color: var(--dt-
|
|
9836
|
-
background-color: var(--dt-
|
|
9823
|
+
color: var(--dt-theme-topbar-button-color-foreground);
|
|
9824
|
+
background-color: var(--dt-theme-topbar-button-color-background);
|
|
9837
9825
|
border-radius: var(--dt-size-550);
|
|
9838
9826
|
}
|
|
9839
9827
|
.d-recipe-settings-menu-button:hover {
|
|
9840
|
-
color: var(--dt-
|
|
9841
|
-
background-color: var(--dt-
|
|
9828
|
+
color: var(--dt-theme-topbar-button-color-foreground-hover);
|
|
9829
|
+
background-color: var(--dt-theme-topbar-button-color-background-hover);
|
|
9842
9830
|
}
|
|
9843
9831
|
.d-recipe-settings-menu-button:active {
|
|
9844
|
-
background-color: var(--dt-
|
|
9832
|
+
background-color: var(--dt-theme-topbar-button-color-background-active);
|
|
9845
9833
|
}
|
|
9846
9834
|
.d-recipe-settings-menu-button-update {
|
|
9847
9835
|
height: var(--dt-size-600);
|
|
@@ -9851,7 +9839,7 @@ ul {
|
|
|
9851
9839
|
border-radius: var(--dt-size-radius-pill);
|
|
9852
9840
|
}
|
|
9853
9841
|
.d-recipe-settings-menu-button-update:hover {
|
|
9854
|
-
color: var(--dt-
|
|
9842
|
+
color: var(--dt-theme-topbar-button-color-foreground-hover);
|
|
9855
9843
|
background-color: hsla(var(--dt-color-blue-200-hsl) / 0.5);
|
|
9856
9844
|
}
|
|
9857
9845
|
.d-recipe-time-pill {
|
|
@@ -9919,9 +9907,9 @@ ul {
|
|
|
9919
9907
|
cursor: pointer;
|
|
9920
9908
|
}
|
|
9921
9909
|
.d-recipe-leftbar-unread-pill-mentions {
|
|
9922
|
-
color: var(--dt-
|
|
9910
|
+
color: var(--dt-theme-mention-color-foreground);
|
|
9923
9911
|
font-weight: var(--dt-font-weight-bold);
|
|
9924
|
-
background-color: var(--dt-
|
|
9912
|
+
background-color: var(--dt-theme-mention-color-background);
|
|
9925
9913
|
}
|
|
9926
9914
|
.d-recipe-leftbar-unread-pill-messages {
|
|
9927
9915
|
color: var(--dt-color-foreground-secondary-inverted);
|