@atlaskit/tokens 0.10.6 → 0.10.9

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 (50) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/css/atlassian-dark.css +10 -1
  3. package/css/atlassian-light.css +10 -1
  4. package/dist/cjs/artifacts/token-default-values.js +10 -1
  5. package/dist/cjs/artifacts/token-names.js +10 -1
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +196 -7
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +196 -7
  8. package/dist/cjs/get-token.js +1 -1
  9. package/dist/cjs/tokens/atlassian-dark/color/accent.js +28 -0
  10. package/dist/cjs/tokens/atlassian-dark/color/border.js +3 -0
  11. package/dist/cjs/tokens/atlassian-light/color/accent.js +28 -0
  12. package/dist/cjs/tokens/atlassian-light/color/border.js +3 -0
  13. package/dist/cjs/tokens/default/color/accent.js +70 -2
  14. package/dist/cjs/tokens/default/color/border.js +8 -0
  15. package/dist/cjs/tokens/default/deprecated/deprecated.js +1 -1
  16. package/dist/cjs/version.json +1 -1
  17. package/dist/es2019/artifacts/token-default-values.js +10 -1
  18. package/dist/es2019/artifacts/token-names.js +10 -1
  19. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +196 -7
  20. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +196 -7
  21. package/dist/es2019/get-token.js +1 -1
  22. package/dist/es2019/tokens/atlassian-dark/color/accent.js +28 -0
  23. package/dist/es2019/tokens/atlassian-dark/color/border.js +3 -0
  24. package/dist/es2019/tokens/atlassian-light/color/accent.js +28 -0
  25. package/dist/es2019/tokens/atlassian-light/color/border.js +3 -0
  26. package/dist/es2019/tokens/default/color/accent.js +70 -2
  27. package/dist/es2019/tokens/default/color/border.js +8 -0
  28. package/dist/es2019/tokens/default/deprecated/deprecated.js +1 -1
  29. package/dist/es2019/version.json +1 -1
  30. package/dist/esm/artifacts/token-default-values.js +10 -1
  31. package/dist/esm/artifacts/token-names.js +10 -1
  32. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +196 -7
  33. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +196 -7
  34. package/dist/esm/get-token.js +1 -1
  35. package/dist/esm/tokens/atlassian-dark/color/accent.js +28 -0
  36. package/dist/esm/tokens/atlassian-dark/color/border.js +3 -0
  37. package/dist/esm/tokens/atlassian-light/color/accent.js +28 -0
  38. package/dist/esm/tokens/atlassian-light/color/border.js +3 -0
  39. package/dist/esm/tokens/default/color/accent.js +70 -2
  40. package/dist/esm/tokens/default/color/border.js +8 -0
  41. package/dist/esm/tokens/default/deprecated/deprecated.js +1 -1
  42. package/dist/esm/version.json +1 -1
  43. package/dist/types/artifacts/token-default-values.d.ts +10 -1
  44. package/dist/types/artifacts/token-names.d.ts +19 -1
  45. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  46. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  47. package/dist/types/artifacts/types-internal.d.ts +2 -2
  48. package/dist/types/artifacts/types.d.ts +2 -2
  49. package/dist/types/types.d.ts +13 -0
  50. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 0.10.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.10.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [`3c1eda5c3d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c1eda5c3d0) - [Tokens] added new color.border.bold token
14
+
15
+ ## 0.10.7
16
+
17
+ ### Patch Changes
18
+
19
+ - [`cb8723a7974`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8723a7974) - Introduces a new set of neutral accent tokens:
20
+
21
+ - `color.background.accent.gray.bolder`
22
+ - `color.background.accent.gray.subtle`
23
+ - `color.background.accent.gray.subtler`
24
+ - `color.background.accent.gray.subtlest`
25
+ - `color.border.accent.gray`
26
+ - `color.icon.accent.gray`
27
+ - `color.text.accent.gray`
28
+ - `color.text.accent.gray.bolder`
29
+
3
30
  ## 0.10.6
4
31
 
5
32
  ### Patch Changes
@@ -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::72839d415565553fa9a4a239d93dc7e1>>
3
+ * @codegen <<SignedSource::06644f07e43bf7d1a70b1768c2f0d7ea>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  html[data-theme="dark"] {
@@ -20,6 +20,8 @@ html[data-theme="dark"] {
20
20
  --ds-text-accent-teal-bolder: #C1F0F5;
21
21
  --ds-text-accent-magenta: #F797D2;
22
22
  --ds-text-accent-magenta-bolder: #FDD0EC;
23
+ --ds-text-accent-gray: #9FADBC;
24
+ --ds-text-accent-gray-bolder: #C7D1DB;
23
25
  --ds-text: #C7D1DB;
24
26
  --ds-text-subtle: #9FADBC;
25
27
  --ds-text-subtlest: #8696A7;
@@ -48,6 +50,7 @@ html[data-theme="dark"] {
48
50
  --ds-icon-accent-purple: #8F7EE7;
49
51
  --ds-icon-accent-teal: #37B4C3;
50
52
  --ds-icon-accent-magenta: #DA62AC;
53
+ --ds-icon-accent-gray: #738496;
51
54
  --ds-icon: #9FADBC;
52
55
  --ds-icon-subtle: #8696A7;
53
56
  --ds-icon-inverse: #161A1D;
@@ -68,7 +71,9 @@ html[data-theme="dark"] {
68
71
  --ds-border-accent-purple: #8F7EE7;
69
72
  --ds-border-accent-teal: #37B4C3;
70
73
  --ds-border-accent-magenta: #DA62AC;
74
+ --ds-border-accent-gray: #738496;
71
75
  --ds-border: #A6C5E229;
76
+ --ds-border-bold: #738496;
72
77
  --ds-border-inverse: #161A1D;
73
78
  --ds-border-focused: #85B8FF;
74
79
  --ds-border-input: #A6C5E229;
@@ -130,6 +135,10 @@ html[data-theme="dark"] {
130
135
  --ds-background-accent-magenta-bolder: #E774BB;
131
136
  --ds-background-accent-magenta: #50253F;
132
137
  --ds-background-accent-magenta-bold: #AE4787;
138
+ --ds-background-accent-gray-subtlest: #2C333A;
139
+ --ds-background-accent-gray-subtler: #454F59;
140
+ --ds-background-accent-gray-subtle: #5C6C7A;
141
+ --ds-background-accent-gray-bolder: #8696A7;
133
142
  --ds-background-disabled: #A1BDD914;
134
143
  --ds-background-inverse-subtle: #FFFFFF29;
135
144
  --ds-background-inverse-subtle-hovered: #FFFFFF3D;
@@ -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::2e7937ac84595597ac1147c208f1d259>>
3
+ * @codegen <<SignedSource::02e499657110ba601259f74693590e8d>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  html[data-theme="light"] {
@@ -20,6 +20,8 @@ html[data-theme="light"] {
20
20
  --ds-text-accent-teal-bolder: #1D474C;
21
21
  --ds-text-accent-magenta: #943D73;
22
22
  --ds-text-accent-magenta-bolder: #50253F;
23
+ --ds-text-accent-gray: #44546F;
24
+ --ds-text-accent-gray-bolder: #172B4D;
23
25
  --ds-text: #172B4D;
24
26
  --ds-text-subtle: #44546F;
25
27
  --ds-text-subtlest: #626F86;
@@ -48,6 +50,7 @@ html[data-theme="light"] {
48
50
  --ds-icon-accent-purple: #8270DB;
49
51
  --ds-icon-accent-teal: #1D9AAA;
50
52
  --ds-icon-accent-magenta: #CD519D;
53
+ --ds-icon-accent-gray: #758195;
51
54
  --ds-icon: #44546F;
52
55
  --ds-icon-subtle: #626F86;
53
56
  --ds-icon-inverse: #FFFFFF;
@@ -68,7 +71,9 @@ html[data-theme="light"] {
68
71
  --ds-border-accent-purple: #8270DB;
69
72
  --ds-border-accent-teal: #1D9AAA;
70
73
  --ds-border-accent-magenta: #CD519D;
74
+ --ds-border-accent-gray: #758195;
71
75
  --ds-border: #091E4224;
76
+ --ds-border-bold: #758195;
72
77
  --ds-border-inverse: #FFFFFF;
73
78
  --ds-border-focused: #388BFF;
74
79
  --ds-border-input: #091E4224;
@@ -130,6 +135,10 @@ html[data-theme="light"] {
130
135
  --ds-background-accent-magenta-bolder: #AE4787;
131
136
  --ds-background-accent-magenta: #FDD0EC;
132
137
  --ds-background-accent-magenta-bold: #E774BB;
138
+ --ds-background-accent-gray-subtlest: #F1F2F4;
139
+ --ds-background-accent-gray-subtler: #DCDFE4;
140
+ --ds-background-accent-gray-subtle: #8993A5;
141
+ --ds-background-accent-gray-bolder: #626F86;
133
142
  --ds-background-disabled: #091E420F;
134
143
  --ds-background-inverse-subtle: #00000029;
135
144
  --ds-background-inverse-subtle-hovered: #0000003D;
@@ -10,7 +10,7 @@ exports.default = void 0;
10
10
  *
11
11
  * Token names mapped to their value in the default Atlassian theme ('light')
12
12
  *
13
- * @codegen <<SignedSource::3dd78c77e87d6557a4bade2368be7eb8>>
13
+ * @codegen <<SignedSource::65fed9d3a0df2e2c1ccee929e1349bb4>>
14
14
  * @codegenCommand yarn build tokens
15
15
  */
16
16
  var defaultTokenValues = {
@@ -30,6 +30,8 @@ var defaultTokenValues = {
30
30
  'color.text.accent.teal.bolder': '#1D474C',
31
31
  'color.text.accent.magenta': '#943D73',
32
32
  'color.text.accent.magenta.bolder': '#50253F',
33
+ 'color.text.accent.gray': '#44546F',
34
+ 'color.text.accent.gray.bolder': '#172B4D',
33
35
  'color.text': '#172B4D',
34
36
  'color.text.subtle': '#44546F',
35
37
  'color.text.subtlest': '#626F86',
@@ -58,6 +60,7 @@ var defaultTokenValues = {
58
60
  'color.icon.accent.purple': '#8270DB',
59
61
  'color.icon.accent.teal': '#1D9AAA',
60
62
  'color.icon.accent.magenta': '#CD519D',
63
+ 'color.icon.accent.gray': '#758195',
61
64
  'color.icon': '#44546F',
62
65
  'color.icon.subtle': '#626F86',
63
66
  'color.icon.inverse': '#FFFFFF',
@@ -78,7 +81,9 @@ var defaultTokenValues = {
78
81
  'color.border.accent.purple': '#8270DB',
79
82
  'color.border.accent.teal': '#1D9AAA',
80
83
  'color.border.accent.magenta': '#CD519D',
84
+ 'color.border.accent.gray': '#758195',
81
85
  'color.border': '#091E4224',
86
+ 'color.border.bold': '#758195',
82
87
  'color.border.inverse': '#FFFFFF',
83
88
  'color.border.focused': '#388BFF',
84
89
  'color.border.input': '#091E4224',
@@ -140,6 +145,10 @@ var defaultTokenValues = {
140
145
  'color.background.accent.magenta.bolder': '#AE4787',
141
146
  'color.background.accent.magenta': '#FDD0EC',
142
147
  'color.background.accent.magenta.bold': '#E774BB',
148
+ 'color.background.accent.gray.subtlest': '#F1F2F4',
149
+ 'color.background.accent.gray.subtler': '#DCDFE4',
150
+ 'color.background.accent.gray.subtle': '#8993A5',
151
+ 'color.background.accent.gray.bolder': '#626F86',
143
152
  'color.background.disabled': '#091E420F',
144
153
  'color.background.inverse.subtle': '#00000029',
145
154
  'color.background.inverse.subtle.hovered': '#0000003D',
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::1ab44c57c547c6cb7bb389b286bdd50f>>
10
+ * @codegen <<SignedSource::3acc6507214a2d925fd75bce0549f0ab>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = {
@@ -27,6 +27,8 @@ var tokens = {
27
27
  'color.text.accent.teal.bolder': '--ds-text-accent-teal-bolder',
28
28
  'color.text.accent.magenta': '--ds-text-accent-magenta',
29
29
  'color.text.accent.magenta.bolder': '--ds-text-accent-magenta-bolder',
30
+ 'color.text.accent.gray': '--ds-text-accent-gray',
31
+ 'color.text.accent.gray.bolder': '--ds-text-accent-gray-bolder',
30
32
  'color.text': '--ds-text',
31
33
  'color.text.subtle': '--ds-text-subtle',
32
34
  'color.text.subtlest': '--ds-text-subtlest',
@@ -55,6 +57,7 @@ var tokens = {
55
57
  'color.icon.accent.purple': '--ds-icon-accent-purple',
56
58
  'color.icon.accent.teal': '--ds-icon-accent-teal',
57
59
  'color.icon.accent.magenta': '--ds-icon-accent-magenta',
60
+ 'color.icon.accent.gray': '--ds-icon-accent-gray',
58
61
  'color.icon': '--ds-icon',
59
62
  'color.icon.subtle': '--ds-icon-subtle',
60
63
  'color.icon.inverse': '--ds-icon-inverse',
@@ -75,7 +78,9 @@ var tokens = {
75
78
  'color.border.accent.purple': '--ds-border-accent-purple',
76
79
  'color.border.accent.teal': '--ds-border-accent-teal',
77
80
  'color.border.accent.magenta': '--ds-border-accent-magenta',
81
+ 'color.border.accent.gray': '--ds-border-accent-gray',
78
82
  'color.border': '--ds-border',
83
+ 'color.border.bold': '--ds-border-bold',
79
84
  'color.border.inverse': '--ds-border-inverse',
80
85
  'color.border.focused': '--ds-border-focused',
81
86
  'color.border.input': '--ds-border-input',
@@ -137,6 +142,10 @@ var tokens = {
137
142
  'color.background.accent.magenta.bolder': '--ds-background-accent-magenta-bolder',
138
143
  'color.background.accent.magenta': '--ds-background-accent-magenta',
139
144
  'color.background.accent.magenta.bold': '--ds-background-accent-magenta-bold',
145
+ 'color.background.accent.gray.subtlest': '--ds-background-accent-gray-subtlest',
146
+ 'color.background.accent.gray.subtler': '--ds-background-accent-gray-subtler',
147
+ 'color.background.accent.gray.subtle': '--ds-background-accent-gray-subtle',
148
+ 'color.background.accent.gray.bolder': '--ds-background-accent-gray-bolder',
140
149
  'color.background.disabled': '--ds-background-disabled',
141
150
  'color.background.inverse.subtle': '--ds-background-inverse-subtle',
142
151
  'color.background.inverse.subtle.hovered': '--ds-background-inverse-subtle-hovered',
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::2790b3e5387d05c20675eb77bb4ec986>>
10
+ * @codegen <<SignedSource::f6554dd5fa7c18bf2250697f2e567297>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -346,6 +346,48 @@ var tokens = [{
346
346
  },
347
347
  "name": "color.text.accent.magenta.bolder",
348
348
  "path": ["color", "text", "accent", "magenta", "bolder"]
349
+ }, {
350
+ "attributes": {
351
+ "group": "paint",
352
+ "state": "active",
353
+ "introduced": "0.10.5",
354
+ "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
355
+ },
356
+ "value": "#9FADBC",
357
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
358
+ "isSource": true,
359
+ "original": {
360
+ "attributes": {
361
+ "group": "paint",
362
+ "state": "active",
363
+ "introduced": "0.10.5",
364
+ "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
365
+ },
366
+ "value": "DN800"
367
+ },
368
+ "name": "color.text.accent.gray.[default]",
369
+ "path": ["color", "text", "accent", "gray", "[default]"]
370
+ }, {
371
+ "attributes": {
372
+ "group": "paint",
373
+ "state": "active",
374
+ "introduced": "0.10.5",
375
+ "description": "Use for text and icons on gray subtle accent backgrounds."
376
+ },
377
+ "value": "#C7D1DB",
378
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
379
+ "isSource": true,
380
+ "original": {
381
+ "attributes": {
382
+ "group": "paint",
383
+ "state": "active",
384
+ "introduced": "0.10.5",
385
+ "description": "Use for text and icons on gray subtle accent backgrounds."
386
+ },
387
+ "value": "DN1000"
388
+ },
389
+ "name": "color.text.accent.gray.bolder",
390
+ "path": ["color", "text", "accent", "gray", "bolder"]
349
391
  }, {
350
392
  "attributes": {
351
393
  "group": "paint",
@@ -976,6 +1018,27 @@ var tokens = [{
976
1018
  },
977
1019
  "name": "color.icon.accent.magenta",
978
1020
  "path": ["color", "icon", "accent", "magenta"]
1021
+ }, {
1022
+ "attributes": {
1023
+ "group": "paint",
1024
+ "state": "active",
1025
+ "introduced": "0.10.5",
1026
+ "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1027
+ },
1028
+ "value": "#738496",
1029
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1030
+ "isSource": true,
1031
+ "original": {
1032
+ "attributes": {
1033
+ "group": "paint",
1034
+ "state": "active",
1035
+ "introduced": "0.10.5",
1036
+ "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1037
+ },
1038
+ "value": "DN600"
1039
+ },
1040
+ "name": "color.icon.accent.gray",
1041
+ "path": ["color", "icon", "accent", "gray"]
979
1042
  }, {
980
1043
  "attributes": {
981
1044
  "group": "paint",
@@ -1396,6 +1459,27 @@ var tokens = [{
1396
1459
  },
1397
1460
  "name": "color.border.accent.magenta",
1398
1461
  "path": ["color", "border", "accent", "magenta"]
1462
+ }, {
1463
+ "attributes": {
1464
+ "group": "paint",
1465
+ "state": "active",
1466
+ "introduced": "0.10.5",
1467
+ "description": "Use for borders on non-bold gray accent backgrounds."
1468
+ },
1469
+ "value": "#738496",
1470
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1471
+ "isSource": true,
1472
+ "original": {
1473
+ "attributes": {
1474
+ "group": "paint",
1475
+ "state": "active",
1476
+ "introduced": "0.10.5",
1477
+ "description": "Use for borders on non-bold gray accent backgrounds."
1478
+ },
1479
+ "value": "DN600"
1480
+ },
1481
+ "name": "color.border.accent.gray",
1482
+ "path": ["color", "border", "accent", "gray"]
1399
1483
  }, {
1400
1484
  "attributes": {
1401
1485
  "group": "paint",
@@ -1417,6 +1501,27 @@ var tokens = [{
1417
1501
  },
1418
1502
  "name": "color.border.[default]",
1419
1503
  "path": ["color", "border", "[default]"]
1504
+ }, {
1505
+ "attributes": {
1506
+ "group": "paint",
1507
+ "state": "active",
1508
+ "introduced": "0.10.8",
1509
+ "description": "A neutral border option that passes min 3:1 contrast ratios."
1510
+ },
1511
+ "value": "#738496",
1512
+ "filePath": "src/tokens/atlassian-dark/color/border.tsx",
1513
+ "isSource": true,
1514
+ "original": {
1515
+ "attributes": {
1516
+ "group": "paint",
1517
+ "state": "active",
1518
+ "introduced": "0.10.8",
1519
+ "description": "A neutral border option that passes min 3:1 contrast ratios."
1520
+ },
1521
+ "value": "DN600"
1522
+ },
1523
+ "name": "color.border.bold",
1524
+ "path": ["color", "border", "bold"]
1420
1525
  }, {
1421
1526
  "attributes": {
1422
1527
  "group": "paint",
@@ -1728,7 +1833,7 @@ var tokens = [{
1728
1833
  "group": "paint",
1729
1834
  "state": "active",
1730
1835
  "introduced": "0.7.0",
1731
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1836
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1732
1837
  },
1733
1838
  "value": "#09326C",
1734
1839
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -1738,7 +1843,7 @@ var tokens = [{
1738
1843
  "group": "paint",
1739
1844
  "state": "active",
1740
1845
  "introduced": "0.7.0",
1741
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1846
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1742
1847
  },
1743
1848
  "value": "B900"
1744
1849
  },
@@ -1749,7 +1854,7 @@ var tokens = [{
1749
1854
  "group": "paint",
1750
1855
  "state": "active",
1751
1856
  "introduced": "0.7.0",
1752
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1857
+ "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1753
1858
  },
1754
1859
  "value": "#0055CC",
1755
1860
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -1759,7 +1864,7 @@ var tokens = [{
1759
1864
  "group": "paint",
1760
1865
  "state": "active",
1761
1866
  "introduced": "0.7.0",
1762
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1867
+ "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1763
1868
  },
1764
1869
  "value": "B800"
1765
1870
  },
@@ -1794,7 +1899,7 @@ var tokens = [{
1794
1899
  "deprecated": "0.7.0",
1795
1900
  "deleted": "0.8.0",
1796
1901
  "replacement": "color.background.accent.blue.subtler",
1797
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1902
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1798
1903
  },
1799
1904
  "value": "#09326C",
1800
1905
  "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
@@ -1807,7 +1912,7 @@ var tokens = [{
1807
1912
  "deprecated": "0.7.0",
1808
1913
  "deleted": "0.8.0",
1809
1914
  "replacement": "color.background.accent.blue.subtler",
1810
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1915
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1811
1916
  },
1812
1917
  "value": "B900"
1813
1918
  },
@@ -2806,6 +2911,90 @@ var tokens = [{
2806
2911
  },
2807
2912
  "name": "color.background.accent.magenta.bold",
2808
2913
  "path": ["color", "background", "accent", "magenta", "bold"]
2914
+ }, {
2915
+ "attributes": {
2916
+ "group": "paint",
2917
+ "state": "active",
2918
+ "introduced": "0.7.0",
2919
+ "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2920
+ },
2921
+ "value": "#2C333A",
2922
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2923
+ "isSource": true,
2924
+ "original": {
2925
+ "attributes": {
2926
+ "group": "paint",
2927
+ "state": "active",
2928
+ "introduced": "0.7.0",
2929
+ "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2930
+ },
2931
+ "value": "DN300"
2932
+ },
2933
+ "name": "color.background.accent.gray.subtlest",
2934
+ "path": ["color", "background", "accent", "gray", "subtlest"]
2935
+ }, {
2936
+ "attributes": {
2937
+ "group": "paint",
2938
+ "state": "active",
2939
+ "introduced": "0.7.0",
2940
+ "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
2941
+ },
2942
+ "value": "#454F59",
2943
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2944
+ "isSource": true,
2945
+ "original": {
2946
+ "attributes": {
2947
+ "group": "paint",
2948
+ "state": "active",
2949
+ "introduced": "0.7.0",
2950
+ "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
2951
+ },
2952
+ "value": "DN400"
2953
+ },
2954
+ "name": "color.background.accent.gray.subtler",
2955
+ "path": ["color", "background", "accent", "gray", "subtler"]
2956
+ }, {
2957
+ "attributes": {
2958
+ "group": "paint",
2959
+ "state": "active",
2960
+ "introduced": "0.7.0",
2961
+ "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
2962
+ },
2963
+ "value": "#5C6C7A",
2964
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2965
+ "isSource": true,
2966
+ "original": {
2967
+ "attributes": {
2968
+ "group": "paint",
2969
+ "state": "active",
2970
+ "introduced": "0.7.0",
2971
+ "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
2972
+ },
2973
+ "value": "DN500"
2974
+ },
2975
+ "name": "color.background.accent.gray.subtle",
2976
+ "path": ["color", "background", "accent", "gray", "subtle"]
2977
+ }, {
2978
+ "attributes": {
2979
+ "group": "paint",
2980
+ "state": "active",
2981
+ "introduced": "0.7.0",
2982
+ "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."
2983
+ },
2984
+ "value": "#8696A7",
2985
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2986
+ "isSource": true,
2987
+ "original": {
2988
+ "attributes": {
2989
+ "group": "paint",
2990
+ "state": "active",
2991
+ "introduced": "0.7.0",
2992
+ "description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2993
+ },
2994
+ "value": "DN700"
2995
+ },
2996
+ "name": "color.background.accent.gray.bolder",
2997
+ "path": ["color", "background", "accent", "gray", "bolder"]
2809
2998
  }, {
2810
2999
  "attributes": {
2811
3000
  "group": "paint",