@atlaskit/tokens 1.7.0 → 1.8.0

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 (124) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +313 -1
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +171 -1
  4. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  8. package/dist/cjs/artifacts/token-default-values.js +15 -1
  9. package/dist/cjs/artifacts/token-names.js +15 -1
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +309 -1
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +309 -1
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +309 -1
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +309 -1
  14. package/dist/cjs/get-token-value.js +1 -1
  15. package/dist/cjs/get-token.js +1 -1
  16. package/dist/cjs/palettes/palette.js +70 -0
  17. package/dist/cjs/tokens/atlassian-dark/color/accent.js +28 -0
  18. package/dist/cjs/tokens/atlassian-dark/color/chart.js +26 -0
  19. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +36 -0
  20. package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +32 -0
  21. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +36 -0
  22. package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +32 -0
  23. package/dist/cjs/tokens/atlassian-light/color/accent.js +28 -0
  24. package/dist/cjs/tokens/atlassian-light/color/chart.js +26 -0
  25. package/dist/cjs/tokens/default/color/accent.js +68 -0
  26. package/dist/cjs/tokens/default/color/chart.js +56 -0
  27. package/dist/cjs/version.json +1 -1
  28. package/dist/es2019/artifacts/generated-pairs.js +313 -1
  29. package/dist/es2019/artifacts/palettes-raw/palette.js +171 -1
  30. package/dist/es2019/artifacts/themes/atlassian-dark.js +15 -1
  31. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +15 -1
  32. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +15 -1
  33. package/dist/es2019/artifacts/themes/atlassian-light.js +15 -1
  34. package/dist/es2019/artifacts/token-default-values.js +15 -1
  35. package/dist/es2019/artifacts/token-names.js +15 -1
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +309 -1
  37. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +309 -1
  38. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +309 -1
  39. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +309 -1
  40. package/dist/es2019/get-token-value.js +1 -1
  41. package/dist/es2019/get-token.js +1 -1
  42. package/dist/es2019/palettes/palette.js +70 -0
  43. package/dist/es2019/tokens/atlassian-dark/color/accent.js +28 -0
  44. package/dist/es2019/tokens/atlassian-dark/color/chart.js +26 -0
  45. package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +36 -0
  46. package/dist/es2019/tokens/atlassian-legacy-dark/color/chart.js +32 -0
  47. package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +36 -0
  48. package/dist/es2019/tokens/atlassian-legacy-light/color/chart.js +32 -0
  49. package/dist/es2019/tokens/atlassian-light/color/accent.js +28 -0
  50. package/dist/es2019/tokens/atlassian-light/color/chart.js +26 -0
  51. package/dist/es2019/tokens/default/color/accent.js +68 -0
  52. package/dist/es2019/tokens/default/color/chart.js +56 -0
  53. package/dist/es2019/version.json +1 -1
  54. package/dist/esm/artifacts/generated-pairs.js +313 -1
  55. package/dist/esm/artifacts/palettes-raw/palette.js +171 -1
  56. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  57. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  58. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  59. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  60. package/dist/esm/artifacts/token-default-values.js +15 -1
  61. package/dist/esm/artifacts/token-names.js +15 -1
  62. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +309 -1
  63. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +309 -1
  64. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +309 -1
  65. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +309 -1
  66. package/dist/esm/get-token-value.js +1 -1
  67. package/dist/esm/get-token.js +1 -1
  68. package/dist/esm/palettes/palette.js +70 -0
  69. package/dist/esm/tokens/atlassian-dark/color/accent.js +28 -0
  70. package/dist/esm/tokens/atlassian-dark/color/chart.js +26 -0
  71. package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +36 -0
  72. package/dist/esm/tokens/atlassian-legacy-dark/color/chart.js +32 -0
  73. package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +36 -0
  74. package/dist/esm/tokens/atlassian-legacy-light/color/chart.js +32 -0
  75. package/dist/esm/tokens/atlassian-light/color/accent.js +28 -0
  76. package/dist/esm/tokens/atlassian-light/color/chart.js +26 -0
  77. package/dist/esm/tokens/default/color/accent.js +68 -0
  78. package/dist/esm/tokens/default/color/chart.js +56 -0
  79. package/dist/esm/version.json +1 -1
  80. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  81. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  82. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  83. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  84. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  85. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  86. package/dist/types/artifacts/token-default-values.d.ts +15 -1
  87. package/dist/types/artifacts/token-names.d.ts +29 -1
  88. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  89. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  90. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  91. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  92. package/dist/types/artifacts/types-internal.d.ts +2 -2
  93. package/dist/types/artifacts/types.d.ts +2 -2
  94. package/dist/types/palettes/palette.d.ts +1 -1
  95. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  96. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  97. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  98. package/dist/types/types.d.ts +27 -1
  99. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  100. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  101. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  102. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  103. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  104. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  105. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +15 -1
  106. package/dist/types-ts4.5/artifacts/token-names.d.ts +29 -1
  107. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  108. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  109. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  110. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  111. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  112. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  113. package/dist/types-ts4.5/palettes/palette.d.ts +1 -1
  114. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  115. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +1 -1
  116. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +1 -1
  117. package/dist/types-ts4.5/types.d.ts +27 -1
  118. package/figma/atlassian-dark.json +126 -0
  119. package/figma/atlassian-legacy-dark.json +126 -0
  120. package/figma/atlassian-legacy-light.json +126 -0
  121. package/figma/atlassian-light.json +126 -0
  122. package/package.json +1 -1
  123. package/report.api.md +56 -0
  124. package/tmp/api-report-tmp.d.ts +30 -2
