@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.
Files changed (104) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/palettes-raw/palette.js +233 -233
  3. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +282 -282
  4. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +282 -282
  5. package/dist/cjs/entry-points/tokens-raw.js +23 -0
  6. package/dist/cjs/get-token.js +1 -1
  7. package/dist/cjs/palettes/palette.js +116 -116
  8. package/dist/cjs/tokens/atlassian-dark/color/accent.js +72 -72
  9. package/dist/cjs/tokens/atlassian-dark/color/background.js +54 -54
  10. package/dist/cjs/tokens/atlassian-dark/color/border.js +13 -13
  11. package/dist/cjs/tokens/atlassian-dark/color/icon.js +12 -12
  12. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +2 -2
  13. package/dist/cjs/tokens/atlassian-dark/color/text.js +15 -15
  14. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  15. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +5 -5
  16. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +10 -10
  17. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +2 -2
  18. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +2 -2
  19. package/dist/cjs/tokens/atlassian-light/color/accent.js +72 -72
  20. package/dist/cjs/tokens/atlassian-light/color/background.js +54 -54
  21. package/dist/cjs/tokens/atlassian-light/color/border.js +13 -13
  22. package/dist/cjs/tokens/atlassian-light/color/icon.js +12 -12
  23. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +2 -2
  24. package/dist/cjs/tokens/atlassian-light/color/text.js +15 -15
  25. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  26. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +6 -6
  27. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +10 -10
  28. package/dist/cjs/version.json +1 -1
  29. package/dist/es2019/artifacts/palettes-raw/palette.js +233 -233
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +282 -282
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +282 -282
  32. package/dist/es2019/entry-points/tokens-raw.js +2 -0
  33. package/dist/es2019/get-token.js +1 -1
  34. package/dist/es2019/palettes/palette.js +116 -116
  35. package/dist/es2019/tokens/atlassian-dark/color/accent.js +72 -72
  36. package/dist/es2019/tokens/atlassian-dark/color/background.js +54 -54
  37. package/dist/es2019/tokens/atlassian-dark/color/border.js +13 -13
  38. package/dist/es2019/tokens/atlassian-dark/color/icon.js +12 -12
  39. package/dist/es2019/tokens/atlassian-dark/color/skeleton.js +2 -2
  40. package/dist/es2019/tokens/atlassian-dark/color/text.js +15 -15
  41. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  42. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +5 -5
  43. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +10 -10
  44. package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +2 -2
  45. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +2 -2
  46. package/dist/es2019/tokens/atlassian-light/color/accent.js +72 -72
  47. package/dist/es2019/tokens/atlassian-light/color/background.js +54 -54
  48. package/dist/es2019/tokens/atlassian-light/color/border.js +13 -13
  49. package/dist/es2019/tokens/atlassian-light/color/icon.js +12 -12
  50. package/dist/es2019/tokens/atlassian-light/color/skeleton.js +2 -2
  51. package/dist/es2019/tokens/atlassian-light/color/text.js +15 -15
  52. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  53. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +6 -6
  54. package/dist/es2019/tokens/atlassian-light/elevation/surface.js +10 -10
  55. package/dist/es2019/version.json +1 -1
  56. package/dist/esm/artifacts/palettes-raw/palette.js +233 -233
  57. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +282 -282
  58. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +282 -282
  59. package/dist/esm/entry-points/tokens-raw.js +2 -0
  60. package/dist/esm/get-token.js +1 -1
  61. package/dist/esm/palettes/palette.js +116 -116
  62. package/dist/esm/tokens/atlassian-dark/color/accent.js +72 -72
  63. package/dist/esm/tokens/atlassian-dark/color/background.js +54 -54
  64. package/dist/esm/tokens/atlassian-dark/color/border.js +13 -13
  65. package/dist/esm/tokens/atlassian-dark/color/icon.js +12 -12
  66. package/dist/esm/tokens/atlassian-dark/color/skeleton.js +2 -2
  67. package/dist/esm/tokens/atlassian-dark/color/text.js +15 -15
  68. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  69. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +5 -5
  70. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +10 -10
  71. package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +2 -2
  72. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +2 -2
  73. package/dist/esm/tokens/atlassian-light/color/accent.js +72 -72
  74. package/dist/esm/tokens/atlassian-light/color/background.js +54 -54
  75. package/dist/esm/tokens/atlassian-light/color/border.js +13 -13
  76. package/dist/esm/tokens/atlassian-light/color/icon.js +12 -12
  77. package/dist/esm/tokens/atlassian-light/color/skeleton.js +2 -2
  78. package/dist/esm/tokens/atlassian-light/color/text.js +15 -15
  79. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  80. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +6 -6
  81. package/dist/esm/tokens/atlassian-light/elevation/surface.js +10 -10
  82. package/dist/esm/version.json +1 -1
  83. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  84. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  85. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  86. package/dist/types/entry-points/tokens-raw.d.ts +2 -0
  87. package/dist/types/palettes/palette.d.ts +1 -1
  88. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  89. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  90. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  91. package/dist/types/types.d.ts +2 -2
  92. package/dist/types-ts4.0/artifacts/palettes-raw/palette.d.ts +1 -1
  93. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  94. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  95. package/dist/types-ts4.0/entry-points/tokens-raw.d.ts +2 -0
  96. package/dist/types-ts4.0/palettes/palette.d.ts +1 -1
  97. package/dist/types-ts4.0/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  98. package/dist/types-ts4.0/tokens/atlassian-light/utility/utility.d.ts +1 -1
  99. package/dist/types-ts4.0/tokens/default/utility/utility.d.ts +1 -1
  100. package/dist/types-ts4.0/types.d.ts +2 -2
  101. package/package.json +3 -2
  102. package/report.api.md +58 -50
  103. package/tmp/api-report-tmp.d.ts +631 -0
  104. package/tokens-raw/package.json +17 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3e1535e99114e3ceefa050ae548283a1>>
3
+ * @codegen <<SignedSource::47205df5ad0c00f62bcd307009504921>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -20,7 +20,7 @@ var tokens = [{
20
20
  "introduced": "0.6.0",
21
21
  "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
22
22
  },
23
- "value": "B800"
23
+ "value": "Blue800"
24
24
  },
25
25
  "name": "color.text.accent.blue.[default]",
26
26
  "path": ["color", "text", "accent", "blue", "[default]"]
@@ -41,7 +41,7 @@ var tokens = [{
41
41
  "introduced": "0.7.0",
42
42
  "description": "Use on bold blue accent backgrounds."
43
43
  },
44
- "value": "B900"
44
+ "value": "Blue900"
45
45
  },
46
46
  "name": "color.text.accent.blue.bolder",
47
47
  "path": ["color", "text", "accent", "blue", "bolder"]
@@ -62,7 +62,7 @@ var tokens = [{
62
62
  "introduced": "0.6.0",
63
63
  "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
64
64
  },
65
- "value": "R800"
65
+ "value": "Red800"
66
66
  },
67
67
  "name": "color.text.accent.red.[default]",
68
68
  "path": ["color", "text", "accent", "red", "[default]"]
@@ -83,7 +83,7 @@ var tokens = [{
83
83
  "introduced": "0.7.0",
84
84
  "description": "Use on bold red accent backgrounds."
85
85
  },
86
- "value": "R900"
86
+ "value": "Red900"
87
87
  },
88
88
  "name": "color.text.accent.red.bolder",
89
89
  "path": ["color", "text", "accent", "red", "bolder"]
@@ -104,7 +104,7 @@ var tokens = [{
104
104
  "introduced": "0.6.0",
105
105
  "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
106
106
  },
107
- "value": "O800"
107
+ "value": "Orange800"
108
108
  },
109
109
  "name": "color.text.accent.orange.[default]",
110
110
  "path": ["color", "text", "accent", "orange", "[default]"]
@@ -125,7 +125,7 @@ var tokens = [{
125
125
  "introduced": "0.7.0",
126
126
  "description": "Use on bold orange accent backgrounds."
127
127
  },
128
- "value": "O900"
128
+ "value": "Orange900"
129
129
  },
130
130
  "name": "color.text.accent.orange.bolder",
131
131
  "path": ["color", "text", "accent", "orange", "bolder"]
@@ -146,7 +146,7 @@ var tokens = [{
146
146
  "introduced": "0.6.0",
147
147
  "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
148
148
  },
149
- "value": "Y800"
149
+ "value": "Yellow800"
150
150
  },
151
151
  "name": "color.text.accent.yellow.[default]",
152
152
  "path": ["color", "text", "accent", "yellow", "[default]"]
@@ -167,7 +167,7 @@ var tokens = [{
167
167
  "introduced": "0.7.0",
168
168
  "description": "Use on bold yellow accent backgrounds."
169
169
  },
170
- "value": "Y900"
170
+ "value": "Yellow900"
171
171
  },
172
172
  "name": "color.text.accent.yellow.bolder",
173
173
  "path": ["color", "text", "accent", "yellow", "bolder"]
@@ -188,7 +188,7 @@ var tokens = [{
188
188
  "introduced": "0.6.0",
189
189
  "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
190
190
  },
191
- "value": "G800"
191
+ "value": "Green800"
192
192
  },
193
193
  "name": "color.text.accent.green.[default]",
194
194
  "path": ["color", "text", "accent", "green", "[default]"]
@@ -209,7 +209,7 @@ var tokens = [{
209
209
  "introduced": "0.7.0",
210
210
  "description": "Use on bold green accent backgrounds."
211
211
  },
212
- "value": "G900"
212
+ "value": "Green900"
213
213
  },
214
214
  "name": "color.text.accent.green.bolder",
215
215
  "path": ["color", "text", "accent", "green", "bolder"]
@@ -230,7 +230,7 @@ var tokens = [{
230
230
  "introduced": "0.6.0",
231
231
  "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
232
232
  },
233
- "value": "P800"
233
+ "value": "Purple800"
234
234
  },
235
235
  "name": "color.text.accent.purple.[default]",
236
236
  "path": ["color", "text", "accent", "purple", "[default]"]
@@ -251,7 +251,7 @@ var tokens = [{
251
251
  "introduced": "0.7.0",
252
252
  "description": "Use on bold purple accent backgrounds."
253
253
  },
254
- "value": "P900"
254
+ "value": "Purple900"
255
255
  },
256
256
  "name": "color.text.accent.purple.bolder",
257
257
  "path": ["color", "text", "accent", "purple", "bolder"]
@@ -272,7 +272,7 @@ var tokens = [{
272
272
  "introduced": "0.6.0",
273
273
  "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
274
274
  },
275
- "value": "T800"
275
+ "value": "Teal800"
276
276
  },
277
277
  "name": "color.text.accent.teal.[default]",
278
278
  "path": ["color", "text", "accent", "teal", "[default]"]
@@ -293,7 +293,7 @@ var tokens = [{
293
293
  "introduced": "0.7.0",
294
294
  "description": "Use on bold teal accent backgrounds."
295
295
  },
296
- "value": "T900"
296
+ "value": "Teal900"
297
297
  },
298
298
  "name": "color.text.accent.teal.bolder",
299
299
  "path": ["color", "text", "accent", "teal", "bolder"]
@@ -314,7 +314,7 @@ var tokens = [{
314
314
  "introduced": "0.6.0",
315
315
  "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
316
316
  },
317
- "value": "M800"
317
+ "value": "Magenta800"
318
318
  },
319
319
  "name": "color.text.accent.magenta.[default]",
320
320
  "path": ["color", "text", "accent", "magenta", "[default]"]
@@ -335,7 +335,7 @@ var tokens = [{
335
335
  "introduced": "0.7.0",
336
336
  "description": "Use on bold magenta accent backgrounds."
337
337
  },
338
- "value": "M900"
338
+ "value": "Magenta900"
339
339
  },
340
340
  "name": "color.text.accent.magenta.bolder",
341
341
  "path": ["color", "text", "accent", "magenta", "bolder"]
@@ -356,7 +356,7 @@ var tokens = [{
356
356
  "introduced": "0.10.5",
357
357
  "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
358
358
  },
359
- "value": "N800"
359
+ "value": "Neutral800"
360
360
  },
361
361
  "name": "color.text.accent.gray.[default]",
362
362
  "path": ["color", "text", "accent", "gray", "[default]"]
@@ -377,7 +377,7 @@ var tokens = [{
377
377
  "introduced": "0.10.5",
378
378
  "description": "Use for text and icons on gray subtle accent backgrounds."
379
379
  },
380
- "value": "N1000"
380
+ "value": "Neutral1000"
381
381
  },
382
382
  "name": "color.text.accent.gray.bolder",
383
383
  "path": ["color", "text", "accent", "gray", "bolder"]
@@ -398,7 +398,7 @@ var tokens = [{
398
398
  "introduced": "0.6.0",
399
399
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
400
400
  },
401
- "value": "N1000"
401
+ "value": "Neutral1000"
402
402
  },
403
403
  "name": "color.text.[default]",
404
404
  "path": ["color", "text", "[default]"]
@@ -419,7 +419,7 @@ var tokens = [{
419
419
  "introduced": "0.6.0",
420
420
  "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
421
421
  },
422
- "value": "N800"
422
+ "value": "Neutral800"
423
423
  },
424
424
  "name": "color.text.subtle",
425
425
  "path": ["color", "text", "subtle"]
@@ -440,7 +440,7 @@ var tokens = [{
440
440
  "introduced": "0.6.0",
441
441
  "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
442
442
  },
443
- "value": "N700"
443
+ "value": "Neutral700"
444
444
  },
445
445
  "name": "color.text.subtlest",
446
446
  "path": ["color", "text", "subtlest"]
@@ -461,7 +461,7 @@ var tokens = [{
461
461
  "introduced": "0.0.15",
462
462
  "description": "Use for text in a disabled state."
463
463
  },
464
- "value": "N400A"
464
+ "value": "Neutral400A"
465
465
  },
466
466
  "name": "color.text.disabled",
467
467
  "path": ["color", "text", "disabled"]
@@ -482,7 +482,7 @@ var tokens = [{
482
482
  "introduced": "0.6.0",
483
483
  "description": "Use for text on bold backgrounds."
484
484
  },
485
- "value": "N0"
485
+ "value": "Neutral0"
486
486
  },
487
487
  "name": "color.text.inverse",
488
488
  "path": ["color", "text", "inverse"]
@@ -503,7 +503,7 @@ var tokens = [{
503
503
  "introduced": "0.6.0",
504
504
  "description": "Use for text that reinforces our brand."
505
505
  },
506
- "value": "B700"
506
+ "value": "Blue700"
507
507
  },
508
508
  "name": "color.text.brand",
509
509
  "path": ["color", "text", "brand"]
@@ -524,7 +524,7 @@ var tokens = [{
524
524
  "introduced": "0.6.0",
525
525
  "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
526
526
  },
527
- "value": "B700"
527
+ "value": "Blue700"
528
528
  },
