@justeattakeaway/pie-css 0.17.1 → 0.17.2
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 +600 -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,8 +276,11 @@
|
|
|
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 */
|
|
@@ -249,6 +319,46 @@
|
|
|
249
319
|
--dt-font-heading-xxl-weight: var(--dt-font-weight-extrabold);
|
|
250
320
|
--dt-font-heading-xxl-line-height--wide: var(--dt-font-size-48-line-height);
|
|
251
321
|
--dt-font-heading-xxl-line-height--narrow: var(--dt-font-size-32-line-height);
|
|
322
|
+
/* Heading-s-italic font theme */
|
|
323
|
+
--dt-font-heading-s-italic-size--wide: var(--dt-font-size-20);
|
|
324
|
+
--dt-font-heading-s-italic-size--narrow: var(--dt-font-size-16);
|
|
325
|
+
--dt-font-heading-s-italic-family: var(--dt-font-family-alternative);
|
|
326
|
+
--dt-font-heading-s-italic-weight: var(--dt-font-weight-extrabold);
|
|
327
|
+
--dt-font-heading-s-italic-font-style: var(--dt-font-style-italic);
|
|
328
|
+
--dt-font-heading-s-italic-line-height--wide: var(--dt-font-size-20-line-height);
|
|
329
|
+
--dt-font-heading-s-italic-line-height--narrow: var(--dt-font-size-16-line-height);
|
|
330
|
+
/* Heading-m-italic font theme */
|
|
331
|
+
--dt-font-heading-m-italic-size--wide: var(--dt-font-size-24);
|
|
332
|
+
--dt-font-heading-m-italic-size--narrow: var(--dt-font-size-20);
|
|
333
|
+
--dt-font-heading-m-italic-family: var(--dt-font-family-alternative);
|
|
334
|
+
--dt-font-heading-m-italic-weight: var(--dt-font-weight-black);
|
|
335
|
+
--dt-font-heading-m-italic-font-style: var(--dt-font-style-italic);
|
|
336
|
+
--dt-font-heading-m-italic-line-height--wide: var(--dt-font-size-24-line-height);
|
|
337
|
+
--dt-font-heading-m-italic-line-height--narrow: var(--dt-font-size-20-line-height);
|
|
338
|
+
/* Heading-l-italic font theme */
|
|
339
|
+
--dt-font-heading-l-italic-size--wide: var(--dt-font-size-28);
|
|
340
|
+
--dt-font-heading-l-italic-size--narrow: var(--dt-font-size-24);
|
|
341
|
+
--dt-font-heading-l-italic-family: var(--dt-font-family-alternative);
|
|
342
|
+
--dt-font-heading-l-italic-weight: var(--dt-font-weight-black);
|
|
343
|
+
--dt-font-heading-l-italic-font-style: var(--dt-font-style-italic);
|
|
344
|
+
--dt-font-heading-l-italic-line-height--wide: var(--dt-font-size-28-line-height);
|
|
345
|
+
--dt-font-heading-l-italic-line-height--narrow: var(--dt-font-size-24-line-height);
|
|
346
|
+
/* Heading-xl-italic font theme */
|
|
347
|
+
--dt-font-heading-xl-italic-size--wide: var(--dt-font-size-32);
|
|
348
|
+
--dt-font-heading-xl-italic-size--narrow: var(--dt-font-size-28);
|
|
349
|
+
--dt-font-heading-xl-italic-family: var(--dt-font-family-alternative);
|
|
350
|
+
--dt-font-heading-xl-italic-weight: var(--dt-font-weight-extrablack);
|
|
351
|
+
--dt-font-heading-xl-italic-font-style: var(--dt-font-style-italic);
|
|
352
|
+
--dt-font-heading-xl-italic-line-height--wide: var(--dt-font-size-32-line-height);
|
|
353
|
+
--dt-font-heading-xl-italic-line-height--narrow: var(--dt-font-size-28-line-height);
|
|
354
|
+
/* Heading-xxl-italic font theme */
|
|
355
|
+
--dt-font-heading-xxl-italic-size--wide: var(--dt-font-size-48);
|
|
356
|
+
--dt-font-heading-xxl-italic-size--narrow: var(--dt-font-size-32);
|
|
357
|
+
--dt-font-heading-xxl-italic-family: var(--dt-font-family-alternative);
|
|
358
|
+
--dt-font-heading-xxl-italic-weight: var(--dt-font-weight-extrablack);
|
|
359
|
+
--dt-font-heading-xxl-italic-font-style: var(--dt-font-style-italic);
|
|
360
|
+
--dt-font-heading-xxl-italic-line-height--wide: var(--dt-font-size-48-line-height);
|
|
361
|
+
--dt-font-heading-xxl-italic-line-height--narrow: var(--dt-font-size-32-line-height);
|
|
252
362
|
/* Subheading-s font theme */
|
|
253
363
|
--dt-font-subheading-s-size--wide: var(--dt-font-size-20);
|
|
254
364
|
--dt-font-subheading-s-size--narrow: var(--dt-font-size-16);
|
|
@@ -357,19 +467,19 @@
|
|
|
357
467
|
--dt-font-caption-strong-link-text-decoration: var(--dt-font-style-underline);
|
|
358
468
|
--dt-font-caption-strong-link-line-height: var(--dt-font-size-12-line-height);
|
|
359
469
|
/* Global tokens - Radius */
|
|
470
|
+
--dt-radius-12: 12px;
|
|
471
|
+
--dt-radius-16: 16px;
|
|
360
472
|
--dt-radius-00: 0;
|
|
361
|
-
--dt-radius-
|
|
362
|
-
--dt-radius-
|
|
363
|
-
--dt-radius-
|
|
364
|
-
--dt-radius-05: 16px;
|
|
365
|
-
--dt-radius-06: 50rem;
|
|
473
|
+
--dt-radius-04: 4px;
|
|
474
|
+
--dt-radius-08: 8px;
|
|
475
|
+
--dt-radius-round: 50rem;
|
|
366
476
|
/* Alias tokens - Radius */
|
|
367
477
|
--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-
|
|
478
|
+
--dt-radius-rounded-a: var(--dt-radius-04);
|
|
479
|
+
--dt-radius-rounded-b: var(--dt-radius-08);
|
|
480
|
+
--dt-radius-rounded-c: var(--dt-radius-12);
|
|
481
|
+
--dt-radius-rounded-d: var(--dt-radius-16);
|
|
482
|
+
--dt-radius-rounded-e: var(--dt-radius-round);
|
|
373
483
|
/* Global tokens - Motion */
|
|
374
484
|
--dt-motion-easing-in: cubic-bezier(0.8, 0, 1, 1);
|
|
375
485
|
--dt-motion-easing-out: cubic-bezier(0, 0, 0.18, 0.99);
|
|
@@ -382,29 +492,31 @@
|
|
|
382
492
|
--dt-motion-timing-300: 300ms;
|
|
383
493
|
--dt-motion-timing-350: 350ms;
|
|
384
494
|
/* Global tokens - Spacing */
|
|
385
|
-
--dt-spacing-
|
|
495
|
+
--dt-spacing-12: 12px;
|
|
496
|
+
--dt-spacing-16: 16px;
|
|
497
|
+
--dt-spacing-24: 24px;
|
|
498
|
+
--dt-spacing-32: 32px;
|
|
499
|
+
--dt-spacing-40: 40px;
|
|
500
|
+
--dt-spacing-56: 56px;
|
|
501
|
+
--dt-spacing-64: 64px;
|
|
502
|
+
--dt-spacing-80: 80px;
|
|
386
503
|
--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;
|
|
504
|
+
--dt-spacing-02: 2px;
|
|
505
|
+
--dt-spacing-04: 4px;
|
|
506
|
+
--dt-spacing-08: 8px;
|
|
396
507
|
/* Alias tokens - Spacing */
|
|
397
508
|
--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-
|
|
509
|
+
--dt-spacing-a-small: var(--dt-spacing-02);
|
|
510
|
+
--dt-spacing-a: var(--dt-spacing-04);
|
|
511
|
+
--dt-spacing-b: var(--dt-spacing-08);
|
|
512
|
+
--dt-spacing-c: var(--dt-spacing-12);
|
|
513
|
+
--dt-spacing-d: var(--dt-spacing-16);
|
|
514
|
+
--dt-spacing-e: var(--dt-spacing-24);
|
|
515
|
+
--dt-spacing-f: var(--dt-spacing-32);
|
|
516
|
+
--dt-spacing-g: var(--dt-spacing-40);
|
|
517
|
+
--dt-spacing-h: var(--dt-spacing-56);
|
|
518
|
+
--dt-spacing-i: var(--dt-spacing-64);
|
|
519
|
+
--dt-spacing-j: var(--dt-spacing-80);
|
|
408
520
|
/* Global tokens - Breakpoint */
|
|
409
521
|
--dt-breakpoint-size-1024: 1024px;
|
|
410
522
|
--dt-breakpoint-size-1280: 1280px;
|
|
@@ -445,6 +557,16 @@
|
|
|
445
557
|
--dt-elevation-inverse-04: var(--dt-elevation-box-shadow-09);
|
|
446
558
|
--dt-elevation-inverse-05: var(--dt-elevation-box-shadow-10);
|
|
447
559
|
--dt-elevation-inverse-card: var(--dt-elevation-box-shadow-12);
|
|
560
|
+
/* Global tokens - Gradient */
|
|
561
|
+
/* Alias tokens - Gradient */
|
|
562
|
+
/* Default gradient theme */
|
|
563
|
+
--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%);
|
|
564
|
+
--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%);
|
|
565
|
+
--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%);
|
|
566
|
+
--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%);
|
|
567
|
+
--dt-gradient-jetplus-support-02: linear-gradient(180deg, var(--dt-color-orange-10) 0%, var(--dt-color-transparent) 40%, var(--dt-color-transparent) 100%);
|
|
568
|
+
--dt-gradient-ai-container-default: linear-gradient(140deg, var(--dt-color-cupcake-10) 40%, var(--dt-color-aubergine-5) 100%);
|
|
569
|
+
--dt-gradient-ai-border-default: linear-gradient(140deg, var(--dt-color-cupcake-40) 40%, var(--dt-color-aubergine-30) 100%);
|
|
448
570
|
}
|
|
449
571
|
/* Highcontrast color theme */
|
|
450
572
|
html[data-highcontrast-enabled] {
|
|
@@ -465,6 +587,7 @@ html[data-highcontrast-enabled] {
|
|
|
465
587
|
--dt-color-border-selected: var(--dt-color-black);
|
|
466
588
|
--dt-color-border-selected-brand: var(--dt-color-orange-dark-hc);
|
|
467
589
|
--dt-color-border-form: var(--dt-color-black);
|
|
590
|
+
--dt-color-border-decorative-brand: var(--dt-color-orange-30);
|
|
468
591
|
--dt-color-divider-default: var(--dt-color-black);
|
|
469
592
|
--dt-color-divider-inverse: var(--dt-color-white);
|
|
470
593
|
--dt-color-interactive-brand: var(--dt-color-orange-dark-hc);
|
|
@@ -502,6 +625,13 @@ html[data-highcontrast-enabled] {
|
|
|
502
625
|
--dt-color-support-brand-06-subtle: var(--dt-color-aubergine-10);
|
|
503
626
|
--dt-color-support-brand-07: var(--dt-color-white);
|
|
504
627
|
--dt-color-support-brand-07-subtle: var(--dt-color-tomato-5);
|
|
628
|
+
--dt-color-support-brand-08: var(--dt-color-white);
|
|
629
|
+
--dt-color-support-brand-08-subtle: var(--dt-color-latte-10);
|
|
630
|
+
--dt-color-braze-container-01: var(--dt-color-orange-10);
|
|
631
|
+
--dt-color-braze-container-03: var(--dt-color-cupcake-10);
|
|
632
|
+
--dt-color-braze-container-04: var(--dt-color-berry-10);
|
|
633
|
+
--dt-color-braze-container-05: var(--dt-color-turmeric-10);
|
|
634
|
+
--dt-color-braze-container-08: var(--dt-color-latte-10);
|
|
505
635
|
--dt-color-content-default: var(--dt-color-black);
|
|
506
636
|
--dt-color-content-subdued: var(--dt-color-black);
|
|
507
637
|
--dt-color-content-interactive-brand: var(--dt-color-orange-dark-hc);
|
|
@@ -576,6 +706,7 @@ html[data-highcontrast-enabled] {
|
|
|
576
706
|
--dt-color-border-selected: var(--dt-color-mozzarella-30);
|
|
577
707
|
--dt-color-border-selected-brand: var(--dt-color-orange);
|
|
578
708
|
--dt-color-border-form: var(--dt-color-mozzarella-50);
|
|
709
|
+
--dt-color-border-decorative-brand: var(--dt-color-orange-30);
|
|
579
710
|
--dt-color-divider-default: rgb(255,255,255,0.20);
|
|
580
711
|
--dt-color-divider-inverse: rgb(0,0,0,0.08);
|
|
581
712
|
--dt-color-interactive-brand: var(--dt-color-orange);
|
|
@@ -602,17 +733,24 @@ html[data-highcontrast-enabled] {
|
|
|
602
733
|
--dt-color-support-error-inverse: var(--dt-color-red);
|
|
603
734
|
--dt-color-support-warning-inverse: var(--dt-color-turmeric-60);
|
|
604
735
|
--dt-color-support-brand-01: var(--dt-color-orange-30);
|
|
605
|
-
--dt-color-support-brand-02: var(--dt-color-orange-
|
|
736
|
+
--dt-color-support-brand-02: var(--dt-color-orange-75);
|
|
606
737
|
--dt-color-support-brand-03: var(--dt-color-blue-25);
|
|
607
|
-
--dt-color-support-brand-03-subtle: var(--dt-color-cupcake-
|
|
738
|
+
--dt-color-support-brand-03-subtle: var(--dt-color-cupcake-70);
|
|
608
739
|
--dt-color-support-brand-04: var(--dt-color-red-25);
|
|
609
|
-
--dt-color-support-brand-04-subtle: var(--dt-color-berry-
|
|
740
|
+
--dt-color-support-brand-04-subtle: var(--dt-color-berry-70);
|
|
610
741
|
--dt-color-support-brand-05: var(--dt-color-yellow);
|
|
611
|
-
--dt-color-support-brand-05-subtle: var(--dt-color-turmeric-
|
|
742
|
+
--dt-color-support-brand-05-subtle: var(--dt-color-turmeric-70);
|
|
612
743
|
--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-
|
|
744
|
+
--dt-color-support-brand-06-subtle: var(--dt-color-aubergine-75);
|
|
745
|
+
--dt-color-support-brand-07: var(--dt-color-tomato-50);
|
|
615
746
|
--dt-color-support-brand-07-subtle: var(--dt-color-tomato-90);
|
|
747
|
+
--dt-color-support-brand-08: var(--dt-color-latte-30);
|
|
748
|
+
--dt-color-support-brand-08-subtle: var(--dt-color-latte-70);
|
|
749
|
+
--dt-color-braze-container-01: var(--dt-color-orange-75);
|
|
750
|
+
--dt-color-braze-container-03: var(--dt-color-cupcake-70);
|
|
751
|
+
--dt-color-braze-container-04: var(--dt-color-berry-70);
|
|
752
|
+
--dt-color-braze-container-05: var(--dt-color-turmeric-70);
|
|
753
|
+
--dt-color-braze-container-08: var(--dt-color-latte-70);
|
|
616
754
|
--dt-color-content-default: var(--dt-color-white);
|
|
617
755
|
--dt-color-content-subdued: var(--dt-color-charcoal-30);
|
|
618
756
|
--dt-color-content-interactive-brand: var(--dt-color-orange-30);
|
|
@@ -666,6 +804,31 @@ html[data-highcontrast-enabled] {
|
|
|
666
804
|
--dt-color-skeleton-shimmer-01: var(--dt-color-mozzarella-75);
|
|
667
805
|
--dt-color-skeleton-shimmer-02: var(--dt-color-mozzarella-70);
|
|
668
806
|
--dt-color-skeleton-shimmer-03: var(--dt-color-mozzarella-80);
|
|
807
|
+
--dt-color-thirdparty-apple-container-primary: var(--dt-color-white);
|
|
808
|
+
--dt-color-thirdparty-apple-content-primary: var(--dt-color-black);
|
|
809
|
+
--dt-color-thirdparty-apple-container-secondary: var(--dt-color-black);
|
|
810
|
+
--dt-color-thirdparty-apple-content-secondary: var(--dt-color-white);
|
|
811
|
+
--dt-color-thirdparty-android-background-dashboard: var(--dt-color-black);
|
|
812
|
+
--dt-color-thirdparty-facebook-container-primary: var(--dt-color-thirdparty-facebook-blue);
|
|
813
|
+
--dt-color-thirdparty-facebook-content-primary: var(--dt-color-white);
|
|
814
|
+
--dt-color-thirdparty-facebook-container-secondary: var(--dt-color-black);
|
|
815
|
+
--dt-color-thirdparty-facebook-content-secondary: var(--dt-color-white);
|
|
816
|
+
--dt-color-thirdparty-google-container-primary: var(--dt-color-thirdparty-google-grey-100);
|
|
817
|
+
--dt-color-thirdparty-google-content-primary: var(--dt-color-thirdparty-google-grey-30);
|
|
818
|
+
--dt-color-thirdparty-google-content-primary-subdued: var(--dt-color-thirdparty-google-grey-30);
|
|
819
|
+
--dt-color-thirdparty-google-border-primary: var(--dt-color-thirdparty-google-grey-30);
|
|
820
|
+
--dt-color-thirdparty-google-container-secondary: var(--dt-color-white);
|
|
821
|
+
--dt-color-thirdparty-google-content-secondary: var(--dt-color-thirdparty-google-grey-100);
|
|
822
|
+
--dt-color-thirdparty-google-content-secondary-subdued: var(--dt-color-thirdparty-google-grey-70);
|
|
823
|
+
--dt-color-thirdparty-google-border-secondary: var(--dt-color-thirdparty-google-grey-60);
|
|
824
|
+
--dt-color-thirdparty-microsoft-container-primary: var(--dt-color-thirdparty-microsoft-grey-80);
|
|
825
|
+
--dt-color-thirdparty-microsoft-content-primary: var(--dt-color-white);
|
|
826
|
+
--dt-color-thirdparty-microsoft-border-primary-bg: #000;
|
|
827
|
+
--dt-color-thirdparty-microsoft-border-primary: 0%;
|
|
828
|
+
--dt-color-thirdparty-microsoft-container-secondary: var(--dt-color-white);
|
|
829
|
+
--dt-color-thirdparty-microsoft-content-secondary: var(--dt-color-thirdparty-microsoft-grey-70);
|
|
830
|
+
--dt-color-thirdparty-microsoft-border-secondary: var(--dt-color-thirdparty-microsoft-grey-60);
|
|
831
|
+
--dt-color-thirdparty-coop-container-primary: var(--dt-color-thirdparty-coop-blue-90);
|
|
669
832
|
}
|
|
670
833
|
}
|
|
671
834
|
/* Highcontrast-dark color theme */
|
|
@@ -688,6 +851,7 @@ html[data-highcontrast-enabled] {
|
|
|
688
851
|
--dt-color-border-selected: var(--dt-color-white);
|
|
689
852
|
--dt-color-border-selected-brand: var(--dt-color-orange-30);
|
|
690
853
|
--dt-color-border-form: var(--dt-color-white);
|
|
854
|
+
--dt-color-border-decorative-brand: var(--dt-color-orange-30);
|
|
691
855
|
--dt-color-divider-default: var(--dt-color-white);
|
|
692
856
|
--dt-color-divider-inverse: var(--dt-color-black);
|
|
693
857
|
--dt-color-interactive-brand: var(--dt-color-orange-30);
|
|
@@ -797,28 +961,55 @@ html[data-highcontrast-enabled] {
|
|
|
797
961
|
--dt-elevation-inverse-card: var(--dt-elevation-box-shadow-11);
|
|
798
962
|
}
|
|
799
963
|
}
|
|
964
|
+
/* Dark gradient theme */
|
|
965
|
+
@media (prefers-color-scheme: dark) {
|
|
966
|
+
html[data-darkmode-enabled] {
|
|
967
|
+
--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%);
|
|
968
|
+
--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%);
|
|
969
|
+
--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%);
|
|
970
|
+
--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%);
|
|
971
|
+
--dt-gradient-jetplus-support-02: linear-gradient(180deg, var(--dt-color-orange-75) 0%, var(--dt-color-transparent) 40%, var(--dt-color-transparent) 100%);
|
|
972
|
+
--dt-gradient-ai-container-default: linear-gradient(140deg, var(--dt-color-cupcake-80) 40%, var(--dt-color-purple) 100%);
|
|
973
|
+
--dt-gradient-ai-border-default: linear-gradient(140deg, var(--dt-color-cupcake-40) 40%, var(--dt-color-aubergine-30) 100%);
|
|
974
|
+
}
|
|
975
|
+
}
|
|
800
976
|
:root {
|
|
801
977
|
--dt-color-aubergine-10-h: 300;
|
|
802
978
|
--dt-color-aubergine-10-s: 26.2%;
|
|
803
979
|
--dt-color-aubergine-10-l: 87.3%;
|
|
804
|
-
--dt-color-aubergine-
|
|
805
|
-
--dt-color-aubergine-
|
|
980
|
+
--dt-color-aubergine-30-h: 302;
|
|
981
|
+
--dt-color-aubergine-30-s: 21.3%;
|
|
982
|
+
--dt-color-aubergine-30-l: 65.1%;
|
|
983
|
+
--dt-color-aubergine-5-h: 300;
|
|
984
|
+
--dt-color-aubergine-5-s: 33.3%;
|
|
985
|
+
--dt-color-aubergine-5-l: 92.9%;
|
|
986
|
+
--dt-color-aubergine-75-h: 300;
|
|
987
|
+
--dt-color-aubergine-75-s: 12.3%;
|
|
988
|
+
--dt-color-aubergine-75-l: 25.5%;
|
|
989
|
+
--dt-color-aubergine-80-h: 300;
|
|
990
|
+
--dt-color-aubergine-80-s: 10.1%;
|
|
806
991
|
--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-
|
|
992
|
+
--dt-color-berry-10-h: 352;
|
|
993
|
+
--dt-color-berry-10-s: 75.6%;
|
|
994
|
+
--dt-color-berry-10-l: 92%;
|
|
995
|
+
--dt-color-berry-20-h: 352;
|
|
996
|
+
--dt-color-berry-20-s: 76.5%;
|
|
997
|
+
--dt-color-berry-20-l: 90%;
|
|
998
|
+
--dt-color-berry-70-h: 352;
|
|
999
|
+
--dt-color-berry-70-s: 18.6%;
|
|
1000
|
+
--dt-color-berry-70-l: 50.4%;
|
|
1001
|
+
--dt-color-berry-90-h: 352;
|
|
1002
|
+
--dt-color-berry-90-s: 18.8%;
|
|
1003
|
+
--dt-color-berry-90-l: 25.1%;
|
|
813
1004
|
--dt-color-black-h: 0;
|
|
814
1005
|
--dt-color-black-s: 0%;
|
|
815
1006
|
--dt-color-black-l: 0%;
|
|
816
1007
|
--dt-color-blue-h: 215;
|
|
817
1008
|
--dt-color-blue-s: 83.6%;
|
|
818
1009
|
--dt-color-blue-l: 43.1%;
|
|
819
|
-
--dt-color-blue-10-h:
|
|
820
|
-
--dt-color-blue-10-s:
|
|
821
|
-
--dt-color-blue-10-l:
|
|
1010
|
+
--dt-color-blue-10-h: 215;
|
|
1011
|
+
--dt-color-blue-10-s: 100%;
|
|
1012
|
+
--dt-color-blue-10-l: 92.9%;
|
|
822
1013
|
--dt-color-blue-25-h: 188;
|
|
823
1014
|
--dt-color-blue-25-s: 30.5%;
|
|
824
1015
|
--dt-color-blue-25-l: 81.4%;
|
|
@@ -861,18 +1052,27 @@ html[data-highcontrast-enabled] {
|
|
|
861
1052
|
--dt-color-charcoal-80-h: 190;
|
|
862
1053
|
--dt-color-charcoal-80-s: 14.3%;
|
|
863
1054
|
--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:
|
|
1055
|
+
--dt-color-cupcake-10-h: 189;
|
|
1056
|
+
--dt-color-cupcake-10-s: 29.2%;
|
|
1057
|
+
--dt-color-cupcake-10-l: 90.6%;
|
|
1058
|
+
--dt-color-cupcake-40-h: 188;
|
|
1059
|
+
--dt-color-cupcake-40-s: 22.8%;
|
|
1060
|
+
--dt-color-cupcake-40-l: 75.1%;
|
|
1061
|
+
--dt-color-cupcake-70-h: 188;
|
|
1062
|
+
--dt-color-cupcake-70-s: 7%;
|
|
1063
|
+
--dt-color-cupcake-70-l: 44.7%;
|
|
1064
|
+
--dt-color-cupcake-80-h: 185;
|
|
1065
|
+
--dt-color-cupcake-80-s: 6.7%;
|
|
1066
|
+
--dt-color-cupcake-80-l: 32%;
|
|
867
1067
|
--dt-color-cupcake-90-h: 186;
|
|
868
1068
|
--dt-color-cupcake-90-s: 28.8%;
|
|
869
1069
|
--dt-color-cupcake-90-l: 20.4%;
|
|
870
1070
|
--dt-color-green-h: 148;
|
|
871
1071
|
--dt-color-green-s: 98.4%;
|
|
872
1072
|
--dt-color-green-l: 24.1%;
|
|
873
|
-
--dt-color-green-10-h:
|
|
874
|
-
--dt-color-green-10-s:
|
|
875
|
-
--dt-color-green-10-l:
|
|
1073
|
+
--dt-color-green-10-h: 147;
|
|
1074
|
+
--dt-color-green-10-s: 71.4%;
|
|
1075
|
+
--dt-color-green-10-l: 89%;
|
|
876
1076
|
--dt-color-green-30-h: 146;
|
|
877
1077
|
--dt-color-green-30-s: 69.8%;
|
|
878
1078
|
--dt-color-green-30-l: 44.1%;
|
|
@@ -885,6 +1085,15 @@ html[data-highcontrast-enabled] {
|
|
|
885
1085
|
--dt-color-green-light-hc-h: 145;
|
|
886
1086
|
--dt-color-green-light-hc-s: 69.6%;
|
|
887
1087
|
--dt-color-green-light-hc-l: 49%;
|
|
1088
|
+
--dt-color-latte-10-h: 39;
|
|
1089
|
+
--dt-color-latte-10-s: 58.8%;
|
|
1090
|
+
--dt-color-latte-10-l: 86.7%;
|
|
1091
|
+
--dt-color-latte-30-h: 37;
|
|
1092
|
+
--dt-color-latte-30-s: 59%;
|
|
1093
|
+
--dt-color-latte-30-l: 77.1%;
|
|
1094
|
+
--dt-color-latte-70-h: 38;
|
|
1095
|
+
--dt-color-latte-70-s: 17.3%;
|
|
1096
|
+
--dt-color-latte-70-l: 43.1%;
|
|
888
1097
|
--dt-color-mozzarella-10-h: 30;
|
|
889
1098
|
--dt-color-mozzarella-10-s: 16.7%;
|
|
890
1099
|
--dt-color-mozzarella-10-l: 95.3%;
|
|
@@ -924,18 +1133,30 @@ html[data-highcontrast-enabled] {
|
|
|
924
1133
|
--dt-color-orange-h: 25;
|
|
925
1134
|
--dt-color-orange-s: 96%;
|
|
926
1135
|
--dt-color-orange-l: 48.6%;
|
|
927
|
-
--dt-color-orange-
|
|
928
|
-
--dt-color-orange-
|
|
929
|
-
--dt-color-orange-
|
|
1136
|
+
--dt-color-orange-0-h: 30;
|
|
1137
|
+
--dt-color-orange-0-s: 100%;
|
|
1138
|
+
--dt-color-orange-0-l: 94.9%;
|
|
1139
|
+
--dt-color-orange-10-h: 29;
|
|
1140
|
+
--dt-color-orange-10-s: 93.5%;
|
|
1141
|
+
--dt-color-orange-10-l: 87.8%;
|
|
1142
|
+
--dt-color-orange-20-h: 29;
|
|
1143
|
+
--dt-color-orange-20-s: 92.9%;
|
|
1144
|
+
--dt-color-orange-20-l: 77.8%;
|
|
1145
|
+
--dt-color-orange-25-h: 30;
|
|
1146
|
+
--dt-color-orange-25-s: 100%;
|
|
1147
|
+
--dt-color-orange-25-l: 60%;
|
|
930
1148
|
--dt-color-orange-30-h: 30;
|
|
931
1149
|
--dt-color-orange-30-s: 100%;
|
|
932
1150
|
--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-
|
|
1151
|
+
--dt-color-orange-70-h: 25;
|
|
1152
|
+
--dt-color-orange-70-s: 81.8%;
|
|
1153
|
+
--dt-color-orange-70-l: 38.8%;
|
|
1154
|
+
--dt-color-orange-75-h: 29;
|
|
1155
|
+
--dt-color-orange-75-s: 100%;
|
|
1156
|
+
--dt-color-orange-75-l: 31.4%;
|
|
1157
|
+
--dt-color-orange-90-h: 29;
|
|
1158
|
+
--dt-color-orange-90-s: 90.2%;
|
|
1159
|
+
--dt-color-orange-90-l: 20%;
|
|
939
1160
|
--dt-color-orange-dark-hc-h: 18;
|
|
940
1161
|
--dt-color-orange-dark-hc-s: 100%;
|
|
941
1162
|
--dt-color-orange-dark-hc-l: 32%;
|
|
@@ -948,9 +1169,9 @@ html[data-highcontrast-enabled] {
|
|
|
948
1169
|
--dt-color-red-h: 351;
|
|
949
1170
|
--dt-color-red-s: 95.4%;
|
|
950
1171
|
--dt-color-red-l: 42.7%;
|
|
951
|
-
--dt-color-red-10-h:
|
|
1172
|
+
--dt-color-red-10-h: 8;
|
|
952
1173
|
--dt-color-red-10-s: 100%;
|
|
953
|
-
--dt-color-red-10-l:
|
|
1174
|
+
--dt-color-red-10-l: 90%;
|
|
954
1175
|
--dt-color-red-25-h: 352;
|
|
955
1176
|
--dt-color-red-25-s: 74.5%;
|
|
956
1177
|
--dt-color-red-25-l: 80%;
|
|
@@ -975,21 +1196,75 @@ html[data-highcontrast-enabled] {
|
|
|
975
1196
|
--dt-color-system-purple-10-h: 272;
|
|
976
1197
|
--dt-color-system-purple-10-s: 90.2%;
|
|
977
1198
|
--dt-color-system-purple-10-l: 75.9%;
|
|
1199
|
+
--dt-color-thirdparty-coop-blue-05-h: 194;
|
|
1200
|
+
--dt-color-thirdparty-coop-blue-05-s: 92.9%;
|
|
1201
|
+
--dt-color-thirdparty-coop-blue-05-l: 94.5%;
|
|
1202
|
+
--dt-color-thirdparty-coop-blue-90-h: 193;
|
|
1203
|
+
--dt-color-thirdparty-coop-blue-90-s: 100%;
|
|
1204
|
+
--dt-color-thirdparty-coop-blue-90-l: 18%;
|
|
1205
|
+
--dt-color-thirdparty-facebook-blue-h: 214;
|
|
1206
|
+
--dt-color-thirdparty-facebook-blue-s: 89.3%;
|
|
1207
|
+
--dt-color-thirdparty-facebook-blue-l: 52.2%;
|
|
1208
|
+
--dt-color-thirdparty-google-grey-10-h: 0;
|
|
1209
|
+
--dt-color-thirdparty-google-grey-10-s: 0%;
|
|
1210
|
+
--dt-color-thirdparty-google-grey-10-l: 94.9%;
|
|
1211
|
+
--dt-color-thirdparty-google-grey-100-h: 240;
|
|
1212
|
+
--dt-color-thirdparty-google-grey-100-s: 2.6%;
|
|
1213
|
+
--dt-color-thirdparty-google-grey-100-l: 7.6%;
|
|
1214
|
+
--dt-color-thirdparty-google-grey-30-h: 0;
|
|
1215
|
+
--dt-color-thirdparty-google-grey-30-s: 0%;
|
|
1216
|
+
--dt-color-thirdparty-google-grey-30-l: 89%;
|
|
1217
|
+
--dt-color-thirdparty-google-grey-50-h: 140;
|
|
1218
|
+
--dt-color-thirdparty-google-grey-50-s: 1.3%;
|
|
1219
|
+
--dt-color-thirdparty-google-grey-50-l: 56.3%;
|
|
1220
|
+
--dt-color-thirdparty-google-grey-60-h: 140;
|
|
1221
|
+
--dt-color-thirdparty-google-grey-60-s: 1.3%;
|
|
1222
|
+
--dt-color-thirdparty-google-grey-60-l: 46.1%;
|
|
1223
|
+
--dt-color-thirdparty-google-grey-70-h: 150;
|
|
1224
|
+
--dt-color-thirdparty-google-grey-70-s: 0.9%;
|
|
1225
|
+
--dt-color-thirdparty-google-grey-70-l: 42%;
|
|
1226
|
+
--dt-color-thirdparty-google-grey-90-h: 0;
|
|
1227
|
+
--dt-color-thirdparty-google-grey-90-s: 0%;
|
|
1228
|
+
--dt-color-thirdparty-google-grey-90-l: 12.2%;
|
|
1229
|
+
--dt-color-thirdparty-microsoft-grey-60-h: 0;
|
|
1230
|
+
--dt-color-thirdparty-microsoft-grey-60-s: 0%;
|
|
1231
|
+
--dt-color-thirdparty-microsoft-grey-60-l: 54.9%;
|
|
1232
|
+
--dt-color-thirdparty-microsoft-grey-70-h: 0;
|
|
1233
|
+
--dt-color-thirdparty-microsoft-grey-70-s: 0%;
|
|
1234
|
+
--dt-color-thirdparty-microsoft-grey-70-l: 36.9%;
|
|
1235
|
+
--dt-color-thirdparty-microsoft-grey-80-h: 0;
|
|
1236
|
+
--dt-color-thirdparty-microsoft-grey-80-s: 0%;
|
|
1237
|
+
--dt-color-thirdparty-microsoft-grey-80-l: 18.4%;
|
|
1238
|
+
--dt-color-tomato-100-h: 15;
|
|
1239
|
+
--dt-color-tomato-100-s: 58.1%;
|
|
1240
|
+
--dt-color-tomato-100-l: 12.2%;
|
|
1241
|
+
--dt-color-tomato-30-h: 17;
|
|
1242
|
+
--dt-color-tomato-30-s: 100%;
|
|
1243
|
+
--dt-color-tomato-30-l: 71.4%;
|
|
978
1244
|
--dt-color-tomato-5-h: 19;
|
|
979
1245
|
--dt-color-tomato-5-s: 100%;
|
|
980
1246
|
--dt-color-tomato-5-l: 87.5%;
|
|
1247
|
+
--dt-color-tomato-50-h: 16;
|
|
1248
|
+
--dt-color-tomato-50-s: 92.8%;
|
|
1249
|
+
--dt-color-tomato-50-l: 56.3%;
|
|
981
1250
|
--dt-color-tomato-90-h: 15;
|
|
982
1251
|
--dt-color-tomato-90-s: 60.7%;
|
|
983
1252
|
--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-
|
|
1253
|
+
--dt-color-turmeric-10-h: 42;
|
|
1254
|
+
--dt-color-turmeric-10-s: 90.9%;
|
|
1255
|
+
--dt-color-turmeric-10-l: 87.1%;
|
|
1256
|
+
--dt-color-turmeric-5-h: 42;
|
|
1257
|
+
--dt-color-turmeric-5-s: 90.2%;
|
|
1258
|
+
--dt-color-turmeric-5-l: 92%;
|
|
1259
|
+
--dt-color-turmeric-60-h: 42;
|
|
1260
|
+
--dt-color-turmeric-60-s: 56.5%;
|
|
1261
|
+
--dt-color-turmeric-60-l: 45.1%;
|
|
1262
|
+
--dt-color-turmeric-70-h: 42;
|
|
1263
|
+
--dt-color-turmeric-70-s: 56.8%;
|
|
1264
|
+
--dt-color-turmeric-70-l: 36.3%;
|
|
990
1265
|
--dt-color-turmeric-80-h: 43;
|
|
991
|
-
--dt-color-turmeric-80-s:
|
|
992
|
-
--dt-color-turmeric-80-l:
|
|
1266
|
+
--dt-color-turmeric-80-s: 56.3%;
|
|
1267
|
+
--dt-color-turmeric-80-l: 25.1%;
|
|
993
1268
|
--dt-color-white-h: 0;
|
|
994
1269
|
--dt-color-white-s: 0%;
|
|
995
1270
|
--dt-color-white-l: 100%;
|
|
@@ -1056,6 +1331,9 @@ html[data-highcontrast-enabled] {
|
|
|
1056
1331
|
--dt-color-border-form-h: var(--dt-color-mozzarella-55-h);
|
|
1057
1332
|
--dt-color-border-form-s: var(--dt-color-mozzarella-55-s);
|
|
1058
1333
|
--dt-color-border-form-l: var(--dt-color-mozzarella-55-l);
|
|
1334
|
+
--dt-color-border-decorative-brand-h: var(--dt-color-orange-30-h);
|
|
1335
|
+
--dt-color-border-decorative-brand-s: var(--dt-color-orange-30-s);
|
|
1336
|
+
--dt-color-border-decorative-brand-l: var(--dt-color-orange-30-l);
|
|
1059
1337
|
--dt-color-interactive-brand-h: var(--dt-color-orange-h);
|
|
1060
1338
|
--dt-color-interactive-brand-s: var(--dt-color-orange-s);
|
|
1061
1339
|
--dt-color-interactive-brand-l: var(--dt-color-orange-l);
|
|
@@ -1140,21 +1418,42 @@ html[data-highcontrast-enabled] {
|
|
|
1140
1418
|
--dt-color-support-brand-05-h: var(--dt-color-yellow-h);
|
|
1141
1419
|
--dt-color-support-brand-05-s: var(--dt-color-yellow-s);
|
|
1142
1420
|
--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-
|
|
1421
|
+
--dt-color-support-brand-05-subtle-h: var(--dt-color-turmeric-10-h);
|
|
1422
|
+
--dt-color-support-brand-05-subtle-s: var(--dt-color-turmeric-10-s);
|
|
1423
|
+
--dt-color-support-brand-05-subtle-l: var(--dt-color-turmeric-10-l);
|
|
1146
1424
|
--dt-color-support-brand-06-h: var(--dt-color-purple-h);
|
|
1147
1425
|
--dt-color-support-brand-06-s: var(--dt-color-purple-s);
|
|
1148
1426
|
--dt-color-support-brand-06-l: var(--dt-color-purple-l);
|
|
1149
1427
|
--dt-color-support-brand-06-subtle-h: var(--dt-color-aubergine-10-h);
|
|
1150
1428
|
--dt-color-support-brand-06-subtle-s: var(--dt-color-aubergine-10-s);
|
|
1151
1429
|
--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-
|
|
1430
|
+
--dt-color-support-brand-07-h: var(--dt-color-tomato-50-h);
|
|
1431
|
+
--dt-color-support-brand-07-s: var(--dt-color-tomato-50-s);
|
|
1432
|
+
--dt-color-support-brand-07-l: var(--dt-color-tomato-50-l);
|
|
1155
1433
|
--dt-color-support-brand-07-subtle-h: var(--dt-color-tomato-5-h);
|
|
1156
1434
|
--dt-color-support-brand-07-subtle-s: var(--dt-color-tomato-5-s);
|
|
1157
1435
|
--dt-color-support-brand-07-subtle-l: var(--dt-color-tomato-5-l);
|
|
1436
|
+
--dt-color-support-brand-08-h: var(--dt-color-latte-30-h);
|
|
1437
|
+
--dt-color-support-brand-08-s: var(--dt-color-latte-30-s);
|
|
1438
|
+
--dt-color-support-brand-08-l: var(--dt-color-latte-30-l);
|
|
1439
|
+
--dt-color-support-brand-08-subtle-h: var(--dt-color-latte-10-h);
|
|
1440
|
+
--dt-color-support-brand-08-subtle-s: var(--dt-color-latte-10-s);
|
|
1441
|
+
--dt-color-support-brand-08-subtle-l: var(--dt-color-latte-10-l);
|
|
1442
|
+
--dt-color-braze-container-01-h: var(--dt-color-orange-10-h);
|
|
1443
|
+
--dt-color-braze-container-01-s: var(--dt-color-orange-10-s);
|
|
1444
|
+
--dt-color-braze-container-01-l: var(--dt-color-orange-10-l);
|
|
1445
|
+
--dt-color-braze-container-03-h: var(--dt-color-cupcake-10-h);
|
|
1446
|
+
--dt-color-braze-container-03-s: var(--dt-color-cupcake-10-s);
|
|
1447
|
+
--dt-color-braze-container-03-l: var(--dt-color-cupcake-10-l);
|
|
1448
|
+
--dt-color-braze-container-04-h: var(--dt-color-berry-10-h);
|
|
1449
|
+
--dt-color-braze-container-04-s: var(--dt-color-berry-10-s);
|
|
1450
|
+
--dt-color-braze-container-04-l: var(--dt-color-berry-10-l);
|
|
1451
|
+
--dt-color-braze-container-05-h: var(--dt-color-turmeric-10-h);
|
|
1452
|
+
--dt-color-braze-container-05-s: var(--dt-color-turmeric-10-s);
|
|
1453
|
+
--dt-color-braze-container-05-l: var(--dt-color-turmeric-10-l);
|
|
1454
|
+
--dt-color-braze-container-08-h: var(--dt-color-latte-10-h);
|
|
1455
|
+
--dt-color-braze-container-08-s: var(--dt-color-latte-10-s);
|
|
1456
|
+
--dt-color-braze-container-08-l: var(--dt-color-latte-10-l);
|
|
1158
1457
|
--dt-color-content-default-h: var(--dt-color-charcoal-80-h);
|
|
1159
1458
|
--dt-color-content-default-s: var(--dt-color-charcoal-80-s);
|
|
1160
1459
|
--dt-color-content-default-l: var(--dt-color-charcoal-80-l);
|
|
@@ -1260,6 +1559,75 @@ html[data-highcontrast-enabled] {
|
|
|
1260
1559
|
--dt-color-skeleton-shimmer-03-h: var(--dt-color-mozzarella-10-h);
|
|
1261
1560
|
--dt-color-skeleton-shimmer-03-s: var(--dt-color-mozzarella-10-s);
|
|
1262
1561
|
--dt-color-skeleton-shimmer-03-l: var(--dt-color-mozzarella-10-l);
|
|
1562
|
+
--dt-color-thirdparty-apple-container-primary-h: var(--dt-color-black-h);
|
|
1563
|
+
--dt-color-thirdparty-apple-container-primary-s: var(--dt-color-black-s);
|
|
1564
|
+
--dt-color-thirdparty-apple-container-primary-l: var(--dt-color-black-l);
|
|
1565
|
+
--dt-color-thirdparty-apple-content-primary-h: var(--dt-color-white-h);
|
|
1566
|
+
--dt-color-thirdparty-apple-content-primary-s: var(--dt-color-white-s);
|
|
1567
|
+
--dt-color-thirdparty-apple-content-primary-l: var(--dt-color-white-l);
|
|
1568
|
+
--dt-color-thirdparty-apple-container-secondary-h: var(--dt-color-white-h);
|
|
1569
|
+
--dt-color-thirdparty-apple-container-secondary-s: var(--dt-color-white-s);
|
|
1570
|
+
--dt-color-thirdparty-apple-container-secondary-l: var(--dt-color-white-l);
|
|
1571
|
+
--dt-color-thirdparty-apple-content-secondary-h: var(--dt-color-black-h);
|
|
1572
|
+
--dt-color-thirdparty-apple-content-secondary-s: var(--dt-color-black-s);
|
|
1573
|
+
--dt-color-thirdparty-apple-content-secondary-l: var(--dt-color-black-l);
|
|
1574
|
+
--dt-color-thirdparty-android-background-dashboard-h: var(--dt-color-black-h);
|
|
1575
|
+
--dt-color-thirdparty-android-background-dashboard-s: var(--dt-color-black-s);
|
|
1576
|
+
--dt-color-thirdparty-android-background-dashboard-l: var(--dt-color-black-l);
|
|
1577
|
+
--dt-color-thirdparty-facebook-container-primary-h: var(--dt-color-thirdparty-facebook-blue-h);
|
|
1578
|
+
--dt-color-thirdparty-facebook-container-primary-s: var(--dt-color-thirdparty-facebook-blue-s);
|
|
1579
|
+
--dt-color-thirdparty-facebook-container-primary-l: var(--dt-color-thirdparty-facebook-blue-l);
|
|
1580
|
+
--dt-color-thirdparty-facebook-content-primary-h: var(--dt-color-white-h);
|
|
1581
|
+
--dt-color-thirdparty-facebook-content-primary-s: var(--dt-color-white-s);
|
|
1582
|
+
--dt-color-thirdparty-facebook-content-primary-l: var(--dt-color-white-l);
|
|
1583
|
+
--dt-color-thirdparty-facebook-container-secondary-h: var(--dt-color-white-h);
|
|
1584
|
+
--dt-color-thirdparty-facebook-container-secondary-s: var(--dt-color-white-s);
|
|
1585
|
+
--dt-color-thirdparty-facebook-container-secondary-l: var(--dt-color-white-l);
|
|
1586
|
+
--dt-color-thirdparty-facebook-content-secondary-h: var(--dt-color-black-h);
|
|
1587
|
+
--dt-color-thirdparty-facebook-content-secondary-s: var(--dt-color-black-s);
|
|
1588
|
+
--dt-color-thirdparty-facebook-content-secondary-l: var(--dt-color-black-l);
|
|
1589
|
+
--dt-color-thirdparty-google-container-primary-h: var(--dt-color-thirdparty-google-grey-100-h);
|
|
1590
|
+
--dt-color-thirdparty-google-container-primary-s: var(--dt-color-thirdparty-google-grey-100-s);
|
|
1591
|
+
--dt-color-thirdparty-google-container-primary-l: var(--dt-color-thirdparty-google-grey-100-l);
|
|
1592
|
+
--dt-color-thirdparty-google-content-primary-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
1593
|
+
--dt-color-thirdparty-google-content-primary-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
1594
|
+
--dt-color-thirdparty-google-content-primary-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
1595
|
+
--dt-color-thirdparty-google-content-primary-subdued-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
1596
|
+
--dt-color-thirdparty-google-content-primary-subdued-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
1597
|
+
--dt-color-thirdparty-google-content-primary-subdued-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
1598
|
+
--dt-color-thirdparty-google-border-primary-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
1599
|
+
--dt-color-thirdparty-google-border-primary-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
1600
|
+
--dt-color-thirdparty-google-border-primary-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
1601
|
+
--dt-color-thirdparty-google-container-secondary-h: var(--dt-color-white-h);
|
|
1602
|
+
--dt-color-thirdparty-google-container-secondary-s: var(--dt-color-white-s);
|
|
1603
|
+
--dt-color-thirdparty-google-container-secondary-l: var(--dt-color-white-l);
|
|
1604
|
+
--dt-color-thirdparty-google-content-secondary-h: var(--dt-color-thirdparty-google-grey-100-h);
|
|
1605
|
+
--dt-color-thirdparty-google-content-secondary-s: var(--dt-color-thirdparty-google-grey-100-s);
|
|
1606
|
+
--dt-color-thirdparty-google-content-secondary-l: var(--dt-color-thirdparty-google-grey-100-l);
|
|
1607
|
+
--dt-color-thirdparty-google-content-secondary-subdued-h: var(--dt-color-thirdparty-google-grey-70-h);
|
|
1608
|
+
--dt-color-thirdparty-google-content-secondary-subdued-s: var(--dt-color-thirdparty-google-grey-70-s);
|
|
1609
|
+
--dt-color-thirdparty-google-content-secondary-subdued-l: var(--dt-color-thirdparty-google-grey-70-l);
|
|
1610
|
+
--dt-color-thirdparty-google-border-secondary-h: var(--dt-color-thirdparty-google-grey-60-h);
|
|
1611
|
+
--dt-color-thirdparty-google-border-secondary-s: var(--dt-color-thirdparty-google-grey-60-s);
|
|
1612
|
+
--dt-color-thirdparty-google-border-secondary-l: var(--dt-color-thirdparty-google-grey-60-l);
|
|
1613
|
+
--dt-color-thirdparty-microsoft-container-primary-h: var(--dt-color-white-h);
|
|
1614
|
+
--dt-color-thirdparty-microsoft-container-primary-s: var(--dt-color-white-s);
|
|
1615
|
+
--dt-color-thirdparty-microsoft-container-primary-l: var(--dt-color-white-l);
|
|
1616
|
+
--dt-color-thirdparty-microsoft-content-primary-h: var(--dt-color-thirdparty-microsoft-grey-70-h);
|
|
1617
|
+
--dt-color-thirdparty-microsoft-content-primary-s: var(--dt-color-thirdparty-microsoft-grey-70-s);
|
|
1618
|
+
--dt-color-thirdparty-microsoft-content-primary-l: var(--dt-color-thirdparty-microsoft-grey-70-l);
|
|
1619
|
+
--dt-color-thirdparty-microsoft-border-primary-h: var(--dt-color-thirdparty-microsoft-grey-60-h);
|
|
1620
|
+
--dt-color-thirdparty-microsoft-border-primary-s: var(--dt-color-thirdparty-microsoft-grey-60-s);
|
|
1621
|
+
--dt-color-thirdparty-microsoft-border-primary-l: var(--dt-color-thirdparty-microsoft-grey-60-l);
|
|
1622
|
+
--dt-color-thirdparty-microsoft-container-secondary-h: var(--dt-color-thirdparty-microsoft-grey-80-h);
|
|
1623
|
+
--dt-color-thirdparty-microsoft-container-secondary-s: var(--dt-color-thirdparty-microsoft-grey-80-s);
|
|
1624
|
+
--dt-color-thirdparty-microsoft-container-secondary-l: var(--dt-color-thirdparty-microsoft-grey-80-l);
|
|
1625
|
+
--dt-color-thirdparty-microsoft-content-secondary-h: var(--dt-color-white-h);
|
|
1626
|
+
--dt-color-thirdparty-microsoft-content-secondary-s: var(--dt-color-white-s);
|
|
1627
|
+
--dt-color-thirdparty-microsoft-content-secondary-l: var(--dt-color-white-l);
|
|
1628
|
+
--dt-color-thirdparty-coop-container-primary-h: var(--dt-color-thirdparty-coop-blue-05-h);
|
|
1629
|
+
--dt-color-thirdparty-coop-container-primary-s: var(--dt-color-thirdparty-coop-blue-05-s);
|
|
1630
|
+
--dt-color-thirdparty-coop-container-primary-l: var(--dt-color-thirdparty-coop-blue-05-l);
|
|
1263
1631
|
}
|
|
1264
1632
|
html[data-highcontrast-enabled] {
|
|
1265
1633
|
--dt-color-background-default-h: var(--dt-color-white-h);
|
|
@@ -1313,6 +1681,9 @@ html[data-highcontrast-enabled] {
|
|
|
1313
1681
|
--dt-color-border-form-h: var(--dt-color-black-h);
|
|
1314
1682
|
--dt-color-border-form-s: var(--dt-color-black-s);
|
|
1315
1683
|
--dt-color-border-form-l: var(--dt-color-black-l);
|
|
1684
|
+
--dt-color-border-decorative-brand-h: var(--dt-color-orange-30-h);
|
|
1685
|
+
--dt-color-border-decorative-brand-s: var(--dt-color-orange-30-s);
|
|
1686
|
+
--dt-color-border-decorative-brand-l: var(--dt-color-orange-30-l);
|
|
1316
1687
|
--dt-color-divider-default-h: var(--dt-color-black-h);
|
|
1317
1688
|
--dt-color-divider-default-s: var(--dt-color-black-s);
|
|
1318
1689
|
--dt-color-divider-default-l: var(--dt-color-black-l);
|
|
@@ -1418,6 +1789,27 @@ html[data-highcontrast-enabled] {
|
|
|
1418
1789
|
--dt-color-support-brand-07-subtle-h: var(--dt-color-tomato-5-h);
|
|
1419
1790
|
--dt-color-support-brand-07-subtle-s: var(--dt-color-tomato-5-s);
|
|
1420
1791
|
--dt-color-support-brand-07-subtle-l: var(--dt-color-tomato-5-l);
|
|
1792
|
+
--dt-color-support-brand-08-h: var(--dt-color-white-h);
|
|
1793
|
+
--dt-color-support-brand-08-s: var(--dt-color-white-s);
|
|
1794
|
+
--dt-color-support-brand-08-l: var(--dt-color-white-l);
|
|
1795
|
+
--dt-color-support-brand-08-subtle-h: var(--dt-color-latte-10-h);
|
|
1796
|
+
--dt-color-support-brand-08-subtle-s: var(--dt-color-latte-10-s);
|
|
1797
|
+
--dt-color-support-brand-08-subtle-l: var(--dt-color-latte-10-l);
|
|
1798
|
+
--dt-color-braze-container-01-h: var(--dt-color-orange-10-h);
|
|
1799
|
+
--dt-color-braze-container-01-s: var(--dt-color-orange-10-s);
|
|
1800
|
+
--dt-color-braze-container-01-l: var(--dt-color-orange-10-l);
|
|
1801
|
+
--dt-color-braze-container-03-h: var(--dt-color-cupcake-10-h);
|
|
1802
|
+
--dt-color-braze-container-03-s: var(--dt-color-cupcake-10-s);
|
|
1803
|
+
--dt-color-braze-container-03-l: var(--dt-color-cupcake-10-l);
|
|
1804
|
+
--dt-color-braze-container-04-h: var(--dt-color-berry-10-h);
|
|
1805
|
+
--dt-color-braze-container-04-s: var(--dt-color-berry-10-s);
|
|
1806
|
+
--dt-color-braze-container-04-l: var(--dt-color-berry-10-l);
|
|
1807
|
+
--dt-color-braze-container-05-h: var(--dt-color-turmeric-10-h);
|
|
1808
|
+
--dt-color-braze-container-05-s: var(--dt-color-turmeric-10-s);
|
|
1809
|
+
--dt-color-braze-container-05-l: var(--dt-color-turmeric-10-l);
|
|
1810
|
+
--dt-color-braze-container-08-h: var(--dt-color-latte-10-h);
|
|
1811
|
+
--dt-color-braze-container-08-s: var(--dt-color-latte-10-s);
|
|
1812
|
+
--dt-color-braze-container-08-l: var(--dt-color-latte-10-l);
|
|
1421
1813
|
--dt-color-content-default-h: var(--dt-color-black-h);
|
|
1422
1814
|
--dt-color-content-default-s: var(--dt-color-black-s);
|
|
1423
1815
|
--dt-color-content-default-l: var(--dt-color-black-l);
|
|
@@ -1577,6 +1969,9 @@ html[data-highcontrast-enabled] {
|
|
|
1577
1969
|
--dt-color-border-form-h: var(--dt-color-mozzarella-50-h);
|
|
1578
1970
|
--dt-color-border-form-s: var(--dt-color-mozzarella-50-s);
|
|
1579
1971
|
--dt-color-border-form-l: var(--dt-color-mozzarella-50-l);
|
|
1972
|
+
--dt-color-border-decorative-brand-h: var(--dt-color-orange-30-h);
|
|
1973
|
+
--dt-color-border-decorative-brand-s: var(--dt-color-orange-30-s);
|
|
1974
|
+
--dt-color-border-decorative-brand-l: var(--dt-color-orange-30-l);
|
|
1580
1975
|
--dt-color-interactive-brand-h: var(--dt-color-orange-h);
|
|
1581
1976
|
--dt-color-interactive-brand-s: var(--dt-color-orange-s);
|
|
1582
1977
|
--dt-color-interactive-brand-l: var(--dt-color-orange-l);
|
|
@@ -1643,39 +2038,60 @@ html[data-highcontrast-enabled] {
|
|
|
1643
2038
|
--dt-color-support-brand-01-h: var(--dt-color-orange-30-h);
|
|
1644
2039
|
--dt-color-support-brand-01-s: var(--dt-color-orange-30-s);
|
|
1645
2040
|
--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-
|
|
2041
|
+
--dt-color-support-brand-02-h: var(--dt-color-orange-75-h);
|
|
2042
|
+
--dt-color-support-brand-02-s: var(--dt-color-orange-75-s);
|
|
2043
|
+
--dt-color-support-brand-02-l: var(--dt-color-orange-75-l);
|
|
1649
2044
|
--dt-color-support-brand-03-h: var(--dt-color-blue-25-h);
|
|
1650
2045
|
--dt-color-support-brand-03-s: var(--dt-color-blue-25-s);
|
|
1651
2046
|
--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-
|
|
2047
|
+
--dt-color-support-brand-03-subtle-h: var(--dt-color-cupcake-70-h);
|
|
2048
|
+
--dt-color-support-brand-03-subtle-s: var(--dt-color-cupcake-70-s);
|
|
2049
|
+
--dt-color-support-brand-03-subtle-l: var(--dt-color-cupcake-70-l);
|
|
1655
2050
|
--dt-color-support-brand-04-h: var(--dt-color-red-25-h);
|
|
1656
2051
|
--dt-color-support-brand-04-s: var(--dt-color-red-25-s);
|
|
1657
2052
|
--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-
|
|
2053
|
+
--dt-color-support-brand-04-subtle-h: var(--dt-color-berry-70-h);
|
|
2054
|
+
--dt-color-support-brand-04-subtle-s: var(--dt-color-berry-70-s);
|
|
2055
|
+
--dt-color-support-brand-04-subtle-l: var(--dt-color-berry-70-l);
|
|
1661
2056
|
--dt-color-support-brand-05-h: var(--dt-color-yellow-h);
|
|
1662
2057
|
--dt-color-support-brand-05-s: var(--dt-color-yellow-s);
|
|
1663
2058
|
--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-
|
|
2059
|
+
--dt-color-support-brand-05-subtle-h: var(--dt-color-turmeric-70-h);
|
|
2060
|
+
--dt-color-support-brand-05-subtle-s: var(--dt-color-turmeric-70-s);
|
|
2061
|
+
--dt-color-support-brand-05-subtle-l: var(--dt-color-turmeric-70-l);
|
|
1667
2062
|
--dt-color-support-brand-06-h: var(--dt-color-purple-h);
|
|
1668
2063
|
--dt-color-support-brand-06-s: var(--dt-color-purple-s);
|
|
1669
2064
|
--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-
|
|
2065
|
+
--dt-color-support-brand-06-subtle-h: var(--dt-color-aubergine-75-h);
|
|
2066
|
+
--dt-color-support-brand-06-subtle-s: var(--dt-color-aubergine-75-s);
|
|
2067
|
+
--dt-color-support-brand-06-subtle-l: var(--dt-color-aubergine-75-l);
|
|
2068
|
+
--dt-color-support-brand-07-h: var(--dt-color-tomato-50-h);
|
|
2069
|
+
--dt-color-support-brand-07-s: var(--dt-color-tomato-50-s);
|
|
2070
|
+
--dt-color-support-brand-07-l: var(--dt-color-tomato-50-l);
|
|
1676
2071
|
--dt-color-support-brand-07-subtle-h: var(--dt-color-tomato-90-h);
|
|
1677
2072
|
--dt-color-support-brand-07-subtle-s: var(--dt-color-tomato-90-s);
|
|
1678
2073
|
--dt-color-support-brand-07-subtle-l: var(--dt-color-tomato-90-l);
|
|
2074
|
+
--dt-color-support-brand-08-h: var(--dt-color-latte-30-h);
|
|
2075
|
+
--dt-color-support-brand-08-s: var(--dt-color-latte-30-s);
|
|
2076
|
+
--dt-color-support-brand-08-l: var(--dt-color-latte-30-l);
|
|
2077
|
+
--dt-color-support-brand-08-subtle-h: var(--dt-color-latte-70-h);
|
|
2078
|
+
--dt-color-support-brand-08-subtle-s: var(--dt-color-latte-70-s);
|
|
2079
|
+
--dt-color-support-brand-08-subtle-l: var(--dt-color-latte-70-l);
|
|
2080
|
+
--dt-color-braze-container-01-h: var(--dt-color-orange-75-h);
|
|
2081
|
+
--dt-color-braze-container-01-s: var(--dt-color-orange-75-s);
|
|
2082
|
+
--dt-color-braze-container-01-l: var(--dt-color-orange-75-l);
|
|
2083
|
+
--dt-color-braze-container-03-h: var(--dt-color-cupcake-70-h);
|
|
2084
|
+
--dt-color-braze-container-03-s: var(--dt-color-cupcake-70-s);
|
|
2085
|
+
--dt-color-braze-container-03-l: var(--dt-color-cupcake-70-l);
|
|
2086
|
+
--dt-color-braze-container-04-h: var(--dt-color-berry-70-h);
|
|
2087
|
+
--dt-color-braze-container-04-s: var(--dt-color-berry-70-s);
|
|
2088
|
+
--dt-color-braze-container-04-l: var(--dt-color-berry-70-l);
|
|
2089
|
+
--dt-color-braze-container-05-h: var(--dt-color-turmeric-70-h);
|
|
2090
|
+
--dt-color-braze-container-05-s: var(--dt-color-turmeric-70-s);
|
|
2091
|
+
--dt-color-braze-container-05-l: var(--dt-color-turmeric-70-l);
|
|
2092
|
+
--dt-color-braze-container-08-h: var(--dt-color-latte-70-h);
|
|
2093
|
+
--dt-color-braze-container-08-s: var(--dt-color-latte-70-s);
|
|
2094
|
+
--dt-color-braze-container-08-l: var(--dt-color-latte-70-l);
|
|
1679
2095
|
--dt-color-content-default-h: var(--dt-color-white-h);
|
|
1680
2096
|
--dt-color-content-default-s: var(--dt-color-white-s);
|
|
1681
2097
|
--dt-color-content-default-l: var(--dt-color-white-l);
|
|
@@ -1781,6 +2197,75 @@ html[data-highcontrast-enabled] {
|
|
|
1781
2197
|
--dt-color-skeleton-shimmer-03-h: var(--dt-color-mozzarella-80-h);
|
|
1782
2198
|
--dt-color-skeleton-shimmer-03-s: var(--dt-color-mozzarella-80-s);
|
|
1783
2199
|
--dt-color-skeleton-shimmer-03-l: var(--dt-color-mozzarella-80-l);
|
|
2200
|
+
--dt-color-thirdparty-apple-container-primary-h: var(--dt-color-white-h);
|
|
2201
|
+
--dt-color-thirdparty-apple-container-primary-s: var(--dt-color-white-s);
|
|
2202
|
+
--dt-color-thirdparty-apple-container-primary-l: var(--dt-color-white-l);
|
|
2203
|
+
--dt-color-thirdparty-apple-content-primary-h: var(--dt-color-black-h);
|
|
2204
|
+
--dt-color-thirdparty-apple-content-primary-s: var(--dt-color-black-s);
|
|
2205
|
+
--dt-color-thirdparty-apple-content-primary-l: var(--dt-color-black-l);
|
|
2206
|
+
--dt-color-thirdparty-apple-container-secondary-h: var(--dt-color-black-h);
|
|
2207
|
+
--dt-color-thirdparty-apple-container-secondary-s: var(--dt-color-black-s);
|
|
2208
|
+
--dt-color-thirdparty-apple-container-secondary-l: var(--dt-color-black-l);
|
|
2209
|
+
--dt-color-thirdparty-apple-content-secondary-h: var(--dt-color-white-h);
|
|
2210
|
+
--dt-color-thirdparty-apple-content-secondary-s: var(--dt-color-white-s);
|
|
2211
|
+
--dt-color-thirdparty-apple-content-secondary-l: var(--dt-color-white-l);
|
|
2212
|
+
--dt-color-thirdparty-android-background-dashboard-h: var(--dt-color-black-h);
|
|
2213
|
+
--dt-color-thirdparty-android-background-dashboard-s: var(--dt-color-black-s);
|
|
2214
|
+
--dt-color-thirdparty-android-background-dashboard-l: var(--dt-color-black-l);
|
|
2215
|
+
--dt-color-thirdparty-facebook-container-primary-h: var(--dt-color-thirdparty-facebook-blue-h);
|
|
2216
|
+
--dt-color-thirdparty-facebook-container-primary-s: var(--dt-color-thirdparty-facebook-blue-s);
|
|
2217
|
+
--dt-color-thirdparty-facebook-container-primary-l: var(--dt-color-thirdparty-facebook-blue-l);
|
|
2218
|
+
--dt-color-thirdparty-facebook-content-primary-h: var(--dt-color-white-h);
|
|
2219
|
+
--dt-color-thirdparty-facebook-content-primary-s: var(--dt-color-white-s);
|
|
2220
|
+
--dt-color-thirdparty-facebook-content-primary-l: var(--dt-color-white-l);
|
|
2221
|
+
--dt-color-thirdparty-facebook-container-secondary-h: var(--dt-color-black-h);
|
|
2222
|
+
--dt-color-thirdparty-facebook-container-secondary-s: var(--dt-color-black-s);
|
|
2223
|
+
--dt-color-thirdparty-facebook-container-secondary-l: var(--dt-color-black-l);
|
|
2224
|
+
--dt-color-thirdparty-facebook-content-secondary-h: var(--dt-color-white-h);
|
|
2225
|
+
--dt-color-thirdparty-facebook-content-secondary-s: var(--dt-color-white-s);
|
|
2226
|
+
--dt-color-thirdparty-facebook-content-secondary-l: var(--dt-color-white-l);
|
|
2227
|
+
--dt-color-thirdparty-google-container-primary-h: var(--dt-color-thirdparty-google-grey-100-h);
|
|
2228
|
+
--dt-color-thirdparty-google-container-primary-s: var(--dt-color-thirdparty-google-grey-100-s);
|
|
2229
|
+
--dt-color-thirdparty-google-container-primary-l: var(--dt-color-thirdparty-google-grey-100-l);
|
|
2230
|
+
--dt-color-thirdparty-google-content-primary-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
2231
|
+
--dt-color-thirdparty-google-content-primary-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
2232
|
+
--dt-color-thirdparty-google-content-primary-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
2233
|
+
--dt-color-thirdparty-google-content-primary-subdued-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
2234
|
+
--dt-color-thirdparty-google-content-primary-subdued-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
2235
|
+
--dt-color-thirdparty-google-content-primary-subdued-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
2236
|
+
--dt-color-thirdparty-google-border-primary-h: var(--dt-color-thirdparty-google-grey-30-h);
|
|
2237
|
+
--dt-color-thirdparty-google-border-primary-s: var(--dt-color-thirdparty-google-grey-30-s);
|
|
2238
|
+
--dt-color-thirdparty-google-border-primary-l: var(--dt-color-thirdparty-google-grey-30-l);
|
|
2239
|
+
--dt-color-thirdparty-google-container-secondary-h: var(--dt-color-white-h);
|
|
2240
|
+
--dt-color-thirdparty-google-container-secondary-s: var(--dt-color-white-s);
|
|
2241
|
+
--dt-color-thirdparty-google-container-secondary-l: var(--dt-color-white-l);
|
|
2242
|
+
--dt-color-thirdparty-google-content-secondary-h: var(--dt-color-thirdparty-google-grey-100-h);
|
|
2243
|
+
--dt-color-thirdparty-google-content-secondary-s: var(--dt-color-thirdparty-google-grey-100-s);
|
|
2244
|
+
--dt-color-thirdparty-google-content-secondary-l: var(--dt-color-thirdparty-google-grey-100-l);
|
|
2245
|
+
--dt-color-thirdparty-google-content-secondary-subdued-h: var(--dt-color-thirdparty-google-grey-70-h);
|
|
2246
|
+
--dt-color-thirdparty-google-content-secondary-subdued-s: var(--dt-color-thirdparty-google-grey-70-s);
|
|
2247
|
+
--dt-color-thirdparty-google-content-secondary-subdued-l: var(--dt-color-thirdparty-google-grey-70-l);
|
|
2248
|
+
--dt-color-thirdparty-google-border-secondary-h: var(--dt-color-thirdparty-google-grey-60-h);
|
|
2249
|
+
--dt-color-thirdparty-google-border-secondary-s: var(--dt-color-thirdparty-google-grey-60-s);
|
|
2250
|
+
--dt-color-thirdparty-google-border-secondary-l: var(--dt-color-thirdparty-google-grey-60-l);
|
|
2251
|
+
--dt-color-thirdparty-microsoft-container-primary-h: var(--dt-color-thirdparty-microsoft-grey-80-h);
|
|
2252
|
+
--dt-color-thirdparty-microsoft-container-primary-s: var(--dt-color-thirdparty-microsoft-grey-80-s);
|
|
2253
|
+
--dt-color-thirdparty-microsoft-container-primary-l: var(--dt-color-thirdparty-microsoft-grey-80-l);
|
|
2254
|
+
--dt-color-thirdparty-microsoft-content-primary-h: var(--dt-color-white-h);
|
|
2255
|
+
--dt-color-thirdparty-microsoft-content-primary-s: var(--dt-color-white-s);
|
|
2256
|
+
--dt-color-thirdparty-microsoft-content-primary-l: var(--dt-color-white-l);
|
|
2257
|
+
--dt-color-thirdparty-microsoft-container-secondary-h: var(--dt-color-white-h);
|
|
2258
|
+
--dt-color-thirdparty-microsoft-container-secondary-s: var(--dt-color-white-s);
|
|
2259
|
+
--dt-color-thirdparty-microsoft-container-secondary-l: var(--dt-color-white-l);
|
|
2260
|
+
--dt-color-thirdparty-microsoft-content-secondary-h: var(--dt-color-thirdparty-microsoft-grey-70-h);
|
|
2261
|
+
--dt-color-thirdparty-microsoft-content-secondary-s: var(--dt-color-thirdparty-microsoft-grey-70-s);
|
|
2262
|
+
--dt-color-thirdparty-microsoft-content-secondary-l: var(--dt-color-thirdparty-microsoft-grey-70-l);
|
|
2263
|
+
--dt-color-thirdparty-microsoft-border-secondary-h: var(--dt-color-thirdparty-microsoft-grey-60-h);
|
|
2264
|
+
--dt-color-thirdparty-microsoft-border-secondary-s: var(--dt-color-thirdparty-microsoft-grey-60-s);
|
|
2265
|
+
--dt-color-thirdparty-microsoft-border-secondary-l: var(--dt-color-thirdparty-microsoft-grey-60-l);
|
|
2266
|
+
--dt-color-thirdparty-coop-container-primary-h: var(--dt-color-thirdparty-coop-blue-90-h);
|
|
2267
|
+
--dt-color-thirdparty-coop-container-primary-s: var(--dt-color-thirdparty-coop-blue-90-s);
|
|
2268
|
+
--dt-color-thirdparty-coop-container-primary-l: var(--dt-color-thirdparty-coop-blue-90-l);
|
|
1784
2269
|
}
|
|
1785
2270
|
}
|
|
1786
2271
|
@media (prefers-color-scheme: dark) {
|
|
@@ -1836,6 +2321,9 @@ html[data-highcontrast-enabled] {
|
|
|
1836
2321
|
--dt-color-border-form-h: var(--dt-color-white-h);
|
|
1837
2322
|
--dt-color-border-form-s: var(--dt-color-white-s);
|
|
1838
2323
|
--dt-color-border-form-l: var(--dt-color-white-l);
|
|
2324
|
+
--dt-color-border-decorative-brand-h: var(--dt-color-orange-30-h);
|
|
2325
|
+
--dt-color-border-decorative-brand-s: var(--dt-color-orange-30-s);
|
|
2326
|
+
--dt-color-border-decorative-brand-l: var(--dt-color-orange-30-l);
|
|
1839
2327
|
--dt-color-divider-default-h: var(--dt-color-white-h);
|
|
1840
2328
|
--dt-color-divider-default-s: var(--dt-color-white-s);
|
|
1841
2329
|
--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.17.
|
|
3
|
+
"version": "0.17.2",
|
|
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",
|