@dialpad/dialtone 9.105.0-rebrand-2025-beta.2 → 9.106.0-rebrand-2025-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 +0 -3
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +0 -3
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-tmo-dark.css +402 -402
- package/dist/css/tokens/tokens-tmo-light.css +410 -410
- package/dist/tokens/css/tokens-tmo-dark.css +402 -402
- package/dist/tokens/css/tokens-tmo-light.css +410 -410
- package/dist/tokens/doc.json +15649 -15684
- package/dist/tokens/less/tokens-tmo-dark.less +59 -59
- package/dist/tokens/less/tokens-tmo-light.less +58 -58
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +1 -1
- package/dist/tokens/tokens-tmo-dark.json +59 -59
- package/dist/tokens/tokens-tmo-light.json +59 -59
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/popover/popover.vue.cjs +2 -2
- package/dist/vue2/components/popover/popover.vue.cjs.map +1 -1
- package/dist/vue2/components/popover/popover.vue.js +2 -2
- package/dist/vue2/components/popover/popover.vue.js.map +1 -1
- package/dist/vue2/components/tab/tab_panel.vue.cjs +1 -1
- package/dist/vue2/components/tab/tab_panel.vue.cjs.map +1 -1
- package/dist/vue2/components/tab/tab_panel.vue.js +1 -1
- package/dist/vue2/components/tab/tab_panel.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs +8 -1
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js +8 -1
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
- package/dist/vue2/types/components/tab/tab_panel.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +9 -0
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/popover/popover.vue.cjs +2 -2
- package/dist/vue3/components/popover/popover.vue.cjs.map +1 -1
- package/dist/vue3/components/popover/popover.vue.js +2 -2
- package/dist/vue3/components/popover/popover.vue.js.map +1 -1
- package/dist/vue3/components/tab/tab_panel.vue.cjs +1 -5
- package/dist/vue3/components/tab/tab_panel.vue.cjs.map +1 -1
- package/dist/vue3/components/tab/tab_panel.vue.js +2 -6
- package/dist/vue3/components/tab/tab_panel.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs +9 -1
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js +9 -1
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
- package/dist/vue3/types/components/tab/tab_panel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +9 -0
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -138,13 +138,13 @@
|
|
|
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-theme-mention-color-background-strong-h:
|
|
142
|
-
--dt-theme-mention-color-background-strong-s:
|
|
143
|
-
--dt-theme-mention-color-background-strong-l: 23.
|
|
141
|
+
--dt-theme-mention-color-background-strong-h: 329.016393442623;
|
|
142
|
+
--dt-theme-mention-color-background-strong-s: 100%;
|
|
143
|
+
--dt-theme-mention-color-background-strong-l: 23.92156862745098%;
|
|
144
144
|
--dt-theme-mention-color-background-strong-a: 100%;
|
|
145
145
|
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
146
146
|
--dt-theme-mention-color-background-strong-hsla: hsl(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
147
|
-
--dt-theme-mention-color-background-strong: #
|
|
147
|
+
--dt-theme-mention-color-background-strong: #7A003F;
|
|
148
148
|
--dt-theme-mention-color-background-h: 329.20353982300884;
|
|
149
149
|
--dt-theme-mention-color-background-s: 100%;
|
|
150
150
|
--dt-theme-mention-color-background-l: 44.31372549019608%;
|
|
@@ -152,13 +152,132 @@
|
|
|
152
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
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
154
|
--dt-theme-mention-color-background: #E20074;
|
|
155
|
-
--dt-
|
|
156
|
-
--dt-
|
|
157
|
-
--dt-
|
|
158
|
-
--dt-
|
|
159
|
-
--dt-
|
|
160
|
-
--dt-
|
|
161
|
-
--dt-
|
|
155
|
+
--dt-action-color-background-base-primary-active-h: 329.016393442623;
|
|
156
|
+
--dt-action-color-background-base-primary-active-s: 100%;
|
|
157
|
+
--dt-action-color-background-base-primary-active-l: 23.92156862745098%;
|
|
158
|
+
--dt-action-color-background-base-primary-active-a: 100%;
|
|
159
|
+
--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l);
|
|
160
|
+
--dt-action-color-background-base-primary-active-hsla: hsl(var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l) / var(--alpha, 100%));
|
|
161
|
+
--dt-action-color-background-base-primary-active: #7A003F;
|
|
162
|
+
--dt-action-color-background-base-primary-hover-h: 329.2857142857143;
|
|
163
|
+
--dt-action-color-background-base-primary-hover-s: 100%;
|
|
164
|
+
--dt-action-color-background-base-primary-hover-l: 32.94117647058823%;
|
|
165
|
+
--dt-action-color-background-base-primary-hover-a: 100%;
|
|
166
|
+
--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);
|
|
167
|
+
--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%));
|
|
168
|
+
--dt-action-color-background-base-primary-hover: #A80056;
|
|
169
|
+
--dt-action-color-background-base-primary-default-h: 329.20353982300884;
|
|
170
|
+
--dt-action-color-background-base-primary-default-s: 100%;
|
|
171
|
+
--dt-action-color-background-base-primary-default-l: 44.31372549019608%;
|
|
172
|
+
--dt-action-color-background-base-primary-default-a: 100%;
|
|
173
|
+
--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);
|
|
174
|
+
--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%));
|
|
175
|
+
--dt-action-color-background-base-primary-default: #E20074;
|
|
176
|
+
--dt-color-border-brand-strong-inverted-h: 328.83116883116884;
|
|
177
|
+
--dt-color-border-brand-strong-inverted-s: 100%;
|
|
178
|
+
--dt-color-border-brand-strong-inverted-l: 84.90196078431373%;
|
|
179
|
+
--dt-color-border-brand-strong-inverted-a: 100%;
|
|
180
|
+
--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);
|
|
181
|
+
--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%));
|
|
182
|
+
--dt-color-border-brand-strong-inverted: #FFB2DA;
|
|
183
|
+
--dt-color-border-brand-subtle-inverted-h: 329.2857142857143;
|
|
184
|
+
--dt-color-border-brand-subtle-inverted-s: 100%;
|
|
185
|
+
--dt-color-border-brand-subtle-inverted-l: 32.94117647058823%;
|
|
186
|
+
--dt-color-border-brand-subtle-inverted-a: 100%;
|
|
187
|
+
--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);
|
|
188
|
+
--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%));
|
|
189
|
+
--dt-color-border-brand-subtle-inverted: #A80056;
|
|
190
|
+
--dt-color-border-brand-inverted-h: 329.3258426966292;
|
|
191
|
+
--dt-color-border-brand-inverted-s: 100%;
|
|
192
|
+
--dt-color-border-brand-inverted-l: 65.09803921568627%;
|
|
193
|
+
--dt-color-border-brand-inverted-a: 100%;
|
|
194
|
+
--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);
|
|
195
|
+
--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%));
|
|
196
|
+
--dt-color-border-brand-inverted: #FF4DA8;
|
|
197
|
+
--dt-color-border-brand-strong-h: 329.2857142857143;
|
|
198
|
+
--dt-color-border-brand-strong-s: 100%;
|
|
199
|
+
--dt-color-border-brand-strong-l: 32.94117647058823%;
|
|
200
|
+
--dt-color-border-brand-strong-a: 100%;
|
|
201
|
+
--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);
|
|
202
|
+
--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%));
|
|
203
|
+
--dt-color-border-brand-strong: #A80056;
|
|
204
|
+
--dt-color-border-brand-subtle-h: 328.83116883116884;
|
|
205
|
+
--dt-color-border-brand-subtle-s: 100%;
|
|
206
|
+
--dt-color-border-brand-subtle-l: 84.90196078431373%;
|
|
207
|
+
--dt-color-border-brand-subtle-a: 100%;
|
|
208
|
+
--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);
|
|
209
|
+
--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%));
|
|
210
|
+
--dt-color-border-brand-subtle: #FFB2DA;
|
|
211
|
+
--dt-color-border-brand-h: 329.20353982300884;
|
|
212
|
+
--dt-color-border-brand-s: 100%;
|
|
213
|
+
--dt-color-border-brand-l: 44.31372549019608%;
|
|
214
|
+
--dt-color-border-brand-a: 100%;
|
|
215
|
+
--dt-color-border-brand-hsl: var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l);
|
|
216
|
+
--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%));
|
|
217
|
+
--dt-color-border-brand: #E20074;
|
|
218
|
+
--dt-color-surface-brand-subtle-opaque-h: 329;
|
|
219
|
+
--dt-color-surface-brand-subtle-opaque-s: 100%;
|
|
220
|
+
--dt-color-surface-brand-subtle-opaque-l: 44.3%;
|
|
221
|
+
--dt-color-surface-brand-subtle-opaque-a: 5%;
|
|
222
|
+
--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);
|
|
223
|
+
--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, 5%));
|
|
224
|
+
--dt-color-surface-brand-subtle-opaque: hsl(329 100% 44.3% / 0.05);
|
|
225
|
+
--dt-color-surface-brand-opaque-h: 329;
|
|
226
|
+
--dt-color-surface-brand-opaque-s: 100%;
|
|
227
|
+
--dt-color-surface-brand-opaque-l: 44.3%;
|
|
228
|
+
--dt-color-surface-brand-opaque-a: 11%;
|
|
229
|
+
--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);
|
|
230
|
+
--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, 11%));
|
|
231
|
+
--dt-color-surface-brand-opaque: hsl(329 100% 44.3% / 0.11);
|
|
232
|
+
--dt-color-surface-brand-strong-h: 329.20353982300884;
|
|
233
|
+
--dt-color-surface-brand-strong-s: 100%;
|
|
234
|
+
--dt-color-surface-brand-strong-l: 44.31372549019608%;
|
|
235
|
+
--dt-color-surface-brand-strong-a: 100%;
|
|
236
|
+
--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);
|
|
237
|
+
--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%));
|
|
238
|
+
--dt-color-surface-brand-strong: #E20074;
|
|
239
|
+
--dt-color-surface-brand-subtle-h: 328;
|
|
240
|
+
--dt-color-surface-brand-subtle-s: 100%;
|
|
241
|
+
--dt-color-surface-brand-subtle-l: 97.05882352941177%;
|
|
242
|
+
--dt-color-surface-brand-subtle-a: 100%;
|
|
243
|
+
--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);
|
|
244
|
+
--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%));
|
|
245
|
+
--dt-color-surface-brand-subtle: #FFF0F8;
|
|
246
|
+
--dt-color-surface-brand-h: 329.4117647058824;
|
|
247
|
+
--dt-color-surface-brand-s: 100%;
|
|
248
|
+
--dt-color-surface-brand-l: 90%;
|
|
249
|
+
--dt-color-surface-brand-a: 100%;
|
|
250
|
+
--dt-color-surface-brand-hsl: var(--dt-color-surface-brand-h) var(--dt-color-surface-brand-s) var(--dt-color-surface-brand-l);
|
|
251
|
+
--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%));
|
|
252
|
+
--dt-color-surface-brand: #FFCCE6;
|
|
253
|
+
--dt-color-link-primary-inverted-hover-h: 329.4117647058824;
|
|
254
|
+
--dt-color-link-primary-inverted-hover-s: 100%;
|
|
255
|
+
--dt-color-link-primary-inverted-hover-l: 90%;
|
|
256
|
+
--dt-color-link-primary-inverted-hover-a: 100%;
|
|
257
|
+
--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);
|
|
258
|
+
--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%));
|
|
259
|
+
--dt-color-link-primary-inverted-hover: #FFCCE6;
|
|
260
|
+
--dt-color-link-primary-inverted-h: 328.83116883116884;
|
|
261
|
+
--dt-color-link-primary-inverted-s: 100%;
|
|
262
|
+
--dt-color-link-primary-inverted-l: 84.90196078431373%;
|
|
263
|
+
--dt-color-link-primary-inverted-a: 100%;
|
|
264
|
+
--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);
|
|
265
|
+
--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%));
|
|
266
|
+
--dt-color-link-primary-inverted: #FFB2DA;
|
|
267
|
+
--dt-color-link-primary-hover-h: 329.2857142857143;
|
|
268
|
+
--dt-color-link-primary-hover-s: 100%;
|
|
269
|
+
--dt-color-link-primary-hover-l: 32.94117647058823%;
|
|
270
|
+
--dt-color-link-primary-hover-a: 100%;
|
|
271
|
+
--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);
|
|
272
|
+
--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%));
|
|
273
|
+
--dt-color-link-primary-hover: #A80056;
|
|
274
|
+
--dt-color-link-primary-h: 329.20353982300884;
|
|
275
|
+
--dt-color-link-primary-s: 100%;
|
|
276
|
+
--dt-color-link-primary-l: 44.31372549019608%;
|
|
277
|
+
--dt-color-link-primary-a: 100%;
|
|
278
|
+
--dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);
|
|
279
|
+
--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%));
|
|
280
|
+
--dt-color-link-primary: #e20074;
|
|
162
281
|
--dt-radio-color-foreground-default-h: var(--dt-color-neutral-transparent-h);
|
|
163
282
|
--dt-radio-color-foreground-default-s: var(--dt-color-neutral-transparent-s);
|
|
164
283
|
--dt-radio-color-foreground-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -166,6 +285,20 @@
|
|
|
166
285
|
--dt-radio-color-foreground-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
167
286
|
--dt-radio-color-foreground-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
168
287
|
--dt-radio-color-foreground-default: var(--dt-color-neutral-transparent);
|
|
288
|
+
--dt-radio-color-background-checked-h: var(--dt-color-surface-brand-strong-h);
|
|
289
|
+
--dt-radio-color-background-checked-s: var(--dt-color-surface-brand-strong-s);
|
|
290
|
+
--dt-radio-color-background-checked-l: var(--dt-color-surface-brand-strong-l);
|
|
291
|
+
--dt-radio-color-background-checked-a: var(--dt-color-surface-brand-strong-a);
|
|
292
|
+
--dt-radio-color-background-checked-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
293
|
+
--dt-radio-color-background-checked-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
294
|
+
--dt-radio-color-background-checked: var(--dt-color-surface-brand-strong);
|
|
295
|
+
--dt-radio-color-border-checked-h: var(--dt-color-border-brand-h);
|
|
296
|
+
--dt-radio-color-border-checked-s: var(--dt-color-border-brand-s);
|
|
297
|
+
--dt-radio-color-border-checked-l: var(--dt-color-border-brand-l);
|
|
298
|
+
--dt-radio-color-border-checked-a: var(--dt-color-border-brand-a);
|
|
299
|
+
--dt-radio-color-border-checked-hsl: var(--dt-color-border-brand-hsl);
|
|
300
|
+
--dt-radio-color-border-checked-hsla: var(--dt-color-border-brand-hsla);
|
|
301
|
+
--dt-radio-color-border-checked: var(--dt-color-border-brand);
|
|
169
302
|
--dt-radio-size-width: var(--dt-size-500);
|
|
170
303
|
--dt-icon-size-border-100: var(--dt-size-border-100);
|
|
171
304
|
--dt-checkbox-color-foreground-default-h: var(--dt-color-neutral-transparent-h);
|
|
@@ -175,6 +308,20 @@
|
|
|
175
308
|
--dt-checkbox-color-foreground-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
176
309
|
--dt-checkbox-color-foreground-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
177
310
|
--dt-checkbox-color-foreground-default: var(--dt-color-neutral-transparent);
|
|
311
|
+
--dt-checkbox-color-background-checked-h: var(--dt-color-surface-brand-strong-h);
|
|
312
|
+
--dt-checkbox-color-background-checked-s: var(--dt-color-surface-brand-strong-s);
|
|
313
|
+
--dt-checkbox-color-background-checked-l: var(--dt-color-surface-brand-strong-l);
|
|
314
|
+
--dt-checkbox-color-background-checked-a: var(--dt-color-surface-brand-strong-a);
|
|
315
|
+
--dt-checkbox-color-background-checked-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
316
|
+
--dt-checkbox-color-background-checked-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
317
|
+
--dt-checkbox-color-background-checked: var(--dt-color-surface-brand-strong);
|
|
318
|
+
--dt-checkbox-color-border-checked-h: var(--dt-color-border-brand-h);
|
|
319
|
+
--dt-checkbox-color-border-checked-s: var(--dt-color-border-brand-s);
|
|
320
|
+
--dt-checkbox-color-border-checked-l: var(--dt-color-border-brand-l);
|
|
321
|
+
--dt-checkbox-color-border-checked-a: var(--dt-color-border-brand-a);
|
|
322
|
+
--dt-checkbox-color-border-checked-hsl: var(--dt-color-border-brand-hsl);
|
|
323
|
+
--dt-checkbox-color-border-checked-hsla: var(--dt-color-border-brand-hsla);
|
|
324
|
+
--dt-checkbox-color-border-checked: var(--dt-color-border-brand);
|
|
178
325
|
--dt-checkbox-size-width: var(--dt-size-500);
|
|
179
326
|
--dt-button-size-radius-xl: var(--dt-size-radius-500); /* Border radius for extra large button. */
|
|
180
327
|
--dt-button-size-radius-lg: var(--dt-size-radius-450); /* Border radius for large button. */
|
|
@@ -233,6 +380,13 @@
|
|
|
233
380
|
--dt-badge-color-background-bulletin-subtle-hsl: var(--dt-color-purple-200-hsl);
|
|
234
381
|
--dt-badge-color-background-bulletin-subtle-hsla: var(--dt-color-purple-200-hsla);
|
|
235
382
|
--dt-badge-color-background-bulletin-subtle: var(--dt-color-purple-200);
|
|
383
|
+
--dt-badge-color-background-bulletin-h: var(--dt-color-surface-brand-strong-h);
|
|
384
|
+
--dt-badge-color-background-bulletin-s: var(--dt-color-surface-brand-strong-s);
|
|
385
|
+
--dt-badge-color-background-bulletin-l: var(--dt-color-surface-brand-strong-l);
|
|
386
|
+
--dt-badge-color-background-bulletin-a: var(--dt-color-surface-brand-strong-a);
|
|
387
|
+
--dt-badge-color-background-bulletin-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
388
|
+
--dt-badge-color-background-bulletin-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
389
|
+
--dt-badge-color-background-bulletin: var(--dt-color-surface-brand-strong);
|
|
236
390
|
--dt-badge-color-background-critical-h: var(--dt-color-red-200-h);
|
|
237
391
|
--dt-badge-color-background-critical-s: var(--dt-color-red-200-s);
|
|
238
392
|
--dt-badge-color-background-critical-l: var(--dt-color-red-200-l);
|
|
@@ -303,153 +457,20 @@
|
|
|
303
457
|
--dt-theme-presence-color-background-available-hsl: var(--dt-color-green-425-hsl);
|
|
304
458
|
--dt-theme-presence-color-background-available-hsla: var(--dt-color-green-425-hsla);
|
|
305
459
|
--dt-theme-presence-color-background-available: var(--dt-color-green-425);
|
|
306
|
-
--dt-theme-
|
|
307
|
-
--dt-theme-
|
|
308
|
-
--dt-theme-
|
|
309
|
-
--dt-theme-
|
|
310
|
-
--dt-theme-
|
|
311
|
-
--dt-theme-
|
|
312
|
-
--dt-theme-
|
|
313
|
-
--dt-
|
|
314
|
-
--dt-
|
|
315
|
-
--dt-
|
|
316
|
-
--dt-
|
|
317
|
-
--dt-
|
|
318
|
-
--dt-
|
|
319
|
-
--dt-
|
|
320
|
-
--dt-theme-sidebar-row-color-background-hover-h: 329;
|
|
321
|
-
--dt-theme-sidebar-row-color-background-hover-s: 100%;
|
|
322
|
-
--dt-theme-sidebar-row-color-background-hover-l: 44.3%;
|
|
323
|
-
--dt-theme-sidebar-row-color-background-hover-a: 11%;
|
|
324
|
-
--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);
|
|
325
|
-
--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, 11%));
|
|
326
|
-
--dt-theme-sidebar-row-color-background-hover: hsl(329 100% 44.3% / 0.11);
|
|
327
|
-
--dt-theme-sidebar-row-color-background-h: 329;
|
|
328
|
-
--dt-theme-sidebar-row-color-background-s: 100%;
|
|
329
|
-
--dt-theme-sidebar-row-color-background-l: 44.3%;
|
|
330
|
-
--dt-theme-sidebar-row-color-background-a: 0%;
|
|
331
|
-
--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);
|
|
332
|
-
--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%));
|
|
333
|
-
--dt-theme-sidebar-row-color-background: hsl(329 100% 44.3% / 0);
|
|
334
|
-
--dt-theme-topbar-profile-color-background-active-h: 329;
|
|
335
|
-
--dt-theme-topbar-profile-color-background-active-s: 100%;
|
|
336
|
-
--dt-theme-topbar-profile-color-background-active-l: 44.3%;
|
|
337
|
-
--dt-theme-topbar-profile-color-background-active-a: 14%;
|
|
338
|
-
--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);
|
|
339
|
-
--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%));
|
|
340
|
-
--dt-theme-topbar-profile-color-background-active: hsl(329 100% 44.3% / 0.14);
|
|
341
|
-
--dt-theme-topbar-profile-color-background-hover-h: 329;
|
|
342
|
-
--dt-theme-topbar-profile-color-background-hover-s: 100%;
|
|
343
|
-
--dt-theme-topbar-profile-color-background-hover-l: 44.3%;
|
|
344
|
-
--dt-theme-topbar-profile-color-background-hover-a: 10%;
|
|
345
|
-
--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);
|
|
346
|
-
--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%));
|
|
347
|
-
--dt-theme-topbar-profile-color-background-hover: hsl(329 100% 44.3% / 0.1);
|
|
348
|
-
--dt-theme-topbar-profile-color-background-inverted-h: 329;
|
|
349
|
-
--dt-theme-topbar-profile-color-background-inverted-s: 100%;
|
|
350
|
-
--dt-theme-topbar-profile-color-background-inverted-l: 44.3%;
|
|
351
|
-
--dt-theme-topbar-profile-color-background-inverted-a: 75%;
|
|
352
|
-
--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);
|
|
353
|
-
--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%));
|
|
354
|
-
--dt-theme-topbar-profile-color-background-inverted: hsl(329 100% 44.3% / 0.75);
|
|
355
|
-
--dt-theme-topbar-profile-color-background-h: 329;
|
|
356
|
-
--dt-theme-topbar-profile-color-background-s: 100%;
|
|
357
|
-
--dt-theme-topbar-profile-color-background-l: 44.3%;
|
|
358
|
-
--dt-theme-topbar-profile-color-background-a: 5%;
|
|
359
|
-
--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);
|
|
360
|
-
--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%));
|
|
361
|
-
--dt-theme-topbar-profile-color-background: hsl(329 100% 44.3% / 0.05);
|
|
362
|
-
--dt-theme-topbar-button-color-background-active-h: 329;
|
|
363
|
-
--dt-theme-topbar-button-color-background-active-s: 100%;
|
|
364
|
-
--dt-theme-topbar-button-color-background-active-l: 44.3%;
|
|
365
|
-
--dt-theme-topbar-button-color-background-active-a: 10%;
|
|
366
|
-
--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);
|
|
367
|
-
--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%));
|
|
368
|
-
--dt-theme-topbar-button-color-background-active: hsl(329 100% 44.3% / 0.1);
|
|
369
|
-
--dt-theme-topbar-button-color-background-hover-h: 329;
|
|
370
|
-
--dt-theme-topbar-button-color-background-hover-s: 100%;
|
|
371
|
-
--dt-theme-topbar-button-color-background-hover-l: 44.3%;
|
|
372
|
-
--dt-theme-topbar-button-color-background-hover-a: 5%;
|
|
373
|
-
--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);
|
|
374
|
-
--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, 5%));
|
|
375
|
-
--dt-theme-topbar-button-color-background-hover: hsl(329 100% 44.3% / 0.05);
|
|
376
|
-
--dt-theme-topbar-button-color-background-h: 329;
|
|
377
|
-
--dt-theme-topbar-button-color-background-s: 100%;
|
|
378
|
-
--dt-theme-topbar-button-color-background-l: 44.3%;
|
|
379
|
-
--dt-theme-topbar-button-color-background-a: 0%;
|
|
380
|
-
--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);
|
|
381
|
-
--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%));
|
|
382
|
-
--dt-theme-topbar-button-color-background: hsl(329 100% 44.3% / 0);
|
|
383
|
-
--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-theme-color-base-h);
|
|
384
|
-
--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-theme-color-base-s);
|
|
385
|
-
--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-theme-color-base-l);
|
|
386
|
-
--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-theme-color-base-a);
|
|
387
|
-
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-color-base-hsl);
|
|
388
|
-
--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-theme-color-base-hsla);
|
|
389
|
-
--dt-theme-topbar-button-color-foreground-hover: var(--dt-theme-color-base);
|
|
390
|
-
--dt-theme-topbar-button-color-foreground-h: 329;
|
|
391
|
-
--dt-theme-topbar-button-color-foreground-s: 100%;
|
|
392
|
-
--dt-theme-topbar-button-color-foreground-l: 44.3%;
|
|
393
|
-
--dt-theme-topbar-button-color-foreground-a: 65%;
|
|
394
|
-
--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);
|
|
395
|
-
--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%));
|
|
396
|
-
--dt-theme-topbar-button-color-foreground: hsl(329 100% 44.3% / 0.65);
|
|
397
|
-
--dt-theme-topbar-field-color-border-active-h: 329;
|
|
398
|
-
--dt-theme-topbar-field-color-border-active-s: 100%;
|
|
399
|
-
--dt-theme-topbar-field-color-border-active-l: 44.3%;
|
|
400
|
-
--dt-theme-topbar-field-color-border-active-a: 20%;
|
|
401
|
-
--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);
|
|
402
|
-
--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%));
|
|
403
|
-
--dt-theme-topbar-field-color-border-active: hsl(329 100% 44.3% / 0.2);
|
|
404
|
-
--dt-theme-topbar-field-color-border-hover-h: 329;
|
|
405
|
-
--dt-theme-topbar-field-color-border-hover-s: 100%;
|
|
406
|
-
--dt-theme-topbar-field-color-border-hover-l: 44.3%;
|
|
407
|
-
--dt-theme-topbar-field-color-border-hover-a: 10%;
|
|
408
|
-
--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);
|
|
409
|
-
--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%));
|
|
410
|
-
--dt-theme-topbar-field-color-border-hover: hsl(329 100% 44.3% / 0.1);
|
|
411
|
-
--dt-theme-topbar-field-color-border-h: 329;
|
|
412
|
-
--dt-theme-topbar-field-color-border-s: 100%;
|
|
413
|
-
--dt-theme-topbar-field-color-border-l: 44.3%;
|
|
414
|
-
--dt-theme-topbar-field-color-border-a: 0%;
|
|
415
|
-
--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);
|
|
416
|
-
--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%));
|
|
417
|
-
--dt-theme-topbar-field-color-border: hsl(329 100% 44.3% / 0);
|
|
418
|
-
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
419
|
-
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
420
|
-
--dt-theme-topbar-field-color-background-hover-l: 100%;
|
|
421
|
-
--dt-theme-topbar-field-color-background-hover-a: 100%;
|
|
422
|
-
--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
|
|
423
|
-
--dt-theme-topbar-field-color-background-hover-hsla: hsl(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
|
|
424
|
-
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
425
|
-
--dt-theme-topbar-field-color-background-h: 329;
|
|
426
|
-
--dt-theme-topbar-field-color-background-s: 100%;
|
|
427
|
-
--dt-theme-topbar-field-color-background-l: 44.3%;
|
|
428
|
-
--dt-theme-topbar-field-color-background-a: 5%;
|
|
429
|
-
--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);
|
|
430
|
-
--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%));
|
|
431
|
-
--dt-theme-topbar-field-color-background: hsl(329 100% 44.3% / 0.05);
|
|
432
|
-
--dt-theme-topbar-field-color-foreground-hover-h: 329;
|
|
433
|
-
--dt-theme-topbar-field-color-foreground-hover-s: 100%;
|
|
434
|
-
--dt-theme-topbar-field-color-foreground-hover-l: 44.3%;
|
|
435
|
-
--dt-theme-topbar-field-color-foreground-hover-a: 75%;
|
|
436
|
-
--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);
|
|
437
|
-
--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%));
|
|
438
|
-
--dt-theme-topbar-field-color-foreground-hover: hsl(329 100% 44.3% / 0.75);
|
|
439
|
-
--dt-theme-topbar-field-color-foreground-h: 329;
|
|
440
|
-
--dt-theme-topbar-field-color-foreground-s: 100%;
|
|
441
|
-
--dt-theme-topbar-field-color-foreground-l: 44.3%;
|
|
442
|
-
--dt-theme-topbar-field-color-foreground-a: 50%;
|
|
443
|
-
--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);
|
|
444
|
-
--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%));
|
|
445
|
-
--dt-theme-topbar-field-color-foreground: hsl(329 100% 44.3% / 0.5);
|
|
446
|
-
--dt-theme-topbar-color-foreground-h: 329;
|
|
447
|
-
--dt-theme-topbar-color-foreground-s: 100%;
|
|
448
|
-
--dt-theme-topbar-color-foreground-l: 44.3%;
|
|
449
|
-
--dt-theme-topbar-color-foreground-a: 80%;
|
|
450
|
-
--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);
|
|
451
|
-
--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%));
|
|
452
|
-
--dt-theme-topbar-color-foreground: hsl(329 100% 44.3% / 0.8);
|
|
460
|
+
--dt-theme-color-base-h: var(--dt-color-black-900-h);
|
|
461
|
+
--dt-theme-color-base-s: var(--dt-color-black-900-s);
|
|
462
|
+
--dt-theme-color-base-l: var(--dt-color-black-900-l);
|
|
463
|
+
--dt-theme-color-base-a: var(--dt-color-black-900-a);
|
|
464
|
+
--dt-theme-color-base-hsl: var(--dt-color-black-900-hsl);
|
|
465
|
+
--dt-theme-color-base-hsla: var(--dt-color-black-900-hsla);
|
|
466
|
+
--dt-theme-color-base: var(--dt-color-black-900);
|
|
467
|
+
--dt-action-color-border-base-outlined-default-h: var(--dt-color-border-brand-h);
|
|
468
|
+
--dt-action-color-border-base-outlined-default-s: var(--dt-color-border-brand-s);
|
|
469
|
+
--dt-action-color-border-base-outlined-default-l: var(--dt-color-border-brand-l);
|
|
470
|
+
--dt-action-color-border-base-outlined-default-a: var(--dt-color-border-brand-a);
|
|
471
|
+
--dt-action-color-border-base-outlined-default-hsl: var(--dt-color-border-brand-hsl);
|
|
472
|
+
--dt-action-color-border-base-outlined-default-hsla: var(--dt-color-border-brand-hsla);
|
|
473
|
+
--dt-action-color-border-base-outlined-default: var(--dt-color-border-brand);
|
|
453
474
|
--dt-action-color-background-positive-primary-hover-h: var(--dt-color-green-500-h);
|
|
454
475
|
--dt-action-color-background-positive-primary-hover-s: var(--dt-color-green-500-s);
|
|
455
476
|
--dt-action-color-background-positive-primary-hover-l: var(--dt-color-green-500-l);
|
|
@@ -478,20 +499,20 @@
|
|
|
478
499
|
--dt-action-color-background-muted-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
479
500
|
--dt-action-color-background-muted-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
480
501
|
--dt-action-color-background-muted-default: var(--dt-color-neutral-transparent);
|
|
481
|
-
--dt-action-color-background-inverted-primary-
|
|
482
|
-
--dt-action-color-background-inverted-primary-
|
|
483
|
-
--dt-action-color-background-inverted-primary-
|
|
484
|
-
--dt-action-color-background-inverted-primary-
|
|
485
|
-
--dt-action-color-background-inverted-primary-
|
|
486
|
-
--dt-action-color-background-inverted-primary-
|
|
487
|
-
--dt-action-color-background-inverted-primary-
|
|
488
|
-
--dt-action-color-background-inverted-primary-default-h: var(--dt-color-
|
|
489
|
-
--dt-action-color-background-inverted-primary-default-s: var(--dt-color-
|
|
490
|
-
--dt-action-color-background-inverted-primary-default-l: var(--dt-color-
|
|
491
|
-
--dt-action-color-background-inverted-primary-default-a: var(--dt-color-
|
|
492
|
-
--dt-action-color-background-inverted-primary-default-hsl: var(--dt-color-
|
|
493
|
-
--dt-action-color-background-inverted-primary-default-hsla: var(--dt-color-
|
|
494
|
-
--dt-action-color-background-inverted-primary-default: var(--dt-color-
|
|
502
|
+
--dt-action-color-background-inverted-primary-hover-h: var(--dt-color-surface-brand-h);
|
|
503
|
+
--dt-action-color-background-inverted-primary-hover-s: var(--dt-color-surface-brand-s);
|
|
504
|
+
--dt-action-color-background-inverted-primary-hover-l: var(--dt-color-surface-brand-l);
|
|
505
|
+
--dt-action-color-background-inverted-primary-hover-a: var(--dt-color-surface-brand-a);
|
|
506
|
+
--dt-action-color-background-inverted-primary-hover-hsl: var(--dt-color-surface-brand-hsl);
|
|
507
|
+
--dt-action-color-background-inverted-primary-hover-hsla: var(--dt-color-surface-brand-hsla);
|
|
508
|
+
--dt-action-color-background-inverted-primary-hover: var(--dt-color-surface-brand);
|
|
509
|
+
--dt-action-color-background-inverted-primary-default-h: var(--dt-color-surface-brand-subtle-h);
|
|
510
|
+
--dt-action-color-background-inverted-primary-default-s: var(--dt-color-surface-brand-subtle-s);
|
|
511
|
+
--dt-action-color-background-inverted-primary-default-l: var(--dt-color-surface-brand-subtle-l);
|
|
512
|
+
--dt-action-color-background-inverted-primary-default-a: var(--dt-color-surface-brand-subtle-a);
|
|
513
|
+
--dt-action-color-background-inverted-primary-default-hsl: var(--dt-color-surface-brand-subtle-hsl);
|
|
514
|
+
--dt-action-color-background-inverted-primary-default-hsla: var(--dt-color-surface-brand-subtle-hsla);
|
|
515
|
+
--dt-action-color-background-inverted-primary-default: var(--dt-color-surface-brand-subtle);
|
|
495
516
|
--dt-action-color-background-inverted-default-h: var(--dt-color-neutral-transparent-h);
|
|
496
517
|
--dt-action-color-background-inverted-default-s: var(--dt-color-neutral-transparent-s);
|
|
497
518
|
--dt-action-color-background-inverted-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -527,27 +548,13 @@
|
|
|
527
548
|
--dt-action-color-background-critical-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
528
549
|
--dt-action-color-background-critical-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
529
550
|
--dt-action-color-background-critical-default: var(--dt-color-neutral-transparent);
|
|
530
|
-
--dt-action-color-background-base-
|
|
531
|
-
--dt-action-color-background-base-
|
|
532
|
-
--dt-action-color-background-base-
|
|
533
|
-
--dt-action-color-background-base-
|
|
534
|
-
--dt-action-color-background-base-
|
|
535
|
-
--dt-action-color-background-base-
|
|
536
|
-
--dt-action-color-background-base-
|
|
537
|
-
--dt-action-color-background-base-primary-hover-h: var(--dt-color-purple-450-h);
|
|
538
|
-
--dt-action-color-background-base-primary-hover-s: var(--dt-color-purple-450-s);
|
|
539
|
-
--dt-action-color-background-base-primary-hover-l: var(--dt-color-purple-450-l);
|
|
540
|
-
--dt-action-color-background-base-primary-hover-a: var(--dt-color-purple-450-a);
|
|
541
|
-
--dt-action-color-background-base-primary-hover-hsl: var(--dt-color-purple-450-hsl);
|
|
542
|
-
--dt-action-color-background-base-primary-hover-hsla: var(--dt-color-purple-450-hsla);
|
|
543
|
-
--dt-action-color-background-base-primary-hover: var(--dt-color-purple-450);
|
|
544
|
-
--dt-action-color-background-base-primary-default-h: var(--dt-color-purple-400-h);
|
|
545
|
-
--dt-action-color-background-base-primary-default-s: var(--dt-color-purple-400-s);
|
|
546
|
-
--dt-action-color-background-base-primary-default-l: var(--dt-color-purple-400-l);
|
|
547
|
-
--dt-action-color-background-base-primary-default-a: var(--dt-color-purple-400-a);
|
|
548
|
-
--dt-action-color-background-base-primary-default-hsl: var(--dt-color-purple-400-hsl);
|
|
549
|
-
--dt-action-color-background-base-primary-default-hsla: var(--dt-color-purple-400-hsla);
|
|
550
|
-
--dt-action-color-background-base-primary-default: var(--dt-color-purple-400);
|
|
551
|
+
--dt-action-color-background-base-hover-h: var(--dt-color-surface-brand-opaque-h);
|
|
552
|
+
--dt-action-color-background-base-hover-s: var(--dt-color-surface-brand-opaque-s);
|
|
553
|
+
--dt-action-color-background-base-hover-l: var(--dt-color-surface-brand-opaque-l);
|
|
554
|
+
--dt-action-color-background-base-hover-a: var(--dt-color-surface-brand-opaque-a);
|
|
555
|
+
--dt-action-color-background-base-hover-hsl: var(--dt-color-surface-brand-opaque-hsl);
|
|
556
|
+
--dt-action-color-background-base-hover-hsla: var(--dt-color-surface-brand-opaque-hsla);
|
|
557
|
+
--dt-action-color-background-base-hover: var(--dt-color-surface-brand-opaque);
|
|
551
558
|
--dt-action-color-background-base-default-h: var(--dt-color-neutral-transparent-h);
|
|
552
559
|
--dt-action-color-background-base-default-s: var(--dt-color-neutral-transparent-s);
|
|
553
560
|
--dt-action-color-background-base-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -562,6 +569,20 @@
|
|
|
562
569
|
--dt-action-color-foreground-positive-primary-default-hsl: var(--dt-color-black-50-hsl);
|
|
563
570
|
--dt-action-color-foreground-positive-primary-default-hsla: var(--dt-color-black-50-hsla);
|
|
564
571
|
--dt-action-color-foreground-positive-primary-default: var(--dt-color-black-50);
|
|
572
|
+
--dt-action-color-foreground-inverted-primary-hover-h: var(--dt-color-link-primary-hover-h);
|
|
573
|
+
--dt-action-color-foreground-inverted-primary-hover-s: var(--dt-color-link-primary-hover-s);
|
|
574
|
+
--dt-action-color-foreground-inverted-primary-hover-l: var(--dt-color-link-primary-hover-l);
|
|
575
|
+
--dt-action-color-foreground-inverted-primary-hover-a: var(--dt-color-link-primary-hover-a);
|
|
576
|
+
--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-color-link-primary-hover-hsl);
|
|
577
|
+
--dt-action-color-foreground-inverted-primary-hover-hsla: var(--dt-color-link-primary-hover-hsla);
|
|
578
|
+
--dt-action-color-foreground-inverted-primary-hover: var(--dt-color-link-primary-hover);
|
|
579
|
+
--dt-action-color-foreground-inverted-primary-default-h: var(--dt-color-link-primary-h);
|
|
580
|
+
--dt-action-color-foreground-inverted-primary-default-s: var(--dt-color-link-primary-s);
|
|
581
|
+
--dt-action-color-foreground-inverted-primary-default-l: var(--dt-color-link-primary-l);
|
|
582
|
+
--dt-action-color-foreground-inverted-primary-default-a: var(--dt-color-link-primary-a);
|
|
583
|
+
--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-color-link-primary-hsl);
|
|
584
|
+
--dt-action-color-foreground-inverted-primary-default-hsla: var(--dt-color-link-primary-hsla);
|
|
585
|
+
--dt-action-color-foreground-inverted-primary-default: var(--dt-color-link-primary);
|
|
565
586
|
--dt-action-color-foreground-critical-primary-default-h: var(--dt-color-black-50-h);
|
|
566
587
|
--dt-action-color-foreground-critical-primary-default-s: var(--dt-color-black-50-s);
|
|
567
588
|
--dt-action-color-foreground-critical-primary-default-l: var(--dt-color-black-50-l);
|
|
@@ -576,6 +597,20 @@
|
|
|
576
597
|
--dt-action-color-foreground-base-primary-default-hsl: var(--dt-color-black-50-hsl);
|
|
577
598
|
--dt-action-color-foreground-base-primary-default-hsla: var(--dt-color-black-50-hsla);
|
|
578
599
|
--dt-action-color-foreground-base-primary-default: var(--dt-color-black-50);
|
|
600
|
+
--dt-action-color-foreground-base-hover-h: var(--dt-color-link-primary-hover-h);
|
|
601
|
+
--dt-action-color-foreground-base-hover-s: var(--dt-color-link-primary-hover-s);
|
|
602
|
+
--dt-action-color-foreground-base-hover-l: var(--dt-color-link-primary-hover-l);
|
|
603
|
+
--dt-action-color-foreground-base-hover-a: var(--dt-color-link-primary-hover-a);
|
|
604
|
+
--dt-action-color-foreground-base-hover-hsl: var(--dt-color-link-primary-hover-hsl);
|
|
605
|
+
--dt-action-color-foreground-base-hover-hsla: var(--dt-color-link-primary-hover-hsla);
|
|
606
|
+
--dt-action-color-foreground-base-hover: var(--dt-color-link-primary-hover);
|
|
607
|
+
--dt-action-color-foreground-base-default-h: var(--dt-color-link-primary-h);
|
|
608
|
+
--dt-action-color-foreground-base-default-s: var(--dt-color-link-primary-s);
|
|
609
|
+
--dt-action-color-foreground-base-default-l: var(--dt-color-link-primary-l);
|
|
610
|
+
--dt-action-color-foreground-base-default-a: var(--dt-color-link-primary-a);
|
|
611
|
+
--dt-action-color-foreground-base-default-hsl: var(--dt-color-link-primary-hsl);
|
|
612
|
+
--dt-action-color-foreground-base-default-hsla: var(--dt-color-link-primary-hsla);
|
|
613
|
+
--dt-action-color-foreground-base-default: var(--dt-color-link-primary);
|
|
579
614
|
--dt-inputs-color-background-focus-h: var(--dt-color-black-100-h);
|
|
580
615
|
--dt-inputs-color-background-focus-s: var(--dt-color-black-100-s);
|
|
581
616
|
--dt-inputs-color-background-focus-l: var(--dt-color-black-100-l);
|
|
@@ -755,13 +790,6 @@
|
|
|
755
790
|
--dt-color-border-focus-hsl: var(--dt-color-blue-475-hsl);
|
|
756
791
|
--dt-color-border-focus-hsla: var(--dt-color-blue-475-hsla);
|
|
757
792
|
--dt-color-border-focus: var(--dt-color-blue-475);
|
|
758
|
-
--dt-color-border-brand-strong-inverted-h: var(--dt-color-purple-200-h);
|
|
759
|
-
--dt-color-border-brand-strong-inverted-s: var(--dt-color-purple-200-s);
|
|
760
|
-
--dt-color-border-brand-strong-inverted-l: var(--dt-color-purple-200-l);
|
|
761
|
-
--dt-color-border-brand-strong-inverted-a: var(--dt-color-purple-200-a);
|
|
762
|
-
--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-purple-200-hsl);
|
|
763
|
-
--dt-color-border-brand-strong-inverted-hsla: var(--dt-color-purple-200-hsla);
|
|
764
|
-
--dt-color-border-brand-strong-inverted: var(--dt-color-purple-200);
|
|
765
793
|
--dt-color-border-warning-strong-inverted-h: var(--dt-color-gold-300-h);
|
|
766
794
|
--dt-color-border-warning-strong-inverted-s: var(--dt-color-gold-300-s);
|
|
767
795
|
--dt-color-border-warning-strong-inverted-l: var(--dt-color-gold-300-l);
|
|
@@ -783,13 +811,6 @@
|
|
|
783
811
|
--dt-color-border-critical-strong-inverted-hsl: var(--dt-color-red-200-hsl);
|
|
784
812
|
--dt-color-border-critical-strong-inverted-hsla: var(--dt-color-red-200-hsla);
|
|
785
813
|
--dt-color-border-critical-strong-inverted: var(--dt-color-red-200);
|
|
786
|
-
--dt-color-border-brand-subtle-inverted-h: var(--dt-color-purple-400-h);
|
|
787
|
-
--dt-color-border-brand-subtle-inverted-s: var(--dt-color-purple-400-s);
|
|
788
|
-
--dt-color-border-brand-subtle-inverted-l: var(--dt-color-purple-400-l);
|
|
789
|
-
--dt-color-border-brand-subtle-inverted-a: var(--dt-color-purple-400-a);
|
|
790
|
-
--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-purple-400-hsl);
|
|
791
|
-
--dt-color-border-brand-subtle-inverted-hsla: var(--dt-color-purple-400-hsla);
|
|
792
|
-
--dt-color-border-brand-subtle-inverted: var(--dt-color-purple-400);
|
|
793
814
|
--dt-color-border-warning-subtle-inverted-h: var(--dt-color-gold-600-h);
|
|
794
815
|
--dt-color-border-warning-subtle-inverted-s: var(--dt-color-gold-600-s);
|
|
795
816
|
--dt-color-border-warning-subtle-inverted-l: var(--dt-color-gold-600-l);
|
|
@@ -811,13 +832,6 @@
|
|
|
811
832
|
--dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-red-700-hsl);
|
|
812
833
|
--dt-color-border-critical-subtle-inverted-hsla: var(--dt-color-red-700-hsla);
|
|
813
834
|
--dt-color-border-critical-subtle-inverted: var(--dt-color-red-700);
|
|
814
|
-
--dt-color-border-brand-inverted-h: var(--dt-color-purple-300-h);
|
|
815
|
-
--dt-color-border-brand-inverted-s: var(--dt-color-purple-300-s);
|
|
816
|
-
--dt-color-border-brand-inverted-l: var(--dt-color-purple-300-l);
|
|
817
|
-
--dt-color-border-brand-inverted-a: var(--dt-color-purple-300-a);
|
|
818
|
-
--dt-color-border-brand-inverted-hsl: var(--dt-color-purple-300-hsl);
|
|
819
|
-
--dt-color-border-brand-inverted-hsla: var(--dt-color-purple-300-hsla);
|
|
820
|
-
--dt-color-border-brand-inverted: var(--dt-color-purple-300);
|
|
821
835
|
--dt-color-border-warning-inverted-h: var(--dt-color-gold-450-h);
|
|
822
836
|
--dt-color-border-warning-inverted-s: var(--dt-color-gold-450-s);
|
|
823
837
|
--dt-color-border-warning-inverted-l: var(--dt-color-gold-450-l);
|
|
@@ -867,13 +881,6 @@
|
|
|
867
881
|
--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);
|
|
868
882
|
--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, 12%));
|
|
869
883
|
--dt-color-border-subtle-inverted: hsl(0 0% 100% / 0.12);
|
|
870
|
-
--dt-color-border-brand-strong-h: var(--dt-color-purple-500-h);
|
|
871
|
-
--dt-color-border-brand-strong-s: var(--dt-color-purple-500-s);
|
|
872
|
-
--dt-color-border-brand-strong-l: var(--dt-color-purple-500-l);
|
|
873
|
-
--dt-color-border-brand-strong-a: var(--dt-color-purple-500-a);
|
|
874
|
-
--dt-color-border-brand-strong-hsl: var(--dt-color-purple-500-hsl);
|
|
875
|
-
--dt-color-border-brand-strong-hsla: var(--dt-color-purple-500-hsla);
|
|
876
|
-
--dt-color-border-brand-strong: var(--dt-color-purple-500);
|
|
877
884
|
--dt-color-border-warning-strong-h: var(--dt-color-gold-500-h);
|
|
878
885
|
--dt-color-border-warning-strong-s: var(--dt-color-gold-500-s);
|
|
879
886
|
--dt-color-border-warning-strong-l: var(--dt-color-gold-500-l);
|
|
@@ -895,13 +902,6 @@
|
|
|
895
902
|
--dt-color-border-critical-strong-hsl: var(--dt-color-red-600-hsl);
|
|
896
903
|
--dt-color-border-critical-strong-hsla: var(--dt-color-red-600-hsla);
|
|
897
904
|
--dt-color-border-critical-strong: var(--dt-color-red-600);
|
|
898
|
-
--dt-color-border-brand-subtle-h: var(--dt-color-purple-250-h);
|
|
899
|
-
--dt-color-border-brand-subtle-s: var(--dt-color-purple-250-s);
|
|
900
|
-
--dt-color-border-brand-subtle-l: var(--dt-color-purple-250-l);
|
|
901
|
-
--dt-color-border-brand-subtle-a: var(--dt-color-purple-250-a);
|
|
902
|
-
--dt-color-border-brand-subtle-hsl: var(--dt-color-purple-250-hsl);
|
|
903
|
-
--dt-color-border-brand-subtle-hsla: var(--dt-color-purple-250-hsla);
|
|
904
|
-
--dt-color-border-brand-subtle: var(--dt-color-purple-250);
|
|
905
905
|
--dt-color-border-warning-subtle-h: var(--dt-color-gold-300-h);
|
|
906
906
|
--dt-color-border-warning-subtle-s: var(--dt-color-gold-300-s);
|
|
907
907
|
--dt-color-border-warning-subtle-l: var(--dt-color-gold-300-l);
|
|
@@ -923,13 +923,6 @@
|
|
|
923
923
|
--dt-color-border-critical-subtle-hsl: var(--dt-color-red-300-hsl);
|
|
924
924
|
--dt-color-border-critical-subtle-hsla: var(--dt-color-red-300-hsla);
|
|
925
925
|
--dt-color-border-critical-subtle: var(--dt-color-red-300);
|
|
926
|
-
--dt-color-border-brand-h: var(--dt-color-brand-purple-h);
|
|
927
|
-
--dt-color-border-brand-s: var(--dt-color-brand-purple-s);
|
|
928
|
-
--dt-color-border-brand-l: var(--dt-color-brand-purple-l);
|
|
929
|
-
--dt-color-border-brand-a: var(--dt-color-brand-purple-a);
|
|
930
|
-
--dt-color-border-brand-hsl: var(--dt-color-brand-purple-hsl);
|
|
931
|
-
--dt-color-border-brand-hsla: var(--dt-color-brand-purple-hsla);
|
|
932
|
-
--dt-color-border-brand: var(--dt-color-brand-purple);
|
|
933
926
|
--dt-color-border-warning-h: var(--dt-color-gold-400-h);
|
|
934
927
|
--dt-color-border-warning-s: var(--dt-color-gold-400-s);
|
|
935
928
|
--dt-color-border-warning-l: var(--dt-color-gold-400-l);
|
|
@@ -1238,13 +1231,6 @@
|
|
|
1238
1231
|
--dt-color-surface-primary-inverted-hsl: var(--dt-color-black-1000-hsl);
|
|
1239
1232
|
--dt-color-surface-primary-inverted-hsla: var(--dt-color-black-1000-hsla);
|
|
1240
1233
|
--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. */
|
|
1241
|
-
--dt-color-surface-brand-subtle-opaque-h: 261;
|
|
1242
|
-
--dt-color-surface-brand-subtle-opaque-s: 100%;
|
|
1243
|
-
--dt-color-surface-brand-subtle-opaque-l: 86.9%;
|
|
1244
|
-
--dt-color-surface-brand-subtle-opaque-a: 20%;
|
|
1245
|
-
--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);
|
|
1246
|
-
--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, 20%));
|
|
1247
|
-
--dt-color-surface-brand-subtle-opaque: hsl(261 100% 86.9% / 0.2); /* Info surface as opaque background color. */
|
|
1248
1234
|
--dt-color-surface-info-subtle-opaque-h: 210;
|
|
1249
1235
|
--dt-color-surface-info-subtle-opaque-s: 61.5%;
|
|
1250
1236
|
--dt-color-surface-info-subtle-opaque-l: 94.9%;
|
|
@@ -1273,13 +1259,6 @@
|
|
|
1273
1259
|
--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);
|
|
1274
1260
|
--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, 50%));
|
|
1275
1261
|
--dt-color-surface-critical-subtle-opaque: hsl(358 100% 94.9% / 0.5); /* Critical subtle surface as opaque background color. */
|
|
1276
|
-
--dt-color-surface-brand-opaque-h: 261;
|
|
1277
|
-
--dt-color-surface-brand-opaque-s: 100%;
|
|
1278
|
-
--dt-color-surface-brand-opaque-l: 86.9%;
|
|
1279
|
-
--dt-color-surface-brand-opaque-a: 27%;
|
|
1280
|
-
--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);
|
|
1281
|
-
--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, 27%));
|
|
1282
|
-
--dt-color-surface-brand-opaque: hsl(261 100% 86.9% / 0.27); /* Info surface as opaque background color. */
|
|
1283
1262
|
--dt-color-surface-info-opaque-h: 201;
|
|
1284
1263
|
--dt-color-surface-info-opaque-s: 100%;
|
|
1285
1264
|
--dt-color-surface-info-opaque-l: 87.1%;
|
|
@@ -1343,13 +1322,6 @@
|
|
|
1343
1322
|
--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);
|
|
1344
1323
|
--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, 2%));
|
|
1345
1324
|
--dt-color-surface-secondary-opaque: hsl(0 0% 11% / 0.02); /* Secondary surface as opaque background color. */
|
|
1346
|
-
--dt-color-surface-brand-strong-h: var(--dt-color-purple-400-h);
|
|
1347
|
-
--dt-color-surface-brand-strong-s: var(--dt-color-purple-400-s);
|
|
1348
|
-
--dt-color-surface-brand-strong-l: var(--dt-color-purple-400-l);
|
|
1349
|
-
--dt-color-surface-brand-strong-a: var(--dt-color-purple-400-a);
|
|
1350
|
-
--dt-color-surface-brand-strong-hsl: var(--dt-color-purple-400-hsl);
|
|
1351
|
-
--dt-color-surface-brand-strong-hsla: var(--dt-color-purple-400-hsla);
|
|
1352
|
-
--dt-color-surface-brand-strong: var(--dt-color-purple-400); /* A contrasting informational surface, most likely paired with inverted foreground colors. */
|
|
1353
1325
|
--dt-color-surface-info-strong-h: var(--dt-color-blue-500-h);
|
|
1354
1326
|
--dt-color-surface-info-strong-s: var(--dt-color-blue-500-s);
|
|
1355
1327
|
--dt-color-surface-info-strong-l: var(--dt-color-blue-500-l);
|
|
@@ -1378,13 +1350,6 @@
|
|
|
1378
1350
|
--dt-color-surface-critical-strong-hsl: var(--dt-color-red-450-hsl);
|
|
1379
1351
|
--dt-color-surface-critical-strong-hsla: var(--dt-color-red-450-hsla);
|
|
1380
1352
|
--dt-color-surface-critical-strong: var(--dt-color-red-450); /* A contrasting critical surface, most likely paired with inverted foreground colors. */
|
|
1381
|
-
--dt-color-surface-brand-subtle-h: var(--dt-color-purple-50-h);
|
|
1382
|
-
--dt-color-surface-brand-subtle-s: var(--dt-color-purple-50-s);
|
|
1383
|
-
--dt-color-surface-brand-subtle-l: var(--dt-color-purple-50-l);
|
|
1384
|
-
--dt-color-surface-brand-subtle-a: var(--dt-color-purple-50-a);
|
|
1385
|
-
--dt-color-surface-brand-subtle-hsl: var(--dt-color-purple-50-hsl);
|
|
1386
|
-
--dt-color-surface-brand-subtle-hsla: var(--dt-color-purple-50-hsla);
|
|
1387
|
-
--dt-color-surface-brand-subtle: var(--dt-color-purple-50); /* A softer version of the default informational surface. */
|
|
1388
1353
|
--dt-color-surface-info-subtle-h: var(--dt-color-blue-50-h);
|
|
1389
1354
|
--dt-color-surface-info-subtle-s: var(--dt-color-blue-50-s);
|
|
1390
1355
|
--dt-color-surface-info-subtle-l: var(--dt-color-blue-50-l);
|
|
@@ -1413,13 +1378,6 @@
|
|
|
1413
1378
|
--dt-color-surface-critical-subtle-hsl: var(--dt-color-red-50-hsl);
|
|
1414
1379
|
--dt-color-surface-critical-subtle-hsla: var(--dt-color-red-50-hsla);
|
|
1415
1380
|
--dt-color-surface-critical-subtle: var(--dt-color-red-50); /* A softer version of the Critical surface. */
|
|
1416
|
-
--dt-color-surface-brand-h: var(--dt-color-purple-100-h);
|
|
1417
|
-
--dt-color-surface-brand-s: var(--dt-color-purple-100-s);
|
|
1418
|
-
--dt-color-surface-brand-l: var(--dt-color-purple-100-l);
|
|
1419
|
-
--dt-color-surface-brand-a: var(--dt-color-purple-100-a);
|
|
1420
|
-
--dt-color-surface-brand-hsl: var(--dt-color-purple-100-hsl);
|
|
1421
|
-
--dt-color-surface-brand-hsla: var(--dt-color-purple-100-hsla);
|
|
1422
|
-
--dt-color-surface-brand: var(--dt-color-purple-100); /* Background surface color containing messaging or elements communicated as generally informational. */
|
|
1423
1381
|
--dt-color-surface-info-h: var(--dt-color-blue-100-h);
|
|
1424
1382
|
--dt-color-surface-info-s: var(--dt-color-blue-100-s);
|
|
1425
1383
|
--dt-color-surface-info-l: var(--dt-color-blue-100-l);
|
|
@@ -1504,20 +1462,6 @@
|
|
|
1504
1462
|
--dt-color-link-warning-inverted-hover-hsl: var(--dt-color-gold-300-hsl);
|
|
1505
1463
|
--dt-color-link-warning-inverted-hover-hsla: var(--dt-color-gold-300-hsla);
|
|
1506
1464
|
--dt-color-link-warning-inverted-hover: var(--dt-color-gold-300);
|
|
1507
|
-
--dt-color-link-primary-inverted-hover-h: var(--dt-color-purple-200-h);
|
|
1508
|
-
--dt-color-link-primary-inverted-hover-s: var(--dt-color-purple-200-s);
|
|
1509
|
-
--dt-color-link-primary-inverted-hover-l: var(--dt-color-purple-200-l);
|
|
1510
|
-
--dt-color-link-primary-inverted-hover-a: var(--dt-color-purple-200-a);
|
|
1511
|
-
--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-purple-200-hsl);
|
|
1512
|
-
--dt-color-link-primary-inverted-hover-hsla: var(--dt-color-purple-200-hsla);
|
|
1513
|
-
--dt-color-link-primary-inverted-hover: var(--dt-color-purple-200);
|
|
1514
|
-
--dt-color-link-primary-inverted-h: var(--dt-color-purple-250-h);
|
|
1515
|
-
--dt-color-link-primary-inverted-s: var(--dt-color-purple-250-s);
|
|
1516
|
-
--dt-color-link-primary-inverted-l: var(--dt-color-purple-250-l);
|
|
1517
|
-
--dt-color-link-primary-inverted-a: var(--dt-color-purple-250-a);
|
|
1518
|
-
--dt-color-link-primary-inverted-hsl: var(--dt-color-purple-250-hsl);
|
|
1519
|
-
--dt-color-link-primary-inverted-hsla: var(--dt-color-purple-250-hsla);
|
|
1520
|
-
--dt-color-link-primary-inverted: var(--dt-color-purple-250);
|
|
1521
1465
|
--dt-color-link-warning-hover-h: var(--dt-color-gold-700-h);
|
|
1522
1466
|
--dt-color-link-warning-hover-s: var(--dt-color-gold-700-s);
|
|
1523
1467
|
--dt-color-link-warning-hover-l: var(--dt-color-gold-700-l);
|
|
@@ -1525,20 +1469,6 @@
|
|
|
1525
1469
|
--dt-color-link-warning-hover-hsl: var(--dt-color-gold-700-hsl);
|
|
1526
1470
|
--dt-color-link-warning-hover-hsla: var(--dt-color-gold-700-hsla);
|
|
1527
1471
|
--dt-color-link-warning-hover: var(--dt-color-gold-700);
|
|
1528
|
-
--dt-color-link-primary-hover-h: var(--dt-color-purple-500-h);
|
|
1529
|
-
--dt-color-link-primary-hover-s: var(--dt-color-purple-500-s);
|
|
1530
|
-
--dt-color-link-primary-hover-l: var(--dt-color-purple-500-l);
|
|
1531
|
-
--dt-color-link-primary-hover-a: var(--dt-color-purple-500-a);
|
|
1532
|
-
--dt-color-link-primary-hover-hsl: var(--dt-color-purple-500-hsl);
|
|
1533
|
-
--dt-color-link-primary-hover-hsla: var(--dt-color-purple-500-hsla);
|
|
1534
|
-
--dt-color-link-primary-hover: var(--dt-color-purple-500);
|
|
1535
|
-
--dt-color-link-primary-h: var(--dt-color-purple-400-h);
|
|
1536
|
-
--dt-color-link-primary-s: var(--dt-color-purple-400-s);
|
|
1537
|
-
--dt-color-link-primary-l: var(--dt-color-purple-400-l);
|
|
1538
|
-
--dt-color-link-primary-a: var(--dt-color-purple-400-a);
|
|
1539
|
-
--dt-color-link-primary-hsl: var(--dt-color-purple-400-hsl);
|
|
1540
|
-
--dt-color-link-primary-hsla: var(--dt-color-purple-400-hsla);
|
|
1541
|
-
--dt-color-link-primary: var(--dt-color-purple-400);
|
|
1542
1472
|
--dt-color-foreground-warning-inverted-h: var(--dt-color-gold-400-h);
|
|
1543
1473
|
--dt-color-foreground-warning-inverted-s: var(--dt-color-gold-400-s);
|
|
1544
1474
|
--dt-color-foreground-warning-inverted-l: var(--dt-color-gold-400-l);
|
|
@@ -1701,20 +1631,6 @@
|
|
|
1701
1631
|
--dt-radio-color-foreground-checked-hsl: var(--dt-color-foreground-primary-inverted-hsl);
|
|
1702
1632
|
--dt-radio-color-foreground-checked-hsla: var(--dt-color-foreground-primary-inverted-hsla);
|
|
1703
1633
|
--dt-radio-color-foreground-checked: var(--dt-color-foreground-primary-inverted);
|
|
1704
|
-
--dt-radio-color-background-checked-h: var(--dt-color-surface-brand-strong-h);
|
|
1705
|
-
--dt-radio-color-background-checked-s: var(--dt-color-surface-brand-strong-s);
|
|
1706
|
-
--dt-radio-color-background-checked-l: var(--dt-color-surface-brand-strong-l);
|
|
1707
|
-
--dt-radio-color-background-checked-a: var(--dt-color-surface-brand-strong-a);
|
|
1708
|
-
--dt-radio-color-background-checked-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
1709
|
-
--dt-radio-color-background-checked-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
1710
|
-
--dt-radio-color-background-checked: var(--dt-color-surface-brand-strong);
|
|
1711
|
-
--dt-radio-color-border-checked-h: var(--dt-color-border-brand-h);
|
|
1712
|
-
--dt-radio-color-border-checked-s: var(--dt-color-border-brand-s);
|
|
1713
|
-
--dt-radio-color-border-checked-l: var(--dt-color-border-brand-l);
|
|
1714
|
-
--dt-radio-color-border-checked-a: var(--dt-color-border-brand-a);
|
|
1715
|
-
--dt-radio-color-border-checked-hsl: var(--dt-color-border-brand-hsl);
|
|
1716
|
-
--dt-radio-color-border-checked-hsla: var(--dt-color-border-brand-hsla);
|
|
1717
|
-
--dt-radio-color-border-checked: var(--dt-color-border-brand);
|
|
1718
1634
|
--dt-radio-color-border-unchecked-hover-h: var(--dt-color-border-bold-h);
|
|
1719
1635
|
--dt-radio-color-border-unchecked-hover-s: var(--dt-color-border-bold-s);
|
|
1720
1636
|
--dt-radio-color-border-unchecked-hover-l: var(--dt-color-border-bold-l);
|
|
@@ -1751,20 +1667,6 @@
|
|
|
1751
1667
|
--dt-checkbox-color-foreground-checked-hsl: var(--dt-color-foreground-primary-inverted-hsl);
|
|
1752
1668
|
--dt-checkbox-color-foreground-checked-hsla: var(--dt-color-foreground-primary-inverted-hsla);
|
|
1753
1669
|
--dt-checkbox-color-foreground-checked: var(--dt-color-foreground-primary-inverted);
|
|
1754
|
-
--dt-checkbox-color-background-checked-h: var(--dt-color-surface-brand-strong-h);
|
|
1755
|
-
--dt-checkbox-color-background-checked-s: var(--dt-color-surface-brand-strong-s);
|
|
1756
|
-
--dt-checkbox-color-background-checked-l: var(--dt-color-surface-brand-strong-l);
|
|
1757
|
-
--dt-checkbox-color-background-checked-a: var(--dt-color-surface-brand-strong-a);
|
|
1758
|
-
--dt-checkbox-color-background-checked-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
1759
|
-
--dt-checkbox-color-background-checked-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
1760
|
-
--dt-checkbox-color-background-checked: var(--dt-color-surface-brand-strong);
|
|
1761
|
-
--dt-checkbox-color-border-checked-h: var(--dt-color-border-brand-h);
|
|
1762
|
-
--dt-checkbox-color-border-checked-s: var(--dt-color-border-brand-s);
|
|
1763
|
-
--dt-checkbox-color-border-checked-l: var(--dt-color-border-brand-l);
|
|
1764
|
-
--dt-checkbox-color-border-checked-a: var(--dt-color-border-brand-a);
|
|
1765
|
-
--dt-checkbox-color-border-checked-hsl: var(--dt-color-border-brand-hsl);
|
|
1766
|
-
--dt-checkbox-color-border-checked-hsla: var(--dt-color-border-brand-hsla);
|
|
1767
|
-
--dt-checkbox-color-border-checked: var(--dt-color-border-brand);
|
|
1768
1670
|
--dt-checkbox-color-border-unchecked-hover-h: var(--dt-color-border-bold-h);
|
|
1769
1671
|
--dt-checkbox-color-border-unchecked-hover-s: var(--dt-color-border-bold-s);
|
|
1770
1672
|
--dt-checkbox-color-border-unchecked-hover-l: var(--dt-color-border-bold-l);
|
|
@@ -1794,13 +1696,6 @@
|
|
|
1794
1696
|
--dt-badge-color-border-default-hsla: var(--dt-color-border-subtle-hsla);
|
|
1795
1697
|
--dt-badge-color-border-default: var(--dt-color-border-subtle);
|
|
1796
1698
|
--dt-badge-color-background-ai: var(--dt-color-gradient-gold-red-magenta-purple);
|
|
1797
|
-
--dt-badge-color-background-bulletin-h: var(--dt-color-surface-brand-strong-h);
|
|
1798
|
-
--dt-badge-color-background-bulletin-s: var(--dt-color-surface-brand-strong-s);
|
|
1799
|
-
--dt-badge-color-background-bulletin-l: var(--dt-color-surface-brand-strong-l);
|
|
1800
|
-
--dt-badge-color-background-bulletin-a: var(--dt-color-surface-brand-strong-a);
|
|
1801
|
-
--dt-badge-color-background-bulletin-hsl: var(--dt-color-surface-brand-strong-hsl);
|
|
1802
|
-
--dt-badge-color-background-bulletin-hsla: var(--dt-color-surface-brand-strong-hsla);
|
|
1803
|
-
--dt-badge-color-background-bulletin: var(--dt-color-surface-brand-strong);
|
|
1804
1699
|
--dt-badge-color-background-default-h: var(--dt-color-surface-moderate-opaque-h);
|
|
1805
1700
|
--dt-badge-color-background-default-s: var(--dt-color-surface-moderate-opaque-s);
|
|
1806
1701
|
--dt-badge-color-background-default-l: var(--dt-color-surface-moderate-opaque-l);
|
|
@@ -1822,6 +1717,13 @@
|
|
|
1822
1717
|
--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);
|
|
1823
1718
|
--dt-theme-sidebar-section-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);
|
|
1824
1719
|
--dt-theme-sidebar-section-color-foreground: var(--dt-color-foreground-tertiary);
|
|
1720
|
+
--dt-theme-sidebar-selected-row-color-background-h: 0;
|
|
1721
|
+
--dt-theme-sidebar-selected-row-color-background-s: 0%;
|
|
1722
|
+
--dt-theme-sidebar-selected-row-color-background-l: 11%;
|
|
1723
|
+
--dt-theme-sidebar-selected-row-color-background-a: 9%;
|
|
1724
|
+
--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);
|
|
1725
|
+
--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, 9%));
|
|
1726
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 11% / 0.09);
|
|
1825
1727
|
--dt-theme-sidebar-selected-row-color-foreground-h: var(--dt-color-foreground-primary-h);
|
|
1826
1728
|
--dt-theme-sidebar-selected-row-color-foreground-s: var(--dt-color-foreground-primary-s);
|
|
1827
1729
|
--dt-theme-sidebar-selected-row-color-foreground-l: var(--dt-color-foreground-primary-l);
|
|
@@ -1829,6 +1731,27 @@
|
|
|
1829
1731
|
--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-color-foreground-primary-hsl);
|
|
1830
1732
|
--dt-theme-sidebar-selected-row-color-foreground-hsla: var(--dt-color-foreground-primary-hsla);
|
|
1831
1733
|
--dt-theme-sidebar-selected-row-color-foreground: var(--dt-color-foreground-primary);
|
|
1734
|
+
--dt-theme-sidebar-row-color-background-active-h: 0;
|
|
1735
|
+
--dt-theme-sidebar-row-color-background-active-s: 0%;
|
|
1736
|
+
--dt-theme-sidebar-row-color-background-active-l: 11%;
|
|
1737
|
+
--dt-theme-sidebar-row-color-background-active-a: 15%;
|
|
1738
|
+
--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);
|
|
1739
|
+
--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%));
|
|
1740
|
+
--dt-theme-sidebar-row-color-background-active: hsl(0 0% 11% / 0.15);
|
|
1741
|
+
--dt-theme-sidebar-row-color-background-hover-h: 0;
|
|
1742
|
+
--dt-theme-sidebar-row-color-background-hover-s: 0%;
|
|
1743
|
+
--dt-theme-sidebar-row-color-background-hover-l: 11%;
|
|
1744
|
+
--dt-theme-sidebar-row-color-background-hover-a: 11%;
|
|
1745
|
+
--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);
|
|
1746
|
+
--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, 11%));
|
|
1747
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 11% / 0.11);
|
|
1748
|
+
--dt-theme-sidebar-row-color-background-h: 0;
|
|
1749
|
+
--dt-theme-sidebar-row-color-background-s: 0%;
|
|
1750
|
+
--dt-theme-sidebar-row-color-background-l: 11%;
|
|
1751
|
+
--dt-theme-sidebar-row-color-background-a: 0%;
|
|
1752
|
+
--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);
|
|
1753
|
+
--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%));
|
|
1754
|
+
--dt-theme-sidebar-row-color-background: hsl(0 0% 11% / 0);
|
|
1832
1755
|
--dt-theme-sidebar-status-color-foreground-h: var(--dt-color-foreground-tertiary-h);
|
|
1833
1756
|
--dt-theme-sidebar-status-color-foreground-s: var(--dt-color-foreground-tertiary-s);
|
|
1834
1757
|
--dt-theme-sidebar-status-color-foreground-l: var(--dt-color-foreground-tertiary-l);
|
|
@@ -1850,6 +1773,34 @@
|
|
|
1850
1773
|
--dt-theme-sidebar-color-foreground-hsl: var(--dt-color-foreground-secondary-hsl);
|
|
1851
1774
|
--dt-theme-sidebar-color-foreground-hsla: var(--dt-color-foreground-secondary-hsla);
|
|
1852
1775
|
--dt-theme-sidebar-color-foreground: var(--dt-color-foreground-secondary);
|
|
1776
|
+
--dt-theme-topbar-profile-color-background-active-h: 0;
|
|
1777
|
+
--dt-theme-topbar-profile-color-background-active-s: 0%;
|
|
1778
|
+
--dt-theme-topbar-profile-color-background-active-l: 11%;
|
|
1779
|
+
--dt-theme-topbar-profile-color-background-active-a: 14%;
|
|
1780
|
+
--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);
|
|
1781
|
+
--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%));
|
|
1782
|
+
--dt-theme-topbar-profile-color-background-active: hsl(0 0% 11% / 0.14);
|
|
1783
|
+
--dt-theme-topbar-profile-color-background-hover-h: 0;
|
|
1784
|
+
--dt-theme-topbar-profile-color-background-hover-s: 0%;
|
|
1785
|
+
--dt-theme-topbar-profile-color-background-hover-l: 11%;
|
|
1786
|
+
--dt-theme-topbar-profile-color-background-hover-a: 10%;
|
|
1787
|
+
--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);
|
|
1788
|
+
--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%));
|
|
1789
|
+
--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 11% / 0.1);
|
|
1790
|
+
--dt-theme-topbar-profile-color-background-inverted-h: 0;
|
|
1791
|
+
--dt-theme-topbar-profile-color-background-inverted-s: 0%;
|
|
1792
|
+
--dt-theme-topbar-profile-color-background-inverted-l: 11%;
|
|
1793
|
+
--dt-theme-topbar-profile-color-background-inverted-a: 75%;
|
|
1794
|
+
--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);
|
|
1795
|
+
--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%));
|
|
1796
|
+
--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 11% / 0.75);
|
|
1797
|
+
--dt-theme-topbar-profile-color-background-h: 0;
|
|
1798
|
+
--dt-theme-topbar-profile-color-background-s: 0%;
|
|
1799
|
+
--dt-theme-topbar-profile-color-background-l: 11%;
|
|
1800
|
+
--dt-theme-topbar-profile-color-background-a: 5%;
|
|
1801
|
+
--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);
|
|
1802
|
+
--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%));
|
|
1803
|
+
--dt-theme-topbar-profile-color-background: hsl(0 0% 11% / 0.05);
|
|
1853
1804
|
--dt-theme-topbar-profile-color-foreground-inverted-h: 0;
|
|
1854
1805
|
--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;
|
|
1855
1806
|
--dt-theme-topbar-profile-color-foreground-inverted-l: 97.6%;
|
|
@@ -1857,13 +1808,90 @@
|
|
|
1857
1808
|
--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);
|
|
1858
1809
|
--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%));
|
|
1859
1810
|
--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 97.6% / 0.75);
|
|
1860
|
-
--dt-theme-topbar-
|
|
1861
|
-
--dt-theme-topbar-
|
|
1862
|
-
--dt-theme-topbar-
|
|
1863
|
-
--dt-theme-topbar-
|
|
1864
|
-
--dt-theme-topbar-
|
|
1865
|
-
--dt-theme-topbar-
|
|
1866
|
-
--dt-theme-topbar-
|
|
1811
|
+
--dt-theme-topbar-button-color-background-active-h: 0;
|
|
1812
|
+
--dt-theme-topbar-button-color-background-active-s: 0%;
|
|
1813
|
+
--dt-theme-topbar-button-color-background-active-l: 11%;
|
|
1814
|
+
--dt-theme-topbar-button-color-background-active-a: 10%;
|
|
1815
|
+
--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);
|
|
1816
|
+
--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%));
|
|
1817
|
+
--dt-theme-topbar-button-color-background-active: hsl(0 0% 11% / 0.1);
|
|
1818
|
+
--dt-theme-topbar-button-color-background-hover-h: 0;
|
|
1819
|
+
--dt-theme-topbar-button-color-background-hover-s: 0%;
|
|
1820
|
+
--dt-theme-topbar-button-color-background-hover-l: 11%;
|
|
1821
|
+
--dt-theme-topbar-button-color-background-hover-a: 5%;
|
|
1822
|
+
--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);
|
|
1823
|
+
--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, 5%));
|
|
1824
|
+
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 11% / 0.05);
|
|
1825
|
+
--dt-theme-topbar-button-color-background-h: 0;
|
|
1826
|
+
--dt-theme-topbar-button-color-background-s: 0%;
|
|
1827
|
+
--dt-theme-topbar-button-color-background-l: 11%;
|
|
1828
|
+
--dt-theme-topbar-button-color-background-a: 0%;
|
|
1829
|
+
--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);
|
|
1830
|
+
--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%));
|
|
1831
|
+
--dt-theme-topbar-button-color-background: hsl(0 0% 11% / 0);
|
|
1832
|
+
--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-theme-color-base-h);
|
|
1833
|
+
--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-theme-color-base-s);
|
|
1834
|
+
--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-theme-color-base-l);
|
|
1835
|
+
--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-theme-color-base-a);
|
|
1836
|
+
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-color-base-hsl);
|
|
1837
|
+
--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-theme-color-base-hsla);
|
|
1838
|
+
--dt-theme-topbar-button-color-foreground-hover: var(--dt-theme-color-base);
|
|
1839
|
+
--dt-theme-topbar-button-color-foreground-h: 0;
|
|
1840
|
+
--dt-theme-topbar-button-color-foreground-s: 0%;
|
|
1841
|
+
--dt-theme-topbar-button-color-foreground-l: 11%;
|
|
1842
|
+
--dt-theme-topbar-button-color-foreground-a: 65%;
|
|
1843
|
+
--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);
|
|
1844
|
+
--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%));
|
|
1845
|
+
--dt-theme-topbar-button-color-foreground: hsl(0 0% 11% / 0.65);
|
|
1846
|
+
--dt-theme-topbar-field-color-border-active-h: 0;
|
|
1847
|
+
--dt-theme-topbar-field-color-border-active-s: 0%;
|
|
1848
|
+
--dt-theme-topbar-field-color-border-active-l: 11%;
|
|
1849
|
+
--dt-theme-topbar-field-color-border-active-a: 20%;
|
|
1850
|
+
--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);
|
|
1851
|
+
--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%));
|
|
1852
|
+
--dt-theme-topbar-field-color-border-active: hsl(0 0% 11% / 0.2);
|
|
1853
|
+
--dt-theme-topbar-field-color-border-hover-h: 0;
|
|
1854
|
+
--dt-theme-topbar-field-color-border-hover-s: 0%;
|
|
1855
|
+
--dt-theme-topbar-field-color-border-hover-l: 11%;
|
|
1856
|
+
--dt-theme-topbar-field-color-border-hover-a: 10%;
|
|
1857
|
+
--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);
|
|
1858
|
+
--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%));
|
|
1859
|
+
--dt-theme-topbar-field-color-border-hover: hsl(0 0% 11% / 0.1);
|
|
1860
|
+
--dt-theme-topbar-field-color-border-h: 0;
|
|
1861
|
+
--dt-theme-topbar-field-color-border-s: 0%;
|
|
1862
|
+
--dt-theme-topbar-field-color-border-l: 11%;
|
|
1863
|
+
--dt-theme-topbar-field-color-border-a: 0%;
|
|
1864
|
+
--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);
|
|
1865
|
+
--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%));
|
|
1866
|
+
--dt-theme-topbar-field-color-border: hsl(0 0% 11% / 0);
|
|
1867
|
+
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
1868
|
+
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
1869
|
+
--dt-theme-topbar-field-color-background-hover-l: 100%;
|
|
1870
|
+
--dt-theme-topbar-field-color-background-hover-a: 100%;
|
|
1871
|
+
--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
|
|
1872
|
+
--dt-theme-topbar-field-color-background-hover-hsla: hsl(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
|
|
1873
|
+
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
1874
|
+
--dt-theme-topbar-field-color-background-h: 0;
|
|
1875
|
+
--dt-theme-topbar-field-color-background-s: 0%;
|
|
1876
|
+
--dt-theme-topbar-field-color-background-l: 11%;
|
|
1877
|
+
--dt-theme-topbar-field-color-background-a: 5%;
|
|
1878
|
+
--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);
|
|
1879
|
+
--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%));
|
|
1880
|
+
--dt-theme-topbar-field-color-background: hsl(0 0% 11% / 0.05);
|
|
1881
|
+
--dt-theme-topbar-field-color-foreground-hover-h: 0;
|
|
1882
|
+
--dt-theme-topbar-field-color-foreground-hover-s: 0%;
|
|
1883
|
+
--dt-theme-topbar-field-color-foreground-hover-l: 11%;
|
|
1884
|
+
--dt-theme-topbar-field-color-foreground-hover-a: 75%;
|
|
1885
|
+
--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);
|
|
1886
|
+
--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%));
|
|
1887
|
+
--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 11% / 0.75);
|
|
1888
|
+
--dt-theme-topbar-field-color-foreground-h: 0;
|
|
1889
|
+
--dt-theme-topbar-field-color-foreground-s: 0%;
|
|
1890
|
+
--dt-theme-topbar-field-color-foreground-l: 11%;
|
|
1891
|
+
--dt-theme-topbar-field-color-foreground-a: 50%;
|
|
1892
|
+
--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);
|
|
1893
|
+
--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%));
|
|
1894
|
+
--dt-theme-topbar-field-color-foreground: hsl(0 0% 11% / 0.5);
|
|
1867
1895
|
--dt-theme-topbar-color-background-h: var(--dt-color-surface-secondary-h);
|
|
1868
1896
|
--dt-theme-topbar-color-background-s: var(--dt-color-surface-secondary-s);
|
|
1869
1897
|
--dt-theme-topbar-color-background-l: var(--dt-color-surface-secondary-l);
|
|
@@ -1871,6 +1899,13 @@
|
|
|
1871
1899
|
--dt-theme-topbar-color-background-hsl: var(--dt-color-surface-secondary-hsl);
|
|
1872
1900
|
--dt-theme-topbar-color-background-hsla: var(--dt-color-surface-secondary-hsla);
|
|
1873
1901
|
--dt-theme-topbar-color-background: var(--dt-color-surface-secondary);
|
|
1902
|
+
--dt-theme-topbar-color-foreground-h: 0;
|
|
1903
|
+
--dt-theme-topbar-color-foreground-s: 0%;
|
|
1904
|
+
--dt-theme-topbar-color-foreground-l: 11%;
|
|
1905
|
+
--dt-theme-topbar-color-foreground-a: 80%;
|
|
1906
|
+
--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);
|
|
1907
|
+
--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%));
|
|
1908
|
+
--dt-theme-topbar-color-foreground: hsl(0 0% 11% / 0.8);
|
|
1874
1909
|
--dt-action-color-border-muted-outlined-default-h: var(--dt-color-border-default-h);
|
|
1875
1910
|
--dt-action-color-border-muted-outlined-default-s: var(--dt-color-border-default-s);
|
|
1876
1911
|
--dt-action-color-border-muted-outlined-default-l: var(--dt-color-border-default-l);
|
|
@@ -1892,13 +1927,6 @@
|
|
|
1892
1927
|
--dt-action-color-border-critical-outlined-default-hsl: var(--dt-color-border-critical-hsl);
|
|
1893
1928
|
--dt-action-color-border-critical-outlined-default-hsla: var(--dt-color-border-critical-hsla);
|
|
1894
1929
|
--dt-action-color-border-critical-outlined-default: var(--dt-color-border-critical);
|
|
1895
|
-
--dt-action-color-border-base-outlined-default-h: var(--dt-color-border-brand-h);
|
|
1896
|
-
--dt-action-color-border-base-outlined-default-s: var(--dt-color-border-brand-s);
|
|
1897
|
-
--dt-action-color-border-base-outlined-default-l: var(--dt-color-border-brand-l);
|
|
1898
|
-
--dt-action-color-border-base-outlined-default-a: var(--dt-color-border-brand-a);
|
|
1899
|
-
--dt-action-color-border-base-outlined-default-hsl: var(--dt-color-border-brand-hsl);
|
|
1900
|
-
--dt-action-color-border-base-outlined-default-hsla: var(--dt-color-border-brand-hsla);
|
|
1901
|
-
--dt-action-color-border-base-outlined-default: var(--dt-color-border-brand);
|
|
1902
1930
|
--dt-action-color-background-positive-primary-active-h: 155;
|
|
1903
1931
|
--dt-action-color-background-positive-primary-active-s: 100%;
|
|
1904
1932
|
--dt-action-color-background-positive-primary-active-l: 24.8%;
|
|
@@ -1927,13 +1955,13 @@
|
|
|
1927
1955
|
--dt-action-color-background-muted-hover-hsl: var(--dt-color-surface-moderate-opaque-hsl);
|
|
1928
1956
|
--dt-action-color-background-muted-hover-hsla: var(--dt-color-surface-moderate-opaque-hsla);
|
|
1929
1957
|
--dt-action-color-background-muted-hover: var(--dt-color-surface-moderate-opaque);
|
|
1930
|
-
--dt-action-color-background-inverted-primary-
|
|
1931
|
-
--dt-action-color-background-inverted-primary-
|
|
1932
|
-
--dt-action-color-background-inverted-primary-
|
|
1933
|
-
--dt-action-color-background-inverted-primary-
|
|
1934
|
-
--dt-action-color-background-inverted-primary-
|
|
1935
|
-
--dt-action-color-background-inverted-primary-
|
|
1936
|
-
--dt-action-color-background-inverted-primary-
|
|
1958
|
+
--dt-action-color-background-inverted-primary-active-h: var(--dt-action-color-background-inverted-primary-default-h);
|
|
1959
|
+
--dt-action-color-background-inverted-primary-active-s: var(--dt-action-color-background-inverted-primary-default-s);
|
|
1960
|
+
--dt-action-color-background-inverted-primary-active-l: var(--dt-action-color-background-inverted-primary-default-l);
|
|
1961
|
+
--dt-action-color-background-inverted-primary-active-a: var(--dt-action-color-background-inverted-primary-default-a);
|
|
1962
|
+
--dt-action-color-background-inverted-primary-active-hsl: var(--dt-action-color-background-inverted-primary-default-hsl);
|
|
1963
|
+
--dt-action-color-background-inverted-primary-active-hsla: var(--dt-action-color-background-inverted-primary-default-hsla);
|
|
1964
|
+
--dt-action-color-background-inverted-primary-active: var(--dt-action-color-background-inverted-primary-default);
|
|
1937
1965
|
--dt-action-color-background-inverted-active-h: var(--dt-color-surface-bold-opaque-inverted-h);
|
|
1938
1966
|
--dt-action-color-background-inverted-active-s: var(--dt-color-surface-bold-opaque-inverted-s);
|
|
1939
1967
|
--dt-action-color-background-inverted-active-l: var(--dt-color-surface-bold-opaque-inverted-l);
|
|
@@ -1955,13 +1983,13 @@
|
|
|
1955
1983
|
--dt-action-color-background-critical-hover-hsl: var(--dt-color-surface-critical-opaque-hsl);
|
|
1956
1984
|
--dt-action-color-background-critical-hover-hsla: var(--dt-color-surface-critical-opaque-hsla);
|
|
1957
1985
|
--dt-action-color-background-critical-hover: var(--dt-color-surface-critical-opaque);
|
|
1958
|
-
--dt-action-color-background-base-
|
|
1959
|
-
--dt-action-color-background-base-
|
|
1960
|
-
--dt-action-color-background-base-
|
|
1961
|
-
--dt-action-color-background-base-
|
|
1962
|
-
--dt-action-color-background-base-
|
|
1963
|
-
--dt-action-color-background-base-
|
|
1964
|
-
--dt-action-color-background-base-
|
|
1986
|
+
--dt-action-color-background-base-active-h: 329;
|
|
1987
|
+
--dt-action-color-background-base-active-s: 100%;
|
|
1988
|
+
--dt-action-color-background-base-active-l: 39.4%;
|
|
1989
|
+
--dt-action-color-background-base-active-a: 11%;
|
|
1990
|
+
--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);
|
|
1991
|
+
--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, 11%));
|
|
1992
|
+
--dt-action-color-background-base-active: hsl(329 100% 39.4% / 0.11);
|
|
1965
1993
|
--dt-action-color-foreground-disabled-default-h: var(--dt-color-foreground-disabled-h);
|
|
1966
1994
|
--dt-action-color-foreground-disabled-default-s: var(--dt-color-foreground-disabled-s);
|
|
1967
1995
|
--dt-action-color-foreground-disabled-default-l: var(--dt-color-foreground-disabled-l);
|
|
@@ -1969,20 +1997,13 @@
|
|
|
1969
1997
|
--dt-action-color-foreground-disabled-default-hsl: var(--dt-color-foreground-disabled-hsl);
|
|
1970
1998
|
--dt-action-color-foreground-disabled-default-hsla: var(--dt-color-foreground-disabled-hsla);
|
|
1971
1999
|
--dt-action-color-foreground-disabled-default: var(--dt-color-foreground-disabled);
|
|
1972
|
-
--dt-action-color-foreground-inverted-primary-
|
|
1973
|
-
--dt-action-color-foreground-inverted-primary-
|
|
1974
|
-
--dt-action-color-foreground-inverted-primary-
|
|
1975
|
-
--dt-action-color-foreground-inverted-primary-
|
|
1976
|
-
--dt-action-color-foreground-inverted-primary-
|
|
1977
|
-
--dt-action-color-foreground-inverted-primary-
|
|
1978
|
-
--dt-action-color-foreground-inverted-primary-
|
|
1979
|
-
--dt-action-color-foreground-inverted-primary-default-h: var(--dt-color-link-primary-h);
|
|
1980
|
-
--dt-action-color-foreground-inverted-primary-default-s: var(--dt-color-link-primary-s);
|
|
1981
|
-
--dt-action-color-foreground-inverted-primary-default-l: var(--dt-color-link-primary-l);
|
|
1982
|
-
--dt-action-color-foreground-inverted-primary-default-a: var(--dt-color-link-primary-a);
|
|
1983
|
-
--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-color-link-primary-hsl);
|
|
1984
|
-
--dt-action-color-foreground-inverted-primary-default-hsla: var(--dt-color-link-primary-hsla);
|
|
1985
|
-
--dt-action-color-foreground-inverted-primary-default: var(--dt-color-link-primary);
|
|
2000
|
+
--dt-action-color-foreground-inverted-primary-active-h: var(--dt-action-color-foreground-inverted-primary-hover-h);
|
|
2001
|
+
--dt-action-color-foreground-inverted-primary-active-s: var(--dt-action-color-foreground-inverted-primary-hover-s);
|
|
2002
|
+
--dt-action-color-foreground-inverted-primary-active-l: var(--dt-action-color-foreground-inverted-primary-hover-l);
|
|
2003
|
+
--dt-action-color-foreground-inverted-primary-active-a: var(--dt-action-color-foreground-inverted-primary-hover-a);
|
|
2004
|
+
--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-hover-hsl);
|
|
2005
|
+
--dt-action-color-foreground-inverted-primary-active-hsla: var(--dt-action-color-foreground-inverted-primary-hover-hsla);
|
|
2006
|
+
--dt-action-color-foreground-inverted-primary-active: var(--dt-action-color-foreground-inverted-primary-hover);
|
|
1986
2007
|
--dt-action-color-foreground-inverted-default-h: var(--dt-color-foreground-primary-inverted-h);
|
|
1987
2008
|
--dt-action-color-foreground-inverted-default-s: var(--dt-color-foreground-primary-inverted-s);
|
|
1988
2009
|
--dt-action-color-foreground-inverted-default-l: var(--dt-color-foreground-primary-inverted-l);
|
|
@@ -1990,20 +2011,13 @@
|
|
|
1990
2011
|
--dt-action-color-foreground-inverted-default-hsl: var(--dt-color-foreground-primary-inverted-hsl);
|
|
1991
2012
|
--dt-action-color-foreground-inverted-default-hsla: var(--dt-color-foreground-primary-inverted-hsla);
|
|
1992
2013
|
--dt-action-color-foreground-inverted-default: var(--dt-color-foreground-primary-inverted);
|
|
1993
|
-
--dt-action-color-foreground-base-
|
|
1994
|
-
--dt-action-color-foreground-base-
|
|
1995
|
-
--dt-action-color-foreground-base-
|
|
1996
|
-
--dt-action-color-foreground-base-
|
|
1997
|
-
--dt-action-color-foreground-base-
|
|
1998
|
-
--dt-action-color-foreground-base-
|
|
1999
|
-
--dt-action-color-foreground-base-
|
|
2000
|
-
--dt-action-color-foreground-base-default-h: var(--dt-color-link-primary-h);
|
|
2001
|
-
--dt-action-color-foreground-base-default-s: var(--dt-color-link-primary-s);
|
|
2002
|
-
--dt-action-color-foreground-base-default-l: var(--dt-color-link-primary-l);
|
|
2003
|
-
--dt-action-color-foreground-base-default-a: var(--dt-color-link-primary-a);
|
|
2004
|
-
--dt-action-color-foreground-base-default-hsl: var(--dt-color-link-primary-hsl);
|
|
2005
|
-
--dt-action-color-foreground-base-default-hsla: var(--dt-color-link-primary-hsla);
|
|
2006
|
-
--dt-action-color-foreground-base-default: var(--dt-color-link-primary);
|
|
2014
|
+
--dt-action-color-foreground-base-active-h: var(--dt-action-color-foreground-base-hover-h);
|
|
2015
|
+
--dt-action-color-foreground-base-active-s: var(--dt-action-color-foreground-base-hover-s);
|
|
2016
|
+
--dt-action-color-foreground-base-active-l: var(--dt-action-color-foreground-base-hover-l);
|
|
2017
|
+
--dt-action-color-foreground-base-active-a: var(--dt-action-color-foreground-base-hover-a);
|
|
2018
|
+
--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-hover-hsl);
|
|
2019
|
+
--dt-action-color-foreground-base-active-hsla: var(--dt-action-color-foreground-base-hover-hsla);
|
|
2020
|
+
--dt-action-color-foreground-base-active: var(--dt-action-color-foreground-base-hover);
|
|
2007
2021
|
--dt-inputs-color-background-disabled-h: var(--dt-color-surface-moderate-opaque-h);
|
|
2008
2022
|
--dt-inputs-color-background-disabled-s: var(--dt-color-surface-moderate-opaque-s);
|
|
2009
2023
|
--dt-inputs-color-background-disabled-l: var(--dt-color-surface-moderate-opaque-l);
|
|
@@ -2280,6 +2294,13 @@
|
|
|
2280
2294
|
--dt-theme-sidebar-color-background-hsl: var(--dt-theme-topbar-color-background-hsl);
|
|
2281
2295
|
--dt-theme-sidebar-color-background-hsla: var(--dt-theme-topbar-color-background-hsla);
|
|
2282
2296
|
--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);
|
|
2283
2304
|
--dt-action-color-background-positive-active-h: 85.1;
|
|
2284
2305
|
--dt-action-color-background-positive-active-s: 100%;
|
|
2285
2306
|
--dt-action-color-background-positive-active-l: 58.20000000000001%;
|
|
@@ -2301,13 +2322,6 @@
|
|
|
2301
2322
|
--dt-action-color-background-critical-active-hsl: var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l);
|
|
2302
2323
|
--dt-action-color-background-critical-active-hsla: hsl(var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l) / var(--alpha, 31%));
|
|
2303
2324
|
--dt-action-color-background-critical-active: hsl(4.62 100% 73.2% / 0.31);
|
|
2304
|
-
--dt-action-color-background-base-active-h: 261;
|
|
2305
|
-
--dt-action-color-background-base-active-s: 100%;
|
|
2306
|
-
--dt-action-color-background-base-active-l: 77.3%;
|
|
2307
|
-
--dt-action-color-background-base-active-a: 27%;
|
|
2308
|
-
--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);
|
|
2309
|
-
--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, 27%));
|
|
2310
|
-
--dt-action-color-background-base-active: hsl(261 100% 77.3% / 0.27);
|
|
2311
2325
|
--dt-action-color-foreground-positive-hover-h: var(--dt-color-link-success-hover-h);
|
|
2312
2326
|
--dt-action-color-foreground-positive-hover-s: var(--dt-color-link-success-hover-s);
|
|
2313
2327
|
--dt-action-color-foreground-positive-hover-l: var(--dt-color-link-success-hover-l);
|
|
@@ -2336,13 +2350,6 @@
|
|
|
2336
2350
|
--dt-action-color-foreground-muted-default-hsl: var(--dt-color-link-muted-hsl);
|
|
2337
2351
|
--dt-action-color-foreground-muted-default-hsla: var(--dt-color-link-muted-hsla);
|
|
2338
2352
|
--dt-action-color-foreground-muted-default: var(--dt-color-link-muted);
|
|
2339
|
-
--dt-action-color-foreground-inverted-primary-active-h: var(--dt-action-color-foreground-inverted-primary-hover-h);
|
|
2340
|
-
--dt-action-color-foreground-inverted-primary-active-s: var(--dt-action-color-foreground-inverted-primary-hover-s);
|
|
2341
|
-
--dt-action-color-foreground-inverted-primary-active-l: var(--dt-action-color-foreground-inverted-primary-hover-l);
|
|
2342
|
-
--dt-action-color-foreground-inverted-primary-active-a: var(--dt-action-color-foreground-inverted-primary-hover-a);
|
|
2343
|
-
--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-hover-hsl);
|
|
2344
|
-
--dt-action-color-foreground-inverted-primary-active-hsla: var(--dt-action-color-foreground-inverted-primary-hover-hsla);
|
|
2345
|
-
--dt-action-color-foreground-inverted-primary-active: var(--dt-action-color-foreground-inverted-primary-hover);
|
|
2346
2353
|
--dt-action-color-foreground-inverted-hover-h: var(--dt-action-color-foreground-inverted-default-h);
|
|
2347
2354
|
--dt-action-color-foreground-inverted-hover-s: var(--dt-action-color-foreground-inverted-default-s);
|
|
2348
2355
|
--dt-action-color-foreground-inverted-hover-l: var(--dt-action-color-foreground-inverted-default-l);
|
|
@@ -2364,13 +2371,6 @@
|
|
|
2364
2371
|
--dt-action-color-foreground-critical-default-hsl: var(--dt-color-link-critical-hsl);
|
|
2365
2372
|
--dt-action-color-foreground-critical-default-hsla: var(--dt-color-link-critical-hsla);
|
|
2366
2373
|
--dt-action-color-foreground-critical-default: var(--dt-color-link-critical);
|
|
2367
|
-
--dt-action-color-foreground-base-active-h: var(--dt-action-color-foreground-base-hover-h);
|
|
2368
|
-
--dt-action-color-foreground-base-active-s: var(--dt-action-color-foreground-base-hover-s);
|
|
2369
|
-
--dt-action-color-foreground-base-active-l: var(--dt-action-color-foreground-base-hover-l);
|
|
2370
|
-
--dt-action-color-foreground-base-active-a: var(--dt-action-color-foreground-base-hover-a);
|
|
2371
|
-
--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-hover-hsl);
|
|
2372
|
-
--dt-action-color-foreground-base-active-hsla: var(--dt-action-color-foreground-base-hover-hsla);
|
|
2373
|
-
--dt-action-color-foreground-base-active: var(--dt-action-color-foreground-base-hover);
|
|
2374
2374
|
--dt-typography-button-xl-font-size: var(--dt-button-font-size-xl); /* Text style for extra large button */
|
|
2375
2375
|
--dt-typography-button-lg-font-size: var(--dt-button-font-size-lg); /* Text style for large button */
|
|
2376
2376
|
--dt-typography-button-md-font-size: var(--dt-button-font-size-md); /* Text style for medium button */
|