529
529
  "name": "color.text.selected",
530
530
  "path": ["color", "text", "selected"]
@@ -545,7 +545,7 @@ var tokens = [{
545
545
  "introduced": "0.0.15",
546
546
  "description": "Use for critical text, such as input field error messaging."
547
547
  },
548
- "value": "R800"
548
+ "value": "Red800"
549
549
  },
550
550
  "name": "color.text.danger",
551
551
  "path": ["color", "text", "danger"]
@@ -566,7 +566,7 @@ var tokens = [{
566
566
  "introduced": "0.0.15",
567
567
  "description": "Use for text to emphasize caution, such as in moved lozenges."
568
568
  },
569
- "value": "O800"
569
+ "value": "Orange800"
570
570
  },
571
571
  "name": "color.text.warning.[default]",
572
572
  "path": ["color", "text", "warning", "[default]"]
@@ -587,7 +587,7 @@ var tokens = [{
587
587
  "introduced": "0.6.0",
588
588
  "description": "Use for text when on bold warning backgrounds."
589
589
  },
590
- "value": "N1000"
590
+ "value": "Neutral1000"
591
591
  },
592
592
  "name": "color.text.warning.inverse",
593
593
  "path": ["color", "text", "warning", "inverse"]
@@ -608,7 +608,7 @@ var tokens = [{
608
608
  "introduced": "0.0.15",
609
609
  "description": "Use for text to communicate a favourable outcome, such as input field success messaging."
610
610
  },
611
- "value": "G800"
611
+ "value": "Green800"
612
612
  },
613
613
  "name": "color.text.success",
614
614
  "path": ["color", "text", "success"]
@@ -629,7 +629,7 @@ var tokens = [{
629
629
  "introduced": "0.0.15",
630
630
  "description": "Use for text to emphasize change or something new, such as in new lozenges."
631
631
  },
632
- "value": "P800"
632
+ "value": "Purple800"
633
633
  },
634
634
  "name": "color.text.discovery",
635
635
  "path": ["color", "text", "discovery"]
@@ -650,7 +650,7 @@ var tokens = [{
650
650
  "introduced": "0.6.0",
651
651
  "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
652
652
  },
653
- "value": "B800"
653
+ "value": "Blue800"
654
654
  },
655
655
  "name": "color.text.information",
656
656
  "path": ["color", "text", "information"]
@@ -677,7 +677,7 @@ var tokens = [{
677
677
  "replacement": "color.text.[default]",
678
678
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
679
679
  },
680
- "value": "N1000"
680
+ "value": "Neutral1000"
681
681
  },
682
682
  "name": "color.text.highEmphasis",
683
683
  "path": ["color", "text", "highEmphasis"]
@@ -704,7 +704,7 @@ var tokens = [{
704
704
  "replacement": "color.link.pressed",
705
705
  "description": "Use for links in a pressed state"
706
706
  },
707
- "value": "B800"
707
+ "value": "Blue800"
708
708
  },
709
709
  "name": "color.text.link.pressed",
710
710
  "path": ["color", "text", "link", "pressed"]
@@ -731,7 +731,7 @@ var tokens = [{
731
731
  "replacement": "color.link.[default]",
732
732
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
733
733
  },
734
- "value": "B700"
734
+ "value": "Blue700"
735
735
  },
736
736
  "name": "color.text.link.resting",
737
737
  "path": ["color", "text", "link", "resting"]
@@ -758,7 +758,7 @@ var tokens = [{
758
758
  "replacement": "color.text.subtlest",
759
759
  "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"
760
760
  },
761
- "value": "N700"
761
+ "value": "Neutral700"
762
762
  },
763
763
  "name": "color.text.lowEmphasis",
764
764
  "path": ["color", "text", "lowEmphasis"]
@@ -785,7 +785,7 @@ var tokens = [{
785
785
  "replacement": "color.text.subtle",
786
786
  "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 "
787
787
  },
788
- "value": "N800"
788
+ "value": "Neutral800"
789
789
  },
790
790
  "name": "color.text.mediumEmphasis",
791
791
  "path": ["color", "text", "mediumEmphasis"]
@@ -812,7 +812,7 @@ var tokens = [{
812
812
  "replacement": "color.text.inverse",
813
813
  "description": "Use for text and icons when on bold backgrounds"
814
814
  },
815
- "value": "N0"
815
+ "value": "Neutral0"
816
816
  },
817
817
  "name": "color.text.onBold",
818
818
  "path": ["color", "text", "onBold"]
@@ -839,7 +839,7 @@ var tokens = [{
839
839
  "replacement": "color.text.warning.inverse",
840
840
  "description": "Use for text and icons when on bold warning backgrounds"
841
841
  },
842
- "value": "N1000"
842
+ "value": "Neutral1000"
843
843
  },
844
844
  "name": "color.text.onBoldWarning",
845
845
  "path": ["color", "text", "onBoldWarning"]
@@ -860,7 +860,7 @@ var tokens = [{
860
860
  "introduced": "0.6.0",
861
861
  "description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
862
862
  },
863
- "value": "B600"
863
+ "value": "Blue600"
864
864
  },
865
865
  "name": "color.icon.accent.blue",
866
866
  "path": ["color", "icon", "accent", "blue"]
@@ -881,7 +881,7 @@ var tokens = [{
881
881
  "introduced": "0.6.0",
882
882
  "description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
883
883
  },
884
- "value": "R600"
884
+ "value": "Red600"
885
885
  },
886
886
  "name": "color.icon.accent.red",
887
887
  "path": ["color", "icon", "accent", "red"]
@@ -902,7 +902,7 @@ var tokens = [{
902
902
  "introduced": "0.6.0",
903
903
  "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
904
904
  },
905
- "value": "O600"
905
+ "value": "Orange600"
906
906
  },
907
907
  "name": "color.icon.accent.orange",
908
908
  "path": ["color", "icon", "accent", "orange"]
@@ -923,7 +923,7 @@ var tokens = [{
923
923
  "introduced": "0.6.0",
924
924
  "description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
925
925
  },
926
- "value": "Y600"
926
+ "value": "Yellow600"
927
927
  },
928
928
  "name": "color.icon.accent.yellow",
929
929
  "path": ["color", "icon", "accent", "yellow"]
@@ -944,7 +944,7 @@ var tokens = [{
944
944
  "introduced": "0.6.0",
945
945
  "description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
946
946
  },
947
- "value": "G600"
947
+ "value": "Green600"
948
948
  },
949
949
  "name": "color.icon.accent.green",
950
950
  "path": ["color", "icon", "accent", "green"]
@@ -965,7 +965,7 @@ var tokens = [{
965
965
  "introduced": "0.6.0",
966
966
  "description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
967
967
  },
968
- "value": "P600"
968
+ "value": "Purple600"
969
969
  },
970
970
  "name": "color.icon.accent.purple",
971
971
  "path": ["color", "icon", "accent", "purple"]
@@ -986,7 +986,7 @@ var tokens = [{
986
986
  "introduced": "0.6.0",
987
987
  "description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
988
988
  },
989
- "value": "T600"
989
+ "value": "Teal600"
990
990
  },
991
991
  "name": "color.icon.accent.teal",
992
992
  "path": ["color", "icon", "accent", "teal"]
@@ -1007,7 +1007,7 @@ var tokens = [{
1007
1007
  "introduced": "0.6.0",
1008
1008
  "description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
1009
1009
  },
1010
- "value": "M600"
1010
+ "value": "Magenta600"
1011
1011
  },
1012
1012
  "name": "color.icon.accent.magenta",
1013
1013
  "path": ["color", "icon", "accent", "magenta"]
@@ -1028,7 +1028,7 @@ var tokens = [{
1028
1028
  "introduced": "0.10.5",
1029
1029
  "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1030
1030
  },
1031
- "value": "N600"
1031
+ "value": "Neutral600"
1032
1032
  },
1033
1033
  "name": "color.icon.accent.gray",
1034
1034
  "path": ["color", "icon", "accent", "gray"]
@@ -1049,7 +1049,7 @@ var tokens = [{
1049
1049
  "introduced": "0.6.0",
1050
1050
  "description": "Use for icon-only buttons, or icons paired with color.text"
1051
1051
  },
1052
- "value": "N800"
1052
+ "value": "Neutral800"
1053
1053
  },
1054
1054
  "name": "color.icon.[default]",
1055
1055
  "path": ["color", "icon", "[default]"]
@@ -1070,7 +1070,7 @@ var tokens = [{
1070
1070
  "introduced": "0.6.0",
1071
1071
  "description": "Use for icons paired with color.text.subtle"
1072
1072
  },
1073
- "value": "N700"
1073
+ "value": "Neutral700"
1074
1074
  },
1075
1075
  "name": "color.icon.subtle",
1076
1076
  "path": ["color", "icon", "subtle"]
@@ -1091,7 +1091,7 @@ var tokens = [{
1091
1091
  "introduced": "0.6.0",
1092
1092
  "description": "Use for icons on bold backgrounds."
1093
1093
  },
1094
- "value": "N0"
1094
+ "value": "Neutral0"
1095
1095
  },
1096
1096
  "name": "color.icon.inverse",
1097
1097
  "path": ["color", "icon", "inverse"]
@@ -1112,7 +1112,7 @@ var tokens = [{
1112
1112
  "introduced": "0.6.0",
1113
1113
  "description": "Use for icons in a disabled state."
1114
1114
  },
1115
- "value": "N400A"
1115
+ "value": "Neutral400A"
1116
1116
  },
1117
1117
  "name": "color.icon.disabled",
1118
1118
  "path": ["color", "icon", "disabled"]
@@ -1133,7 +1133,7 @@ var tokens = [{
1133
1133
  "introduced": "0.6.0",
1134
1134
  "description": "Use for icons that reinforce our brand."
1135
1135
  },
1136
- "value": "B700"
1136
+ "value": "Blue700"
1137
1137
  },
1138
1138
  "name": "color.icon.brand",
1139
1139
  "path": ["color", "icon", "brand"]
@@ -1154,7 +1154,7 @@ var tokens = [{
1154
1154
  "introduced": "0.6.2",
1155
1155
  "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
1156
1156
  },
1157
- "value": "B700"
1157
+ "value": "Blue700"
1158
1158
  },
1159
1159
  "name": "color.icon.selected",
1160
1160
  "path": ["color", "icon", "selected"]
@@ -1175,7 +1175,7 @@ var tokens = [{
1175
1175
  "introduced": "0.6.0",
1176
1176
  "description": "Use for icons communicating critical information, such as those used in error handing."
1177
1177
  },
1178
- "value": "R600"
1178
+ "value": "Red600"
1179
1179
  },
1180
1180
  "name": "color.icon.danger",
1181
1181
  "path": ["color", "icon", "danger"]
@@ -1196,7 +1196,7 @@ var tokens = [{
1196
1196
  "introduced": "0.6.0",
1197
1197
  "description": "Use for icons communicating caution, such as those used in warning section messages."
1198
1198
  },
1199
- "value": "O600"
1199
+ "value": "Orange600"
1200
1200
  },
1201
1201
  "name": "color.icon.warning.[default]",
1202
1202
  "path": ["color", "icon", "warning", "[default]"]
@@ -1217,7 +1217,7 @@ var tokens = [{
1217
1217
  "introduced": "0.6.0",
1218
1218
  "description": "Use for icons when on bold warning backgrounds."
1219
1219
  },
1220
- "value": "N1000"
1220
+ "value": "Neutral1000"
1221
1221
  },
1222
1222
  "name": "color.icon.warning.inverse",
1223
1223
  "path": ["color", "icon", "warning", "inverse"]
@@ -1238,7 +1238,7 @@ var tokens = [{
1238
1238
  "introduced": "0.6.0",
1239
1239
  "description": "Use for icons communicating a favourable outcome, such as those used in success section messaged."
1240
1240
  },
1241
- "value": "G600"
1241
+ "value": "Green600"
1242
1242
  },
1243
1243
  "name": "color.icon.success",
1244
1244
  "path": ["color", "icon", "success"]
@@ -1259,7 +1259,7 @@ var tokens = [{
1259
1259
  "introduced": "0.6.0",
1260
1260
  "description": "Use for icons communicating change or something new, such as discovery section messages."
1261
1261
  },
1262
- "value": "P600"
1262
+ "value": "Purple600"
1263
1263
  },
1264
1264
  "name": "color.icon.discovery",
1265
1265
  "path": ["color", "icon", "discovery"]
@@ -1280,7 +1280,7 @@ var tokens = [{
1280
1280
  "introduced": "0.6.0",
1281
1281
  "description": "Use for icons communicating information or something in-progress, such as information section messages."
1282
1282
  },
1283
- "value": "B600"
1283
+ "value": "Blue600"
1284
1284
  },
1285
1285
  "name": "color.icon.information",
1286
1286
  "path": ["color", "icon", "information"]
@@ -1301,7 +1301,7 @@ var tokens = [{
1301
1301
  "introduced": "0.6.0",
1302
1302
  "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
1303
1303
  },
1304
- "value": "B600"
1304
+ "value": "Blue600"
1305
1305
  },
1306
1306
  "name": "color.border.accent.blue",
1307
1307
  "path": ["color", "border", "accent", "blue"]
@@ -1322,7 +1322,7 @@ var tokens = [{
1322
1322
  "introduced": "0.6.0",
1323
1323
  "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
1324
1324
  },
1325
- "value": "R600"
1325
+ "value": "Red600"
1326
1326
  },
1327
1327
  "name": "color.border.accent.red",
1328
1328
  "path": ["color", "border", "accent", "red"]
@@ -1343,7 +1343,7 @@ var tokens = [{
1343
1343
  "introduced": "0.6.0",
1344
1344
  "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
1345
1345
  },
1346
- "value": "O600"
1346
+ "value": "Orange600"
1347
1347
  },
1348
1348
  "name": "color.border.accent.orange",
1349
1349
  "path": ["color", "border", "accent", "orange"]
@@ -1364,7 +1364,7 @@ var tokens = [{
1364
1364
  "introduced": "0.6.0",
1365
1365
  "description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
1366
1366
  },
1367
- "value": "Y600"
1367
+ "value": "Yellow600"
1368
1368
  },
1369
1369
  "name": "color.border.accent.yellow",
1370
1370
  "path": ["color", "border", "accent", "yellow"]
@@ -1385,7 +1385,7 @@ var tokens = [{
1385
1385
  "introduced": "0.6.0",
1386
1386
  "description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
1387
1387
  },
1388
- "value": "G600"
1388
+ "value": "Green600"
1389
1389
  },
1390
1390
  "name": "color.border.accent.green",
1391
1391
  "path": ["color", "border", "accent", "green"]
