@justeattakeaway/pie-css 0.17.1 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -8
- package/dist/index.css +607 -112
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
</p>
|
|
1
|
+
# @justeattakeaway/pie-css
|
|
2
|
+
[Source Code](https://github.com/justeattakeaway/pie/tree/main/packages/tools/pie-css) | [NPM](https://www.npmjs.com/package/@justeattakeaway/pie-css)
|
|
4
3
|
|
|
5
|
-
<p
|
|
4
|
+
<p>
|
|
6
5
|
<a href="https://www.npmjs.com/@justeattakeaway/pie-css">
|
|
7
|
-
<img alt="
|
|
6
|
+
<img alt="GitHub Workflow Status" src="https://img.shields.io/npm/v/@justeattakeaway/pie-css.svg">
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
`pie-css` is a styling library that provides two distinct features:
|
|
10
|
+
`@justeattakeaway/pie-css` is a styling library that provides two distinct features:
|
|
14
11
|
|
|
15
12
|
1. A minimal set of CSS styles to help PIE web components display as intended in web applications and providing our design tokens for applications to use.
|
|
16
13
|
2. A set of SCSS style helpers (mixins, functions and variables) to help with common styling tasks when authoring PIE web components.
|
package/dist/index.css
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
/* Global tokens - Color */
|
|
3
3
|
--dt-color-aubergine-10: #e7d6e7;
|
|
4
|
-
--dt-color-aubergine-
|
|
5
|
-
--dt-color-
|
|
6
|
-
--dt-color-
|
|
4
|
+
--dt-color-aubergine-30: #b993b8;
|
|
5
|
+
--dt-color-aubergine-5: #f3e7f3;
|
|
6
|
+
--dt-color-aubergine-75: #493949;
|
|
7
|
+
--dt-color-aubergine-80: #3c313c;
|
|
8
|
+
--dt-color-berry-10: #fadbdf;
|
|
9
|
+
--dt-color-berry-20: #f9d2d7;
|
|
10
|
+
--dt-color-berry-70: #98696f;
|
|
11
|
+
--dt-color-berry-90: #4c3437;
|
|
7
12
|
--dt-color-black: #000;
|
|
8
13
|
--dt-color-blue: #125fca;
|
|
9
|
-
--dt-color-blue-10: #
|
|
14
|
+
--dt-color-blue-10: #dbeaff;
|
|
10
15
|
--dt-color-blue-25: #c1dade;
|
|
11
16
|
--dt-color-blue-30: #7aadf6;
|
|
12
17
|
--dt-color-blue-70: #094dac;
|
|
@@ -21,36 +26,46 @@
|
|
|
21
26
|
--dt-color-charcoal-70: #3c4c4f;
|
|
22
27
|
--dt-color-charcoal-75: #303d3f;
|
|
23
28
|
--dt-color-charcoal-80: #242e30;
|
|
24
|
-
--dt-color-cupcake-10: #
|
|
29
|
+
--dt-color-cupcake-10: #e0ecee;
|
|
30
|
+
--dt-color-cupcake-40: #b1cace;
|
|
31
|
+
--dt-color-cupcake-70: #6a787a;
|
|
32
|
+
--dt-color-cupcake-80: #4c5657;
|
|
25
33
|
--dt-color-cupcake-90: #254043;
|
|
26
34
|
--dt-color-green: #017a39;
|
|
27
|
-
--dt-color-green-10: #
|
|
35
|
+
--dt-color-green-10: #cff7e1;
|
|
28
36
|
--dt-color-green-30: #22bf65;
|
|
29
37
|
--dt-color-green-90: #273f33;
|
|
30
38
|
--dt-color-green-dark-hc: #196634;
|
|
31
39
|
--dt-color-green-light-hc: #26d46e;
|
|
40
|
+
--dt-color-latte-10: #f1e3c9;
|
|
41
|
+
--dt-color-latte-30: #e7cda2;
|
|
42
|
+
--dt-color-latte-70: #81735b;
|
|
32
43
|
--dt-color-mozzarella-10: #f5f3f1;
|
|
33
44
|
--dt-color-mozzarella-100: #1a1a19;
|
|
34
45
|
--dt-color-mozzarella-20: #efedea;
|
|
35
46
|
--dt-color-mozzarella-30: #dbd9d7;
|
|
36
47
|
--dt-color-mozzarella-5: #fcfcfc;
|
|
37
48
|
--dt-color-mozzarella-50: #9e9c9a;
|
|
38
|
-
--dt-color-mozzarella-55: #
|
|
49
|
+
--dt-color-mozzarella-55: #8b8a88;
|
|
39
50
|
--dt-color-mozzarella-60: #797876;
|
|
40
51
|
--dt-color-mozzarella-70: #575655;
|
|
41
52
|
--dt-color-mozzarella-75: #494847;
|
|
42
53
|
--dt-color-mozzarella-80: #3b3a39;
|
|
43
54
|
--dt-color-mozzarella-90: #262626;
|
|
44
55
|
--dt-color-orange: #f36805;
|
|
45
|
-
--dt-color-orange-
|
|
56
|
+
--dt-color-orange-0: #fff2e5;
|
|
57
|
+
--dt-color-orange-10: #fddfc3;
|
|
58
|
+
--dt-color-orange-20: #fbc592;
|
|
59
|
+
--dt-color-orange-25: #ff9933;
|
|
46
60
|
--dt-color-orange-30: #ff8000;
|
|
47
|
-
--dt-color-orange-
|
|
48
|
-
--dt-color-orange-
|
|
61
|
+
--dt-color-orange-70: #b45512;
|
|
62
|
+
--dt-color-orange-75: #a04c00;
|
|
63
|
+
--dt-color-orange-90: #613105;
|
|
49
64
|
--dt-color-orange-dark-hc: #a33100;
|
|
50
65
|
--dt-color-purple: #5b3d5b;
|
|
51
66
|
--dt-color-purple-light-hc: #ba98ba;
|
|
52
67
|
--dt-color-red: #d50525;
|
|
53
|
-
--dt-color-red-10: #
|
|
68
|
+
--dt-color-red-10: #ffd3cc;
|
|
54
69
|
--dt-color-red-25: #f2a6b0;
|
|
55
70
|
--dt-color-red-30: #f68179;
|
|
56
71
|
--dt-color-red-40: #e22c3e;
|
|
@@ -59,11 +74,29 @@
|
|
|
59
74
|
--dt-color-red-light-hc: #ff7a80;
|
|
60
75
|
--dt-color-system-purple: #800080;
|
|
61
76
|
--dt-color-system-purple-10: #c58af9;
|
|
77
|
+
--dt-color-thirdparty-coop-blue-05: #e4f8fe;
|
|
78
|
+
--dt-color-thirdparty-coop-blue-90: #00485c;
|
|
79
|
+
--dt-color-thirdparty-facebook-blue: #1877f2;
|
|
80
|
+
--dt-color-thirdparty-google-grey-10: #f2f2f2;
|
|
81
|
+
--dt-color-thirdparty-google-grey-100: #131314;
|
|
82
|
+
--dt-color-thirdparty-google-grey-30: #e3e3e3;
|
|
83
|
+
--dt-color-thirdparty-google-grey-50: #8e918f;
|
|
84
|
+
--dt-color-thirdparty-google-grey-60: #747775;
|
|
85
|
+
--dt-color-thirdparty-google-grey-70: #6a6c6b;
|
|
86
|
+
--dt-color-thirdparty-google-grey-90: #1f1f1f;
|
|
87
|
+
--dt-color-thirdparty-microsoft-grey-60: #8c8c8c;
|
|
88
|
+
--dt-color-thirdparty-microsoft-grey-70: #5e5e5e;
|
|
89
|
+
--dt-color-thirdparty-microsoft-grey-80: #2f2f2f;
|
|
90
|
+
--dt-color-tomato-100: #31160d;
|
|
91
|
+
--dt-color-tomato-30: #ff966d;
|
|
62
92
|
--dt-color-tomato-5: #ffd3bf;
|
|
93
|
+
--dt-color-tomato-50: #f75e28;
|
|
63
94
|
--dt-color-tomato-90: #622b18;
|
|
64
|
-
--dt-color-turmeric-
|
|
65
|
-
--dt-color-turmeric-
|
|
66
|
-
--dt-color-turmeric-
|
|
95
|
+
--dt-color-turmeric-10: #fceac0;
|
|
96
|
+
--dt-color-turmeric-5: #fdf2d8;
|
|
97
|
+
--dt-color-turmeric-60: #b48c32;
|
|
98
|
+
--dt-color-turmeric-70: #917228;
|
|
99
|
+
--dt-color-turmeric-80: #644f1c;
|
|
67
100
|
--dt-color-white: #fff;
|
|
68
101
|
--dt-color-yellow: #f6c243;
|
|
69
102
|
--dt-color-yellow-10: #fff9df;
|
|
@@ -88,6 +121,7 @@
|
|
|
88
121
|
--dt-color-border-selected: var(--dt-color-mozzarella-50);
|
|
89
122
|
--dt-color-border-selected-brand: var(--dt-color-orange);
|
|
90
123
|
--dt-color-border-form: var(--dt-color-mozzarella-55);
|
|
124
|
+
--dt-color-border-decorative-brand: var(--dt-color-orange-30);
|
|
91
125
|
--dt-color-divider-default: rgb(0,0,0,0.08);
|
|
92
126
|
--dt-color-divider-inverse: rgb(255,255,255,0.20);
|
|
93
127
|
--dt-color-interactive-brand: var(--dt-color-orange);
|
|
@@ -120,11 +154,18 @@
|
|
|
120
154
|
--dt-color-support-brand-04: var(--dt-color-red-25);
|
|
121
155
|
--dt-color-support-brand-04-subtle: var(--dt-color-berry-10);
|
|
122
156
|
--dt-color-support-brand-05: var(--dt-color-yellow);
|
|
123
|
-
--dt-color-support-brand-05-subtle: var(--dt-color-turmeric-
|
|
157
|
+
--dt-color-support-brand-05-subtle: var(--dt-color-turmeric-10);
|
|
124
158
|
--dt-color-support-brand-06: var(--dt-color-purple);
|
|
125
159
|
--dt-color-support-brand-06-subtle: var(--dt-color-aubergine-10);
|
|
126
|
-
--dt-color-support-brand-07: var(--dt-color-
|
|
160
|
+
--dt-color-support-brand-07: var(--dt-color-tomato-50);
|
|
127
161
|
--dt-color-support-brand-07-subtle: var(--dt-color-tomato-5);
|
|
162
|
+
--dt-color-support-brand-08: var(--dt-color-latte-30);
|
|
163
|
+
--dt-color-support-brand-08-subtle: var(--dt-color-latte-10);
|
|
164
|
+
--dt-color-braze-container-01: var(--dt-color-orange-10);
|
|
165
|
+
--dt-color-braze-container-03: var(--dt-color-cupcake-10);
|
|
166
|
+
--dt-color-braze-container-04: var(--dt-color-berry-10);
|
|
167
|
+
--dt-color-braze-container-05: var(--dt-color-turmeric-10);
|
|
168
|
+
--dt-color-braze-container-08: var(--dt-color-latte-10);
|
|
128
169
|
--dt-color-content-default: var(--dt-color-charcoal-80);
|
|
129
170
|
--dt-color-content-subdued: var(--dt-color-charcoal-70);
|
|
130
171
|
--dt-color-content-interactive-brand: var(--dt-color-orange);
|
|
@@ -178,7 +219,33 @@
|
|
|
178
219
|
--dt-color-skeleton-shimmer-01: var(--dt-color-mozzarella-5);
|
|
179
220
|
--dt-color-skeleton-shimmer-02: var(--dt-color-mozzarella-5);
|
|
180
221
|
--dt-color-skeleton-shimmer-03: var(--dt-color-mozzarella-10);
|
|
222
|
+
--dt-color-thirdparty-apple-container-primary: var(--dt-color-black);
|
|
223
|
+
--dt-color-thirdparty-apple-content-primary: var(--dt-color-white);
|
|
224
|
+
--dt-color-thirdparty-apple-container-secondary: var(--dt-color-white);
|
|
225
|
+
--dt-color-thirdparty-apple-content-secondary: var(--dt-color-black);
|
|
226
|
+
--dt-color-thirdparty-android-background-dashboard: var(--dt-color-black);
|
|
227
|
+
--dt-color-thirdparty-facebook-container-primary: var(--dt-color-thirdparty-facebook-blue);
|
|
228
|
+
--dt-color-thirdparty-facebook-content-primary: var(--dt-color-white);
|
|
229
|
+
--dt-color-thirdparty-facebook-container-secondary: var(--dt-color-white);
|
|
230
|
+
--dt-color-thirdparty-facebook-content-secondary: var(--dt-color-black);
|
|
231
|
+
--dt-color-thirdparty-google-container-primary: var(--dt-color-thirdparty-google-grey-100);
|
|
232
|
+
--dt-color-thirdparty-google-content-primary: var(--dt-color-thirdparty-google-grey-30);
|
|
233
|
+
--dt-color-thirdparty-google-content-primary-subdued: var(--dt-color-thirdparty-google-grey-30);
|
|
234
|
+
--dt-color-thirdparty-google-border-primary: var(--dt-color-thirdparty-google-grey-30);
|
|
235
|
+
--dt-color-thirdparty-google-container-secondary: var(--dt-color-white);
|
|
236
|
+
--dt-color-thirdparty-google-content-secondary: var(--dt-color-thirdparty-google-grey-100);
|
|
237
|
+
--dt-color-thirdparty-google-content-secondary-subdued: var(--dt-color-thirdparty-google-grey-70);
|
|
238
|
+
--dt-color-thirdparty-google-border-secondary: var(--dt-color-thirdparty-google-grey-60);
|
|
239
|
+
--dt-color-thirdparty-microsoft-container-primary: var(--dt-color-white);
|
|
240
|
+
--dt-color-thirdparty-microsoft-content-primary: var(--dt-color-thirdparty-microsoft-grey-70);
|
|
241
|
+
--dt-color-thirdparty-microsoft-border-primary: var(--dt-color-thirdparty-microsoft-grey-60);
|
|
242
|
+
--dt-color-thirdparty-microsoft-container-secondary: var(--dt-color-thirdparty-microsoft-grey-80);
|
|
243
|
+
--dt-color-thirdparty-microsoft-content-secondary: var(--dt-color-white);
|
|
244
|
+
--dt-color-thirdparty-microsoft-border-secondary-bg: #fff;
|
|
245
|
+
--dt-color-thirdparty-microsoft-border-secondary: 0%;
|
|
246
|
+
--dt-color-thirdparty-coop-container-primary: var(--dt-color-thirdparty-coop-blue-05);
|
|
181
247
|
/* Global tokens - Font */
|
|
248
|
+
--dt-font-family-alternative: 'JETSansVF2';
|
|
182
249
|
--dt-font-family-code: 'PTMono';
|
|
183
250
|
--dt-font-family-primary: 'JetSansDigital';
|
|
184
251
|
--dt-font-family-secondary: 'Arial';
|
|
@@ -209,11 +276,21 @@
|
|
|
209
276
|
/* Size-48 font theme */
|
|
210
277
|
--dt-font-size-48: 48;
|
|
211
278
|
--dt-font-size-48-line-height: 56;
|
|
279
|
+
--dt-font-style-italic: italic;
|
|
212
280
|
--dt-font-style-underline: underline;
|
|
281
|
+
--dt-font-weight-black: 900;
|
|
213
282
|
--dt-font-weight-bold: 700;
|
|
283
|
+
--dt-font-weight-extrablack: 1000;
|
|
214
284
|
--dt-font-weight-extrabold: 800;
|
|
215
285
|
--dt-font-weight-regular: 400;
|
|
216
286
|
/* Alias tokens - Font */
|
|
287
|
+
/* Heading-xs font theme */
|
|
288
|
+
--dt-font-heading-xs-size--wide: var(--dt-font-size-16);
|
|
289
|
+
--dt-font-heading-xs-size--narrow: var(--dt-font-size-14);
|
|
290
|
+
--dt-font-heading-xs-family: var(--dt-font-family-primary);
|
|
291
|
+
--dt-font-heading-xs-weight: var(--dt-font-weight-extrabold);
|
|
292
|
+
--dt-font-heading-xs-line-height--wide: var(--dt-font-size-16-line-height);
|
|
293
|
+
--dt-font-heading-xs-line-height--narrow: var(--dt-font-size-14-line-height);
|
|
217
294
|
/* Heading-s font theme */
|
|
218
295
|
--dt-font-heading-s-size--wide: var(--dt-font-size-20);
|
|
219
296
|
--dt-font-heading-s-size--narrow: var(--dt-font-size-16);
|
|
@@ -249,6 +326,46 @@
|
|
|
249
326
|
--dt-font-heading-xxl-weight: var(--dt-font-weight-extrabold);
|
|
250
327
|
--dt-font-heading-xxl-line-height--wide: var(--dt-font-size-48-line-height);
|
|
251
328
|
--dt-font-heading-xxl-line-height--narrow: var(--dt-font-size-32-line-height);
|
|
329
|
+
/* Heading-s-italic font theme */
|
|
330
|
+
--dt-font-heading-s-italic-size--wide: var(--dt-font-size-20);
|
|
331
|
+
--dt-font-heading-s-italic-size--narrow: var(--dt-font-size-16);
|
|
332
|
+
--dt-font-heading-s-italic-family: var(--dt-font-family-alternative);
|
|
333
|
+
--dt-font-heading-s-italic-weight: var(--dt-font-weight-extrabold);
|
|
334
|
+
--dt-font-heading-s-italic-font-style: var(--dt-font-style-italic);
|
|
335
|
+
--dt-font-heading-s-italic-line-height--wide: var(--dt-font-size-20-line-height);
|
|
336
|
+
--dt-font-heading-s-italic-line-height--narrow: var(--dt-font-size-16-line-height);
|
|
337
|
+
/* Heading-m-italic font theme */
|
|
338
|
+
--dt-font-heading-m-italic-size--wide: var(--dt-font-size-24);
|
|
339
|
+
--dt-font-heading-m-italic-size--narrow: var(--dt-font-size-20);
|
|
340
|
+
--dt-font-heading-m-italic-family: var(--dt-font-family-alternative);
|
|
341
|
+
--dt-font-heading-m-italic-weight: var(--dt-font-weight-black);
|
|
342
|
+
--dt-font-heading-m-italic-font-style: var(--dt-font-style-italic);
|
|
343
|
+
--dt-font-heading-m-italic-line-height--wide: var(--dt-font-size-24-line-height);
|
|
344
|
+
--dt-font-heading-m-italic-line-height--narrow: var(--dt-font-size-20-line-height);
|
|
345
|
+
/* Heading-l-italic font theme */
|
|
346
|
+
--dt-font-heading-l-italic-size--wide: var(--dt-font-size-28);
|
|
347
|
+
--dt-font-heading-l-italic-size--narrow: var(--dt-font-size-24);
|
|
348
|
+
--dt-font-heading-l-italic-family: var(--dt-font-family-alternative);
|
|
349
|
+
--dt-font-heading-l-italic-weight: var(--dt-font-weight-black);
|
|
350
|
+
--dt-font-heading-l-italic-font-style: var(--dt-font-style-italic);
|
|
351
|
+
--dt-font-heading-l-italic-line-height--wide: var(--dt-font-size-28-line-height);
|
|
352
|
+
--dt-font-heading-l-italic-line-height--narrow: var(--dt-font-size-24-line-height);
|
|
353
|
+
/* Heading-xl-italic font theme */
|
|
354
|
+
--dt-font-heading-xl-italic-size--wide: var(--dt-font-size-32);
|
|
355
|
+
--dt-font-heading-xl-italic-size--narrow: var(--dt-font-size-28);
|
|
356
|
+
--dt-font-heading-xl-italic-family: var(--dt-font-family-alternative);
|
|
357
|
+
--dt-font-heading-xl-italic-weight: var(--dt-font-weight-extrablack);
|
|
358
|
+
--dt-font-heading-xl-italic-font-style: var(--dt-font-style-italic);
|
|
359
|
+
--dt-font-heading-xl-italic-line-height--wide: var(--dt-font-size-32-line-height);
|
|
360
|
+
--dt-font-heading-xl-italic-line-height--narrow: var(--dt-font-size-28-line-height);
|
|
361
|
+
/* Heading-xxl-italic font theme */
|
|
362
|
+
--dt-font-heading-xxl-italic-size--wide: var(--dt-font-size-48);
|
|
363
|
+
--dt-font-heading-xxl-italic-size--narrow: var(--dt-font-size-32);
|
|
364
|
+
--dt-font-heading-xxl-italic-family: var(--dt-font-family-alternative);
|
|
365
|
+
--dt-font-heading-xxl-italic-weight: var(--dt-font-weight-extrablack);
|
|
366
|
+
--dt-font-heading-xxl-italic-font-style: var(--dt-font-style-italic);
|
|
367
|
+
--dt-font-heading-xxl-italic-line-height--wide: var(--dt-font-size-48-line-height);
|
|
368
|
+
--dt-font-heading-xxl-italic-line-height--narrow: var(--dt-font-size-32-line-height);
|
|
252
369
|
/* Subheading-s font theme */
|
|
253
370
|
--dt-font-subheading-s-size--wide: var(--dt-font-size-20);
|
|
254
371
|
--dt-font-subheading-s-size--narrow: var(--dt-font-size-16);
|
|
@@ -357,19 +474,19 @@
|
|
|
357
474
|
--dt-font-caption-strong-link-text-decoration: var(--dt-font-style-underline);
|
|
358
475
|
--dt-font-caption-strong-link-line-height: var(--dt-font-size-12-line-height);
|
|
359
476
|
/* Global tokens - Radius */
|
|
477
|
+
--dt-radius-12: 12px;
|
|
478
|
+
--dt-radius-16: 16px;
|
|
360
479
|
--dt-radius-00: 0;
|
|
361
|
-
--dt-radius-
|
|
362
|
-
--dt-radius-
|
|
363
|
-
--dt-radius-
|
|
364
|
-
--dt-radius-05: 16px;
|
|
365
|
-
--dt-radius-06: 50rem;
|
|
480
|
+
--dt-radius-04: 4px;
|
|
481
|
+
--dt-radius-08: 8px;
|
|
482
|
+
--dt-radius-round: 50rem;
|
|
366
483
|
/* Alias tokens - Radius */
|
|
367
484
|
--dt-radius-rounded-none: var(--dt-radius-00);
|
|
368
|
-
--dt-radius-rounded-a: var(--dt-radius-
|
|
369
|
-
--dt-radius-rounded-b: var(--dt-radius-
|
|
370
|
-
--dt-radius-rounded-c: var(--dt-radius-
|
|
371
|
-
--dt-radius-rounded-d: var(--dt-radius-
|
|
372
|
-
--dt-radius-rounded-e: var(--dt-radius-
|
|
485
|
+
--dt-radius-rounded-a: var(--dt-radius-04);
|
|
486
|
+
--dt-radius-rounded-b: var(--dt-radius-08);
|
|
487
|
+
--dt-radius-rounded-c: var(--dt-radius-12);
|
|
488
|
+
--dt-radius-rounded-d: var(--dt-radius-16);
|
|
489
|
+
--dt-radius-rounded-e: var(--dt-radius-round);
|
|
373
490
|
/* Global tokens - Motion */
|
|
374
491
|
--dt-motion-easing-in: cubic-bezier(0.8, 0, 1, 1);
|
|
375
492
|
--dt-motion-easing-out: cubic-bezier(0, 0, 0.18, 0.99);
|
|
@@ -382,29 +499,31 @@
|
|
|
382
499
|
--dt-motion-timing-300: 300ms;
|
|
383
500
|
--dt-motion-timing-350: 350ms;
|
|
384
501
|
/* Global tokens - Spacing */
|
|
385
|
-
--dt-spacing-
|
|
502
|
+
--dt-spacing-12: 12px;
|
|
503
|
+
--dt-spacing-16: 16px;
|
|
504
|
+
--dt-spacing-24: 24px;
|
|
505
|
+
--dt-spacing-32: 32px;
|
|
506
|
+
--dt-spacing-40: 40px;
|
|
507
|
+
--dt-spacing-56: 56px;
|
|
508
|
+
--dt-spacing-64: 64px;
|
|
509
|
+
--dt-spacing-80: 80px;
|
|
386
510
|
--dt-spacing-00: 0;
|
|
387
|
-
--dt-spacing-
|
|
388
|
-
--dt-spacing-
|
|
389
|
-
--dt-spacing-
|
|
390
|
-
--dt-spacing-04: 16px;
|
|
391
|
-
--dt-spacing-05: 24px;
|
|
392
|
-
--dt-spacing-06: 32px;
|
|
393
|
-
--dt-spacing-07: 40px;
|
|
394
|
-
--dt-spacing-08: 56px;
|
|
395
|
-
--dt-spacing-09: 64px;
|
|
511
|
+
--dt-spacing-02: 2px;
|
|
512
|
+
--dt-spacing-04: 4px;
|
|
513
|
+
--dt-spacing-08: 8px;
|
|
396
514
|
/* Alias tokens - Spacing */
|
|
397
515
|
--dt-spacing-none: var(--dt-spacing-00);
|
|
398
|
-
--dt-spacing-a: var(--dt-spacing-
|
|
399
|
-
--dt-spacing-
|
|
400
|
-
--dt-spacing-
|
|
401
|
-
--dt-spacing-
|
|
402
|
-
--dt-spacing-
|
|
403
|
-
--dt-spacing-
|
|
404
|
-
--dt-spacing-
|
|
405
|
-
--dt-spacing-
|
|
406
|
-
--dt-spacing-
|
|
407
|
-
--dt-spacing-
|
|
516
|
+
--dt-spacing-a-small: var(--dt-spacing-02);
|
|
517
|
+
--dt-spacing-a: var(--dt-spacing-04);
|
|
518
|
+
--dt-spacing-b: var(--dt-spacing-08);
|
|
519
|
+
--dt-spacing-c: var(--dt-spacing-12);
|
|
520
|
+
--dt-spacing-d: var(--dt-spacing-16);
|
|
521
|
+
--dt-spacing-e: var(--dt-spacing-24);
|
|
522
|
+
--dt-spacing-f: var(--dt-spacing-32);
|
|
523
|
+
--dt-spacing-g: var(--dt-spacing-40);
|
|
524
|
+
--dt-spacing-h: var(--dt-spacing-56);
|
|
525
|
+
--dt-spacing-i: var(--dt-spacing-64);
|
|
526
|
+
--dt-spacing-j: var(--dt-spacing-80);
|
|
408
527
|
/* Global tokens - Breakpoint */
|
|
409
528
|
--dt-breakpoint-size-1024: 1024px;
|
|
410
529
|
--dt-breakpoint-size-1280: 1280px;
|
|
@@ -445,6 +564,16 @@
|
|
|
445
564
|
--dt-elevation-inverse-04: var(--dt-elevation-box-shadow-09);
|
|
446
565
|
--dt-elevation-inverse-05: var(--dt-elevation-box-shadow-10);
|
|
447
566
|
--dt-elevation-inverse-card: var(--dt-elevation-box-shadow-12);
|
|
567
|
+
/* Global tokens - Gradient */
|
|
568
|
+
/* Alias tokens - Gradient */
|
|
569
|
+
/* Default gradient theme */
|
|
570
|
+
--dt-gradient-jetplus-brand-01: linear-gradient(140deg, var(--dt-color-orange-25) 0%, var(--dt-color-orange-30) 40%, var(--dt-color-tomato-50) 100%);
|
|
571
|
+
--dt-gradient-jetplus-brand-02: linear-gradient(140deg, var(--dt-color-orange-10) 0%, var(--dt-color-orange-20) 40%, var(--dt-color-tomato-30) 100%);
|
|
572
|
+
--dt-gradient-jetplus-brand-03: linear-gradient(140deg, var(--dt-color-orange-0) 0%, var(--dt-color-orange-10) 40%, var(--dt-color-tomato-5) 100%);
|
|
573
|
+
--dt-gradient-jetplus-support-01: linear-gradient(180deg, var(--dt-color-mozzarella-20) 0%, var(--dt-color-mozzarella-5) 40%, var(--dt-color-mozzarella-5) 100%);
|
|
574
|
+
--dt-gradient-jetplus-support-02: linear-gradient(180deg, var(--dt-color-orange-10) 0%, var(--dt-color-transparent) 40%, var(--dt-color-transparent) 100%);
|
|
575
|
+
--dt-gradient-ai-container-default: linear-gradient(140deg, var(--dt-color-cupcake-10) 40%, var(--dt-color-aubergine-5) 100%);
|
|
576
|
+
--dt-gradient-ai-border-default: linear-gradient(140deg, var(--dt-color-cupcake-40) 40%, var(--dt-color-aubergine-30) 100%);
|
|
448
577
|
}
|
|
449
578
|
/* Highcontrast color theme */
|
|
450
579
|
html[data-highcontrast-enabled] {
|
|
@@ -465,6 +594,7 @@ html[data-highcontrast-enabled] {
|
|
|
465
594
|
--dt-color-border-selected: var(--dt-color-black);
|
|
466
595
|
--dt-color-border-selected-brand: var(--dt-color-orange-dark-hc);
|
|
467
596
|
--dt-color-border-form: var(--dt-color-black);
|
|
597
|
+
--dt-color-border-decorative-brand: var(--dt-color-orange-30);
|
|
468
598
|
--dt-color-divider-default: var(--dt-color-black);
|
|
469
599
|
--dt-color-divider-inverse: var(--dt-color-white);
|
|
470
600
|
--dt-color-interactive-brand: var(--dt-color-orange-dark-hc);
|
|
@@ -502,6 +632,13 @@ html[data-highcontrast-enabled] {
|
|
|
502
632
|
--dt-color-support-brand-06-subtle: var(--dt-color-aubergine-10);
|
|
503
633
|
--dt-color-support-brand-07: var(--dt-color-white);
|
|
504
634
|
--dt-color-support-brand-07-subtle: var(--dt-color-tomato-5);
|
|
635
|
+
--dt-color-support-brand-08: var(--dt-color-white);
|
|
636
|
+
--dt-color-support-brand-08-subtle: var(--dt-color-latte-10);
|
|
637
|
+
--dt-color-braze-container-01: var(--dt-color-orange-10);
|
|
638
|
+
--dt-color-braze-container-03: var(--dt-color-cupcake-10);
|
|
639
|
+
--dt-color-braze-container-04: var(--dt-color-berry-10);
|
|
640
|
+
--dt-color-braze-container-05: var(--dt-color-turmeric-10);
|
|
641
|
+
--dt-color-braze-container-08: var(--dt-color-latte-10);
|
|
505
642
|
--dt-color-content-default: var(--dt-color-black);
|
|
506
643
|
--dt-color-content-subdued: var(--dt-color-black);
|
|
507
644
|
--dt-color-content-interactive-brand: var(--dt-color-orange-dark-hc);
|
|
@@ -576,6 +713,7 @@ html[data-highcontrast-enabled] {
|
|
|
576
713
|
--dt-color-border-selected: var(--dt-color-mozzarella-30);
|
|
577
714
|
--dt-color-border-selected-brand: var(--dt-color-orange);
|
|
578
715
|
--dt-color-border-form: var(--dt-color-mozzarella-50);
|
|
716
|
+
--dt-color-border-decorative-brand: var(--dt-color-orange-30);
|
|
579
717
|
--dt-color-divider-default: rgb(255,255,255,0.20);
|
|
580
718
|
--dt-color-divider-inverse: rgb(0,0,0,0.08);
|
|
581
719
|
--dt-color-interactive-brand: var(--dt-color-orange);
|
|
@@ -602,17 +740,24 @@ html[data-highcontrast-enabled] {
|
|
|
602
740
|
--dt-color-support-error-inverse: var(--dt-color-red);
|
|
603
741
|
--dt-color-support-warning-inverse: var(--dt-color-turmeric-60);
|
|
604
742
|
--dt-color-support-brand-01: var(--dt-color-orange-30);
|
|
605
|
-
--dt-color-support-brand-02: var(--dt-color-orange-
|
|
743
|
+
--dt-color-support-brand-02: var(--dt-color-orange-75);
|
|
606
744
|
--dt-color-support-brand-03: var(--dt-color-blue-25);
|
|
607
|
-
--dt-color-support-brand-03-subtle: var(--dt-color-cupcake-
|
|
745
|
+
--dt-color-support-brand-03-subtle: var(--dt-color-cupcake-70);
|
|
608
746
|
--dt-color-support-brand-04: var(--dt-color-red-25);
|
|
609
|
-
--dt-color-support-brand-04-subtle: var(--dt-color-berry-
|
|
747
|
+
--dt-color-support-brand-04-subtle: var(--dt-color-berry-70);
|
|
610
748
|
--dt-color-support-brand-05: var(--dt-color-yellow);
|
|
611
|
-
--dt-color-support-brand-05-subtle: var(--dt-color-turmeric-
|
|
749
|
+
--dt-color-support-brand-05-subtle: var(--dt-color-turmeric-70);
|
|
612
750
|
--dt-color-support-brand-06: var(--dt-color-purple);
|
|
613
|
-
--dt-color-support-brand-06-subtle: var(--dt-color-aubergine-
|
|
614
|
-
--dt-color-support-brand-07: var(--dt-color-
|
|
751
|
+
--dt-color-support-brand-06-subtle: var(--dt-color-aubergine-75);
|
|
752
|
+
--dt-color-support-brand-07: var(--dt-color-tomato-50);
|
|
615
753
|
--dt-color-support-brand-07-subtle: var(--dt-color-tomato-90);
|
|
754
|
+
--dt-color-support-brand-08: var(--dt-color-latte-30);
|
|
755
|
+
--dt-color-support-brand-08-subtle: var(--dt-color-latte-70);
|
|
756
|
+
--dt-color-braze-container-01: var(--dt-color-orange-75);
|
|
757
|
+
--dt-color-braze-container-03: var(--dt-color-cupcake-70);
|
|
758
|
+
--dt-color-braze-container-04: var(--dt-color-berry-70);
|
|
759
|
+
--dt-color-braze-container-05: var(--dt-color-turmeric-70);
|
|
760
|
+
--dt-color-braze-container-08: var(--dt-color-latte-70);
|
|
616
761
|
--dt-color-content-default: var(--dt-color-white);
|
|
617
762
|
--dt-color-content-subdued: var(--dt-color-charcoal-30);
|
|
618
763
|
--dt-color-content-interactive-brand: var(--dt-color-orange-30);
|
|
@@ -666,6 +811,31 @@ html[data-highcontrast-enabled] {
|
|
|
666
811
|
--dt-color-skeleton-shimmer-01: var(--dt-color-mozzarella-75);
|
|
667
812
|
--dt-color-skeleton-shimmer-02: var(--dt-color-mozzarella-70);
|
|
668
813
|
--dt-color-skeleton-shimmer-03: var(--dt-color-mozzarella-80);
|
|
814
|
+
--dt-color-thirdparty-apple-container-primary: var(--dt-color-white);
|
|
815
|
+
--dt-color-thirdparty-apple-content-primary: var(--dt-color-black);
|
|
816
|
+
--dt-color-thirdparty-apple-container-secondary: var(--dt-color-black);
|
|
817
|
+
--dt-color-thirdparty-apple-content-secondary: var(--dt-color-white);
|
|
818
|
+
--dt-color-thirdparty-android-background-dashboard: var(--dt-color-black);
|
|
819
|
+
--dt-color-thirdparty-facebook-container-primary: var(--dt-color-thirdparty-facebook-blue);
|
|
820
|
+
--dt-color-thirdparty-facebook-content-primary: var(--dt-color-white);
|
|
821
|
+
--dt-color-thirdparty-facebook-container-secondary: var(--dt-color-black);
|
|
822
|
+
--dt-color-thirdparty-facebook-content-secondary: var(--dt-color-white);
|
|
823
|
+
--dt-color-thirdparty-google-container-primary: var(--dt-color-thirdparty-google-grey-100);
|
|
824
|
+
--dt-color-thirdparty-google-content-primary: var(--dt-color-thirdparty-google-grey-30);
|
|
825
|
+
--dt-color-thirdparty-google-content-primary-subdued: var(--dt-color-thirdparty-google-grey-30);
|
|
826
|
+
--dt-color-thirdparty-google-border-primary: var(--dt-color-thirdparty-google-grey-30);
|
|
827
|
+
--dt-color-thirdparty-google-container-secondary: var(--dt-color-white);
|
|
828
|
+
--dt-color-thirdparty-google-content-secondary: var(--dt-color-thirdparty-google-grey-100);
|
|
829
|
+
--dt-color-thirdparty-google-content-secondary-subdued: var(--dt-color-thirdparty-google-grey-70);
|
|
830
|
+
--dt-color-thirdparty-google-border-secondary: var(--dt-color-thirdparty-google-grey-60);
|
|
831
|
+
--dt-color-thirdparty-microsoft-container-primary: var(--dt-color-thirdparty-microsoft-grey-80);
|
|
832
|
+
--dt-color-thirdparty-microsoft-content-primary: var(--dt-color-white);
|
|
833
|
+
--dt-color-thirdparty-microsoft-border-primary-bg: #000;
|
|
834
|
+
--dt-color-thirdparty-microsoft-border-primary: 0%;
|
|
835
|
+
--dt-color-thirdparty-microsoft-container-secondary: var(--dt-color-white);
|
|
836
|
+
--dt-color-thirdparty-microsoft-content-secondary: var(--dt-color-thirdparty-microsoft-grey-70);
|
|
837
|
+
--dt-color-thirdparty-microsoft-border-secondary: var(--dt-color-thirdparty-microsoft-grey-60);
|
|
838
|
+
--dt-color-thirdparty-coop-container-primary: var(--dt-color-thirdparty-coop-blue-90);
|
|
669
839
|
}
|
|
670
840
|
}
|
|
671
841
|
/* Highcontrast-dark color theme */
|
|
@@ -688,6 +858,7 @@ html[data-highcontrast-enabled] {
|
|
|
688
858
|
--dt-color-border-selected: var(--dt-color-white);
|
|
689
859
|
--dt-color-border-selected-brand: var(--dt-color-orange-30);
|
|
690
860
|
--dt-color-border-form: var(--dt-color-white);
|
|
861
|
+
--dt-color-border-decorative-brand: var(--dt-color-orange-30);
|
|
691
862
|
--dt-color-divider-default: var(--dt-color-white);
|
|
692
863
|
--dt-color-divider-inverse: var(--dt-color-black);
|
|
693
864
|
--dt-color-interactive-brand: var(--dt-color-orange-30);
|
|
@@ -797,28 +968,55 @@ html[data-highcontrast-enabled] {
|
|
|
797
968
|
--dt-elevation-inverse-card: var(--dt-elevation-box-shadow-11);
|
|
798
969
|
}
|
|
799
970
|
}
|
|
971
|
+
/* Dark gradient theme */
|
|
972
|
+
@media (prefers-color-scheme: dark) {
|
|
973
|
+
html[data-darkmode-enabled] {
|
|
974
|
+
--dt-gradient-jetplus-brand-01: linear-gradient(140deg, var(--dt-color-orange-25) 0%, var(--dt-color-orange-30) 40%, var(--dt-color-tomato-50) 100%);
|
|
975
|
+
--dt-gradient-jetplus-brand-02: linear-gradient(140deg, var(--dt-color-orange-70) 0%, var(--dt-color-orange-75) 40%, var(--dt-color-tomato-90) 100%);
|
|
976
|
+
--dt-gradient-jetplus-brand-03: linear-gradient(140deg, var(--dt-color-orange-75) 0%, var(--dt-color-orange-90) 40%, var(--dt-color-tomato-100) 100%);
|
|
977
|
+
--dt-gradient-jetplus-support-01: linear-gradient(180deg, var(--dt-color-mozzarella-70) 0%, var(--dt-color-mozzarella-100) 40%, var(--dt-color-mozzarella-100) 100%);
|
|
978
|
+
--dt-gradient-jetplus-support-02: linear-gradient(180deg, var(--dt-color-orange-75) 0%, var(--dt-color-transparent) 40%, var(--dt-color-transparent) 100%);
|
|
979
|
+
--dt-gradient-ai-container-default: linear-gradient(140deg, var(--dt-color-cupcake-80) 40%, var(--dt-color-purple) 100%);
|
|
980
|
+
--dt-gradient-ai-border-default: linear-gradient(140deg, var(--dt-color-cupcake-40) 40%, var(--dt-color-aubergine-30) 100%);
|
|
981
|
+
}
|
|
982
|
+
}
|
|
800
983
|
:root {
|
|
801
984
|
--dt-color-aubergine-10-h: 300;
|
|
802
985
|
--dt-color-aubergine-10-s: 26.2%;
|
|
803
986
|
--dt-color-aubergine-10-l: 87.3%;
|
|
804
|
-
--dt-color-aubergine-
|
|
805
|
-
--dt-color-aubergine-
|
|
987
|
+
--dt-color-aubergine-30-h: 302;
|
|
988
|
+
--dt-color-aubergine-30-s: 21.3%;
|
|
989
|
+
--dt-color-aubergine-30-l: 65.1%;
|
|
990
|
+
--dt-color-aubergine-5-h: 300;
|
|
991
|
+
--dt-color-aubergine-5-s: 33.3%;
|
|
992
|
+
--dt-color-aubergine-5-l: 92.9%;
|
|
993
|
+
--dt-color-aubergine-75-h: 300;
|
|
994
|
+
--dt-color-aubergine-75-s: 12.3%;
|
|
995
|
+
--dt-color-aubergine-75-l: 25.5%;
|
|
996
|
+
--dt-color-aubergine-80-h: 300;
|
|
997
|
+
--dt-color-aubergine-80-s: 10.1%;
|
|
806
998
|
--dt-color-aubergine-80-l: 21.4%;
|
|
807
|
-
--dt-color-berry-10-h:
|
|
808
|
-
--dt-color-berry-10-s:
|
|
809
|
-
--dt-color-berry-10-l:
|
|
810
|
-
--dt-color-berry-
|
|
811
|
-
--dt-color-berry-
|
|
812
|
-
--dt-color-berry-
|
|
999
|
+
--dt-color-berry-10-h: 352;
|
|
1000
|
+
--dt-color-berry-10-s: 75.6%;
|
|
1001
|
+
--dt-color-berry-10-l: 92%;
|
|
1002
|
+
--dt-color-berry-20-h: 352;
|
|
1003
|
+
--dt-color-berry-20-s: 76.5%;
|
|
1004
|
+
--dt-color-berry-20-l: 90%;
|
|
1005
|
+
--dt-color-berry-70-h: 352;
|
|
1006
|
+
--dt-color-berry-70-s: 18.6%;
|
|
1007
|
+
--dt-color-berry-70-l: 50.4%;
|
|
1008
|
+
--dt-color-berry-90-h: 352;
|
|
1009
|
+
--dt-color-berry-90-s: 18.8%;
|
|
1010
|
+
--dt-color-berry-90-l: 25.1%;
|
|
813
1011
|
--dt-color-black-h: 0;
|
|
814
1012
|
--dt-color-black-s: 0%;
|
|
815
1013
|
--dt-color-black-l: 0%;
|
|
816
1014
|
--dt-color-blue-h: 215;
|
|
817
1015
|
--dt-color-blue-s: 83.6%;
|
|
818
1016
|
--dt-color-blue-l: 43.1%;
|
|
819
|
-
--dt-color-blue-10-h:
|
|
820
|
-
--dt-color-blue-10-s:
|
|
821
|
-
--dt-color-blue-10-l:
|
|
1017
|
+
--dt-color-blue-10-h: 215;
|
|
1018
|
+
--dt-color-blue-10-s: 100%;
|
|
1019
|
+
--dt-color-blue-10-l: 92.9%;
|
|
822
1020
|
--dt-color-blue-25-h: 188;
|
|
823
1021
|
--dt-color-blue-25-s: 30.5%;
|
|
824
1022
|
--dt-color-blue-25-l: 81.4%;
|
|
@@ -861,18 +1059,27 @@ html[data-highcontrast-enabled] {
|
|
|
861
1059
|
--dt-color-charcoal-80-h: 190;
|
|
862
1060
|
--dt-color-charcoal-80-s: 14.3%;
|
|
863
1061
|
--dt-color-charcoal-80-l: 16.5%;
|
|
864
|
-
--dt-color-cupcake-10-h:
|
|
865
|
-
--dt-color-cupcake-10-s:
|
|
866
|
-
--dt-color-cupcake-10-l:
|
|
1062
|
+
--dt-color-cupcake-10-h: 189;
|
|
1063
|
+
--dt-color-cupcake-10-s: 29.2%;
|
|
1064
|
+
--dt-color-cupcake-10-l: 90.6%;
|
|
1065
|
+
--dt-color-cupcake-40-h: 188;
|
|
1066
|
+
--dt-color-cupcake-40-s: 22.8%;
|
|
1067
|
+
--dt-color-cupcake-40-l: 75.1%;
|
|
1068
|
+
--dt-color-cupcake-70-h: 188;
|
|
1069
|
+
--dt-color-cupcake-70-s: 7%;
|
|
1070
|
+
--dt-color-cupcake-70-l: 44.7%;
|
|
1071
|
+
--dt-color-cupcake-80-h: 185;
|
|
1072
|
+
--dt-color-cupcake-80-s: 6.7%;
|
|
1073
|
+
--dt-color-cupcake-80-l: 32%;
|
|
867
1074
|
--dt-color-cupcake-90-h: 186;
|
|
868
1075
|
--dt-color-cupcake-90-s: 28.8%;
|
|
869
1076
|
--dt-color-cupcake-90-l: 20.4%;
|
|
870
1077
|
--dt-color-green-h: 148;
|
|
871
1078
|
--dt-color-green-s: 98.4%;
|
|
872
1079
|
--dt-color-green-l: 24.1%;
|
|
873
|
-
--dt-color-green-10-h:
|
|
874
|
-
--dt-color-green-10-s:
|
|
875
|
-
--dt-color-green-10-l:
|
|
1080
|
+
--dt-color-green-10-h: 147;
|
|
1081
|
+
--dt-color-green-10-s: 71.4%;
|
|
1082
|
+
--dt-color-green-10-l: 89%;
|
|
876
1083
|
--dt-color-green-30-h: 146;
|
|
877
1084
|
--dt-color-green-30-s: 69.8%;
|
|
878
1085
|
--dt-color-green-30-l: 44.1%;
|
|
@@ -885,6 +1092,15 @@ html[data-highcontrast-enabled] {
|
|
|
885
1092
|
--dt-color-green-light-hc-h: 145;
|
|
886
1093
|
--dt-color-green-light-hc-s: 69.6%;
|
|
887
1094
|
--dt-color-green-light-hc-l: 49%;
|
|
1095
|
+
--dt-color-latte-10-h: 39;
|
|
1096
|
+
--dt-color-latte-10-s: 58.8%;
|
|
1097
|
+
--dt-color-latte-10-l: 86.7%;
|
|
1098
|
+
--dt-color-latte-30-h: 37;
|
|
1099
|
+
--dt-color-latte-30-s: 59%;
|
|
1100
|
+
--dt-color-latte-30-l: 77.1%;
|
|
1101
|
+
--dt-color-latte-70-h: 38;
|
|
1102
|
+
--dt-color-latte-70-s: 17.3%;
|
|
1103
|
+
--dt-color-latte-70-l: 43.1%;
|
|
888
1104
|
--dt-color-mozzarella-10-h: 30;
|
|
889
1105
|
--dt-color-mozzarella-10-s: 16.7%;
|
|
890
1106
|
--dt-color-mozzarella-10-l: 95.3%;
|
|
@@ -924,18 +1140,30 @@ html[data-highcontrast-enabled] {
|
|
|
924
1140
|
--dt-color-orange-h: 25;
|
|
925
1141
|
--dt-color-orange-s: 96%;
|
|
926
1142
|
--dt-color-orange-l: 48.6%;
|
|
927
|
-
--dt-color-orange-
|
|
928
|
-
--dt-color-orange-
|
|
929
|
-
--dt-color-orange-
|
|
1143
|
+
--dt-color-orange-0-h: 30;
|
|
1144
|
+
--dt-color-orange-0-s: 100%;
|
|
1145
|
+
--dt-color-orange-0-l: 94.9%;
|
|
1146
|
+
--dt-color-orange-10-h: 29;
|
|
1147
|
+
--dt-color-orange-10-s: 93.5%;
|
|
1148
|
+
--dt-color-orange-10-l: 87.8%;
|
|
1149
|
+
--dt-color-orange-20-h: 29;
|
|
1150
|
+
--dt-color-orange-20-s: 92.9%;
|
|
1151
|
+
--dt-color-orange-20-l: 77.8%;
|
|
1152
|
+
--dt-color-orange-25-h: 30;
|
|
1153
|
+
--dt-color-orange-25-s: 100%;
|
|
1154
|
+
--dt-color-orange-25-l: 60%;
|
|
930
1155
|
--dt-color-orange-30-h: 30;
|
|
931
1156
|
--dt-color-orange-30-s: 100%;
|
|
932
1157
|
--dt-color-orange-30-l: 50%;
|
|
933
|
-
--dt-color-orange-
|
|
934
|
-
--dt-color-orange-
|
|
935
|
-
--dt-color-orange-
|
|
936
|
-
--dt-color-orange-
|
|
937
|
-
--dt-color-orange-
|
|
938
|
-
--dt-color-orange-
|
|
1158
|
+
--dt-color-orange-70-h: 25;
|
|
1159
|
+
--dt-color-orange-70-s: 81.8%;
|
|
1160
|
+
--dt-color-orange-70-l: 38.8%;
|
|
1161
|
+
--dt-color-orange-75-h: 29;
|
|
1162
|
+
--dt-color-orange-75-s: 100%;
|
|
1163
|
+
--dt-color-orange-75-l: 31.4%;
|
|
1164
|
+
--dt-color-orange-90-h: 29;
|
|
1165
|
+
--dt-color-orange-90-s: 90.2%;
|
|
1166
|
+
--dt-color-orange-90-l: 20%;
|
|
939
1167
|
--dt-color-orange-dark-hc-h: 18;
|
|
940
1168
|
--dt-color-orange-dark-hc-s: 100%;
|
|
941
1169
|
--dt-color-orange-dark-hc-l: 32%;
|
|
@@ -948,9 +1176,9 @@ html[data-highcontrast-enabled] {
|
|
|
948
1176
|
--dt-color-red-h: 351;
|
|
949
1177
|
--dt-color-red-s: 95.4%;
|
|
950
1178
|
--dt-color-red-l: 42.7%;
|
|
951
|
-
--dt-color-red-10-h:
|
|
1179
|
+
--dt-color-red-10-h: 8;
|
|
952
1180
|
--dt-color-red-10-s: 100%;
|
|
953
|
-
--dt-color-red-10-l:
|
|
1181
|
+
--dt-color-red-10-l: 90%;
|
|
954
1182
|
--dt-color-red-25-h: 352;
|
|
955
1183
|
--dt-color-red-25-s: 74.5%;
|
|
956
1184
|
--dt-color-red-25-l: 80%;
|
|
@@ -975,21 +1203,75 @@ html[data-highcontrast-enabled] {
|
|
|
975
1203
|
--dt-color-system-purple-10-h: 272;
|
|
976
1204
|
--dt-color-system-purple-10-s: 90.2%;
|
|
977
1205
|
--dt-color-system-purple-10-l: 75.9%;
|
|
1206
|
+
--dt-color-thirdparty-coop-blue-05-h: 194;
|
|
1207
|
+
--dt-color-thirdparty-coop-blue-05-s: 92.9%;
|
|
1208
|
+
--dt-color-thirdparty-coop-blue-05-l: 94.5%;
|
|
1209
|
+
--dt-color-thirdparty-coop-blue-90-h: 193;
|
|
1210
|
+
--dt-color-thirdparty-coop-blue-90-s: 100%;
|
|
1211
|
+
--dt-color-thirdparty-coop-blue-90-l: 18%;
|
|
1212
|
+
--dt-color-thirdparty-facebook-blue-h: 214;
|
|
1213
|
+
--dt-color-thirdparty-facebook-blue-s: 89.3%;
|
|
1214
|
+
--dt-color-thirdparty-facebook-blue-l: 52.2%;
|
|
1215
|
+
--dt-color-thirdparty-google-grey-10-h: 0;
|
|
1216
|
+
--dt-color-thirdparty-google-grey-10-s: 0%;
|
|
1217
|
+
--dt-color-thirdparty-google-grey-10-l: 94.9%;
|
|
1218
|
+
--dt-color-thirdparty-google-grey-100-h: 240;
|
|
1219
|
+
--dt-color-thirdparty-google-grey-100-s: 2.6%;
|
|
1220
|
+
--dt-color-thirdparty-google-grey-100-l: 7.6%;
|
|
1221
|
+
--dt-color-thirdparty-google-grey-30-h: 0;
|
|
1222
|
+
--dt-color-thirdparty-google-grey-30-s: 0%;
|
|
1223
|
+
--dt-color-thirdparty-google-grey-30-l: 89%;
|
|
1224
|
+
--dt-color-thirdparty-google-grey-50-h: 140;
|
|
1225
|
+
--dt-color-thirdparty-google-grey-50-s: 1.3%;
|
|
1226
|
+
--dt-color-thirdparty-google-grey-50-l: 56.3%;
|
|
1227
|
+
--dt-color-thirdparty-google-grey-60-h: 140;
|
|
1228
|
+
--dt-color-thirdparty-google-grey-60-s: 1.3%;
|
|
1229
|
+
--dt-color-thirdparty-google-grey-60-l: 46.1%;
|
|
1230
|
+
--dt-color-thirdparty-google-grey-70-h: 150;
|
|
1231
|
+
--dt-color-thirdparty-google-grey-70-s: 0.9%;
|
|
1232
|
+
--dt-color-thirdparty-google-grey-70-l: 42%;
|
|
1233
|
+
--dt-color-thirdparty-google-grey-90-h: 0;
|
|
1234
|
+
--dt-color-thirdparty-google-grey-90-s: 0%;
|
|
1235
|
+
--dt-color-thirdparty-google-grey-90-l: 12.2%;
|
|
1236
|
+
--dt-color-thirdparty-microsoft-grey-60-h: 0;
|
|
1237
|
+
--dt-color-thirdparty-microsoft-grey-60-s: 0%;
|
|
1238
|
+
--dt-color-thirdparty-microsoft-grey-60-l: 54.9%;
|
|
1239
|
+
--dt-color-thirdparty-microsoft-grey-70-h: 0;
|
|
1240
|
+
--dt-color-thirdparty-microsoft-grey-70-s: 0%;
|
|
1241
|
+
--dt-color-thirdparty-microsoft-grey-70-l: 36.9%;
|
|
1242
|
+
--dt-color-thirdparty-microsoft-grey-80-h: 0;
|
|
1243
|
+
--dt-color-thirdparty-microsoft-grey-80-s: 0%;
|
|
1244
|
+
--dt-color-thirdparty-microsoft-grey-80-l: 18.4%;
|
|
1245
|
+
--dt-color-tomato-100-h: 15;
|
|
1246
|
+
--dt-color-tomato-100-s: 58.1%;
|
|
1247
|
+
--dt-color-tomato-100-l: 12.2%;
|
|
1248
|
+
--dt-color-tomato-30-h: 17;
|
|
1249
|
+
--dt-color-tomato-30-s: 100%;
|
|
1250
|
+
--dt-color-tomato-30-l: 71.4%;
|
|
978
1251
|
--dt-color-tomato-5-h: 19;
|
|
979
1252
|
--dt-color-tomato-5-s: 100%;
|
|
980
1253
|
--dt-color-tomato-5-l: 87.5%;
|
|
1254
|
+
--dt-color-tomato-50-h: 16;
|
|
1255
|
+
--dt-color-tomato-50-s: 92.8%;
|
|
1256
|
+
--dt-color-tomato-50-l: 56.3%;
|
|
981
1257
|
--dt-color-tomato-90-h: 15;
|
|
982
1258
|
--dt-color-tomato-90-s: 60.7%;
|
|
983
1259
|
--dt-color-tomato-90-l: 23.9%;
|
|
984
|
-
--dt-color-turmeric-
|
|
985
|
-
--dt-color-turmeric-
|
|
986
|
-
--dt-color-turmeric-
|
|
987
|
-
--dt-color-turmeric-
|
|
988
|
-
--dt-color-turmeric-
|
|
989
|
-
--dt-color-turmeric-
|
|
1260
|
+
--dt-color-turmeric-10-h: 42;
|
|
1261
|
+
--dt-color-turmeric-10-s: 90.9%;
|
|
1262
|
+
--dt-color-turmeric-10-l: 87.1%;
|
|
1263
|
+
--dt-color-turmeric-5-h: 42;
|
|
1264
|
+
--dt-color-turmeric-5-s: 90.2%;
|
|
1265
|
+
--dt-color-turmeric-5-l: 92%;
|
|
1266
|
+
--dt-color-turmeric-60-h: 42;
|
|
1267
|
+
--dt-color-turmeric-60-s: 56.5%;
|
|
1268
|
+
--dt-color-turmeric-60-l: 45.1%;
|
|
1269
|
+
--dt-color-turmeric-70-h: 42;
|
|
1270
|
+
--dt-color-turmeric-70-s: 56.8%;
|
|
1271
|
+
--dt-color-turmeric-70-l: 36.3%;
|
|
990
1272
|
--dt-color-turmeric-80-h: 43;
|
|
991
|
-
--dt-color-turmeric-80-s:
|
|
992
|
-
--dt-color-turmeric-80-l:
|
|
1273
|
+
--dt-color-turmeric-80-s: 56.3%;
|
|
1274
|
+
--dt-color-turmeric-80-l: 25.1%;
|
|
993
1275
|
--dt-color-white-h: 0;
|
|
994
1276
|
--dt-color-white-s: 0%;
|
|
995
1277
|
--dt-color-white-l: 100%;
|
|
@@ -1056,6 +1338,9 @@ html[data-highcontrast-enabled] {
|
|
|
1056
1338
|
--dt-color-border-form-h: var(--dt-color-mozzarella-55-h);
|
|
1057
1339
|
--dt-color-border-form-s: var(--dt-color-mozzarella-55-s);
|
|
1058
1340
|
--dt-color-border-form-l: var(--dt-color-mozzarella-55-l);
|
|
1341
|
+
--dt-color-border-decorative-brand-h: var(--dt-color-orange-30-h);
|
|
1342
|
+
--dt-color-border-decorative-brand-s: var(--dt-color-orange-30-s);
|
|
1343
|
+
--dt-color-border-decorative-brand-l: var(--dt-color-orange-30-l);
|
|
1059
1344
|
--dt-color-interactive-brand-h: var(--dt-color-orange-h);
|
|
1060
1345
|
--dt-color-interactive-brand-s: var(--dt-color-orange-s);
|
|
1061
1346
|
--dt-color-interactive-brand-l: var(--dt-color-orange-l);
|
|
@@ -1140,21 +1425,42 @@ html[data-highcontrast-enabled] {
|
|
|
1140
1425
|
--dt-color-support-brand-05-h: var(--dt-color-yellow-h);
|
|
1141
1426
|
--dt-color-support-brand-05-s: var(--dt-color-yellow-s);
|
|
1142
1427
|
--dt-color-support-brand-05-l: var(--dt-color-yellow-l);
|
|
1143
|
-
--dt-color-support-brand-05-subtle-h: var(--dt-color-turmeric-
|
|
1144
|
-
--dt-color-support-brand-05-subtle-s: var(--dt-color-turmeric-
|
|
1145
|
-
--dt-color-support-brand-05-subtle-l: var(--dt-color-turmeric-
|
|
1428
|
+
--dt-color-support-brand-05-subtle-h: var(--dt-color-turmeric-10-h);
|
|
1429
|
+
--dt-color-support-brand-05-subtle-s: var(--dt-color-turmeric-10-s);
|
|
1430
|
+
--dt-color-support-brand-05-subtle-l: var(--dt-color-turmeric-10-l);
|
|
1146
1431
|
--dt-color-support-brand-06-h: var(--dt-color-purple-h);
|
|
1147
1432
|
--dt-color-support-brand-06-s: var(--dt-color-purple-s);
|
|
1148
1433
|
--dt-color-support-brand-06-l: var(--dt-color-purple-l);
|
|
1149
1434
|
--dt-color-support-brand-06-subtle-h: var(--dt-color-aubergine-10-h);
|
|
1150
1435
|
--dt-color-support-brand-06-subtle-s: var(--dt-color-aubergine-10-s);
|
|
1151
1436
|
--dt-color-support-brand-06-subtle-l: var(--dt-color-aubergine-10-l);
|
|
1152
|
-
--dt-color-support-brand-07-h: var(--dt-color-
|
|
1153
|
-
--dt-color-support-brand-07-s: var(--dt-color-
|
|
1154
|
-
--dt-color-support-brand-07-l: var(--dt-color-
|
|
1437
|
+
--dt-color-support-brand-07-h: var(--dt-color-tomato-50-h);
|
|
1438
|
+
--dt-color-support-brand-07-s: var(--dt-color-tomato-50-s);
|
|
1439
|
+
--dt-color-support-brand-07-l: var(--dt-color-tomato-50-l);
|
|
1155
1440
|
--dt-color-support-brand-07-subtle-h: var(--dt-color-tomato-5-h);
|
|
1156
1441
|
--dt-color-support-brand-07-subtle-s: var(--dt-color-tomato-5-s);
|
|
1157
1442
|
--dt-color-support-brand-07-subtle-l: var(--dt-color-tomato-5-l);
|
|
1443
|
+
--dt-color-support-brand-08-h: var(--dt-color-latte-30-h);
|
|
1444
|
+
--dt-color-support-brand-08-s: var(--dt-color-latte-30-s);
|
|
1445
|
+
--dt-color-support-brand-08-l: var(--dt-color-latte-30-l);
|
|
1446
|
+
--dt-color-support-brand-08-subtle-h: var(--dt-color-latte-10-h);
|
|
1447
|
+
--dt-color-support-brand-08-subtle-s: var(--dt-color-latte-10-s);
|
|
1448
|
+
--dt-color-support-brand-08-subtle-l: var(--dt-color-latte-10-l);
|
|
1449
|
+
--dt-color-braze-container-01-h: var(--dt-color-orange-10-h);
|
|
1450
|
+
--dt-color-braze-container-01-s: var(--dt-color-orange-10-s);
|
|
1451
|
+
--dt-color-braze-container-01-l: var(--dt-color-orange-10-l);
|
|
1452
|
+
--dt-color-braze-container-03-h: var(--dt-color-cupcake-10-h);
|
|
1453
|
+
--dt-color-braze-container-03-s: var(--dt-color-cupcake-10-s);
|
|
1454
|
+
--dt-color-braze-container-03-l: var(--dt-color-cupcake-10-l);
|
|
1455
|
+
--dt-color-braze-container-04-h: var(--dt-color-berry-10-h);
|
|
1456
|
+
--dt-color-braze-container-04-s: var(--dt-color-berry-10-s);
|
|
1457
|
+
--dt-color-braze-container-04-l: var(--dt-color-berry-10-l);
|
|
1458
|
+
--dt-color-braze-container-05-h: var(--dt-color-turmeric-10-h);
|
|
1459
|
+
--dt-color-braze-container-05-s: var(--dt-color-turmeric-10-s);
|
|
1460
|
+
--dt-color-braze-container-05-l: var(--dt-color-turmeric-10-l);
|
|
1461
|
+
--dt-color-braze-container-08-h: var(--dt-color-latte-10-h);
|
|
1462
|
+
--dt-color-braze-container-08-s: var(--dt-color-latte-10-s);
|
|
1463
|
+
--dt-color-braze-container-08-l: var(--dt-color-latte-10-l);
|
|
1158
1464
|
--dt-color-content-default-h: var(--dt-color-charcoal-80-h);
|
|
1159
1465
|
--dt-color-content-default-s: var(--dt-color-charcoal-80-s);
|
|
1160
1466
|
--dt-color-content-default-l: var(--dt-color-charcoal-80-l);
|
|
@@ -1260,6 +1566,75 @@ html[data-highcontrast-enabled] {
|
|
|
1260
1566
|
--dt-color-skeleton-shimmer-03-h: var(--dt-color-mozzarella-10-h);
|
|
1261
1567
|
--dt-color-skeleton-shimmer-03-s: var(--dt-color-mozzarella-10-s);
|
|
1262
1568
|
--dt-color-skeleton-shimmer-03-l: var(--dt-color-mozzarella-10-l);
|
|
1569
|
+
--dt-color-thirdparty-apple-container-primary-h: var(--dt-color-black-h);
|
|
1570
|
+
--dt-color-thirdparty-apple-container-primary-s: var(--dt-color-black-s);
|
|
1571
|
+
--dt-color-thirdparty-apple-container-primary-l: var(--dt-color-black-l);
|
|
1572
|
+
--dt-color-thirdparty-apple-content-primary-h: var(--dt-color-white-h);
|
|
1573
|
+
--dt-color-thirdparty-apple-content-primary-s: var(--dt-color-white-s);
|
|
1574
|
+
--dt-color-thirdparty-apple-content-primary-l: var(--dt-color-white-l);
|
|
1575
|
+
--dt-color-thirdparty-apple-container-secondary-h: var(--dt-color-white-h);
|
|
1576
|
+
--dt-color-thirdparty-apple-container-secondary-s: var(--dt-color-white-s);
|
|
1577
|
+
--dt-color-thirdparty-apple-container-secondary-l: var(--dt-color-white-l);
|
|
1578
|
+
--dt-color-thirdparty-apple-content-secondary-h: var(--dt-color-black-h);
|
|
1579
|
+
--dt-color-thirdparty-apple-content-secondary-s: var(--dt-color-black-s);
|
|
1580
|
+
--dt-color-thirdparty-apple-content-secondary-l: var(--dt-color-black-l);
|
|
1581
|
+
--dt-color-thirdparty-android-background-dashboard-h: var(--dt-color-black-h);
|
|
1582
|
+
--dt-color-thirdparty-android-background-dashboard-s: var(--dt-color-black-s);
|
|
1583
|
+
--dt-color-thirdparty-android-background-dashboard-l: var(--dt-color-black-l);
|
|
1584
|
+
--dt-color-thirdparty-facebook-container-primary-h: var(--dt-color-thirdparty-facebook-blue-h);
|
|
1585
|
+
--dt-color-thirdparty-facebook-container-primary-s: var(--dt-color-thirdparty-facebook-blue-s);
|
|
1586
|
+
--dt-color-thirdparty-facebook-container-primary-l: var(--dt-color-thirdparty-facebook-blue-l);
|
|
1587
|
+
--dt-color-thirdparty-facebook-content-primary-h: var(--dt-color-white-h);
|
|
1588
|
+
--dt-color-thirdparty-facebook-content-primary-s: var(--dt-color-white-s);
|
|
1589
|
+
--dt-color-thirdparty-facebook-content-primary-l: var(--dt-color-white-l);
|
|
1590
|
+
--dt-color-thirdparty-facebook-container-secondary-h: var(--dt-color-white-h);
|
|
1591
|
+
--dt-color-thirdparty-facebook-container-secondary-s: var(--dt-color-white-s);
|
|
1592
|
+
--dt-color-thirdparty-facebook-container-secondary-l: var(--dt-color-white-l);
|
|
1593
|
+
--dt-color-thirdparty-facebook-content-secondary-h: var(--dt-color-black-h);
|
|
1594
|
+
--dt-color-thirdparty-facebook-content-secondary-s: var(--dt-color-black-s);
|
|
1595
|
+
--dt-color-thirdparty-facebook-content-secondary-l: var(--dt-color-black-l);
|
|
1596
|
+
--dt-color-thirdparty-google-container-primary-h: var(--dt-color-thirdparty-google-grey-100-h);
|
|
1597
|
+
--dt-color-thirdparty-google-container-primary-s: var(--dt-color-thirdparty-google-grey-100-s);
|
|
1598
|
+
--dt-color-thirdparty-google-container-primary-l: var(--dt-color-thirdparty-google-grey-100-l);
|
|
1599
|
+
--dt-color-thirdparty-google-content-primary-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
1600
|
+
--dt-color-thirdparty-google-content-primary-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
1601
|
+
--dt-color-thirdparty-google-content-primary-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
1602
|
+
--dt-color-thirdparty-google-content-primary-subdued-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
1603
|
+
--dt-color-thirdparty-google-content-primary-subdued-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
1604
|
+
--dt-color-thirdparty-google-content-primary-subdued-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
1605
|
+
--dt-color-thirdparty-google-border-primary-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
1606
|
+
--dt-color-thirdparty-google-border-primary-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
1607
|
+
--dt-color-thirdparty-google-border-primary-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
1608
|
+
--dt-color-thirdparty-google-container-secondary-h: var(--dt-color-white-h);
|
|
1609
|
+
--dt-color-thirdparty-google-container-secondary-s: var(--dt-color-white-s);
|
|
1610
|
+
--dt-color-thirdparty-google-container-secondary-l: var(--dt-color-white-l);
|
|
1611
|
+
--dt-color-thirdparty-google-content-secondary-h: var(--dt-color-thirdparty-google-grey-100-h);
|
|
1612
|
+
--dt-color-thirdparty-google-content-secondary-s: var(--dt-color-thirdparty-google-grey-100-s);
|
|
1613
|
+
--dt-color-thirdparty-google-content-secondary-l: var(--dt-color-thirdparty-google-grey-100-l);
|
|
1614
|
+
--dt-color-thirdparty-google-content-secondary-subdued-h: var(--dt-color-thirdparty-google-grey-70-h);
|
|
1615
|
+
--dt-color-thirdparty-google-content-secondary-subdued-s: var(--dt-color-thirdparty-google-grey-70-s);
|
|
1616
|
+
--dt-color-thirdparty-google-content-secondary-subdued-l: var(--dt-color-thirdparty-google-grey-70-l);
|
|
1617
|
+
--dt-color-thirdparty-google-border-secondary-h: var(--dt-color-thirdparty-google-grey-60-h);
|
|
1618
|
+
--dt-color-thirdparty-google-border-secondary-s: var(--dt-color-thirdparty-google-grey-60-s);
|
|
1619
|
+
--dt-color-thirdparty-google-border-secondary-l: var(--dt-color-thirdparty-google-grey-60-l);
|
|
1620
|
+
--dt-color-thirdparty-microsoft-container-primary-h: var(--dt-color-white-h);
|
|
1621
|
+
--dt-color-thirdparty-microsoft-container-primary-s: var(--dt-color-white-s);
|
|
1622
|
+
--dt-color-thirdparty-microsoft-container-primary-l: var(--dt-color-white-l);
|
|
1623
|
+
--dt-color-thirdparty-microsoft-content-primary-h: var(--dt-color-thirdparty-microsoft-grey-70-h);
|
|
1624
|
+
--dt-color-thirdparty-microsoft-content-primary-s: var(--dt-color-thirdparty-microsoft-grey-70-s);
|
|
1625
|
+
--dt-color-thirdparty-microsoft-content-primary-l: var(--dt-color-thirdparty-microsoft-grey-70-l);
|
|
1626
|
+
--dt-color-thirdparty-microsoft-border-primary-h: var(--dt-color-thirdparty-microsoft-grey-60-h);
|
|
1627
|
+
--dt-color-thirdparty-microsoft-border-primary-s: var(--dt-color-thirdparty-microsoft-grey-60-s);
|
|
1628
|
+
--dt-color-thirdparty-microsoft-border-primary-l: var(--dt-color-thirdparty-microsoft-grey-60-l);
|
|
1629
|
+
--dt-color-thirdparty-microsoft-container-secondary-h: var(--dt-color-thirdparty-microsoft-grey-80-h);
|
|
1630
|
+
--dt-color-thirdparty-microsoft-container-secondary-s: var(--dt-color-thirdparty-microsoft-grey-80-s);
|
|
1631
|
+
--dt-color-thirdparty-microsoft-container-secondary-l: var(--dt-color-thirdparty-microsoft-grey-80-l);
|
|
1632
|
+
--dt-color-thirdparty-microsoft-content-secondary-h: var(--dt-color-white-h);
|
|
1633
|
+
--dt-color-thirdparty-microsoft-content-secondary-s: var(--dt-color-white-s);
|
|
1634
|
+
--dt-color-thirdparty-microsoft-content-secondary-l: var(--dt-color-white-l);
|
|
1635
|
+
--dt-color-thirdparty-coop-container-primary-h: var(--dt-color-thirdparty-coop-blue-05-h);
|
|
1636
|
+
--dt-color-thirdparty-coop-container-primary-s: var(--dt-color-thirdparty-coop-blue-05-s);
|
|
1637
|
+
--dt-color-thirdparty-coop-container-primary-l: var(--dt-color-thirdparty-coop-blue-05-l);
|
|
1263
1638
|
}
|
|
1264
1639
|
html[data-highcontrast-enabled] {
|
|
1265
1640
|
--dt-color-background-default-h: var(--dt-color-white-h);
|
|
@@ -1313,6 +1688,9 @@ html[data-highcontrast-enabled] {
|
|
|
1313
1688
|
--dt-color-border-form-h: var(--dt-color-black-h);
|
|
1314
1689
|
--dt-color-border-form-s: var(--dt-color-black-s);
|
|
1315
1690
|
--dt-color-border-form-l: var(--dt-color-black-l);
|
|
1691
|
+
--dt-color-border-decorative-brand-h: var(--dt-color-orange-30-h);
|
|
1692
|
+
--dt-color-border-decorative-brand-s: var(--dt-color-orange-30-s);
|
|
1693
|
+
--dt-color-border-decorative-brand-l: var(--dt-color-orange-30-l);
|
|
1316
1694
|
--dt-color-divider-default-h: var(--dt-color-black-h);
|
|
1317
1695
|
--dt-color-divider-default-s: var(--dt-color-black-s);
|
|
1318
1696
|
--dt-color-divider-default-l: var(--dt-color-black-l);
|
|
@@ -1418,6 +1796,27 @@ html[data-highcontrast-enabled] {
|
|
|
1418
1796
|
--dt-color-support-brand-07-subtle-h: var(--dt-color-tomato-5-h);
|
|
1419
1797
|
--dt-color-support-brand-07-subtle-s: var(--dt-color-tomato-5-s);
|
|
1420
1798
|
--dt-color-support-brand-07-subtle-l: var(--dt-color-tomato-5-l);
|
|
1799
|
+
--dt-color-support-brand-08-h: var(--dt-color-white-h);
|
|
1800
|
+
--dt-color-support-brand-08-s: var(--dt-color-white-s);
|
|
1801
|
+
--dt-color-support-brand-08-l: var(--dt-color-white-l);
|
|
1802
|
+
--dt-color-support-brand-08-subtle-h: var(--dt-color-latte-10-h);
|
|
1803
|
+
--dt-color-support-brand-08-subtle-s: var(--dt-color-latte-10-s);
|
|
1804
|
+
--dt-color-support-brand-08-subtle-l: var(--dt-color-latte-10-l);
|
|
1805
|
+
--dt-color-braze-container-01-h: var(--dt-color-orange-10-h);
|
|
1806
|
+
--dt-color-braze-container-01-s: var(--dt-color-orange-10-s);
|
|
1807
|
+
--dt-color-braze-container-01-l: var(--dt-color-orange-10-l);
|
|
1808
|
+
--dt-color-braze-container-03-h: var(--dt-color-cupcake-10-h);
|
|
1809
|
+
--dt-color-braze-container-03-s: var(--dt-color-cupcake-10-s);
|
|
1810
|
+
--dt-color-braze-container-03-l: var(--dt-color-cupcake-10-l);
|
|
1811
|
+
--dt-color-braze-container-04-h: var(--dt-color-berry-10-h);
|
|
1812
|
+
--dt-color-braze-container-04-s: var(--dt-color-berry-10-s);
|
|
1813
|
+
--dt-color-braze-container-04-l: var(--dt-color-berry-10-l);
|
|
1814
|
+
--dt-color-braze-container-05-h: var(--dt-color-turmeric-10-h);
|
|
1815
|
+
--dt-color-braze-container-05-s: var(--dt-color-turmeric-10-s);
|
|
1816
|
+
--dt-color-braze-container-05-l: var(--dt-color-turmeric-10-l);
|
|
1817
|
+
--dt-color-braze-container-08-h: var(--dt-color-latte-10-h);
|
|
1818
|
+
--dt-color-braze-container-08-s: var(--dt-color-latte-10-s);
|
|
1819
|
+
--dt-color-braze-container-08-l: var(--dt-color-latte-10-l);
|
|
1421
1820
|
--dt-color-content-default-h: var(--dt-color-black-h);
|
|
1422
1821
|
--dt-color-content-default-s: var(--dt-color-black-s);
|
|
1423
1822
|
--dt-color-content-default-l: var(--dt-color-black-l);
|
|
@@ -1577,6 +1976,9 @@ html[data-highcontrast-enabled] {
|
|
|
1577
1976
|
--dt-color-border-form-h: var(--dt-color-mozzarella-50-h);
|
|
1578
1977
|
--dt-color-border-form-s: var(--dt-color-mozzarella-50-s);
|
|
1579
1978
|
--dt-color-border-form-l: var(--dt-color-mozzarella-50-l);
|
|
1979
|
+
--dt-color-border-decorative-brand-h: var(--dt-color-orange-30-h);
|
|
1980
|
+
--dt-color-border-decorative-brand-s: var(--dt-color-orange-30-s);
|
|
1981
|
+
--dt-color-border-decorative-brand-l: var(--dt-color-orange-30-l);
|
|
1580
1982
|
--dt-color-interactive-brand-h: var(--dt-color-orange-h);
|
|
1581
1983
|
--dt-color-interactive-brand-s: var(--dt-color-orange-s);
|
|
1582
1984
|
--dt-color-interactive-brand-l: var(--dt-color-orange-l);
|
|
@@ -1643,39 +2045,60 @@ html[data-highcontrast-enabled] {
|
|
|
1643
2045
|
--dt-color-support-brand-01-h: var(--dt-color-orange-30-h);
|
|
1644
2046
|
--dt-color-support-brand-01-s: var(--dt-color-orange-30-s);
|
|
1645
2047
|
--dt-color-support-brand-01-l: var(--dt-color-orange-30-l);
|
|
1646
|
-
--dt-color-support-brand-02-h: var(--dt-color-orange-
|
|
1647
|
-
--dt-color-support-brand-02-s: var(--dt-color-orange-
|
|
1648
|
-
--dt-color-support-brand-02-l: var(--dt-color-orange-
|
|
2048
|
+
--dt-color-support-brand-02-h: var(--dt-color-orange-75-h);
|
|
2049
|
+
--dt-color-support-brand-02-s: var(--dt-color-orange-75-s);
|
|
2050
|
+
--dt-color-support-brand-02-l: var(--dt-color-orange-75-l);
|
|
1649
2051
|
--dt-color-support-brand-03-h: var(--dt-color-blue-25-h);
|
|
1650
2052
|
--dt-color-support-brand-03-s: var(--dt-color-blue-25-s);
|
|
1651
2053
|
--dt-color-support-brand-03-l: var(--dt-color-blue-25-l);
|
|
1652
|
-
--dt-color-support-brand-03-subtle-h: var(--dt-color-cupcake-
|
|
1653
|
-
--dt-color-support-brand-03-subtle-s: var(--dt-color-cupcake-
|
|
1654
|
-
--dt-color-support-brand-03-subtle-l: var(--dt-color-cupcake-
|
|
2054
|
+
--dt-color-support-brand-03-subtle-h: var(--dt-color-cupcake-70-h);
|
|
2055
|
+
--dt-color-support-brand-03-subtle-s: var(--dt-color-cupcake-70-s);
|
|
2056
|
+
--dt-color-support-brand-03-subtle-l: var(--dt-color-cupcake-70-l);
|
|
1655
2057
|
--dt-color-support-brand-04-h: var(--dt-color-red-25-h);
|
|
1656
2058
|
--dt-color-support-brand-04-s: var(--dt-color-red-25-s);
|
|
1657
2059
|
--dt-color-support-brand-04-l: var(--dt-color-red-25-l);
|
|
1658
|
-
--dt-color-support-brand-04-subtle-h: var(--dt-color-berry-
|
|
1659
|
-
--dt-color-support-brand-04-subtle-s: var(--dt-color-berry-
|
|
1660
|
-
--dt-color-support-brand-04-subtle-l: var(--dt-color-berry-
|
|
2060
|
+
--dt-color-support-brand-04-subtle-h: var(--dt-color-berry-70-h);
|
|
2061
|
+
--dt-color-support-brand-04-subtle-s: var(--dt-color-berry-70-s);
|
|
2062
|
+
--dt-color-support-brand-04-subtle-l: var(--dt-color-berry-70-l);
|
|
1661
2063
|
--dt-color-support-brand-05-h: var(--dt-color-yellow-h);
|
|
1662
2064
|
--dt-color-support-brand-05-s: var(--dt-color-yellow-s);
|
|
1663
2065
|
--dt-color-support-brand-05-l: var(--dt-color-yellow-l);
|
|
1664
|
-
--dt-color-support-brand-05-subtle-h: var(--dt-color-turmeric-
|
|
1665
|
-
--dt-color-support-brand-05-subtle-s: var(--dt-color-turmeric-
|
|
1666
|
-
--dt-color-support-brand-05-subtle-l: var(--dt-color-turmeric-
|
|
2066
|
+
--dt-color-support-brand-05-subtle-h: var(--dt-color-turmeric-70-h);
|
|
2067
|
+
--dt-color-support-brand-05-subtle-s: var(--dt-color-turmeric-70-s);
|
|
2068
|
+
--dt-color-support-brand-05-subtle-l: var(--dt-color-turmeric-70-l);
|
|
1667
2069
|
--dt-color-support-brand-06-h: var(--dt-color-purple-h);
|
|
1668
2070
|
--dt-color-support-brand-06-s: var(--dt-color-purple-s);
|
|
1669
2071
|
--dt-color-support-brand-06-l: var(--dt-color-purple-l);
|
|
1670
|
-
--dt-color-support-brand-06-subtle-h: var(--dt-color-aubergine-
|
|
1671
|
-
--dt-color-support-brand-06-subtle-s: var(--dt-color-aubergine-
|
|
1672
|
-
--dt-color-support-brand-06-subtle-l: var(--dt-color-aubergine-
|
|
1673
|
-
--dt-color-support-brand-07-h: var(--dt-color-
|
|
1674
|
-
--dt-color-support-brand-07-s: var(--dt-color-
|
|
1675
|
-
--dt-color-support-brand-07-l: var(--dt-color-
|
|
2072
|
+
--dt-color-support-brand-06-subtle-h: var(--dt-color-aubergine-75-h);
|
|
2073
|
+
--dt-color-support-brand-06-subtle-s: var(--dt-color-aubergine-75-s);
|
|
2074
|
+
--dt-color-support-brand-06-subtle-l: var(--dt-color-aubergine-75-l);
|
|
2075
|
+
--dt-color-support-brand-07-h: var(--dt-color-tomato-50-h);
|
|
2076
|
+
--dt-color-support-brand-07-s: var(--dt-color-tomato-50-s);
|
|
2077
|
+
--dt-color-support-brand-07-l: var(--dt-color-tomato-50-l);
|
|
1676
2078
|
--dt-color-support-brand-07-subtle-h: var(--dt-color-tomato-90-h);
|
|
1677
2079
|
--dt-color-support-brand-07-subtle-s: var(--dt-color-tomato-90-s);
|
|
1678
2080
|
--dt-color-support-brand-07-subtle-l: var(--dt-color-tomato-90-l);
|
|
2081
|
+
--dt-color-support-brand-08-h: var(--dt-color-latte-30-h);
|
|
2082
|
+
--dt-color-support-brand-08-s: var(--dt-color-latte-30-s);
|
|
2083
|
+
--dt-color-support-brand-08-l: var(--dt-color-latte-30-l);
|
|
2084
|
+
--dt-color-support-brand-08-subtle-h: var(--dt-color-latte-70-h);
|
|
2085
|
+
--dt-color-support-brand-08-subtle-s: var(--dt-color-latte-70-s);
|
|
2086
|
+
--dt-color-support-brand-08-subtle-l: var(--dt-color-latte-70-l);
|
|
2087
|
+
--dt-color-braze-container-01-h: var(--dt-color-orange-75-h);
|
|
2088
|
+
--dt-color-braze-container-01-s: var(--dt-color-orange-75-s);
|
|
2089
|
+
--dt-color-braze-container-01-l: var(--dt-color-orange-75-l);
|
|
2090
|
+
--dt-color-braze-container-03-h: var(--dt-color-cupcake-70-h);
|
|
2091
|
+
--dt-color-braze-container-03-s: var(--dt-color-cupcake-70-s);
|
|
2092
|
+
--dt-color-braze-container-03-l: var(--dt-color-cupcake-70-l);
|
|
2093
|
+
--dt-color-braze-container-04-h: var(--dt-color-berry-70-h);
|
|
2094
|
+
--dt-color-braze-container-04-s: var(--dt-color-berry-70-s);
|
|
2095
|
+
--dt-color-braze-container-04-l: var(--dt-color-berry-70-l);
|
|
2096
|
+
--dt-color-braze-container-05-h: var(--dt-color-turmeric-70-h);
|
|
2097
|
+
--dt-color-braze-container-05-s: var(--dt-color-turmeric-70-s);
|
|
2098
|
+
--dt-color-braze-container-05-l: var(--dt-color-turmeric-70-l);
|
|
2099
|
+
--dt-color-braze-container-08-h: var(--dt-color-latte-70-h);
|
|
2100
|
+
--dt-color-braze-container-08-s: var(--dt-color-latte-70-s);
|
|
2101
|
+
--dt-color-braze-container-08-l: var(--dt-color-latte-70-l);
|
|
1679
2102
|
--dt-color-content-default-h: var(--dt-color-white-h);
|
|
1680
2103
|
--dt-color-content-default-s: var(--dt-color-white-s);
|
|
1681
2104
|
--dt-color-content-default-l: var(--dt-color-white-l);
|
|
@@ -1781,6 +2204,75 @@ html[data-highcontrast-enabled] {
|
|
|
1781
2204
|
--dt-color-skeleton-shimmer-03-h: var(--dt-color-mozzarella-80-h);
|
|
1782
2205
|
--dt-color-skeleton-shimmer-03-s: var(--dt-color-mozzarella-80-s);
|
|
1783
2206
|
--dt-color-skeleton-shimmer-03-l: var(--dt-color-mozzarella-80-l);
|
|
2207
|
+
--dt-color-thirdparty-apple-container-primary-h: var(--dt-color-white-h);
|
|
2208
|
+
--dt-color-thirdparty-apple-container-primary-s: var(--dt-color-white-s);
|
|
2209
|
+
--dt-color-thirdparty-apple-container-primary-l: var(--dt-color-white-l);
|
|
2210
|
+
--dt-color-thirdparty-apple-content-primary-h: var(--dt-color-black-h);
|
|
2211
|
+
--dt-color-thirdparty-apple-content-primary-s: var(--dt-color-black-s);
|
|
2212
|
+
--dt-color-thirdparty-apple-content-primary-l: var(--dt-color-black-l);
|
|
2213
|
+
--dt-color-thirdparty-apple-container-secondary-h: var(--dt-color-black-h);
|
|
2214
|
+
--dt-color-thirdparty-apple-container-secondary-s: var(--dt-color-black-s);
|
|
2215
|
+
--dt-color-thirdparty-apple-container-secondary-l: var(--dt-color-black-l);
|
|
2216
|
+
--dt-color-thirdparty-apple-content-secondary-h: var(--dt-color-white-h);
|
|
2217
|
+
--dt-color-thirdparty-apple-content-secondary-s: var(--dt-color-white-s);
|
|
2218
|
+
--dt-color-thirdparty-apple-content-secondary-l: var(--dt-color-white-l);
|
|
2219
|
+
--dt-color-thirdparty-android-background-dashboard-h: var(--dt-color-black-h);
|
|
2220
|
+
--dt-color-thirdparty-android-background-dashboard-s: var(--dt-color-black-s);
|
|
2221
|
+
--dt-color-thirdparty-android-background-dashboard-l: var(--dt-color-black-l);
|
|
2222
|
+
--dt-color-thirdparty-facebook-container-primary-h: var(--dt-color-thirdparty-facebook-blue-h);
|
|
2223
|
+
--dt-color-thirdparty-facebook-container-primary-s: var(--dt-color-thirdparty-facebook-blue-s);
|
|
2224
|
+
--dt-color-thirdparty-facebook-container-primary-l: var(--dt-color-thirdparty-facebook-blue-l);
|
|
2225
|
+
--dt-color-thirdparty-facebook-content-primary-h: var(--dt-color-white-h);
|
|
2226
|
+
--dt-color-thirdparty-facebook-content-primary-s: var(--dt-color-white-s);
|
|
2227
|
+
--dt-color-thirdparty-facebook-content-primary-l: var(--dt-color-white-l);
|
|
2228
|
+
--dt-color-thirdparty-facebook-container-secondary-h: var(--dt-color-black-h);
|
|
2229
|
+
--dt-color-thirdparty-facebook-container-secondary-s: var(--dt-color-black-s);
|
|
2230
|
+
--dt-color-thirdparty-facebook-container-secondary-l: var(--dt-color-black-l);
|
|
2231
|
+
--dt-color-thirdparty-facebook-content-secondary-h: var(--dt-color-white-h);
|
|
2232
|
+
--dt-color-thirdparty-facebook-content-secondary-s: var(--dt-color-white-s);
|
|
2233
|
+
--dt-color-thirdparty-facebook-content-secondary-l: var(--dt-color-white-l);
|
|
2234
|
+
--dt-color-thirdparty-google-container-primary-h: var(--dt-color-thirdparty-google-grey-100-h);
|
|
2235
|
+
--dt-color-thirdparty-google-container-primary-s: var(--dt-color-thirdparty-google-grey-100-s);
|
|
2236
|
+
--dt-color-thirdparty-google-container-primary-l: var(--dt-color-thirdparty-google-grey-100-l);
|
|
2237
|
+
--dt-color-thirdparty-google-content-primary-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
2238
|
+
--dt-color-thirdparty-google-content-primary-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
2239
|
+
--dt-color-thirdparty-google-content-primary-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
2240
|
+
--dt-color-thirdparty-google-content-primary-subdued-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
2241
|
+
--dt-color-thirdparty-google-content-primary-subdued-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
2242
|
+
--dt-color-thirdparty-google-content-primary-subdued-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
2243
|
+
--dt-color-thirdparty-google-border-primary-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
2244
|
+
--dt-color-thirdparty-google-border-primary-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
2245
|
+
--dt-color-thirdparty-google-border-primary-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
2246
|
+
--dt-color-thirdparty-google-container-secondary-h: var(--dt-color-white-h);
|
|
2247
|
+
--dt-color-thirdparty-google-container-secondary-s: var(--dt-color-white-s);
|
|
2248
|
+
--dt-color-thirdparty-google-container-secondary-l: var(--dt-color-white-l);
|
|
2249
|
+
--dt-color-thirdparty-google-content-secondary-h: var(--dt-color-thirdparty-google-grey-100-h);
|
|
2250
|
+
--dt-color-thirdparty-google-content-secondary-s: var(--dt-color-thirdparty-google-grey-100-s);
|
|
2251
|
+
--dt-color-thirdparty-google-content-secondary-l: var(--dt-color-thirdparty-google-grey-100-l);
|
|
2252
|
+
--dt-color-thirdparty-google-content-secondary-subdued-h: var(--dt-color-thirdparty-google-grey-70-h);
|
|
2253
|
+
--dt-color-thirdparty-google-content-secondary-subdued-s: var(--dt-color-thirdparty-google-grey-70-s);
|
|
2254
|
+
--dt-color-thirdparty-google-content-secondary-subdued-l: var(--dt-color-thirdparty-google-grey-70-l);
|
|
2255
|
+
--dt-color-thirdparty-google-border-secondary-h: var(--dt-color-thirdparty-google-grey-60-h);
|
|
2256
|
+
--dt-color-thirdparty-google-border-secondary-s: var(--dt-color-thirdparty-google-grey-60-s);
|
|
2257
|
+
--dt-color-thirdparty-google-border-secondary-l: var(--dt-color-thirdparty-google-grey-60-l);
|
|
2258
|
+
--dt-color-thirdparty-microsoft-container-primary-h: var(--dt-color-thirdparty-microsoft-grey-80-h);
|
|
2259
|
+
--dt-color-thirdparty-microsoft-container-primary-s: var(--dt-color-thirdparty-microsoft-grey-80-s);
|
|
2260
|
+
--dt-color-thirdparty-microsoft-container-primary-l: var(--dt-color-thirdparty-microsoft-grey-80-l);
|
|
2261
|
+
--dt-color-thirdparty-microsoft-content-primary-h: var(--dt-color-white-h);
|
|
2262
|
+
--dt-color-thirdparty-microsoft-content-primary-s: var(--dt-color-white-s);
|
|
2263
|
+
--dt-color-thirdparty-microsoft-content-primary-l: var(--dt-color-white-l);
|
|
2264
|
+
--dt-color-thirdparty-microsoft-container-secondary-h: var(--dt-color-white-h);
|
|
2265
|
+
--dt-color-thirdparty-microsoft-container-secondary-s: var(--dt-color-white-s);
|
|
2266
|
+
--dt-color-thirdparty-microsoft-container-secondary-l: var(--dt-color-white-l);
|
|
2267
|
+
--dt-color-thirdparty-microsoft-content-secondary-h: var(--dt-color-thirdparty-microsoft-grey-70-h);
|
|
2268
|
+
--dt-color-thirdparty-microsoft-content-secondary-s: var(--dt-color-thirdparty-microsoft-grey-70-s);
|
|
2269
|
+
--dt-color-thirdparty-microsoft-content-secondary-l: var(--dt-color-thirdparty-microsoft-grey-70-l);
|
|
2270
|
+
--dt-color-thirdparty-microsoft-border-secondary-h: var(--dt-color-thirdparty-microsoft-grey-60-h);
|
|
2271
|
+
--dt-color-thirdparty-microsoft-border-secondary-s: var(--dt-color-thirdparty-microsoft-grey-60-s);
|
|
2272
|
+
--dt-color-thirdparty-microsoft-border-secondary-l: var(--dt-color-thirdparty-microsoft-grey-60-l);
|
|
2273
|
+
--dt-color-thirdparty-coop-container-primary-h: var(--dt-color-thirdparty-coop-blue-90-h);
|
|
2274
|
+
--dt-color-thirdparty-coop-container-primary-s: var(--dt-color-thirdparty-coop-blue-90-s);
|
|
2275
|
+
--dt-color-thirdparty-coop-container-primary-l: var(--dt-color-thirdparty-coop-blue-90-l);
|
|
1784
2276
|
}
|
|
1785
2277
|
}
|
|
1786
2278
|
@media (prefers-color-scheme: dark) {
|
|
@@ -1836,6 +2328,9 @@ html[data-highcontrast-enabled] {
|
|
|
1836
2328
|
--dt-color-border-form-h: var(--dt-color-white-h);
|
|
1837
2329
|
--dt-color-border-form-s: var(--dt-color-white-s);
|
|
1838
2330
|
--dt-color-border-form-l: var(--dt-color-white-l);
|
|
2331
|
+
--dt-color-border-decorative-brand-h: var(--dt-color-orange-30-h);
|
|
2332
|
+
--dt-color-border-decorative-brand-s: var(--dt-color-orange-30-s);
|
|
2333
|
+
--dt-color-border-decorative-brand-l: var(--dt-color-orange-30-l);
|
|
1839
2334
|
--dt-color-divider-default-h: var(--dt-color-white-h);
|
|
1840
2335
|
--dt-color-divider-default-s: var(--dt-color-white-s);
|
|
1841
2336
|
--dt-color-divider-default-l: var(--dt-color-white-l);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-css",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "A styling library that provides both a shared collection of ready to use CSS styles to be used across JET web front-ends, and SCSS-based style helpers for our PIE Web Component library.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|