@atlaskit/tokens 0.10.6 → 0.10.7

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 (41) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/css/atlassian-dark.css +9 -1
  3. package/css/atlassian-light.css +9 -1
  4. package/dist/cjs/artifacts/token-default-values.js +9 -1
  5. package/dist/cjs/artifacts/token-names.js +9 -1
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +175 -7
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +175 -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-light/color/accent.js +28 -0
  11. package/dist/cjs/tokens/default/color/accent.js +70 -2
  12. package/dist/cjs/tokens/default/deprecated/deprecated.js +1 -1
  13. package/dist/cjs/version.json +1 -1
  14. package/dist/es2019/artifacts/token-default-values.js +9 -1
  15. package/dist/es2019/artifacts/token-names.js +9 -1
  16. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +175 -7
  17. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +175 -7
  18. package/dist/es2019/get-token.js +1 -1
  19. package/dist/es2019/tokens/atlassian-dark/color/accent.js +28 -0
  20. package/dist/es2019/tokens/atlassian-light/color/accent.js +28 -0
  21. package/dist/es2019/tokens/default/color/accent.js +70 -2
  22. package/dist/es2019/tokens/default/deprecated/deprecated.js +1 -1
  23. package/dist/es2019/version.json +1 -1
  24. package/dist/esm/artifacts/token-default-values.js +9 -1
  25. package/dist/esm/artifacts/token-names.js +9 -1
  26. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +175 -7
  27. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +175 -7
  28. package/dist/esm/get-token.js +1 -1
  29. package/dist/esm/tokens/atlassian-dark/color/accent.js +28 -0
  30. package/dist/esm/tokens/atlassian-light/color/accent.js +28 -0
  31. package/dist/esm/tokens/default/color/accent.js +70 -2
  32. package/dist/esm/tokens/default/deprecated/deprecated.js +1 -1
  33. package/dist/esm/version.json +1 -1
  34. package/dist/types/artifacts/token-default-values.d.ts +9 -1
  35. package/dist/types/artifacts/token-names.d.ts +17 -1
  36. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  37. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  38. package/dist/types/artifacts/types-internal.d.ts +2 -2
  39. package/dist/types/artifacts/types.d.ts +2 -2
  40. package/dist/types/types.d.ts +12 -0
  41. package/package.json +1 -1