@@ -1406,7 +1406,7 @@ var tokens = [{
1406
1406
  "introduced": "0.6.0",
1407
1407
  "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
1408
1408
  },
1409
- "value": "P600"
1409
+ "value": "Purple600"
1410
1410
  },
1411
1411
  "name": "color.border.accent.purple",
1412
1412
  "path": ["color", "border", "accent", "purple"]
@@ -1427,7 +1427,7 @@ var tokens = [{
1427
1427
  "introduced": "0.6.0",
1428
1428
  "description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
1429
1429
  },
1430
- "value": "T600"
1430
+ "value": "Teal600"
1431
1431
  },
1432
1432
  "name": "color.border.accent.teal",
1433
1433
  "path": ["color", "border", "accent", "teal"]
@@ -1448,7 +1448,7 @@ var tokens = [{
1448
1448
  "introduced": "0.6.0",
1449
1449
  "description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
1450
1450
  },
1451
- "value": "M600"
1451
+ "value": "Magenta600"
1452
1452
  },
1453
1453
  "name": "color.border.accent.magenta",
1454
1454
  "path": ["color", "border", "accent", "magenta"]
@@ -1469,7 +1469,7 @@ var tokens = [{
1469
1469
  "introduced": "0.10.5",
1470
1470
  "description": "Use for borders on non-bold gray accent backgrounds."
1471
1471
  },
1472
- "value": "N600"
1472
+ "value": "Neutral600"
1473
1473
  },
1474
1474
  "name": "color.border.accent.gray",
1475
1475
  "path": ["color", "border", "accent", "gray"]
@@ -1490,7 +1490,7 @@ var tokens = [{
1490
1490
  "introduced": "0.6.0",
1491
1491
  "description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
1492
1492
  },
1493
- "value": "N300A"
1493
+ "value": "Neutral300A"
1494
1494
  },
1495
1495
  "name": "color.border.[default]",
1496
1496
  "path": ["color", "border", "[default]"]
@@ -1511,7 +1511,7 @@ var tokens = [{
1511
1511
  "introduced": "0.10.8",
1512
1512
  "description": "A neutral border option that passes min 3:1 contrast ratios."
1513
1513
  },
1514
- "value": "N600"
1514
+ "value": "Neutral600"
1515
1515
  },
1516
1516
  "name": "color.border.bold",
1517
1517
  "path": ["color", "border", "bold"]
@@ -1532,7 +1532,7 @@ var tokens = [{
1532
1532
  "introduced": "0.6.0",
1533
1533
  "description": "Use for borders on bold backgrounds."
1534
1534
  },
1535
- "value": "N0"
1535
+ "value": "Neutral0"
1536
1536
  },
1537
1537
  "name": "color.border.inverse",
1538
1538
  "path": ["color", "border", "inverse"]
@@ -1553,7 +1553,7 @@ var tokens = [{
1553
1553
  "introduced": "0.6.0",
1554
1554
  "description": "Use for focus rings of elements in a focus state."
1555
1555
  },
1556
- "value": "B500"
1556
+ "value": "Blue500"
1557
1557
  },
1558
1558
  "name": "color.border.focused",
1559
1559
  "path": ["color", "border", "focused"]
@@ -1574,7 +1574,7 @@ var tokens = [{
1574
1574
  "introduced": "0.6.0",
1575
1575
  "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
1576
1576
  },
1577
- "value": "N300A"
1577
+ "value": "Neutral300A"
1578
1578
  },
1579
1579
  "name": "color.border.input",
1580
1580
  "path": ["color", "border", "input"]
@@ -1595,7 +1595,7 @@ var tokens = [{
1595
1595
  "introduced": "0.6.0",
1596
1596
  "description": "Use for borders of elements in a disabled state."
1597
1597
  },
1598
- "value": "N200A"
1598
+ "value": "Neutral200A"
1599
1599
  },
1600
1600
  "name": "color.border.disabled",
1601
1601
  "path": ["color", "border", "disabled"]
@@ -1616,7 +1616,7 @@ var tokens = [{
1616
1616
  "introduced": "0.6.0",
1617
1617
  "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1618
1618
  },
1619
- "value": "B700"
1619
+ "value": "Blue700"
1620
1620
  },
1621
1621
  "name": "color.border.brand",
1622
1622
  "path": ["color", "border", "brand"]
@@ -1637,7 +1637,7 @@ var tokens = [{
1637
1637
  "introduced": "0.6.2",
1638
1638
  "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1639
1639
  },
1640
- "value": "B700"
1640
+ "value": "Blue700"
1641
1641
  },
1642
1642
  "name": "color.border.selected",
1643
1643
  "path": ["color", "border", "selected"]
@@ -1658,7 +1658,7 @@ var tokens = [{
1658
1658
  "introduced": "0.6.0",
1659
1659
  "description": "Use for borders communicating critical information, such as the borders on invalid text fields."
1660
1660
  },
1661
- "value": "R600"
1661
+ "value": "Red600"
1662
1662
  },
1663
1663
  "name": "color.border.danger",
1664
1664
  "path": ["color", "border", "danger"]
@@ -1679,7 +1679,7 @@ var tokens = [{
1679
1679
  "introduced": "0.6.0",
1680
1680
  "description": "Use for borders communicating caution."
1681
1681
  },
1682
- "value": "O600"
1682
+ "value": "Orange600"
1683
1683
  },
1684
1684
  "name": "color.border.warning",
1685
1685
  "path": ["color", "border", "warning"]
@@ -1700,7 +1700,7 @@ var tokens = [{
1700
1700
  "introduced": "0.6.0",
1701
1701
  "description": "Use for borders communicating a favourable outcome, such as the borders on validated text fields."
1702
1702
  },
1703
- "value": "G600"
1703
+ "value": "Green600"
1704
1704
  },
1705
1705
  "name": "color.border.success",
1706
1706
  "path": ["color", "border", "success"]
@@ -1721,7 +1721,7 @@ var tokens = [{
1721
1721
  "introduced": "0.6.0",
1722
1722
  "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
1723
1723
  },
1724
- "value": "P600"
1724
+ "value": "Purple600"
1725
1725
  },
1726
1726
  "name": "color.border.discovery",
1727
1727
  "path": ["color", "border", "discovery"]
@@ -1742,7 +1742,7 @@ var tokens = [{
1742
1742
  "introduced": "0.6.0",
1743
1743
  "description": "Use for borders communicating information or something in-progress."
1744
1744
  },
1745
- "value": "B600"
1745
+ "value": "Blue600"
1746
1746
  },
1747
1747
  "name": "color.border.information",
1748
1748
  "path": ["color", "border", "information"]
@@ -1769,7 +1769,7 @@ var tokens = [{
1769
1769
  "replacement": "color.border.focused",
1770
1770
  "description": "Use for focus rings of elements in a focus state"
1771
1771
  },
1772
- "value": "B500"
1772
+ "value": "Blue500"
1773
1773
  },
1774
1774
  "name": "color.border.focus",
1775
1775
  "path": ["color", "border", "focus"]
@@ -1796,7 +1796,7 @@ var tokens = [{
1796
1796
  "replacement": "color.border.[default]",
1797
1797
  "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"
1798
1798
  },
1799
- "value": "N300A"
1799
+ "value": "Neutral300A"
1800
1800
  },
1801
1801
  "name": "color.border.neutral",
1802
1802
  "path": ["color", "border", "neutral"]
@@ -1817,7 +1817,7 @@ var tokens = [{
1817
1817
  "introduced": "0.7.0",
1818
1818
  "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1819
1819
  },
1820
- "value": "B100"
1820
+ "value": "Blue100"
1821
1821
  },
1822
1822
  "name": "color.background.accent.blue.subtlest",
1823
1823
  "path": ["color", "background", "accent", "blue", "subtlest"]
@@ -1838,7 +1838,7 @@ var tokens = [{
1838
1838
  "introduced": "0.7.0",
1839
1839
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1840
1840
  },
1841
- "value": "B200"
1841
+ "value": "Blue200"
1842
1842
  },
1843
1843
  "name": "color.background.accent.blue.subtler",
1844
1844
  "path": ["color", "background", "accent", "blue", "subtler"]
@@ -1859,7 +1859,7 @@ var tokens = [{
1859
1859
  "introduced": "0.7.0",
1860
1860
  "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1861
1861
  },
1862
- "value": "B400"
1862
+ "value": "Blue400"
1863
1863
  },
1864
1864
  "name": "color.background.accent.blue.subtle",
1865
1865
  "path": ["color", "background", "accent", "blue", "subtle"]
@@ -1880,7 +1880,7 @@ var tokens = [{
1880
1880
  "introduced": "0.7.0",
1881
1881
  "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."
1882
1882
  },
1883
- "value": "B700"
1883
+ "value": "Blue700"
1884
1884
  },
1885
1885
  "name": "color.background.accent.blue.bolder",
1886
1886
  "path": ["color", "background", "accent", "blue", "bolder"]
@@ -1907,7 +1907,7 @@ var tokens = [{
1907
1907
  "replacement": "color.background.accent.blue.subtler",
1908
1908
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1909
1909
  },
1910
- "value": "B200"
1910
+ "value": "Blue200"
1911
1911
  },
1912
1912
  "name": "color.background.accent.blue.[default]",
1913
1913
  "path": ["color", "background", "accent", "blue", "[default]"]
@@ -1934,7 +1934,7 @@ var tokens = [{
1934
1934
  "replacement": "color.background.accent.blue.subtle",
1935
1935
  "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."
1936
1936
  },
1937
- "value": "B400"
1937
+ "value": "Blue400"
1938
1938
  },
1939
1939
  "name": "color.background.accent.blue.bold",
1940
1940
  "path": ["color", "background", "accent", "blue", "bold"]
@@ -1955,7 +1955,7 @@ var tokens = [{
1955
1955
  "introduced": "0.7.0",
1956
1956
  "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1957
1957
  },
1958
- "value": "R100"
1958
+ "value": "Red100"
1959
1959
  },
1960
1960
  "name": "color.background.accent.red.subtlest",
1961
1961
  "path": ["color", "background", "accent", "red", "subtlest"]
@@ -1976,7 +1976,7 @@ var tokens = [{
1976
1976
  "introduced": "0.7.0",
1977
1977
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1978
1978
  },
1979
- "value": "R200"
1979
+ "value": "Red200"
1980
1980
  },
1981
1981
  "name": "color.background.accent.red.subtler",
1982
1982
  "path": ["color", "background", "accent", "red", "subtler"]
@@ -1997,7 +1997,7 @@ var tokens = [{
1997
1997
  "introduced": "0.7.0",
1998
1998
  "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1999
1999
  },
2000
- "value": "R400"
2000
+ "value": "Red400"
2001
2001
  },
2002
2002
  "name": "color.background.accent.red.subtle",
2003
2003
  "path": ["color", "background", "accent", "red", "subtle"]
@@ -2018,7 +2018,7 @@ var tokens = [{
2018
2018
  "introduced": "0.7.0",
2019
2019
  "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."
2020
2020
  },
2021
- "value": "R700"
2021
+ "value": "Red700"
2022
2022
  },
2023
2023
  "name": "color.background.accent.red.bolder",
2024
2024
  "path": ["color", "background", "accent", "red", "bolder"]
@@ -2045,7 +2045,7 @@ var tokens = [{
2045
2045
  "replacement": "color.background.accent.red.subtler",
2046
2046
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
2047
2047
  },
2048
- "value": "R200"
2048
+ "value": "Red200"
2049
2049
  },
2050
2050
  "name": "color.background.accent.red.[default]",
2051
2051
  "path": ["color", "background", "accent", "red", "[default]"]
@@ -2072,7 +2072,7 @@ var tokens = [{
2072
2072
  "replacement": "color.background.accent.red.subtle",
2073
2073
  "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."
2074
2074
  },
2075
- "value": "R400"
2075
+ "value": "Red400"
2076
2076
  },
2077
2077
  "name": "color.background.accent.red.bold",
2078
2078
  "path": ["color", "background", "accent", "red", "bold"]
@@ -2093,7 +2093,7 @@ var tokens = [{
2093
2093
  "introduced": "0.7.0",
2094
2094
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2095
2095
  },
2096
- "value": "O100"
2096
+ "value": "Orange100"
2097
2097
  },
2098
2098
  "name": "color.background.accent.orange.subtlest",
2099
2099
  "path": ["color", "background", "accent", "orange", "subtlest"]
@@ -2114,7 +2114,7 @@ var tokens = [{
2114
2114
  "introduced": "0.7.0",
2115
2115
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
2116
2116
  },
2117
- "value": "O200"
2117
+ "value": "Orange200"
2118
2118
  },
2119
2119
  "name": "color.background.accent.orange.subtler",
2120
2120
  "path": ["color", "background", "accent", "orange", "subtler"]
@@ -2135,7 +2135,7 @@ var tokens = [{
2135
2135
  "introduced": "0.7.0",
2136
2136
  "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
2137
2137
  },
2138
- "value": "O400"
2138
+ "value": "Orange400"
2139
2139
  },
2140
2140
  "name": "color.background.accent.orange.subtle",
2141
2141
  "path": ["color", "background", "accent", "orange", "subtle"]
@@ -2156,7 +2156,7 @@ var tokens = [{
2156
2156
  "introduced": "0.7.0",
2157
2157
  "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."
2158
2158
  },
2159
- "value": "O700"
2159
+ "value": "Orange700"
2160
2160
  },
2161
2161
  "name": "color.background.accent.orange.bolder",
2162
2162
  "path": ["color", "background", "accent", "orange", "bolder"]
@@ -2183,7 +2183,7 @@ var tokens = [{
2183
2183
  "replacement": "color.background.accent.orange.subtler",
2184
2184
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
2185
2185
  },
2186
- "value": "O200"
2186
+ "value": "Orange200"
2187
2187
  },
2188
2188
  "name": "color.background.accent.orange.[default]",
2189
2189
  "path": ["color", "background", "accent", "orange", "[default]"]
@@ -2210,7 +2210,7 @@ var tokens = [{
2210
2210
  "replacement": "color.background.accent.orange.subtle",
2211
2211
  "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."
2212
2212
  },
2213
- "value": "O400"
2213
+ "value": "Orange400"
2214
2214
  },
2215
2215
  "name": "color.background.accent.orange.bold",
2216
2216
  "path": ["color", "background", "accent", "orange", "bold"]
@@ -2231,7 +2231,7 @@ var tokens = [{
2231
2231
  "introduced": "0.7.0",
2232
2232
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2233
2233
  },
2234
- "value": "Y100"
2234
+ "value": "Yellow100"
2235
2235
  },
2236
2236
  "name": "color.background.accent.yellow.subtlest",
2237
2237
  "path": ["color", "background", "accent", "yellow", "subtlest"]
