@dialpad/dialtone 9.129.2 → 9.129.3-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/dist/css/dialtone-default-theme.css +589 -175
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-aegean-dark.css +467 -0
- package/dist/tokens/css/tokens-aegean-light.css +467 -0
- package/dist/tokens/css/tokens-base-dark.css +132 -132
- package/dist/tokens/css/tokens-base-deca-dark.css +132 -132
- package/dist/tokens/css/tokens-ceruleo-dark.css +488 -0
- package/dist/tokens/css/tokens-ceruleo-default.css +488 -0
- package/dist/tokens/css/tokens-debug-dp.css +574 -160
- package/dist/tokens/css/tokens-deca-dark.css +41 -1846
- package/dist/tokens/css/tokens-deca-light.css +62 -1874
- package/dist/tokens/css/tokens-dp-dark.css +575 -154
- package/dist/tokens/css/tokens-dp-light.css +589 -175
- package/dist/tokens/css/tokens-expressive-dark.css +547 -154
- package/dist/tokens/css/tokens-expressive-light.css +589 -175
- package/dist/tokens/css/tokens-expressive-sm-dark.css +575 -154
- package/dist/tokens/css/tokens-expressive-sm-light.css +589 -175
- package/dist/tokens/css/tokens-melon-dark.css +467 -0
- package/dist/tokens/css/tokens-melon-light.css +467 -0
- package/dist/tokens/css/tokens-sunflower-dark.css +467 -0
- package/dist/tokens/css/tokens-sunflower-light.css +467 -0
- package/dist/tokens/css/tokens-tmo-dark.css +866 -445
- package/dist/tokens/css/tokens-tmo-light.css +883 -469
- package/dist/tokens/css/tokens-verdant-haze-dark.css +474 -0
- package/dist/tokens/css/tokens-verdant-haze-light.css +474 -0
- package/dist/tokens/doc.json +145693 -129068
- package/dist/tokens/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Cjejq-jP.js} +1 -1
- package/dist/tokens/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-DD916YAg.js} +1 -1
- package/dist/tokens/themes/debug.cjs +1 -1
- package/dist/tokens/themes/debug.js +1 -1
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +3 -3
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +3 -3
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +4 -4
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +2 -2
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +2 -2
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +2 -2
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +3 -3
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +2 -2
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +3 -3
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +2 -2
- package/dist/tokens/tokens-aegean-dark.json +121 -0
- package/dist/tokens/tokens-aegean-light.json +121 -0
- package/dist/tokens/tokens-base-dark.json +132 -132
- package/dist/tokens/tokens-base-deca-dark.json +132 -132
- package/dist/tokens/tokens-ceruleo-dark.json +124 -0
- package/dist/tokens/tokens-ceruleo-default.json +124 -0
- package/dist/tokens/tokens-deca-dark.json +52 -472
- package/dist/tokens/tokens-deca-light.json +4 -425
- package/dist/tokens/tokens-dp-dark.json +254 -193
- package/dist/tokens/tokens-dp-light.json +85 -25
- package/dist/tokens/tokens-expressive-dark.json +250 -193
- package/dist/tokens/tokens-expressive-light.json +85 -25
- package/dist/tokens/tokens-expressive-sm-dark.json +254 -193
- package/dist/tokens/tokens-expressive-sm-light.json +85 -25
- package/dist/tokens/tokens-melon-dark.json +121 -0
- package/dist/tokens/tokens-melon-light.json +121 -0
- package/dist/tokens/tokens-sunflower-dark.json +121 -0
- package/dist/tokens/tokens-sunflower-light.json +121 -0
- package/dist/tokens/tokens-tmo-dark.json +257 -196
- package/dist/tokens/tokens-tmo-light.json +127 -67
- package/dist/tokens/tokens-verdant-haze-dark.json +122 -0
- package/dist/tokens/tokens-verdant-haze-light.json +122 -0
- package/dist/vue2/localization/index.cjs +1 -1
- package/dist/vue2/localization/index.cjs.map +1 -1
- package/dist/vue2/localization/index.js +25 -27
- package/dist/vue2/localization/index.js.map +1 -1
- package/dist/vue3/localization/index.cjs +1 -1
- package/dist/vue3/localization/index.cjs.map +1 -1
- package/dist/vue3/localization/index.js +28 -30
- package/dist/vue3/localization/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -138,174 +138,14 @@
|
|
|
138
138
|
--dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);
|
|
139
139
|
--dt-avatar-color-background-100-hsla: hsl(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));
|
|
140
140
|
--dt-avatar-color-background-100: #1aa340;
|
|
141
|
-
--dt-
|
|
142
|
-
--dt-
|
|
143
|
-
--dt-
|
|
144
|
-
--dt-
|
|
145
|
-
--dt-
|
|
146
|
-
--dt-
|
|
147
|
-
--dt-
|
|
148
|
-
--dt-
|
|
149
|
-
--dt-theme-mention-color-background-s: 100%;
|
|
150
|
-
--dt-theme-mention-color-background-l: 84.90196078431373%;
|
|
151
|
-
--dt-theme-mention-color-background-a: 100%;
|
|
152
|
-
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
153
|
-
--dt-theme-mention-color-background-hsla: hsl(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
154
|
-
--dt-theme-mention-color-background: #FFB2DA;
|
|
155
|
-
--dt-action-color-background-base-primary-hover-h: 329.4117647058824;
|
|
156
|
-
--dt-action-color-background-base-primary-hover-s: 100%;
|
|
157
|
-
--dt-action-color-background-base-primary-hover-l: 90%;
|
|
158
|
-
--dt-action-color-background-base-primary-hover-a: 100%;
|
|
159
|
-
--dt-action-color-background-base-primary-hover-hsl: var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l);
|
|
160
|
-
--dt-action-color-background-base-primary-hover-hsla: hsl(var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l) / var(--alpha, 100%));
|
|
161
|
-
--dt-action-color-background-base-primary-hover: #FFCCE6;
|
|
162
|
-
--dt-action-color-background-base-primary-default-h: 328.83116883116884;
|
|
163
|
-
--dt-action-color-background-base-primary-default-s: 100%;
|
|
164
|
-
--dt-action-color-background-base-primary-default-l: 84.90196078431373%;
|
|
165
|
-
--dt-action-color-background-base-primary-default-a: 100%;
|
|
166
|
-
--dt-action-color-background-base-primary-default-hsl: var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l);
|
|
167
|
-
--dt-action-color-background-base-primary-default-hsla: hsl(var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l) / var(--alpha, 100%));
|
|
168
|
-
--dt-action-color-background-base-primary-default: #FFB2DA;
|
|
169
|
-
--dt-color-border-brand-strong-inverted-h: 329.2857142857143;
|
|
170
|
-
--dt-color-border-brand-strong-inverted-s: 100%;
|
|
171
|
-
--dt-color-border-brand-strong-inverted-l: 32.94117647058823%;
|
|
172
|
-
--dt-color-border-brand-strong-inverted-a: 100%;
|
|
173
|
-
--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l);
|
|
174
|
-
--dt-color-border-brand-strong-inverted-hsla: hsl(var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l) / var(--alpha, 100%));
|
|
175
|
-
--dt-color-border-brand-strong-inverted: #A80056;
|
|
176
|
-
--dt-color-border-brand-subtle-inverted-h: 328.83116883116884;
|
|
177
|
-
--dt-color-border-brand-subtle-inverted-s: 100%;
|
|
178
|
-
--dt-color-border-brand-subtle-inverted-l: 84.90196078431373%;
|
|
179
|
-
--dt-color-border-brand-subtle-inverted-a: 100%;
|
|
180
|
-
--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l);
|
|
181
|
-
--dt-color-border-brand-subtle-inverted-hsla: hsl(var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l) / var(--alpha, 100%));
|
|
182
|
-
--dt-color-border-brand-subtle-inverted: #FFB2DA;
|
|
183
|
-
--dt-color-border-brand-inverted-h: 329.20353982300884;
|
|
184
|
-
--dt-color-border-brand-inverted-s: 100%;
|
|
185
|
-
--dt-color-border-brand-inverted-l: 44.31372549019608%;
|
|
186
|
-
--dt-color-border-brand-inverted-a: 100%;
|
|
187
|
-
--dt-color-border-brand-inverted-hsl: var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l);
|
|
188
|
-
--dt-color-border-brand-inverted-hsla: hsl(var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l) / var(--alpha, 100%));
|
|
189
|
-
--dt-color-border-brand-inverted: #E20074;
|
|
190
|
-
--dt-color-border-brand-strong-h: 329.4117647058824;
|
|
191
|
-
--dt-color-border-brand-strong-s: 100%;
|
|
192
|
-
--dt-color-border-brand-strong-l: 90%;
|
|
193
|
-
--dt-color-border-brand-strong-a: 100%;
|
|
194
|
-
--dt-color-border-brand-strong-hsl: var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l);
|
|
195
|
-
--dt-color-border-brand-strong-hsla: hsl(var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l) / var(--alpha, 100%));
|
|
196
|
-
--dt-color-border-brand-strong: #FFCCE6;
|
|
197
|
-
--dt-color-border-brand-subtle-h: 329.3258426966292;
|
|
198
|
-
--dt-color-border-brand-subtle-s: 100%;
|
|
199
|
-
--dt-color-border-brand-subtle-l: 65.09803921568627%;
|
|
200
|
-
--dt-color-border-brand-subtle-a: 100%;
|
|
201
|
-
--dt-color-border-brand-subtle-hsl: var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l);
|
|
202
|
-
--dt-color-border-brand-subtle-hsla: hsl(var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l) / var(--alpha, 100%));
|
|
203
|
-
--dt-color-border-brand-subtle: #FF4DA8;
|
|
204
|
-
--dt-color-border-brand-h: 328.83116883116884;
|
|
205
|
-
--dt-color-border-brand-s: 100%;
|
|
206
|
-
--dt-color-border-brand-l: 84.90196078431373%;
|
|
207
|
-
--dt-color-border-brand-a: 100%;
|
|
208
|
-
--dt-color-border-brand-hsl: var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l);
|
|
209
|
-
--dt-color-border-brand-hsla: hsl(var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l) / var(--alpha, 100%));
|
|
210
|
-
--dt-color-border-brand: #FFB2DA;
|
|
211
|
-
--dt-color-surface-brand-subtle-opaque-inverted-h: 329;
|
|
212
|
-
--dt-color-surface-brand-subtle-opaque-inverted-s: 94%;
|
|
213
|
-
--dt-color-surface-brand-subtle-opaque-inverted-l: 86.9%;
|
|
214
|
-
--dt-color-surface-brand-subtle-opaque-inverted-a: 25%;
|
|
215
|
-
--dt-color-surface-brand-subtle-opaque-inverted-hsl: var(--dt-color-surface-brand-subtle-opaque-inverted-h) var(--dt-color-surface-brand-subtle-opaque-inverted-s) var(--dt-color-surface-brand-subtle-opaque-inverted-l);
|
|
216
|
-
--dt-color-surface-brand-subtle-opaque-inverted-hsla: hsl(var(--dt-color-surface-brand-subtle-opaque-inverted-h) var(--dt-color-surface-brand-subtle-opaque-inverted-s) var(--dt-color-surface-brand-subtle-opaque-inverted-l) / var(--alpha, 25%));
|
|
217
|
-
--dt-color-surface-brand-subtle-opaque-inverted: hsl(329 94% 86.9% / 0.25);
|
|
218
|
-
--dt-color-surface-brand-opaque-inverted-h: 329;
|
|
219
|
-
--dt-color-surface-brand-opaque-inverted-s: 94%;
|
|
220
|
-
--dt-color-surface-brand-opaque-inverted-l: 86.9%;
|
|
221
|
-
--dt-color-surface-brand-opaque-inverted-a: 80%;
|
|
222
|
-
--dt-color-surface-brand-opaque-inverted-hsl: var(--dt-color-surface-brand-opaque-inverted-h) var(--dt-color-surface-brand-opaque-inverted-s) var(--dt-color-surface-brand-opaque-inverted-l);
|
|
223
|
-
--dt-color-surface-brand-opaque-inverted-hsla: hsl(var(--dt-color-surface-brand-opaque-inverted-h) var(--dt-color-surface-brand-opaque-inverted-s) var(--dt-color-surface-brand-opaque-inverted-l) / var(--alpha, 80%));
|
|
224
|
-
--dt-color-surface-brand-opaque-inverted: hsl(329 94% 86.9% / 0.8);
|
|
225
|
-
--dt-color-surface-brand-strong-inverted-h: 329.20353982300884;
|
|
226
|
-
--dt-color-surface-brand-strong-inverted-s: 100%;
|
|
227
|
-
--dt-color-surface-brand-strong-inverted-l: 44.31372549019608%;
|
|
228
|
-
--dt-color-surface-brand-strong-inverted-a: 100%;
|
|
229
|
-
--dt-color-surface-brand-strong-inverted-hsl: var(--dt-color-surface-brand-strong-inverted-h) var(--dt-color-surface-brand-strong-inverted-s) var(--dt-color-surface-brand-strong-inverted-l);
|
|
230
|
-
--dt-color-surface-brand-strong-inverted-hsla: hsl(var(--dt-color-surface-brand-strong-inverted-h) var(--dt-color-surface-brand-strong-inverted-s) var(--dt-color-surface-brand-strong-inverted-l) / var(--alpha, 100%));
|
|
231
|
-
--dt-color-surface-brand-strong-inverted: #E20074;
|
|
232
|
-
--dt-color-surface-brand-subtle-inverted-h: 328;
|
|
233
|
-
--dt-color-surface-brand-subtle-inverted-s: 100%;
|
|
234
|
-
--dt-color-surface-brand-subtle-inverted-l: 97.05882352941177%;
|
|
235
|
-
--dt-color-surface-brand-subtle-inverted-a: 100%;
|
|
236
|
-
--dt-color-surface-brand-subtle-inverted-hsl: var(--dt-color-surface-brand-subtle-inverted-h) var(--dt-color-surface-brand-subtle-inverted-s) var(--dt-color-surface-brand-subtle-inverted-l);
|
|
237
|
-
--dt-color-surface-brand-subtle-inverted-hsla: hsl(var(--dt-color-surface-brand-subtle-inverted-h) var(--dt-color-surface-brand-subtle-inverted-s) var(--dt-color-surface-brand-subtle-inverted-l) / var(--alpha, 100%));
|
|
238
|
-
--dt-color-surface-brand-subtle-inverted: #FFF0F8;
|
|
239
|
-
--dt-color-surface-brand-inverted-h: 329.4117647058824;
|
|
240
|
-
--dt-color-surface-brand-inverted-s: 100%;
|
|
241
|
-
--dt-color-surface-brand-inverted-l: 90%;
|
|
242
|
-
--dt-color-surface-brand-inverted-a: 100%;
|
|
243
|
-
--dt-color-surface-brand-inverted-hsl: var(--dt-color-surface-brand-inverted-h) var(--dt-color-surface-brand-inverted-s) var(--dt-color-surface-brand-inverted-l);
|
|
244
|
-
--dt-color-surface-brand-inverted-hsla: hsl(var(--dt-color-surface-brand-inverted-h) var(--dt-color-surface-brand-inverted-s) var(--dt-color-surface-brand-inverted-l) / var(--alpha, 100%));
|
|
245
|
-
--dt-color-surface-brand-inverted: #FFCCE6;
|
|
246
|
-
--dt-color-surface-brand-subtle-opaque-h: 328;
|
|
247
|
-
--dt-color-surface-brand-subtle-opaque-s: 100%;
|
|
248
|
-
--dt-color-surface-brand-subtle-opaque-l: 10.4%;
|
|
249
|
-
--dt-color-surface-brand-subtle-opaque-a: 90%;
|
|
250
|
-
--dt-color-surface-brand-subtle-opaque-hsl: var(--dt-color-surface-brand-subtle-opaque-h) var(--dt-color-surface-brand-subtle-opaque-s) var(--dt-color-surface-brand-subtle-opaque-l);
|
|
251
|
-
--dt-color-surface-brand-subtle-opaque-hsla: hsl(var(--dt-color-surface-brand-subtle-opaque-h) var(--dt-color-surface-brand-subtle-opaque-s) var(--dt-color-surface-brand-subtle-opaque-l) / var(--alpha, 90%));
|
|
252
|
-
--dt-color-surface-brand-subtle-opaque: hsl(328 100% 10.4% / 0.9);
|
|
253
|
-
--dt-color-surface-brand-opaque-h: 329;
|
|
254
|
-
--dt-color-surface-brand-opaque-s: 100%;
|
|
255
|
-
--dt-color-surface-brand-opaque-l: 14.7%;
|
|
256
|
-
--dt-color-surface-brand-opaque-a: 80%;
|
|
257
|
-
--dt-color-surface-brand-opaque-hsl: var(--dt-color-surface-brand-opaque-h) var(--dt-color-surface-brand-opaque-s) var(--dt-color-surface-brand-opaque-l);
|
|
258
|
-
--dt-color-surface-brand-opaque-hsla: hsl(var(--dt-color-surface-brand-opaque-h) var(--dt-color-surface-brand-opaque-s) var(--dt-color-surface-brand-opaque-l) / var(--alpha, 80%));
|
|
259
|
-
--dt-color-surface-brand-opaque: hsl(329 100% 14.7% / 0.8);
|
|
260
|
-
--dt-color-surface-brand-strong-h: 328.83116883116884;
|
|
261
|
-
--dt-color-surface-brand-strong-s: 100%;
|
|
262
|
-
--dt-color-surface-brand-strong-l: 84.90196078431373%;
|
|
263
|
-
--dt-color-surface-brand-strong-a: 100%;
|
|
264
|
-
--dt-color-surface-brand-strong-hsl: var(--dt-color-surface-brand-strong-h) var(--dt-color-surface-brand-strong-s) var(--dt-color-surface-brand-strong-l);
|
|
265
|
-
--dt-color-surface-brand-strong-hsla: hsl(var(--dt-color-surface-brand-strong-h) var(--dt-color-surface-brand-strong-s) var(--dt-color-surface-brand-strong-l) / var(--alpha, 100%));
|
|
266
|
-
--dt-color-surface-brand-strong: #FFB2DA;
|
|
267
|
-
--dt-color-surface-brand-subtle-h: 328.69565217391306;
|
|
268
|
-
--dt-color-surface-brand-subtle-s: 100%;
|
|
269
|
-
--dt-color-surface-brand-subtle-l: 9.019607843137255%;
|
|
270
|
-
--dt-color-surface-brand-subtle-a: 100%;
|
|
271
|
-
--dt-color-surface-brand-subtle-hsl: var(--dt-color-surface-brand-subtle-h) var(--dt-color-surface-brand-subtle-s) var(--dt-color-surface-brand-subtle-l);
|
|
272
|
-
--dt-color-surface-brand-subtle-hsla: hsl(var(--dt-color-surface-brand-subtle-h) var(--dt-color-surface-brand-subtle-s) var(--dt-color-surface-brand-subtle-l) / var(--alpha, 100%));
|
|
273
|
-
--dt-color-surface-brand-subtle: #2E0018;
|
|
274
|
-
--dt-color-surface-brand-h: 329.5081967213115;
|
|
275
|
-
--dt-color-surface-brand-s: 100%;
|
|
276
|
-
--dt-color-surface-brand-l: 11.96078431372549%;
|
|
277
|
-
--dt-color-surface-brand-a: 100%;
|
|
278
|
-
--dt-color-surface-brand-hsl: var(--dt-color-surface-brand-h) var(--dt-color-surface-brand-s) var(--dt-color-surface-brand-l);
|
|
279
|
-
--dt-color-surface-brand-hsla: hsl(var(--dt-color-surface-brand-h) var(--dt-color-surface-brand-s) var(--dt-color-surface-brand-l) / var(--alpha, 100%));
|
|
280
|
-
--dt-color-surface-brand: #3D001F;
|
|
281
|
-
--dt-color-link-primary-inverted-hover-h: 329.2857142857143;
|
|
282
|
-
--dt-color-link-primary-inverted-hover-s: 100%;
|
|
283
|
-
--dt-color-link-primary-inverted-hover-l: 32.94117647058823%;
|
|
284
|
-
--dt-color-link-primary-inverted-hover-a: 100%;
|
|
285
|
-
--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l);
|
|
286
|
-
--dt-color-link-primary-inverted-hover-hsla: hsl(var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l) / var(--alpha, 100%));
|
|
287
|
-
--dt-color-link-primary-inverted-hover: #A80056;
|
|
288
|
-
--dt-color-link-primary-inverted-h: 329.20353982300884;
|
|
289
|
-
--dt-color-link-primary-inverted-s: 100%;
|
|
290
|
-
--dt-color-link-primary-inverted-l: 44.31372549019608%;
|
|
291
|
-
--dt-color-link-primary-inverted-a: 100%;
|
|
292
|
-
--dt-color-link-primary-inverted-hsl: var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l);
|
|
293
|
-
--dt-color-link-primary-inverted-hsla: hsl(var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l) / var(--alpha, 100%));
|
|
294
|
-
--dt-color-link-primary-inverted: #e20074;
|
|
295
|
-
--dt-color-link-primary-hover-h: 329.4117647058824;
|
|
296
|
-
--dt-color-link-primary-hover-s: 100%;
|
|
297
|
-
--dt-color-link-primary-hover-l: 90%;
|
|
298
|
-
--dt-color-link-primary-hover-a: 100%;
|
|
299
|
-
--dt-color-link-primary-hover-hsl: var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l);
|
|
300
|
-
--dt-color-link-primary-hover-hsla: hsl(var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l) / var(--alpha, 100%));
|
|
301
|
-
--dt-color-link-primary-hover: #FFCCE6;
|
|
302
|
-
--dt-color-link-primary-h: 328.83116883116884;
|
|
303
|
-
--dt-color-link-primary-s: 100%;
|
|
304
|
-
--dt-color-link-primary-l: 84.90196078431373%;
|
|
305
|
-
--dt-color-link-primary-a: 100%;
|
|
306
|
-
--dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);
|
|
307
|
-
--dt-color-link-primary-hsla: hsl(var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l) / var(--alpha, 100%));
|
|
308
|
-
--dt-color-link-primary: #FFB2DA;
|
|
141
|
+
--dt-shell-foo: #392bff;
|
|
142
|
+
--dt-shell-base-color-accent-h: 329.3333333333333;
|
|
143
|
+
--dt-shell-base-color-accent-s: 80.35714285714288%;
|
|
144
|
+
--dt-shell-base-color-accent-l: 78.03921568627452%;
|
|
145
|
+
--dt-shell-base-color-accent-a: 100%;
|
|
146
|
+
--dt-shell-base-color-accent-hsl: var(--dt-shell-base-color-accent-h) var(--dt-shell-base-color-accent-s) var(--dt-shell-base-color-accent-l);
|
|
147
|
+
--dt-shell-base-color-accent-hsla: hsl(var(--dt-shell-base-color-accent-h) var(--dt-shell-base-color-accent-s) var(--dt-shell-base-color-accent-l) / var(--alpha, 100%));
|
|
148
|
+
--dt-shell-base-color-accent: #F49AC8;
|
|
309
149
|
--dt-radio-color-foreground-default-h: var(--dt-color-neutral-transparent-h);
|
|
310
150
|
--dt-radio-color-foreground-default-s: var(--dt-color-neutral-transparent-s);
|
|
311
151
|
--dt-radio-color-foreground-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -313,21 +153,35 @@
|
|
|
313
153
|
--dt-radio-color-foreground-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
314
154
|
--dt-radio-color-foreground-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
315
155
|
--dt-radio-color-foreground-default: var(--dt-color-neutral-transparent);
|
|
316
|
-
--dt-radio-color-background-checked-h: var(--dt-color-surface-brand-strong-h);
|
|
317
|
-
--dt-radio-color-background-checked-s: var(--dt-color-surface-brand-strong-s);
|
|
318
|
-
--dt-radio-color-background-checked-l: var(--dt-color-surface-brand-strong-l);
|
|
319
|
-
--dt-radio-color-background-checked-a: var(--dt-color-surface-brand-strong-a);
|
|
320
|
-
--dt-radio-color-background-checked-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
321
|
-
--dt-radio-color-background-checked-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
322
|
-
--dt-radio-color-background-checked: var(--dt-color-surface-brand-strong);
|
|
323
|
-
--dt-radio-color-border-checked-h: var(--dt-color-border-brand-h);
|
|
324
|
-
--dt-radio-color-border-checked-s: var(--dt-color-border-brand-s);
|
|
325
|
-
--dt-radio-color-border-checked-l: var(--dt-color-border-brand-l);
|
|
326
|
-
--dt-radio-color-border-checked-a: var(--dt-color-border-brand-a);
|
|
327
|
-
--dt-radio-color-border-checked-hsl: var(--dt-color-border-brand-hsl);
|
|
328
|
-
--dt-radio-color-border-checked-hsla: var(--dt-color-border-brand-hsla);
|
|
329
|
-
--dt-radio-color-border-checked: var(--dt-color-border-brand);
|
|
330
156
|
--dt-radio-size-width: var(--dt-size-500);
|
|
157
|
+
--dt-presence-color-offline-h: var(--dt-color-black-500-h);
|
|
158
|
+
--dt-presence-color-offline-s: var(--dt-color-black-500-s);
|
|
159
|
+
--dt-presence-color-offline-l: var(--dt-color-black-500-l);
|
|
160
|
+
--dt-presence-color-offline-a: var(--dt-color-black-500-a);
|
|
161
|
+
--dt-presence-color-offline-hsl: var(--dt-color-black-500-hsl);
|
|
162
|
+
--dt-presence-color-offline-hsla: var(--dt-color-black-500-hsla);
|
|
163
|
+
--dt-presence-color-offline: var(--dt-color-black-500);
|
|
164
|
+
--dt-presence-color-busy-h: var(--dt-color-gold-500-h);
|
|
165
|
+
--dt-presence-color-busy-s: var(--dt-color-gold-500-s);
|
|
166
|
+
--dt-presence-color-busy-l: var(--dt-color-gold-500-l);
|
|
167
|
+
--dt-presence-color-busy-a: var(--dt-color-gold-500-a);
|
|
168
|
+
--dt-presence-color-busy-hsl: var(--dt-color-gold-500-hsl);
|
|
169
|
+
--dt-presence-color-busy-hsla: var(--dt-color-gold-500-hsla);
|
|
170
|
+
--dt-presence-color-busy: var(--dt-color-gold-500);
|
|
171
|
+
--dt-presence-color-unavailable-h: var(--dt-color-red-500-h);
|
|
172
|
+
--dt-presence-color-unavailable-s: var(--dt-color-red-500-s);
|
|
173
|
+
--dt-presence-color-unavailable-l: var(--dt-color-red-500-l);
|
|
174
|
+
--dt-presence-color-unavailable-a: var(--dt-color-red-500-a);
|
|
175
|
+
--dt-presence-color-unavailable-hsl: var(--dt-color-red-500-hsl);
|
|
176
|
+
--dt-presence-color-unavailable-hsla: var(--dt-color-red-500-hsla);
|
|
177
|
+
--dt-presence-color-unavailable: var(--dt-color-red-500);
|
|
178
|
+
--dt-presence-color-available-h: var(--dt-color-green-425-h);
|
|
179
|
+
--dt-presence-color-available-s: var(--dt-color-green-425-s);
|
|
180
|
+
--dt-presence-color-available-l: var(--dt-color-green-425-l);
|
|
181
|
+
--dt-presence-color-available-a: var(--dt-color-green-425-a);
|
|
182
|
+
--dt-presence-color-available-hsl: var(--dt-color-green-425-hsl);
|
|
183
|
+
--dt-presence-color-available-hsla: var(--dt-color-green-425-hsla);
|
|
184
|
+
--dt-presence-color-available: var(--dt-color-green-425);
|
|
331
185
|
--dt-icon-size-border-100: var(--dt-size-border-100);
|
|
332
186
|
--dt-checkbox-color-foreground-default-h: var(--dt-color-neutral-transparent-h);
|
|
333
187
|
--dt-checkbox-color-foreground-default-s: var(--dt-color-neutral-transparent-s);
|
|
@@ -336,20 +190,6 @@
|
|
|
336
190
|
--dt-checkbox-color-foreground-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
337
191
|
--dt-checkbox-color-foreground-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
338
192
|
--dt-checkbox-color-foreground-default: var(--dt-color-neutral-transparent);
|
|
339
|
-
--dt-checkbox-color-background-checked-h: var(--dt-color-surface-brand-strong-h);
|
|
340
|
-
--dt-checkbox-color-background-checked-s: var(--dt-color-surface-brand-strong-s);
|
|
341
|
-
--dt-checkbox-color-background-checked-l: var(--dt-color-surface-brand-strong-l);
|
|
342
|
-
--dt-checkbox-color-background-checked-a: var(--dt-color-surface-brand-strong-a);
|
|
343
|
-
--dt-checkbox-color-background-checked-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
344
|
-
--dt-checkbox-color-background-checked-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
345
|
-
--dt-checkbox-color-background-checked: var(--dt-color-surface-brand-strong);
|
|
346
|
-
--dt-checkbox-color-border-checked-h: var(--dt-color-border-brand-h);
|
|
347
|
-
--dt-checkbox-color-border-checked-s: var(--dt-color-border-brand-s);
|
|
348
|
-
--dt-checkbox-color-border-checked-l: var(--dt-color-border-brand-l);
|
|
349
|
-
--dt-checkbox-color-border-checked-a: var(--dt-color-border-brand-a);
|
|
350
|
-
--dt-checkbox-color-border-checked-hsl: var(--dt-color-border-brand-hsl);
|
|
351
|
-
--dt-checkbox-color-border-checked-hsla: var(--dt-color-border-brand-hsla);
|
|
352
|
-
--dt-checkbox-color-border-checked: var(--dt-color-border-brand);
|
|
353
193
|
--dt-checkbox-size-width: var(--dt-size-500);
|
|
354
194
|
--dt-button-size-radius-xl: var(--dt-size-radius-500); /* Border radius for extra large button. */
|
|
355
195
|
--dt-button-size-radius-lg: var(--dt-size-radius-450); /* Border radius for large button. */
|
|
@@ -402,13 +242,6 @@
|
|
|
402
242
|
--dt-badge-color-background-bulletin-subtle-hsl: var(--dt-color-purple-200-hsl);
|
|
403
243
|
--dt-badge-color-background-bulletin-subtle-hsla: var(--dt-color-purple-200-hsla);
|
|
404
244
|
--dt-badge-color-background-bulletin-subtle: var(--dt-color-purple-200);
|
|
405
|
-
--dt-badge-color-background-bulletin-h: var(--dt-color-surface-brand-strong-h);
|
|
406
|
-
--dt-badge-color-background-bulletin-s: var(--dt-color-surface-brand-strong-s);
|
|
407
|
-
--dt-badge-color-background-bulletin-l: var(--dt-color-surface-brand-strong-l);
|
|
408
|
-
--dt-badge-color-background-bulletin-a: var(--dt-color-surface-brand-strong-a);
|
|
409
|
-
--dt-badge-color-background-bulletin-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
410
|
-
--dt-badge-color-background-bulletin-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
411
|
-
--dt-badge-color-background-bulletin: var(--dt-color-surface-brand-strong);
|
|
412
245
|
--dt-badge-color-background-critical-h: var(--dt-color-red-200-h);
|
|
413
246
|
--dt-badge-color-background-critical-s: var(--dt-color-red-200-s);
|
|
414
247
|
--dt-badge-color-background-critical-l: var(--dt-color-red-200-l);
|
|
@@ -444,6 +277,125 @@
|
|
|
444
277
|
--dt-avatar-color-foreground-hsl: var(--dt-color-neutral-black-hsl);
|
|
445
278
|
--dt-avatar-color-foreground-hsla: var(--dt-color-neutral-black-hsla);
|
|
446
279
|
--dt-avatar-color-foreground: var(--dt-color-neutral-black);
|
|
280
|
+
--dt-shell-logo-color-wordmark-h: var(--dt-color-purple-1000-h);
|
|
281
|
+
--dt-shell-logo-color-wordmark-s: var(--dt-color-purple-1000-s);
|
|
282
|
+
--dt-shell-logo-color-wordmark-l: var(--dt-color-purple-1000-l);
|
|
283
|
+
--dt-shell-logo-color-wordmark-a: var(--dt-color-purple-1000-a);
|
|
284
|
+
--dt-shell-logo-color-wordmark-hsl: var(--dt-color-purple-1000-hsl);
|
|
285
|
+
--dt-shell-logo-color-wordmark-hsla: var(--dt-color-purple-1000-hsla);
|
|
286
|
+
--dt-shell-logo-color-wordmark: var(--dt-color-purple-1000);
|
|
287
|
+
--dt-shell-logo-color-star-h: var(--dt-color-purple-400-h);
|
|
288
|
+
--dt-shell-logo-color-star-s: var(--dt-color-purple-400-s);
|
|
289
|
+
--dt-shell-logo-color-star-l: var(--dt-color-purple-400-l);
|
|
290
|
+
--dt-shell-logo-color-star-a: var(--dt-color-purple-400-a);
|
|
291
|
+
--dt-shell-logo-color-star-hsl: var(--dt-color-purple-400-hsl);
|
|
292
|
+
--dt-shell-logo-color-star-hsla: var(--dt-color-purple-400-hsla);
|
|
293
|
+
--dt-shell-logo-color-star: var(--dt-color-purple-400);
|
|
294
|
+
--dt-shell-mention-color-foreground-secondary-h: var(--dt-color-black-100-h);
|
|
295
|
+
--dt-shell-mention-color-foreground-secondary-s: var(--dt-color-black-100-s);
|
|
296
|
+
--dt-shell-mention-color-foreground-secondary-l: var(--dt-color-black-100-l);
|
|
297
|
+
--dt-shell-mention-color-foreground-secondary-a: var(--dt-color-black-100-a);
|
|
298
|
+
--dt-shell-mention-color-foreground-secondary-hsl: var(--dt-color-black-100-hsl);
|
|
299
|
+
--dt-shell-mention-color-foreground-secondary-hsla: var(--dt-color-black-100-hsla);
|
|
300
|
+
--dt-shell-mention-color-foreground-secondary: var(--dt-color-black-100);
|
|
301
|
+
--dt-shell-mention-color-foreground-primary-h: var(--dt-color-black-50-h);
|
|
302
|
+
--dt-shell-mention-color-foreground-primary-s: var(--dt-color-black-50-s);
|
|
303
|
+
--dt-shell-mention-color-foreground-primary-l: var(--dt-color-black-50-l);
|
|
304
|
+
--dt-shell-mention-color-foreground-primary-a: var(--dt-color-black-50-a);
|
|
305
|
+
--dt-shell-mention-color-foreground-primary-hsl: var(--dt-color-black-50-hsl);
|
|
306
|
+
--dt-shell-mention-color-foreground-primary-hsla: var(--dt-color-black-50-hsla);
|
|
307
|
+
--dt-shell-mention-color-foreground-primary: var(--dt-color-black-50);
|
|
308
|
+
--dt-shell-mention-color-surface-secondary-h: 331.8722987635939;
|
|
309
|
+
--dt-shell-mention-color-surface-secondary-s: 89.29520375705434%;
|
|
310
|
+
--dt-shell-mention-color-surface-secondary-l: 92.7632633054971%;
|
|
311
|
+
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
312
|
+
--dt-shell-mention-color-surface-secondary-hsl: var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l);
|
|
313
|
+
--dt-shell-mention-color-surface-secondary-hsla: hsl(var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l) / var(--alpha, 100%));
|
|
314
|
+
--dt-shell-mention-color-surface-secondary: lch(90.9 14 347);
|
|
315
|
+
--dt-shell-mention-color-surface-primary-h: var(--dt-shell-base-color-accent-h);
|
|
316
|
+
--dt-shell-mention-color-surface-primary-s: var(--dt-shell-base-color-accent-s);
|
|
317
|
+
--dt-shell-mention-color-surface-primary-l: var(--dt-shell-base-color-accent-l);
|
|
318
|
+
--dt-shell-mention-color-surface-primary-a: var(--dt-shell-base-color-accent-a);
|
|
319
|
+
--dt-shell-mention-color-surface-primary-hsl: var(--dt-shell-base-color-accent-hsl);
|
|
320
|
+
--dt-shell-mention-color-surface-primary-hsla: var(--dt-shell-base-color-accent-hsla);
|
|
321
|
+
--dt-shell-mention-color-surface-primary: var(--dt-shell-base-color-accent);
|
|
322
|
+
--dt-shell-color-border-base-h: var(--dt-color-black-1000-h);
|
|
323
|
+
--dt-shell-color-border-base-s: var(--dt-color-black-1000-s);
|
|
324
|
+
--dt-shell-color-border-base-l: var(--dt-color-black-1000-l);
|
|
325
|
+
--dt-shell-color-border-base-a: var(--dt-color-black-1000-a);
|
|
326
|
+
--dt-shell-color-border-base-hsl: var(--dt-color-black-1000-hsl);
|
|
327
|
+
--dt-shell-color-border-base-hsla: var(--dt-color-black-1000-hsla);
|
|
328
|
+
--dt-shell-color-border-base: var(--dt-color-black-1000);
|
|
329
|
+
--dt-shell-base-action-color-background-muted-h: var(--dt-color-black-800-h);
|
|
330
|
+
--dt-shell-base-action-color-background-muted-s: var(--dt-color-black-800-s);
|
|
331
|
+
--dt-shell-base-action-color-background-muted-l: var(--dt-color-black-800-l);
|
|
332
|
+
--dt-shell-base-action-color-background-muted-a: var(--dt-color-black-800-a);
|
|
333
|
+
--dt-shell-base-action-color-background-muted-hsl: var(--dt-color-black-800-hsl);
|
|
334
|
+
--dt-shell-base-action-color-background-muted-hsla: var(--dt-color-black-800-hsla);
|
|
335
|
+
--dt-shell-base-action-color-background-muted: var(--dt-color-black-800);
|
|
336
|
+
--dt-shell-base-action-color-background-secondary-h: var(--dt-color-black-800-h);
|
|
337
|
+
--dt-shell-base-action-color-background-secondary-s: var(--dt-color-black-800-s);
|
|
338
|
+
--dt-shell-base-action-color-background-secondary-l: var(--dt-color-black-800-l);
|
|
339
|
+
--dt-shell-base-action-color-background-secondary-a: var(--dt-color-black-800-a);
|
|
340
|
+
--dt-shell-base-action-color-background-secondary-hsl: var(--dt-color-black-800-hsl);
|
|
341
|
+
--dt-shell-base-action-color-background-secondary-hsla: var(--dt-color-black-800-hsla);
|
|
342
|
+
--dt-shell-base-action-color-background-secondary: var(--dt-color-black-800);
|
|
343
|
+
--dt-shell-base-action-color-background-primary-h: var(--dt-color-black-800-h);
|
|
344
|
+
--dt-shell-base-action-color-background-primary-s: var(--dt-color-black-800-s);
|
|
345
|
+
--dt-shell-base-action-color-background-primary-l: var(--dt-color-black-800-l);
|
|
346
|
+
--dt-shell-base-action-color-background-primary-a: var(--dt-color-black-800-a);
|
|
347
|
+
--dt-shell-base-action-color-background-primary-hsl: var(--dt-color-black-800-hsl);
|
|
348
|
+
--dt-shell-base-action-color-background-primary-hsla: var(--dt-color-black-800-hsla);
|
|
349
|
+
--dt-shell-base-action-color-background-primary: var(--dt-color-black-800);
|
|
350
|
+
--dt-shell-base-color-status-away-h: var(--dt-color-black-500-h);
|
|
351
|
+
--dt-shell-base-color-status-away-s: var(--dt-color-black-500-s);
|
|
352
|
+
--dt-shell-base-color-status-away-l: var(--dt-color-black-500-l);
|
|
353
|
+
--dt-shell-base-color-status-away-a: var(--dt-color-black-500-a);
|
|
354
|
+
--dt-shell-base-color-status-away-hsl: var(--dt-color-black-500-hsl);
|
|
355
|
+
--dt-shell-base-color-status-away-hsla: var(--dt-color-black-500-hsla);
|
|
356
|
+
--dt-shell-base-color-status-away: var(--dt-color-black-500);
|
|
357
|
+
--dt-shell-base-color-status-warning-h: var(--dt-color-gold-500-h);
|
|
358
|
+
--dt-shell-base-color-status-warning-s: var(--dt-color-gold-500-s);
|
|
359
|
+
--dt-shell-base-color-status-warning-l: var(--dt-color-gold-500-l);
|
|
360
|
+
--dt-shell-base-color-status-warning-a: var(--dt-color-gold-500-a);
|
|
361
|
+
--dt-shell-base-color-status-warning-hsl: var(--dt-color-gold-500-hsl);
|
|
362
|
+
--dt-shell-base-color-status-warning-hsla: var(--dt-color-gold-500-hsla);
|
|
363
|
+
--dt-shell-base-color-status-warning: var(--dt-color-gold-500);
|
|
364
|
+
--dt-shell-base-color-status-critical-h: var(--dt-color-red-500-h);
|
|
365
|
+
--dt-shell-base-color-status-critical-s: var(--dt-color-red-500-s);
|
|
366
|
+
--dt-shell-base-color-status-critical-l: var(--dt-color-red-500-l);
|
|
367
|
+
--dt-shell-base-color-status-critical-a: var(--dt-color-red-500-a);
|
|
368
|
+
--dt-shell-base-color-status-critical-hsl: var(--dt-color-red-500-hsl);
|
|
369
|
+
--dt-shell-base-color-status-critical-hsla: var(--dt-color-red-500-hsla);
|
|
370
|
+
--dt-shell-base-color-status-critical: var(--dt-color-red-500);
|
|
371
|
+
--dt-shell-base-color-status-positive-h: var(--dt-color-green-425-h);
|
|
372
|
+
--dt-shell-base-color-status-positive-s: var(--dt-color-green-425-s);
|
|
373
|
+
--dt-shell-base-color-status-positive-l: var(--dt-color-green-425-l);
|
|
374
|
+
--dt-shell-base-color-status-positive-a: var(--dt-color-green-425-a);
|
|
375
|
+
--dt-shell-base-color-status-positive-hsl: var(--dt-color-green-425-hsl);
|
|
376
|
+
--dt-shell-base-color-status-positive-hsla: var(--dt-color-green-425-hsla);
|
|
377
|
+
--dt-shell-base-color-status-positive: var(--dt-color-green-425);
|
|
378
|
+
--dt-shell-base-color-border-h: var(--dt-color-black-900-h);
|
|
379
|
+
--dt-shell-base-color-border-s: var(--dt-color-black-900-s);
|
|
380
|
+
--dt-shell-base-color-border-l: var(--dt-color-black-900-l);
|
|
381
|
+
--dt-shell-base-color-border-a: var(--dt-color-black-900-a);
|
|
382
|
+
--dt-shell-base-color-border-hsl: var(--dt-color-black-900-hsl);
|
|
383
|
+
--dt-shell-base-color-border-hsla: var(--dt-color-black-900-hsla);
|
|
384
|
+
--dt-shell-base-color-border: var(--dt-color-black-900);
|
|
385
|
+
--dt-shell-base-color-foreground-h: var(--dt-color-black-900-h);
|
|
386
|
+
--dt-shell-base-color-foreground-s: var(--dt-color-black-900-s);
|
|
387
|
+
--dt-shell-base-color-foreground-l: var(--dt-color-black-900-l);
|
|
388
|
+
--dt-shell-base-color-foreground-a: var(--dt-color-black-900-a);
|
|
389
|
+
--dt-shell-base-color-foreground-hsl: var(--dt-color-black-900-hsl);
|
|
390
|
+
--dt-shell-base-color-foreground-hsla: var(--dt-color-black-900-hsla);
|
|
391
|
+
--dt-shell-base-color-foreground: var(--dt-color-black-900);
|
|
392
|
+
--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-600-h);
|
|
393
|
+
--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-600-s);
|
|
394
|
+
--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-600-l);
|
|
395
|
+
--dt-theme-mention-color-background-strong-a: var(--dt-color-purple-600-a);
|
|
396
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-color-purple-600-hsl);
|
|
397
|
+
--dt-theme-mention-color-background-strong-hsla: var(--dt-color-purple-600-hsla);
|
|
398
|
+
--dt-theme-mention-color-background-strong: var(--dt-color-purple-600);
|
|
447
399
|
--dt-theme-mention-color-foreground-h: var(--dt-color-black-50-h);
|
|
448
400
|
--dt-theme-mention-color-foreground-s: var(--dt-color-black-50-s);
|
|
449
401
|
--dt-theme-mention-color-foreground-l: var(--dt-color-black-50-l);
|
|
@@ -451,13 +403,13 @@
|
|
|
451
403
|
--dt-theme-mention-color-foreground-hsl: var(--dt-color-black-50-hsl);
|
|
452
404
|
--dt-theme-mention-color-foreground-hsla: var(--dt-color-black-50-hsla);
|
|
453
405
|
--dt-theme-mention-color-foreground: var(--dt-color-black-50);
|
|
454
|
-
--dt-theme-presence-color-background-offline-h: var(--dt-color-
|
|
455
|
-
--dt-theme-presence-color-background-offline-s: var(--dt-color-
|
|
456
|
-
--dt-theme-presence-color-background-offline-l: var(--dt-color-
|
|
457
|
-
--dt-theme-presence-color-background-offline-a: var(--dt-color-
|
|
458
|
-
--dt-theme-presence-color-background-offline-hsl: var(--dt-color-
|
|
459
|
-
--dt-theme-presence-color-background-offline-hsla: var(--dt-color-
|
|
460
|
-
--dt-theme-presence-color-background-offline: var(--dt-color-
|
|
406
|
+
--dt-theme-presence-color-background-offline-h: var(--dt-color-black-500-h);
|
|
407
|
+
--dt-theme-presence-color-background-offline-s: var(--dt-color-black-500-s);
|
|
408
|
+
--dt-theme-presence-color-background-offline-l: var(--dt-color-black-500-l);
|
|
409
|
+
--dt-theme-presence-color-background-offline-a: var(--dt-color-black-500-a);
|
|
410
|
+
--dt-theme-presence-color-background-offline-hsl: var(--dt-color-black-500-hsl);
|
|
411
|
+
--dt-theme-presence-color-background-offline-hsla: var(--dt-color-black-500-hsla);
|
|
412
|
+
--dt-theme-presence-color-background-offline: var(--dt-color-black-500);
|
|
461
413
|
--dt-theme-presence-color-background-busy-h: var(--dt-color-gold-500-h);
|
|
462
414
|
--dt-theme-presence-color-background-busy-s: var(--dt-color-gold-500-s);
|
|
463
415
|
--dt-theme-presence-color-background-busy-l: var(--dt-color-gold-500-l);
|
|
@@ -479,6 +431,146 @@
|
|
|
479
431
|
--dt-theme-presence-color-background-available-hsl: var(--dt-color-green-425-hsl);
|
|
480
432
|
--dt-theme-presence-color-background-available-hsla: var(--dt-color-green-425-hsla);
|
|
481
433
|
--dt-theme-presence-color-background-available: var(--dt-color-green-425);
|
|
434
|
+
--dt-theme-sidebar-selected-row-color-background-h: 244;
|
|
435
|
+
--dt-theme-sidebar-selected-row-color-background-s: 100%;
|
|
436
|
+
--dt-theme-sidebar-selected-row-color-background-l: 58.4%;
|
|
437
|
+
--dt-theme-sidebar-selected-row-color-background-a: 12%;
|
|
438
|
+
--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);
|
|
439
|
+
--dt-theme-sidebar-selected-row-color-background-hsla: hsl(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 12%));
|
|
440
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(244 100% 58.4% / 0.12);
|
|
441
|
+
--dt-theme-sidebar-row-color-background-active-h: 244;
|
|
442
|
+
--dt-theme-sidebar-row-color-background-active-s: 100%;
|
|
443
|
+
--dt-theme-sidebar-row-color-background-active-l: 58.4%;
|
|
444
|
+
--dt-theme-sidebar-row-color-background-active-a: 15%;
|
|
445
|
+
--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);
|
|
446
|
+
--dt-theme-sidebar-row-color-background-active-hsla: hsl(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 15%));
|
|
447
|
+
--dt-theme-sidebar-row-color-background-active: hsl(244 100% 58.4% / 0.15);
|
|
448
|
+
--dt-theme-sidebar-row-color-background-hover-h: 244;
|
|
449
|
+
--dt-theme-sidebar-row-color-background-hover-s: 100%;
|
|
450
|
+
--dt-theme-sidebar-row-color-background-hover-l: 58.4%;
|
|
451
|
+
--dt-theme-sidebar-row-color-background-hover-a: 10%;
|
|
452
|
+
--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);
|
|
453
|
+
--dt-theme-sidebar-row-color-background-hover-hsla: hsl(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 10%));
|
|
454
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(244 100% 58.4% / 0.1);
|
|
455
|
+
--dt-theme-sidebar-row-color-background-h: 244;
|
|
456
|
+
--dt-theme-sidebar-row-color-background-s: 100%;
|
|
457
|
+
--dt-theme-sidebar-row-color-background-l: 58.4%;
|
|
458
|
+
--dt-theme-sidebar-row-color-background-a: 0%;
|
|
459
|
+
--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);
|
|
460
|
+
--dt-theme-sidebar-row-color-background-hsla: hsl(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 0%));
|
|
461
|
+
--dt-theme-sidebar-row-color-background: hsl(244 100% 58.4% / 0);
|
|
462
|
+
--dt-theme-topbar-profile-color-background-active-h: 244;
|
|
463
|
+
--dt-theme-topbar-profile-color-background-active-s: 100%;
|
|
464
|
+
--dt-theme-topbar-profile-color-background-active-l: 58.4%;
|
|
465
|
+
--dt-theme-topbar-profile-color-background-active-a: 14%;
|
|
466
|
+
--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);
|
|
467
|
+
--dt-theme-topbar-profile-color-background-active-hsla: hsl(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 14%));
|
|
468
|
+
--dt-theme-topbar-profile-color-background-active: hsl(244 100% 58.4% / 0.14);
|
|
469
|
+
--dt-theme-topbar-profile-color-background-hover-h: 244;
|
|
470
|
+
--dt-theme-topbar-profile-color-background-hover-s: 100%;
|
|
471
|
+
--dt-theme-topbar-profile-color-background-hover-l: 58.4%;
|
|
472
|
+
--dt-theme-topbar-profile-color-background-hover-a: 10%;
|
|
473
|
+
--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);
|
|
474
|
+
--dt-theme-topbar-profile-color-background-hover-hsla: hsl(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 10%));
|
|
475
|
+
--dt-theme-topbar-profile-color-background-hover: hsl(244 100% 58.4% / 0.1);
|
|
476
|
+
--dt-theme-topbar-profile-color-background-inverted-h: 244;
|
|
477
|
+
--dt-theme-topbar-profile-color-background-inverted-s: 100%;
|
|
478
|
+
--dt-theme-topbar-profile-color-background-inverted-l: 58.4%;
|
|
479
|
+
--dt-theme-topbar-profile-color-background-inverted-a: 75%;
|
|
480
|
+
--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);
|
|
481
|
+
--dt-theme-topbar-profile-color-background-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 75%));
|
|
482
|
+
--dt-theme-topbar-profile-color-background-inverted: hsl(244 100% 58.4% / 0.75);
|
|
483
|
+
--dt-theme-topbar-profile-color-background-h: 244;
|
|
484
|
+
--dt-theme-topbar-profile-color-background-s: 100%;
|
|
485
|
+
--dt-theme-topbar-profile-color-background-l: 58.4%;
|
|
486
|
+
--dt-theme-topbar-profile-color-background-a: 5%;
|
|
487
|
+
--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);
|
|
488
|
+
--dt-theme-topbar-profile-color-background-hsla: hsl(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 5%));
|
|
489
|
+
--dt-theme-topbar-profile-color-background: hsl(244 100% 58.4% / 0.05);
|
|
490
|
+
--dt-theme-topbar-button-color-background-active-h: 244;
|
|
491
|
+
--dt-theme-topbar-button-color-background-active-s: 100%;
|
|
492
|
+
--dt-theme-topbar-button-color-background-active-l: 58.4%;
|
|
493
|
+
--dt-theme-topbar-button-color-background-active-a: 10%;
|
|
494
|
+
--dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);
|
|
495
|
+
--dt-theme-topbar-button-color-background-active-hsla: hsl(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 10%));
|
|
496
|
+
--dt-theme-topbar-button-color-background-active: hsl(244 100% 58.4% / 0.1);
|
|
497
|
+
--dt-theme-topbar-button-color-background-hover-h: 244;
|
|
498
|
+
--dt-theme-topbar-button-color-background-hover-s: 100%;
|
|
499
|
+
--dt-theme-topbar-button-color-background-hover-l: 58.4%;
|
|
500
|
+
--dt-theme-topbar-button-color-background-hover-a: 15%;
|
|
501
|
+
--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);
|
|
502
|
+
--dt-theme-topbar-button-color-background-hover-hsla: hsl(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 15%));
|
|
503
|
+
--dt-theme-topbar-button-color-background-hover: hsl(244 100% 58.4% / 0.15);
|
|
504
|
+
--dt-theme-topbar-button-color-background-h: 244;
|
|
505
|
+
--dt-theme-topbar-button-color-background-s: 100%;
|
|
506
|
+
--dt-theme-topbar-button-color-background-l: 58.4%;
|
|
507
|
+
--dt-theme-topbar-button-color-background-a: 0%;
|
|
508
|
+
--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);
|
|
509
|
+
--dt-theme-topbar-button-color-background-hsla: hsl(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 0%));
|
|
510
|
+
--dt-theme-topbar-button-color-background: hsl(244 100% 58.4% / 0);
|
|
511
|
+
--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-shell-foo-h);
|
|
512
|
+
--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-shell-foo-s);
|
|
513
|
+
--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-shell-foo-l);
|
|
514
|
+
--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-shell-foo-a);
|
|
515
|
+
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-shell-foo-hsl);
|
|
516
|
+
--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-shell-foo-hsla);
|
|
517
|
+
--dt-theme-topbar-button-color-foreground-hover: var(--dt-shell-foo);
|
|
518
|
+
--dt-theme-topbar-button-color-foreground-h: 244;
|
|
519
|
+
--dt-theme-topbar-button-color-foreground-s: 100%;
|
|
520
|
+
--dt-theme-topbar-button-color-foreground-l: 58.4%;
|
|
521
|
+
--dt-theme-topbar-button-color-foreground-a: 65%;
|
|
522
|
+
--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);
|
|
523
|
+
--dt-theme-topbar-button-color-foreground-hsla: hsl(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 65%));
|
|
524
|
+
--dt-theme-topbar-button-color-foreground: hsl(244 100% 58.4% / 0.65);
|
|
525
|
+
--dt-theme-topbar-field-color-border-active-h: 244;
|
|
526
|
+
--dt-theme-topbar-field-color-border-active-s: 100%;
|
|
527
|
+
--dt-theme-topbar-field-color-border-active-l: 58.4%;
|
|
528
|
+
--dt-theme-topbar-field-color-border-active-a: 20%;
|
|
529
|
+
--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);
|
|
530
|
+
--dt-theme-topbar-field-color-border-active-hsla: hsl(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 20%));
|
|
531
|
+
--dt-theme-topbar-field-color-border-active: hsl(244 100% 58.4% / 0.2);
|
|
532
|
+
--dt-theme-topbar-field-color-border-hover-h: 244;
|
|
533
|
+
--dt-theme-topbar-field-color-border-hover-s: 100%;
|
|
534
|
+
--dt-theme-topbar-field-color-border-hover-l: 58.4%;
|
|
535
|
+
--dt-theme-topbar-field-color-border-hover-a: 10%;
|
|
536
|
+
--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);
|
|
537
|
+
--dt-theme-topbar-field-color-border-hover-hsla: hsl(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 10%));
|
|
538
|
+
--dt-theme-topbar-field-color-border-hover: hsl(244 100% 58.4% / 0.1);
|
|
539
|
+
--dt-theme-topbar-field-color-border-h: 244;
|
|
540
|
+
--dt-theme-topbar-field-color-border-s: 100%;
|
|
541
|
+
--dt-theme-topbar-field-color-border-l: 58.4%;
|
|
542
|
+
--dt-theme-topbar-field-color-border-a: 0%;
|
|
543
|
+
--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);
|
|
544
|
+
--dt-theme-topbar-field-color-border-hsla: hsl(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 0%));
|
|
545
|
+
--dt-theme-topbar-field-color-border: hsl(244 100% 58.4% / 0);
|
|
546
|
+
--dt-theme-topbar-field-color-background-h: 244;
|
|
547
|
+
--dt-theme-topbar-field-color-background-s: 100%;
|
|
548
|
+
--dt-theme-topbar-field-color-background-l: 58.4%;
|
|
549
|
+
--dt-theme-topbar-field-color-background-a: 5%;
|
|
550
|
+
--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);
|
|
551
|
+
--dt-theme-topbar-field-color-background-hsla: hsl(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 5%));
|
|
552
|
+
--dt-theme-topbar-field-color-background: hsl(244 100% 58.4% / 0.05);
|
|
553
|
+
--dt-theme-topbar-field-color-foreground-hover-h: 244;
|
|
554
|
+
--dt-theme-topbar-field-color-foreground-hover-s: 100%;
|
|
555
|
+
--dt-theme-topbar-field-color-foreground-hover-l: 58.4%;
|
|
556
|
+
--dt-theme-topbar-field-color-foreground-hover-a: 75%;
|
|
557
|
+
--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);
|
|
558
|
+
--dt-theme-topbar-field-color-foreground-hover-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 75%));
|
|
559
|
+
--dt-theme-topbar-field-color-foreground-hover: hsl(244 100% 58.4% / 0.75);
|
|
560
|
+
--dt-theme-topbar-field-color-foreground-h: 244;
|
|
561
|
+
--dt-theme-topbar-field-color-foreground-s: 100%;
|
|
562
|
+
--dt-theme-topbar-field-color-foreground-l: 58.4%;
|
|
563
|
+
--dt-theme-topbar-field-color-foreground-a: 50%;
|
|
564
|
+
--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);
|
|
565
|
+
--dt-theme-topbar-field-color-foreground-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 50%));
|
|
566
|
+
--dt-theme-topbar-field-color-foreground: hsl(244 100% 58.4% / 0.5);
|
|
567
|
+
--dt-theme-topbar-color-foreground-h: 244;
|
|
568
|
+
--dt-theme-topbar-color-foreground-s: 100%;
|
|
569
|
+
--dt-theme-topbar-color-foreground-l: 58.4%;
|
|
570
|
+
--dt-theme-topbar-color-foreground-a: 80%;
|
|
571
|
+
--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);
|
|
572
|
+
--dt-theme-topbar-color-foreground-hsla: hsl(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 80%));
|
|
573
|
+
--dt-theme-topbar-color-foreground: hsl(244 100% 58.4% / 0.8);
|
|
482
574
|
--dt-theme-color-base-h: var(--dt-color-black-900-h);
|
|
483
575
|
--dt-theme-color-base-s: var(--dt-color-black-900-s);
|
|
484
576
|
--dt-theme-color-base-l: var(--dt-color-black-900-l);
|
|
@@ -486,13 +578,6 @@
|
|
|
486
578
|
--dt-theme-color-base-hsl: var(--dt-color-black-900-hsl);
|
|
487
579
|
--dt-theme-color-base-hsla: var(--dt-color-black-900-hsla);
|
|
488
580
|
--dt-theme-color-base: var(--dt-color-black-900);
|
|
489
|
-
--dt-action-color-border-base-outlined-default-h: var(--dt-color-border-brand-h);
|
|
490
|
-
--dt-action-color-border-base-outlined-default-s: var(--dt-color-border-brand-s);
|
|
491
|
-
--dt-action-color-border-base-outlined-default-l: var(--dt-color-border-brand-l);
|
|
492
|
-
--dt-action-color-border-base-outlined-default-a: var(--dt-color-border-brand-a);
|
|
493
|
-
--dt-action-color-border-base-outlined-default-hsl: var(--dt-color-border-brand-hsl);
|
|
494
|
-
--dt-action-color-border-base-outlined-default-hsla: var(--dt-color-border-brand-hsla);
|
|
495
|
-
--dt-action-color-border-base-outlined-default: var(--dt-color-border-brand);
|
|
496
581
|
--dt-action-color-background-positive-primary-hover-h: var(--dt-color-green-500-h);
|
|
497
582
|
--dt-action-color-background-positive-primary-hover-s: var(--dt-color-green-500-s);
|
|
498
583
|
--dt-action-color-background-positive-primary-hover-l: var(--dt-color-green-500-l);
|
|
@@ -521,20 +606,20 @@
|
|
|
521
606
|
--dt-action-color-background-muted-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
522
607
|
--dt-action-color-background-muted-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
523
608
|
--dt-action-color-background-muted-default: var(--dt-color-neutral-transparent);
|
|
524
|
-
--dt-action-color-background-inverted-primary-
|
|
525
|
-
--dt-action-color-background-inverted-primary-
|
|
526
|
-
--dt-action-color-background-inverted-primary-
|
|
527
|
-
--dt-action-color-background-inverted-primary-
|
|
528
|
-
--dt-action-color-background-inverted-primary-
|
|
529
|
-
--dt-action-color-background-inverted-primary-
|
|
530
|
-
--dt-action-color-background-inverted-primary-
|
|
531
|
-
--dt-action-color-background-inverted-primary-default-h: var(--dt-color-
|
|
532
|
-
--dt-action-color-background-inverted-primary-default-s: var(--dt-color-
|
|
533
|
-
--dt-action-color-background-inverted-primary-default-l: var(--dt-color-
|
|
534
|
-
--dt-action-color-background-inverted-primary-default-a: var(--dt-color-
|
|
535
|
-
--dt-action-color-background-inverted-primary-default-hsl: var(--dt-color-
|
|
536
|
-
--dt-action-color-background-inverted-primary-default-hsla: var(--dt-color-
|
|
537
|
-
--dt-action-color-background-inverted-primary-default: var(--dt-color-
|
|
609
|
+
--dt-action-color-background-inverted-primary-active-h: var(--dt-color-purple-200-h);
|
|
610
|
+
--dt-action-color-background-inverted-primary-active-s: var(--dt-color-purple-200-s);
|
|
611
|
+
--dt-action-color-background-inverted-primary-active-l: var(--dt-color-purple-200-l);
|
|
612
|
+
--dt-action-color-background-inverted-primary-active-a: var(--dt-color-purple-200-a);
|
|
613
|
+
--dt-action-color-background-inverted-primary-active-hsl: var(--dt-color-purple-200-hsl);
|
|
614
|
+
--dt-action-color-background-inverted-primary-active-hsla: var(--dt-color-purple-200-hsla);
|
|
615
|
+
--dt-action-color-background-inverted-primary-active: var(--dt-color-purple-200);
|
|
616
|
+
--dt-action-color-background-inverted-primary-default-h: var(--dt-color-black-100-h);
|
|
617
|
+
--dt-action-color-background-inverted-primary-default-s: var(--dt-color-black-100-s);
|
|
618
|
+
--dt-action-color-background-inverted-primary-default-l: var(--dt-color-black-100-l);
|
|
619
|
+
--dt-action-color-background-inverted-primary-default-a: var(--dt-color-black-100-a);
|
|
620
|
+
--dt-action-color-background-inverted-primary-default-hsl: var(--dt-color-black-100-hsl);
|
|
621
|
+
--dt-action-color-background-inverted-primary-default-hsla: var(--dt-color-black-100-hsla);
|
|
622
|
+
--dt-action-color-background-inverted-primary-default: var(--dt-color-black-100);
|
|
538
623
|
--dt-action-color-background-inverted-default-h: var(--dt-color-neutral-transparent-h);
|
|
539
624
|
--dt-action-color-background-inverted-default-s: var(--dt-color-neutral-transparent-s);
|
|
540
625
|
--dt-action-color-background-inverted-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -563,20 +648,27 @@
|
|
|
563
648
|
--dt-action-color-background-critical-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
564
649
|
--dt-action-color-background-critical-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
565
650
|
--dt-action-color-background-critical-default: var(--dt-color-neutral-transparent);
|
|
566
|
-
--dt-action-color-background-base-primary-
|
|
567
|
-
--dt-action-color-background-base-primary-
|
|
568
|
-
--dt-action-color-background-base-primary-
|
|
569
|
-
--dt-action-color-background-base-primary-
|
|
570
|
-
--dt-action-color-background-base-primary-
|
|
571
|
-
--dt-action-color-background-base-primary-
|
|
572
|
-
--dt-action-color-background-base-primary-
|
|
573
|
-
--dt-action-color-background-base-
|
|
574
|
-
--dt-action-color-background-base-
|
|
575
|
-
--dt-action-color-background-base-
|
|
576
|
-
--dt-action-color-background-base-
|
|
577
|
-
--dt-action-color-background-base-
|
|
578
|
-
--dt-action-color-background-base-
|
|
579
|
-
--dt-action-color-background-base-
|
|
651
|
+
--dt-action-color-background-base-primary-hover-h: var(--dt-color-purple-550-h);
|
|
652
|
+
--dt-action-color-background-base-primary-hover-s: var(--dt-color-purple-550-s);
|
|
653
|
+
--dt-action-color-background-base-primary-hover-l: var(--dt-color-purple-550-l);
|
|
654
|
+
--dt-action-color-background-base-primary-hover-a: var(--dt-color-purple-550-a);
|
|
655
|
+
--dt-action-color-background-base-primary-hover-hsl: var(--dt-color-purple-550-hsl);
|
|
656
|
+
--dt-action-color-background-base-primary-hover-hsla: var(--dt-color-purple-550-hsla);
|
|
657
|
+
--dt-action-color-background-base-primary-hover: var(--dt-color-purple-550);
|
|
658
|
+
--dt-action-color-background-base-primary-default-h: var(--dt-color-purple-500-h);
|
|
659
|
+
--dt-action-color-background-base-primary-default-s: var(--dt-color-purple-500-s);
|
|
660
|
+
--dt-action-color-background-base-primary-default-l: var(--dt-color-purple-500-l);
|
|
661
|
+
--dt-action-color-background-base-primary-default-a: var(--dt-color-purple-500-a);
|
|
662
|
+
--dt-action-color-background-base-primary-default-hsl: var(--dt-color-purple-500-hsl);
|
|
663
|
+
--dt-action-color-background-base-primary-default-hsla: var(--dt-color-purple-500-hsla);
|
|
664
|
+
--dt-action-color-background-base-primary-default: var(--dt-color-purple-500);
|
|
665
|
+
--dt-action-color-background-base-hover-h: 253;
|
|
666
|
+
--dt-action-color-background-base-hover-s: 95.9%;
|
|
667
|
+
--dt-action-color-background-base-hover-l: 71.6%;
|
|
668
|
+
--dt-action-color-background-base-hover-a: 20%;
|
|
669
|
+
--dt-action-color-background-base-hover-hsl: var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l);
|
|
670
|
+
--dt-action-color-background-base-hover-hsla: hsl(var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l) / var(--alpha, 20%));
|
|
671
|
+
--dt-action-color-background-base-hover: hsl(253 95.9% 71.6% / 0.2);
|
|
580
672
|
--dt-action-color-background-base-default-h: var(--dt-color-neutral-transparent-h);
|
|
581
673
|
--dt-action-color-background-base-default-s: var(--dt-color-neutral-transparent-s);
|
|
582
674
|
--dt-action-color-background-base-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -591,20 +683,6 @@
|
|
|
591
683
|
--dt-action-color-foreground-positive-primary-default-hsl: var(--dt-color-black-50-hsl);
|
|
592
684
|
--dt-action-color-foreground-positive-primary-default-hsla: var(--dt-color-black-50-hsla);
|
|
593
685
|
--dt-action-color-foreground-positive-primary-default: var(--dt-color-black-50);
|
|
594
|
-
--dt-action-color-foreground-inverted-primary-hover-h: var(--dt-color-link-primary-hover-h);
|
|
595
|
-
--dt-action-color-foreground-inverted-primary-hover-s: var(--dt-color-link-primary-hover-s);
|
|
596
|
-
--dt-action-color-foreground-inverted-primary-hover-l: var(--dt-color-link-primary-hover-l);
|
|
597
|
-
--dt-action-color-foreground-inverted-primary-hover-a: var(--dt-color-link-primary-hover-a);
|
|
598
|
-
--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-color-link-primary-hover-hsl);
|
|
599
|
-
--dt-action-color-foreground-inverted-primary-hover-hsla: var(--dt-color-link-primary-hover-hsla);
|
|
600
|
-
--dt-action-color-foreground-inverted-primary-hover: var(--dt-color-link-primary-hover);
|
|
601
|
-
--dt-action-color-foreground-inverted-primary-default-h: var(--dt-color-link-primary-h);
|
|
602
|
-
--dt-action-color-foreground-inverted-primary-default-s: var(--dt-color-link-primary-s);
|
|
603
|
-
--dt-action-color-foreground-inverted-primary-default-l: var(--dt-color-link-primary-l);
|
|
604
|
-
--dt-action-color-foreground-inverted-primary-default-a: var(--dt-color-link-primary-a);
|
|
605
|
-
--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-color-link-primary-hsl);
|
|
606
|
-
--dt-action-color-foreground-inverted-primary-default-hsla: var(--dt-color-link-primary-hsla);
|
|
607
|
-
--dt-action-color-foreground-inverted-primary-default: var(--dt-color-link-primary);
|
|
608
686
|
--dt-action-color-foreground-critical-primary-default-h: var(--dt-color-black-50-h);
|
|
609
687
|
--dt-action-color-foreground-critical-primary-default-s: var(--dt-color-black-50-s);
|
|
610
688
|
--dt-action-color-foreground-critical-primary-default-l: var(--dt-color-black-50-l);
|
|
@@ -619,20 +697,6 @@
|
|
|
619
697
|
--dt-action-color-foreground-base-primary-default-hsl: var(--dt-color-black-50-hsl);
|
|
620
698
|
--dt-action-color-foreground-base-primary-default-hsla: var(--dt-color-black-50-hsla);
|
|
621
699
|
--dt-action-color-foreground-base-primary-default: var(--dt-color-black-50);
|
|
622
|
-
--dt-action-color-foreground-base-hover-h: var(--dt-color-link-primary-hover-h);
|
|
623
|
-
--dt-action-color-foreground-base-hover-s: var(--dt-color-link-primary-hover-s);
|
|
624
|
-
--dt-action-color-foreground-base-hover-l: var(--dt-color-link-primary-hover-l);
|
|
625
|
-
--dt-action-color-foreground-base-hover-a: var(--dt-color-link-primary-hover-a);
|
|
626
|
-
--dt-action-color-foreground-base-hover-hsl: var(--dt-color-link-primary-hover-hsl);
|
|
627
|
-
--dt-action-color-foreground-base-hover-hsla: var(--dt-color-link-primary-hover-hsla);
|
|
628
|
-
--dt-action-color-foreground-base-hover: var(--dt-color-link-primary-hover);
|
|
629
|
-
--dt-action-color-foreground-base-default-h: var(--dt-color-link-primary-h);
|
|
630
|
-
--dt-action-color-foreground-base-default-s: var(--dt-color-link-primary-s);
|
|
631
|
-
--dt-action-color-foreground-base-default-l: var(--dt-color-link-primary-l);
|
|
632
|
-
--dt-action-color-foreground-base-default-a: var(--dt-color-link-primary-a);
|
|
633
|
-
--dt-action-color-foreground-base-default-hsl: var(--dt-color-link-primary-hsl);
|
|
634
|
-
--dt-action-color-foreground-base-default-hsla: var(--dt-color-link-primary-hsla);
|
|
635
|
-
--dt-action-color-foreground-base-default: var(--dt-color-link-primary);
|
|
636
700
|
--dt-inputs-color-background-focus-h: var(--dt-color-black-100-h);
|
|
637
701
|
--dt-inputs-color-background-focus-s: var(--dt-color-black-100-s);
|
|
638
702
|
--dt-inputs-color-background-focus-l: var(--dt-color-black-100-l);
|
|
@@ -813,6 +877,13 @@
|
|
|
813
877
|
--dt-color-border-focus-hsl: var(--dt-color-blue-425-hsl);
|
|
814
878
|
--dt-color-border-focus-hsla: var(--dt-color-blue-425-hsla);
|
|
815
879
|
--dt-color-border-focus: var(--dt-color-blue-425);
|
|
880
|
+
--dt-color-border-brand-strong-inverted-h: var(--dt-color-purple-250-h);
|
|
881
|
+
--dt-color-border-brand-strong-inverted-s: var(--dt-color-purple-250-s);
|
|
882
|
+
--dt-color-border-brand-strong-inverted-l: var(--dt-color-purple-250-l);
|
|
883
|
+
--dt-color-border-brand-strong-inverted-a: var(--dt-color-purple-250-a);
|
|
884
|
+
--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-purple-250-hsl);
|
|
885
|
+
--dt-color-border-brand-strong-inverted-hsla: var(--dt-color-purple-250-hsla);
|
|
886
|
+
--dt-color-border-brand-strong-inverted: var(--dt-color-purple-250);
|
|
816
887
|
--dt-color-border-warning-strong-inverted-h: var(--dt-color-gold-350-h);
|
|
817
888
|
--dt-color-border-warning-strong-inverted-s: var(--dt-color-gold-350-s);
|
|
818
889
|
--dt-color-border-warning-strong-inverted-l: var(--dt-color-gold-350-l);
|
|
@@ -834,6 +905,13 @@
|
|
|
834
905
|
--dt-color-border-critical-strong-inverted-hsl: var(--dt-color-red-300-hsl);
|
|
835
906
|
--dt-color-border-critical-strong-inverted-hsla: var(--dt-color-red-300-hsla);
|
|
836
907
|
--dt-color-border-critical-strong-inverted: var(--dt-color-red-300);
|
|
908
|
+
--dt-color-border-brand-subtle-inverted-h: var(--dt-color-purple-500-h);
|
|
909
|
+
--dt-color-border-brand-subtle-inverted-s: var(--dt-color-purple-500-s);
|
|
910
|
+
--dt-color-border-brand-subtle-inverted-l: var(--dt-color-purple-500-l);
|
|
911
|
+
--dt-color-border-brand-subtle-inverted-a: var(--dt-color-purple-500-a);
|
|
912
|
+
--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-purple-500-hsl);
|
|
913
|
+
--dt-color-border-brand-subtle-inverted-hsla: var(--dt-color-purple-500-hsla);
|
|
914
|
+
--dt-color-border-brand-subtle-inverted: var(--dt-color-purple-500);
|
|
837
915
|
--dt-color-border-warning-subtle-inverted-h: var(--dt-color-gold-600-h);
|
|
838
916
|
--dt-color-border-warning-subtle-inverted-s: var(--dt-color-gold-600-s);
|
|
839
917
|
--dt-color-border-warning-subtle-inverted-l: var(--dt-color-gold-600-l);
|
|
@@ -855,6 +933,13 @@
|
|
|
855
933
|
--dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-red-600-hsl);
|
|
856
934
|
--dt-color-border-critical-subtle-inverted-hsla: var(--dt-color-red-600-hsla);
|
|
857
935
|
--dt-color-border-critical-subtle-inverted: var(--dt-color-red-600);
|
|
936
|
+
--dt-color-border-brand-inverted-h: var(--dt-color-purple-350-h);
|
|
937
|
+
--dt-color-border-brand-inverted-s: var(--dt-color-purple-350-s);
|
|
938
|
+
--dt-color-border-brand-inverted-l: var(--dt-color-purple-350-l);
|
|
939
|
+
--dt-color-border-brand-inverted-a: var(--dt-color-purple-350-a);
|
|
940
|
+
--dt-color-border-brand-inverted-hsl: var(--dt-color-purple-350-hsl);
|
|
941
|
+
--dt-color-border-brand-inverted-hsla: var(--dt-color-purple-350-hsla);
|
|
942
|
+
--dt-color-border-brand-inverted: var(--dt-color-purple-350);
|
|
858
943
|
--dt-color-border-warning-inverted-h: var(--dt-color-gold-450-h);
|
|
859
944
|
--dt-color-border-warning-inverted-s: var(--dt-color-gold-450-s);
|
|
860
945
|
--dt-color-border-warning-inverted-l: var(--dt-color-gold-450-l);
|
|
@@ -904,6 +989,13 @@
|
|
|
904
989
|
--dt-color-border-subtle-inverted-hsl: var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l);
|
|
905
990
|
--dt-color-border-subtle-inverted-hsla: hsl(var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l) / var(--alpha, 10%));
|
|
906
991
|
--dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
|
|
992
|
+
--dt-color-border-brand-strong-h: var(--dt-color-purple-550-h);
|
|
993
|
+
--dt-color-border-brand-strong-s: var(--dt-color-purple-550-s);
|
|
994
|
+
--dt-color-border-brand-strong-l: var(--dt-color-purple-550-l);
|
|
995
|
+
--dt-color-border-brand-strong-a: var(--dt-color-purple-550-a);
|
|
996
|
+
--dt-color-border-brand-strong-hsl: var(--dt-color-purple-550-hsl);
|
|
997
|
+
--dt-color-border-brand-strong-hsla: var(--dt-color-purple-550-hsla);
|
|
998
|
+
--dt-color-border-brand-strong: var(--dt-color-purple-550);
|
|
907
999
|
--dt-color-border-warning-strong-h: var(--dt-color-gold-700-h);
|
|
908
1000
|
--dt-color-border-warning-strong-s: var(--dt-color-gold-700-s);
|
|
909
1001
|
--dt-color-border-warning-strong-l: var(--dt-color-gold-700-l);
|
|
@@ -925,6 +1017,13 @@
|
|
|
925
1017
|
--dt-color-border-critical-strong-hsl: var(--dt-color-red-700-hsl);
|
|
926
1018
|
--dt-color-border-critical-strong-hsla: var(--dt-color-red-700-hsla);
|
|
927
1019
|
--dt-color-border-critical-strong: var(--dt-color-red-700);
|
|
1020
|
+
--dt-color-border-brand-subtle-h: var(--dt-color-purple-350-h);
|
|
1021
|
+
--dt-color-border-brand-subtle-s: var(--dt-color-purple-350-s);
|
|
1022
|
+
--dt-color-border-brand-subtle-l: var(--dt-color-purple-350-l);
|
|
1023
|
+
--dt-color-border-brand-subtle-a: var(--dt-color-purple-350-a);
|
|
1024
|
+
--dt-color-border-brand-subtle-hsl: var(--dt-color-purple-350-hsl);
|
|
1025
|
+
--dt-color-border-brand-subtle-hsla: var(--dt-color-purple-350-hsla);
|
|
1026
|
+
--dt-color-border-brand-subtle: var(--dt-color-purple-350);
|
|
928
1027
|
--dt-color-border-warning-subtle-h: var(--dt-color-gold-450-h);
|
|
929
1028
|
--dt-color-border-warning-subtle-s: var(--dt-color-gold-450-s);
|
|
930
1029
|
--dt-color-border-warning-subtle-l: var(--dt-color-gold-450-l);
|
|
@@ -946,6 +1045,13 @@
|
|
|
946
1045
|
--dt-color-border-critical-subtle-hsl: var(--dt-color-red-300-hsl);
|
|
947
1046
|
--dt-color-border-critical-subtle-hsla: var(--dt-color-red-300-hsla);
|
|
948
1047
|
--dt-color-border-critical-subtle: var(--dt-color-red-300);
|
|
1048
|
+
--dt-color-border-brand-h: var(--dt-color-purple-500-h);
|
|
1049
|
+
--dt-color-border-brand-s: var(--dt-color-purple-500-s);
|
|
1050
|
+
--dt-color-border-brand-l: var(--dt-color-purple-500-l);
|
|
1051
|
+
--dt-color-border-brand-a: var(--dt-color-purple-500-a);
|
|
1052
|
+
--dt-color-border-brand-hsl: var(--dt-color-purple-500-hsl);
|
|
1053
|
+
--dt-color-border-brand-hsla: var(--dt-color-purple-500-hsla);
|
|
1054
|
+
--dt-color-border-brand: var(--dt-color-purple-500);
|
|
949
1055
|
--dt-color-border-warning-h: var(--dt-color-gold-600-h);
|
|
950
1056
|
--dt-color-border-warning-s: var(--dt-color-gold-600-s);
|
|
951
1057
|
--dt-color-border-warning-l: var(--dt-color-gold-600-l);
|
|
@@ -1003,6 +1109,13 @@
|
|
|
1003
1109
|
--dt-color-surface-backdrop-hsl: var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l);
|
|
1004
1110
|
--dt-color-surface-backdrop-hsla: hsl(var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l) / var(--alpha, 65%));
|
|
1005
1111
|
--dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); /* Background color for a modal-like backdrop. */
|
|
1112
|
+
--dt-color-surface-brand-subtle-opaque-inverted-h: 260;
|
|
1113
|
+
--dt-color-surface-brand-subtle-opaque-inverted-s: 100%;
|
|
1114
|
+
--dt-color-surface-brand-subtle-opaque-inverted-l: 98.2%;
|
|
1115
|
+
--dt-color-surface-brand-subtle-opaque-inverted-a: 66%;
|
|
1116
|
+
--dt-color-surface-brand-subtle-opaque-inverted-hsl: var(--dt-color-surface-brand-subtle-opaque-inverted-h) var(--dt-color-surface-brand-subtle-opaque-inverted-s) var(--dt-color-surface-brand-subtle-opaque-inverted-l);
|
|
1117
|
+
--dt-color-surface-brand-subtle-opaque-inverted-hsla: hsl(var(--dt-color-surface-brand-subtle-opaque-inverted-h) var(--dt-color-surface-brand-subtle-opaque-inverted-s) var(--dt-color-surface-brand-subtle-opaque-inverted-l) / var(--alpha, 66%));
|
|
1118
|
+
--dt-color-surface-brand-subtle-opaque-inverted: hsl(260 100% 98.2% / 0.66); /* Info surface as opaque background color. */
|
|
1006
1119
|
--dt-color-surface-info-subtle-opaque-inverted-h: 210;
|
|
1007
1120
|
--dt-color-surface-info-subtle-opaque-inverted-s: 66.7%;
|
|
1008
1121
|
--dt-color-surface-info-subtle-opaque-inverted-l: 97.6%;
|
|
@@ -1031,6 +1144,13 @@
|
|
|
1031
1144
|
--dt-color-surface-critical-subtle-opaque-inverted-hsl: var(--dt-color-surface-critical-subtle-opaque-inverted-h) var(--dt-color-surface-critical-subtle-opaque-inverted-s) var(--dt-color-surface-critical-subtle-opaque-inverted-l);
|
|
1032
1145
|
--dt-color-surface-critical-subtle-opaque-inverted-hsla: hsl(var(--dt-color-surface-critical-subtle-opaque-inverted-h) var(--dt-color-surface-critical-subtle-opaque-inverted-s) var(--dt-color-surface-critical-subtle-opaque-inverted-l) / var(--alpha, 80%));
|
|
1033
1146
|
--dt-color-surface-critical-subtle-opaque-inverted: hsl(358 100% 94.9% / 0.8);
|
|
1147
|
+
--dt-color-surface-brand-opaque-inverted-h: 260;
|
|
1148
|
+
--dt-color-surface-brand-opaque-inverted-s: 100%;
|
|
1149
|
+
--dt-color-surface-brand-opaque-inverted-l: 97.1%;
|
|
1150
|
+
--dt-color-surface-brand-opaque-inverted-a: 80%;
|
|
1151
|
+
--dt-color-surface-brand-opaque-inverted-hsl: var(--dt-color-surface-brand-opaque-inverted-h) var(--dt-color-surface-brand-opaque-inverted-s) var(--dt-color-surface-brand-opaque-inverted-l);
|
|
1152
|
+
--dt-color-surface-brand-opaque-inverted-hsla: hsl(var(--dt-color-surface-brand-opaque-inverted-h) var(--dt-color-surface-brand-opaque-inverted-s) var(--dt-color-surface-brand-opaque-inverted-l) / var(--alpha, 80%));
|
|
1153
|
+
--dt-color-surface-brand-opaque-inverted: hsl(260 100% 97.1% / 0.8); /* Info surface as opaque background color. */
|
|
1034
1154
|
--dt-color-surface-info-opaque-inverted-h: 210;
|
|
1035
1155
|
--dt-color-surface-info-opaque-inverted-s: 61.5%;
|
|
1036
1156
|
--dt-color-surface-info-opaque-inverted-l: 94.9%;
|
|
@@ -1094,6 +1214,13 @@
|
|
|
1094
1214
|
--dt-color-surface-secondary-opaque-inverted-hsl: var(--dt-color-surface-secondary-opaque-inverted-h) var(--dt-color-surface-secondary-opaque-inverted-s) var(--dt-color-surface-secondary-opaque-inverted-l);
|
|
1095
1215
|
--dt-color-surface-secondary-opaque-inverted-hsla: hsl(var(--dt-color-surface-secondary-opaque-inverted-h) var(--dt-color-surface-secondary-opaque-inverted-s) var(--dt-color-surface-secondary-opaque-inverted-l) / var(--alpha, 4%));
|
|
1096
1216
|
--dt-color-surface-secondary-opaque-inverted: hsl(0 0% 0% / 0.04);
|
|
1217
|
+
--dt-color-surface-brand-strong-inverted-h: var(--dt-color-purple-350-h);
|
|
1218
|
+
--dt-color-surface-brand-strong-inverted-s: var(--dt-color-purple-350-s);
|
|
1219
|
+
--dt-color-surface-brand-strong-inverted-l: var(--dt-color-purple-350-l);
|
|
1220
|
+
--dt-color-surface-brand-strong-inverted-a: var(--dt-color-purple-350-a);
|
|
1221
|
+
--dt-color-surface-brand-strong-inverted-hsl: var(--dt-color-purple-350-hsl);
|
|
1222
|
+
--dt-color-surface-brand-strong-inverted-hsla: var(--dt-color-purple-350-hsla);
|
|
1223
|
+
--dt-color-surface-brand-strong-inverted: var(--dt-color-purple-350);
|
|
1097
1224
|
--dt-color-surface-info-strong-inverted-h: var(--dt-color-blue-300-h);
|
|
1098
1225
|
--dt-color-surface-info-strong-inverted-s: var(--dt-color-blue-300-s);
|
|
1099
1226
|
--dt-color-surface-info-strong-inverted-l: var(--dt-color-blue-300-l);
|
|
@@ -1122,6 +1249,13 @@
|
|
|
1122
1249
|
--dt-color-surface-critical-strong-inverted-hsl: var(--dt-color-red-400-hsl);
|
|
1123
1250
|
--dt-color-surface-critical-strong-inverted-hsla: var(--dt-color-red-400-hsla);
|
|
1124
1251
|
--dt-color-surface-critical-strong-inverted: var(--dt-color-red-400);
|
|
1252
|
+
--dt-color-surface-brand-subtle-inverted-h: var(--dt-color-purple-1000-h);
|
|
1253
|
+
--dt-color-surface-brand-subtle-inverted-s: var(--dt-color-purple-1000-s);
|
|
1254
|
+
--dt-color-surface-brand-subtle-inverted-l: var(--dt-color-purple-1000-l);
|
|
1255
|
+
--dt-color-surface-brand-subtle-inverted-a: var(--dt-color-purple-1000-a);
|
|
1256
|
+
--dt-color-surface-brand-subtle-inverted-hsl: var(--dt-color-purple-1000-hsl);
|
|
1257
|
+
--dt-color-surface-brand-subtle-inverted-hsla: var(--dt-color-purple-1000-hsla);
|
|
1258
|
+
--dt-color-surface-brand-subtle-inverted: var(--dt-color-purple-1000); /* A softer version of the default informational surface. */
|
|
1125
1259
|
--dt-color-surface-info-subtle-inverted-h: var(--dt-color-blue-1000-h);
|
|
1126
1260
|
--dt-color-surface-info-subtle-inverted-s: var(--dt-color-blue-1000-s);
|
|
1127
1261
|
--dt-color-surface-info-subtle-inverted-l: var(--dt-color-blue-1000-l);
|
|
@@ -1150,6 +1284,13 @@
|
|
|
1150
1284
|
--dt-color-surface-critical-subtle-inverted-hsl: var(--dt-color-red-1000-hsl);
|
|
1151
1285
|
--dt-color-surface-critical-subtle-inverted-hsla: var(--dt-color-red-1000-hsla);
|
|
1152
1286
|
--dt-color-surface-critical-subtle-inverted: var(--dt-color-red-1000); /* A softer version of the Critical surface. */
|
|
1287
|
+
--dt-color-surface-brand-inverted-h: var(--dt-color-purple-600-h);
|
|
1288
|
+
--dt-color-surface-brand-inverted-s: var(--dt-color-purple-600-s);
|
|
1289
|
+
--dt-color-surface-brand-inverted-l: var(--dt-color-purple-600-l);
|
|
1290
|
+
--dt-color-surface-brand-inverted-a: var(--dt-color-purple-600-a);
|
|
1291
|
+
--dt-color-surface-brand-inverted-hsl: var(--dt-color-purple-600-hsl);
|
|
1292
|
+
--dt-color-surface-brand-inverted-hsla: var(--dt-color-purple-600-hsla);
|
|
1293
|
+
--dt-color-surface-brand-inverted: var(--dt-color-purple-600); /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
1153
1294
|
--dt-color-surface-info-inverted-h: var(--dt-color-blue-900-h);
|
|
1154
1295
|
--dt-color-surface-info-inverted-s: var(--dt-color-blue-900-s);
|
|
1155
1296
|
--dt-color-surface-info-inverted-l: var(--dt-color-blue-900-l);
|
|
@@ -1220,6 +1361,13 @@
|
|
|
1220
1361
|
--dt-color-surface-primary-inverted-hsl: var(--dt-color-black-1000-hsl);
|
|
1221
1362
|
--dt-color-surface-primary-inverted-hsla: var(--dt-color-black-1000-hsla);
|
|
1222
1363
|
--dt-color-surface-primary-inverted: var(--dt-color-black-1000); /* An inverted surface for lightened content and elements, most likely paired with inverted foreground colors. */
|
|
1364
|
+
--dt-color-surface-brand-subtle-opaque-h: 260;
|
|
1365
|
+
--dt-color-surface-brand-subtle-opaque-s: 91.3%;
|
|
1366
|
+
--dt-color-surface-brand-subtle-opaque-l: 9.02%;
|
|
1367
|
+
--dt-color-surface-brand-subtle-opaque-a: 65%;
|
|
1368
|
+
--dt-color-surface-brand-subtle-opaque-hsl: var(--dt-color-surface-brand-subtle-opaque-h) var(--dt-color-surface-brand-subtle-opaque-s) var(--dt-color-surface-brand-subtle-opaque-l);
|
|
1369
|
+
--dt-color-surface-brand-subtle-opaque-hsla: hsl(var(--dt-color-surface-brand-subtle-opaque-h) var(--dt-color-surface-brand-subtle-opaque-s) var(--dt-color-surface-brand-subtle-opaque-l) / var(--alpha, 65%));
|
|
1370
|
+
--dt-color-surface-brand-subtle-opaque: hsl(260 91.3% 9.02% / 0.65);
|
|
1223
1371
|
--dt-color-surface-info-subtle-opaque-h: 211;
|
|
1224
1372
|
--dt-color-surface-info-subtle-opaque-s: 91.3%;
|
|
1225
1373
|
--dt-color-surface-info-subtle-opaque-l: 4.51%;
|
|
@@ -1248,6 +1396,13 @@
|
|
|
1248
1396
|
--dt-color-surface-critical-subtle-opaque-hsl: var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l);
|
|
1249
1397
|
--dt-color-surface-critical-subtle-opaque-hsla: hsl(var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l) / var(--alpha, 60%));
|
|
1250
1398
|
--dt-color-surface-critical-subtle-opaque: hsl(344 93.1% 5.69% / 0.6);
|
|
1399
|
+
--dt-color-surface-brand-opaque-h: 260;
|
|
1400
|
+
--dt-color-surface-brand-opaque-s: 97.7%;
|
|
1401
|
+
--dt-color-surface-brand-opaque-l: 16.9%;
|
|
1402
|
+
--dt-color-surface-brand-opaque-a: 70%;
|
|
1403
|
+
--dt-color-surface-brand-opaque-hsl: var(--dt-color-surface-brand-opaque-h) var(--dt-color-surface-brand-opaque-s) var(--dt-color-surface-brand-opaque-l);
|
|
1404
|
+
--dt-color-surface-brand-opaque-hsla: hsl(var(--dt-color-surface-brand-opaque-h) var(--dt-color-surface-brand-opaque-s) var(--dt-color-surface-brand-opaque-l) / var(--alpha, 70%));
|
|
1405
|
+
--dt-color-surface-brand-opaque: hsl(260 97.7% 16.9% / 0.7);
|
|
1251
1406
|
--dt-color-surface-info-opaque-h: 211;
|
|
1252
1407
|
--dt-color-surface-info-opaque-s: 100%;
|
|
1253
1408
|
--dt-color-surface-info-opaque-l: 8.04%;
|
|
@@ -1311,6 +1466,13 @@
|
|
|
1311
1466
|
--dt-color-surface-secondary-opaque-hsl: var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l);
|
|
1312
1467
|
--dt-color-surface-secondary-opaque-hsla: hsl(var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l) / var(--alpha, 3%));
|
|
1313
1468
|
--dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.03);
|
|
1469
|
+
--dt-color-surface-brand-strong-h: var(--dt-color-purple-500-h);
|
|
1470
|
+
--dt-color-surface-brand-strong-s: var(--dt-color-purple-500-s);
|
|
1471
|
+
--dt-color-surface-brand-strong-l: var(--dt-color-purple-500-l);
|
|
1472
|
+
--dt-color-surface-brand-strong-a: var(--dt-color-purple-500-a);
|
|
1473
|
+
--dt-color-surface-brand-strong-hsl: var(--dt-color-purple-500-hsl);
|
|
1474
|
+
--dt-color-surface-brand-strong-hsla: var(--dt-color-purple-500-hsla);
|
|
1475
|
+
--dt-color-surface-brand-strong: var(--dt-color-purple-500);
|
|
1314
1476
|
--dt-color-surface-info-strong-h: var(--dt-color-blue-450-h);
|
|
1315
1477
|
--dt-color-surface-info-strong-s: var(--dt-color-blue-450-s);
|
|
1316
1478
|
--dt-color-surface-info-strong-l: var(--dt-color-blue-450-l);
|
|
@@ -1339,6 +1501,13 @@
|
|
|
1339
1501
|
--dt-color-surface-critical-strong-hsl: var(--dt-color-red-600-hsl);
|
|
1340
1502
|
--dt-color-surface-critical-strong-hsla: var(--dt-color-red-600-hsla);
|
|
1341
1503
|
--dt-color-surface-critical-strong: var(--dt-color-red-600);
|
|
1504
|
+
--dt-color-surface-brand-subtle-h: var(--dt-color-purple-50-h);
|
|
1505
|
+
--dt-color-surface-brand-subtle-s: var(--dt-color-purple-50-s);
|
|
1506
|
+
--dt-color-surface-brand-subtle-l: var(--dt-color-purple-50-l);
|
|
1507
|
+
--dt-color-surface-brand-subtle-a: var(--dt-color-purple-50-a);
|
|
1508
|
+
--dt-color-surface-brand-subtle-hsl: var(--dt-color-purple-50-hsl);
|
|
1509
|
+
--dt-color-surface-brand-subtle-hsla: var(--dt-color-purple-50-hsla);
|
|
1510
|
+
--dt-color-surface-brand-subtle: var(--dt-color-purple-50); /* A softer version of the default informational surface. */
|
|
1342
1511
|
--dt-color-surface-info-subtle-h: 211;
|
|
1343
1512
|
--dt-color-surface-info-subtle-s: 100%;
|
|
1344
1513
|
--dt-color-surface-info-subtle-l: 4.82%;
|
|
@@ -1367,6 +1536,13 @@
|
|
|
1367
1536
|
--dt-color-surface-critical-subtle-hsl: var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l);
|
|
1368
1537
|
--dt-color-surface-critical-subtle-hsla: hsl(var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l) / var(--alpha, 100%));
|
|
1369
1538
|
--dt-color-surface-critical-subtle: hsl(343 100% 5.49%);
|
|
1539
|
+
--dt-color-surface-brand-h: var(--dt-color-purple-100-h);
|
|
1540
|
+
--dt-color-surface-brand-s: var(--dt-color-purple-100-s);
|
|
1541
|
+
--dt-color-surface-brand-l: var(--dt-color-purple-100-l);
|
|
1542
|
+
--dt-color-surface-brand-a: var(--dt-color-purple-100-a);
|
|
1543
|
+
--dt-color-surface-brand-hsl: var(--dt-color-purple-100-hsl);
|
|
1544
|
+
--dt-color-surface-brand-hsla: var(--dt-color-purple-100-hsla);
|
|
1545
|
+
--dt-color-surface-brand: var(--dt-color-purple-100); /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
1370
1546
|
--dt-color-surface-info-h: var(--dt-color-blue-100-h);
|
|
1371
1547
|
--dt-color-surface-info-s: var(--dt-color-blue-100-s);
|
|
1372
1548
|
--dt-color-surface-info-l: var(--dt-color-blue-100-l);
|
|
@@ -1451,6 +1627,20 @@
|
|
|
1451
1627
|
--dt-color-link-warning-inverted-hover-hsl: var(--dt-color-gold-200-hsl);
|
|
1452
1628
|
--dt-color-link-warning-inverted-hover-hsla: var(--dt-color-gold-200-hsla);
|
|
1453
1629
|
--dt-color-link-warning-inverted-hover: var(--dt-color-gold-200);
|
|
1630
|
+
--dt-color-link-primary-inverted-hover-h: var(--dt-color-purple-250-h);
|
|
1631
|
+
--dt-color-link-primary-inverted-hover-s: var(--dt-color-purple-250-s);
|
|
1632
|
+
--dt-color-link-primary-inverted-hover-l: var(--dt-color-purple-250-l);
|
|
1633
|
+
--dt-color-link-primary-inverted-hover-a: var(--dt-color-purple-250-a);
|
|
1634
|
+
--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-purple-250-hsl);
|
|
1635
|
+
--dt-color-link-primary-inverted-hover-hsla: var(--dt-color-purple-250-hsla);
|
|
1636
|
+
--dt-color-link-primary-inverted-hover: var(--dt-color-purple-250);
|
|
1637
|
+
--dt-color-link-primary-inverted-h: var(--dt-color-purple-350-h);
|
|
1638
|
+
--dt-color-link-primary-inverted-s: var(--dt-color-purple-350-s);
|
|
1639
|
+
--dt-color-link-primary-inverted-l: var(--dt-color-purple-350-l);
|
|
1640
|
+
--dt-color-link-primary-inverted-a: var(--dt-color-purple-350-a);
|
|
1641
|
+
--dt-color-link-primary-inverted-hsl: var(--dt-color-purple-350-hsl);
|
|
1642
|
+
--dt-color-link-primary-inverted-hsla: var(--dt-color-purple-350-hsla);
|
|
1643
|
+
--dt-color-link-primary-inverted: var(--dt-color-purple-350);
|
|
1454
1644
|
--dt-color-link-warning-hover-h: var(--dt-color-gold-700-h);
|
|
1455
1645
|
--dt-color-link-warning-hover-s: var(--dt-color-gold-700-s);
|
|
1456
1646
|
--dt-color-link-warning-hover-l: var(--dt-color-gold-700-l);
|
|
@@ -1458,6 +1648,20 @@
|
|
|
1458
1648
|
--dt-color-link-warning-hover-hsl: var(--dt-color-gold-700-hsl);
|
|
1459
1649
|
--dt-color-link-warning-hover-hsla: var(--dt-color-gold-700-hsla);
|
|
1460
1650
|
--dt-color-link-warning-hover: var(--dt-color-gold-700);
|
|
1651
|
+
--dt-color-link-primary-hover-h: var(--dt-color-purple-550-h);
|
|
1652
|
+
--dt-color-link-primary-hover-s: var(--dt-color-purple-550-s);
|
|
1653
|
+
--dt-color-link-primary-hover-l: var(--dt-color-purple-550-l);
|
|
1654
|
+
--dt-color-link-primary-hover-a: var(--dt-color-purple-550-a);
|
|
1655
|
+
--dt-color-link-primary-hover-hsl: var(--dt-color-purple-550-hsl);
|
|
1656
|
+
--dt-color-link-primary-hover-hsla: var(--dt-color-purple-550-hsla);
|
|
1657
|
+
--dt-color-link-primary-hover: var(--dt-color-purple-550);
|
|
1658
|
+
--dt-color-link-primary-h: var(--dt-color-purple-500-h);
|
|
1659
|
+
--dt-color-link-primary-s: var(--dt-color-purple-500-s);
|
|
1660
|
+
--dt-color-link-primary-l: var(--dt-color-purple-500-l);
|
|
1661
|
+
--dt-color-link-primary-a: var(--dt-color-purple-500-a);
|
|
1662
|
+
--dt-color-link-primary-hsl: var(--dt-color-purple-500-hsl);
|
|
1663
|
+
--dt-color-link-primary-hsla: var(--dt-color-purple-500-hsla);
|
|
1664
|
+
--dt-color-link-primary: var(--dt-color-purple-500);
|
|
1461
1665
|
--dt-color-foreground-warning-inverted-h: var(--dt-color-gold-300-h);
|
|
1462
1666
|
--dt-color-foreground-warning-inverted-s: var(--dt-color-gold-300-s);
|
|
1463
1667
|
--dt-color-foreground-warning-inverted-l: var(--dt-color-gold-300-l);
|
|
@@ -1620,6 +1824,20 @@
|
|
|
1620
1824
|
--dt-radio-color-foreground-checked-hsl: var(--dt-color-foreground-primary-inverted-hsl);
|
|
1621
1825
|
--dt-radio-color-foreground-checked-hsla: var(--dt-color-foreground-primary-inverted-hsla);
|
|
1622
1826
|
--dt-radio-color-foreground-checked: var(--dt-color-foreground-primary-inverted);
|
|
1827
|
+
--dt-radio-color-background-checked-h: var(--dt-color-surface-brand-strong-h);
|
|
1828
|
+
--dt-radio-color-background-checked-s: var(--dt-color-surface-brand-strong-s);
|
|
1829
|
+
--dt-radio-color-background-checked-l: var(--dt-color-surface-brand-strong-l);
|
|
1830
|
+
--dt-radio-color-background-checked-a: var(--dt-color-surface-brand-strong-a);
|
|
1831
|
+
--dt-radio-color-background-checked-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
1832
|
+
--dt-radio-color-background-checked-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
1833
|
+
--dt-radio-color-background-checked: var(--dt-color-surface-brand-strong);
|
|
1834
|
+
--dt-radio-color-border-checked-h: var(--dt-color-border-brand-h);
|
|
1835
|
+
--dt-radio-color-border-checked-s: var(--dt-color-border-brand-s);
|
|
1836
|
+
--dt-radio-color-border-checked-l: var(--dt-color-border-brand-l);
|
|
1837
|
+
--dt-radio-color-border-checked-a: var(--dt-color-border-brand-a);
|
|
1838
|
+
--dt-radio-color-border-checked-hsl: var(--dt-color-border-brand-hsl);
|
|
1839
|
+
--dt-radio-color-border-checked-hsla: var(--dt-color-border-brand-hsla);
|
|
1840
|
+
--dt-radio-color-border-checked: var(--dt-color-border-brand);
|
|
1623
1841
|
--dt-radio-color-border-unchecked-hover-h: var(--dt-color-border-bold-h);
|
|
1624
1842
|
--dt-radio-color-border-unchecked-hover-s: var(--dt-color-border-bold-s);
|
|
1625
1843
|
--dt-radio-color-border-unchecked-hover-l: var(--dt-color-border-bold-l);
|
|
@@ -1656,6 +1874,20 @@
|
|
|
1656
1874
|
--dt-checkbox-color-foreground-checked-hsl: var(--dt-color-foreground-primary-inverted-hsl);
|
|
1657
1875
|
--dt-checkbox-color-foreground-checked-hsla: var(--dt-color-foreground-primary-inverted-hsla);
|
|
1658
1876
|
--dt-checkbox-color-foreground-checked: var(--dt-color-foreground-primary-inverted);
|
|
1877
|
+
--dt-checkbox-color-background-checked-h: var(--dt-color-surface-brand-strong-h);
|
|
1878
|
+
--dt-checkbox-color-background-checked-s: var(--dt-color-surface-brand-strong-s);
|
|
1879
|
+
--dt-checkbox-color-background-checked-l: var(--dt-color-surface-brand-strong-l);
|
|
1880
|
+
--dt-checkbox-color-background-checked-a: var(--dt-color-surface-brand-strong-a);
|
|
1881
|
+
--dt-checkbox-color-background-checked-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
1882
|
+
--dt-checkbox-color-background-checked-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
1883
|
+
--dt-checkbox-color-background-checked: var(--dt-color-surface-brand-strong);
|
|
1884
|
+
--dt-checkbox-color-border-checked-h: var(--dt-color-border-brand-h);
|
|
1885
|
+
--dt-checkbox-color-border-checked-s: var(--dt-color-border-brand-s);
|
|
1886
|
+
--dt-checkbox-color-border-checked-l: var(--dt-color-border-brand-l);
|
|
1887
|
+
--dt-checkbox-color-border-checked-a: var(--dt-color-border-brand-a);
|
|
1888
|
+
--dt-checkbox-color-border-checked-hsl: var(--dt-color-border-brand-hsl);
|
|
1889
|
+
--dt-checkbox-color-border-checked-hsla: var(--dt-color-border-brand-hsla);
|
|
1890
|
+
--dt-checkbox-color-border-checked: var(--dt-color-border-brand);
|
|
1659
1891
|
--dt-checkbox-color-border-unchecked-hover-h: var(--dt-color-border-bold-h);
|
|
1660
1892
|
--dt-checkbox-color-border-unchecked-hover-s: var(--dt-color-border-bold-s);
|
|
1661
1893
|
--dt-checkbox-color-border-unchecked-hover-l: var(--dt-color-border-bold-l);
|
|
@@ -1691,6 +1923,13 @@
|
|
|
1691
1923
|
--dt-badge-color-foreground-bulletin-subtle-hsl: var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l);
|
|
1692
1924
|
--dt-badge-color-foreground-bulletin-subtle-hsla: hsl(var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l) / var(--alpha, 100%));
|
|
1693
1925
|
--dt-badge-color-foreground-bulletin-subtle: hsl(0 0% 90.2%);
|
|
1926
|
+
--dt-badge-color-background-bulletin-h: var(--dt-color-surface-brand-strong-h);
|
|
1927
|
+
--dt-badge-color-background-bulletin-s: var(--dt-color-surface-brand-strong-s);
|
|
1928
|
+
--dt-badge-color-background-bulletin-l: var(--dt-color-surface-brand-strong-l);
|
|
1929
|
+
--dt-badge-color-background-bulletin-a: var(--dt-color-surface-brand-strong-a);
|
|
1930
|
+
--dt-badge-color-background-bulletin-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
1931
|
+
--dt-badge-color-background-bulletin-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
1932
|
+
--dt-badge-color-background-bulletin: var(--dt-color-surface-brand-strong);
|
|
1694
1933
|
--dt-badge-color-background-default-h: var(--dt-color-surface-moderate-opaque-h);
|
|
1695
1934
|
--dt-badge-color-background-default-s: var(--dt-color-surface-moderate-opaque-s);
|
|
1696
1935
|
--dt-badge-color-background-default-l: var(--dt-color-surface-moderate-opaque-l);
|
|
@@ -1698,6 +1937,202 @@
|
|
|
1698
1937
|
--dt-badge-color-background-default-hsl: var(--dt-color-surface-moderate-opaque-hsl);
|
|
1699
1938
|
--dt-badge-color-background-default-hsla: var(--dt-color-surface-moderate-opaque-hsla);
|
|
1700
1939
|
--dt-badge-color-background-default: var(--dt-color-surface-moderate-opaque);
|
|
1940
|
+
--dt-shell-presence-color-offline-h: var(--dt-shell-base-color-status-away-h);
|
|
1941
|
+
--dt-shell-presence-color-offline-s: var(--dt-shell-base-color-status-away-s);
|
|
1942
|
+
--dt-shell-presence-color-offline-l: var(--dt-shell-base-color-status-away-l);
|
|
1943
|
+
--dt-shell-presence-color-offline-a: var(--dt-shell-base-color-status-away-a);
|
|
1944
|
+
--dt-shell-presence-color-offline-hsl: var(--dt-shell-base-color-status-away-hsl);
|
|
1945
|
+
--dt-shell-presence-color-offline-hsla: var(--dt-shell-base-color-status-away-hsla);
|
|
1946
|
+
--dt-shell-presence-color-offline: var(--dt-shell-base-color-status-away);
|
|
1947
|
+
--dt-shell-presence-color-busy-h: var(--dt-shell-base-color-status-warning-h);
|
|
1948
|
+
--dt-shell-presence-color-busy-s: var(--dt-shell-base-color-status-warning-s);
|
|
1949
|
+
--dt-shell-presence-color-busy-l: var(--dt-shell-base-color-status-warning-l);
|
|
1950
|
+
--dt-shell-presence-color-busy-a: var(--dt-shell-base-color-status-warning-a);
|
|
1951
|
+
--dt-shell-presence-color-busy-hsl: var(--dt-shell-base-color-status-warning-hsl);
|
|
1952
|
+
--dt-shell-presence-color-busy-hsla: var(--dt-shell-base-color-status-warning-hsla);
|
|
1953
|
+
--dt-shell-presence-color-busy: var(--dt-shell-base-color-status-warning);
|
|
1954
|
+
--dt-shell-presence-color-unavailable-h: var(--dt-shell-base-color-status-critical-h);
|
|
1955
|
+
--dt-shell-presence-color-unavailable-s: var(--dt-shell-base-color-status-critical-s);
|
|
1956
|
+
--dt-shell-presence-color-unavailable-l: var(--dt-shell-base-color-status-critical-l);
|
|
1957
|
+
--dt-shell-presence-color-unavailable-a: var(--dt-shell-base-color-status-critical-a);
|
|
1958
|
+
--dt-shell-presence-color-unavailable-hsl: var(--dt-shell-base-color-status-critical-hsl);
|
|
1959
|
+
--dt-shell-presence-color-unavailable-hsla: var(--dt-shell-base-color-status-critical-hsla);
|
|
1960
|
+
--dt-shell-presence-color-unavailable: var(--dt-shell-base-color-status-critical);
|
|
1961
|
+
--dt-shell-presence-color-available-h: var(--dt-shell-base-color-status-positive-h);
|
|
1962
|
+
--dt-shell-presence-color-available-s: var(--dt-shell-base-color-status-positive-s);
|
|
1963
|
+
--dt-shell-presence-color-available-l: var(--dt-shell-base-color-status-positive-l);
|
|
1964
|
+
--dt-shell-presence-color-available-a: var(--dt-shell-base-color-status-positive-a);
|
|
1965
|
+
--dt-shell-presence-color-available-hsl: var(--dt-shell-base-color-status-positive-hsl);
|
|
1966
|
+
--dt-shell-presence-color-available-hsla: var(--dt-shell-base-color-status-positive-hsla);
|
|
1967
|
+
--dt-shell-presence-color-available: var(--dt-shell-base-color-status-positive);
|
|
1968
|
+
--dt-shell-action-color-background-muted-selected-h: 0;
|
|
1969
|
+
--dt-shell-action-color-background-muted-selected-s: 0%;
|
|
1970
|
+
--dt-shell-action-color-background-muted-selected-l: 83.1%;
|
|
1971
|
+
--dt-shell-action-color-background-muted-selected-a: 7%;
|
|
1972
|
+
--dt-shell-action-color-background-muted-selected-hsl: var(--dt-shell-action-color-background-muted-selected-h) var(--dt-shell-action-color-background-muted-selected-s) var(--dt-shell-action-color-background-muted-selected-l);
|
|
1973
|
+
--dt-shell-action-color-background-muted-selected-hsla: hsl(var(--dt-shell-action-color-background-muted-selected-h) var(--dt-shell-action-color-background-muted-selected-s) var(--dt-shell-action-color-background-muted-selected-l) / var(--alpha, 7%));
|
|
1974
|
+
--dt-shell-action-color-background-muted-selected: hsl(0 0% 83.1% / 0.07);
|
|
1975
|
+
--dt-shell-action-color-background-muted-active-h: 0;
|
|
1976
|
+
--dt-shell-action-color-background-muted-active-s: 0%;
|
|
1977
|
+
--dt-shell-action-color-background-muted-active-l: 83.1%;
|
|
1978
|
+
--dt-shell-action-color-background-muted-active-a: 7%;
|
|
1979
|
+
--dt-shell-action-color-background-muted-active-hsl: var(--dt-shell-action-color-background-muted-active-h) var(--dt-shell-action-color-background-muted-active-s) var(--dt-shell-action-color-background-muted-active-l);
|
|
1980
|
+
--dt-shell-action-color-background-muted-active-hsla: hsl(var(--dt-shell-action-color-background-muted-active-h) var(--dt-shell-action-color-background-muted-active-s) var(--dt-shell-action-color-background-muted-active-l) / var(--alpha, 7%));
|
|
1981
|
+
--dt-shell-action-color-background-muted-active: hsl(0 0% 83.1% / 0.07);
|
|
1982
|
+
--dt-shell-action-color-background-muted-hover-h: 0;
|
|
1983
|
+
--dt-shell-action-color-background-muted-hover-s: 0%;
|
|
1984
|
+
--dt-shell-action-color-background-muted-hover-l: 83.1%;
|
|
1985
|
+
--dt-shell-action-color-background-muted-hover-a: 10%;
|
|
1986
|
+
--dt-shell-action-color-background-muted-hover-hsl: var(--dt-shell-action-color-background-muted-hover-h) var(--dt-shell-action-color-background-muted-hover-s) var(--dt-shell-action-color-background-muted-hover-l);
|
|
1987
|
+
--dt-shell-action-color-background-muted-hover-hsla: hsl(var(--dt-shell-action-color-background-muted-hover-h) var(--dt-shell-action-color-background-muted-hover-s) var(--dt-shell-action-color-background-muted-hover-l) / var(--alpha, 10%));
|
|
1988
|
+
--dt-shell-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
|
|
1989
|
+
--dt-shell-action-color-background-muted-default-h: 0;
|
|
1990
|
+
--dt-shell-action-color-background-muted-default-s: 0%;
|
|
1991
|
+
--dt-shell-action-color-background-muted-default-l: 83.1%;
|
|
1992
|
+
--dt-shell-action-color-background-muted-default-a: 5%;
|
|
1993
|
+
--dt-shell-action-color-background-muted-default-hsl: var(--dt-shell-action-color-background-muted-default-h) var(--dt-shell-action-color-background-muted-default-s) var(--dt-shell-action-color-background-muted-default-l);
|
|
1994
|
+
--dt-shell-action-color-background-muted-default-hsla: hsl(var(--dt-shell-action-color-background-muted-default-h) var(--dt-shell-action-color-background-muted-default-s) var(--dt-shell-action-color-background-muted-default-l) / var(--alpha, 5%));
|
|
1995
|
+
--dt-shell-action-color-background-muted-default: hsl(0 0% 83.1% / 0.05);
|
|
1996
|
+
--dt-shell-action-color-background-secondary-selected-h: 0;
|
|
1997
|
+
--dt-shell-action-color-background-secondary-selected-s: 0%;
|
|
1998
|
+
--dt-shell-action-color-background-secondary-selected-l: 83.1%;
|
|
1999
|
+
--dt-shell-action-color-background-secondary-selected-a: 13%;
|
|
2000
|
+
--dt-shell-action-color-background-secondary-selected-hsl: var(--dt-shell-action-color-background-secondary-selected-h) var(--dt-shell-action-color-background-secondary-selected-s) var(--dt-shell-action-color-background-secondary-selected-l);
|
|
2001
|
+
--dt-shell-action-color-background-secondary-selected-hsla: hsl(var(--dt-shell-action-color-background-secondary-selected-h) var(--dt-shell-action-color-background-secondary-selected-s) var(--dt-shell-action-color-background-secondary-selected-l) / var(--alpha, 13%));
|
|
2002
|
+
--dt-shell-action-color-background-secondary-selected: hsl(0 0% 83.1% / 0.13);
|
|
2003
|
+
--dt-shell-action-color-background-secondary-active-h: 0;
|
|
2004
|
+
--dt-shell-action-color-background-secondary-active-s: 0%;
|
|
2005
|
+
--dt-shell-action-color-background-secondary-active-l: 83.1%;
|
|
2006
|
+
--dt-shell-action-color-background-secondary-active-a: 16%;
|
|
2007
|
+
--dt-shell-action-color-background-secondary-active-hsl: var(--dt-shell-action-color-background-secondary-active-h) var(--dt-shell-action-color-background-secondary-active-s) var(--dt-shell-action-color-background-secondary-active-l);
|
|
2008
|
+
--dt-shell-action-color-background-secondary-active-hsla: hsl(var(--dt-shell-action-color-background-secondary-active-h) var(--dt-shell-action-color-background-secondary-active-s) var(--dt-shell-action-color-background-secondary-active-l) / var(--alpha, 16%));
|
|
2009
|
+
--dt-shell-action-color-background-secondary-active: hsl(0 0% 83.1% / 0.16);
|
|
2010
|
+
--dt-shell-action-color-background-secondary-hover-h: 0;
|
|
2011
|
+
--dt-shell-action-color-background-secondary-hover-s: 0%;
|
|
2012
|
+
--dt-shell-action-color-background-secondary-hover-l: 83.1%;
|
|
2013
|
+
--dt-shell-action-color-background-secondary-hover-a: 10%;
|
|
2014
|
+
--dt-shell-action-color-background-secondary-hover-hsl: var(--dt-shell-action-color-background-secondary-hover-h) var(--dt-shell-action-color-background-secondary-hover-s) var(--dt-shell-action-color-background-secondary-hover-l);
|
|
2015
|
+
--dt-shell-action-color-background-secondary-hover-hsla: hsl(var(--dt-shell-action-color-background-secondary-hover-h) var(--dt-shell-action-color-background-secondary-hover-s) var(--dt-shell-action-color-background-secondary-hover-l) / var(--alpha, 10%));
|
|
2016
|
+
--dt-shell-action-color-background-secondary-hover: hsl(0 0% 83.1% / 0.1);
|
|
2017
|
+
--dt-shell-action-color-background-secondary-default-h: 0;
|
|
2018
|
+
--dt-shell-action-color-background-secondary-default-s: 0%;
|
|
2019
|
+
--dt-shell-action-color-background-secondary-default-l: 83.1%;
|
|
2020
|
+
--dt-shell-action-color-background-secondary-default-a: 0%;
|
|
2021
|
+
--dt-shell-action-color-background-secondary-default-hsl: var(--dt-shell-action-color-background-secondary-default-h) var(--dt-shell-action-color-background-secondary-default-s) var(--dt-shell-action-color-background-secondary-default-l);
|
|
2022
|
+
--dt-shell-action-color-background-secondary-default-hsla: hsl(var(--dt-shell-action-color-background-secondary-default-h) var(--dt-shell-action-color-background-secondary-default-s) var(--dt-shell-action-color-background-secondary-default-l) / var(--alpha, 0%));
|
|
2023
|
+
--dt-shell-action-color-background-secondary-default: hsl(0 0% 83.1% / 0);
|
|
2024
|
+
--dt-shell-action-color-background-primary-selected-h: 0;
|
|
2025
|
+
--dt-shell-action-color-background-primary-selected-s: 0%;
|
|
2026
|
+
--dt-shell-action-color-background-primary-selected-l: 83.1%;
|
|
2027
|
+
--dt-shell-action-color-background-primary-selected-a: 13%;
|
|
2028
|
+
--dt-shell-action-color-background-primary-selected-hsl: var(--dt-shell-action-color-background-primary-selected-h) var(--dt-shell-action-color-background-primary-selected-s) var(--dt-shell-action-color-background-primary-selected-l);
|
|
2029
|
+
--dt-shell-action-color-background-primary-selected-hsla: hsl(var(--dt-shell-action-color-background-primary-selected-h) var(--dt-shell-action-color-background-primary-selected-s) var(--dt-shell-action-color-background-primary-selected-l) / var(--alpha, 13%));
|
|
2030
|
+
--dt-shell-action-color-background-primary-selected: hsl(0 0% 83.1% / 0.13);
|
|
2031
|
+
--dt-shell-action-color-background-primary-active-h: 0;
|
|
2032
|
+
--dt-shell-action-color-background-primary-active-s: 0%;
|
|
2033
|
+
--dt-shell-action-color-background-primary-active-l: 83.1%;
|
|
2034
|
+
--dt-shell-action-color-background-primary-active-a: 16%;
|
|
2035
|
+
--dt-shell-action-color-background-primary-active-hsl: var(--dt-shell-action-color-background-primary-active-h) var(--dt-shell-action-color-background-primary-active-s) var(--dt-shell-action-color-background-primary-active-l);
|
|
2036
|
+
--dt-shell-action-color-background-primary-active-hsla: hsl(var(--dt-shell-action-color-background-primary-active-h) var(--dt-shell-action-color-background-primary-active-s) var(--dt-shell-action-color-background-primary-active-l) / var(--alpha, 16%));
|
|
2037
|
+
--dt-shell-action-color-background-primary-active: hsl(0 0% 83.1% / 0.16);
|
|
2038
|
+
--dt-shell-action-color-background-primary-hover-h: 0;
|
|
2039
|
+
--dt-shell-action-color-background-primary-hover-s: 0%;
|
|
2040
|
+
--dt-shell-action-color-background-primary-hover-l: 83.1%;
|
|
2041
|
+
--dt-shell-action-color-background-primary-hover-a: 10%;
|
|
2042
|
+
--dt-shell-action-color-background-primary-hover-hsl: var(--dt-shell-action-color-background-primary-hover-h) var(--dt-shell-action-color-background-primary-hover-s) var(--dt-shell-action-color-background-primary-hover-l);
|
|
2043
|
+
--dt-shell-action-color-background-primary-hover-hsla: hsl(var(--dt-shell-action-color-background-primary-hover-h) var(--dt-shell-action-color-background-primary-hover-s) var(--dt-shell-action-color-background-primary-hover-l) / var(--alpha, 10%));
|
|
2044
|
+
--dt-shell-action-color-background-primary-hover: hsl(0 0% 83.1% / 0.1);
|
|
2045
|
+
--dt-shell-action-color-background-primary-default-h: 0;
|
|
2046
|
+
--dt-shell-action-color-background-primary-default-s: 0%;
|
|
2047
|
+
--dt-shell-action-color-background-primary-default-l: 83.1%;
|
|
2048
|
+
--dt-shell-action-color-background-primary-default-a: 0%;
|
|
2049
|
+
--dt-shell-action-color-background-primary-default-hsl: var(--dt-shell-action-color-background-primary-default-h) var(--dt-shell-action-color-background-primary-default-s) var(--dt-shell-action-color-background-primary-default-l);
|
|
2050
|
+
--dt-shell-action-color-background-primary-default-hsla: hsl(var(--dt-shell-action-color-background-primary-default-h) var(--dt-shell-action-color-background-primary-default-s) var(--dt-shell-action-color-background-primary-default-l) / var(--alpha, 0%));
|
|
2051
|
+
--dt-shell-action-color-background-primary-default: hsl(0 0% 83.1% / 0);
|
|
2052
|
+
--dt-shell-color-border-default-h: 0;
|
|
2053
|
+
--dt-shell-color-border-default-s: 0%;
|
|
2054
|
+
--dt-shell-color-border-default-l: 90.2%;
|
|
2055
|
+
--dt-shell-color-border-default-a: 18%;
|
|
2056
|
+
--dt-shell-color-border-default-hsl: var(--dt-shell-color-border-default-h) var(--dt-shell-color-border-default-s) var(--dt-shell-color-border-default-l);
|
|
2057
|
+
--dt-shell-color-border-default-hsla: hsl(var(--dt-shell-color-border-default-h) var(--dt-shell-color-border-default-s) var(--dt-shell-color-border-default-l) / var(--alpha, 18%));
|
|
2058
|
+
--dt-shell-color-border-default: hsl(0 0% 90.2% / 0.18);
|
|
2059
|
+
--dt-shell-color-border-subtle-h: 0;
|
|
2060
|
+
--dt-shell-color-border-subtle-s: 0%;
|
|
2061
|
+
--dt-shell-color-border-subtle-l: 90.2%;
|
|
2062
|
+
--dt-shell-color-border-subtle-a: 15%;
|
|
2063
|
+
--dt-shell-color-border-subtle-hsl: var(--dt-shell-color-border-subtle-h) var(--dt-shell-color-border-subtle-s) var(--dt-shell-color-border-subtle-l);
|
|
2064
|
+
--dt-shell-color-border-subtle-hsla: hsl(var(--dt-shell-color-border-subtle-h) var(--dt-shell-color-border-subtle-s) var(--dt-shell-color-border-subtle-l) / var(--alpha, 15%));
|
|
2065
|
+
--dt-shell-color-border-subtle: hsl(0 0% 90.2% / 0.15);
|
|
2066
|
+
--dt-shell-color-foreground-warning-h: 38.4;
|
|
2067
|
+
--dt-shell-color-foreground-warning-s: 100%;
|
|
2068
|
+
--dt-shell-color-foreground-warning-l: 69.5%;
|
|
2069
|
+
--dt-shell-color-foreground-warning-a: 100%;
|
|
2070
|
+
--dt-shell-color-foreground-warning-hsl: var(--dt-shell-color-foreground-warning-h) var(--dt-shell-color-foreground-warning-s) var(--dt-shell-color-foreground-warning-l);
|
|
2071
|
+
--dt-shell-color-foreground-warning-hsla: hsl(var(--dt-shell-color-foreground-warning-h) var(--dt-shell-color-foreground-warning-s) var(--dt-shell-color-foreground-warning-l) / var(--alpha, 100%));
|
|
2072
|
+
--dt-shell-color-foreground-warning: hsl(38.4 100% 69.5%);
|
|
2073
|
+
--dt-shell-color-foreground-critical-h: 352;
|
|
2074
|
+
--dt-shell-color-foreground-critical-s: 100%;
|
|
2075
|
+
--dt-shell-color-foreground-critical-l: 68.3%;
|
|
2076
|
+
--dt-shell-color-foreground-critical-a: 100%;
|
|
2077
|
+
--dt-shell-color-foreground-critical-hsl: var(--dt-shell-color-foreground-critical-h) var(--dt-shell-color-foreground-critical-s) var(--dt-shell-color-foreground-critical-l);
|
|
2078
|
+
--dt-shell-color-foreground-critical-hsla: hsl(var(--dt-shell-color-foreground-critical-h) var(--dt-shell-color-foreground-critical-s) var(--dt-shell-color-foreground-critical-l) / var(--alpha, 100%));
|
|
2079
|
+
--dt-shell-color-foreground-critical: hsl(352 100% 68.3%);
|
|
2080
|
+
--dt-shell-color-foreground-positive-h: var(--dt-shell-base-color-status-positive-h);
|
|
2081
|
+
--dt-shell-color-foreground-positive-s: var(--dt-shell-base-color-status-positive-s);
|
|
2082
|
+
--dt-shell-color-foreground-positive-l: var(--dt-shell-base-color-status-positive-l);
|
|
2083
|
+
--dt-shell-color-foreground-positive-a: var(--dt-shell-base-color-status-positive-a);
|
|
2084
|
+
--dt-shell-color-foreground-positive-hsl: var(--dt-shell-base-color-status-positive-hsl);
|
|
2085
|
+
--dt-shell-color-foreground-positive-hsla: var(--dt-shell-base-color-status-positive-hsla);
|
|
2086
|
+
--dt-shell-color-foreground-positive: var(--dt-shell-base-color-status-positive);
|
|
2087
|
+
--dt-shell-color-foreground-disabled-h: 0;
|
|
2088
|
+
--dt-shell-color-foreground-disabled-s: 0%;
|
|
2089
|
+
--dt-shell-color-foreground-disabled-l: 90.2%;
|
|
2090
|
+
--dt-shell-color-foreground-disabled-a: 57%;
|
|
2091
|
+
--dt-shell-color-foreground-disabled-hsl: var(--dt-shell-color-foreground-disabled-h) var(--dt-shell-color-foreground-disabled-s) var(--dt-shell-color-foreground-disabled-l);
|
|
2092
|
+
--dt-shell-color-foreground-disabled-hsla: hsl(var(--dt-shell-color-foreground-disabled-h) var(--dt-shell-color-foreground-disabled-s) var(--dt-shell-color-foreground-disabled-l) / var(--alpha, 57%));
|
|
2093
|
+
--dt-shell-color-foreground-disabled: hsl(0 0% 90.2% / 0.57);
|
|
2094
|
+
--dt-shell-color-foreground-muted-h: 0;
|
|
2095
|
+
--dt-shell-color-foreground-muted-s: 0%;
|
|
2096
|
+
--dt-shell-color-foreground-muted-l: 90.2%;
|
|
2097
|
+
--dt-shell-color-foreground-muted-a: 60%;
|
|
2098
|
+
--dt-shell-color-foreground-muted-hsl: var(--dt-shell-color-foreground-muted-h) var(--dt-shell-color-foreground-muted-s) var(--dt-shell-color-foreground-muted-l);
|
|
2099
|
+
--dt-shell-color-foreground-muted-hsla: hsl(var(--dt-shell-color-foreground-muted-h) var(--dt-shell-color-foreground-muted-s) var(--dt-shell-color-foreground-muted-l) / var(--alpha, 60%));
|
|
2100
|
+
--dt-shell-color-foreground-muted: hsl(0 0% 90.2% / 0.6);
|
|
2101
|
+
--dt-shell-color-foreground-tertiary-h: 0;
|
|
2102
|
+
--dt-shell-color-foreground-tertiary-s: 0%;
|
|
2103
|
+
--dt-shell-color-foreground-tertiary-l: 90.2%;
|
|
2104
|
+
--dt-shell-color-foreground-tertiary-a: 72%;
|
|
2105
|
+
--dt-shell-color-foreground-tertiary-hsl: var(--dt-shell-color-foreground-tertiary-h) var(--dt-shell-color-foreground-tertiary-s) var(--dt-shell-color-foreground-tertiary-l);
|
|
2106
|
+
--dt-shell-color-foreground-tertiary-hsla: hsl(var(--dt-shell-color-foreground-tertiary-h) var(--dt-shell-color-foreground-tertiary-s) var(--dt-shell-color-foreground-tertiary-l) / var(--alpha, 72%));
|
|
2107
|
+
--dt-shell-color-foreground-tertiary: hsl(0 0% 90.2% / 0.72);
|
|
2108
|
+
--dt-shell-color-foreground-secondary-h: 0;
|
|
2109
|
+
--dt-shell-color-foreground-secondary-s: 0%;
|
|
2110
|
+
--dt-shell-color-foreground-secondary-l: 90.2%;
|
|
2111
|
+
--dt-shell-color-foreground-secondary-a: 86%;
|
|
2112
|
+
--dt-shell-color-foreground-secondary-hsl: var(--dt-shell-color-foreground-secondary-h) var(--dt-shell-color-foreground-secondary-s) var(--dt-shell-color-foreground-secondary-l);
|
|
2113
|
+
--dt-shell-color-foreground-secondary-hsla: hsl(var(--dt-shell-color-foreground-secondary-h) var(--dt-shell-color-foreground-secondary-s) var(--dt-shell-color-foreground-secondary-l) / var(--alpha, 86%));
|
|
2114
|
+
--dt-shell-color-foreground-secondary: hsl(0 0% 90.2% / 0.86);
|
|
2115
|
+
--dt-shell-color-foreground-primary-h: var(--dt-shell-base-color-foreground-h);
|
|
2116
|
+
--dt-shell-color-foreground-primary-s: var(--dt-shell-base-color-foreground-s);
|
|
2117
|
+
--dt-shell-color-foreground-primary-l: var(--dt-shell-base-color-foreground-l);
|
|
2118
|
+
--dt-shell-color-foreground-primary-a: var(--dt-shell-base-color-foreground-a);
|
|
2119
|
+
--dt-shell-color-foreground-primary-hsl: var(--dt-shell-base-color-foreground-hsl);
|
|
2120
|
+
--dt-shell-color-foreground-primary-hsla: var(--dt-shell-base-color-foreground-hsla);
|
|
2121
|
+
--dt-shell-color-foreground-primary: var(--dt-shell-base-color-foreground);
|
|
2122
|
+
--dt-shell-base-color-surface-h: var(--dt-color-surface-secondary-h);
|
|
2123
|
+
--dt-shell-base-color-surface-s: var(--dt-color-surface-secondary-s);
|
|
2124
|
+
--dt-shell-base-color-surface-l: var(--dt-color-surface-secondary-l);
|
|
2125
|
+
--dt-shell-base-color-surface-a: var(--dt-color-surface-secondary-a);
|
|
2126
|
+
--dt-shell-base-color-surface-hsl: var(--dt-color-surface-secondary-hsl);
|
|
2127
|
+
--dt-shell-base-color-surface-hsla: var(--dt-color-surface-secondary-hsla);
|
|
2128
|
+
--dt-shell-base-color-surface: var(--dt-color-surface-secondary);
|
|
2129
|
+
--dt-theme-mention-color-background-h: var(--dt-color-surface-brand-strong-h);
|
|
2130
|
+
--dt-theme-mention-color-background-s: var(--dt-color-surface-brand-strong-s);
|
|
2131
|
+
--dt-theme-mention-color-background-l: var(--dt-color-surface-brand-strong-l);
|
|
2132
|
+
--dt-theme-mention-color-background-a: var(--dt-color-surface-brand-strong-a);
|
|
2133
|
+
--dt-theme-mention-color-background-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
2134
|
+
--dt-theme-mention-color-background-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
2135
|
+
--dt-theme-mention-color-background: var(--dt-color-surface-brand-strong);
|
|
1701
2136
|
--dt-theme-mention-color-foreground-strong-h: var(--dt-color-foreground-primary-inverted-h);
|
|
1702
2137
|
--dt-theme-mention-color-foreground-strong-s: var(--dt-color-foreground-primary-inverted-s);
|
|
1703
2138
|
--dt-theme-mention-color-foreground-strong-l: var(--dt-color-foreground-primary-inverted-l);
|
|
@@ -1712,13 +2147,6 @@
|
|
|
1712
2147
|
--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);
|
|
1713
2148
|
--dt-theme-sidebar-section-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);
|
|
1714
2149
|
--dt-theme-sidebar-section-color-foreground: var(--dt-color-foreground-tertiary);
|
|
1715
|
-
--dt-theme-sidebar-selected-row-color-background-h: 0;
|
|
1716
|
-
--dt-theme-sidebar-selected-row-color-background-s: 0%;
|
|
1717
|
-
--dt-theme-sidebar-selected-row-color-background-l: 90.2%;
|
|
1718
|
-
--dt-theme-sidebar-selected-row-color-background-a: 12%;
|
|
1719
|
-
--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);
|
|
1720
|
-
--dt-theme-sidebar-selected-row-color-background-hsla: hsl(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 12%));
|
|
1721
|
-
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
1722
2150
|
--dt-theme-sidebar-selected-row-color-foreground-h: var(--dt-color-foreground-primary-h);
|
|
1723
2151
|
--dt-theme-sidebar-selected-row-color-foreground-s: var(--dt-color-foreground-primary-s);
|
|
1724
2152
|
--dt-theme-sidebar-selected-row-color-foreground-l: var(--dt-color-foreground-primary-l);
|
|
@@ -1726,27 +2154,6 @@
|
|
|
1726
2154
|
--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-color-foreground-primary-hsl);
|
|
1727
2155
|
--dt-theme-sidebar-selected-row-color-foreground-hsla: var(--dt-color-foreground-primary-hsla);
|
|
1728
2156
|
--dt-theme-sidebar-selected-row-color-foreground: var(--dt-color-foreground-primary);
|
|
1729
|
-
--dt-theme-sidebar-row-color-background-active-h: 0;
|
|
1730
|
-
--dt-theme-sidebar-row-color-background-active-s: 0%;
|
|
1731
|
-
--dt-theme-sidebar-row-color-background-active-l: 90.2%;
|
|
1732
|
-
--dt-theme-sidebar-row-color-background-active-a: 15%;
|
|
1733
|
-
--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);
|
|
1734
|
-
--dt-theme-sidebar-row-color-background-active-hsla: hsl(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 15%));
|
|
1735
|
-
--dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
1736
|
-
--dt-theme-sidebar-row-color-background-hover-h: 0;
|
|
1737
|
-
--dt-theme-sidebar-row-color-background-hover-s: 0%;
|
|
1738
|
-
--dt-theme-sidebar-row-color-background-hover-l: 90.2%;
|
|
1739
|
-
--dt-theme-sidebar-row-color-background-hover-a: 10%;
|
|
1740
|
-
--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);
|
|
1741
|
-
--dt-theme-sidebar-row-color-background-hover-hsla: hsl(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 10%));
|
|
1742
|
-
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
1743
|
-
--dt-theme-sidebar-row-color-background-h: 0;
|
|
1744
|
-
--dt-theme-sidebar-row-color-background-s: 0%;
|
|
1745
|
-
--dt-theme-sidebar-row-color-background-l: 90.2%;
|
|
1746
|
-
--dt-theme-sidebar-row-color-background-a: 0%;
|
|
1747
|
-
--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);
|
|
1748
|
-
--dt-theme-sidebar-row-color-background-hsla: hsl(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 0%));
|
|
1749
|
-
--dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
|
|
1750
2157
|
--dt-theme-sidebar-status-color-foreground-h: var(--dt-color-foreground-tertiary-h);
|
|
1751
2158
|
--dt-theme-sidebar-status-color-foreground-s: var(--dt-color-foreground-tertiary-s);
|
|
1752
2159
|
--dt-theme-sidebar-status-color-foreground-l: var(--dt-color-foreground-tertiary-l);
|
|
@@ -1768,34 +2175,6 @@
|
|
|
1768
2175
|
--dt-theme-sidebar-color-foreground-hsl: var(--dt-color-foreground-secondary-hsl);
|
|
1769
2176
|
--dt-theme-sidebar-color-foreground-hsla: var(--dt-color-foreground-secondary-hsla);
|
|
1770
2177
|
--dt-theme-sidebar-color-foreground: var(--dt-color-foreground-secondary);
|
|
1771
|
-
--dt-theme-topbar-profile-color-background-active-h: 0;
|
|
1772
|
-
--dt-theme-topbar-profile-color-background-active-s: 0%;
|
|
1773
|
-
--dt-theme-topbar-profile-color-background-active-l: 90.2%;
|
|
1774
|
-
--dt-theme-topbar-profile-color-background-active-a: 14%;
|
|
1775
|
-
--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);
|
|
1776
|
-
--dt-theme-topbar-profile-color-background-active-hsla: hsl(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 14%));
|
|
1777
|
-
--dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
|
|
1778
|
-
--dt-theme-topbar-profile-color-background-hover-h: 0;
|
|
1779
|
-
--dt-theme-topbar-profile-color-background-hover-s: 0%;
|
|
1780
|
-
--dt-theme-topbar-profile-color-background-hover-l: 90.2%;
|
|
1781
|
-
--dt-theme-topbar-profile-color-background-hover-a: 10%;
|
|
1782
|
-
--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);
|
|
1783
|
-
--dt-theme-topbar-profile-color-background-hover-hsla: hsl(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 10%));
|
|
1784
|
-
--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
1785
|
-
--dt-theme-topbar-profile-color-background-inverted-h: 0;
|
|
1786
|
-
--dt-theme-topbar-profile-color-background-inverted-s: 0%;
|
|
1787
|
-
--dt-theme-topbar-profile-color-background-inverted-l: 90.2%;
|
|
1788
|
-
--dt-theme-topbar-profile-color-background-inverted-a: 75%;
|
|
1789
|
-
--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);
|
|
1790
|
-
--dt-theme-topbar-profile-color-background-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 75%));
|
|
1791
|
-
--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
|
|
1792
|
-
--dt-theme-topbar-profile-color-background-h: 0;
|
|
1793
|
-
--dt-theme-topbar-profile-color-background-s: 0%;
|
|
1794
|
-
--dt-theme-topbar-profile-color-background-l: 90.2%;
|
|
1795
|
-
--dt-theme-topbar-profile-color-background-a: 5%;
|
|
1796
|
-
--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);
|
|
1797
|
-
--dt-theme-topbar-profile-color-background-hsla: hsl(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 5%));
|
|
1798
|
-
--dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / 0.05);
|
|
1799
2178
|
--dt-theme-topbar-profile-color-foreground-inverted-h: 0;
|
|
1800
2179
|
--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;
|
|
1801
2180
|
--dt-theme-topbar-profile-color-foreground-inverted-l: 0%;
|
|
@@ -1803,83 +2182,13 @@
|
|
|
1803
2182
|
--dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);
|
|
1804
2183
|
--dt-theme-topbar-profile-color-foreground-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 75%));
|
|
1805
2184
|
--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
|
|
1806
|
-
--dt-theme-topbar-
|
|
1807
|
-
--dt-theme-topbar-
|
|
1808
|
-
--dt-theme-topbar-
|
|
1809
|
-
--dt-theme-topbar-
|
|
1810
|
-
--dt-theme-topbar-
|
|
1811
|
-
--dt-theme-topbar-
|
|
1812
|
-
--dt-theme-topbar-
|
|
1813
|
-
--dt-theme-topbar-button-color-background-hover-h: 0;
|
|
1814
|
-
--dt-theme-topbar-button-color-background-hover-s: 0%;
|
|
1815
|
-
--dt-theme-topbar-button-color-background-hover-l: 90.2%;
|
|
1816
|
-
--dt-theme-topbar-button-color-background-hover-a: 15%;
|
|
1817
|
-
--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);
|
|
1818
|
-
--dt-theme-topbar-button-color-background-hover-hsla: hsl(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 15%));
|
|
1819
|
-
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
1820
|
-
--dt-theme-topbar-button-color-background-h: 0;
|
|
1821
|
-
--dt-theme-topbar-button-color-background-s: 0%;
|
|
1822
|
-
--dt-theme-topbar-button-color-background-l: 90.2%;
|
|
1823
|
-
--dt-theme-topbar-button-color-background-a: 0%;
|
|
1824
|
-
--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);
|
|
1825
|
-
--dt-theme-topbar-button-color-background-hsla: hsl(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 0%));
|
|
1826
|
-
--dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
|
|
1827
|
-
--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-theme-color-base-h);
|
|
1828
|
-
--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-theme-color-base-s);
|
|
1829
|
-
--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-theme-color-base-l);
|
|
1830
|
-
--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-theme-color-base-a);
|
|
1831
|
-
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-color-base-hsl);
|
|
1832
|
-
--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-theme-color-base-hsla);
|
|
1833
|
-
--dt-theme-topbar-button-color-foreground-hover: var(--dt-theme-color-base);
|
|
1834
|
-
--dt-theme-topbar-button-color-foreground-h: 0;
|
|
1835
|
-
--dt-theme-topbar-button-color-foreground-s: 0%;
|
|
1836
|
-
--dt-theme-topbar-button-color-foreground-l: 90.2%;
|
|
1837
|
-
--dt-theme-topbar-button-color-foreground-a: 65%;
|
|
1838
|
-
--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);
|
|
1839
|
-
--dt-theme-topbar-button-color-foreground-hsla: hsl(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 65%));
|
|
1840
|
-
--dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
|
|
1841
|
-
--dt-theme-topbar-field-color-border-active-h: 0;
|
|
1842
|
-
--dt-theme-topbar-field-color-border-active-s: 0%;
|
|
1843
|
-
--dt-theme-topbar-field-color-border-active-l: 90.2%;
|
|
1844
|
-
--dt-theme-topbar-field-color-border-active-a: 20%;
|
|
1845
|
-
--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);
|
|
1846
|
-
--dt-theme-topbar-field-color-border-active-hsla: hsl(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 20%));
|
|
1847
|
-
--dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
|
|
1848
|
-
--dt-theme-topbar-field-color-border-hover-h: 0;
|
|
1849
|
-
--dt-theme-topbar-field-color-border-hover-s: 0%;
|
|
1850
|
-
--dt-theme-topbar-field-color-border-hover-l: 90.2%;
|
|
1851
|
-
--dt-theme-topbar-field-color-border-hover-a: 10%;
|
|
1852
|
-
--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);
|
|
1853
|
-
--dt-theme-topbar-field-color-border-hover-hsla: hsl(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 10%));
|
|
1854
|
-
--dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
|
|
1855
|
-
--dt-theme-topbar-field-color-border-h: 0;
|
|
1856
|
-
--dt-theme-topbar-field-color-border-s: 0%;
|
|
1857
|
-
--dt-theme-topbar-field-color-border-l: 90.2%;
|
|
1858
|
-
--dt-theme-topbar-field-color-border-a: 0%;
|
|
1859
|
-
--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);
|
|
1860
|
-
--dt-theme-topbar-field-color-border-hsla: hsl(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 0%));
|
|
1861
|
-
--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
1862
|
-
--dt-theme-topbar-field-color-background-h: 0;
|
|
1863
|
-
--dt-theme-topbar-field-color-background-s: 0%;
|
|
1864
|
-
--dt-theme-topbar-field-color-background-l: 90.2%;
|
|
1865
|
-
--dt-theme-topbar-field-color-background-a: 5%;
|
|
1866
|
-
--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);
|
|
1867
|
-
--dt-theme-topbar-field-color-background-hsla: hsl(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 5%));
|
|
1868
|
-
--dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
|
|
1869
|
-
--dt-theme-topbar-field-color-foreground-hover-h: 0;
|
|
1870
|
-
--dt-theme-topbar-field-color-foreground-hover-s: 0%;
|
|
1871
|
-
--dt-theme-topbar-field-color-foreground-hover-l: 90.2%;
|
|
1872
|
-
--dt-theme-topbar-field-color-foreground-hover-a: 75%;
|
|
1873
|
-
--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);
|
|
1874
|
-
--dt-theme-topbar-field-color-foreground-hover-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 75%));
|
|
1875
|
-
--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
|
|
1876
|
-
--dt-theme-topbar-field-color-foreground-h: 0;
|
|
1877
|
-
--dt-theme-topbar-field-color-foreground-s: 0%;
|
|
1878
|
-
--dt-theme-topbar-field-color-foreground-l: 90.2%;
|
|
1879
|
-
--dt-theme-topbar-field-color-foreground-a: 50%;
|
|
1880
|
-
--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);
|
|
1881
|
-
--dt-theme-topbar-field-color-foreground-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 50%));
|
|
1882
|
-
--dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
|
|
2185
|
+
--dt-theme-topbar-profile-color-foreground-h: var(--dt-theme-topbar-color-foreground-h);
|
|
2186
|
+
--dt-theme-topbar-profile-color-foreground-s: var(--dt-theme-topbar-color-foreground-s);
|
|
2187
|
+
--dt-theme-topbar-profile-color-foreground-l: var(--dt-theme-topbar-color-foreground-l);
|
|
2188
|
+
--dt-theme-topbar-profile-color-foreground-a: var(--dt-theme-topbar-color-foreground-a);
|
|
2189
|
+
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
|
|
2190
|
+
--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
|
|
2191
|
+
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
1883
2192
|
--dt-theme-topbar-color-background-h: var(--dt-color-surface-secondary-h);
|
|
1884
2193
|
--dt-theme-topbar-color-background-s: var(--dt-color-surface-secondary-s);
|
|
1885
2194
|
--dt-theme-topbar-color-background-l: var(--dt-color-surface-secondary-l);
|
|
@@ -1887,13 +2196,6 @@
|
|
|
1887
2196
|
--dt-theme-topbar-color-background-hsl: var(--dt-color-surface-secondary-hsl);
|
|
1888
2197
|
--dt-theme-topbar-color-background-hsla: var(--dt-color-surface-secondary-hsla);
|
|
1889
2198
|
--dt-theme-topbar-color-background: var(--dt-color-surface-secondary);
|
|
1890
|
-
--dt-theme-topbar-color-foreground-h: 0;
|
|
1891
|
-
--dt-theme-topbar-color-foreground-s: 0%;
|
|
1892
|
-
--dt-theme-topbar-color-foreground-l: 90.2%;
|
|
1893
|
-
--dt-theme-topbar-color-foreground-a: 80%;
|
|
1894
|
-
--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);
|
|
1895
|
-
--dt-theme-topbar-color-foreground-hsla: hsl(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 80%));
|
|
1896
|
-
--dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.8);
|
|
1897
2199
|
--dt-action-color-border-positive-outlined-default-h: var(--dt-color-border-success-h);
|
|
1898
2200
|
--dt-action-color-border-positive-outlined-default-s: var(--dt-color-border-success-s);
|
|
1899
2201
|
--dt-action-color-border-positive-outlined-default-l: var(--dt-color-border-success-l);
|
|
@@ -1922,6 +2224,13 @@
|
|
|
1922
2224
|
--dt-action-color-border-critical-outlined-default-hsl: var(--dt-color-border-critical-hsl);
|
|
1923
2225
|
--dt-action-color-border-critical-outlined-default-hsla: var(--dt-color-border-critical-hsla);
|
|
1924
2226
|
--dt-action-color-border-critical-outlined-default: var(--dt-color-border-critical);
|
|
2227
|
+
--dt-action-color-border-base-outlined-default-h: var(--dt-color-border-brand-h);
|
|
2228
|
+
--dt-action-color-border-base-outlined-default-s: var(--dt-color-border-brand-s);
|
|
2229
|
+
--dt-action-color-border-base-outlined-default-l: var(--dt-color-border-brand-l);
|
|
2230
|
+
--dt-action-color-border-base-outlined-default-a: var(--dt-color-border-brand-a);
|
|
2231
|
+
--dt-action-color-border-base-outlined-default-hsl: var(--dt-color-border-brand-hsl);
|
|
2232
|
+
--dt-action-color-border-base-outlined-default-hsla: var(--dt-color-border-brand-hsla);
|
|
2233
|
+
--dt-action-color-border-base-outlined-default: var(--dt-color-border-brand);
|
|
1925
2234
|
--dt-action-color-background-positive-primary-active-h: var(--dt-action-color-background-positive-primary-default-h);
|
|
1926
2235
|
--dt-action-color-background-positive-primary-active-s: var(--dt-action-color-background-positive-primary-default-s);
|
|
1927
2236
|
--dt-action-color-background-positive-primary-active-l: var(--dt-action-color-background-positive-primary-default-l);
|
|
@@ -1957,13 +2266,13 @@
|
|
|
1957
2266
|
--dt-action-color-background-muted-hover-hsl: var(--dt-color-surface-moderate-opaque-hsl);
|
|
1958
2267
|
--dt-action-color-background-muted-hover-hsla: var(--dt-color-surface-moderate-opaque-hsla);
|
|
1959
2268
|
--dt-action-color-background-muted-hover: var(--dt-color-surface-moderate-opaque);
|
|
1960
|
-
--dt-action-color-background-inverted-primary-
|
|
1961
|
-
--dt-action-color-background-inverted-primary-
|
|
1962
|
-
--dt-action-color-background-inverted-primary-
|
|
1963
|
-
--dt-action-color-background-inverted-primary-
|
|
1964
|
-
--dt-action-color-background-inverted-primary-
|
|
1965
|
-
--dt-action-color-background-inverted-primary-
|
|
1966
|
-
--dt-action-color-background-inverted-primary-
|
|
2269
|
+
--dt-action-color-background-inverted-primary-hover-h: var(--dt-color-surface-brand-h);
|
|
2270
|
+
--dt-action-color-background-inverted-primary-hover-s: var(--dt-color-surface-brand-s);
|
|
2271
|
+
--dt-action-color-background-inverted-primary-hover-l: var(--dt-color-surface-brand-l);
|
|
2272
|
+
--dt-action-color-background-inverted-primary-hover-a: var(--dt-color-surface-brand-a);
|
|
2273
|
+
--dt-action-color-background-inverted-primary-hover-hsl: var(--dt-color-surface-brand-hsl);
|
|
2274
|
+
--dt-action-color-background-inverted-primary-hover-hsla: var(--dt-color-surface-brand-hsla);
|
|
2275
|
+
--dt-action-color-background-inverted-primary-hover: var(--dt-color-surface-brand);
|
|
1967
2276
|
--dt-action-color-background-inverted-active-h: var(--dt-color-surface-bold-opaque-inverted-h);
|
|
1968
2277
|
--dt-action-color-background-inverted-active-s: var(--dt-color-surface-bold-opaque-inverted-s);
|
|
1969
2278
|
--dt-action-color-background-inverted-active-l: var(--dt-color-surface-bold-opaque-inverted-l);
|
|
@@ -1992,13 +2301,20 @@
|
|
|
1992
2301
|
--dt-action-color-background-critical-hover-hsl: var(--dt-color-surface-critical-opaque-hsl);
|
|
1993
2302
|
--dt-action-color-background-critical-hover-hsla: var(--dt-color-surface-critical-opaque-hsla);
|
|
1994
2303
|
--dt-action-color-background-critical-hover: var(--dt-color-surface-critical-opaque);
|
|
1995
|
-
--dt-action-color-background-base-active-h:
|
|
1996
|
-
--dt-action-color-background-base-active-s:
|
|
1997
|
-
--dt-action-color-background-base-active-l:
|
|
2304
|
+
--dt-action-color-background-base-primary-active-h: var(--dt-action-color-background-base-primary-default-h);
|
|
2305
|
+
--dt-action-color-background-base-primary-active-s: var(--dt-action-color-background-base-primary-default-s);
|
|
2306
|
+
--dt-action-color-background-base-primary-active-l: var(--dt-action-color-background-base-primary-default-l);
|
|
2307
|
+
--dt-action-color-background-base-primary-active-a: var(--dt-action-color-background-base-primary-default-a);
|
|
2308
|
+
--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-default-hsl);
|
|
2309
|
+
--dt-action-color-background-base-primary-active-hsla: var(--dt-action-color-background-base-primary-default-hsla);
|
|
2310
|
+
--dt-action-color-background-base-primary-active: var(--dt-action-color-background-base-primary-default);
|
|
2311
|
+
--dt-action-color-background-base-active-h: 253;
|
|
2312
|
+
--dt-action-color-background-base-active-s: 95.9%;
|
|
2313
|
+
--dt-action-color-background-base-active-l: 71.6%;
|
|
1998
2314
|
--dt-action-color-background-base-active-a: 30%;
|
|
1999
2315
|
--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);
|
|
2000
2316
|
--dt-action-color-background-base-active-hsla: hsl(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 30%));
|
|
2001
|
-
--dt-action-color-background-base-active: hsl(
|
|
2317
|
+
--dt-action-color-background-base-active: hsl(253 95.9% 71.6% / 0.3);
|
|
2002
2318
|
--dt-action-color-foreground-disabled-default-h: var(--dt-color-foreground-disabled-h);
|
|
2003
2319
|
--dt-action-color-foreground-disabled-default-s: var(--dt-color-foreground-disabled-s);
|
|
2004
2320
|
--dt-action-color-foreground-disabled-default-l: var(--dt-color-foreground-disabled-l);
|
|
@@ -2006,13 +2322,20 @@
|
|
|
2006
2322
|
--dt-action-color-foreground-disabled-default-hsl: var(--dt-color-foreground-disabled-hsl);
|
|
2007
2323
|
--dt-action-color-foreground-disabled-default-hsla: var(--dt-color-foreground-disabled-hsla);
|
|
2008
2324
|
--dt-action-color-foreground-disabled-default: var(--dt-color-foreground-disabled);
|
|
2009
|
-
--dt-action-color-foreground-inverted-primary-
|
|
2010
|
-
--dt-action-color-foreground-inverted-primary-
|
|
2011
|
-
--dt-action-color-foreground-inverted-primary-
|
|
2012
|
-
--dt-action-color-foreground-inverted-primary-
|
|
2013
|
-
--dt-action-color-foreground-inverted-primary-
|
|
2014
|
-
--dt-action-color-foreground-inverted-primary-
|
|
2015
|
-
--dt-action-color-foreground-inverted-primary-
|
|
2325
|
+
--dt-action-color-foreground-inverted-primary-hover-h: var(--dt-color-link-primary-hover-h);
|
|
2326
|
+
--dt-action-color-foreground-inverted-primary-hover-s: var(--dt-color-link-primary-hover-s);
|
|
2327
|
+
--dt-action-color-foreground-inverted-primary-hover-l: var(--dt-color-link-primary-hover-l);
|
|
2328
|
+
--dt-action-color-foreground-inverted-primary-hover-a: var(--dt-color-link-primary-hover-a);
|
|
2329
|
+
--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-color-link-primary-hover-hsl);
|
|
2330
|
+
--dt-action-color-foreground-inverted-primary-hover-hsla: var(--dt-color-link-primary-hover-hsla);
|
|
2331
|
+
--dt-action-color-foreground-inverted-primary-hover: var(--dt-color-link-primary-hover);
|
|
2332
|
+
--dt-action-color-foreground-inverted-primary-default-h: var(--dt-color-link-primary-h);
|
|
2333
|
+
--dt-action-color-foreground-inverted-primary-default-s: var(--dt-color-link-primary-s);
|
|
2334
|
+
--dt-action-color-foreground-inverted-primary-default-l: var(--dt-color-link-primary-l);
|
|
2335
|
+
--dt-action-color-foreground-inverted-primary-default-a: var(--dt-color-link-primary-a);
|
|
2336
|
+
--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-color-link-primary-hsl);
|
|
2337
|
+
--dt-action-color-foreground-inverted-primary-default-hsla: var(--dt-color-link-primary-hsla);
|
|
2338
|
+
--dt-action-color-foreground-inverted-primary-default: var(--dt-color-link-primary);
|
|
2016
2339
|
--dt-action-color-foreground-inverted-default-h: var(--dt-color-foreground-primary-inverted-h);
|
|
2017
2340
|
--dt-action-color-foreground-inverted-default-s: var(--dt-color-foreground-primary-inverted-s);
|
|
2018
2341
|
--dt-action-color-foreground-inverted-default-l: var(--dt-color-foreground-primary-inverted-l);
|
|
@@ -2020,13 +2343,20 @@
|
|
|
2020
2343
|
--dt-action-color-foreground-inverted-default-hsl: var(--dt-color-foreground-primary-inverted-hsl);
|
|
2021
2344
|
--dt-action-color-foreground-inverted-default-hsla: var(--dt-color-foreground-primary-inverted-hsla);
|
|
2022
2345
|
--dt-action-color-foreground-inverted-default: var(--dt-color-foreground-primary-inverted);
|
|
2023
|
-
--dt-action-color-foreground-base-
|
|
2024
|
-
--dt-action-color-foreground-base-
|
|
2025
|
-
--dt-action-color-foreground-base-
|
|
2026
|
-
--dt-action-color-foreground-base-
|
|
2027
|
-
--dt-action-color-foreground-base-
|
|
2028
|
-
--dt-action-color-foreground-base-
|
|
2029
|
-
--dt-action-color-foreground-base-
|
|
2346
|
+
--dt-action-color-foreground-base-hover-h: var(--dt-color-link-primary-hover-h);
|
|
2347
|
+
--dt-action-color-foreground-base-hover-s: var(--dt-color-link-primary-hover-s);
|
|
2348
|
+
--dt-action-color-foreground-base-hover-l: var(--dt-color-link-primary-hover-l);
|
|
2349
|
+
--dt-action-color-foreground-base-hover-a: var(--dt-color-link-primary-hover-a);
|
|
2350
|
+
--dt-action-color-foreground-base-hover-hsl: var(--dt-color-link-primary-hover-hsl);
|
|
2351
|
+
--dt-action-color-foreground-base-hover-hsla: var(--dt-color-link-primary-hover-hsla);
|
|
2352
|
+
--dt-action-color-foreground-base-hover: var(--dt-color-link-primary-hover);
|
|
2353
|
+
--dt-action-color-foreground-base-default-h: var(--dt-color-link-primary-h);
|
|
2354
|
+
--dt-action-color-foreground-base-default-s: var(--dt-color-link-primary-s);
|
|
2355
|
+
--dt-action-color-foreground-base-default-l: var(--dt-color-link-primary-l);
|
|
2356
|
+
--dt-action-color-foreground-base-default-a: var(--dt-color-link-primary-a);
|
|
2357
|
+
--dt-action-color-foreground-base-default-hsl: var(--dt-color-link-primary-hsl);
|
|
2358
|
+
--dt-action-color-foreground-base-default-hsla: var(--dt-color-link-primary-hsla);
|
|
2359
|
+
--dt-action-color-foreground-base-default: var(--dt-color-link-primary);
|
|
2030
2360
|
--dt-inputs-color-background-disabled-h: var(--dt-color-surface-moderate-opaque-h);
|
|
2031
2361
|
--dt-inputs-color-background-disabled-s: var(--dt-color-surface-moderate-opaque-s);
|
|
2032
2362
|
--dt-inputs-color-background-disabled-l: var(--dt-color-surface-moderate-opaque-l);
|
|
@@ -2280,6 +2610,62 @@
|
|
|
2280
2610
|
--dt-color-link-critical-hsla: var(--dt-color-foreground-critical-hsla);
|
|
2281
2611
|
--dt-color-link-critical: var(--dt-color-foreground-critical);
|
|
2282
2612
|
--dt-icon-size-border-500: var(--dt-icon-size-border-400);
|
|
2613
|
+
--dt-shell-action-color-foreground-muted-default-h: var(--dt-shell-color-foreground-muted-h);
|
|
2614
|
+
--dt-shell-action-color-foreground-muted-default-s: var(--dt-shell-color-foreground-muted-s);
|
|
2615
|
+
--dt-shell-action-color-foreground-muted-default-l: var(--dt-shell-color-foreground-muted-l);
|
|
2616
|
+
--dt-shell-action-color-foreground-muted-default-a: var(--dt-shell-color-foreground-muted-a);
|
|
2617
|
+
--dt-shell-action-color-foreground-muted-default-hsl: var(--dt-shell-color-foreground-muted-hsl);
|
|
2618
|
+
--dt-shell-action-color-foreground-muted-default-hsla: var(--dt-shell-color-foreground-muted-hsla);
|
|
2619
|
+
--dt-shell-action-color-foreground-muted-default: var(--dt-shell-color-foreground-muted);
|
|
2620
|
+
--dt-shell-action-color-foreground-secondary-disabled-h: var(--dt-shell-color-foreground-disabled-h);
|
|
2621
|
+
--dt-shell-action-color-foreground-secondary-disabled-s: var(--dt-shell-color-foreground-disabled-s);
|
|
2622
|
+
--dt-shell-action-color-foreground-secondary-disabled-l: var(--dt-shell-color-foreground-disabled-l);
|
|
2623
|
+
--dt-shell-action-color-foreground-secondary-disabled-a: var(--dt-shell-color-foreground-disabled-a);
|
|
2624
|
+
--dt-shell-action-color-foreground-secondary-disabled-hsl: var(--dt-shell-color-foreground-disabled-hsl);
|
|
2625
|
+
--dt-shell-action-color-foreground-secondary-disabled-hsla: var(--dt-shell-color-foreground-disabled-hsla);
|
|
2626
|
+
--dt-shell-action-color-foreground-secondary-disabled: var(--dt-shell-color-foreground-disabled);
|
|
2627
|
+
--dt-shell-action-color-foreground-primary-disabled-h: var(--dt-shell-color-foreground-disabled-h);
|
|
2628
|
+
--dt-shell-action-color-foreground-primary-disabled-s: var(--dt-shell-color-foreground-disabled-s);
|
|
2629
|
+
--dt-shell-action-color-foreground-primary-disabled-l: var(--dt-shell-color-foreground-disabled-l);
|
|
2630
|
+
--dt-shell-action-color-foreground-primary-disabled-a: var(--dt-shell-color-foreground-disabled-a);
|
|
2631
|
+
--dt-shell-action-color-foreground-primary-disabled-hsl: var(--dt-shell-color-foreground-disabled-hsl);
|
|
2632
|
+
--dt-shell-action-color-foreground-primary-disabled-hsla: var(--dt-shell-color-foreground-disabled-hsla);
|
|
2633
|
+
--dt-shell-action-color-foreground-primary-disabled: var(--dt-shell-color-foreground-disabled);
|
|
2634
|
+
--dt-shell-action-color-foreground-tertiary-default-h: var(--dt-shell-color-foreground-tertiary-h);
|
|
2635
|
+
--dt-shell-action-color-foreground-tertiary-default-s: var(--dt-shell-color-foreground-tertiary-s);
|
|
2636
|
+
--dt-shell-action-color-foreground-tertiary-default-l: var(--dt-shell-color-foreground-tertiary-l);
|
|
2637
|
+
--dt-shell-action-color-foreground-tertiary-default-a: var(--dt-shell-color-foreground-tertiary-a);
|
|
2638
|
+
--dt-shell-action-color-foreground-tertiary-default-hsl: var(--dt-shell-color-foreground-tertiary-hsl);
|
|
2639
|
+
--dt-shell-action-color-foreground-tertiary-default-hsla: var(--dt-shell-color-foreground-tertiary-hsla);
|
|
2640
|
+
--dt-shell-action-color-foreground-tertiary-default: var(--dt-shell-color-foreground-tertiary);
|
|
2641
|
+
--dt-shell-action-color-foreground-secondary-default-h: var(--dt-shell-color-foreground-secondary-h);
|
|
2642
|
+
--dt-shell-action-color-foreground-secondary-default-s: var(--dt-shell-color-foreground-secondary-s);
|
|
2643
|
+
--dt-shell-action-color-foreground-secondary-default-l: var(--dt-shell-color-foreground-secondary-l);
|
|
2644
|
+
--dt-shell-action-color-foreground-secondary-default-a: var(--dt-shell-color-foreground-secondary-a);
|
|
2645
|
+
--dt-shell-action-color-foreground-secondary-default-hsl: var(--dt-shell-color-foreground-secondary-hsl);
|
|
2646
|
+
--dt-shell-action-color-foreground-secondary-default-hsla: var(--dt-shell-color-foreground-secondary-hsla);
|
|
2647
|
+
--dt-shell-action-color-foreground-secondary-default: var(--dt-shell-color-foreground-secondary);
|
|
2648
|
+
--dt-shell-action-color-foreground-primary-default-h: var(--dt-shell-color-foreground-secondary-h);
|
|
2649
|
+
--dt-shell-action-color-foreground-primary-default-s: var(--dt-shell-color-foreground-secondary-s);
|
|
2650
|
+
--dt-shell-action-color-foreground-primary-default-l: var(--dt-shell-color-foreground-secondary-l);
|
|
2651
|
+
--dt-shell-action-color-foreground-primary-default-a: var(--dt-shell-color-foreground-secondary-a);
|
|
2652
|
+
--dt-shell-action-color-foreground-primary-default-hsl: var(--dt-shell-color-foreground-secondary-hsl);
|
|
2653
|
+
--dt-shell-action-color-foreground-primary-default-hsla: var(--dt-shell-color-foreground-secondary-hsla);
|
|
2654
|
+
--dt-shell-action-color-foreground-primary-default: var(--dt-shell-color-foreground-secondary);
|
|
2655
|
+
--dt-shell-color-surface-default-h: var(--dt-shell-base-color-surface-h);
|
|
2656
|
+
--dt-shell-color-surface-default-s: var(--dt-shell-base-color-surface-s);
|
|
2657
|
+
--dt-shell-color-surface-default-l: var(--dt-shell-base-color-surface-l);
|
|
2658
|
+
--dt-shell-color-surface-default-a: var(--dt-shell-base-color-surface-a);
|
|
2659
|
+
--dt-shell-color-surface-default-hsl: var(--dt-shell-base-color-surface-hsl);
|
|
2660
|
+
--dt-shell-color-surface-default-hsla: var(--dt-shell-base-color-surface-hsla);
|
|
2661
|
+
--dt-shell-color-surface-default: var(--dt-shell-base-color-surface);
|
|
2662
|
+
--dt-shell-color-foreground-strong-h: 0;
|
|
2663
|
+
--dt-shell-color-foreground-strong-s: 0%;
|
|
2664
|
+
--dt-shell-color-foreground-strong-l: 98%;
|
|
2665
|
+
--dt-shell-color-foreground-strong-a: 100%;
|
|
2666
|
+
--dt-shell-color-foreground-strong-hsl: var(--dt-shell-color-foreground-strong-h) var(--dt-shell-color-foreground-strong-s) var(--dt-shell-color-foreground-strong-l);
|
|
2667
|
+
--dt-shell-color-foreground-strong-hsla: hsl(var(--dt-shell-color-foreground-strong-h) var(--dt-shell-color-foreground-strong-s) var(--dt-shell-color-foreground-strong-l) / var(--alpha, 100%));
|
|
2668
|
+
--dt-shell-color-foreground-strong: hsl(0 0% 98%);
|
|
2283
2669
|
--dt-theme-sidebar-icon-color-foreground-h: var(--dt-theme-sidebar-color-foreground-h);
|
|
2284
2670
|
--dt-theme-sidebar-icon-color-foreground-s: var(--dt-theme-sidebar-color-foreground-s);
|
|
2285
2671
|
--dt-theme-sidebar-icon-color-foreground-l: var(--dt-theme-sidebar-color-foreground-l);
|
|
@@ -2294,13 +2680,6 @@
|
|
|
2294
2680
|
--dt-theme-sidebar-color-background-hsl: var(--dt-theme-topbar-color-background-hsl);
|
|
2295
2681
|
--dt-theme-sidebar-color-background-hsla: var(--dt-theme-topbar-color-background-hsla);
|
|
2296
2682
|
--dt-theme-sidebar-color-background: var(--dt-theme-topbar-color-background);
|
|
2297
|
-
--dt-theme-topbar-profile-color-foreground-h: var(--dt-theme-topbar-color-foreground-h);
|
|
2298
|
-
--dt-theme-topbar-profile-color-foreground-s: var(--dt-theme-topbar-color-foreground-s);
|
|
2299
|
-
--dt-theme-topbar-profile-color-foreground-l: var(--dt-theme-topbar-color-foreground-l);
|
|
2300
|
-
--dt-theme-topbar-profile-color-foreground-a: var(--dt-theme-topbar-color-foreground-a);
|
|
2301
|
-
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
|
|
2302
|
-
--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
|
|
2303
|
-
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
2304
2683
|
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
2305
2684
|
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
2306
2685
|
--dt-theme-topbar-field-color-background-hover-l: 8.27%;
|
|
@@ -2350,6 +2729,13 @@
|
|
|
2350
2729
|
--dt-action-color-foreground-muted-default-hsl: var(--dt-color-link-muted-hsl);
|
|
2351
2730
|
--dt-action-color-foreground-muted-default-hsla: var(--dt-color-link-muted-hsla);
|
|
2352
2731
|
--dt-action-color-foreground-muted-default: var(--dt-color-link-muted);
|
|
2732
|
+
--dt-action-color-foreground-inverted-primary-active-h: var(--dt-action-color-foreground-inverted-primary-hover-h);
|
|
2733
|
+
--dt-action-color-foreground-inverted-primary-active-s: var(--dt-action-color-foreground-inverted-primary-hover-s);
|
|
2734
|
+
--dt-action-color-foreground-inverted-primary-active-l: var(--dt-action-color-foreground-inverted-primary-hover-l);
|
|
2735
|
+
--dt-action-color-foreground-inverted-primary-active-a: var(--dt-action-color-foreground-inverted-primary-hover-a);
|
|
2736
|
+
--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-hover-hsl);
|
|
2737
|
+
--dt-action-color-foreground-inverted-primary-active-hsla: var(--dt-action-color-foreground-inverted-primary-hover-hsla);
|
|
2738
|
+
--dt-action-color-foreground-inverted-primary-active: var(--dt-action-color-foreground-inverted-primary-hover);
|
|
2353
2739
|
--dt-action-color-foreground-inverted-hover-h: var(--dt-action-color-foreground-inverted-default-h);
|
|
2354
2740
|
--dt-action-color-foreground-inverted-hover-s: var(--dt-action-color-foreground-inverted-default-s);
|
|
2355
2741
|
--dt-action-color-foreground-inverted-hover-l: var(--dt-action-color-foreground-inverted-default-l);
|
|
@@ -2371,6 +2757,13 @@
|
|
|
2371
2757
|
--dt-action-color-foreground-critical-default-hsl: var(--dt-color-link-critical-hsl);
|
|
2372
2758
|
--dt-action-color-foreground-critical-default-hsla: var(--dt-color-link-critical-hsla);
|
|
2373
2759
|
--dt-action-color-foreground-critical-default: var(--dt-color-link-critical);
|
|
2760
|
+
--dt-action-color-foreground-base-active-h: var(--dt-action-color-foreground-base-hover-h);
|
|
2761
|
+
--dt-action-color-foreground-base-active-s: var(--dt-action-color-foreground-base-hover-s);
|
|
2762
|
+
--dt-action-color-foreground-base-active-l: var(--dt-action-color-foreground-base-hover-l);
|
|
2763
|
+
--dt-action-color-foreground-base-active-a: var(--dt-action-color-foreground-base-hover-a);
|
|
2764
|
+
--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-hover-hsl);
|
|
2765
|
+
--dt-action-color-foreground-base-active-hsla: var(--dt-action-color-foreground-base-hover-hsla);
|
|
2766
|
+
--dt-action-color-foreground-base-active: var(--dt-action-color-foreground-base-hover);
|
|
2374
2767
|
--dt-typography-button-xl-font-size: var(--dt-button-font-size-xl); /* Text style for extra large button */
|
|
2375
2768
|
--dt-typography-button-lg-font-size: var(--dt-button-font-size-lg); /* Text style for large button */
|
|
2376
2769
|
--dt-typography-button-md-font-size: var(--dt-button-font-size-md); /* Text style for medium button */
|
|
@@ -2436,6 +2829,27 @@
|
|
|
2436
2829
|
--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);
|
|
2437
2830
|
--dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);
|
|
2438
2831
|
--dt-color-link-disabled-hover: var(--dt-color-link-disabled);
|
|
2832
|
+
--dt-shell-action-color-foreground-muted-selected-h: 0;
|
|
2833
|
+
--dt-shell-action-color-foreground-muted-selected-s: 0%;
|
|
2834
|
+
--dt-shell-action-color-foreground-muted-selected-l: 36.1%;
|
|
2835
|
+
--dt-shell-action-color-foreground-muted-selected-a: 60%;
|
|
2836
|
+
--dt-shell-action-color-foreground-muted-selected-hsl: var(--dt-shell-action-color-foreground-muted-selected-h) var(--dt-shell-action-color-foreground-muted-selected-s) var(--dt-shell-action-color-foreground-muted-selected-l);
|
|
2837
|
+
--dt-shell-action-color-foreground-muted-selected-hsla: hsl(var(--dt-shell-action-color-foreground-muted-selected-h) var(--dt-shell-action-color-foreground-muted-selected-s) var(--dt-shell-action-color-foreground-muted-selected-l) / var(--alpha, 60%));
|
|
2838
|
+
--dt-shell-action-color-foreground-muted-selected: hsl(0 0% 36.1% / 0.6);
|
|
2839
|
+
--dt-shell-action-color-foreground-muted-hover-h: 0;
|
|
2840
|
+
--dt-shell-action-color-foreground-muted-hover-s: 0%;
|
|
2841
|
+
--dt-shell-action-color-foreground-muted-hover-l: 54.1%;
|
|
2842
|
+
--dt-shell-action-color-foreground-muted-hover-a: 60%;
|
|
2843
|
+
--dt-shell-action-color-foreground-muted-hover-hsl: var(--dt-shell-action-color-foreground-muted-hover-h) var(--dt-shell-action-color-foreground-muted-hover-s) var(--dt-shell-action-color-foreground-muted-hover-l);
|
|
2844
|
+
--dt-shell-action-color-foreground-muted-hover-hsla: hsl(var(--dt-shell-action-color-foreground-muted-hover-h) var(--dt-shell-action-color-foreground-muted-hover-s) var(--dt-shell-action-color-foreground-muted-hover-l) / var(--alpha, 60%));
|
|
2845
|
+
--dt-shell-action-color-foreground-muted-hover: hsl(0 0% 54.1% / 0.6);
|
|
2846
|
+
--dt-shell-action-color-foreground-primary-strong-h: var(--dt-shell-color-foreground-strong-h);
|
|
2847
|
+
--dt-shell-action-color-foreground-primary-strong-s: var(--dt-shell-color-foreground-strong-s);
|
|
2848
|
+
--dt-shell-action-color-foreground-primary-strong-l: var(--dt-shell-color-foreground-strong-l);
|
|
2849
|
+
--dt-shell-action-color-foreground-primary-strong-a: var(--dt-shell-color-foreground-strong-a);
|
|
2850
|
+
--dt-shell-action-color-foreground-primary-strong-hsl: var(--dt-shell-color-foreground-strong-hsl);
|
|
2851
|
+
--dt-shell-action-color-foreground-primary-strong-hsla: var(--dt-shell-color-foreground-strong-hsla);
|
|
2852
|
+
--dt-shell-action-color-foreground-primary-strong: var(--dt-shell-color-foreground-strong);
|
|
2439
2853
|
--dt-action-color-foreground-positive-active-h: var(--dt-action-color-foreground-positive-hover-h);
|
|
2440
2854
|
--dt-action-color-foreground-positive-active-s: var(--dt-action-color-foreground-positive-hover-s);
|
|
2441
2855
|
--dt-action-color-foreground-positive-active-l: var(--dt-action-color-foreground-positive-hover-l);
|
|
@@ -2464,6 +2878,13 @@
|
|
|
2464
2878
|
--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-hover-hsl);
|
|
2465
2879
|
--dt-action-color-foreground-critical-active-hsla: var(--dt-action-color-foreground-critical-hover-hsla);
|
|
2466
2880
|
--dt-action-color-foreground-critical-active: var(--dt-action-color-foreground-critical-hover);
|
|
2881
|
+
--dt-shell-action-color-foreground-muted-active-h: var(--dt-shell-action-color-foreground-muted-hover-h);
|
|
2882
|
+
--dt-shell-action-color-foreground-muted-active-s: var(--dt-shell-action-color-foreground-muted-hover-s);
|
|
2883
|
+
--dt-shell-action-color-foreground-muted-active-l: var(--dt-shell-action-color-foreground-muted-hover-l);
|
|
2884
|
+
--dt-shell-action-color-foreground-muted-active-a: var(--dt-shell-action-color-foreground-muted-hover-a);
|
|
2885
|
+
--dt-shell-action-color-foreground-muted-active-hsl: var(--dt-shell-action-color-foreground-muted-hover-hsl);
|
|
2886
|
+
--dt-shell-action-color-foreground-muted-active-hsla: var(--dt-shell-action-color-foreground-muted-hover-hsla);
|
|
2887
|
+
--dt-shell-action-color-foreground-muted-active: var(--dt-shell-action-color-foreground-muted-hover);
|
|
2467
2888
|
--dt-font-size-100-mobile: 1.2rem;
|
|
2468
2889
|
--dt-font-size-200-mobile: 1.6rem;
|
|
2469
2890
|
--dt-font-size-300-mobile: 2rem;
|