@@ -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::2cd5fe066fcdc4fd65b0d5ee54a25928>>
3
+ * @codegen <<SignedSource::c4253f474a8b38c030d888b37b18b2a7>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -25,6 +25,50 @@ const tokens = [{
25
25
  "name": "color.text.[default]",
26
26
  "path": ["color", "text", "[default]"],
27
27
  "cleanName": "color.text"
28
+ }, {
29
+ "attributes": {
30
+ "group": "paint",
31
+ "state": "active",
32
+ "introduced": "1.6.0",
33
+ "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
34
+ },
35
+ "value": "#4C6B1F",
36
+ "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
37
+ "isSource": true,
38
+ "original": {
39
+ "attributes": {
40
+ "group": "paint",
41
+ "state": "active",
42
+ "introduced": "1.6.0",
43
+ "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
44
+ },
45
+ "value": "#4C6B1F"
46
+ },
47
+ "name": "color.text.accent.lime.[default]",
48
+ "path": ["color", "text", "accent", "lime", "[default]"],
49
+ "cleanName": "color.text.accent.lime"
50
+ }, {
51
+ "attributes": {
52
+ "group": "paint",
53
+ "state": "active",
54
+ "introduced": "0.7.0",
55
+ "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
56
+ },
57
+ "value": "#37471F",
58
+ "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
59
+ "isSource": true,
60
+ "original": {
61
+ "attributes": {
62
+ "group": "paint",
63
+ "state": "active",
64
+ "introduced": "0.7.0",
65
+ "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
66
+ },
67
+ "value": "#37471F"
68
+ },
69
+ "name": "color.text.accent.lime.bolder",
70
+ "path": ["color", "text", "accent", "lime", "bolder"],
71
+ "cleanName": "color.text.accent.lime.bolder"
28
72
  }, {
29
73
  "attributes": {
30
74
  "group": "paint",
@@ -751,6 +795,28 @@ const tokens = [{
751
795
  "name": "color.icon.[default]",
752
796
  "path": ["color", "icon", "[default]"],
753
797
  "cleanName": "color.icon"
798
+ }, {
799
+ "attributes": {
800
+ "group": "paint",
801
+ "state": "active",
802
+ "introduced": "1.6.0",
803
+ "description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
804
+ },
805
+ "value": "#6A9A23",
806
+ "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
807
+ "isSource": true,
808
+ "original": {
809
+ "attributes": {
810
+ "group": "paint",
811
+ "state": "active",
812
+ "introduced": "1.6.0",
813
+ "description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
814
+ },
815
+ "value": "#6A9A23"
816
+ },
817
+ "name": "color.icon.accent.lime",
818
+ "path": ["color", "icon", "accent", "lime"],
819
+ "cleanName": "color.icon.accent.lime"
754
820
  }, {
755
821
  "attributes": {
756
822
  "group": "paint",
@@ -1213,6 +1279,28 @@ const tokens = [{
1213
1279
  "name": "color.border.[default]",
1214
1280
  "path": ["color", "border", "[default]"],
1215
1281
  "cleanName": "color.border"
1282
+ }, {
1283
+ "attributes": {
1284
+ "group": "paint",
1285
+ "state": "active",
1286
+ "introduced": "1.6.0",
1287
+ "description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
1288
+ },
1289
+ "value": "#6A9A23",
1290
+ "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
1291
+ "isSource": true,
1292
+ "original": {
1293
+ "attributes": {
1294
+ "group": "paint",
1295
+ "state": "active",
1296
+ "introduced": "1.6.0",
1297
+ "description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
1298
+ },
1299
+ "value": "#6A9A23"
1300
+ },
1301
+ "name": "color.border.accent.lime",
1302
+ "path": ["color", "border", "accent", "lime"],
1303
+ "cleanName": "color.border.accent.lime"
1216
1304
  }, {
1217
1305
  "attributes": {
1218
1306
  "group": "paint",
@@ -1675,6 +1763,94 @@ const tokens = [{
1675
1763
  "name": "color.border.bold",
1676
1764
  "path": ["color", "border", "bold"],
1677
1765
  "cleanName": "color.border.bold"
1766
+ }, {
1767
+ "attributes": {
1768
+ "group": "paint",
1769
+ "state": "active",
1770
+ "introduced": "1.6.0",
1771
+ "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1772
+ },
1773
+ "value": "#EEFBDA",
1774
+ "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
1775
+ "isSource": true,
1776
+ "original": {
1777
+ "attributes": {
1778
+ "group": "paint",
1779
+ "state": "active",
1780
+ "introduced": "1.6.0",
1781
+ "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1782
+ },
1783
+ "value": "#EEFBDA"
1784
+ },
1785
+ "name": "color.background.accent.lime.subtlest",
1786
+ "path": ["color", "background", "accent", "lime", "subtlest"],
1787
+ "cleanName": "color.background.accent.lime.subtlest"
1788
+ }, {
1789
+ "attributes": {
1790
+ "group": "paint",
1791
+ "state": "active",
1792
+ "introduced": "1.6.0",
1793
+ "description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
1794
+ },
1795
+ "value": "#D3F1A7",
1796
+ "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
1797
+ "isSource": true,
1798
+ "original": {
1799
+ "attributes": {
1800
+ "group": "paint",
1801
+ "state": "active",
1802
+ "introduced": "1.6.0",
1803
+ "description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
1804
+ },
1805
+ "value": "#D3F1A7"
1806
+ },
1807
+ "name": "color.background.accent.lime.subtler",
1808
+ "path": ["color", "background", "accent", "lime", "subtler"],
1809
+ "cleanName": "color.background.accent.lime.subtler"
1810
+ }, {
1811
+ "attributes": {
1812
+ "group": "paint",
1813
+ "state": "active",
1814
+ "introduced": "1.6.0",
1815
+ "description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
1816
+ },
1817
+ "value": "#94C748",
1818
+ "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
1819
+ "isSource": true,
1820
+ "original": {
1821
+ "attributes": {
1822
+ "group": "paint",
1823
+ "state": "active",
1824
+ "introduced": "1.6.0",
1825
+ "description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
1826
+ },
1827
+ "value": "#94C748"
1828
+ },
1829
+ "name": "color.background.accent.lime.subtle",
1830
+ "path": ["color", "background", "accent", "lime", "subtle"],
1831
+ "cleanName": "color.background.accent.lime.subtle"
1832
+ }, {
1833
+ "attributes": {
1834
+ "group": "paint",
1835
+ "state": "active",
1836
+ "introduced": "1.6.0",
1837
+ "description": "Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1838
+ },
1839
+ "value": "#5B7F24",
1840
+ "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
1841
+ "isSource": true,
1842
+ "original": {
1843
+ "attributes": {
1844
+ "group": "paint",
1845
+ "state": "active",
1846
+ "introduced": "1.6.0",
1847
+ "description": "Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1848
+ },
1849
+ "value": "#5B7F24"
1850
+ },
1851
+ "name": "color.background.accent.lime.bolder",
1852
+ "path": ["color", "background", "accent", "lime", "bolder"],
1853
+ "cleanName": "color.background.accent.lime.bolder"
1678
1854
  }, {
1679
1855
  "attributes": {
1680
1856
  "group": "paint",
@@ -4183,6 +4359,138 @@ const tokens = [{
4183
4359
  "name": "color.chart.categorical.8.hovered",
4184
4360
  "path": ["color", "chart", "categorical", "8", "hovered"],
4185
4361
  "cleanName": "color.chart.categorical.8.hovered"
4362
+ }, {
4363
+ "attributes": {
4364
+ "group": "paint",
4365
+ "state": "active",
4366
+ "introduced": "0.13.3",
4367
+ "description": "For data visualisation only."
4368
+ },
4369
+ "value": "#6A9A23",
4370
+ "filePath": "src/tokens/atlassian-legacy-dark/color/chart.tsx",
4371
+ "isSource": true,
4372
+ "original": {
4373
+ "attributes": {
4374
+ "group": "paint",
4375
+ "state": "active",
4376
+ "introduced": "0.13.3",
4377
+ "description": "For data visualisation only."
4378
+ },
4379
+ "value": "#6A9A23"
4380
+ },
4381
+ "name": "color.chart.lime.bold.[default]",
4382
+ "path": ["color", "chart", "lime", "bold", "[default]"],
4383
+ "cleanName": "color.chart.lime.bold"
4384
+ }, {
4385
+ "attributes": {
4386
+ "group": "paint",
4387
+ "state": "active",
4388
+ "introduced": "0.13.3",
4389
+ "description": "Hovered state of color.chart.lime.bold."
4390
+ },
4391
+ "value": "#5B7F24",
4392
+ "filePath": "src/tokens/atlassian-legacy-dark/color/chart.tsx",
4393
+ "isSource": true,
4394
+ "original": {
4395
+ "attributes": {
4396
+ "group": "paint",
4397
+ "state": "active",
4398
+ "introduced": "0.13.3",
4399
+ "description": "Hovered state of color.chart.lime.bold."
4400
+ },
4401
+ "value": "#5B7F24"
4402
+ },
4403
+ "name": "color.chart.lime.bold.hovered",
4404
+ "path": ["color", "chart", "lime", "bold", "hovered"],
4405
+ "cleanName": "color.chart.lime.bold.hovered"
4406
+ }, {
4407
+ "attributes": {
4408
+ "group": "paint",
4409
+ "state": "active",
4410
+ "introduced": "0.13.3",
4411
+ "description": "For data visualisation only."
4412
+ },
4413
+ "value": "#5B7F24",
4414
+ "filePath": "src/tokens/atlassian-legacy-dark/color/chart.tsx",
4415
+ "isSource": true,
4416
+ "original": {
4417
+ "attributes": {
4418
+ "group": "paint",
4419
+ "state": "active",
4420
+ "introduced": "0.13.3",
4421
+ "description": "For data visualisation only."
4422
+ },
4423
+ "value": "#5B7F24"
4424
+ },
4425
+ "name": "color.chart.lime.bolder.[default]",
4426
+ "path": ["color", "chart", "lime", "bolder", "[default]"],
4427
+ "cleanName": "color.chart.lime.bolder"
4428
+ }, {
4429
+ "attributes": {
4430
+ "group": "paint",
4431
+ "state": "active",
4432
+ "introduced": "0.13.3",
4433
+ "description": "Hovered state of color.chart.lime.bolder."
4434
+ },
4435
+ "value": "#4C6B1F",
4436
+ "filePath": "src/tokens/atlassian-legacy-dark/color/chart.tsx",
4437
+ "isSource": true,
4438
+ "original": {
4439
+ "attributes": {
4440
+ "group": "paint",
4441
+ "state": "active",
4442
+ "introduced": "0.13.3",
4443
+ "description": "Hovered state of color.chart.lime.bolder."
4444
+ },
4445
+ "value": "#4C6B1F"
4446
+ },
4447
+ "name": "color.chart.lime.bolder.hovered",
4448
+ "path": ["color", "chart", "lime", "bolder", "hovered"],
4449
+ "cleanName": "color.chart.lime.bolder.hovered"
4450
+ }, {
4451
+ "attributes": {
4452
+ "group": "paint",
4453
+ "state": "active",
4454
+ "introduced": "0.13.3",
4455
+ "description": "For data visualisation only."
4456
+ },
4457
+ "value": "#4C6B1F",
4458
+ "filePath": "src/tokens/atlassian-legacy-dark/color/chart.tsx",
4459
+ "isSource": true,
4460
+ "original": {
4461
+ "attributes": {
4462
+ "group": "paint",
4463
+ "state": "active",
4464
+ "introduced": "0.13.3",
4465
+ "description": "For data visualisation only."
4466
+ },
4467
+ "value": "#4C6B1F"
4468
+ },
4469
+ "name": "color.chart.lime.boldest.[default]",
4470
+ "path": ["color", "chart", "lime", "boldest", "[default]"],
4471
+ "cleanName": "color.chart.lime.boldest"
4472
+ }, {
4473
+ "attributes": {
4474
+ "group": "paint",
4475
+ "state": "active",
4476
+ "introduced": "0.13.3",
4477
+ "description": "Hovered state of color.chart.lime.boldest."
4478
+ },
4479
+ "value": "#37471F",
4480
+ "filePath": "src/tokens/atlassian-legacy-dark/color/chart.tsx",
4481
+ "isSource": true,
4482
+ "original": {
4483
+ "attributes": {
4484
+ "group": "paint",
4485
+ "state": "active",
4486
+ "introduced": "0.13.3",
4487
+ "description": "Hovered state of color.chart.lime.boldest."
4488
+ },
4489
+ "value": "#37471F"
4490
+ },
4491
+ "name": "color.chart.lime.boldest.hovered",
4492
+ "path": ["color", "chart", "lime", "boldest", "hovered"],
4493
+ "cleanName": "color.chart.lime.boldest.hovered"
4186
4494
  }, {
4187
4495
  "attributes": {
4188
4496
  "group": "paint",