@@ -2252,7 +2252,7 @@ var tokens = [{
2252
2252
  "introduced": "0.7.0",
2253
2253
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2254
2254
  },
2255
- "value": "Y200"
2255
+ "value": "Yellow200"
2256
2256
  },
2257
2257
  "name": "color.background.accent.yellow.subtler",
2258
2258
  "path": ["color", "background", "accent", "yellow", "subtler"]
@@ -2273,7 +2273,7 @@ var tokens = [{
2273
2273
  "introduced": "0.7.0",
2274
2274
  "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2275
2275
  },
2276
- "value": "Y400"
2276
+ "value": "Yellow400"
2277
2277
  },
2278
2278
  "name": "color.background.accent.yellow.subtle",
2279
2279
  "path": ["color", "background", "accent", "yellow", "subtle"]
@@ -2294,7 +2294,7 @@ var tokens = [{
2294
2294
  "introduced": "0.7.0",
2295
2295
  "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."
2296
2296
  },
2297
- "value": "Y700"
2297
+ "value": "Yellow700"
2298
2298
  },
2299
2299
  "name": "color.background.accent.yellow.bolder",
2300
2300
  "path": ["color", "background", "accent", "yellow", "bolder"]
@@ -2321,7 +2321,7 @@ var tokens = [{
2321
2321
  "replacement": "color.background.accent.yellow.subtler",
2322
2322
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2323
2323
  },
2324
- "value": "Y200"
2324
+ "value": "Yellow200"
2325
2325
  },
2326
2326
  "name": "color.background.accent.yellow.[default]",
2327
2327
  "path": ["color", "background", "accent", "yellow", "[default]"]
@@ -2348,7 +2348,7 @@ var tokens = [{
2348
2348
  "replacement": "color.background.accent.yellow.subtle",
2349
2349
  "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."
2350
2350
  },
2351
- "value": "Y400"
2351
+ "value": "Yellow400"
2352
2352
  },
2353
2353
  "name": "color.background.accent.yellow.bold",
2354
2354
  "path": ["color", "background", "accent", "yellow", "bold"]
@@ -2369,7 +2369,7 @@ var tokens = [{
2369
2369
  "introduced": "0.7.0",
2370
2370
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2371
2371
  },
2372
- "value": "G100"
2372
+ "value": "Green100"
2373
2373
  },
2374
2374
  "name": "color.background.accent.green.subtlest",
2375
2375
  "path": ["color", "background", "accent", "green", "subtlest"]
@@ -2390,7 +2390,7 @@ var tokens = [{
2390
2390
  "introduced": "0.7.0",
2391
2391
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2392
2392
  },
2393
- "value": "G200"
2393
+ "value": "Green200"
2394
2394
  },
2395
2395
  "name": "color.background.accent.green.subtler",
2396
2396
  "path": ["color", "background", "accent", "green", "subtler"]
@@ -2411,7 +2411,7 @@ var tokens = [{
2411
2411
  "introduced": "0.7.0",
2412
2412
  "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
2413
2413
  },
2414
- "value": "G400"
2414
+ "value": "Green400"
2415
2415
  },
2416
2416
  "name": "color.background.accent.green.subtle",
2417
2417
  "path": ["color", "background", "accent", "green", "subtle"]
@@ -2432,7 +2432,7 @@ var tokens = [{
2432
2432
  "introduced": "0.7.0",
2433
2433
  "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."
2434
2434
  },
2435
- "value": "G700"
2435
+ "value": "Green700"
2436
2436
  },
2437
2437
  "name": "color.background.accent.green.bolder",
2438
2438
  "path": ["color", "background", "accent", "green", "bolder"]
@@ -2459,7 +2459,7 @@ var tokens = [{
2459
2459
  "replacement": "color.background.accent.green.subtler",
2460
2460
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2461
2461
  },
2462
- "value": "G200"
2462
+ "value": "Green200"
2463
2463
  },
2464
2464
  "name": "color.background.accent.green.[default]",
2465
2465
  "path": ["color", "background", "accent", "green", "[default]"]
@@ -2486,7 +2486,7 @@ var tokens = [{
2486
2486
  "replacement": "color.background.accent.green.subtle",
2487
2487
  "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."
2488
2488
  },
2489
- "value": "G400"
2489
+ "value": "Green400"
2490
2490
  },
2491
2491
  "name": "color.background.accent.green.bold",
2492
2492
  "path": ["color", "background", "accent", "green", "bold"]
@@ -2507,7 +2507,7 @@ var tokens = [{
2507
2507
  "introduced": "0.7.0",
2508
2508
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2509
2509
  },
2510
- "value": "T100"
2510
+ "value": "Teal100"
2511
2511
  },
2512
2512
  "name": "color.background.accent.teal.subtlest",
2513
2513
  "path": ["color", "background", "accent", "teal", "subtlest"]
@@ -2528,7 +2528,7 @@ var tokens = [{
2528
2528
  "introduced": "0.7.0",
2529
2529
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2530
2530
  },
2531
- "value": "T200"
2531
+ "value": "Teal200"
2532
2532
  },
2533
2533
  "name": "color.background.accent.teal.subtler",
2534
2534
  "path": ["color", "background", "accent", "teal", "subtler"]
@@ -2549,7 +2549,7 @@ var tokens = [{
2549
2549
  "introduced": "0.7.0",
2550
2550
  "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
2551
2551
  },
2552
- "value": "T400"
2552
+ "value": "Teal400"
2553
2553
  },
2554
2554
  "name": "color.background.accent.teal.subtle",
2555
2555
  "path": ["color", "background", "accent", "teal", "subtle"]
@@ -2570,7 +2570,7 @@ var tokens = [{
2570
2570
  "introduced": "0.7.0",
2571
2571
  "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."
2572
2572
  },
2573
- "value": "T700"
2573
+ "value": "Teal700"
2574
2574
  },
2575
2575
  "name": "color.background.accent.teal.bolder",
2576
2576
  "path": ["color", "background", "accent", "teal", "bolder"]
@@ -2597,7 +2597,7 @@ var tokens = [{
2597
2597
  "replacement": "color.background.accent.teal.subtler",
2598
2598
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2599
2599
  },
2600
- "value": "T200"
2600
+ "value": "Teal200"
2601
2601
  },
2602
2602
  "name": "color.background.accent.teal.[default]",
2603
2603
  "path": ["color", "background", "accent", "teal", "[default]"]
@@ -2624,7 +2624,7 @@ var tokens = [{
2624
2624
  "replacement": "color.background.accent.teal.subtle",
2625
2625
  "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."
2626
2626
  },
2627
- "value": "T400"
2627
+ "value": "Teal400"
2628
2628
  },
2629
2629
  "name": "color.background.accent.teal.bold",
2630
2630
  "path": ["color", "background", "accent", "teal", "bold"]
@@ -2645,7 +2645,7 @@ var tokens = [{
2645
2645
  "introduced": "0.7.0",
2646
2646
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2647
2647
  },
2648
- "value": "P100"
2648
+ "value": "Purple100"
2649
2649
  },
2650
2650
  "name": "color.background.accent.purple.subtlest",
2651
2651
  "path": ["color", "background", "accent", "purple", "subtlest"]
@@ -2666,7 +2666,7 @@ var tokens = [{
2666
2666
  "introduced": "0.7.0",
2667
2667
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2668
2668
  },
2669
- "value": "P200"
2669
+ "value": "Purple200"
2670
2670
  },
2671
2671
  "name": "color.background.accent.purple.subtler",
2672
2672
  "path": ["color", "background", "accent", "purple", "subtler"]
@@ -2687,7 +2687,7 @@ var tokens = [{
2687
2687
  "introduced": "0.7.0",
2688
2688
  "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
2689
2689
  },
2690
- "value": "P400"
2690
+ "value": "Purple400"
2691
2691
  },
2692
2692
  "name": "color.background.accent.purple.subtle",
2693
2693
  "path": ["color", "background", "accent", "purple", "subtle"]
@@ -2708,7 +2708,7 @@ var tokens = [{
2708
2708
  "introduced": "0.7.0",
2709
2709
  "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."
2710
2710
  },
2711
- "value": "P700"
2711
+ "value": "Purple700"
2712
2712
  },
2713
2713
  "name": "color.background.accent.purple.bolder",
2714
2714
  "path": ["color", "background", "accent", "purple", "bolder"]
@@ -2735,7 +2735,7 @@ var tokens = [{
2735
2735
  "replacement": "color.background.accent.purple.subtler",
2736
2736
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2737
2737
  },
2738
- "value": "P200"
2738
+ "value": "Purple200"
2739
2739
  },
2740
2740
  "name": "color.background.accent.purple.[default]",
2741
2741
  "path": ["color", "background", "accent", "purple", "[default]"]
@@ -2762,7 +2762,7 @@ var tokens = [{
2762
2762
  "replacement": "color.background.accent.purple.subtle",
2763
2763
  "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."
2764
2764
  },
2765
- "value": "P400"
2765
+ "value": "Purple400"
2766
2766
  },
2767
2767
  "name": "color.background.accent.purple.bold",
2768
2768
  "path": ["color", "background", "accent", "purple", "bold"]
@@ -2783,7 +2783,7 @@ var tokens = [{
2783
2783
  "introduced": "0.7.0",
2784
2784
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2785
2785
  },
2786
- "value": "M100"
2786
+ "value": "Magenta100"
2787
2787
  },
2788
2788
  "name": "color.background.accent.magenta.subtlest",
2789
2789
  "path": ["color", "background", "accent", "magenta", "subtlest"]
@@ -2804,7 +2804,7 @@ var tokens = [{
2804
2804
  "introduced": "0.7.0",
2805
2805
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2806
2806
  },
2807
- "value": "M200"
2807
+ "value": "Magenta200"
2808
2808
  },
2809
2809
  "name": "color.background.accent.magenta.subtler",
2810
2810
  "path": ["color", "background", "accent", "magenta", "subtler"]
@@ -2825,7 +2825,7 @@ var tokens = [{
2825
2825
  "introduced": "0.7.0",
2826
2826
  "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2827
2827
  },
2828
- "value": "M400"
2828
+ "value": "Magenta400"
2829
2829
  },
2830
2830
  "name": "color.background.accent.magenta.subtle",
2831
2831
  "path": ["color", "background", "accent", "magenta", "subtle"]
@@ -2846,7 +2846,7 @@ var tokens = [{
2846
2846
  "introduced": "0.7.0",
2847
2847
  "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."
2848
2848
  },
2849
- "value": "M700"
2849
+ "value": "Magenta700"
2850
2850
  },
2851
2851
  "name": "color.background.accent.magenta.bolder",
2852
2852
  "path": ["color", "background", "accent", "magenta", "bolder"]
@@ -2873,7 +2873,7 @@ var tokens = [{
2873
2873
  "replacement": "color.background.accent.magenta.subtler",
2874
2874
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2875
2875
  },
2876
- "value": "M200"
2876
+ "value": "Magenta200"
2877
2877
  },
2878
2878
  "name": "color.background.accent.magenta.[default]",
2879
2879
  "path": ["color", "background", "accent", "magenta", "[default]"]
@@ -2900,7 +2900,7 @@ var tokens = [{
2900
2900
  "replacement": "color.background.accent.magenta.subtle",
2901
2901
  "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."
2902
2902
  },
2903
- "value": "M400"
2903
+ "value": "Magenta400"
2904
2904
  },
2905
2905
  "name": "color.background.accent.magenta.bold",
2906
2906
  "path": ["color", "background", "accent", "magenta", "bold"]
@@ -2921,7 +2921,7 @@ var tokens = [{
2921
2921
  "introduced": "0.7.0",
2922
2922
  "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2923
2923
  },
2924
- "value": "N200"
2924
+ "value": "Neutral200"
2925
2925
  },
2926
2926
  "name": "color.background.accent.gray.subtlest",
2927
2927
  "path": ["color", "background", "accent", "gray", "subtlest"]
@@ -2942,7 +2942,7 @@ var tokens = [{
2942
2942
  "introduced": "0.7.0",
2943
2943
  "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
2944
2944
  },
2945
- "value": "N300"
2945
+ "value": "Neutral300"
2946
2946
  },
2947
2947
  "name": "color.background.accent.gray.subtler",
2948
2948
  "path": ["color", "background", "accent", "gray", "subtler"]
@@ -2963,7 +2963,7 @@ var tokens = [{
2963
2963
  "introduced": "0.7.0",
2964
2964
  "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
2965
2965
  },
2966
- "value": "N500"
2966
+ "value": "Neutral500"
2967
2967
  },
2968
2968
  "name": "color.background.accent.gray.subtle",
2969
2969
  "path": ["color", "background", "accent", "gray", "subtle"]
@@ -2984,7 +2984,7 @@ var tokens = [{
2984
2984
  "introduced": "0.7.0",
2985
2985
  "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."
2986
2986
  },
2987
- "value": "N700"
2987
+ "value": "Neutral700"
2988
2988
  },
2989
2989
  "name": "color.background.accent.gray.bolder",
2990
2990
  "path": ["color", "background", "accent", "gray", "bolder"]
@@ -3005,7 +3005,7 @@ var tokens = [{
3005
3005
  "introduced": "0.0.15",
3006
3006
  "description": "Use for backgrounds of elements in a disabled state."
3007
3007
  },
3008
- "value": "N100A"
3008
+ "value": "Neutral100A"
3009
3009
  },
3010
3010
  "name": "color.background.disabled",
3011
3011
  "path": ["color", "background", "disabled"]
@@ -3116,7 +3116,7 @@ var tokens = [{
3116
3116
  "introduced": "0.6.0",
3117
3117
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
3118
3118
  },
3119
- "value": "N0"
3119
+ "value": "Neutral0"
3120
3120
  },
3121
3121
  "name": "color.background.input.[default]",
3122
3122
  "path": ["color", "background", "input", "[default]"]
@@ -3137,7 +3137,7 @@ var tokens = [{
3137
3137
  "introduced": "0.6.0",
3138
3138
  "description": "Hovered state for color.background.input"
3139
3139
  },
3140
- "value": "N100"
3140
+ "value": "Neutral100"
3141
3141
  },
3142
3142
  "name": "color.background.input.hovered",
3143
3143
  "path": ["color", "background", "input", "hovered"]
@@ -3158,7 +3158,7 @@ var tokens = [{
3158
3158
  "introduced": "0.6.0",
3159
3159
  "description": "Pressed state for color.background.input"
3160
3160
  },
3161
- "value": "N0"
3161
+ "value": "Neutral0"
3162
3162
  },
3163
3163
  "name": "color.background.input.pressed",
3164
3164
  "path": ["color", "background", "input", "pressed"]