@@ -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::2790b3e5387d05c20675eb77bb4ec986>>
3
+ * @codegen <<SignedSource::3354689a803bcf6799054d3faa65df85>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -339,6 +339,48 @@ const tokens = [{
339
339
  },
340
340
  "name": "color.text.accent.magenta.bolder",
341
341
  "path": ["color", "text", "accent", "magenta", "bolder"]
342
+ }, {
343
+ "attributes": {
344
+ "group": "paint",
345
+ "state": "active",
346
+ "introduced": "0.10.5",
347
+ "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
348
+ },
349
+ "value": "#9FADBC",
350
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
351
+ "isSource": true,
352
+ "original": {
353
+ "attributes": {
354
+ "group": "paint",
355
+ "state": "active",
356
+ "introduced": "0.10.5",
357
+ "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
358
+ },
359
+ "value": "DN800"
360
+ },
361
+ "name": "color.text.accent.gray.[default]",
362
+ "path": ["color", "text", "accent", "gray", "[default]"]
363
+ }, {
364
+ "attributes": {
365
+ "group": "paint",
366
+ "state": "active",
367
+ "introduced": "0.10.5",
368
+ "description": "Use for text and icons on gray subtle accent backgrounds."
369
+ },
370
+ "value": "#C7D1DB",
371
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
372
+ "isSource": true,
373
+ "original": {
374
+ "attributes": {
375
+ "group": "paint",
376
+ "state": "active",
377
+ "introduced": "0.10.5",
378
+ "description": "Use for text and icons on gray subtle accent backgrounds."
379
+ },
380
+ "value": "DN1000"
381
+ },
382
+ "name": "color.text.accent.gray.bolder",
383
+ "path": ["color", "text", "accent", "gray", "bolder"]
342
384
  }, {
343
385
  "attributes": {
344
386
  "group": "paint",
@@ -969,6 +1011,27 @@ const tokens = [{
969
1011
  },
970
1012
  "name": "color.icon.accent.magenta",
971
1013
  "path": ["color", "icon", "accent", "magenta"]
1014
+ }, {
1015
+ "attributes": {
1016
+ "group": "paint",
1017
+ "state": "active",
1018
+ "introduced": "0.10.5",
1019
+ "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1020
+ },
1021
+ "value": "#738496",
1022
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1023
+ "isSource": true,
1024
+ "original": {
1025
+ "attributes": {
1026
+ "group": "paint",
1027
+ "state": "active",
1028
+ "introduced": "0.10.5",
1029
+ "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1030
+ },
1031
+ "value": "DN600"
1032
+ },
1033
+ "name": "color.icon.accent.gray",
1034
+ "path": ["color", "icon", "accent", "gray"]
972
1035
  }, {
973
1036
  "attributes": {
974
1037
  "group": "paint",
@@ -1389,6 +1452,27 @@ const tokens = [{
1389
1452
  },
1390
1453
  "name": "color.border.accent.magenta",
1391
1454
  "path": ["color", "border", "accent", "magenta"]
1455
+ }, {
1456
+ "attributes": {
1457
+ "group": "paint",
1458
+ "state": "active",
1459
+ "introduced": "0.10.5",
1460
+ "description": "Use for borders on non-bold gray accent backgrounds."
1461
+ },
1462
+ "value": "#738496",
1463
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1464
+ "isSource": true,
1465
+ "original": {
1466
+ "attributes": {
1467
+ "group": "paint",
1468
+ "state": "active",
1469
+ "introduced": "0.10.5",
1470
+ "description": "Use for borders on non-bold gray accent backgrounds."
1471
+ },
1472
+ "value": "DN600"
1473
+ },
1474
+ "name": "color.border.accent.gray",
1475
+ "path": ["color", "border", "accent", "gray"]
1392
1476
  }, {
1393
1477
  "attributes": {
1394
1478
  "group": "paint",
@@ -1721,7 +1805,7 @@ const tokens = [{
1721
1805
  "group": "paint",
1722
1806
  "state": "active",
1723
1807
  "introduced": "0.7.0",
1724
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1808
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1725
1809
  },
1726
1810
  "value": "#09326C",
1727
1811
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -1731,7 +1815,7 @@ const tokens = [{
1731
1815
  "group": "paint",
1732
1816
  "state": "active",
1733
1817
  "introduced": "0.7.0",
1734
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1818
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1735
1819
  },
1736
1820
  "value": "B900"
1737
1821
  },
@@ -1742,7 +1826,7 @@ const tokens = [{
1742
1826
  "group": "paint",
1743
1827
  "state": "active",
1744
1828
  "introduced": "0.7.0",
1745
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1829
+ "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1746
1830
  },
1747
1831
  "value": "#0055CC",
1748
1832
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -1752,7 +1836,7 @@ const tokens = [{
1752
1836
  "group": "paint",
1753
1837
  "state": "active",
1754
1838
  "introduced": "0.7.0",
1755
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1839
+ "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1756
1840
  },
1757
1841
  "value": "B800"
1758
1842
  },
@@ -1787,7 +1871,7 @@ const tokens = [{
1787
1871
  "deprecated": "0.7.0",
1788
1872
  "deleted": "0.8.0",
1789
1873
  "replacement": "color.background.accent.blue.subtler",
1790
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1874
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1791
1875
  },
1792
1876
  "value": "#09326C",
1793
1877
  "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
@@ -1800,7 +1884,7 @@ const tokens = [{
1800
1884
  "deprecated": "0.7.0",
1801
1885
  "deleted": "0.8.0",
1802
1886
  "replacement": "color.background.accent.blue.subtler",
1803
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1887
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1804
1888
  },
1805
1889
  "value": "B900"
1806
1890
  },
@@ -2799,6 +2883,90 @@ const tokens = [{
2799
2883
  },
2800
2884
  "name": "color.background.accent.magenta.bold",
2801
2885
  "path": ["color", "background", "accent", "magenta", "bold"]
2886
+ }, {
2887
+ "attributes": {
2888
+ "group": "paint",
2889
+ "state": "active",
2890
+ "introduced": "0.7.0",
2891
+ "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2892
+ },
2893
+ "value": "#2C333A",
2894
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2895
+ "isSource": true,
2896
+ "original": {
2897
+ "attributes": {
2898
+ "group": "paint",
2899
+ "state": "active",
2900
+ "introduced": "0.7.0",
2901
+ "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2902
+ },
2903
+ "value": "DN300"
2904
+ },
2905
+ "name": "color.background.accent.gray.subtlest",
2906
+ "path": ["color", "background", "accent", "gray", "subtlest"]
2907
+ }, {
2908
+ "attributes": {
2909
+ "group": "paint",
2910
+ "state": "active",
2911
+ "introduced": "0.7.0",
2912
+ "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
2913
+ },
2914
+ "value": "#454F59",
2915
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2916
+ "isSource": true,
2917
+ "original": {
2918
+ "attributes": {
2919
+ "group": "paint",
2920
+ "state": "active",
2921
+ "introduced": "0.7.0",
2922
+ "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
2923
+ },
2924
+ "value": "DN400"
2925
+ },
2926
+ "name": "color.background.accent.gray.subtler",
2927
+ "path": ["color", "background", "accent", "gray", "subtler"]
2928
+ }, {
2929
+ "attributes": {
2930
+ "group": "paint",
2931
+ "state": "active",
2932
+ "introduced": "0.7.0",
2933
+ "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
2934
+ },
2935
+ "value": "#5C6C7A",
2936
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2937
+ "isSource": true,
2938
+ "original": {
2939
+ "attributes": {
2940
+ "group": "paint",
2941
+ "state": "active",
2942
+ "introduced": "0.7.0",
2943
+ "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
2944
+ },
2945
+ "value": "DN500"
2946
+ },
2947
+ "name": "color.background.accent.gray.subtle",
2948
+ "path": ["color", "background", "accent", "gray", "subtle"]
2949
+ }, {
2950
+ "attributes": {
2951
+ "group": "paint",
2952
+ "state": "active",
2953
+ "introduced": "0.7.0",
2954
+ "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."
2955
+ },
2956
+ "value": "#8696A7",
2957
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2958
+ "isSource": true,
2959
+ "original": {
2960
+ "attributes": {
2961
+ "group": "paint",
2962
+ "state": "active",
2963
+ "introduced": "0.7.0",
2964
+ "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."
2965
+ },
2966
+ "value": "DN700"
2967
+ },
2968
+ "name": "color.background.accent.gray.bolder",
2969
+ "path": ["color", "background", "accent", "gray", "bolder"]
2802
2970
  }, {
2803
2971
  "attributes": {
2804
2972
  "group": "paint",
@@ -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::7cdaec19ecd5c921bc01bf32e95ed909>>
3
+ * @codegen <<SignedSource::9b6960398363032e220473a356d04712>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -339,6 +339,48 @@ const tokens = [{
339
339
  },
340
340
  "name": "color.text.accent.magenta.bolder",
341
341
  "path": ["color", "text", "accent", "magenta", "bolder"]
342
+ }, {
343
+ "attributes": {
344
+ "group": "paint",
345
+ "state": "active",
346
+ "introduced": "0.10.5",
347
+ "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
348
+ },
349
+ "value": "#44546F",
350
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
351
+ "isSource": true,
352
+ "original": {
353
+ "attributes": {
354
+ "group": "paint",
355
+ "state": "active",
356
+ "introduced": "0.10.5",
357
+ "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
358
+ },
359
+ "value": "N800"
360
+ },
361
+ "name": "color.text.accent.gray.[default]",
362
+ "path": ["color", "text", "accent", "gray", "[default]"]
363
+ }, {
364
+ "attributes": {
365
+ "group": "paint",
366
+ "state": "active",
367
+ "introduced": "0.10.5",
368
+ "description": "Use for text and icons on gray subtle accent backgrounds."
369
+ },
370
+ "value": "#172B4D",
371
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
372
+ "isSource": true,
373
+ "original": {
374
+ "attributes": {
375
+ "group": "paint",
376
+ "state": "active",
377
+ "introduced": "0.10.5",
378
+ "description": "Use for text and icons on gray subtle accent backgrounds."
379
+ },
380
+ "value": "N1000"
381
+ },
382
+ "name": "color.text.accent.gray.bolder",
383
+ "path": ["color", "text", "accent", "gray", "bolder"]
342
384
  }, {
343
385
  "attributes": {
344
386
  "group": "paint",
@@ -969,6 +1011,27 @@ const tokens = [{
969
1011
  },
970
1012
  "name": "color.icon.accent.magenta",
971
1013
  "path": ["color", "icon", "accent", "magenta"]
1014
+ }, {
1015
+ "attributes": {
1016
+ "group": "paint",
1017
+ "state": "active",
1018
+ "introduced": "0.10.5",
1019
+ "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1020
+ },
1021
+ "value": "#758195",
1022
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1023
+ "isSource": true,
1024
+ "original": {
1025
+ "attributes": {
1026
+ "group": "paint",
1027
+ "state": "active",
1028
+ "introduced": "0.10.5",
1029
+ "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1030
+ },
1031
+ "value": "N600"
1032
+ },
1033
+ "name": "color.icon.accent.gray",
1034
+ "path": ["color", "icon", "accent", "gray"]
972
1035
  }, {
973
1036
  "attributes": {
974
1037
  "group": "paint",
@@ -1389,6 +1452,27 @@ const tokens = [{
1389
1452
  },
1390
1453
  "name": "color.border.accent.magenta",
1391
1454
  "path": ["color", "border", "accent", "magenta"]
1455
+ }, {
1456
+ "attributes": {
1457
+ "group": "paint",
1458
+ "state": "active",
1459
+ "introduced": "0.10.5",
1460
+ "description": "Use for borders on non-bold gray accent backgrounds."
1461
+ },
1462
+ "value": "#758195",
1463
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1464
+ "isSource": true,
1465
+ "original": {
1466
+ "attributes": {
1467
+ "group": "paint",
1468
+ "state": "active",
1469
+ "introduced": "0.10.5",
1470
+ "description": "Use for borders on non-bold gray accent backgrounds."
1471
+ },
1472
+ "value": "N600"
1473
+ },
1474
+ "name": "color.border.accent.gray",
1475
+ "path": ["color", "border", "accent", "gray"]
1392
1476
  }, {
1393
1477
  "attributes": {
1394
1478
  "group": "paint",
@@ -1721,7 +1805,7 @@ const tokens = [{
1721
1805
  "group": "paint",
1722
1806
  "state": "active",
1723
1807
  "introduced": "0.7.0",
1724
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1808
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1725
1809
  },
1726
1810
  "value": "#CCE0FF",
1727
1811
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -1731,7 +1815,7 @@ const tokens = [{
1731
1815
  "group": "paint",
1732
1816
  "state": "active",
1733
1817
  "introduced": "0.7.0",
1734
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1818
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1735
1819
  },
1736
1820
  "value": "B200"
1737
1821
  },
@@ -1742,7 +1826,7 @@ const tokens = [{
1742
1826
  "group": "paint",
1743
1827
  "state": "active",
1744
1828
  "introduced": "0.7.0",
1745
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1829
+ "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1746
1830
  },
1747
1831
  "value": "#579DFF",
1748
1832
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -1752,7 +1836,7 @@ const tokens = [{
1752
1836
  "group": "paint",
1753
1837
  "state": "active",
1754
1838
  "introduced": "0.7.0",
1755
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1839
+ "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1756
1840
  },
1757
1841
  "value": "B400"
1758
1842
  },
@@ -1787,7 +1871,7 @@ const tokens = [{
1787
1871
  "deprecated": "0.7.0",
1788
1872
  "deleted": "0.8.0",
1789
1873
  "replacement": "color.background.accent.blue.subtler",
1790
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1874
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1791
1875
  },
1792
1876
  "value": "#CCE0FF",
1793
1877
  "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
@@ -1800,7 +1884,7 @@ const tokens = [{
1800
1884
  "deprecated": "0.7.0",
1801
1885
  "deleted": "0.8.0",
1802
1886
  "replacement": "color.background.accent.blue.subtler",
1803
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1887
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1804
1888
  },
1805
1889
  "value": "B200"
1806
1890
  },
@@ -2799,6 +2883,90 @@ const tokens = [{
2799
2883
  },
2800
2884
  "name": "color.background.accent.magenta.bold",
2801
2885
  "path": ["color", "background", "accent", "magenta", "bold"]
2886
+ }, {
2887
+ "attributes": {
2888
+ "group": "paint",
2889
+ "state": "active",
2890
+ "introduced": "0.7.0",
2891
+ "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2892
+ },
2893
+ "value": "#F1F2F4",
2894
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2895
+ "isSource": true,
2896
+ "original": {
2897
+ "attributes": {
2898
+ "group": "paint",
2899
+ "state": "active",
2900
+ "introduced": "0.7.0",
2901
+ "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2902
+ },
2903
+ "value": "N200"
2904
+ },
2905
+ "name": "color.background.accent.gray.subtlest",
2906
+ "path": ["color", "background", "accent", "gray", "subtlest"]
2907
+ }, {
2908
+ "attributes": {
2909
+ "group": "paint",
2910
+ "state": "active",
2911
+ "introduced": "0.7.0",
2912
+ "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
2913
+ },
2914
+ "value": "#DCDFE4",
2915
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2916
+ "isSource": true,
2917
+ "original": {
2918
+ "attributes": {
2919
+ "group": "paint",
2920
+ "state": "active",
2921
+ "introduced": "0.7.0",
2922
+ "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
2923
+ },
2924
+ "value": "N300"
2925
+ },
2926
+ "name": "color.background.accent.gray.subtler",
2927
+ "path": ["color", "background", "accent", "gray", "subtler"]
2928
+ }, {
2929
+ "attributes": {
2930
+ "group": "paint",
2931
+ "state": "active",
2932
+ "introduced": "0.7.0",
2933
+ "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
2934
+ },
2935
+ "value": "#8993A5",
2936
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2937
+ "isSource": true,
2938
+ "original": {
2939
+ "attributes": {
2940
+ "group": "paint",
2941
+ "state": "active",
2942
+ "introduced": "0.7.0",
2943
+ "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
2944
+ },
2945
+ "value": "N500"
2946
+ },
2947
+ "name": "color.background.accent.gray.subtle",
2948
+ "path": ["color", "background", "accent", "gray", "subtle"]
2949
+ }, {
2950
+ "attributes": {
2951
+ "group": "paint",
2952
+ "state": "active",
2953
+ "introduced": "0.7.0",
2954
+ "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."
2955
+ },
2956
+ "value": "#626F86",
2957
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2958
+ "isSource": true,
2959
+ "original": {
2960
+ "attributes": {
2961
+ "group": "paint",
2962
+ "state": "active",
2963
+ "introduced": "0.7.0",
2964
+ "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."
2965
+ },
2966
+ "value": "N700"
2967
+ },
2968
+ "name": "color.background.accent.gray.bolder",
2969
+ "path": ["color", "background", "accent", "gray", "bolder"]
2802
2970
  }, {
2803
2971
  "attributes": {
2804
2972
  "group": "paint",
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
4
4
  const name = "@atlaskit/tokens";
5
- const version = "0.10.6";
5
+ const version = "0.10.7";
6
6
 
7
7
  function token(path, fallback) {
8
8
  let token = tokens[path];
@@ -65,6 +65,14 @@ const color = {
65
65
  bolder: {
66
66
  value: 'M200'
67
67
  }
68
+ },
69
+ gray: {
70
+ '[default]': {
71
+ value: 'DN800'
72
+ },
73
+ bolder: {
74
+ value: 'DN1000'
75
+ }
68
76
  }
69
77
  }
70
78
  },
@@ -93,6 +101,9 @@ const color = {
93
101
  },
94
102
  magenta: {
95
103
  value: 'M500'
104
+ },
105
+ gray: {
106
+ value: 'DN600'
96
107
  }
97
108
  }
98
109
  },
@@ -121,6 +132,9 @@ const color = {
121
132
  },
122
133
  magenta: {
123
134
  value: 'M500'
135
+ },
136
+ gray: {
137
+ value: 'DN600'
124
138
  }
125
139
  }
126
140
  },
@@ -237,6 +251,20 @@ const color = {
237
251
  bolder: {
238
252
  value: 'M400'
239
253
  }
254
+ },
255
+ gray: {
256
+ subtlest: {
257
+ value: 'DN300'
258
+ },
259
+ subtler: {
260
+ value: 'DN400'
261
+ },
262
+ subtle: {
263
+ value: 'DN500'
264
+ },
265
+ bolder: {
266
+ value: 'DN700'
267
+ }
240
268
  }
241
269
  }
242
270
  }
@@ -65,6 +65,14 @@ const color = {
65
65
  bolder: {
66
66
  value: 'M900'
67
67
  }
68
+ },
69
+ gray: {
70
+ '[default]': {
71
+ value: 'N800'
72
+ },
73
+ bolder: {
74
+ value: 'N1000'
75
+ }
68
76
  }
69
77
  }
70
78
  },
@@ -93,6 +101,9 @@ const color = {
93
101
  },
94
102
  magenta: {
95
103
  value: 'M600'
104
+ },
105
+ gray: {
106
+ value: 'N600'
96
107
  }
97
108
  }
98
109
  },
@@ -121,6 +132,9 @@ const color = {
121
132
  },
122
133
  magenta: {
123
134
  value: 'M600'
135
+ },
136
+ gray: {
137
+ value: 'N600'
124
138
  }
125
139
  }
126
140
  },
@@ -237,6 +251,20 @@ const color = {
237
251
  bolder: {
238
252
  value: 'M700'
239
253
  }
254
+ },
255
+ gray: {
256
+ subtlest: {
257
+ value: 'N200'
258
+ },
259
+ subtler: {
260
+ value: 'N300'
261
+ },
262
+ subtle: {
263
+ value: 'N500'
264
+ },
265
+ bolder: {
266
+ value: 'N700'
267
+ }
240
268
  }
241
269
  }
242
270
  }