@atlaskit/tokens 0.10.24 → 0.10.26
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/CHANGELOG.md +12 -0
- package/dist/cjs/artifacts/palettes-raw/palette.js +233 -233
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +282 -282
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +282 -282
- package/dist/cjs/entry-points/tokens-raw.js +23 -0
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/palette.js +116 -116
- package/dist/cjs/tokens/atlassian-dark/color/accent.js +72 -72
- package/dist/cjs/tokens/atlassian-dark/color/background.js +54 -54
- package/dist/cjs/tokens/atlassian-dark/color/border.js +13 -13
- package/dist/cjs/tokens/atlassian-dark/color/icon.js +12 -12
- package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +2 -2
- package/dist/cjs/tokens/atlassian-dark/color/text.js +15 -15
- package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
- package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +5 -5
- package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +10 -10
- package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +2 -2
- package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +2 -2
- package/dist/cjs/tokens/atlassian-light/color/accent.js +72 -72
- package/dist/cjs/tokens/atlassian-light/color/background.js +54 -54
- package/dist/cjs/tokens/atlassian-light/color/border.js +13 -13
- package/dist/cjs/tokens/atlassian-light/color/icon.js +12 -12
- package/dist/cjs/tokens/atlassian-light/color/skeleton.js +2 -2
- package/dist/cjs/tokens/atlassian-light/color/text.js +15 -15
- package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +99 -99
- package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +6 -6
- package/dist/cjs/tokens/atlassian-light/elevation/surface.js +10 -10
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/palette.js +233 -233
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +282 -282
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +282 -282
- package/dist/es2019/entry-points/tokens-raw.js +2 -0
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/palette.js +116 -116
- package/dist/es2019/tokens/atlassian-dark/color/accent.js +72 -72
- package/dist/es2019/tokens/atlassian-dark/color/background.js +54 -54
- package/dist/es2019/tokens/atlassian-dark/color/border.js +13 -13
- package/dist/es2019/tokens/atlassian-dark/color/icon.js +12 -12
- package/dist/es2019/tokens/atlassian-dark/color/skeleton.js +2 -2
- package/dist/es2019/tokens/atlassian-dark/color/text.js +15 -15
- package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
- package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +5 -5
- package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +10 -10
- package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +2 -2
- package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +2 -2
- package/dist/es2019/tokens/atlassian-light/color/accent.js +72 -72
- package/dist/es2019/tokens/atlassian-light/color/background.js +54 -54
- package/dist/es2019/tokens/atlassian-light/color/border.js +13 -13
- package/dist/es2019/tokens/atlassian-light/color/icon.js +12 -12
- package/dist/es2019/tokens/atlassian-light/color/skeleton.js +2 -2
- package/dist/es2019/tokens/atlassian-light/color/text.js +15 -15
- package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +99 -99
- package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +6 -6
- package/dist/es2019/tokens/atlassian-light/elevation/surface.js +10 -10
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/palette.js +233 -233
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +282 -282
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +282 -282
- package/dist/esm/entry-points/tokens-raw.js +2 -0
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/palette.js +116 -116
- package/dist/esm/tokens/atlassian-dark/color/accent.js +72 -72
- package/dist/esm/tokens/atlassian-dark/color/background.js +54 -54
- package/dist/esm/tokens/atlassian-dark/color/border.js +13 -13
- package/dist/esm/tokens/atlassian-dark/color/icon.js +12 -12
- package/dist/esm/tokens/atlassian-dark/color/skeleton.js +2 -2
- package/dist/esm/tokens/atlassian-dark/color/text.js +15 -15
- package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
- package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +5 -5
- package/dist/esm/tokens/atlassian-dark/elevation/surface.js +10 -10
- package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +2 -2
- package/dist/esm/tokens/atlassian-legacy-light/color/background.js +2 -2
- package/dist/esm/tokens/atlassian-light/color/accent.js +72 -72
- package/dist/esm/tokens/atlassian-light/color/background.js +54 -54
- package/dist/esm/tokens/atlassian-light/color/border.js +13 -13
- package/dist/esm/tokens/atlassian-light/color/icon.js +12 -12
- package/dist/esm/tokens/atlassian-light/color/skeleton.js +2 -2
- package/dist/esm/tokens/atlassian-light/color/text.js +15 -15
- package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +99 -99
- package/dist/esm/tokens/atlassian-light/elevation/shadow.js +6 -6
- package/dist/esm/tokens/atlassian-light/elevation/surface.js +10 -10
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/entry-points/tokens-raw.d.ts +2 -0
- package/dist/types/palettes/palette.d.ts +1 -1
- package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
- package/dist/types/tokens/default/utility/utility.d.ts +1 -1
- package/dist/types/types.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.0/entry-points/tokens-raw.d.ts +2 -0
- package/dist/types-ts4.0/palettes/palette.d.ts +1 -1
- package/dist/types-ts4.0/tokens/atlassian-dark/utility/utility.d.ts +1 -1
- package/dist/types-ts4.0/tokens/atlassian-light/utility/utility.d.ts +1 -1
- package/dist/types-ts4.0/tokens/default/utility/utility.d.ts +1 -1
- package/dist/types-ts4.0/types.d.ts +2 -2
- package/package.json +3 -2
- package/report.api.md +58 -50
- package/tmp/api-report-tmp.d.ts +631 -0
- package/tokens-raw/package.json +17 -0
|
@@ -7,7 +7,7 @@ exports.default = void 0;
|
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
10
|
-
* @codegen <<SignedSource::
|
|
10
|
+
* @codegen <<SignedSource::47205df5ad0c00f62bcd307009504921>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
var tokens = [{
|
|
@@ -27,7 +27,7 @@ var tokens = [{
|
|
|
27
27
|
"introduced": "0.6.0",
|
|
28
28
|
"description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
29
29
|
},
|
|
30
|
-
"value": "
|
|
30
|
+
"value": "Blue800"
|
|
31
31
|
},
|
|
32
32
|
"name": "color.text.accent.blue.[default]",
|
|
33
33
|
"path": ["color", "text", "accent", "blue", "[default]"]
|
|
@@ -48,7 +48,7 @@ var tokens = [{
|
|
|
48
48
|
"introduced": "0.7.0",
|
|
49
49
|
"description": "Use on bold blue accent backgrounds."
|
|
50
50
|
},
|
|
51
|
-
"value": "
|
|
51
|
+
"value": "Blue900"
|
|
52
52
|
},
|
|
53
53
|
"name": "color.text.accent.blue.bolder",
|
|
54
54
|
"path": ["color", "text", "accent", "blue", "bolder"]
|
|
@@ -69,7 +69,7 @@ var tokens = [{
|
|
|
69
69
|
"introduced": "0.6.0",
|
|
70
70
|
"description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
71
71
|
},
|
|
72
|
-
"value": "
|
|
72
|
+
"value": "Red800"
|
|
73
73
|
},
|
|
74
74
|
"name": "color.text.accent.red.[default]",
|
|
75
75
|
"path": ["color", "text", "accent", "red", "[default]"]
|
|
@@ -90,7 +90,7 @@ var tokens = [{
|
|
|
90
90
|
"introduced": "0.7.0",
|
|
91
91
|
"description": "Use on bold red accent backgrounds."
|
|
92
92
|
},
|
|
93
|
-
"value": "
|
|
93
|
+
"value": "Red900"
|
|
94
94
|
},
|
|
95
95
|
"name": "color.text.accent.red.bolder",
|
|
96
96
|
"path": ["color", "text", "accent", "red", "bolder"]
|
|
@@ -111,7 +111,7 @@ var tokens = [{
|
|
|
111
111
|
"introduced": "0.6.0",
|
|
112
112
|
"description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
113
113
|
},
|
|
114
|
-
"value": "
|
|
114
|
+
"value": "Orange800"
|
|
115
115
|
},
|
|
116
116
|
"name": "color.text.accent.orange.[default]",
|
|
117
117
|
"path": ["color", "text", "accent", "orange", "[default]"]
|
|
@@ -132,7 +132,7 @@ var tokens = [{
|
|
|
132
132
|
"introduced": "0.7.0",
|
|
133
133
|
"description": "Use on bold orange accent backgrounds."
|
|
134
134
|
},
|
|
135
|
-
"value": "
|
|
135
|
+
"value": "Orange900"
|
|
136
136
|
},
|
|
137
137
|
"name": "color.text.accent.orange.bolder",
|
|
138
138
|
"path": ["color", "text", "accent", "orange", "bolder"]
|
|
@@ -153,7 +153,7 @@ var tokens = [{
|
|
|
153
153
|
"introduced": "0.6.0",
|
|
154
154
|
"description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
155
155
|
},
|
|
156
|
-
"value": "
|
|
156
|
+
"value": "Yellow800"
|
|
157
157
|
},
|
|
158
158
|
"name": "color.text.accent.yellow.[default]",
|
|
159
159
|
"path": ["color", "text", "accent", "yellow", "[default]"]
|
|
@@ -174,7 +174,7 @@ var tokens = [{
|
|
|
174
174
|
"introduced": "0.7.0",
|
|
175
175
|
"description": "Use on bold yellow accent backgrounds."
|
|
176
176
|
},
|
|
177
|
-
"value": "
|
|
177
|
+
"value": "Yellow900"
|
|
178
178
|
},
|
|
179
179
|
"name": "color.text.accent.yellow.bolder",
|
|
180
180
|
"path": ["color", "text", "accent", "yellow", "bolder"]
|
|
@@ -195,7 +195,7 @@ var tokens = [{
|
|
|
195
195
|
"introduced": "0.6.0",
|
|
196
196
|
"description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
197
197
|
},
|
|
198
|
-
"value": "
|
|
198
|
+
"value": "Green800"
|
|
199
199
|
},
|
|
200
200
|
"name": "color.text.accent.green.[default]",
|
|
201
201
|
"path": ["color", "text", "accent", "green", "[default]"]
|
|
@@ -216,7 +216,7 @@ var tokens = [{
|
|
|
216
216
|
"introduced": "0.7.0",
|
|
217
217
|
"description": "Use on bold green accent backgrounds."
|
|
218
218
|
},
|
|
219
|
-
"value": "
|
|
219
|
+
"value": "Green900"
|
|
220
220
|
},
|
|
221
221
|
"name": "color.text.accent.green.bolder",
|
|
222
222
|
"path": ["color", "text", "accent", "green", "bolder"]
|
|
@@ -237,7 +237,7 @@ var tokens = [{
|
|
|
237
237
|
"introduced": "0.6.0",
|
|
238
238
|
"description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
239
239
|
},
|
|
240
|
-
"value": "
|
|
240
|
+
"value": "Purple800"
|
|
241
241
|
},
|
|
242
242
|
"name": "color.text.accent.purple.[default]",
|
|
243
243
|
"path": ["color", "text", "accent", "purple", "[default]"]
|
|
@@ -258,7 +258,7 @@ var tokens = [{
|
|
|
258
258
|
"introduced": "0.7.0",
|
|
259
259
|
"description": "Use on bold purple accent backgrounds."
|
|
260
260
|
},
|
|
261
|
-
"value": "
|
|
261
|
+
"value": "Purple900"
|
|
262
262
|
},
|
|
263
263
|
"name": "color.text.accent.purple.bolder",
|
|
264
264
|
"path": ["color", "text", "accent", "purple", "bolder"]
|
|
@@ -279,7 +279,7 @@ var tokens = [{
|
|
|
279
279
|
"introduced": "0.6.0",
|
|
280
280
|
"description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
281
281
|
},
|
|
282
|
-
"value": "
|
|
282
|
+
"value": "Teal800"
|
|
283
283
|
},
|
|
284
284
|
"name": "color.text.accent.teal.[default]",
|
|
285
285
|
"path": ["color", "text", "accent", "teal", "[default]"]
|
|
@@ -300,7 +300,7 @@ var tokens = [{
|
|
|
300
300
|
"introduced": "0.7.0",
|
|
301
301
|
"description": "Use on bold teal accent backgrounds."
|
|
302
302
|
},
|
|
303
|
-
"value": "
|
|
303
|
+
"value": "Teal900"
|
|
304
304
|
},
|
|
305
305
|
"name": "color.text.accent.teal.bolder",
|
|
306
306
|
"path": ["color", "text", "accent", "teal", "bolder"]
|
|
@@ -321,7 +321,7 @@ var tokens = [{
|
|
|
321
321
|
"introduced": "0.6.0",
|
|
322
322
|
"description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
323
323
|
},
|
|
324
|
-
"value": "
|
|
324
|
+
"value": "Magenta800"
|
|
325
325
|
},
|
|
326
326
|
"name": "color.text.accent.magenta.[default]",
|
|
327
327
|
"path": ["color", "text", "accent", "magenta", "[default]"]
|
|
@@ -342,7 +342,7 @@ var tokens = [{
|
|
|
342
342
|
"introduced": "0.7.0",
|
|
343
343
|
"description": "Use on bold magenta accent backgrounds."
|
|
344
344
|
},
|
|
345
|
-
"value": "
|
|
345
|
+
"value": "Magenta900"
|
|
346
346
|
},
|
|
347
347
|
"name": "color.text.accent.magenta.bolder",
|
|
348
348
|
"path": ["color", "text", "accent", "magenta", "bolder"]
|
|
@@ -363,7 +363,7 @@ var tokens = [{
|
|
|
363
363
|
"introduced": "0.10.5",
|
|
364
364
|
"description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
|
|
365
365
|
},
|
|
366
|
-
"value": "
|
|
366
|
+
"value": "Neutral800"
|
|
367
367
|
},
|
|
368
368
|
"name": "color.text.accent.gray.[default]",
|
|
369
369
|
"path": ["color", "text", "accent", "gray", "[default]"]
|
|
@@ -384,7 +384,7 @@ var tokens = [{
|
|
|
384
384
|
"introduced": "0.10.5",
|
|
385
385
|
"description": "Use for text and icons on gray subtle accent backgrounds."
|
|
386
386
|
},
|
|
387
|
-
"value": "
|
|
387
|
+
"value": "Neutral1000"
|
|
388
388
|
},
|
|
389
389
|
"name": "color.text.accent.gray.bolder",
|
|
390
390
|
"path": ["color", "text", "accent", "gray", "bolder"]
|
|
@@ -405,7 +405,7 @@ var tokens = [{
|
|
|
405
405
|
"introduced": "0.6.0",
|
|
406
406
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
407
407
|
},
|
|
408
|
-
"value": "
|
|
408
|
+
"value": "Neutral1000"
|
|
409
409
|
},
|
|
410
410
|
"name": "color.text.[default]",
|
|
411
411
|
"path": ["color", "text", "[default]"]
|
|
@@ -426,7 +426,7 @@ var tokens = [{
|
|
|
426
426
|
"introduced": "0.6.0",
|
|
427
427
|
"description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
|
|
428
428
|
},
|
|
429
|
-
"value": "
|
|
429
|
+
"value": "Neutral800"
|
|
430
430
|
},
|
|
431
431
|
"name": "color.text.subtle",
|
|
432
432
|
"path": ["color", "text", "subtle"]
|
|
@@ -447,7 +447,7 @@ var tokens = [{
|
|
|
447
447
|
"introduced": "0.6.0",
|
|
448
448
|
"description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
|
|
449
449
|
},
|
|
450
|
-
"value": "
|
|
450
|
+
"value": "Neutral700"
|
|
451
451
|
},
|
|
452
452
|
"name": "color.text.subtlest",
|
|
453
453
|
"path": ["color", "text", "subtlest"]
|
|
@@ -468,7 +468,7 @@ var tokens = [{
|
|
|
468
468
|
"introduced": "0.0.15",
|
|
469
469
|
"description": "Use for text in a disabled state."
|
|
470
470
|
},
|
|
471
|
-
"value": "
|
|
471
|
+
"value": "Neutral400A"
|
|
472
472
|
},
|
|
473
473
|
"name": "color.text.disabled",
|
|
474
474
|
"path": ["color", "text", "disabled"]
|
|
@@ -489,7 +489,7 @@ var tokens = [{
|
|
|
489
489
|
"introduced": "0.6.0",
|
|
490
490
|
"description": "Use for text on bold backgrounds."
|
|
491
491
|
},
|
|
492
|
-
"value": "
|
|
492
|
+
"value": "Neutral0"
|
|
493
493
|
},
|
|
494
494
|
"name": "color.text.inverse",
|
|
495
495
|
"path": ["color", "text", "inverse"]
|
|
@@ -510,7 +510,7 @@ var tokens = [{
|
|
|
510
510
|
"introduced": "0.6.0",
|
|
511
511
|
"description": "Use for text that reinforces our brand."
|
|
512
512
|
},
|
|
513
|
-
"value": "
|
|
513
|
+
"value": "Blue700"
|
|
514
514
|
},
|
|
515
515
|
"name": "color.text.brand",
|
|
516
516
|
"path": ["color", "text", "brand"]
|
|
@@ -531,7 +531,7 @@ var tokens = [{
|
|
|
531
531
|
"introduced": "0.6.0",
|
|
532
532
|
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
533
533
|
},
|
|
534
|
-
"value": "
|
|
534
|
+
"value": "Blue700"
|
|
535
535
|
},
|
|
536
536
|
"name": "color.text.selected",
|
|
537
537
|
"path": ["color", "text", "selected"]
|
|
@@ -552,7 +552,7 @@ var tokens = [{
|
|
|
552
552
|
"introduced": "0.0.15",
|
|
553
553
|
"description": "Use for critical text, such as input field error messaging."
|
|
554
554
|
},
|
|
555
|
-
"value": "
|
|
555
|
+
"value": "Red800"
|
|
556
556
|
},
|
|
557
557
|
"name": "color.text.danger",
|
|
558
558
|
"path": ["color", "text", "danger"]
|
|
@@ -573,7 +573,7 @@ var tokens = [{
|
|
|
573
573
|
"introduced": "0.0.15",
|
|
574
574
|
"description": "Use for text to emphasize caution, such as in moved lozenges."
|
|
575
575
|
},
|
|
576
|
-
"value": "
|
|
576
|
+
"value": "Orange800"
|
|
577
577
|
},
|
|
578
578
|
"name": "color.text.warning.[default]",
|
|
579
579
|
"path": ["color", "text", "warning", "[default]"]
|
|
@@ -594,7 +594,7 @@ var tokens = [{
|
|
|
594
594
|
"introduced": "0.6.0",
|
|
595
595
|
"description": "Use for text when on bold warning backgrounds."
|
|
596
596
|
},
|
|
597
|
-
"value": "
|
|
597
|
+
"value": "Neutral1000"
|
|
598
598
|
},
|
|
599
599
|
"name": "color.text.warning.inverse",
|
|
600
600
|
"path": ["color", "text", "warning", "inverse"]
|
|
@@ -615,7 +615,7 @@ var tokens = [{
|
|
|
615
615
|
"introduced": "0.0.15",
|
|
616
616
|
"description": "Use for text to communicate a favourable outcome, such as input field success messaging."
|
|
617
617
|
},
|
|
618
|
-
"value": "
|
|
618
|
+
"value": "Green800"
|
|
619
619
|
},
|
|
620
620
|
"name": "color.text.success",
|
|
621
621
|
"path": ["color", "text", "success"]
|
|
@@ -636,7 +636,7 @@ var tokens = [{
|
|
|
636
636
|
"introduced": "0.0.15",
|
|
637
637
|
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
638
638
|
},
|
|
639
|
-
"value": "
|
|
639
|
+
"value": "Purple800"
|
|
640
640
|
},
|
|
641
641
|
"name": "color.text.discovery",
|
|
642
642
|
"path": ["color", "text", "discovery"]
|
|
@@ -657,7 +657,7 @@ var tokens = [{
|
|
|
657
657
|
"introduced": "0.6.0",
|
|
658
658
|
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
659
659
|
},
|
|
660
|
-
"value": "
|
|
660
|
+
"value": "Blue800"
|
|
661
661
|
},
|
|
662
662
|
"name": "color.text.information",
|
|
663
663
|
"path": ["color", "text", "information"]
|
|
@@ -684,7 +684,7 @@ var tokens = [{
|
|
|
684
684
|
"replacement": "color.text.[default]",
|
|
685
685
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons"
|
|
686
686
|
},
|
|
687
|
-
"value": "
|
|
687
|
+
"value": "Neutral1000"
|
|
688
688
|
},
|
|
689
689
|
"name": "color.text.highEmphasis",
|
|
690
690
|
"path": ["color", "text", "highEmphasis"]
|
|
@@ -711,7 +711,7 @@ var tokens = [{
|
|
|
711
711
|
"replacement": "color.link.pressed",
|
|
712
712
|
"description": "Use for links in a pressed state"
|
|
713
713
|
},
|
|
714
|
-
"value": "
|
|
714
|
+
"value": "Blue800"
|
|
715
715
|
},
|
|
716
716
|
"name": "color.text.link.pressed",
|
|
717
717
|
"path": ["color", "text", "link", "pressed"]
|
|
@@ -738,7 +738,7 @@ var tokens = [{
|
|
|
738
738
|
"replacement": "color.link.[default]",
|
|
739
739
|
"description": "Use for links in a resting or hover state. Add an underline for hover states"
|
|
740
740
|
},
|
|
741
|
-
"value": "
|
|
741
|
+
"value": "Blue700"
|
|
742
742
|
},
|
|
743
743
|
"name": "color.text.link.resting",
|
|
744
744
|
"path": ["color", "text", "link", "resting"]
|
|
@@ -765,7 +765,7 @@ var tokens = [{
|
|
|
765
765
|
"replacement": "color.text.subtlest",
|
|
766
766
|
"description": "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"
|
|
767
767
|
},
|
|
768
|
-
"value": "
|
|
768
|
+
"value": "Neutral700"
|
|
769
769
|
},
|
|
770
770
|
"name": "color.text.lowEmphasis",
|
|
771
771
|
"path": ["color", "text", "lowEmphasis"]
|
|
@@ -792,7 +792,7 @@ var tokens = [{
|
|
|
792
792
|
"replacement": "color.text.subtle",
|
|
793
793
|
"description": "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "
|
|
794
794
|
},
|
|
795
|
-
"value": "
|
|
795
|
+
"value": "Neutral800"
|
|
796
796
|
},
|
|
797
797
|
"name": "color.text.mediumEmphasis",
|
|
798
798
|
"path": ["color", "text", "mediumEmphasis"]
|
|
@@ -819,7 +819,7 @@ var tokens = [{
|
|
|
819
819
|
"replacement": "color.text.inverse",
|
|
820
820
|
"description": "Use for text and icons when on bold backgrounds"
|
|
821
821
|
},
|
|
822
|
-
"value": "
|
|
822
|
+
"value": "Neutral0"
|
|
823
823
|
},
|
|
824
824
|
"name": "color.text.onBold",
|
|
825
825
|
"path": ["color", "text", "onBold"]
|
|
@@ -846,7 +846,7 @@ var tokens = [{
|
|
|
846
846
|
"replacement": "color.text.warning.inverse",
|
|
847
847
|
"description": "Use for text and icons when on bold warning backgrounds"
|
|
848
848
|
},
|
|
849
|
-
"value": "
|
|
849
|
+
"value": "Neutral1000"
|
|
850
850
|
},
|
|
851
851
|
"name": "color.text.onBoldWarning",
|
|
852
852
|
"path": ["color", "text", "onBoldWarning"]
|
|
@@ -867,7 +867,7 @@ var tokens = [{
|
|
|
867
867
|
"introduced": "0.6.0",
|
|
868
868
|
"description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
869
869
|
},
|
|
870
|
-
"value": "
|
|
870
|
+
"value": "Blue600"
|
|
871
871
|
},
|
|
872
872
|
"name": "color.icon.accent.blue",
|
|
873
873
|
"path": ["color", "icon", "accent", "blue"]
|
|
@@ -888,7 +888,7 @@ var tokens = [{
|
|
|
888
888
|
"introduced": "0.6.0",
|
|
889
889
|
"description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
890
890
|
},
|
|
891
|
-
"value": "
|
|
891
|
+
"value": "Red600"
|
|
892
892
|
},
|
|
893
893
|
"name": "color.icon.accent.red",
|
|
894
894
|
"path": ["color", "icon", "accent", "red"]
|
|
@@ -909,7 +909,7 @@ var tokens = [{
|
|
|
909
909
|
"introduced": "0.6.0",
|
|
910
910
|
"description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
911
911
|
},
|
|
912
|
-
"value": "
|
|
912
|
+
"value": "Orange600"
|
|
913
913
|
},
|
|
914
914
|
"name": "color.icon.accent.orange",
|
|
915
915
|
"path": ["color", "icon", "accent", "orange"]
|
|
@@ -930,7 +930,7 @@ var tokens = [{
|
|
|
930
930
|
"introduced": "0.6.0",
|
|
931
931
|
"description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
932
932
|
},
|
|
933
|
-
"value": "
|
|
933
|
+
"value": "Yellow600"
|
|
934
934
|
},
|
|
935
935
|
"name": "color.icon.accent.yellow",
|
|
936
936
|
"path": ["color", "icon", "accent", "yellow"]
|
|
@@ -951,7 +951,7 @@ var tokens = [{
|
|
|
951
951
|
"introduced": "0.6.0",
|
|
952
952
|
"description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
953
953
|
},
|
|
954
|
-
"value": "
|
|
954
|
+
"value": "Green600"
|
|
955
955
|
},
|
|
956
956
|
"name": "color.icon.accent.green",
|
|
957
957
|
"path": ["color", "icon", "accent", "green"]
|
|
@@ -972,7 +972,7 @@ var tokens = [{
|
|
|
972
972
|
"introduced": "0.6.0",
|
|
973
973
|
"description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
974
974
|
},
|
|
975
|
-
"value": "
|
|
975
|
+
"value": "Purple600"
|
|
976
976
|
},
|
|
977
977
|
"name": "color.icon.accent.purple",
|
|
978
978
|
"path": ["color", "icon", "accent", "purple"]
|
|
@@ -993,7 +993,7 @@ var tokens = [{
|
|
|
993
993
|
"introduced": "0.6.0",
|
|
994
994
|
"description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
995
995
|
},
|
|
996
|
-
"value": "
|
|
996
|
+
"value": "Teal600"
|
|
997
997
|
},
|
|
998
998
|
"name": "color.icon.accent.teal",
|
|
999
999
|
"path": ["color", "icon", "accent", "teal"]
|
|
@@ -1014,7 +1014,7 @@ var tokens = [{
|
|
|
1014
1014
|
"introduced": "0.6.0",
|
|
1015
1015
|
"description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
1016
1016
|
},
|
|
1017
|
-
"value": "
|
|
1017
|
+
"value": "Magenta600"
|
|
1018
1018
|
},
|
|
1019
1019
|
"name": "color.icon.accent.magenta",
|
|
1020
1020
|
"path": ["color", "icon", "accent", "magenta"]
|
|
@@ -1035,7 +1035,7 @@ var tokens = [{
|
|
|
1035
1035
|
"introduced": "0.10.5",
|
|
1036
1036
|
"description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
|
|
1037
1037
|
},
|
|
1038
|
-
"value": "
|
|
1038
|
+
"value": "Neutral600"
|
|
1039
1039
|
},
|
|
1040
1040
|
"name": "color.icon.accent.gray",
|
|
1041
1041
|
"path": ["color", "icon", "accent", "gray"]
|
|
@@ -1056,7 +1056,7 @@ var tokens = [{
|
|
|
1056
1056
|
"introduced": "0.6.0",
|
|
1057
1057
|
"description": "Use for icon-only buttons, or icons paired with color.text"
|
|
1058
1058
|
},
|
|
1059
|
-
"value": "
|
|
1059
|
+
"value": "Neutral800"
|
|
1060
1060
|
},
|
|
1061
1061
|
"name": "color.icon.[default]",
|
|
1062
1062
|
"path": ["color", "icon", "[default]"]
|
|
@@ -1077,7 +1077,7 @@ var tokens = [{
|
|
|
1077
1077
|
"introduced": "0.6.0",
|
|
1078
1078
|
"description": "Use for icons paired with color.text.subtle"
|
|
1079
1079
|
},
|
|
1080
|
-
"value": "
|
|
1080
|
+
"value": "Neutral700"
|
|
1081
1081
|
},
|
|
1082
1082
|
"name": "color.icon.subtle",
|
|
1083
1083
|
"path": ["color", "icon", "subtle"]
|
|
@@ -1098,7 +1098,7 @@ var tokens = [{
|
|
|
1098
1098
|
"introduced": "0.6.0",
|
|
1099
1099
|
"description": "Use for icons on bold backgrounds."
|
|
1100
1100
|
},
|
|
1101
|
-
"value": "
|
|
1101
|
+
"value": "Neutral0"
|
|
1102
1102
|
},
|
|
1103
1103
|
"name": "color.icon.inverse",
|
|
1104
1104
|
"path": ["color", "icon", "inverse"]
|
|
@@ -1119,7 +1119,7 @@ var tokens = [{
|
|
|
1119
1119
|
"introduced": "0.6.0",
|
|
1120
1120
|
"description": "Use for icons in a disabled state."
|
|
1121
1121
|
},
|
|
1122
|
-
"value": "
|
|
1122
|
+
"value": "Neutral400A"
|
|
1123
1123
|
},
|
|
1124
1124
|
"name": "color.icon.disabled",
|
|
1125
1125
|
"path": ["color", "icon", "disabled"]
|
|
@@ -1140,7 +1140,7 @@ var tokens = [{
|
|
|
1140
1140
|
"introduced": "0.6.0",
|
|
1141
1141
|
"description": "Use for icons that reinforce our brand."
|
|
1142
1142
|
},
|
|
1143
|
-
"value": "
|
|
1143
|
+
"value": "Blue700"
|
|
1144
1144
|
},
|
|
1145
1145
|
"name": "color.icon.brand",
|
|
1146
1146
|
"path": ["color", "icon", "brand"]
|
|
@@ -1161,7 +1161,7 @@ var tokens = [{
|
|
|
1161
1161
|
"introduced": "0.6.2",
|
|
1162
1162
|
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
1163
1163
|
},
|
|
1164
|
-
"value": "
|
|
1164
|
+
"value": "Blue700"
|
|
1165
1165
|
},
|
|
1166
1166
|
"name": "color.icon.selected",
|
|
1167
1167
|
"path": ["color", "icon", "selected"]
|
|
@@ -1182,7 +1182,7 @@ var tokens = [{
|
|
|
1182
1182
|
"introduced": "0.6.0",
|
|
1183
1183
|
"description": "Use for icons communicating critical information, such as those used in error handing."
|
|
1184
1184
|
},
|
|
1185
|
-
"value": "
|
|
1185
|
+
"value": "Red600"
|
|
1186
1186
|
},
|
|
1187
1187
|
"name": "color.icon.danger",
|
|
1188
1188
|
"path": ["color", "icon", "danger"]
|
|
@@ -1203,7 +1203,7 @@ var tokens = [{
|
|
|
1203
1203
|
"introduced": "0.6.0",
|
|
1204
1204
|
"description": "Use for icons communicating caution, such as those used in warning section messages."
|
|
1205
1205
|
},
|
|
1206
|
-
"value": "
|
|
1206
|
+
"value": "Orange600"
|
|
1207
1207
|
},
|
|
1208
1208
|
"name": "color.icon.warning.[default]",
|
|
1209
1209
|
"path": ["color", "icon", "warning", "[default]"]
|
|
@@ -1224,7 +1224,7 @@ var tokens = [{
|
|
|
1224
1224
|
"introduced": "0.6.0",
|
|
1225
1225
|
"description": "Use for icons when on bold warning backgrounds."
|
|
1226
1226
|
},
|
|
1227
|
-
"value": "
|
|
1227
|
+
"value": "Neutral1000"
|
|
1228
1228
|
},
|
|
1229
1229
|
"name": "color.icon.warning.inverse",
|
|
1230
1230
|
"path": ["color", "icon", "warning", "inverse"]
|
|
@@ -1245,7 +1245,7 @@ var tokens = [{
|
|
|
1245
1245
|
"introduced": "0.6.0",
|
|
1246
1246
|
"description": "Use for icons communicating a favourable outcome, such as those used in success section messaged."
|
|
1247
1247
|
},
|
|
1248
|
-
"value": "
|
|
1248
|
+
"value": "Green600"
|
|
1249
1249
|
},
|
|
1250
1250
|
"name": "color.icon.success",
|
|
1251
1251
|
"path": ["color", "icon", "success"]
|
|
@@ -1266,7 +1266,7 @@ var tokens = [{
|
|
|
1266
1266
|
"introduced": "0.6.0",
|
|
1267
1267
|
"description": "Use for icons communicating change or something new, such as discovery section messages."
|
|
1268
1268
|
},
|
|
1269
|
-
"value": "
|
|
1269
|
+
"value": "Purple600"
|
|
1270
1270
|
},
|
|
1271
1271
|
"name": "color.icon.discovery",
|
|
1272
1272
|
"path": ["color", "icon", "discovery"]
|
|
@@ -1287,7 +1287,7 @@ var tokens = [{
|
|
|
1287
1287
|
"introduced": "0.6.0",
|
|
1288
1288
|
"description": "Use for icons communicating information or something in-progress, such as information section messages."
|
|
1289
1289
|
},
|
|
1290
|
-
"value": "
|
|
1290
|
+
"value": "Blue600"
|
|
1291
1291
|
},
|
|
1292
1292
|
"name": "color.icon.information",
|
|
1293
1293
|
"path": ["color", "icon", "information"]
|
|
@@ -1308,7 +1308,7 @@ var tokens = [{
|
|
|
1308
1308
|
"introduced": "0.6.0",
|
|
1309
1309
|
"description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1310
1310
|
},
|
|
1311
|
-
"value": "
|
|
1311
|
+
"value": "Blue600"
|
|
1312
1312
|
},
|
|
1313
1313
|
"name": "color.border.accent.blue",
|
|
1314
1314
|
"path": ["color", "border", "accent", "blue"]
|
|
@@ -1329,7 +1329,7 @@ var tokens = [{
|
|
|
1329
1329
|
"introduced": "0.6.0",
|
|
1330
1330
|
"description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1331
1331
|
},
|
|
1332
|
-
"value": "
|
|
1332
|
+
"value": "Red600"
|
|
1333
1333
|
},
|
|
1334
1334
|
"name": "color.border.accent.red",
|
|
1335
1335
|
"path": ["color", "border", "accent", "red"]
|
|
@@ -1350,7 +1350,7 @@ var tokens = [{
|
|
|
1350
1350
|
"introduced": "0.6.0",
|
|
1351
1351
|
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1352
1352
|
},
|
|
1353
|
-
"value": "
|
|
1353
|
+
"value": "Orange600"
|
|
1354
1354
|
},
|
|
1355
1355
|
"name": "color.border.accent.orange",
|
|
1356
1356
|
"path": ["color", "border", "accent", "orange"]
|
|
@@ -1371,7 +1371,7 @@ var tokens = [{
|
|
|
1371
1371
|
"introduced": "0.6.0",
|
|
1372
1372
|
"description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1373
1373
|
},
|
|
1374
|
-
"value": "
|
|
1374
|
+
"value": "Yellow600"
|
|
1375
1375
|
},
|
|
1376
1376
|
"name": "color.border.accent.yellow",
|
|
1377
1377
|
"path": ["color", "border", "accent", "yellow"]
|
|
@@ -1392,7 +1392,7 @@ var tokens = [{
|
|
|
1392
1392
|
"introduced": "0.6.0",
|
|
1393
1393
|
"description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1394
1394
|
},
|
|
1395
|
-
"value": "
|
|
1395
|
+
"value": "Green600"
|
|
1396
1396
|
},
|
|
1397
1397
|
"name": "color.border.accent.green",
|
|
1398
1398
|
"path": ["color", "border", "accent", "green"]
|
|
@@ -1413,7 +1413,7 @@ var tokens = [{
|
|
|
1413
1413
|
"introduced": "0.6.0",
|
|
1414
1414
|
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1415
1415
|
},
|
|
1416
|
-
"value": "
|
|
1416
|
+
"value": "Purple600"
|
|
1417
1417
|
},
|
|
1418
1418
|
"name": "color.border.accent.purple",
|
|
1419
1419
|
"path": ["color", "border", "accent", "purple"]
|
|
@@ -1434,7 +1434,7 @@ var tokens = [{
|
|
|
1434
1434
|
"introduced": "0.6.0",
|
|
1435
1435
|
"description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1436
1436
|
},
|
|
1437
|
-
"value": "
|
|
1437
|
+
"value": "Teal600"
|
|
1438
1438
|
},
|
|
1439
1439
|
"name": "color.border.accent.teal",
|
|
1440
1440
|
"path": ["color", "border", "accent", "teal"]
|
|
@@ -1455,7 +1455,7 @@ var tokens = [{
|
|
|
1455
1455
|
"introduced": "0.6.0",
|
|
1456
1456
|
"description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1457
1457
|
},
|
|
1458
|
-
"value": "
|
|
1458
|
+
"value": "Magenta600"
|
|
1459
1459
|
},
|
|
1460
1460
|
"name": "color.border.accent.magenta",
|
|
1461
1461
|
"path": ["color", "border", "accent", "magenta"]
|
|
@@ -1476,7 +1476,7 @@ var tokens = [{
|
|
|
1476
1476
|
"introduced": "0.10.5",
|
|
1477
1477
|
"description": "Use for borders on non-bold gray accent backgrounds."
|
|
1478
1478
|
},
|
|
1479
|
-
"value": "
|
|
1479
|
+
"value": "Neutral600"
|
|
1480
1480
|
},
|
|
1481
1481
|
"name": "color.border.accent.gray",
|
|
1482
1482
|
"path": ["color", "border", "accent", "gray"]
|
|
@@ -1497,7 +1497,7 @@ var tokens = [{
|
|
|
1497
1497
|
"introduced": "0.6.0",
|
|
1498
1498
|
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
1499
1499
|
},
|
|
1500
|
-
"value": "
|
|
1500
|
+
"value": "Neutral300A"
|
|
1501
1501
|
},
|
|
1502
1502
|
"name": "color.border.[default]",
|
|
1503
1503
|
"path": ["color", "border", "[default]"]
|
|
@@ -1518,7 +1518,7 @@ var tokens = [{
|
|
|
1518
1518
|
"introduced": "0.10.8",
|
|
1519
1519
|
"description": "A neutral border option that passes min 3:1 contrast ratios."
|
|
1520
1520
|
},
|
|
1521
|
-
"value": "
|
|
1521
|
+
"value": "Neutral600"
|
|
1522
1522
|
},
|
|
1523
1523
|
"name": "color.border.bold",
|
|
1524
1524
|
"path": ["color", "border", "bold"]
|
|
@@ -1539,7 +1539,7 @@ var tokens = [{
|
|
|
1539
1539
|
"introduced": "0.6.0",
|
|
1540
1540
|
"description": "Use for borders on bold backgrounds."
|
|
1541
1541
|
},
|
|
1542
|
-
"value": "
|
|
1542
|
+
"value": "Neutral0"
|
|
1543
1543
|
},
|
|
1544
1544
|
"name": "color.border.inverse",
|
|
1545
1545
|
"path": ["color", "border", "inverse"]
|
|
@@ -1560,7 +1560,7 @@ var tokens = [{
|
|
|
1560
1560
|
"introduced": "0.6.0",
|
|
1561
1561
|
"description": "Use for focus rings of elements in a focus state."
|
|
1562
1562
|
},
|
|
1563
|
-
"value": "
|
|
1563
|
+
"value": "Blue500"
|
|
1564
1564
|
},
|
|
1565
1565
|
"name": "color.border.focused",
|
|
1566
1566
|
"path": ["color", "border", "focused"]
|
|
@@ -1581,7 +1581,7 @@ var tokens = [{
|
|
|
1581
1581
|
"introduced": "0.6.0",
|
|
1582
1582
|
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
1583
1583
|
},
|
|
1584
|
-
"value": "
|
|
1584
|
+
"value": "Neutral300A"
|
|
1585
1585
|
},
|
|
1586
1586
|
"name": "color.border.input",
|
|
1587
1587
|
"path": ["color", "border", "input"]
|
|
@@ -1602,7 +1602,7 @@ var tokens = [{
|
|
|
1602
1602
|
"introduced": "0.6.0",
|
|
1603
1603
|
"description": "Use for borders of elements in a disabled state."
|
|
1604
1604
|
},
|
|
1605
|
-
"value": "
|
|
1605
|
+
"value": "Neutral200A"
|
|
1606
1606
|
},
|
|
1607
1607
|
"name": "color.border.disabled",
|
|
1608
1608
|
"path": ["color", "border", "disabled"]
|
|
@@ -1623,7 +1623,7 @@ var tokens = [{
|
|
|
1623
1623
|
"introduced": "0.6.0",
|
|
1624
1624
|
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
1625
1625
|
},
|
|
1626
|
-
"value": "
|
|
1626
|
+
"value": "Blue700"
|
|
1627
1627
|
},
|
|
1628
1628
|
"name": "color.border.brand",
|
|
1629
1629
|
"path": ["color", "border", "brand"]
|
|
@@ -1644,7 +1644,7 @@ var tokens = [{
|
|
|
1644
1644
|
"introduced": "0.6.2",
|
|
1645
1645
|
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
1646
1646
|
},
|
|
1647
|
-
"value": "
|
|
1647
|
+
"value": "Blue700"
|
|
1648
1648
|
},
|
|
1649
1649
|
"name": "color.border.selected",
|
|
1650
1650
|
"path": ["color", "border", "selected"]
|
|
@@ -1665,7 +1665,7 @@ var tokens = [{
|
|
|
1665
1665
|
"introduced": "0.6.0",
|
|
1666
1666
|
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
1667
1667
|
},
|
|
1668
|
-
"value": "
|
|
1668
|
+
"value": "Red600"
|
|
1669
1669
|
},
|
|
1670
1670
|
"name": "color.border.danger",
|
|
1671
1671
|
"path": ["color", "border", "danger"]
|
|
@@ -1686,7 +1686,7 @@ var tokens = [{
|
|
|
1686
1686
|
"introduced": "0.6.0",
|
|
1687
1687
|
"description": "Use for borders communicating caution."
|
|
1688
1688
|
},
|
|
1689
|
-
"value": "
|
|
1689
|
+
"value": "Orange600"
|
|
1690
1690
|
},
|
|
1691
1691
|
"name": "color.border.warning",
|
|
1692
1692
|
"path": ["color", "border", "warning"]
|
|
@@ -1707,7 +1707,7 @@ var tokens = [{
|
|
|
1707
1707
|
"introduced": "0.6.0",
|
|
1708
1708
|
"description": "Use for borders communicating a favourable outcome, such as the borders on validated text fields."
|
|
1709
1709
|
},
|
|
1710
|
-
"value": "
|
|
1710
|
+
"value": "Green600"
|
|
1711
1711
|
},
|
|
1712
1712
|
"name": "color.border.success",
|
|
1713
1713
|
"path": ["color", "border", "success"]
|
|
@@ -1728,7 +1728,7 @@ var tokens = [{
|
|
|
1728
1728
|
"introduced": "0.6.0",
|
|
1729
1729
|
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
1730
1730
|
},
|
|
1731
|
-
"value": "
|
|
1731
|
+
"value": "Purple600"
|
|
1732
1732
|
},
|
|
1733
1733
|
"name": "color.border.discovery",
|
|
1734
1734
|
"path": ["color", "border", "discovery"]
|
|
@@ -1749,7 +1749,7 @@ var tokens = [{
|
|
|
1749
1749
|
"introduced": "0.6.0",
|
|
1750
1750
|
"description": "Use for borders communicating information or something in-progress."
|
|
1751
1751
|
},
|
|
1752
|
-
"value": "
|
|
1752
|
+
"value": "Blue600"
|
|
1753
1753
|
},
|
|
1754
1754
|
"name": "color.border.information",
|
|
1755
1755
|
"path": ["color", "border", "information"]
|
|
@@ -1776,7 +1776,7 @@ var tokens = [{
|
|
|
1776
1776
|
"replacement": "color.border.focused",
|
|
1777
1777
|
"description": "Use for focus rings of elements in a focus state"
|
|
1778
1778
|
},
|
|
1779
|
-
"value": "
|
|
1779
|
+
"value": "Blue500"
|
|
1780
1780
|
},
|
|
1781
1781
|
"name": "color.border.focus",
|
|
1782
1782
|
"path": ["color", "border", "focus"]
|
|
@@ -1803,7 +1803,7 @@ var tokens = [{
|
|
|
1803
1803
|
"replacement": "color.border.[default]",
|
|
1804
1804
|
"description": "Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers"
|
|
1805
1805
|
},
|
|
1806
|
-
"value": "
|
|
1806
|
+
"value": "Neutral300A"
|
|
1807
1807
|
},
|
|
1808
1808
|
"name": "color.border.neutral",
|
|
1809
1809
|
"path": ["color", "border", "neutral"]
|
|
@@ -1824,7 +1824,7 @@ var tokens = [{
|
|
|
1824
1824
|
"introduced": "0.7.0",
|
|
1825
1825
|
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1826
1826
|
},
|
|
1827
|
-
"value": "
|
|
1827
|
+
"value": "Blue100"
|
|
1828
1828
|
},
|
|
1829
1829
|
"name": "color.background.accent.blue.subtlest",
|
|
1830
1830
|
"path": ["color", "background", "accent", "blue", "subtlest"]
|
|
@@ -1845,7 +1845,7 @@ var tokens = [{
|
|
|
1845
1845
|
"introduced": "0.7.0",
|
|
1846
1846
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1847
1847
|
},
|
|
1848
|
-
"value": "
|
|
1848
|
+
"value": "Blue200"
|
|
1849
1849
|
},
|
|
1850
1850
|
"name": "color.background.accent.blue.subtler",
|
|
1851
1851
|
"path": ["color", "background", "accent", "blue", "subtler"]
|
|
@@ -1866,7 +1866,7 @@ var tokens = [{
|
|
|
1866
1866
|
"introduced": "0.7.0",
|
|
1867
1867
|
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1868
1868
|
},
|
|
1869
|
-
"value": "
|
|
1869
|
+
"value": "Blue400"
|
|
1870
1870
|
},
|
|
1871
1871
|
"name": "color.background.accent.blue.subtle",
|
|
1872
1872
|
"path": ["color", "background", "accent", "blue", "subtle"]
|
|
@@ -1887,7 +1887,7 @@ var tokens = [{
|
|
|
1887
1887
|
"introduced": "0.7.0",
|
|
1888
1888
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1889
1889
|
},
|
|
1890
|
-
"value": "
|
|
1890
|
+
"value": "Blue700"
|
|
1891
1891
|
},
|
|
1892
1892
|
"name": "color.background.accent.blue.bolder",
|
|
1893
1893
|
"path": ["color", "background", "accent", "blue", "bolder"]
|
|
@@ -1914,7 +1914,7 @@ var tokens = [{
|
|
|
1914
1914
|
"replacement": "color.background.accent.blue.subtler",
|
|
1915
1915
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1916
1916
|
},
|
|
1917
|
-
"value": "
|
|
1917
|
+
"value": "Blue200"
|
|
1918
1918
|
},
|
|
1919
1919
|
"name": "color.background.accent.blue.[default]",
|
|
1920
1920
|
"path": ["color", "background", "accent", "blue", "[default]"]
|
|
@@ -1941,7 +1941,7 @@ var tokens = [{
|
|
|
1941
1941
|
"replacement": "color.background.accent.blue.subtle",
|
|
1942
1942
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1943
1943
|
},
|
|
1944
|
-
"value": "
|
|
1944
|
+
"value": "Blue400"
|
|
1945
1945
|
},
|
|
1946
1946
|
"name": "color.background.accent.blue.bold",
|
|
1947
1947
|
"path": ["color", "background", "accent", "blue", "bold"]
|
|
@@ -1962,7 +1962,7 @@ var tokens = [{
|
|
|
1962
1962
|
"introduced": "0.7.0",
|
|
1963
1963
|
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1964
1964
|
},
|
|
1965
|
-
"value": "
|
|
1965
|
+
"value": "Red100"
|
|
1966
1966
|
},
|
|
1967
1967
|
"name": "color.background.accent.red.subtlest",
|
|
1968
1968
|
"path": ["color", "background", "accent", "red", "subtlest"]
|
|
@@ -1983,7 +1983,7 @@ var tokens = [{
|
|
|
1983
1983
|
"introduced": "0.7.0",
|
|
1984
1984
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1985
1985
|
},
|
|
1986
|
-
"value": "
|
|
1986
|
+
"value": "Red200"
|
|
1987
1987
|
},
|
|
1988
1988
|
"name": "color.background.accent.red.subtler",
|
|
1989
1989
|
"path": ["color", "background", "accent", "red", "subtler"]
|
|
@@ -2004,7 +2004,7 @@ var tokens = [{
|
|
|
2004
2004
|
"introduced": "0.7.0",
|
|
2005
2005
|
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2006
2006
|
},
|
|
2007
|
-
"value": "
|
|
2007
|
+
"value": "Red400"
|
|
2008
2008
|
},
|
|
2009
2009
|
"name": "color.background.accent.red.subtle",
|
|
2010
2010
|
"path": ["color", "background", "accent", "red", "subtle"]
|
|
@@ -2025,7 +2025,7 @@ var tokens = [{
|
|
|
2025
2025
|
"introduced": "0.7.0",
|
|
2026
2026
|
"description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2027
2027
|
},
|
|
2028
|
-
"value": "
|
|
2028
|
+
"value": "Red700"
|
|
2029
2029
|
},
|
|
2030
2030
|
"name": "color.background.accent.red.bolder",
|
|
2031
2031
|
"path": ["color", "background", "accent", "red", "bolder"]
|
|
@@ -2052,7 +2052,7 @@ var tokens = [{
|
|
|
2052
2052
|
"replacement": "color.background.accent.red.subtler",
|
|
2053
2053
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2054
2054
|
},
|
|
2055
|
-
"value": "
|
|
2055
|
+
"value": "Red200"
|
|
2056
2056
|
},
|
|
2057
2057
|
"name": "color.background.accent.red.[default]",
|
|
2058
2058
|
"path": ["color", "background", "accent", "red", "[default]"]
|
|
@@ -2079,7 +2079,7 @@ var tokens = [{
|
|
|
2079
2079
|
"replacement": "color.background.accent.red.subtle",
|
|
2080
2080
|
"description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2081
2081
|
},
|
|
2082
|
-
"value": "
|
|
2082
|
+
"value": "Red400"
|
|
2083
2083
|
},
|
|
2084
2084
|
"name": "color.background.accent.red.bold",
|
|
2085
2085
|
"path": ["color", "background", "accent", "red", "bold"]
|
|
@@ -2100,7 +2100,7 @@ var tokens = [{
|
|
|
2100
2100
|
"introduced": "0.7.0",
|
|
2101
2101
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2102
2102
|
},
|
|
2103
|
-
"value": "
|
|
2103
|
+
"value": "Orange100"
|
|
2104
2104
|
},
|
|
2105
2105
|
"name": "color.background.accent.orange.subtlest",
|
|
2106
2106
|
"path": ["color", "background", "accent", "orange", "subtlest"]
|
|
@@ -2121,7 +2121,7 @@ var tokens = [{
|
|
|
2121
2121
|
"introduced": "0.7.0",
|
|
2122
2122
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2123
2123
|
},
|
|
2124
|
-
"value": "
|
|
2124
|
+
"value": "Orange200"
|
|
2125
2125
|
},
|
|
2126
2126
|
"name": "color.background.accent.orange.subtler",
|
|
2127
2127
|
"path": ["color", "background", "accent", "orange", "subtler"]
|
|
@@ -2142,7 +2142,7 @@ var tokens = [{
|
|
|
2142
2142
|
"introduced": "0.7.0",
|
|
2143
2143
|
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2144
2144
|
},
|
|
2145
|
-
"value": "
|
|
2145
|
+
"value": "Orange400"
|
|
2146
2146
|
},
|
|
2147
2147
|
"name": "color.background.accent.orange.subtle",
|
|
2148
2148
|
"path": ["color", "background", "accent", "orange", "subtle"]
|
|
@@ -2163,7 +2163,7 @@ var tokens = [{
|
|
|
2163
2163
|
"introduced": "0.7.0",
|
|
2164
2164
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2165
2165
|
},
|
|
2166
|
-
"value": "
|
|
2166
|
+
"value": "Orange700"
|
|
2167
2167
|
},
|
|
2168
2168
|
"name": "color.background.accent.orange.bolder",
|
|
2169
2169
|
"path": ["color", "background", "accent", "orange", "bolder"]
|
|
@@ -2190,7 +2190,7 @@ var tokens = [{
|
|
|
2190
2190
|
"replacement": "color.background.accent.orange.subtler",
|
|
2191
2191
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2192
2192
|
},
|
|
2193
|
-
"value": "
|
|
2193
|
+
"value": "Orange200"
|
|
2194
2194
|
},
|
|
2195
2195
|
"name": "color.background.accent.orange.[default]",
|
|
2196
2196
|
"path": ["color", "background", "accent", "orange", "[default]"]
|
|
@@ -2217,7 +2217,7 @@ var tokens = [{
|
|
|
2217
2217
|
"replacement": "color.background.accent.orange.subtle",
|
|
2218
2218
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2219
2219
|
},
|
|
2220
|
-
"value": "
|
|
2220
|
+
"value": "Orange400"
|
|
2221
2221
|
},
|
|
2222
2222
|
"name": "color.background.accent.orange.bold",
|
|
2223
2223
|
"path": ["color", "background", "accent", "orange", "bold"]
|
|
@@ -2238,7 +2238,7 @@ var tokens = [{
|
|
|
2238
2238
|
"introduced": "0.7.0",
|
|
2239
2239
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2240
2240
|
},
|
|
2241
|
-
"value": "
|
|
2241
|
+
"value": "Yellow100"
|
|
2242
2242
|
},
|
|
2243
2243
|
"name": "color.background.accent.yellow.subtlest",
|
|
2244
2244
|
"path": ["color", "background", "accent", "yellow", "subtlest"]
|
|
@@ -2259,7 +2259,7 @@ var tokens = [{
|
|
|
2259
2259
|
"introduced": "0.7.0",
|
|
2260
2260
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2261
2261
|
},
|
|
2262
|
-
"value": "
|
|
2262
|
+
"value": "Yellow200"
|
|
2263
2263
|
},
|
|
2264
2264
|
"name": "color.background.accent.yellow.subtler",
|
|
2265
2265
|
"path": ["color", "background", "accent", "yellow", "subtler"]
|
|
@@ -2280,7 +2280,7 @@ var tokens = [{
|
|
|
2280
2280
|
"introduced": "0.7.0",
|
|
2281
2281
|
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2282
2282
|
},
|
|
2283
|
-
"value": "
|
|
2283
|
+
"value": "Yellow400"
|
|
2284
2284
|
},
|
|
2285
2285
|
"name": "color.background.accent.yellow.subtle",
|
|
2286
2286
|
"path": ["color", "background", "accent", "yellow", "subtle"]
|
|
@@ -2301,7 +2301,7 @@ var tokens = [{
|
|
|
2301
2301
|
"introduced": "0.7.0",
|
|
2302
2302
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2303
2303
|
},
|
|
2304
|
-
"value": "
|
|
2304
|
+
"value": "Yellow700"
|
|
2305
2305
|
},
|
|
2306
2306
|
"name": "color.background.accent.yellow.bolder",
|
|
2307
2307
|
"path": ["color", "background", "accent", "yellow", "bolder"]
|
|
@@ -2328,7 +2328,7 @@ var tokens = [{
|
|
|
2328
2328
|
"replacement": "color.background.accent.yellow.subtler",
|
|
2329
2329
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2330
2330
|
},
|
|
2331
|
-
"value": "
|
|
2331
|
+
"value": "Yellow200"
|
|
2332
2332
|
},
|
|
2333
2333
|
"name": "color.background.accent.yellow.[default]",
|
|
2334
2334
|
"path": ["color", "background", "accent", "yellow", "[default]"]
|
|
@@ -2355,7 +2355,7 @@ var tokens = [{
|
|
|
2355
2355
|
"replacement": "color.background.accent.yellow.subtle",
|
|
2356
2356
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2357
2357
|
},
|
|
2358
|
-
"value": "
|
|
2358
|
+
"value": "Yellow400"
|
|
2359
2359
|
},
|
|
2360
2360
|
"name": "color.background.accent.yellow.bold",
|
|
2361
2361
|
"path": ["color", "background", "accent", "yellow", "bold"]
|
|
@@ -2376,7 +2376,7 @@ var tokens = [{
|
|
|
2376
2376
|
"introduced": "0.7.0",
|
|
2377
2377
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2378
2378
|
},
|
|
2379
|
-
"value": "
|
|
2379
|
+
"value": "Green100"
|
|
2380
2380
|
},
|
|
2381
2381
|
"name": "color.background.accent.green.subtlest",
|
|
2382
2382
|
"path": ["color", "background", "accent", "green", "subtlest"]
|
|
@@ -2397,7 +2397,7 @@ var tokens = [{
|
|
|
2397
2397
|
"introduced": "0.7.0",
|
|
2398
2398
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2399
2399
|
},
|
|
2400
|
-
"value": "
|
|
2400
|
+
"value": "Green200"
|
|
2401
2401
|
},
|
|
2402
2402
|
"name": "color.background.accent.green.subtler",
|
|
2403
2403
|
"path": ["color", "background", "accent", "green", "subtler"]
|
|
@@ -2418,7 +2418,7 @@ var tokens = [{
|
|
|
2418
2418
|
"introduced": "0.7.0",
|
|
2419
2419
|
"description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2420
2420
|
},
|
|
2421
|
-
"value": "
|
|
2421
|
+
"value": "Green400"
|
|
2422
2422
|
},
|
|
2423
2423
|
"name": "color.background.accent.green.subtle",
|
|
2424
2424
|
"path": ["color", "background", "accent", "green", "subtle"]
|
|
@@ -2439,7 +2439,7 @@ var tokens = [{
|
|
|
2439
2439
|
"introduced": "0.7.0",
|
|
2440
2440
|
"description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2441
2441
|
},
|
|
2442
|
-
"value": "
|
|
2442
|
+
"value": "Green700"
|
|
2443
2443
|
},
|
|
2444
2444
|
"name": "color.background.accent.green.bolder",
|
|
2445
2445
|
"path": ["color", "background", "accent", "green", "bolder"]
|
|
@@ -2466,7 +2466,7 @@ var tokens = [{
|
|
|
2466
2466
|
"replacement": "color.background.accent.green.subtler",
|
|
2467
2467
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2468
2468
|
},
|
|
2469
|
-
"value": "
|
|
2469
|
+
"value": "Green200"
|
|
2470
2470
|
},
|
|
2471
2471
|
"name": "color.background.accent.green.[default]",
|
|
2472
2472
|
"path": ["color", "background", "accent", "green", "[default]"]
|
|
@@ -2493,7 +2493,7 @@ var tokens = [{
|
|
|
2493
2493
|
"replacement": "color.background.accent.green.subtle",
|
|
2494
2494
|
"description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2495
2495
|
},
|
|
2496
|
-
"value": "
|
|
2496
|
+
"value": "Green400"
|
|
2497
2497
|
},
|
|
2498
2498
|
"name": "color.background.accent.green.bold",
|
|
2499
2499
|
"path": ["color", "background", "accent", "green", "bold"]
|
|
@@ -2514,7 +2514,7 @@ var tokens = [{
|
|
|
2514
2514
|
"introduced": "0.7.0",
|
|
2515
2515
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2516
2516
|
},
|
|
2517
|
-
"value": "
|
|
2517
|
+
"value": "Teal100"
|
|
2518
2518
|
},
|
|
2519
2519
|
"name": "color.background.accent.teal.subtlest",
|
|
2520
2520
|
"path": ["color", "background", "accent", "teal", "subtlest"]
|
|
@@ -2535,7 +2535,7 @@ var tokens = [{
|
|
|
2535
2535
|
"introduced": "0.7.0",
|
|
2536
2536
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2537
2537
|
},
|
|
2538
|
-
"value": "
|
|
2538
|
+
"value": "Teal200"
|
|
2539
2539
|
},
|
|
2540
2540
|
"name": "color.background.accent.teal.subtler",
|
|
2541
2541
|
"path": ["color", "background", "accent", "teal", "subtler"]
|
|
@@ -2556,7 +2556,7 @@ var tokens = [{
|
|
|
2556
2556
|
"introduced": "0.7.0",
|
|
2557
2557
|
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2558
2558
|
},
|
|
2559
|
-
"value": "
|
|
2559
|
+
"value": "Teal400"
|
|
2560
2560
|
},
|
|
2561
2561
|
"name": "color.background.accent.teal.subtle",
|
|
2562
2562
|
"path": ["color", "background", "accent", "teal", "subtle"]
|
|
@@ -2577,7 +2577,7 @@ var tokens = [{
|
|
|
2577
2577
|
"introduced": "0.7.0",
|
|
2578
2578
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2579
2579
|
},
|
|
2580
|
-
"value": "
|
|
2580
|
+
"value": "Teal700"
|
|
2581
2581
|
},
|
|
2582
2582
|
"name": "color.background.accent.teal.bolder",
|
|
2583
2583
|
"path": ["color", "background", "accent", "teal", "bolder"]
|
|
@@ -2604,7 +2604,7 @@ var tokens = [{
|
|
|
2604
2604
|
"replacement": "color.background.accent.teal.subtler",
|
|
2605
2605
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2606
2606
|
},
|
|
2607
|
-
"value": "
|
|
2607
|
+
"value": "Teal200"
|
|
2608
2608
|
},
|
|
2609
2609
|
"name": "color.background.accent.teal.[default]",
|
|
2610
2610
|
"path": ["color", "background", "accent", "teal", "[default]"]
|
|
@@ -2631,7 +2631,7 @@ var tokens = [{
|
|
|
2631
2631
|
"replacement": "color.background.accent.teal.subtle",
|
|
2632
2632
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2633
2633
|
},
|
|
2634
|
-
"value": "
|
|
2634
|
+
"value": "Teal400"
|
|
2635
2635
|
},
|
|
2636
2636
|
"name": "color.background.accent.teal.bold",
|
|
2637
2637
|
"path": ["color", "background", "accent", "teal", "bold"]
|
|
@@ -2652,7 +2652,7 @@ var tokens = [{
|
|
|
2652
2652
|
"introduced": "0.7.0",
|
|
2653
2653
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2654
2654
|
},
|
|
2655
|
-
"value": "
|
|
2655
|
+
"value": "Purple100"
|
|
2656
2656
|
},
|
|
2657
2657
|
"name": "color.background.accent.purple.subtlest",
|
|
2658
2658
|
"path": ["color", "background", "accent", "purple", "subtlest"]
|
|
@@ -2673,7 +2673,7 @@ var tokens = [{
|
|
|
2673
2673
|
"introduced": "0.7.0",
|
|
2674
2674
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2675
2675
|
},
|
|
2676
|
-
"value": "
|
|
2676
|
+
"value": "Purple200"
|
|
2677
2677
|
},
|
|
2678
2678
|
"name": "color.background.accent.purple.subtler",
|
|
2679
2679
|
"path": ["color", "background", "accent", "purple", "subtler"]
|
|
@@ -2694,7 +2694,7 @@ var tokens = [{
|
|
|
2694
2694
|
"introduced": "0.7.0",
|
|
2695
2695
|
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2696
2696
|
},
|
|
2697
|
-
"value": "
|
|
2697
|
+
"value": "Purple400"
|
|
2698
2698
|
},
|
|
2699
2699
|
"name": "color.background.accent.purple.subtle",
|
|
2700
2700
|
"path": ["color", "background", "accent", "purple", "subtle"]
|
|
@@ -2715,7 +2715,7 @@ var tokens = [{
|
|
|
2715
2715
|
"introduced": "0.7.0",
|
|
2716
2716
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2717
2717
|
},
|
|
2718
|
-
"value": "
|
|
2718
|
+
"value": "Purple700"
|
|
2719
2719
|
},
|
|
2720
2720
|
"name": "color.background.accent.purple.bolder",
|
|
2721
2721
|
"path": ["color", "background", "accent", "purple", "bolder"]
|
|
@@ -2742,7 +2742,7 @@ var tokens = [{
|
|
|
2742
2742
|
"replacement": "color.background.accent.purple.subtler",
|
|
2743
2743
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2744
2744
|
},
|
|
2745
|
-
"value": "
|
|
2745
|
+
"value": "Purple200"
|
|
2746
2746
|
},
|
|
2747
2747
|
"name": "color.background.accent.purple.[default]",
|
|
2748
2748
|
"path": ["color", "background", "accent", "purple", "[default]"]
|
|
@@ -2769,7 +2769,7 @@ var tokens = [{
|
|
|
2769
2769
|
"replacement": "color.background.accent.purple.subtle",
|
|
2770
2770
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2771
2771
|
},
|
|
2772
|
-
"value": "
|
|
2772
|
+
"value": "Purple400"
|
|
2773
2773
|
},
|
|
2774
2774
|
"name": "color.background.accent.purple.bold",
|
|
2775
2775
|
"path": ["color", "background", "accent", "purple", "bold"]
|
|
@@ -2790,7 +2790,7 @@ var tokens = [{
|
|
|
2790
2790
|
"introduced": "0.7.0",
|
|
2791
2791
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2792
2792
|
},
|
|
2793
|
-
"value": "
|
|
2793
|
+
"value": "Magenta100"
|
|
2794
2794
|
},
|
|
2795
2795
|
"name": "color.background.accent.magenta.subtlest",
|
|
2796
2796
|
"path": ["color", "background", "accent", "magenta", "subtlest"]
|
|
@@ -2811,7 +2811,7 @@ var tokens = [{
|
|
|
2811
2811
|
"introduced": "0.7.0",
|
|
2812
2812
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2813
2813
|
},
|
|
2814
|
-
"value": "
|
|
2814
|
+
"value": "Magenta200"
|
|
2815
2815
|
},
|
|
2816
2816
|
"name": "color.background.accent.magenta.subtler",
|
|
2817
2817
|
"path": ["color", "background", "accent", "magenta", "subtler"]
|
|
@@ -2832,7 +2832,7 @@ var tokens = [{
|
|
|
2832
2832
|
"introduced": "0.7.0",
|
|
2833
2833
|
"description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2834
2834
|
},
|
|
2835
|
-
"value": "
|
|
2835
|
+
"value": "Magenta400"
|
|
2836
2836
|
},
|
|
2837
2837
|
"name": "color.background.accent.magenta.subtle",
|
|
2838
2838
|
"path": ["color", "background", "accent", "magenta", "subtle"]
|
|
@@ -2853,7 +2853,7 @@ var tokens = [{
|
|
|
2853
2853
|
"introduced": "0.7.0",
|
|
2854
2854
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2855
2855
|
},
|
|
2856
|
-
"value": "
|
|
2856
|
+
"value": "Magenta700"
|
|
2857
2857
|
},
|
|
2858
2858
|
"name": "color.background.accent.magenta.bolder",
|
|
2859
2859
|
"path": ["color", "background", "accent", "magenta", "bolder"]
|
|
@@ -2880,7 +2880,7 @@ var tokens = [{
|
|
|
2880
2880
|
"replacement": "color.background.accent.magenta.subtler",
|
|
2881
2881
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2882
2882
|
},
|
|
2883
|
-
"value": "
|
|
2883
|
+
"value": "Magenta200"
|
|
2884
2884
|
},
|
|
2885
2885
|
"name": "color.background.accent.magenta.[default]",
|
|
2886
2886
|
"path": ["color", "background", "accent", "magenta", "[default]"]
|
|
@@ -2907,7 +2907,7 @@ var tokens = [{
|
|
|
2907
2907
|
"replacement": "color.background.accent.magenta.subtle",
|
|
2908
2908
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2909
2909
|
},
|
|
2910
|
-
"value": "
|
|
2910
|
+
"value": "Magenta400"
|
|
2911
2911
|
},
|
|
2912
2912
|
"name": "color.background.accent.magenta.bold",
|
|
2913
2913
|
"path": ["color", "background", "accent", "magenta", "bold"]
|
|
@@ -2928,7 +2928,7 @@ var tokens = [{
|
|
|
2928
2928
|
"introduced": "0.7.0",
|
|
2929
2929
|
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2930
2930
|
},
|
|
2931
|
-
"value": "
|
|
2931
|
+
"value": "Neutral200"
|
|
2932
2932
|
},
|
|
2933
2933
|
"name": "color.background.accent.gray.subtlest",
|
|
2934
2934
|
"path": ["color", "background", "accent", "gray", "subtlest"]
|
|
@@ -2949,7 +2949,7 @@ var tokens = [{
|
|
|
2949
2949
|
"introduced": "0.7.0",
|
|
2950
2950
|
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2951
2951
|
},
|
|
2952
|
-
"value": "
|
|
2952
|
+
"value": "Neutral300"
|
|
2953
2953
|
},
|
|
2954
2954
|
"name": "color.background.accent.gray.subtler",
|
|
2955
2955
|
"path": ["color", "background", "accent", "gray", "subtler"]
|
|
@@ -2970,7 +2970,7 @@ var tokens = [{
|
|
|
2970
2970
|
"introduced": "0.7.0",
|
|
2971
2971
|
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2972
2972
|
},
|
|
2973
|
-
"value": "
|
|
2973
|
+
"value": "Neutral500"
|
|
2974
2974
|
},
|
|
2975
2975
|
"name": "color.background.accent.gray.subtle",
|
|
2976
2976
|
"path": ["color", "background", "accent", "gray", "subtle"]
|
|
@@ -2991,7 +2991,7 @@ var tokens = [{
|
|
|
2991
2991
|
"introduced": "0.7.0",
|
|
2992
2992
|
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2993
2993
|
},
|
|
2994
|
-
"value": "
|
|
2994
|
+
"value": "Neutral700"
|
|
2995
2995
|
},
|
|
2996
2996
|
"name": "color.background.accent.gray.bolder",
|
|
2997
2997
|
"path": ["color", "background", "accent", "gray", "bolder"]
|
|
@@ -3012,7 +3012,7 @@ var tokens = [{
|
|
|
3012
3012
|
"introduced": "0.0.15",
|
|
3013
3013
|
"description": "Use for backgrounds of elements in a disabled state."
|
|
3014
3014
|
},
|
|
3015
|
-
"value": "
|
|
3015
|
+
"value": "Neutral100A"
|
|
3016
3016
|
},
|
|
3017
3017
|
"name": "color.background.disabled",
|
|
3018
3018
|
"path": ["color", "background", "disabled"]
|
|
@@ -3123,7 +3123,7 @@ var tokens = [{
|
|
|
3123
3123
|
"introduced": "0.6.0",
|
|
3124
3124
|
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
3125
3125
|
},
|
|
3126
|
-
"value": "
|
|
3126
|
+
"value": "Neutral0"
|
|
3127
3127
|
},
|
|
3128
3128
|
"name": "color.background.input.[default]",
|
|
3129
3129
|
"path": ["color", "background", "input", "[default]"]
|
|
@@ -3144,7 +3144,7 @@ var tokens = [{
|
|
|
3144
3144
|
"introduced": "0.6.0",
|
|
3145
3145
|
"description": "Hovered state for color.background.input"
|
|
3146
3146
|
},
|
|
3147
|
-
"value": "
|
|
3147
|
+
"value": "Neutral100"
|
|
3148
3148
|
},
|
|
3149
3149
|
"name": "color.background.input.hovered",
|
|
3150
3150
|
"path": ["color", "background", "input", "hovered"]
|
|
@@ -3165,7 +3165,7 @@ var tokens = [{
|
|
|
3165
3165
|
"introduced": "0.6.0",
|
|
3166
3166
|
"description": "Pressed state for color.background.input"
|
|
3167
3167
|
},
|
|
3168
|
-
"value": "
|
|
3168
|
+
"value": "Neutral0"
|
|
3169
3169
|
},
|
|
3170
3170
|
"name": "color.background.input.pressed",
|
|
3171
3171
|
"path": ["color", "background", "input", "pressed"]
|
|
@@ -3186,7 +3186,7 @@ var tokens = [{
|
|
|
3186
3186
|
"introduced": "0.6.0",
|
|
3187
3187
|
"description": "The default background for neutral elements, such as default buttons."
|
|
3188
3188
|
},
|
|
3189
|
-
"value": "
|
|
3189
|
+
"value": "Neutral200A"
|
|
3190
3190
|
},
|
|
3191
3191
|
"name": "color.background.neutral.[default].[default]",
|
|
3192
3192
|
"path": ["color", "background", "neutral", "[default]", "[default]"]
|
|
@@ -3207,7 +3207,7 @@ var tokens = [{
|
|
|
3207
3207
|
"introduced": "0.6.0",
|
|
3208
3208
|
"description": "Hovered state for color.background.neutral"
|
|
3209
3209
|
},
|
|
3210
|
-
"value": "
|
|
3210
|
+
"value": "Neutral300A"
|
|
3211
3211
|
},
|
|
3212
3212
|
"name": "color.background.neutral.[default].hovered",
|
|
3213
3213
|
"path": ["color", "background", "neutral", "[default]", "hovered"]
|
|
@@ -3228,7 +3228,7 @@ var tokens = [{
|
|
|
3228
3228
|
"introduced": "0.6.0",
|
|
3229
3229
|
"description": "Pressed state for color.background.neutral"
|
|
3230
3230
|
},
|
|
3231
|
-
"value": "
|
|
3231
|
+
"value": "Neutral400A"
|
|
3232
3232
|
},
|
|
3233
3233
|
"name": "color.background.neutral.[default].pressed",
|
|
3234
3234
|
"path": ["color", "background", "neutral", "[default]", "pressed"]
|
|
@@ -3270,7 +3270,7 @@ var tokens = [{
|
|
|
3270
3270
|
"introduced": "0.6.0",
|
|
3271
3271
|
"description": "Hovered state for color.background.neutral.subtle"
|
|
3272
3272
|
},
|
|
3273
|
-
"value": "
|
|
3273
|
+
"value": "Neutral200A"
|
|
3274
3274
|
},
|
|
3275
3275
|
"name": "color.background.neutral.subtle.hovered",
|
|
3276
3276
|
"path": ["color", "background", "neutral", "subtle", "hovered"]
|
|
@@ -3291,7 +3291,7 @@ var tokens = [{
|
|
|
3291
3291
|
"introduced": "0.6.0",
|
|
3292
3292
|
"description": "Pressed state for color.background.neutral.subtle"
|
|
3293
3293
|
},
|
|
3294
|
-
"value": "
|
|
3294
|
+
"value": "Neutral300A"
|
|
3295
3295
|
},
|
|
3296
3296
|
"name": "color.background.neutral.subtle.pressed",
|
|
3297
3297
|
"path": ["color", "background", "neutral", "subtle", "pressed"]
|
|
@@ -3312,7 +3312,7 @@ var tokens = [{
|
|
|
3312
3312
|
"introduced": "0.6.0",
|
|
3313
3313
|
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
3314
3314
|
},
|
|
3315
|
-
"value": "
|
|
3315
|
+
"value": "Neutral800"
|
|
3316
3316
|
},
|
|
3317
3317
|
"name": "color.background.neutral.bold.[default]",
|
|
3318
3318
|
"path": ["color", "background", "neutral", "bold", "[default]"]
|
|
@@ -3333,7 +3333,7 @@ var tokens = [{
|
|
|
3333
3333
|
"introduced": "0.6.0",
|
|
3334
3334
|
"description": "Hovered state of color.background.neutral.bold"
|
|
3335
3335
|
},
|
|
3336
|
-
"value": "
|
|
3336
|
+
"value": "Neutral900"
|
|
3337
3337
|
},
|
|
3338
3338
|
"name": "color.background.neutral.bold.hovered",
|
|
3339
3339
|
"path": ["color", "background", "neutral", "bold", "hovered"]
|
|
@@ -3354,7 +3354,7 @@ var tokens = [{
|
|
|
3354
3354
|
"introduced": "0.6.0",
|
|
3355
3355
|
"description": "Pressed state of color.background.neutral.bold"
|
|
3356
3356
|
},
|
|
3357
|
-
"value": "
|
|
3357
|
+
"value": "Neutral1000"
|
|
3358
3358
|
},
|
|
3359
3359
|
"name": "color.background.neutral.bold.pressed",
|
|
3360
3360
|
"path": ["color", "background", "neutral", "bold", "pressed"]
|
|
@@ -3375,7 +3375,7 @@ var tokens = [{
|
|
|
3375
3375
|
"introduced": "0.6.0",
|
|
3376
3376
|
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
3377
3377
|
},
|
|
3378
|
-
"value": "
|
|
3378
|
+
"value": "Blue700"
|
|
3379
3379
|
},
|
|
3380
3380
|
"name": "color.background.brand.bold.[default]",
|
|
3381
3381
|
"path": ["color", "background", "brand", "bold", "[default]"]
|
|
@@ -3396,7 +3396,7 @@ var tokens = [{
|
|
|
3396
3396
|
"introduced": "0.6.0",
|
|
3397
3397
|
"description": "Hovered state of color.background.brand.bold"
|
|
3398
3398
|
},
|
|
3399
|
-
"value": "
|
|
3399
|
+
"value": "Blue800"
|
|
3400
3400
|
},
|
|
3401
3401
|
"name": "color.background.brand.bold.hovered",
|
|
3402
3402
|
"path": ["color", "background", "brand", "bold", "hovered"]
|
|
@@ -3417,7 +3417,7 @@ var tokens = [{
|
|
|
3417
3417
|
"introduced": "0.6.0",
|
|
3418
3418
|
"description": "Pressed state of color.background.brand.bold"
|
|
3419
3419
|
},
|
|
3420
|
-
"value": "
|
|
3420
|
+
"value": "Blue900"
|
|
3421
3421
|
},
|
|
3422
3422
|
"name": "color.background.brand.bold.pressed",
|
|
3423
3423
|
"path": ["color", "background", "brand", "bold", "pressed"]
|
|
@@ -3444,7 +3444,7 @@ var tokens = [{
|
|
|
3444
3444
|
"replacement": "color.background.selected.[default].[default]",
|
|
3445
3445
|
"description": "Use for the background of elements used to reinforce our brand."
|
|
3446
3446
|
},
|
|
3447
|
-
"value": "
|
|
3447
|
+
"value": "Blue100"
|
|
3448
3448
|
},
|
|
3449
3449
|
"name": "color.background.brand.[default].[default]",
|
|
3450
3450
|
"path": ["color", "background", "brand", "[default]", "[default]"]
|
|
@@ -3471,7 +3471,7 @@ var tokens = [{
|
|
|
3471
3471
|
"replacement": "color.background.selected.[default].hovered",
|
|
3472
3472
|
"description": "Hovered state for color.background.brand"
|
|
3473
3473
|
},
|
|
3474
|
-
"value": "
|
|
3474
|
+
"value": "Blue200"
|
|
3475
3475
|
},
|
|
3476
3476
|
"name": "color.background.brand.[default].hovered",
|
|
3477
3477
|
"path": ["color", "background", "brand", "[default]", "hovered"]
|
|
@@ -3498,7 +3498,7 @@ var tokens = [{
|
|
|
3498
3498
|
"replacement": "color.background.selected.[default].pressed",
|
|
3499
3499
|
"description": "Pressed state for color.background.brand"
|
|
3500
3500
|
},
|
|
3501
|
-
"value": "
|
|
3501
|
+
"value": "Blue300"
|
|
3502
3502
|
},
|
|
3503
3503
|
"name": "color.background.brand.[default].pressed",
|
|
3504
3504
|
"path": ["color", "background", "brand", "[default]", "pressed"]
|
|
@@ -3519,7 +3519,7 @@ var tokens = [{
|
|
|
3519
3519
|
"introduced": "0.6.2",
|
|
3520
3520
|
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
3521
3521
|
},
|
|
3522
|
-
"value": "
|
|
3522
|
+
"value": "Blue100"
|
|
3523
3523
|
},
|
|
3524
3524
|
"name": "color.background.selected.[default].[default]",
|
|
3525
3525
|
"path": ["color", "background", "selected", "[default]", "[default]"]
|
|
@@ -3540,7 +3540,7 @@ var tokens = [{
|
|
|
3540
3540
|
"introduced": "0.6.2",
|
|
3541
3541
|
"description": "Hovered state for color.background.selected"
|
|
3542
3542
|
},
|
|
3543
|
-
"value": "
|
|
3543
|
+
"value": "Blue200"
|
|
3544
3544
|
},
|
|
3545
3545
|
"name": "color.background.selected.[default].hovered",
|
|
3546
3546
|
"path": ["color", "background", "selected", "[default]", "hovered"]
|
|
@@ -3561,7 +3561,7 @@ var tokens = [{
|
|
|
3561
3561
|
"introduced": "0.6.2",
|
|
3562
3562
|
"description": "Pressed state for color.background.selected"
|
|
3563
3563
|
},
|
|
3564
|
-
"value": "
|
|
3564
|
+
"value": "Blue300"
|
|
3565
3565
|
},
|
|
3566
3566
|
"name": "color.background.selected.[default].pressed",
|
|
3567
3567
|
"path": ["color", "background", "selected", "[default]", "pressed"]
|
|
@@ -3582,7 +3582,7 @@ var tokens = [{
|
|
|
3582
3582
|
"introduced": "0.6.2",
|
|
3583
3583
|
"description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
|
|
3584
3584
|
},
|
|
3585
|
-
"value": "
|
|
3585
|
+
"value": "Blue700"
|
|
3586
3586
|
},
|
|
3587
3587
|
"name": "color.background.selected.bold.[default]",
|
|
3588
3588
|
"path": ["color", "background", "selected", "bold", "[default]"]
|
|
@@ -3603,7 +3603,7 @@ var tokens = [{
|
|
|
3603
3603
|
"introduced": "0.6.2",
|
|
3604
3604
|
"description": "Hovered state of color.background.selected.bold"
|
|
3605
3605
|
},
|
|
3606
|
-
"value": "
|
|
3606
|
+
"value": "Blue800"
|
|
3607
3607
|
},
|
|
3608
3608
|
"name": "color.background.selected.bold.hovered",
|
|
3609
3609
|
"path": ["color", "background", "selected", "bold", "hovered"]
|
|
@@ -3624,7 +3624,7 @@ var tokens = [{
|
|
|
3624
3624
|
"introduced": "0.6.2",
|
|
3625
3625
|
"description": "Pressed state of color.background.selected.bold"
|
|
3626
3626
|
},
|
|
3627
|
-
"value": "
|
|
3627
|
+
"value": "Blue900"
|
|
3628
3628
|
},
|
|
3629
3629
|
"name": "color.background.selected.bold.pressed",
|
|
3630
3630
|
"path": ["color", "background", "selected", "bold", "pressed"]
|
|
@@ -3651,7 +3651,7 @@ var tokens = [{
|
|
|
3651
3651
|
"replacement": "color.background.selected.[default].[default]",
|
|
3652
3652
|
"description": "Use for backgrounds of elements in a selected state"
|
|
3653
3653
|
},
|
|
3654
|
-
"value": "
|
|
3654
|
+
"value": "Blue100"
|
|
3655
3655
|
},
|
|
3656
3656
|
"name": "color.background.selected.resting",
|
|
3657
3657
|
"path": ["color", "background", "selected", "resting"]
|
|
@@ -3678,7 +3678,7 @@ var tokens = [{
|
|
|
3678
3678
|
"replacement": "color.background.selected.[default].hovered",
|
|
3679
3679
|
"description": "Hover state for color.background.selected"
|
|
3680
3680
|
},
|
|
3681
|
-
"value": "
|
|
3681
|
+
"value": "Blue200"
|
|
3682
3682
|
},
|
|
3683
3683
|
"name": "color.background.selected.hover",
|
|
3684
3684
|
"path": ["color", "background", "selected", "hover"]
|
|
@@ -3699,7 +3699,7 @@ var tokens = [{
|
|
|
3699
3699
|
"introduced": "0.6.0",
|
|
3700
3700
|
"description": "Use for backgrounds communicating critical information, such in error section messages."
|
|
3701
3701
|
},
|
|
3702
|
-
"value": "
|
|
3702
|
+
"value": "Red100"
|
|
3703
3703
|
},
|
|
3704
3704
|
"name": "color.background.danger.[default].[default]",
|
|
3705
3705
|
"path": ["color", "background", "danger", "[default]", "[default]"]
|
|
@@ -3720,7 +3720,7 @@ var tokens = [{
|
|
|
3720
3720
|
"introduced": "0.6.0",
|
|
3721
3721
|
"description": "Hovered state for color.background.danger"
|
|
3722
3722
|
},
|
|
3723
|
-
"value": "
|
|
3723
|
+
"value": "Red200"
|
|
3724
3724
|
},
|
|
3725
3725
|
"name": "color.background.danger.[default].hovered",
|
|
3726
3726
|
"path": ["color", "background", "danger", "[default]", "hovered"]
|
|
@@ -3741,7 +3741,7 @@ var tokens = [{
|
|
|
3741
3741
|
"introduced": "0.6.0",
|
|
3742
3742
|
"description": "Pressed state for color.background.danger"
|
|
3743
3743
|
},
|
|
3744
|
-
"value": "
|
|
3744
|
+
"value": "Red300"
|
|
3745
3745
|
},
|
|
3746
3746
|
"name": "color.background.danger.[default].pressed",
|
|
3747
3747
|
"path": ["color", "background", "danger", "[default]", "pressed"]
|
|
@@ -3762,7 +3762,7 @@ var tokens = [{
|
|
|
3762
3762
|
"introduced": "0.6.0",
|
|
3763
3763
|
"description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
|
|
3764
3764
|
},
|
|
3765
|
-
"value": "
|
|
3765
|
+
"value": "Red700"
|
|
3766
3766
|
},
|
|
3767
3767
|
"name": "color.background.danger.bold.[default]",
|
|
3768
3768
|
"path": ["color", "background", "danger", "bold", "[default]"]
|
|
@@ -3783,7 +3783,7 @@ var tokens = [{
|
|
|
3783
3783
|
"introduced": "0.6.0",
|
|
3784
3784
|
"description": "Hovered state of color.background.danger.bold"
|
|
3785
3785
|
},
|
|
3786
|
-
"value": "
|
|
3786
|
+
"value": "Red800"
|
|
3787
3787
|
},
|
|
3788
3788
|
"name": "color.background.danger.bold.hovered",
|
|
3789
3789
|
"path": ["color", "background", "danger", "bold", "hovered"]
|
|
@@ -3804,7 +3804,7 @@ var tokens = [{
|
|
|
3804
3804
|
"introduced": "0.6.0",
|
|
3805
3805
|
"description": "Pressed state of color.background.danger.bold"
|
|
3806
3806
|
},
|
|
3807
|
-
"value": "
|
|
3807
|
+
"value": "Red900"
|
|
3808
3808
|
},
|
|
3809
3809
|
"name": "color.background.danger.bold.pressed",
|
|
3810
3810
|
"path": ["color", "background", "danger", "bold", "pressed"]
|
|
@@ -3825,7 +3825,7 @@ var tokens = [{
|
|
|
3825
3825
|
"introduced": "0.6.0",
|
|
3826
3826
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
3827
3827
|
},
|
|
3828
|
-
"value": "
|
|
3828
|
+
"value": "Yellow100"
|
|
3829
3829
|
},
|
|
3830
3830
|
"name": "color.background.warning.[default].[default]",
|
|
3831
3831
|
"path": ["color", "background", "warning", "[default]", "[default]"]
|
|
@@ -3846,7 +3846,7 @@ var tokens = [{
|
|
|
3846
3846
|
"introduced": "0.6.0",
|
|
3847
3847
|
"description": "Hovered state for color.background.warning"
|
|
3848
3848
|
},
|
|
3849
|
-
"value": "
|
|
3849
|
+
"value": "Yellow200"
|
|
3850
3850
|
},
|
|
3851
3851
|
"name": "color.background.warning.[default].hovered",
|
|
3852
3852
|
"path": ["color", "background", "warning", "[default]", "hovered"]
|
|
@@ -3867,7 +3867,7 @@ var tokens = [{
|
|
|
3867
3867
|
"introduced": "0.6.0",
|
|
3868
3868
|
"description": "Pressed state for color.background.warning"
|
|
3869
3869
|
},
|
|
3870
|
-
"value": "
|
|
3870
|
+
"value": "Yellow300"
|
|
3871
3871
|
},
|
|
3872
3872
|
"name": "color.background.warning.[default].pressed",
|
|
3873
3873
|
"path": ["color", "background", "warning", "[default]", "pressed"]
|
|
@@ -3888,7 +3888,7 @@ var tokens = [{
|
|
|
3888
3888
|
"introduced": "0.6.0",
|
|
3889
3889
|
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
3890
3890
|
},
|
|
3891
|
-
"value": "
|
|
3891
|
+
"value": "Yellow400"
|
|
3892
3892
|
},
|
|
3893
3893
|
"name": "color.background.warning.bold.[default]",
|
|
3894
3894
|
"path": ["color", "background", "warning", "bold", "[default]"]
|
|
@@ -3909,7 +3909,7 @@ var tokens = [{
|
|
|
3909
3909
|
"introduced": "0.6.0",
|
|
3910
3910
|
"description": "Hovered state of color.background.warning.bold"
|
|
3911
3911
|
},
|
|
3912
|
-
"value": "
|
|
3912
|
+
"value": "Yellow500"
|
|
3913
3913
|
},
|
|
3914
3914
|
"name": "color.background.warning.bold.hovered",
|
|
3915
3915
|
"path": ["color", "background", "warning", "bold", "hovered"]
|
|
@@ -3930,7 +3930,7 @@ var tokens = [{
|
|
|
3930
3930
|
"introduced": "0.6.0",
|
|
3931
3931
|
"description": "Pressed state of color.background.warning.bold"
|
|
3932
3932
|
},
|
|
3933
|
-
"value": "
|
|
3933
|
+
"value": "Yellow600"
|
|
3934
3934
|
},
|
|
3935
3935
|
"name": "color.background.warning.bold.pressed",
|
|
3936
3936
|
"path": ["color", "background", "warning", "bold", "pressed"]
|
|
@@ -3951,7 +3951,7 @@ var tokens = [{
|
|
|
3951
3951
|
"introduced": "0.6.0",
|
|
3952
3952
|
"description": "Use for backgrounds communicating a favourable outcome, such as in success section messages."
|
|
3953
3953
|
},
|
|
3954
|
-
"value": "
|
|
3954
|
+
"value": "Green100"
|
|
3955
3955
|
},
|
|
3956
3956
|
"name": "color.background.success.[default].[default]",
|
|
3957
3957
|
"path": ["color", "background", "success", "[default]", "[default]"]
|
|
@@ -3972,7 +3972,7 @@ var tokens = [{
|
|
|
3972
3972
|
"introduced": "0.6.0",
|
|
3973
3973
|
"description": "Hovered state for color.background.success"
|
|
3974
3974
|
},
|
|
3975
|
-
"value": "
|
|
3975
|
+
"value": "Green200"
|
|
3976
3976
|
},
|
|
3977
3977
|
"name": "color.background.success.[default].hovered",
|
|
3978
3978
|
"path": ["color", "background", "success", "[default]", "hovered"]
|
|
@@ -3993,7 +3993,7 @@ var tokens = [{
|
|
|
3993
3993
|
"introduced": "0.6.0",
|
|
3994
3994
|
"description": "Pressed state for color.background.success"
|
|
3995
3995
|
},
|
|
3996
|
-
"value": "
|
|
3996
|
+
"value": "Green300"
|
|
3997
3997
|
},
|
|
3998
3998
|
"name": "color.background.success.[default].pressed",
|
|
3999
3999
|
"path": ["color", "background", "success", "[default]", "pressed"]
|
|
@@ -4014,7 +4014,7 @@ var tokens = [{
|
|
|
4014
4014
|
"introduced": "0.6.0",
|
|
4015
4015
|
"description": "A vibrant background option for communicating a favourable outcome, such as in checked toggles."
|
|
4016
4016
|
},
|
|
4017
|
-
"value": "
|
|
4017
|
+
"value": "Green700"
|
|
4018
4018
|
},
|
|
4019
4019
|
"name": "color.background.success.bold.[default]",
|
|
4020
4020
|
"path": ["color", "background", "success", "bold", "[default]"]
|
|
@@ -4035,7 +4035,7 @@ var tokens = [{
|
|
|
4035
4035
|
"introduced": "0.6.0",
|
|
4036
4036
|
"description": "Hovered state of color.background.success.bold"
|
|
4037
4037
|
},
|
|
4038
|
-
"value": "
|
|
4038
|
+
"value": "Green800"
|
|
4039
4039
|
},
|
|
4040
4040
|
"name": "color.background.success.bold.hovered",
|
|
4041
4041
|
"path": ["color", "background", "success", "bold", "hovered"]
|
|
@@ -4056,7 +4056,7 @@ var tokens = [{
|
|
|
4056
4056
|
"introduced": "0.6.0",
|
|
4057
4057
|
"description": "Pressed state of color.background.success.bold"
|
|
4058
4058
|
},
|
|
4059
|
-
"value": "
|
|
4059
|
+
"value": "Green900"
|
|
4060
4060
|
},
|
|
4061
4061
|
"name": "color.background.success.bold.pressed",
|
|
4062
4062
|
"path": ["color", "background", "success", "bold", "pressed"]
|
|
@@ -4077,7 +4077,7 @@ var tokens = [{
|
|
|
4077
4077
|
"introduced": "0.6.0",
|
|
4078
4078
|
"description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
|
|
4079
4079
|
},
|
|
4080
|
-
"value": "
|
|
4080
|
+
"value": "Purple100"
|
|
4081
4081
|
},
|
|
4082
4082
|
"name": "color.background.discovery.[default].[default]",
|
|
4083
4083
|
"path": ["color", "background", "discovery", "[default]", "[default]"]
|
|
@@ -4098,7 +4098,7 @@ var tokens = [{
|
|
|
4098
4098
|
"introduced": "0.6.0",
|
|
4099
4099
|
"description": "Hover state for color.background.discovery"
|
|
4100
4100
|
},
|
|
4101
|
-
"value": "
|
|
4101
|
+
"value": "Purple200"
|
|
4102
4102
|
},
|
|
4103
4103
|
"name": "color.background.discovery.[default].hovered",
|
|
4104
4104
|
"path": ["color", "background", "discovery", "[default]", "hovered"]
|
|
@@ -4119,7 +4119,7 @@ var tokens = [{
|
|
|
4119
4119
|
"introduced": "0.6.0",
|
|
4120
4120
|
"description": "Pressed state for color.background.discovery"
|
|
4121
4121
|
},
|
|
4122
|
-
"value": "
|
|
4122
|
+
"value": "Purple300"
|
|
4123
4123
|
},
|
|
4124
4124
|
"name": "color.background.discovery.[default].pressed",
|
|
4125
4125
|
"path": ["color", "background", "discovery", "[default]", "pressed"]
|
|
@@ -4140,7 +4140,7 @@ var tokens = [{
|
|
|
4140
4140
|
"introduced": "0.6.0",
|
|
4141
4141
|
"description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
|
|
4142
4142
|
},
|
|
4143
|
-
"value": "
|
|
4143
|
+
"value": "Purple700"
|
|
4144
4144
|
},
|
|
4145
4145
|
"name": "color.background.discovery.bold.[default]",
|
|
4146
4146
|
"path": ["color", "background", "discovery", "bold", "[default]"]
|
|
@@ -4161,7 +4161,7 @@ var tokens = [{
|
|
|
4161
4161
|
"introduced": "0.6.0",
|
|
4162
4162
|
"description": "Hovered state of color.background.discovery.bold"
|
|
4163
4163
|
},
|
|
4164
|
-
"value": "
|
|
4164
|
+
"value": "Purple800"
|
|
4165
4165
|
},
|
|
4166
4166
|
"name": "color.background.discovery.bold.hovered",
|
|
4167
4167
|
"path": ["color", "background", "discovery", "bold", "hovered"]
|
|
@@ -4182,7 +4182,7 @@ var tokens = [{
|
|
|
4182
4182
|
"introduced": "0.6.0",
|
|
4183
4183
|
"description": "Pressed state of color.background.discovery.bold"
|
|
4184
4184
|
},
|
|
4185
|
-
"value": "
|
|
4185
|
+
"value": "Purple900"
|
|
4186
4186
|
},
|
|
4187
4187
|
"name": "color.background.discovery.bold.pressed",
|
|
4188
4188
|
"path": ["color", "background", "discovery", "bold", "pressed"]
|
|
@@ -4203,7 +4203,7 @@ var tokens = [{
|
|
|
4203
4203
|
"introduced": "0.6.0",
|
|
4204
4204
|
"description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
|
|
4205
4205
|
},
|
|
4206
|
-
"value": "
|
|
4206
|
+
"value": "Blue100"
|
|
4207
4207
|
},
|
|
4208
4208
|
"name": "color.background.information.[default].[default]",
|
|
4209
4209
|
"path": ["color", "background", "information", "[default]", "[default]"]
|
|
@@ -4224,7 +4224,7 @@ var tokens = [{
|
|
|
4224
4224
|
"introduced": "0.6.0",
|
|
4225
4225
|
"description": "Hovered state of color.background.information"
|
|
4226
4226
|
},
|
|
4227
|
-
"value": "
|
|
4227
|
+
"value": "Blue200"
|
|
4228
4228
|
},
|
|
4229
4229
|
"name": "color.background.information.[default].hovered",
|
|
4230
4230
|
"path": ["color", "background", "information", "[default]", "hovered"]
|
|
@@ -4245,7 +4245,7 @@ var tokens = [{
|
|
|
4245
4245
|
"introduced": "0.6.0",
|
|
4246
4246
|
"description": "Pressed state of color.background.information"
|
|
4247
4247
|
},
|
|
4248
|
-
"value": "
|
|
4248
|
+
"value": "Blue300"
|
|
4249
4249
|
},
|
|
4250
4250
|
"name": "color.background.information.[default].pressed",
|
|
4251
4251
|
"path": ["color", "background", "information", "[default]", "pressed"]
|
|
@@ -4266,7 +4266,7 @@ var tokens = [{
|
|
|
4266
4266
|
"introduced": "0.6.0",
|
|
4267
4267
|
"description": "A vibrant background option for communicating information or something in-progress."
|
|
4268
4268
|
},
|
|
4269
|
-
"value": "
|
|
4269
|
+
"value": "Blue700"
|
|
4270
4270
|
},
|
|
4271
4271
|
"name": "color.background.information.bold.[default]",
|
|
4272
4272
|
"path": ["color", "background", "information", "bold", "[default]"]
|
|
@@ -4287,7 +4287,7 @@ var tokens = [{
|
|
|
4287
4287
|
"introduced": "0.6.0",
|
|
4288
4288
|
"description": "Hovered state of color.background.information.bold"
|
|
4289
4289
|
},
|
|
4290
|
-
"value": "
|
|
4290
|
+
"value": "Blue800"
|
|
4291
4291
|
},
|
|
4292
4292
|
"name": "color.background.information.bold.hovered",
|
|
4293
4293
|
"path": ["color", "background", "information", "bold", "hovered"]
|
|
@@ -4308,7 +4308,7 @@ var tokens = [{
|
|
|
4308
4308
|
"introduced": "0.6.0",
|
|
4309
4309
|
"description": "Pressed state of color.background.information.bold"
|
|
4310
4310
|
},
|
|
4311
|
-
"value": "
|
|
4311
|
+
"value": "Blue900"
|
|
4312
4312
|
},
|
|
4313
4313
|
"name": "color.background.information.bold.pressed",
|
|
4314
4314
|
"path": ["color", "background", "information", "bold", "pressed"]
|
|
@@ -4335,7 +4335,7 @@ var tokens = [{
|
|
|
4335
4335
|
"replacement": "color.blanket.[default]",
|
|
4336
4336
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
4337
4337
|
},
|
|
4338
|
-
"value": "
|
|
4338
|
+
"value": "Neutral500A"
|
|
4339
4339
|
},
|
|
4340
4340
|
"name": "color.background.blanket",
|
|
4341
4341
|
"path": ["color", "background", "blanket"]
|
|
@@ -4362,7 +4362,7 @@ var tokens = [{
|
|
|
4362
4362
|
"replacement": "color.background.brand.bold.hovered",
|
|
4363
4363
|
"description": "Hover state of background.boldBrand"
|
|
4364
4364
|
},
|
|
4365
|
-
"value": "
|
|
4365
|
+
"value": "Blue800"
|
|
4366
4366
|
},
|
|
4367
4367
|
"name": "color.background.boldBrand.hover",
|
|
4368
4368
|
"path": ["color", "background", "boldBrand", "hover"]
|
|
@@ -4389,7 +4389,7 @@ var tokens = [{
|
|
|
4389
4389
|
"replacement": "color.background.brand.bold.pressed",
|
|
4390
4390
|
"description": "Pressed state of background.boldBrand"
|
|
4391
4391
|
},
|
|
4392
|
-
"value": "
|
|
4392
|
+
"value": "Blue900"
|
|
4393
4393
|
},
|
|
4394
4394
|
"name": "color.background.boldBrand.pressed",
|
|
4395
4395
|
"path": ["color", "background", "boldBrand", "pressed"]
|
|
@@ -4416,7 +4416,7 @@ var tokens = [{
|
|
|
4416
4416
|
"replacement": "color.background.brand.bold.[default]",
|
|
4417
4417
|
"description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
|
|
4418
4418
|
},
|
|
4419
|
-
"value": "
|
|
4419
|
+
"value": "Blue700"
|
|
4420
4420
|
},
|
|
4421
4421
|
"name": "color.background.boldBrand.resting",
|
|
4422
4422
|
"path": ["color", "background", "boldBrand", "resting"]
|
|
@@ -4443,7 +4443,7 @@ var tokens = [{
|
|
|
4443
4443
|
"replacement": "color.background.danger.bold.hovered",
|
|
4444
4444
|
"description": "Hover state of background.boldDanger"
|
|
4445
4445
|
},
|
|
4446
|
-
"value": "
|
|
4446
|
+
"value": "Red800"
|
|
4447
4447
|
},
|
|
4448
4448
|
"name": "color.background.boldDanger.hover",
|
|
4449
4449
|
"path": ["color", "background", "boldDanger", "hover"]
|
|
@@ -4470,7 +4470,7 @@ var tokens = [{
|
|
|
4470
4470
|
"replacement": "color.background.danger.bold.pressed",
|
|
4471
4471
|
"description": "Pressed state of background.boldDanger"
|
|
4472
4472
|
},
|
|
4473
|
-
"value": "
|
|
4473
|
+
"value": "Red900"
|
|
4474
4474
|
},
|
|
4475
4475
|
"name": "color.background.boldDanger.pressed",
|
|
4476
4476
|
"path": ["color", "background", "boldDanger", "pressed"]
|
|
@@ -4497,7 +4497,7 @@ var tokens = [{
|
|
|
4497
4497
|
"replacement": "color.background.danger.bold.[default]",
|
|
4498
4498
|
"description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
|
|
4499
4499
|
},
|
|
4500
|
-
"value": "
|
|
4500
|
+
"value": "Red700"
|
|
4501
4501
|
},
|
|
4502
4502
|
"name": "color.background.boldDanger.resting",
|
|
4503
4503
|
"path": ["color", "background", "boldDanger", "resting"]
|
|
@@ -4524,7 +4524,7 @@ var tokens = [{
|
|
|
4524
4524
|
"replacement": "color.background.discovery.bold.hovered",
|
|
4525
4525
|
"description": "Hover state of background.boldDiscovery"
|
|
4526
4526
|
},
|
|
4527
|
-
"value": "
|
|
4527
|
+
"value": "Purple800"
|
|
4528
4528
|
},
|
|
4529
4529
|
"name": "color.background.boldDiscovery.hover",
|
|
4530
4530
|
"path": ["color", "background", "boldDiscovery", "hover"]
|
|
@@ -4551,7 +4551,7 @@ var tokens = [{
|
|
|
4551
4551
|
"replacement": "color.background.discovery.bold.pressed",
|
|
4552
4552
|
"description": "Pressed state of background.boldDiscovery"
|
|
4553
4553
|
},
|
|
4554
|
-
"value": "
|
|
4554
|
+
"value": "Purple900"
|
|
4555
4555
|
},
|
|
4556
4556
|
"name": "color.background.boldDiscovery.pressed",
|
|
4557
4557
|
"path": ["color", "background", "boldDiscovery", "pressed"]
|
|
@@ -4578,7 +4578,7 @@ var tokens = [{
|
|
|
4578
4578
|
"replacement": "color.background.discovery.bold.[default]",
|
|
4579
4579
|
"description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
|
|
4580
4580
|
},
|
|
4581
|
-
"value": "
|
|
4581
|
+
"value": "Purple700"
|
|
4582
4582
|
},
|
|
4583
4583
|
"name": "color.background.boldDiscovery.resting",
|
|
4584
4584
|
"path": ["color", "background", "boldDiscovery", "resting"]
|
|
@@ -4605,7 +4605,7 @@ var tokens = [{
|
|
|
4605
4605
|
"replacement": "color.background.neutral.bold.hovered",
|
|
4606
4606
|
"description": "Hover state of background.boldNeutral"
|
|
4607
4607
|
},
|
|
4608
|
-
"value": "
|
|
4608
|
+
"value": "Neutral900"
|
|
4609
4609
|
},
|
|
4610
4610
|
"name": "color.background.boldNeutral.hover",
|
|
4611
4611
|
"path": ["color", "background", "boldNeutral", "hover"]
|
|
@@ -4632,7 +4632,7 @@ var tokens = [{
|
|
|
4632
4632
|
"replacement": "color.background.neutral.bold.pressed",
|
|
4633
4633
|
"description": "Pressed state of background.boldNeutral"
|
|
4634
4634
|
},
|
|
4635
|
-
"value": "
|
|
4635
|
+
"value": "Neutral1000"
|
|
4636
4636
|
},
|
|
4637
4637
|
"name": "color.background.boldNeutral.pressed",
|
|
4638
4638
|
"path": ["color", "background", "boldNeutral", "pressed"]
|
|
@@ -4659,7 +4659,7 @@ var tokens = [{
|
|
|
4659
4659
|
"replacement": "color.background.neutral.bold.[default]",
|
|
4660
4660
|
"description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
|
|
4661
4661
|
},
|
|
4662
|
-
"value": "
|
|
4662
|
+
"value": "Neutral800"
|
|
4663
4663
|
},
|
|
4664
4664
|
"name": "color.background.boldNeutral.resting",
|
|
4665
4665
|
"path": ["color", "background", "boldNeutral", "resting"]
|
|
@@ -4686,7 +4686,7 @@ var tokens = [{
|
|
|
4686
4686
|
"replacement": "color.background.success.bold.hovered",
|
|
4687
4687
|
"description": "Hover state of background.boldSuccess"
|
|
4688
4688
|
},
|
|
4689
|
-
"value": "
|
|
4689
|
+
"value": "Green800"
|
|
4690
4690
|
},
|
|
4691
4691
|
"name": "color.background.boldSuccess.hover",
|
|
4692
4692
|
"path": ["color", "background", "boldSuccess", "hover"]
|
|
@@ -4713,7 +4713,7 @@ var tokens = [{
|
|
|
4713
4713
|
"replacement": "color.background.success.bold.pressed",
|
|
4714
4714
|
"description": "Pressed state of background.boldSuccess"
|
|
4715
4715
|
},
|
|
4716
|
-
"value": "
|
|
4716
|
+
"value": "Green900"
|
|
4717
4717
|
},
|
|
4718
4718
|
"name": "color.background.boldSuccess.pressed",
|
|
4719
4719
|
"path": ["color", "background", "boldSuccess", "pressed"]
|
|
@@ -4740,7 +4740,7 @@ var tokens = [{
|
|
|
4740
4740
|
"replacement": "color.background.success.bold.[default]",
|
|
4741
4741
|
"description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
|
|
4742
4742
|
},
|
|
4743
|
-
"value": "
|
|
4743
|
+
"value": "Green700"
|
|
4744
4744
|
},
|
|
4745
4745
|
"name": "color.background.boldSuccess.resting",
|
|
4746
4746
|
"path": ["color", "background", "boldSuccess", "resting"]
|
|
@@ -4767,7 +4767,7 @@ var tokens = [{
|
|
|
4767
4767
|
"replacement": "color.background.warning.bold.hovered",
|
|
4768
4768
|
"description": "Hover state of background.boldWarning"
|
|
4769
4769
|
},
|
|
4770
|
-
"value": "
|
|
4770
|
+
"value": "Yellow500"
|
|
4771
4771
|
},
|
|
4772
4772
|
"name": "color.background.boldWarning.hover",
|
|
4773
4773
|
"path": ["color", "background", "boldWarning", "hover"]
|
|
@@ -4794,7 +4794,7 @@ var tokens = [{
|
|
|
4794
4794
|
"replacement": "color.background.warning.bold.pressed",
|
|
4795
4795
|
"description": "Pressed state of background.boldWarning"
|
|
4796
4796
|
},
|
|
4797
|
-
"value": "
|
|
4797
|
+
"value": "Yellow600"
|
|
4798
4798
|
},
|
|
4799
4799
|
"name": "color.background.boldWarning.pressed",
|
|
4800
4800
|
"path": ["color", "background", "boldWarning", "pressed"]
|
|
@@ -4821,7 +4821,7 @@ var tokens = [{
|
|
|
4821
4821
|
"replacement": "color.background.warning.bold.[default]",
|
|
4822
4822
|
"description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
|
|
4823
4823
|
},
|
|
4824
|
-
"value": "
|
|
4824
|
+
"value": "Yellow400"
|
|
4825
4825
|
},
|
|
4826
4826
|
"name": "color.background.boldWarning.resting",
|
|
4827
4827
|
"path": ["color", "background", "boldWarning", "resting"]
|
|
@@ -4848,7 +4848,7 @@ var tokens = [{
|
|
|
4848
4848
|
"replacement": "elevation.surface.raised.[default]",
|
|
4849
4849
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
|
|
4850
4850
|
},
|
|
4851
|
-
"value": "
|
|
4851
|
+
"value": "Neutral0"
|
|
4852
4852
|
},
|
|
4853
4853
|
"name": "color.background.card",
|
|
4854
4854
|
"path": ["color", "background", "card"]
|
|
@@ -4875,7 +4875,7 @@ var tokens = [{
|
|
|
4875
4875
|
"replacement": "elevation.surface.[default].[default]",
|
|
4876
4876
|
"description": "Use as the primary background for the UI"
|
|
4877
4877
|
},
|
|
4878
|
-
"value": "
|
|
4878
|
+
"value": "Neutral0"
|
|
4879
4879
|
},
|
|
4880
4880
|
"name": "color.background.default",
|
|
4881
4881
|
"path": ["color", "background", "default"]
|
|
@@ -4902,7 +4902,7 @@ var tokens = [{
|
|
|
4902
4902
|
"replacement": "elevation.surface.overlay.[default]",
|
|
4903
4903
|
"description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
|
|
4904
4904
|
},
|
|
4905
|
-
"value": "
|
|
4905
|
+
"value": "Neutral0"
|
|
4906
4906
|
},
|
|
4907
4907
|
"name": "color.background.overlay",
|
|
4908
4908
|
"path": ["color", "background", "overlay"]
|
|
@@ -4929,7 +4929,7 @@ var tokens = [{
|
|
|
4929
4929
|
"replacement": "color.background.input.pressed",
|
|
4930
4930
|
"description": "Pressed state for background.subtleBorderedNeutral"
|
|
4931
4931
|
},
|
|
4932
|
-
"value": "
|
|
4932
|
+
"value": "Neutral200A"
|
|
4933
4933
|
},
|
|
4934
4934
|
"name": "color.background.subtleBorderedNeutral.pressed",
|
|
4935
4935
|
"path": ["color", "background", "subtleBorderedNeutral", "pressed"]
|
|
@@ -4956,7 +4956,7 @@ var tokens = [{
|
|
|
4956
4956
|
"replacement": "color.background.input.[default]",
|
|
4957
4957
|
"description": "Hover state for background.subtleBorderedNeutral"
|
|
4958
4958
|
},
|
|
4959
|
-
"value": "
|
|
4959
|
+
"value": "Neutral100A"
|
|
4960
4960
|
},
|
|
4961
4961
|
"name": "color.background.subtleBorderedNeutral.resting",
|
|
4962
4962
|
"path": ["color", "background", "subtleBorderedNeutral", "resting"]
|
|
@@ -4983,7 +4983,7 @@ var tokens = [{
|
|
|
4983
4983
|
"replacement": "color.background.selected.[default].hovered",
|
|
4984
4984
|
"description": "Hover state for background.subtleBrand"
|
|
4985
4985
|
},
|
|
4986
|
-
"value": "
|
|
4986
|
+
"value": "Blue200"
|
|
4987
4987
|
},
|
|
4988
4988
|
"name": "color.background.subtleBrand.hover",
|
|
4989
4989
|
"path": ["color", "background", "subtleBrand", "hover"]
|
|
@@ -5010,7 +5010,7 @@ var tokens = [{
|
|
|
5010
5010
|
"replacement": "color.background.selected.[default].pressed",
|
|
5011
5011
|
"description": "Pressed state for background.subtleBrand"
|
|
5012
5012
|
},
|
|
5013
|
-
"value": "
|
|
5013
|
+
"value": "Blue300"
|
|
5014
5014
|
},
|
|
5015
5015
|
"name": "color.background.subtleBrand.pressed",
|
|
5016
5016
|
"path": ["color", "background", "subtleBrand", "pressed"]
|
|
@@ -5037,7 +5037,7 @@ var tokens = [{
|
|
|
5037
5037
|
"replacement": "color.background.selected.[default].[default]",
|
|
5038
5038
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
5039
5039
|
},
|
|
5040
|
-
"value": "
|
|
5040
|
+
"value": "Blue100"
|
|
5041
5041
|
},
|
|
5042
5042
|
"name": "color.background.subtleBrand.resting",
|
|
5043
5043
|
"path": ["color", "background", "subtleBrand", "resting"]
|
|
@@ -5064,7 +5064,7 @@ var tokens = [{
|
|
|
5064
5064
|
"replacement": "color.background.danger.[default].hovered",
|
|
5065
5065
|
"description": "Hover state for background.subtleDanger"
|
|
5066
5066
|
},
|
|
5067
|
-
"value": "
|
|
5067
|
+
"value": "Red200"
|
|
5068
5068
|
},
|
|
5069
5069
|
"name": "color.background.subtleDanger.hover",
|
|
5070
5070
|
"path": ["color", "background", "subtleDanger", "hover"]
|
|
@@ -5091,7 +5091,7 @@ var tokens = [{
|
|
|
5091
5091
|
"replacement": "color.background.danger.[default].pressed",
|
|
5092
5092
|
"description": "Pressed state for background.subtleDanger"
|
|
5093
5093
|
},
|
|
5094
|
-
"value": "
|
|
5094
|
+
"value": "Red300"
|
|
5095
5095
|
},
|
|
5096
5096
|
"name": "color.background.subtleDanger.pressed",
|
|
5097
5097
|
"path": ["color", "background", "subtleDanger", "pressed"]
|
|
@@ -5118,7 +5118,7 @@ var tokens = [{
|
|
|
5118
5118
|
"replacement": "color.background.danger.[default].[default]",
|
|
5119
5119
|
"description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
|
|
5120
5120
|
},
|
|
5121
|
-
"value": "
|
|
5121
|
+
"value": "Red100"
|
|
5122
5122
|
},
|
|
5123
5123
|
"name": "color.background.subtleDanger.resting",
|
|
5124
5124
|
"path": ["color", "background", "subtleDanger", "resting"]
|
|
@@ -5145,7 +5145,7 @@ var tokens = [{
|
|
|
5145
5145
|
"replacement": "color.background.discovery.[default].hovered",
|
|
5146
5146
|
"description": "Hover state for background.subtleDiscovery"
|
|
5147
5147
|
},
|
|
5148
|
-
"value": "
|
|
5148
|
+
"value": "Purple200"
|
|
5149
5149
|
},
|
|
5150
5150
|
"name": "color.background.subtleDiscovery.hover",
|
|
5151
5151
|
"path": ["color", "background", "subtleDiscovery", "hover"]
|
|
@@ -5172,7 +5172,7 @@ var tokens = [{
|
|
|
5172
5172
|
"replacement": "color.background.discovery.[default].pressed",
|
|
5173
5173
|
"description": "Pressed state for background.subtleDiscovery"
|
|
5174
5174
|
},
|
|
5175
|
-
"value": "
|
|
5175
|
+
"value": "Purple300"
|
|
5176
5176
|
},
|
|
5177
5177
|
"name": "color.background.subtleDiscovery.pressed",
|
|
5178
5178
|
"path": ["color", "background", "subtleDiscovery", "pressed"]
|
|
@@ -5199,7 +5199,7 @@ var tokens = [{
|
|
|
5199
5199
|
"replacement": "color.background.discovery.[default].[default]",
|
|
5200
5200
|
"description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
|
|
5201
5201
|
},
|
|
5202
|
-
"value": "
|
|
5202
|
+
"value": "Purple100"
|
|
5203
5203
|
},
|
|
5204
5204
|
"name": "color.background.subtleDiscovery.resting",
|
|
5205
5205
|
"path": ["color", "background", "subtleDiscovery", "resting"]
|
|
@@ -5226,7 +5226,7 @@ var tokens = [{
|
|
|
5226
5226
|
"replacement": "color.background.neutral.[default].hovered",
|
|
5227
5227
|
"description": "Hover state for background.subtleNeutral"
|
|
5228
5228
|
},
|
|
5229
|
-
"value": "
|
|
5229
|
+
"value": "Neutral300A"
|
|
5230
5230
|
},
|
|
5231
5231
|
"name": "color.background.subtleNeutral.hover",
|
|
5232
5232
|
"path": ["color", "background", "subtleNeutral", "hover"]
|
|
@@ -5253,7 +5253,7 @@ var tokens = [{
|
|
|
5253
5253
|
"replacement": "color.background.neutral.[default].pressed",
|
|
5254
5254
|
"description": "Pressed state for background.subtleNeutral"
|
|
5255
5255
|
},
|
|
5256
|
-
"value": "
|
|
5256
|
+
"value": "Neutral400A"
|
|
5257
5257
|
},
|
|
5258
5258
|
"name": "color.background.subtleNeutral.pressed",
|
|
5259
5259
|
"path": ["color", "background", "subtleNeutral", "pressed"]
|
|
@@ -5280,7 +5280,7 @@ var tokens = [{
|
|
|
5280
5280
|
"replacement": "color.background.neutral.[default].[default]",
|
|
5281
5281
|
"description": "Use as the default background of UI elements like buttons, lozenges, and tags."
|
|
5282
5282
|
},
|
|
5283
|
-
"value": "
|
|
5283
|
+
"value": "Neutral200A"
|
|
5284
5284
|
},
|
|
5285
5285
|
"name": "color.background.subtleNeutral.resting",
|
|
5286
5286
|
"path": ["color", "background", "subtleNeutral", "resting"]
|
|
@@ -5307,7 +5307,7 @@ var tokens = [{
|
|
|
5307
5307
|
"replacement": "color.background.success.[default].hovered",
|
|
5308
5308
|
"description": "Hover state for background.subtleSuccess"
|
|
5309
5309
|
},
|
|
5310
|
-
"value": "
|
|
5310
|
+
"value": "Green200"
|
|
5311
5311
|
},
|
|
5312
5312
|
"name": "color.background.subtleSuccess.hover",
|
|
5313
5313
|
"path": ["color", "background", "subtleSuccess", "hover"]
|
|
@@ -5334,7 +5334,7 @@ var tokens = [{
|
|
|
5334
5334
|
"replacement": "color.background.success.[default].pressed",
|
|
5335
5335
|
"description": "Pressed state for background.subtleSuccess"
|
|
5336
5336
|
},
|
|
5337
|
-
"value": "
|
|
5337
|
+
"value": "Green300"
|
|
5338
5338
|
},
|
|
5339
5339
|
"name": "color.background.subtleSuccess.pressed",
|
|
5340
5340
|
"path": ["color", "background", "subtleSuccess", "pressed"]
|
|
@@ -5361,7 +5361,7 @@ var tokens = [{
|
|
|
5361
5361
|
"replacement": "color.background.success.[default].[default]",
|
|
5362
5362
|
"description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
|
|
5363
5363
|
},
|
|
5364
|
-
"value": "
|
|
5364
|
+
"value": "Green100"
|
|
5365
5365
|
},
|
|
5366
5366
|
"name": "color.background.subtleSuccess.resting",
|
|
5367
5367
|
"path": ["color", "background", "subtleSuccess", "resting"]
|
|
@@ -5388,7 +5388,7 @@ var tokens = [{
|
|
|
5388
5388
|
"replacement": "color.background.warning.[default].hovered",
|
|
5389
5389
|
"description": "Hover state for background.subtleWarning"
|
|
5390
5390
|
},
|
|
5391
|
-
"value": "
|
|
5391
|
+
"value": "Yellow200"
|
|
5392
5392
|
},
|
|
5393
5393
|
"name": "color.background.subtleWarning.hover",
|
|
5394
5394
|
"path": ["color", "background", "subtleWarning", "hover"]
|
|
@@ -5415,7 +5415,7 @@ var tokens = [{
|
|
|
5415
5415
|
"replacement": "color.background.warning.[default].pressed",
|
|
5416
5416
|
"description": "Pressed state for background.subtleWarning"
|
|
5417
5417
|
},
|
|
5418
|
-
"value": "
|
|
5418
|
+
"value": "Yellow300"
|
|
5419
5419
|
},
|
|
5420
5420
|
"name": "color.background.subtleWarning.pressed",
|
|
5421
5421
|
"path": ["color", "background", "subtleWarning", "pressed"]
|
|
@@ -5442,7 +5442,7 @@ var tokens = [{
|
|
|
5442
5442
|
"replacement": "color.background.warning.[default].[default]",
|
|
5443
5443
|
"description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
|
|
5444
5444
|
},
|
|
5445
|
-
"value": "
|
|
5445
|
+
"value": "Yellow100"
|
|
5446
5446
|
},
|
|
5447
5447
|
"name": "color.background.subtleWarning.resting",
|
|
5448
5448
|
"path": ["color", "background", "subtleWarning", "resting"]
|
|
@@ -5469,7 +5469,7 @@ var tokens = [{
|
|
|
5469
5469
|
"replacement": "elevation.surface.sunken",
|
|
5470
5470
|
"description": "Use as a secondary background for the UI"
|
|
5471
5471
|
},
|
|
5472
|
-
"value": "
|
|
5472
|
+
"value": "Neutral100A"
|
|
5473
5473
|
},
|
|
5474
5474
|
"name": "color.background.sunken",
|
|
5475
5475
|
"path": ["color", "background", "sunken"]
|
|
@@ -5496,7 +5496,7 @@ var tokens = [{
|
|
|
5496
5496
|
"replacement": "color.background.neutral.subtle.hovered",
|
|
5497
5497
|
"description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
5498
5498
|
},
|
|
5499
|
-
"value": "
|
|
5499
|
+
"value": "Neutral200A"
|
|
5500
5500
|
},
|
|
5501
5501
|
"name": "color.background.transparentNeutral.hover",
|
|
5502
5502
|
"path": ["color", "background", "transparentNeutral", "hover"]
|
|
@@ -5523,7 +5523,7 @@ var tokens = [{
|
|
|
5523
5523
|
"replacement": "color.background.neutral.subtle.pressed",
|
|
5524
5524
|
"description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
5525
5525
|
},
|
|
5526
|
-
"value": "
|
|
5526
|
+
"value": "Neutral300A"
|
|
5527
5527
|
},
|
|
5528
5528
|
"name": "color.background.transparentNeutral.pressed",
|
|
5529
5529
|
"path": ["color", "background", "transparentNeutral", "pressed"]
|
|
@@ -5544,7 +5544,7 @@ var tokens = [{
|
|
|
5544
5544
|
"introduced": "0.0.15",
|
|
5545
5545
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
5546
5546
|
},
|
|
5547
|
-
"value": "
|
|
5547
|
+
"value": "Neutral500A"
|
|
5548
5548
|
},
|
|
5549
5549
|
"name": "color.blanket.[default]",
|
|
5550
5550
|
"path": ["color", "blanket", "[default]"]
|
|
@@ -5703,7 +5703,7 @@ var tokens = [{
|
|
|
5703
5703
|
"introduced": "0.8.0",
|
|
5704
5704
|
"description": "Use for skeleton loading states"
|
|
5705
5705
|
},
|
|
5706
|
-
"value": "
|
|
5706
|
+
"value": "Neutral200A"
|
|
5707
5707
|
},
|
|
5708
5708
|
"name": "color.skeleton.[default]",
|
|
5709
5709
|
"path": ["color", "skeleton", "[default]"]
|
|
@@ -5724,7 +5724,7 @@ var tokens = [{
|
|
|
5724
5724
|
"introduced": "0.8.0",
|
|
5725
5725
|
"description": "Use for the pulse or shimmer effect in skeleton loading states"
|
|
5726
5726
|
},
|
|
5727
|
-
"value": "
|
|
5727
|
+
"value": "Neutral100A"
|
|
5728
5728
|
},
|
|
5729
5729
|
"name": "color.skeleton.subtle",
|
|
5730
5730
|
"path": ["color", "skeleton", "subtle"]
|
|
@@ -5745,7 +5745,7 @@ var tokens = [{
|
|
|
5745
5745
|
"introduced": "0.6.0",
|
|
5746
5746
|
"description": "Use for links in a default or hovered state. Add an underline for hovered states."
|
|
5747
5747
|
},
|
|
5748
|
-
"value": "
|
|
5748
|
+
"value": "Blue700"
|
|
5749
5749
|
},
|
|
5750
5750
|
"name": "color.link.[default]",
|
|
5751
5751
|
"path": ["color", "link", "[default]"]
|
|
@@ -5766,7 +5766,7 @@ var tokens = [{
|
|
|
5766
5766
|
"introduced": "0.6.0",
|
|
5767
5767
|
"description": "Use for links in a pressed state."
|
|
5768
5768
|
},
|
|
5769
|
-
"value": "
|
|
5769
|
+
"value": "Blue800"
|
|
5770
5770
|
},
|
|
5771
5771
|
"name": "color.link.pressed",
|
|
5772
5772
|
"path": ["color", "link", "pressed"]
|
|
@@ -5793,7 +5793,7 @@ var tokens = [{
|
|
|
5793
5793
|
"replacement": "color.background.accent.blue.bolder",
|
|
5794
5794
|
"description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
5795
5795
|
},
|
|
5796
|
-
"value": "
|
|
5796
|
+
"value": "Blue400"
|
|
5797
5797
|
},
|
|
5798
5798
|
"name": "color.accent.boldBlue",
|
|
5799
5799
|
"path": ["color", "accent", "boldBlue"]
|
|
@@ -5820,7 +5820,7 @@ var tokens = [{
|
|
|
5820
5820
|
"replacement": "color.background.accent.green.bolder",
|
|
5821
5821
|
"description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
5822
5822
|
},
|
|
5823
|
-
"value": "
|
|
5823
|
+
"value": "Green400"
|
|
5824
5824
|
},
|
|
5825
5825
|
"name": "color.accent.boldGreen",
|
|
5826
5826
|
"path": ["color", "accent", "boldGreen"]
|
|
@@ -5847,7 +5847,7 @@ var tokens = [{
|
|
|
5847
5847
|
"replacement": "color.background.accent.orange.bolder",
|
|
5848
5848
|
"description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
5849
5849
|
},
|
|
5850
|
-
"value": "
|
|
5850
|
+
"value": "Orange400"
|
|
5851
5851
|
},
|
|
5852
5852
|
"name": "color.accent.boldOrange",
|
|
5853
5853
|
"path": ["color", "accent", "boldOrange"]
|
|
@@ -5874,7 +5874,7 @@ var tokens = [{
|
|
|
5874
5874
|
"replacement": "color.background.accent.purple.bolder",
|
|
5875
5875
|
"description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
5876
5876
|
},
|
|
5877
|
-
"value": "
|
|
5877
|
+
"value": "Purple400"
|
|
5878
5878
|
},
|
|
5879
5879
|
"name": "color.accent.boldPurple",
|
|
5880
5880
|
"path": ["color", "accent", "boldPurple"]
|
|
@@ -5901,7 +5901,7 @@ var tokens = [{
|
|
|
5901
5901
|
"replacement": "color.background.accent.red.bolder",
|
|
5902
5902
|
"description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
5903
5903
|
},
|
|
5904
|
-
"value": "
|
|
5904
|
+
"value": "Red400"
|
|
5905
5905
|
},
|
|
5906
5906
|
"name": "color.accent.boldRed",
|
|
5907
5907
|
"path": ["color", "accent", "boldRed"]
|
|
@@ -5928,7 +5928,7 @@ var tokens = [{
|
|
|
5928
5928
|
"replacement": "color.background.accent.teal.bolder",
|
|
5929
5929
|
"description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
5930
5930
|
},
|
|
5931
|
-
"value": "
|
|
5931
|
+
"value": "Teal400"
|
|
5932
5932
|
},
|
|
5933
5933
|
"name": "color.accent.boldTeal",
|
|
5934
5934
|
"path": ["color", "accent", "boldTeal"]
|
|
@@ -5955,7 +5955,7 @@ var tokens = [{
|
|
|
5955
5955
|
"replacement": "color.background.accent.blue.subtler",
|
|
5956
5956
|
"description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
5957
5957
|
},
|
|
5958
|
-
"value": "
|
|
5958
|
+
"value": "Blue200"
|
|
5959
5959
|
},
|
|
5960
5960
|
"name": "color.accent.subtleBlue",
|
|
5961
5961
|
"path": ["color", "accent", "subtleBlue"]
|
|
@@ -5982,7 +5982,7 @@ var tokens = [{
|
|
|
5982
5982
|
"replacement": "color.background.accent.green.subtler",
|
|
5983
5983
|
"description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
5984
5984
|
},
|
|
5985
|
-
"value": "
|
|
5985
|
+
"value": "Green200"
|
|
5986
5986
|
},
|
|
5987
5987
|
"name": "color.accent.subtleGreen",
|
|
5988
5988
|
"path": ["color", "accent", "subtleGreen"]
|
|
@@ -6009,7 +6009,7 @@ var tokens = [{
|
|
|
6009
6009
|
"replacement": "color.background.accent.magenta.subtler",
|
|
6010
6010
|
"description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
6011
6011
|
},
|
|
6012
|
-
"value": "
|
|
6012
|
+
"value": "Magenta200"
|
|
6013
6013
|
},
|
|
6014
6014
|
"name": "color.accent.subtleMagenta",
|
|
6015
6015
|
"path": ["color", "accent", "subtleMagenta"]
|
|
@@ -6036,7 +6036,7 @@ var tokens = [{
|
|
|
6036
6036
|
"replacement": "color.background.accent.orange.subtler",
|
|
6037
6037
|
"description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
6038
6038
|
},
|
|
6039
|
-
"value": "
|
|
6039
|
+
"value": "Orange200"
|
|
6040
6040
|
},
|
|
6041
6041
|
"name": "color.accent.subtleOrange",
|
|
6042
6042
|
"path": ["color", "accent", "subtleOrange"]
|
|
@@ -6063,7 +6063,7 @@ var tokens = [{
|
|
|
6063
6063
|
"replacement": "color.background.accent.purple.subtler",
|
|
6064
6064
|
"description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
6065
6065
|
},
|
|
6066
|
-
"value": "
|
|
6066
|
+
"value": "Purple200"
|
|
6067
6067
|
},
|
|
6068
6068
|
"name": "color.accent.subtlePurple",
|
|
6069
6069
|
"path": ["color", "accent", "subtlePurple"]
|
|
@@ -6090,7 +6090,7 @@ var tokens = [{
|
|
|
6090
6090
|
"replacement": "color.background.accent.red.subtler",
|
|
6091
6091
|
"description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
6092
6092
|
},
|
|
6093
|
-
"value": "
|
|
6093
|
+
"value": "Red200"
|
|
6094
6094
|
},
|
|
6095
6095
|
"name": "color.accent.subtleRed",
|
|
6096
6096
|
"path": ["color", "accent", "subtleRed"]
|
|
@@ -6117,7 +6117,7 @@ var tokens = [{
|
|
|
6117
6117
|
"replacement": "color.background.accent.teal.subtler",
|
|
6118
6118
|
"description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
6119
6119
|
},
|
|
6120
|
-
"value": "
|
|
6120
|
+
"value": "Teal200"
|
|
6121
6121
|
},
|
|
6122
6122
|
"name": "color.accent.subtleTeal",
|
|
6123
6123
|
"path": ["color", "accent", "subtleTeal"]
|
|
@@ -6144,7 +6144,7 @@ var tokens = [{
|
|
|
6144
6144
|
"replacement": "color.icon.brand",
|
|
6145
6145
|
"description": "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."
|
|
6146
6146
|
},
|
|
6147
|
-
"value": "
|
|
6147
|
+
"value": "Blue600"
|
|
6148
6148
|
},
|
|
6149
6149
|
"name": "color.iconBorder.brand",
|
|
6150
6150
|
"path": ["color", "iconBorder", "brand"]
|
|
@@ -6171,7 +6171,7 @@ var tokens = [{
|
|
|
6171
6171
|
"replacement": "color.icon.danger",
|
|
6172
6172
|
"description": "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."
|
|
6173
6173
|
},
|
|
6174
|
-
"value": "
|
|
6174
|
+
"value": "Red600"
|
|
6175
6175
|
},
|
|
6176
6176
|
"name": "color.iconBorder.danger",
|
|
6177
6177
|
"path": ["color", "iconBorder", "danger"]
|
|
@@ -6198,7 +6198,7 @@ var tokens = [{
|
|
|
6198
6198
|
"replacement": "color.icon.discovery",
|
|
6199
6199
|
"description": "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
6200
6200
|
},
|
|
6201
|
-
"value": "
|
|
6201
|
+
"value": "Purple600"
|
|
6202
6202
|
},
|
|
6203
6203
|
"name": "color.iconBorder.discovery",
|
|
6204
6204
|
"path": ["color", "iconBorder", "discovery"]
|
|
@@ -6225,7 +6225,7 @@ var tokens = [{
|
|
|
6225
6225
|
"replacement": "color.icon.success",
|
|
6226
6226
|
"description": "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
6227
6227
|
},
|
|
6228
|
-
"value": "
|
|
6228
|
+
"value": "Green600"
|
|
6229
6229
|
},
|
|
6230
6230
|
"name": "color.iconBorder.success",
|
|
6231
6231
|
"path": ["color", "iconBorder", "success"]
|
|
@@ -6252,7 +6252,7 @@ var tokens = [{
|
|
|
6252
6252
|
"replacement": "color.icon.warning.[default]",
|
|
6253
6253
|
"description": "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
6254
6254
|
},
|
|
6255
|
-
"value": "
|
|
6255
|
+
"value": "Orange600"
|
|
6256
6256
|
},
|
|
6257
6257
|
"name": "color.iconBorder.warning",
|
|
6258
6258
|
"path": ["color", "iconBorder", "warning"]
|
|
@@ -6279,7 +6279,7 @@ var tokens = [{
|
|
|
6279
6279
|
"replacement": "color.interaction.hovered",
|
|
6280
6280
|
"description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
|
|
6281
6281
|
},
|
|
6282
|
-
"value": "
|
|
6282
|
+
"value": "Neutral400A"
|
|
6283
6283
|
},
|
|
6284
6284
|
"name": "color.overlay.hover",
|
|
6285
6285
|
"path": ["color", "overlay", "hover"]
|
|
@@ -6306,7 +6306,7 @@ var tokens = [{
|
|
|
6306
6306
|
"replacement": "color.interaction.pressed",
|
|
6307
6307
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
6308
6308
|
},
|
|
6309
|
-
"value": "
|
|
6309
|
+
"value": "Neutral500A"
|
|
6310
6310
|
},
|
|
6311
6311
|
"name": "color.overlay.pressed",
|
|
6312
6312
|
"path": ["color", "overlay", "pressed"]
|
|
@@ -6355,7 +6355,7 @@ var tokens = [{
|
|
|
6355
6355
|
"x": 0,
|
|
6356
6356
|
"y": 1
|
|
6357
6357
|
},
|
|
6358
|
-
"color": "
|
|
6358
|
+
"color": "Neutral1100",
|
|
6359
6359
|
"opacity": 0.25
|
|
6360
6360
|
}, {
|
|
6361
6361
|
"radius": 1,
|
|
@@ -6363,7 +6363,7 @@ var tokens = [{
|
|
|
6363
6363
|
"x": 0,
|
|
6364
6364
|
"y": 0
|
|
6365
6365
|
},
|
|
6366
|
-
"color": "
|
|
6366
|
+
"color": "Neutral1100",
|
|
6367
6367
|
"opacity": 0.31
|
|
6368
6368
|
}]
|
|
6369
6369
|
},
|
|
@@ -6414,7 +6414,7 @@ var tokens = [{
|
|
|
6414
6414
|
"x": 0,
|
|
6415
6415
|
"y": 8
|
|
6416
6416
|
},
|
|
6417
|
-
"color": "
|
|
6417
|
+
"color": "Neutral1100",
|
|
6418
6418
|
"opacity": 0.15
|
|
6419
6419
|
}, {
|
|
6420
6420
|
"radius": 1,
|
|
@@ -6422,7 +6422,7 @@ var tokens = [{
|
|
|
6422
6422
|
"x": 0,
|
|
6423
6423
|
"y": 0
|
|
6424
6424
|
},
|
|
6425
|
-
"color": "
|
|
6425
|
+
"color": "Neutral1100",
|
|
6426
6426
|
"opacity": 0.31
|
|
6427
6427
|
}]
|
|
6428
6428
|
},
|
|
@@ -6467,7 +6467,7 @@ var tokens = [{
|
|
|
6467
6467
|
"x": 0,
|
|
6468
6468
|
"y": 1
|
|
6469
6469
|
},
|
|
6470
|
-
"color": "
|
|
6470
|
+
"color": "Neutral1100",
|
|
6471
6471
|
"opacity": 0.25
|
|
6472
6472
|
}, {
|
|
6473
6473
|
"radius": 1,
|
|
@@ -6475,7 +6475,7 @@ var tokens = [{
|
|
|
6475
6475
|
"x": 0,
|
|
6476
6476
|
"y": 0
|
|
6477
6477
|
},
|
|
6478
|
-
"color": "
|
|
6478
|
+
"color": "Neutral1100",
|
|
6479
6479
|
"opacity": 0.31
|
|
6480
6480
|
}]
|
|
6481
6481
|
},
|
|
@@ -6520,7 +6520,7 @@ var tokens = [{
|
|
|
6520
6520
|
"x": 0,
|
|
6521
6521
|
"y": 8
|
|
6522
6522
|
},
|
|
6523
|
-
"color": "
|
|
6523
|
+
"color": "Neutral1100",
|
|
6524
6524
|
"opacity": 0.08
|
|
6525
6525
|
}, {
|
|
6526
6526
|
"radius": 1,
|
|
@@ -6528,7 +6528,7 @@ var tokens = [{
|
|
|
6528
6528
|
"x": 0,
|
|
6529
6529
|
"y": 0
|
|
6530
6530
|
},
|
|
6531
|
-
"color": "
|
|
6531
|
+
"color": "Neutral1100",
|
|
6532
6532
|
"opacity": 0.12
|
|
6533
6533
|
}]
|
|
6534
6534
|
},
|
|
@@ -6573,7 +6573,7 @@ var tokens = [{
|
|
|
6573
6573
|
"x": 0,
|
|
6574
6574
|
"y": 8
|
|
6575
6575
|
},
|
|
6576
|
-
"color": "
|
|
6576
|
+
"color": "Neutral1100",
|
|
6577
6577
|
"opacity": 0.15
|
|
6578
6578
|
}, {
|
|
6579
6579
|
"radius": 1,
|
|
@@ -6581,7 +6581,7 @@ var tokens = [{
|
|
|
6581
6581
|
"x": 0,
|
|
6582
6582
|
"y": 0
|
|
6583
6583
|
},
|
|
6584
|
-
"color": "
|
|
6584
|
+
"color": "Neutral1100",
|
|
6585
6585
|
"opacity": 0.31
|
|
6586
6586
|
}]
|
|
6587
6587
|
},
|
|
@@ -6604,7 +6604,7 @@ var tokens = [{
|
|
|
6604
6604
|
"introduced": "0.6.0",
|
|
6605
6605
|
"description": "Use as the primary background for the UI."
|
|
6606
6606
|
},
|
|
6607
|
-
"value": "
|
|
6607
|
+
"value": "Neutral0"
|
|
6608
6608
|
},
|
|
6609
6609
|
"name": "elevation.surface.[default].[default]",
|
|
6610
6610
|
"path": ["elevation", "surface", "[default]", "[default]"]
|
|
@@ -6625,7 +6625,7 @@ var tokens = [{
|
|
|
6625
6625
|
"introduced": "0.10.20",
|
|
6626
6626
|
"description": "Hovered state of elevation.surface"
|
|
6627
6627
|
},
|
|
6628
|
-
"value": "
|
|
6628
|
+
"value": "Neutral200"
|
|
6629
6629
|
},
|
|
6630
6630
|
"name": "elevation.surface.[default].hovered",
|
|
6631
6631
|
"path": ["elevation", "surface", "[default]", "hovered"]
|
|
@@ -6646,7 +6646,7 @@ var tokens = [{
|
|
|
6646
6646
|
"introduced": "0.10.20",
|
|
6647
6647
|
"description": "Pressed state of elevation.surface"
|
|
6648
6648
|
},
|
|
6649
|
-
"value": "
|
|
6649
|
+
"value": "Neutral300"
|
|
6650
6650
|
},
|
|
6651
6651
|
"name": "elevation.surface.[default].pressed",
|
|
6652
6652
|
"path": ["elevation", "surface", "[default]", "pressed"]
|
|
@@ -6667,7 +6667,7 @@ var tokens = [{
|
|
|
6667
6667
|
"introduced": "0.6.0",
|
|
6668
6668
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
6669
6669
|
},
|
|
6670
|
-
"value": "
|
|
6670
|
+
"value": "Neutral100"
|
|
6671
6671
|
},
|
|
6672
6672
|
"name": "elevation.surface.sunken",
|
|
6673
6673
|
"path": ["elevation", "surface", "sunken"]
|
|
@@ -6688,7 +6688,7 @@ var tokens = [{
|
|
|
6688
6688
|
"introduced": "0.6.0",
|
|
6689
6689
|
"description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
|
|
6690
6690
|
},
|
|
6691
|
-
"value": "
|
|
6691
|
+
"value": "Neutral0"
|
|
6692
6692
|
},
|
|
6693
6693
|
"name": "elevation.surface.raised.[default]",
|
|
6694
6694
|
"path": ["elevation", "surface", "raised", "[default]"]
|
|
@@ -6709,7 +6709,7 @@ var tokens = [{
|
|
|
6709
6709
|
"introduced": "0.10.20",
|
|
6710
6710
|
"description": "Hovered state of elevation.surface.raised"
|
|
6711
6711
|
},
|
|
6712
|
-
"value": "
|
|
6712
|
+
"value": "Neutral200"
|
|
6713
6713
|
},
|
|
6714
6714
|
"name": "elevation.surface.raised.hovered",
|
|
6715
6715
|
"path": ["elevation", "surface", "raised", "hovered"]
|
|
@@ -6730,7 +6730,7 @@ var tokens = [{
|
|
|
6730
6730
|
"introduced": "0.10.20",
|
|
6731
6731
|
"description": "Pressed state of elevation.surface.raised"
|
|
6732
6732
|
},
|
|
6733
|
-
"value": "
|
|
6733
|
+
"value": "Neutral300"
|
|
6734
6734
|
},
|
|
6735
6735
|
"name": "elevation.surface.raised.pressed",
|
|
6736
6736
|
"path": ["elevation", "surface", "raised", "pressed"]
|
|
@@ -6751,7 +6751,7 @@ var tokens = [{
|
|
|
6751
6751
|
"introduced": "0.6.0",
|
|
6752
6752
|
"description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
|
|
6753
6753
|
},
|
|
6754
|
-
"value": "
|
|
6754
|
+
"value": "Neutral0"
|
|
6755
6755
|
},
|
|
6756
6756
|
"name": "elevation.surface.overlay.[default]",
|
|
6757
6757
|
"path": ["elevation", "surface", "overlay", "[default]"]
|
|
@@ -6772,7 +6772,7 @@ var tokens = [{
|
|
|
6772
6772
|
"introduced": "0.10.20",
|
|
6773
6773
|
"description": "Hovered state of elevation.surface.overlay"
|
|
6774
6774
|
},
|
|
6775
|
-
"value": "
|
|
6775
|
+
"value": "Neutral200"
|
|
6776
6776
|
},
|
|
6777
6777
|
"name": "elevation.surface.overlay.hovered",
|
|
6778
6778
|
"path": ["elevation", "surface", "overlay", "hovered"]
|
|
@@ -6793,7 +6793,7 @@ var tokens = [{
|
|
|
6793
6793
|
"introduced": "0.10.20",
|
|
6794
6794
|
"description": "Pressed state of elevation.surface.overlay"
|
|
6795
6795
|
},
|
|
6796
|
-
"value": "
|
|
6796
|
+
"value": "Neutral300"
|
|
6797
6797
|
},
|
|
6798
6798
|
"name": "elevation.surface.overlay.pressed",
|
|
6799
6799
|
"path": ["elevation", "surface", "overlay", "pressed"]
|