@@ -3179,7 +3179,7 @@ var tokens = [{
3179
3179
  "introduced": "0.6.0",
3180
3180
  "description": "The default background for neutral elements, such as default buttons."
3181
3181
  },
3182
- "value": "N200A"
3182
+ "value": "Neutral200A"
3183
3183
  },
3184
3184
  "name": "color.background.neutral.[default].[default]",
3185
3185
  "path": ["color", "background", "neutral", "[default]", "[default]"]
@@ -3200,7 +3200,7 @@ var tokens = [{
3200
3200
  "introduced": "0.6.0",
3201
3201
  "description": "Hovered state for color.background.neutral"
3202
3202
  },
3203
- "value": "N300A"
3203
+ "value": "Neutral300A"
3204
3204
  },
3205
3205
  "name": "color.background.neutral.[default].hovered",
3206
3206
  "path": ["color", "background", "neutral", "[default]", "hovered"]
@@ -3221,7 +3221,7 @@ var tokens = [{
3221
3221
  "introduced": "0.6.0",
3222
3222
  "description": "Pressed state for color.background.neutral"
3223
3223
  },
3224
- "value": "N400A"
3224
+ "value": "Neutral400A"
3225
3225
  },
3226
3226
  "name": "color.background.neutral.[default].pressed",
3227
3227
  "path": ["color", "background", "neutral", "[default]", "pressed"]
@@ -3263,7 +3263,7 @@ var tokens = [{
3263
3263
  "introduced": "0.6.0",
3264
3264
  "description": "Hovered state for color.background.neutral.subtle"
3265
3265
  },
3266
- "value": "N200A"
3266
+ "value": "Neutral200A"
3267
3267
  },
3268
3268
  "name": "color.background.neutral.subtle.hovered",
3269
3269
  "path": ["color", "background", "neutral", "subtle", "hovered"]
@@ -3284,7 +3284,7 @@ var tokens = [{
3284
3284
  "introduced": "0.6.0",
3285
3285
  "description": "Pressed state for color.background.neutral.subtle"
3286
3286
  },
3287
- "value": "N300A"
3287
+ "value": "Neutral300A"
3288
3288
  },
3289
3289
  "name": "color.background.neutral.subtle.pressed",
3290
3290
  "path": ["color", "background", "neutral", "subtle", "pressed"]
@@ -3305,7 +3305,7 @@ var tokens = [{
3305
3305
  "introduced": "0.6.0",
3306
3306
  "description": "A vibrant background option for neutral UI elements, such as announcement banners."
3307
3307
  },
3308
- "value": "N800"
3308
+ "value": "Neutral800"
3309
3309
  },
3310
3310
  "name": "color.background.neutral.bold.[default]",
3311
3311
  "path": ["color", "background", "neutral", "bold", "[default]"]
@@ -3326,7 +3326,7 @@ var tokens = [{
3326
3326
  "introduced": "0.6.0",
3327
3327
  "description": "Hovered state of color.background.neutral.bold"
3328
3328
  },
3329
- "value": "N900"
3329
+ "value": "Neutral900"
3330
3330
  },
3331
3331
  "name": "color.background.neutral.bold.hovered",
3332
3332
  "path": ["color", "background", "neutral", "bold", "hovered"]
@@ -3347,7 +3347,7 @@ var tokens = [{
3347
3347
  "introduced": "0.6.0",
3348
3348
  "description": "Pressed state of color.background.neutral.bold"
3349
3349
  },
3350
- "value": "N1000"
3350
+ "value": "Neutral1000"
3351
3351
  },
3352
3352
  "name": "color.background.neutral.bold.pressed",
3353
3353
  "path": ["color", "background", "neutral", "bold", "pressed"]
@@ -3368,7 +3368,7 @@ var tokens = [{
3368
3368
  "introduced": "0.6.0",
3369
3369
  "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
3370
3370
  },
3371
- "value": "B700"
3371
+ "value": "Blue700"
3372
3372
  },
3373
3373
  "name": "color.background.brand.bold.[default]",
3374
3374
  "path": ["color", "background", "brand", "bold", "[default]"]
@@ -3389,7 +3389,7 @@ var tokens = [{
3389
3389
  "introduced": "0.6.0",
3390
3390
  "description": "Hovered state of color.background.brand.bold"
3391
3391
  },
3392
- "value": "B800"
3392
+ "value": "Blue800"
3393
3393
  },
3394
3394
  "name": "color.background.brand.bold.hovered",
3395
3395
  "path": ["color", "background", "brand", "bold", "hovered"]
@@ -3410,7 +3410,7 @@ var tokens = [{
3410
3410
  "introduced": "0.6.0",
3411
3411
  "description": "Pressed state of color.background.brand.bold"
3412
3412
  },
3413
- "value": "B900"
3413
+ "value": "Blue900"
3414
3414
  },
3415
3415
  "name": "color.background.brand.bold.pressed",
3416
3416
  "path": ["color", "background", "brand", "bold", "pressed"]
@@ -3437,7 +3437,7 @@ var tokens = [{
3437
3437
  "replacement": "color.background.selected.[default].[default]",
3438
3438
  "description": "Use for the background of elements used to reinforce our brand."
3439
3439
  },
3440
- "value": "B100"
3440
+ "value": "Blue100"
3441
3441
  },
3442
3442
  "name": "color.background.brand.[default].[default]",
3443
3443
  "path": ["color", "background", "brand", "[default]", "[default]"]
@@ -3464,7 +3464,7 @@ var tokens = [{
3464
3464
  "replacement": "color.background.selected.[default].hovered",
3465
3465
  "description": "Hovered state for color.background.brand"
3466
3466
  },
3467
- "value": "B200"
3467
+ "value": "Blue200"
3468
3468
  },
3469
3469
  "name": "color.background.brand.[default].hovered",
3470
3470
  "path": ["color", "background", "brand", "[default]", "hovered"]
@@ -3491,7 +3491,7 @@ var tokens = [{
3491
3491
  "replacement": "color.background.selected.[default].pressed",
3492
3492
  "description": "Pressed state for color.background.brand"
3493
3493
  },
3494
- "value": "B300"
3494
+ "value": "Blue300"
3495
3495
  },
3496
3496
  "name": "color.background.brand.[default].pressed",
3497
3497
  "path": ["color", "background", "brand", "[default]", "pressed"]
@@ -3512,7 +3512,7 @@ var tokens = [{
3512
3512
  "introduced": "0.6.2",
3513
3513
  "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
3514
3514
  },
3515
- "value": "B100"
3515
+ "value": "Blue100"
3516
3516
  },
3517
3517
  "name": "color.background.selected.[default].[default]",
3518
3518
  "path": ["color", "background", "selected", "[default]", "[default]"]
@@ -3533,7 +3533,7 @@ var tokens = [{
3533
3533
  "introduced": "0.6.2",
3534
3534
  "description": "Hovered state for color.background.selected"
3535
3535
  },
3536
- "value": "B200"
3536
+ "value": "Blue200"
3537
3537
  },
3538
3538
  "name": "color.background.selected.[default].hovered",
3539
3539
  "path": ["color", "background", "selected", "[default]", "hovered"]
@@ -3554,7 +3554,7 @@ var tokens = [{
3554
3554
  "introduced": "0.6.2",
3555
3555
  "description": "Pressed state for color.background.selected"
3556
3556
  },
3557
- "value": "B300"
3557
+ "value": "Blue300"
3558
3558
  },
3559
3559
  "name": "color.background.selected.[default].pressed",
3560
3560
  "path": ["color", "background", "selected", "[default]", "pressed"]
@@ -3575,7 +3575,7 @@ var tokens = [{
3575
3575
  "introduced": "0.6.2",
3576
3576
  "description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
3577
3577
  },
3578
- "value": "B700"
3578
+ "value": "Blue700"
3579
3579
  },
3580
3580
  "name": "color.background.selected.bold.[default]",
3581
3581
  "path": ["color", "background", "selected", "bold", "[default]"]
@@ -3596,7 +3596,7 @@ var tokens = [{
3596
3596
  "introduced": "0.6.2",
3597
3597
  "description": "Hovered state of color.background.selected.bold"
3598
3598
  },
3599
- "value": "B800"
3599
+ "value": "Blue800"
3600
3600
  },
3601
3601
  "name": "color.background.selected.bold.hovered",
3602
3602
  "path": ["color", "background", "selected", "bold", "hovered"]
@@ -3617,7 +3617,7 @@ var tokens = [{
3617
3617
  "introduced": "0.6.2",
3618
3618
  "description": "Pressed state of color.background.selected.bold"
3619
3619
  },
3620
- "value": "B900"
3620
+ "value": "Blue900"
3621
3621
  },
3622
3622
  "name": "color.background.selected.bold.pressed",
3623
3623
  "path": ["color", "background", "selected", "bold", "pressed"]
@@ -3644,7 +3644,7 @@ var tokens = [{
3644
3644
  "replacement": "color.background.selected.[default].[default]",
3645
3645
  "description": "Use for backgrounds of elements in a selected state"
3646
3646
  },
3647
- "value": "B100"
3647
+ "value": "Blue100"
3648
3648
  },
3649
3649
  "name": "color.background.selected.resting",
3650
3650
  "path": ["color", "background", "selected", "resting"]
@@ -3671,7 +3671,7 @@ var tokens = [{
3671
3671
  "replacement": "color.background.selected.[default].hovered",
3672
3672
  "description": "Hover state for color.background.selected"
3673
3673
  },
3674
- "value": "B200"
3674
+ "value": "Blue200"
3675
3675
  },
3676
3676
  "name": "color.background.selected.hover",
3677
3677
  "path": ["color", "background", "selected", "hover"]
@@ -3692,7 +3692,7 @@ var tokens = [{
3692
3692
  "introduced": "0.6.0",
3693
3693
  "description": "Use for backgrounds communicating critical information, such in error section messages."
3694
3694
  },
3695
- "value": "R100"
3695
+ "value": "Red100"
3696
3696
  },
3697
3697
  "name": "color.background.danger.[default].[default]",
3698
3698
  "path": ["color", "background", "danger", "[default]", "[default]"]
@@ -3713,7 +3713,7 @@ var tokens = [{
3713
3713
  "introduced": "0.6.0",
3714
3714
  "description": "Hovered state for color.background.danger"
3715
3715
  },
3716
- "value": "R200"
3716
+ "value": "Red200"
3717
3717
  },
3718
3718
  "name": "color.background.danger.[default].hovered",
3719
3719
  "path": ["color", "background", "danger", "[default]", "hovered"]
@@ -3734,7 +3734,7 @@ var tokens = [{
3734
3734
  "introduced": "0.6.0",
3735
3735
  "description": "Pressed state for color.background.danger"
3736
3736
  },
3737
- "value": "R300"
3737
+ "value": "Red300"
3738
3738
  },
3739
3739
  "name": "color.background.danger.[default].pressed",
3740
3740
  "path": ["color", "background", "danger", "[default]", "pressed"]
@@ -3755,7 +3755,7 @@ var tokens = [{
3755
3755
  "introduced": "0.6.0",
3756
3756
  "description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
3757
3757
  },
3758
- "value": "R700"
3758
+ "value": "Red700"
3759
3759
  },
3760
3760
  "name": "color.background.danger.bold.[default]",
3761
3761
  "path": ["color", "background", "danger", "bold", "[default]"]
@@ -3776,7 +3776,7 @@ var tokens = [{
3776
3776
  "introduced": "0.6.0",
3777
3777
  "description": "Hovered state of color.background.danger.bold"
3778
3778
  },
3779
- "value": "R800"
3779
+ "value": "Red800"
3780
3780
  },
3781
3781
  "name": "color.background.danger.bold.hovered",
3782
3782
  "path": ["color", "background", "danger", "bold", "hovered"]
@@ -3797,7 +3797,7 @@ var tokens = [{
3797
3797
  "introduced": "0.6.0",
3798
3798
  "description": "Pressed state of color.background.danger.bold"
3799
3799
  },
3800
- "value": "R900"
3800
+ "value": "Red900"
3801
3801
  },
3802
3802
  "name": "color.background.danger.bold.pressed",
3803
3803
  "path": ["color", "background", "danger", "bold", "pressed"]
@@ -3818,7 +3818,7 @@ var tokens = [{
3818
3818
  "introduced": "0.6.0",
3819
3819
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
3820
3820
  },
3821
- "value": "Y100"
3821
+ "value": "Yellow100"
3822
3822
  },
3823
3823
  "name": "color.background.warning.[default].[default]",
3824
3824
  "path": ["color", "background", "warning", "[default]", "[default]"]
@@ -3839,7 +3839,7 @@ var tokens = [{
3839
3839
  "introduced": "0.6.0",
3840
3840
  "description": "Hovered state for color.background.warning"
3841
3841
  },
3842
- "value": "Y200"
3842
+ "value": "Yellow200"
3843
3843
  },
3844
3844
  "name": "color.background.warning.[default].hovered",
3845
3845
  "path": ["color", "background", "warning", "[default]", "hovered"]
@@ -3860,7 +3860,7 @@ var tokens = [{
3860
3860
  "introduced": "0.6.0",
3861
3861
  "description": "Pressed state for color.background.warning"
3862
3862
  },
3863
- "value": "Y300"
3863
+ "value": "Yellow300"
3864
3864
  },
3865
3865
  "name": "color.background.warning.[default].pressed",
3866
3866
  "path": ["color", "background", "warning", "[default]", "pressed"]
@@ -3881,7 +3881,7 @@ var tokens = [{
3881
3881
  "introduced": "0.6.0",
3882
3882
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
3883
3883
  },
3884
- "value": "Y400"
3884
+ "value": "Yellow400"
3885
3885
  },
3886
3886
  "name": "color.background.warning.bold.[default]",
3887
3887
  "path": ["color", "background", "warning", "bold", "[default]"]
@@ -3902,7 +3902,7 @@ var tokens = [{
3902
3902
  "introduced": "0.6.0",
3903
3903
  "description": "Hovered state of color.background.warning.bold"
3904
3904
  },
3905
- "value": "Y500"
3905
+ "value": "Yellow500"
3906
3906
  },
3907
3907
  "name": "color.background.warning.bold.hovered",
3908
3908
  "path": ["color", "background", "warning", "bold", "hovered"]
@@ -3923,7 +3923,7 @@ var tokens = [{
3923
3923
  "introduced": "0.6.0",
3924
3924
  "description": "Pressed state of color.background.warning.bold"
3925
3925
  },
3926
- "value": "Y600"
3926
+ "value": "Yellow600"
3927
3927
  },
3928
3928
  "name": "color.background.warning.bold.pressed",
3929
3929
  "path": ["color", "background", "warning", "bold", "pressed"]
@@ -3944,7 +3944,7 @@ var tokens = [{
3944
3944
  "introduced": "0.6.0",
3945
3945
  "description": "Use for backgrounds communicating a favourable outcome, such as in success section messages."
3946
3946
  },
3947
- "value": "G100"
3947
+ "value": "Green100"
3948
3948
  },
3949
3949
  "name": "color.background.success.[default].[default]",
3950
3950
  "path": ["color", "background", "success", "[default]", "[default]"]
@@ -3965,7 +3965,7 @@ var tokens = [{
3965
3965
  "introduced": "0.6.0",
3966
3966
  "description": "Hovered state for color.background.success"
3967
3967
  },
3968
- "value": "G200"
3968
+ "value": "Green200"
3969
3969
  },
3970
3970
  "name": "color.background.success.[default].hovered",
3971
3971
  "path": ["color", "background", "success", "[default]", "hovered"]
@@ -3986,7 +3986,7 @@ var tokens = [{
3986
3986
  "introduced": "0.6.0",
3987
3987
  "description": "Pressed state for color.background.success"
3988
3988
  },
3989
- "value": "G300"
3989
+ "value": "Green300"
3990
3990
  },
3991
3991
  "name": "color.background.success.[default].pressed",
3992
3992
  "path": ["color", "background", "success", "[default]", "pressed"]
@@ -4007,7 +4007,7 @@ var tokens = [{
4007
4007
  "introduced": "0.6.0",
4008
4008
  "description": "A vibrant background option for communicating a favourable outcome, such as in checked toggles."
4009
4009
  },
4010
- "value": "G700"
4010
+ "value": "Green700"
4011
4011
  },
4012
4012
  "name": "color.background.success.bold.[default]",
4013
4013
  "path": ["color", "background", "success", "bold", "[default]"]
@@ -4028,7 +4028,7 @@ var tokens = [{
4028
4028
  "introduced": "0.6.0",
4029
4029
  "description": "Hovered state of color.background.success.bold"
4030
4030
  },
4031
- "value": "G800"
4031
+ "value": "Green800"
4032
4032
  },
4033
4033
  "name": "color.background.success.bold.hovered",
4034
4034
  "path": ["color", "background", "success", "bold", "hovered"]
@@ -4049,7 +4049,7 @@ var tokens = [{
4049
4049
  "introduced": "0.6.0",
4050
4050
  "description": "Pressed state of color.background.success.bold"
4051
4051
  },
4052
- "value": "G900"
4052
+ "value": "Green900"
4053
4053
  },
4054
4054
  "name": "color.background.success.bold.pressed",
4055
4055
  "path": ["color", "background", "success", "bold", "pressed"]
@@ -4070,7 +4070,7 @@ var tokens = [{
4070
4070
  "introduced": "0.6.0",
4071
4071
  "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
4072
4072
  },
4073
- "value": "P100"
4073
+ "value": "Purple100"
4074
4074
  },
4075
4075
  "name": "color.background.discovery.[default].[default]",
4076
4076
  "path": ["color", "background", "discovery", "[default]", "[default]"]
@@ -4091,7 +4091,7 @@ var tokens = [{
4091
4091
  "introduced": "0.6.0",
4092
4092
  "description": "Hover state for color.background.discovery"
4093
4093
  },
4094
- "value": "P200"
4094
+ "value": "Purple200"
4095
4095
  },
4096
4096
  "name": "color.background.discovery.[default].hovered",
4097
4097
  "path": ["color", "background", "discovery", "[default]", "hovered"]
@@ -4112,7 +4112,7 @@ var tokens = [{
4112
4112
  "introduced": "0.6.0",
4113
4113
  "description": "Pressed state for color.background.discovery"
4114
4114
  },
4115
- "value": "P300"
4115
+ "value": "Purple300"
4116
4116
  },
4117
4117
  "name": "color.background.discovery.[default].pressed",
4118
4118
  "path": ["color", "background", "discovery", "[default]", "pressed"]
@@ -4133,7 +4133,7 @@ var tokens = [{
4133
4133
  "introduced": "0.6.0",
4134
4134
  "description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
4135
4135
  },
4136
- "value": "P700"
4136
+ "value": "Purple700"
4137
4137
  },
4138
4138
  "name": "color.background.discovery.bold.[default]",
4139
4139
  "path": ["color", "background", "discovery", "bold", "[default]"]
@@ -4154,7 +4154,7 @@ var tokens = [{
4154
4154
  "introduced": "0.6.0",
4155
4155
  "description": "Hovered state of color.background.discovery.bold"
4156
4156
  },
4157
- "value": "P800"
4157
+ "value": "Purple800"
4158
4158
  },
4159
4159
  "name": "color.background.discovery.bold.hovered",
4160
4160
  "path": ["color", "background", "discovery", "bold", "hovered"]
@@ -4175,7 +4175,7 @@ var tokens = [{
4175
4175
  "introduced": "0.6.0",
4176
4176
  "description": "Pressed state of color.background.discovery.bold"
4177
4177
  },
4178
- "value": "P900"
4178
+ "value": "Purple900"
4179
4179
  },
4180
4180
  "name": "color.background.discovery.bold.pressed",
4181
4181
  "path": ["color", "background", "discovery", "bold", "pressed"]
@@ -4196,7 +4196,7 @@ var tokens = [{
4196
4196
  "introduced": "0.6.0",
4197
4197
  "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
4198
4198
  },
4199
- "value": "B100"
4199
+ "value": "Blue100"
4200
4200
  },
4201
4201
  "name": "color.background.information.[default].[default]",
4202
4202
  "path": ["color", "background", "information", "[default]", "[default]"]
@@ -4217,7 +4217,7 @@ var tokens = [{
4217
4217
  "introduced": "0.6.0",
4218
4218
  "description": "Hovered state of color.background.information"
4219
4219
  },
4220
- "value": "B200"
4220
+ "value": "Blue200"
4221
4221
  },
4222
4222
  "name": "color.background.information.[default].hovered",
4223
4223
  "path": ["color", "background", "information", "[default]", "hovered"]
@@ -4238,7 +4238,7 @@ var tokens = [{
4238
4238
  "introduced": "0.6.0",
4239
4239
  "description": "Pressed state of color.background.information"
4240
4240
  },
4241
- "value": "B300"
4241
+ "value": "Blue300"
4242
4242
  },
4243
4243
  "name": "color.background.information.[default].pressed",
4244
4244
  "path": ["color", "background", "information", "[default]", "pressed"]
@@ -4259,7 +4259,7 @@ var tokens = [{
4259
4259
  "introduced": "0.6.0",
4260
4260
  "description": "A vibrant background option for communicating information or something in-progress."
4261
4261
  },
4262
- "value": "B700"
4262
+ "value": "Blue700"
4263
4263
  },
4264
4264
  "name": "color.background.information.bold.[default]",
4265
4265
  "path": ["color", "background", "information", "bold", "[default]"]
@@ -4280,7 +4280,7 @@ var tokens = [{
4280
4280
  "introduced": "0.6.0",
4281
4281
  "description": "Hovered state of color.background.information.bold"
4282
4282
  },
4283
- "value": "B800"
4283
+ "value": "Blue800"
4284
4284
  },
4285
4285
  "name": "color.background.information.bold.hovered",
4286
4286
  "path": ["color", "background", "information", "bold", "hovered"]
@@ -4301,7 +4301,7 @@ var tokens = [{
4301
4301
  "introduced": "0.6.0",
4302
4302
  "description": "Pressed state of color.background.information.bold"
4303
4303
  },
4304
- "value": "B900"
4304
+ "value": "Blue900"
4305
4305
  },
4306
4306
  "name": "color.background.information.bold.pressed",
4307
4307
  "path": ["color", "background", "information", "bold", "pressed"]
@@ -4328,7 +4328,7 @@ var tokens = [{
4328
4328
  "replacement": "color.blanket.[default]",
4329
4329
  "description": "Use for the screen overlay that appears with modal dialogs"
4330
4330
  },
4331
- "value": "N500A"
4331
+ "value": "Neutral500A"
4332
4332
  },
4333
4333
  "name": "color.background.blanket",
4334
4334
  "path": ["color", "background", "blanket"]
@@ -4355,7 +4355,7 @@ var tokens = [{
4355
4355
  "replacement": "color.background.brand.bold.hovered",
4356
4356
  "description": "Hover state of background.boldBrand"
4357
4357
  },
4358
- "value": "B800"
4358
+ "value": "Blue800"
4359
4359
  },
4360
4360
  "name": "color.background.boldBrand.hover",
4361
4361
  "path": ["color", "background", "boldBrand", "hover"]
@@ -4382,7 +4382,7 @@ var tokens = [{
4382
4382
  "replacement": "color.background.brand.bold.pressed",
4383
4383
  "description": "Pressed state of background.boldBrand"
4384
4384
  },
4385
- "value": "B900"
4385
+ "value": "Blue900"
4386
4386
  },
4387
4387
  "name": "color.background.boldBrand.pressed",
4388
4388
  "path": ["color", "background", "boldBrand", "pressed"]
@@ -4409,7 +4409,7 @@ var tokens = [{
4409
4409
  "replacement": "color.background.brand.bold.[default]",
4410
4410
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
4411
4411
  },
4412
- "value": "B700"
4412
+ "value": "Blue700"
4413
4413
  },
4414
4414
  "name": "color.background.boldBrand.resting",
4415
4415
  "path": ["color", "background", "boldBrand", "resting"]
@@ -4436,7 +4436,7 @@ var tokens = [{
4436
4436
  "replacement": "color.background.danger.bold.hovered",
4437
4437
  "description": "Hover state of background.boldDanger"
4438
4438
  },
4439
- "value": "R800"
4439
+ "value": "Red800"
4440
4440
  },
4441
4441
  "name": "color.background.boldDanger.hover",
4442
4442
  "path": ["color", "background", "boldDanger", "hover"]
@@ -4463,7 +4463,7 @@ var tokens = [{
4463
4463
  "replacement": "color.background.danger.bold.pressed",
4464
4464
  "description": "Pressed state of background.boldDanger"
4465
4465
  },
4466
- "value": "R900"
4466
+ "value": "Red900"
4467
4467
  },
4468
4468
  "name": "color.background.boldDanger.pressed",
4469
4469
  "path": ["color", "background", "boldDanger", "pressed"]
@@ -4490,7 +4490,7 @@ var tokens = [{
4490
4490
  "replacement": "color.background.danger.bold.[default]",
4491
4491
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
4492
4492
  },
4493
- "value": "R700"
4493
+ "value": "Red700"
4494
4494
  },
4495
4495
  "name": "color.background.boldDanger.resting",
4496
4496
  "path": ["color", "background", "boldDanger", "resting"]
@@ -4517,7 +4517,7 @@ var tokens = [{
4517
4517
  "replacement": "color.background.discovery.bold.hovered",
4518
4518
  "description": "Hover state of background.boldDiscovery"
4519
4519
  },
4520
- "value": "P800"
4520
+ "value": "Purple800"
4521
4521
  },
4522
4522
  "name": "color.background.boldDiscovery.hover",
4523
4523
  "path": ["color", "background", "boldDiscovery", "hover"]
@@ -4544,7 +4544,7 @@ var tokens = [{
4544
4544
  "replacement": "color.background.discovery.bold.pressed",
4545
4545
  "description": "Pressed state of background.boldDiscovery"
4546
4546
  },
4547
- "value": "P900"
4547
+ "value": "Purple900"
4548
4548
  },
4549
4549
  "name": "color.background.boldDiscovery.pressed",
4550
4550
  "path": ["color", "background", "boldDiscovery", "pressed"]
@@ -4571,7 +4571,7 @@ var tokens = [{
4571
4571
  "replacement": "color.background.discovery.bold.[default]",
4572
4572
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
4573
4573
  },
4574
- "value": "P700"
4574
+ "value": "Purple700"
4575
4575
  },
4576
4576
  "name": "color.background.boldDiscovery.resting",
4577
4577
  "path": ["color", "background", "boldDiscovery", "resting"]
@@ -4598,7 +4598,7 @@ var tokens = [{
4598
4598
  "replacement": "color.background.neutral.bold.hovered",
4599
4599
  "description": "Hover state of background.boldNeutral"
4600
4600
  },
4601
- "value": "N900"
4601
+ "value": "Neutral900"
4602
4602
  },
4603
4603
  "name": "color.background.boldNeutral.hover",
4604
4604
  "path": ["color", "background", "boldNeutral", "hover"]
@@ -4625,7 +4625,7 @@ var tokens = [{
4625
4625
  "replacement": "color.background.neutral.bold.pressed",
4626
4626
  "description": "Pressed state of background.boldNeutral"
4627
4627
  },
4628
- "value": "N1000"
4628
+ "value": "Neutral1000"
4629
4629
  },
4630
4630
  "name": "color.background.boldNeutral.pressed",
4631
4631
  "path": ["color", "background", "boldNeutral", "pressed"]
@@ -4652,7 +4652,7 @@ var tokens = [{
4652
4652
  "replacement": "color.background.neutral.bold.[default]",
4653
4653
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
4654
4654
  },
4655
- "value": "N800"
4655
+ "value": "Neutral800"
4656
4656
  },
4657
4657
  "name": "color.background.boldNeutral.resting",
4658
4658
  "path": ["color", "background", "boldNeutral", "resting"]
@@ -4679,7 +4679,7 @@ var tokens = [{
4679
4679
  "replacement": "color.background.success.bold.hovered",
4680
4680
  "description": "Hover state of background.boldSuccess"
4681
4681
  },
4682
- "value": "G800"
4682
+ "value": "Green800"
4683
4683
  },
4684
4684
  "name": "color.background.boldSuccess.hover",
4685
4685
  "path": ["color", "background", "boldSuccess", "hover"]
@@ -4706,7 +4706,7 @@ var tokens = [{
4706
4706
  "replacement": "color.background.success.bold.pressed",
4707
4707
  "description": "Pressed state of background.boldSuccess"
4708
4708
  },
4709
- "value": "G900"
4709
+ "value": "Green900"
4710
4710
  },
4711
4711
  "name": "color.background.boldSuccess.pressed",
4712
4712
  "path": ["color", "background", "boldSuccess", "pressed"]
@@ -4733,7 +4733,7 @@ var tokens = [{
4733
4733
  "replacement": "color.background.success.bold.[default]",
4734
4734
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
4735
4735
  },
4736
- "value": "G700"
4736
+ "value": "Green700"
4737
4737
  },
4738
4738
  "name": "color.background.boldSuccess.resting",
4739
4739
  "path": ["color", "background", "boldSuccess", "resting"]
@@ -4760,7 +4760,7 @@ var tokens = [{
4760
4760
  "replacement": "color.background.warning.bold.hovered",
4761
4761
  "description": "Hover state of background.boldWarning"
4762
4762
  },
4763
- "value": "Y500"
4763
+ "value": "Yellow500"
4764
4764
  },
4765
4765
  "name": "color.background.boldWarning.hover",
4766
4766
  "path": ["color", "background", "boldWarning", "hover"]
@@ -4787,7 +4787,7 @@ var tokens = [{
4787
4787
  "replacement": "color.background.warning.bold.pressed",
4788
4788
  "description": "Pressed state of background.boldWarning"
4789
4789
  },
4790
- "value": "Y600"
4790
+ "value": "Yellow600"
4791
4791
  },
4792
4792
  "name": "color.background.boldWarning.pressed",
4793
4793
  "path": ["color", "background", "boldWarning", "pressed"]
@@ -4814,7 +4814,7 @@ var tokens = [{
4814
4814
  "replacement": "color.background.warning.bold.[default]",
4815
4815
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
4816
4816
  },
4817
- "value": "Y400"
4817
+ "value": "Yellow400"
4818
4818
  },
4819
4819
  "name": "color.background.boldWarning.resting",
4820
4820
  "path": ["color", "background", "boldWarning", "resting"]
@@ -4841,7 +4841,7 @@ var tokens = [{
4841
4841
  "replacement": "elevation.surface.raised.[default]",
4842
4842
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4843
4843
  },
4844
- "value": "N0"
4844
+ "value": "Neutral0"
4845
4845
  },
4846
4846
  "name": "color.background.card",
4847
4847
  "path": ["color", "background", "card"]
@@ -4868,7 +4868,7 @@ var tokens = [{
4868
4868
  "replacement": "elevation.surface.[default].[default]",
4869
4869
  "description": "Use as the primary background for the UI"
4870
4870
  },
4871
- "value": "N0"
4871
+ "value": "Neutral0"
4872
4872
  },
4873
4873
  "name": "color.background.default",
4874
4874
  "path": ["color", "background", "default"]
@@ -4895,7 +4895,7 @@ var tokens = [{
4895
4895
  "replacement": "elevation.surface.overlay.[default]",
4896
4896
  "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."
4897
4897
  },
4898
- "value": "N0"
4898
+ "value": "Neutral0"
4899
4899
  },
4900
4900
  "name": "color.background.overlay",
4901
4901
  "path": ["color", "background", "overlay"]
@@ -4922,7 +4922,7 @@ var tokens = [{
4922
4922
  "replacement": "color.background.input.pressed",
4923
4923
  "description": "Pressed state for background.subtleBorderedNeutral"
4924
4924
  },
4925
- "value": "N200A"
4925
+ "value": "Neutral200A"
4926
4926
  },
4927
4927
  "name": "color.background.subtleBorderedNeutral.pressed",
4928
4928
  "path": ["color", "background", "subtleBorderedNeutral", "pressed"]
@@ -4949,7 +4949,7 @@ var tokens = [{
4949
4949
  "replacement": "color.background.input.[default]",
4950
4950
  "description": "Hover state for background.subtleBorderedNeutral"
4951
4951
  },
4952
- "value": "N100A"
4952
+ "value": "Neutral100A"
4953
4953
  },
4954
4954
  "name": "color.background.subtleBorderedNeutral.resting",
4955
4955
  "path": ["color", "background", "subtleBorderedNeutral", "resting"]
@@ -4976,7 +4976,7 @@ var tokens = [{
4976
4976
  "replacement": "color.background.selected.[default].hovered",
4977
4977
  "description": "Hover state for background.subtleBrand"
4978
4978
  },
4979
- "value": "B200"
4979
+ "value": "Blue200"
4980
4980
  },
4981
4981
  "name": "color.background.subtleBrand.hover",
4982
4982
  "path": ["color", "background", "subtleBrand", "hover"]
@@ -5003,7 +5003,7 @@ var tokens = [{
5003
5003
  "replacement": "color.background.selected.[default].pressed",
5004
5004
  "description": "Pressed state for background.subtleBrand"
5005
5005
  },
5006
- "value": "B300"
5006
+ "value": "Blue300"
5007
5007
  },
5008
5008
  "name": "color.background.subtleBrand.pressed",
5009
5009
  "path": ["color", "background", "subtleBrand", "pressed"]
@@ -5030,7 +5030,7 @@ var tokens = [{
5030
5030
  "replacement": "color.background.selected.[default].[default]",
5031
5031
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
5032
5032
  },
5033
- "value": "B100"
5033
+ "value": "Blue100"
5034
5034
  },
5035
5035
  "name": "color.background.subtleBrand.resting",
5036
5036
  "path": ["color", "background", "subtleBrand", "resting"]
@@ -5057,7 +5057,7 @@ var tokens = [{
5057
5057
  "replacement": "color.background.danger.[default].hovered",
5058
5058
  "description": "Hover state for background.subtleDanger"
5059
5059
  },
5060
- "value": "R200"
5060
+ "value": "Red200"
5061
5061
  },
5062
5062
  "name": "color.background.subtleDanger.hover",
5063
5063
  "path": ["color", "background", "subtleDanger", "hover"]
@@ -5084,7 +5084,7 @@ var tokens = [{
5084
5084
  "replacement": "color.background.danger.[default].pressed",
5085
5085
  "description": "Pressed state for background.subtleDanger"
5086
5086
  },
5087
- "value": "R300"
5087
+ "value": "Red300"
5088
5088
  },
5089
5089
  "name": "color.background.subtleDanger.pressed",
5090
5090
  "path": ["color", "background", "subtleDanger", "pressed"]
@@ -5111,7 +5111,7 @@ var tokens = [{
5111
5111
  "replacement": "color.background.danger.[default].[default]",
5112
5112
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
5113
5113
  },
5114
- "value": "R100"
5114
+ "value": "Red100"
5115
5115
  },
5116
5116
  "name": "color.background.subtleDanger.resting",
5117
5117
  "path": ["color", "background", "subtleDanger", "resting"]
@@ -5138,7 +5138,7 @@ var tokens = [{
5138
5138
  "replacement": "color.background.discovery.[default].hovered",
5139
5139
  "description": "Hover state for background.subtleDiscovery"
5140
5140
  },
5141
- "value": "P200"
5141
+ "value": "Purple200"
5142
5142
  },
5143
5143
  "name": "color.background.subtleDiscovery.hover",
5144
5144
  "path": ["color", "background", "subtleDiscovery", "hover"]
@@ -5165,7 +5165,7 @@ var tokens = [{
5165
5165
  "replacement": "color.background.discovery.[default].pressed",
5166
5166
  "description": "Pressed state for background.subtleDiscovery"
5167
5167
  },
5168
- "value": "P300"
5168
+ "value": "Purple300"
5169
5169
  },
5170
5170
  "name": "color.background.subtleDiscovery.pressed",
5171
5171
  "path": ["color", "background", "subtleDiscovery", "pressed"]
@@ -5192,7 +5192,7 @@ var tokens = [{
5192
5192
  "replacement": "color.background.discovery.[default].[default]",
5193
5193
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
5194
5194
  },
5195
- "value": "P100"
5195
+ "value": "Purple100"
5196
5196
  },
5197
5197
  "name": "color.background.subtleDiscovery.resting",
5198
5198
  "path": ["color", "background", "subtleDiscovery", "resting"]
@@ -5219,7 +5219,7 @@ var tokens = [{
5219
5219
  "replacement": "color.background.neutral.[default].hovered",
5220
5220
  "description": "Hover state for background.subtleNeutral"
5221
5221
  },
5222
- "value": "N300A"
5222
+ "value": "Neutral300A"
5223
5223
  },
5224
5224
  "name": "color.background.subtleNeutral.hover",
5225
5225
  "path": ["color", "background", "subtleNeutral", "hover"]
@@ -5246,7 +5246,7 @@ var tokens = [{
5246
5246
  "replacement": "color.background.neutral.[default].pressed",
5247
5247
  "description": "Pressed state for background.subtleNeutral"
5248
5248
  },
5249
- "value": "N400A"
5249
+ "value": "Neutral400A"
5250
5250
  },
5251
5251
  "name": "color.background.subtleNeutral.pressed",
5252
5252
  "path": ["color", "background", "subtleNeutral", "pressed"]
@@ -5273,7 +5273,7 @@ var tokens = [{
5273
5273
  "replacement": "color.background.neutral.[default].[default]",
5274
5274
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
5275
5275
  },
5276
- "value": "N200A"
5276
+ "value": "Neutral200A"
5277
5277
  },
5278
5278
  "name": "color.background.subtleNeutral.resting",
5279
5279
  "path": ["color", "background", "subtleNeutral", "resting"]
@@ -5300,7 +5300,7 @@ var tokens = [{
5300
5300
  "replacement": "color.background.success.[default].hovered",
5301
5301
  "description": "Hover state for background.subtleSuccess"
5302
5302
  },
5303
- "value": "G200"
5303
+ "value": "Green200"
5304
5304
  },
5305
5305
  "name": "color.background.subtleSuccess.hover",
5306
5306
  "path": ["color", "background", "subtleSuccess", "hover"]
@@ -5327,7 +5327,7 @@ var tokens = [{
5327
5327
  "replacement": "color.background.success.[default].pressed",
5328
5328
  "description": "Pressed state for background.subtleSuccess"
5329
5329
  },
5330
- "value": "G300"
5330
+ "value": "Green300"
5331
5331
  },
5332
5332
  "name": "color.background.subtleSuccess.pressed",
5333
5333
  "path": ["color", "background", "subtleSuccess", "pressed"]
@@ -5354,7 +5354,7 @@ var tokens = [{
5354
5354
  "replacement": "color.background.success.[default].[default]",
5355
5355
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
5356
5356
  },
5357
- "value": "G100"
5357
+ "value": "Green100"
5358
5358
  },
5359
5359
  "name": "color.background.subtleSuccess.resting",
5360
5360
  "path": ["color", "background", "subtleSuccess", "resting"]
@@ -5381,7 +5381,7 @@ var tokens = [{
5381
5381
  "replacement": "color.background.warning.[default].hovered",
5382
5382
  "description": "Hover state for background.subtleWarning"
5383
5383
  },
5384
- "value": "Y200"
5384
+ "value": "Yellow200"
5385
5385
  },
5386
5386
  "name": "color.background.subtleWarning.hover",
5387
5387
  "path": ["color", "background", "subtleWarning", "hover"]
@@ -5408,7 +5408,7 @@ var tokens = [{
5408
5408
  "replacement": "color.background.warning.[default].pressed",
5409
5409
  "description": "Pressed state for background.subtleWarning"
5410
5410
  },
5411
- "value": "Y300"
5411
+ "value": "Yellow300"
5412
5412
  },
5413
5413
  "name": "color.background.subtleWarning.pressed",
5414
5414
  "path": ["color", "background", "subtleWarning", "pressed"]
@@ -5435,7 +5435,7 @@ var tokens = [{
5435
5435
  "replacement": "color.background.warning.[default].[default]",
5436
5436
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
5437
5437
  },
5438
- "value": "Y100"
5438
+ "value": "Yellow100"
5439
5439
  },
5440
5440
  "name": "color.background.subtleWarning.resting",
5441
5441
  "path": ["color", "background", "subtleWarning", "resting"]
@@ -5462,7 +5462,7 @@ var tokens = [{
5462
5462
  "replacement": "elevation.surface.sunken",
5463
5463
  "description": "Use as a secondary background for the UI"
5464
5464
  },
5465
- "value": "N100A"
5465
+ "value": "Neutral100A"
5466
5466
  },
5467
5467
  "name": "color.background.sunken",
5468
5468
  "path": ["color", "background", "sunken"]
@@ -5489,7 +5489,7 @@ var tokens = [{
5489
5489
  "replacement": "color.background.neutral.subtle.hovered",
5490
5490
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
5491
5491
  },
5492
- "value": "N200A"
5492
+ "value": "Neutral200A"
5493
5493
  },
5494
5494
  "name": "color.background.transparentNeutral.hover",
5495
5495
  "path": ["color", "background", "transparentNeutral", "hover"]
@@ -5516,7 +5516,7 @@ var tokens = [{
5516
5516
  "replacement": "color.background.neutral.subtle.pressed",
5517
5517
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
5518
5518
  },
5519
- "value": "N300A"
5519
+ "value": "Neutral300A"
5520
5520
  },
5521
5521
  "name": "color.background.transparentNeutral.pressed",
5522
5522
  "path": ["color", "background", "transparentNeutral", "pressed"]
@@ -5537,7 +5537,7 @@ var tokens = [{
5537
5537
  "introduced": "0.0.15",
5538
5538
  "description": "Use for the screen overlay that appears with modal dialogs"
5539
5539
  },
5540
- "value": "N500A"
5540
+ "value": "Neutral500A"
5541
5541
  },
5542
5542
  "name": "color.blanket.[default]",
5543
5543
  "path": ["color", "blanket", "[default]"]
@@ -5696,7 +5696,7 @@ var tokens = [{
5696
5696
  "introduced": "0.8.0",
5697
5697
  "description": "Use for skeleton loading states"
5698
5698
  },
5699
- "value": "N200A"
5699
+ "value": "Neutral200A"
5700
5700
  },
5701
5701
  "name": "color.skeleton.[default]",
5702
5702
  "path": ["color", "skeleton", "[default]"]
@@ -5717,7 +5717,7 @@ var tokens = [{
5717
5717
  "introduced": "0.8.0",
5718
5718
  "description": "Use for the pulse or shimmer effect in skeleton loading states"
5719
5719
  },
5720
- "value": "N100A"
5720
+ "value": "Neutral100A"
5721
5721
  },
5722
5722
  "name": "color.skeleton.subtle",
5723
5723
  "path": ["color", "skeleton", "subtle"]
@@ -5738,7 +5738,7 @@ var tokens = [{
5738
5738
  "introduced": "0.6.0",
5739
5739
  "description": "Use for links in a default or hovered state. Add an underline for hovered states."
5740
5740
  },
5741
- "value": "B700"
5741
+ "value": "Blue700"
5742
5742
  },
5743
5743
  "name": "color.link.[default]",
5744
5744
  "path": ["color", "link", "[default]"]
@@ -5759,7 +5759,7 @@ var tokens = [{
5759
5759
  "introduced": "0.6.0",
5760
5760
  "description": "Use for links in a pressed state."
5761
5761
  },
5762
- "value": "B800"
5762
+ "value": "Blue800"
5763
5763
  },
5764
5764
  "name": "color.link.pressed",
5765
5765
  "path": ["color", "link", "pressed"]
@@ -5786,7 +5786,7 @@ var tokens = [{
5786
5786
  "replacement": "color.background.accent.blue.bolder",
5787
5787
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5788
5788
  },
5789
- "value": "B400"
5789
+ "value": "Blue400"
5790
5790
  },
5791
5791
  "name": "color.accent.boldBlue",
5792
5792
  "path": ["color", "accent", "boldBlue"]
@@ -5813,7 +5813,7 @@ var tokens = [{
5813
5813
  "replacement": "color.background.accent.green.bolder",
5814
5814
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5815
5815
  },
5816
- "value": "G400"
5816
+ "value": "Green400"
5817
5817
  },
5818
5818
  "name": "color.accent.boldGreen",
5819
5819
  "path": ["color", "accent", "boldGreen"]
@@ -5840,7 +5840,7 @@ var tokens = [{
5840
5840
  "replacement": "color.background.accent.orange.bolder",
5841
5841
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5842
5842
  },
5843
- "value": "O400"
5843
+ "value": "Orange400"
5844
5844
  },
5845
5845
  "name": "color.accent.boldOrange",
5846
5846
  "path": ["color", "accent", "boldOrange"]
@@ -5867,7 +5867,7 @@ var tokens = [{
5867
5867
  "replacement": "color.background.accent.purple.bolder",
5868
5868
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5869
5869
  },
5870
- "value": "P400"
5870
+ "value": "Purple400"
5871
5871
  },
5872
5872
  "name": "color.accent.boldPurple",
5873
5873
  "path": ["color", "accent", "boldPurple"]
@@ -5894,7 +5894,7 @@ var tokens = [{
5894
5894
  "replacement": "color.background.accent.red.bolder",
5895
5895
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5896
5896
  },
5897
- "value": "R400"
5897
+ "value": "Red400"
5898
5898
  },
5899
5899
  "name": "color.accent.boldRed",
5900
5900
  "path": ["color", "accent", "boldRed"]
@@ -5921,7 +5921,7 @@ var tokens = [{
5921
5921
  "replacement": "color.background.accent.teal.bolder",
5922
5922
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5923
5923
  },
5924
- "value": "T400"
5924
+ "value": "Teal400"
5925
5925
  },
5926
5926
  "name": "color.accent.boldTeal",
5927
5927
  "path": ["color", "accent", "boldTeal"]
@@ -5948,7 +5948,7 @@ var tokens = [{
5948
5948
  "replacement": "color.background.accent.blue.subtler",
5949
5949
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5950
5950
  },
5951
- "value": "B200"
5951
+ "value": "Blue200"
5952
5952
  },
5953
5953
  "name": "color.accent.subtleBlue",
5954
5954
  "path": ["color", "accent", "subtleBlue"]
@@ -5975,7 +5975,7 @@ var tokens = [{
5975
5975
  "replacement": "color.background.accent.green.subtler",
5976
5976
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5977
5977
  },
5978
- "value": "G200"
5978
+ "value": "Green200"
5979
5979
  },
5980
5980
  "name": "color.accent.subtleGreen",
5981
5981
  "path": ["color", "accent", "subtleGreen"]
@@ -6002,7 +6002,7 @@ var tokens = [{
6002
6002
  "replacement": "color.background.accent.magenta.subtler",
6003
6003
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
6004
6004
  },
6005
- "value": "M200"
6005
+ "value": "Magenta200"
6006
6006
  },
6007
6007
  "name": "color.accent.subtleMagenta",
6008
6008
  "path": ["color", "accent", "subtleMagenta"]
@@ -6029,7 +6029,7 @@ var tokens = [{
6029
6029
  "replacement": "color.background.accent.orange.subtler",
6030
6030
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
6031
6031
  },
6032
- "value": "O200"
6032
+ "value": "Orange200"
6033
6033
  },
6034
6034
  "name": "color.accent.subtleOrange",
6035
6035
  "path": ["color", "accent", "subtleOrange"]
@@ -6056,7 +6056,7 @@ var tokens = [{
6056
6056
  "replacement": "color.background.accent.purple.subtler",
6057
6057
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
6058
6058
  },
6059
- "value": "P200"
6059
+ "value": "Purple200"
6060
6060
  },
6061
6061
  "name": "color.accent.subtlePurple",
6062
6062
  "path": ["color", "accent", "subtlePurple"]
@@ -6083,7 +6083,7 @@ var tokens = [{
6083
6083
  "replacement": "color.background.accent.red.subtler",
6084
6084
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
6085
6085
  },
6086
- "value": "R200"
6086
+ "value": "Red200"
6087
6087
  },
6088
6088
  "name": "color.accent.subtleRed",
6089
6089
  "path": ["color", "accent", "subtleRed"]
@@ -6110,7 +6110,7 @@ var tokens = [{
6110
6110
  "replacement": "color.background.accent.teal.subtler",
6111
6111
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
6112
6112
  },
6113
- "value": "T200"
6113
+ "value": "Teal200"
6114
6114
  },
6115
6115
  "name": "color.accent.subtleTeal",
6116
6116
  "path": ["color", "accent", "subtleTeal"]
@@ -6137,7 +6137,7 @@ var tokens = [{
6137
6137
  "replacement": "color.icon.brand",
6138
6138
  "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."
6139
6139
  },
6140
- "value": "B600"
6140
+ "value": "Blue600"
6141
6141
  },
6142
6142
  "name": "color.iconBorder.brand",
6143
6143
  "path": ["color", "iconBorder", "brand"]
@@ -6164,7 +6164,7 @@ var tokens = [{
6164
6164
  "replacement": "color.icon.danger",
6165
6165
  "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."
6166
6166
  },
6167
- "value": "R600"
6167
+ "value": "Red600"
6168
6168
  },
6169
6169
  "name": "color.iconBorder.danger",
6170
6170
  "path": ["color", "iconBorder", "danger"]
@@ -6191,7 +6191,7 @@ var tokens = [{
6191
6191
  "replacement": "color.icon.discovery",
6192
6192
  "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"
6193
6193
  },
6194
- "value": "P600"
6194
+ "value": "Purple600"
6195
6195
  },
6196
6196
  "name": "color.iconBorder.discovery",
6197
6197
  "path": ["color", "iconBorder", "discovery"]
@@ -6218,7 +6218,7 @@ var tokens = [{
6218
6218
  "replacement": "color.icon.success",
6219
6219
  "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"
6220
6220
  },
6221
- "value": "G600"
6221
+ "value": "Green600"
6222
6222
  },
6223
6223
  "name": "color.iconBorder.success",
6224
6224
  "path": ["color", "iconBorder", "success"]
@@ -6245,7 +6245,7 @@ var tokens = [{
6245
6245
  "replacement": "color.icon.warning.[default]",
6246
6246
  "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"
6247
6247
  },
6248
- "value": "O600"
6248
+ "value": "Orange600"
6249
6249
  },
6250
6250
  "name": "color.iconBorder.warning",
6251
6251
  "path": ["color", "iconBorder", "warning"]
@@ -6272,7 +6272,7 @@ var tokens = [{
6272
6272
  "replacement": "color.interaction.hovered",
6273
6273
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
6274
6274
  },
6275
- "value": "N400A"
6275
+ "value": "Neutral400A"
6276
6276
  },
6277
6277
  "name": "color.overlay.hover",
6278
6278
  "path": ["color", "overlay", "hover"]
@@ -6299,7 +6299,7 @@ var tokens = [{
6299
6299
  "replacement": "color.interaction.pressed",
6300
6300
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
6301
6301
  },
6302
- "value": "N500A"
6302
+ "value": "Neutral500A"
6303
6303
  },
6304
6304
  "name": "color.overlay.pressed",
6305
6305
  "path": ["color", "overlay", "pressed"]
@@ -6348,7 +6348,7 @@ var tokens = [{
6348
6348
  "x": 0,
6349
6349
  "y": 1
6350
6350
  },
6351
- "color": "N1100",
6351
+ "color": "Neutral1100",
6352
6352
  "opacity": 0.25
6353
6353
  }, {
6354
6354
  "radius": 1,
@@ -6356,7 +6356,7 @@ var tokens = [{
6356
6356
  "x": 0,
6357
6357
  "y": 0
6358
6358
  },
6359
- "color": "N1100",
6359
+ "color": "Neutral1100",
6360
6360
  "opacity": 0.31
6361
6361
  }]
6362
6362
  },
@@ -6407,7 +6407,7 @@ var tokens = [{
6407
6407
  "x": 0,
6408
6408
  "y": 8
6409
6409
  },
6410
- "color": "N1100",
6410
+ "color": "Neutral1100",
6411
6411
  "opacity": 0.15
6412
6412
  }, {
6413
6413
  "radius": 1,
@@ -6415,7 +6415,7 @@ var tokens = [{
6415
6415
  "x": 0,
6416
6416
  "y": 0
6417
6417
  },
6418
- "color": "N1100",
6418
+ "color": "Neutral1100",
6419
6419
  "opacity": 0.31
6420
6420
  }]
6421
6421
  },
@@ -6460,7 +6460,7 @@ var tokens = [{
6460
6460
  "x": 0,
6461
6461
  "y": 1
6462
6462
  },
6463
- "color": "N1100",
6463
+ "color": "Neutral1100",
6464
6464
  "opacity": 0.25
6465
6465
  }, {
6466
6466
  "radius": 1,
@@ -6468,7 +6468,7 @@ var tokens = [{
6468
6468
  "x": 0,
6469
6469
  "y": 0
6470
6470
  },
6471
- "color": "N1100",
6471
+ "color": "Neutral1100",
6472
6472
  "opacity": 0.31
6473
6473
  }]
6474
6474
  },
@@ -6513,7 +6513,7 @@ var tokens = [{
6513
6513
  "x": 0,
6514
6514
  "y": 8
6515
6515
  },
6516
- "color": "N1100",
6516
+ "color": "Neutral1100",
6517
6517
  "opacity": 0.08
6518
6518
  }, {
6519
6519
  "radius": 1,
@@ -6521,7 +6521,7 @@ var tokens = [{
6521
6521
  "x": 0,
6522
6522
  "y": 0
6523
6523
  },
6524
- "color": "N1100",
6524
+ "color": "Neutral1100",
6525
6525
  "opacity": 0.12
6526
6526
  }]
6527
6527
  },
@@ -6566,7 +6566,7 @@ var tokens = [{
6566
6566
  "x": 0,
6567
6567
  "y": 8
6568
6568
  },
6569
- "color": "N1100",
6569
+ "color": "Neutral1100",
6570
6570
  "opacity": 0.15
6571
6571
  }, {
6572
6572
  "radius": 1,
@@ -6574,7 +6574,7 @@ var tokens = [{
6574
6574
  "x": 0,
6575
6575
  "y": 0
6576
6576
  },
6577
- "color": "N1100",
6577
+ "color": "Neutral1100",
6578
6578
  "opacity": 0.31
6579
6579
  }]
6580
6580
  },
@@ -6597,7 +6597,7 @@ var tokens = [{
6597
6597
  "introduced": "0.6.0",
6598
6598
  "description": "Use as the primary background for the UI."
6599
6599
  },
6600
- "value": "N0"
6600
+ "value": "Neutral0"
6601
6601
  },
6602
6602
  "name": "elevation.surface.[default].[default]",
6603
6603
  "path": ["elevation", "surface", "[default]", "[default]"]
@@ -6618,7 +6618,7 @@ var tokens = [{
6618
6618
  "introduced": "0.10.20",
6619
6619
  "description": "Hovered state of elevation.surface"
6620
6620
  },
6621
- "value": "N200"
6621
+ "value": "Neutral200"
6622
6622
  },
6623
6623
  "name": "elevation.surface.[default].hovered",
6624
6624
  "path": ["elevation", "surface", "[default]", "hovered"]
@@ -6639,7 +6639,7 @@ var tokens = [{
6639
6639
  "introduced": "0.10.20",
6640
6640
  "description": "Pressed state of elevation.surface"
6641
6641
  },
6642
- "value": "N300"
6642
+ "value": "Neutral300"
6643
6643
  },
6644
6644
  "name": "elevation.surface.[default].pressed",
6645
6645
  "path": ["elevation", "surface", "[default]", "pressed"]
@@ -6660,7 +6660,7 @@ var tokens = [{
6660
6660
  "introduced": "0.6.0",
6661
6661
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
6662
6662
  },
6663
- "value": "N100"
6663
+ "value": "Neutral100"
6664
6664
  },
6665
6665
  "name": "elevation.surface.sunken",
6666
6666
  "path": ["elevation", "surface", "sunken"]
@@ -6681,7 +6681,7 @@ var tokens = [{
6681
6681
  "introduced": "0.6.0",
6682
6682
  "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
6683
6683
  },
6684
- "value": "N0"
6684
+ "value": "Neutral0"
6685
6685
  },
6686
6686
  "name": "elevation.surface.raised.[default]",
6687
6687
  "path": ["elevation", "surface", "raised", "[default]"]
@@ -6702,7 +6702,7 @@ var tokens = [{
6702
6702
  "introduced": "0.10.20",
6703
6703
  "description": "Hovered state of elevation.surface.raised"
6704
6704
  },
6705
- "value": "N200"
6705
+ "value": "Neutral200"
6706
6706
  },
6707
6707
  "name": "elevation.surface.raised.hovered",
6708
6708
  "path": ["elevation", "surface", "raised", "hovered"]
@@ -6723,7 +6723,7 @@ var tokens = [{
6723
6723
  "introduced": "0.10.20",
6724
6724
  "description": "Pressed state of elevation.surface.raised"
6725
6725
  },
6726
- "value": "N300"
6726
+ "value": "Neutral300"
6727
6727
  },
6728
6728
  "name": "elevation.surface.raised.pressed",
6729
6729
  "path": ["elevation", "surface", "raised", "pressed"]
@@ -6744,7 +6744,7 @@ var tokens = [{
6744
6744
  "introduced": "0.6.0",
6745
6745
  "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."
6746
6746
  },
6747
- "value": "N0"
6747
+ "value": "Neutral0"
6748
6748
  },
6749
6749
  "name": "elevation.surface.overlay.[default]",
6750
6750
  "path": ["elevation", "surface", "overlay", "[default]"]
@@ -6765,7 +6765,7 @@ var tokens = [{
6765
6765
  "introduced": "0.10.20",
6766
6766
  "description": "Hovered state of elevation.surface.overlay"
6767
6767
  },
6768
- "value": "N200"
6768
+ "value": "Neutral200"
6769
6769
  },
6770
6770
  "name": "elevation.surface.overlay.hovered",
6771
6771
  "path": ["elevation", "surface", "overlay", "hovered"]
@@ -6786,7 +6786,7 @@ var tokens = [{
6786
6786
  "introduced": "0.10.20",
6787
6787
  "description": "Pressed state of elevation.surface.overlay"
6788
6788
  },
6789
- "value": "N300"
6789
+ "value": "Neutral300"
6790
6790
  },
6791
6791
  "name": "elevation.surface.overlay.pressed",
6792
6792
  "path": ["elevation", "surface", "overlay", "pressed"]