@atlaskit/tokens 1.7.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist/cjs/artifacts/generated-pairs.js +313 -1
- package/dist/cjs/artifacts/palettes-raw/palette.js +171 -1
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +15 -1
- package/dist/cjs/artifacts/token-names.js +15 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +309 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +309 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +309 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +309 -1
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/palette.js +70 -0
- package/dist/cjs/set-global-theme.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/cjs/tokens/atlassian-dark/color/chart.js +26 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +36 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +32 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +36 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +32 -0
- package/dist/cjs/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/cjs/tokens/atlassian-light/color/chart.js +26 -0
- package/dist/cjs/tokens/default/color/accent.js +68 -0
- package/dist/cjs/tokens/default/color/chart.js +56 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/generated-pairs.js +313 -1
- package/dist/es2019/artifacts/palettes-raw/palette.js +171 -1
- package/dist/es2019/artifacts/themes/atlassian-dark.js +15 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +15 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +15 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +15 -1
- package/dist/es2019/artifacts/token-default-values.js +15 -1
- package/dist/es2019/artifacts/token-names.js +15 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +309 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +309 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +309 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +309 -1
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/palette.js +70 -0
- package/dist/es2019/set-global-theme.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/es2019/tokens/atlassian-dark/color/chart.js +26 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +36 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/chart.js +32 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +36 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/chart.js +32 -0
- package/dist/es2019/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/es2019/tokens/atlassian-light/color/chart.js +26 -0
- package/dist/es2019/tokens/default/color/accent.js +68 -0
- package/dist/es2019/tokens/default/color/chart.js +56 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/generated-pairs.js +313 -1
- package/dist/esm/artifacts/palettes-raw/palette.js +171 -1
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +15 -1
- package/dist/esm/artifacts/token-names.js +15 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +309 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +309 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +309 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +309 -1
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/palette.js +70 -0
- package/dist/esm/set-global-theme.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/esm/tokens/atlassian-dark/color/chart.js +26 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +36 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/chart.js +32 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +36 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/chart.js +32 -0
- package/dist/esm/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/esm/tokens/atlassian-light/color/chart.js +26 -0
- package/dist/esm/tokens/default/color/accent.js +68 -0
- package/dist/esm/tokens/default/color/chart.js +56 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +15 -1
- package/dist/types/artifacts/token-names.d.ts +29 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/palettes/palette.d.ts +1 -1
- package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
- package/dist/types/tokens/default/utility/utility.d.ts +1 -1
- package/dist/types/types.d.ts +27 -1
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +15 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +29 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/palettes/palette.d.ts +1 -1
- package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +1 -1
- package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +1 -1
- package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +27 -1
- package/figma/atlassian-dark.json +126 -0
- package/figma/atlassian-legacy-dark.json +126 -0
- package/figma/atlassian-legacy-light.json +126 -0
- package/figma/atlassian-light.json +126 -0
- package/package.json +2 -2
- package/report.api.md +56 -0
- package/tmp/api-report-tmp.d.ts +30 -2
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::0c63a1ff1a13291ff1d63afbf8c380fa>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -31,6 +31,50 @@ var tokens = [{
|
|
|
31
31
|
"name": "color.text.[default]",
|
|
32
32
|
"path": ["color", "text", "[default]"],
|
|
33
33
|
"cleanName": "color.text"
|
|
34
|
+
}, {
|
|
35
|
+
"attributes": {
|
|
36
|
+
"group": "paint",
|
|
37
|
+
"state": "active",
|
|
38
|
+
"introduced": "1.6.0",
|
|
39
|
+
"description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
|
|
40
|
+
},
|
|
41
|
+
"value": "#4C6B1F",
|
|
42
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
43
|
+
"isSource": true,
|
|
44
|
+
"original": {
|
|
45
|
+
"attributes": {
|
|
46
|
+
"group": "paint",
|
|
47
|
+
"state": "active",
|
|
48
|
+
"introduced": "1.6.0",
|
|
49
|
+
"description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
|
|
50
|
+
},
|
|
51
|
+
"value": "#4C6B1F"
|
|
52
|
+
},
|
|
53
|
+
"name": "color.text.accent.lime.[default]",
|
|
54
|
+
"path": ["color", "text", "accent", "lime", "[default]"],
|
|
55
|
+
"cleanName": "color.text.accent.lime"
|
|
56
|
+
}, {
|
|
57
|
+
"attributes": {
|
|
58
|
+
"group": "paint",
|
|
59
|
+
"state": "active",
|
|
60
|
+
"introduced": "0.7.0",
|
|
61
|
+
"description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
|
|
62
|
+
},
|
|
63
|
+
"value": "#37471F",
|
|
64
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
65
|
+
"isSource": true,
|
|
66
|
+
"original": {
|
|
67
|
+
"attributes": {
|
|
68
|
+
"group": "paint",
|
|
69
|
+
"state": "active",
|
|
70
|
+
"introduced": "0.7.0",
|
|
71
|
+
"description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
|
|
72
|
+
},
|
|
73
|
+
"value": "#37471F"
|
|
74
|
+
},
|
|
75
|
+
"name": "color.text.accent.lime.bolder",
|
|
76
|
+
"path": ["color", "text", "accent", "lime", "bolder"],
|
|
77
|
+
"cleanName": "color.text.accent.lime.bolder"
|
|
34
78
|
}, {
|
|
35
79
|
"attributes": {
|
|
36
80
|
"group": "paint",
|
|
@@ -757,6 +801,28 @@ var tokens = [{
|
|
|
757
801
|
"name": "color.icon.[default]",
|
|
758
802
|
"path": ["color", "icon", "[default]"],
|
|
759
803
|
"cleanName": "color.icon"
|
|
804
|
+
}, {
|
|
805
|
+
"attributes": {
|
|
806
|
+
"group": "paint",
|
|
807
|
+
"state": "active",
|
|
808
|
+
"introduced": "1.6.0",
|
|
809
|
+
"description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
810
|
+
},
|
|
811
|
+
"value": "#6A9A23",
|
|
812
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
813
|
+
"isSource": true,
|
|
814
|
+
"original": {
|
|
815
|
+
"attributes": {
|
|
816
|
+
"group": "paint",
|
|
817
|
+
"state": "active",
|
|
818
|
+
"introduced": "1.6.0",
|
|
819
|
+
"description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
820
|
+
},
|
|
821
|
+
"value": "#6A9A23"
|
|
822
|
+
},
|
|
823
|
+
"name": "color.icon.accent.lime",
|
|
824
|
+
"path": ["color", "icon", "accent", "lime"],
|
|
825
|
+
"cleanName": "color.icon.accent.lime"
|
|
760
826
|
}, {
|
|
761
827
|
"attributes": {
|
|
762
828
|
"group": "paint",
|
|
@@ -1219,6 +1285,28 @@ var tokens = [{
|
|
|
1219
1285
|
"name": "color.border.[default]",
|
|
1220
1286
|
"path": ["color", "border", "[default]"],
|
|
1221
1287
|
"cleanName": "color.border"
|
|
1288
|
+
}, {
|
|
1289
|
+
"attributes": {
|
|
1290
|
+
"group": "paint",
|
|
1291
|
+
"state": "active",
|
|
1292
|
+
"introduced": "1.6.0",
|
|
1293
|
+
"description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1294
|
+
},
|
|
1295
|
+
"value": "#6A9A23",
|
|
1296
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1297
|
+
"isSource": true,
|
|
1298
|
+
"original": {
|
|
1299
|
+
"attributes": {
|
|
1300
|
+
"group": "paint",
|
|
1301
|
+
"state": "active",
|
|
1302
|
+
"introduced": "1.6.0",
|
|
1303
|
+
"description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1304
|
+
},
|
|
1305
|
+
"value": "#6A9A23"
|
|
1306
|
+
},
|
|
1307
|
+
"name": "color.border.accent.lime",
|
|
1308
|
+
"path": ["color", "border", "accent", "lime"],
|
|
1309
|
+
"cleanName": "color.border.accent.lime"
|
|
1222
1310
|
}, {
|
|
1223
1311
|
"attributes": {
|
|
1224
1312
|
"group": "paint",
|
|
@@ -1681,6 +1769,94 @@ var tokens = [{
|
|
|
1681
1769
|
"name": "color.border.bold",
|
|
1682
1770
|
"path": ["color", "border", "bold"],
|
|
1683
1771
|
"cleanName": "color.border.bold"
|
|
1772
|
+
}, {
|
|
1773
|
+
"attributes": {
|
|
1774
|
+
"group": "paint",
|
|
1775
|
+
"state": "active",
|
|
1776
|
+
"introduced": "1.6.0",
|
|
1777
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1778
|
+
},
|
|
1779
|
+
"value": "#EEFBDA",
|
|
1780
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1781
|
+
"isSource": true,
|
|
1782
|
+
"original": {
|
|
1783
|
+
"attributes": {
|
|
1784
|
+
"group": "paint",
|
|
1785
|
+
"state": "active",
|
|
1786
|
+
"introduced": "1.6.0",
|
|
1787
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1788
|
+
},
|
|
1789
|
+
"value": "#EEFBDA"
|
|
1790
|
+
},
|
|
1791
|
+
"name": "color.background.accent.lime.subtlest",
|
|
1792
|
+
"path": ["color", "background", "accent", "lime", "subtlest"],
|
|
1793
|
+
"cleanName": "color.background.accent.lime.subtlest"
|
|
1794
|
+
}, {
|
|
1795
|
+
"attributes": {
|
|
1796
|
+
"group": "paint",
|
|
1797
|
+
"state": "active",
|
|
1798
|
+
"introduced": "1.6.0",
|
|
1799
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1800
|
+
},
|
|
1801
|
+
"value": "#D3F1A7",
|
|
1802
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1803
|
+
"isSource": true,
|
|
1804
|
+
"original": {
|
|
1805
|
+
"attributes": {
|
|
1806
|
+
"group": "paint",
|
|
1807
|
+
"state": "active",
|
|
1808
|
+
"introduced": "1.6.0",
|
|
1809
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1810
|
+
},
|
|
1811
|
+
"value": "#D3F1A7"
|
|
1812
|
+
},
|
|
1813
|
+
"name": "color.background.accent.lime.subtler",
|
|
1814
|
+
"path": ["color", "background", "accent", "lime", "subtler"],
|
|
1815
|
+
"cleanName": "color.background.accent.lime.subtler"
|
|
1816
|
+
}, {
|
|
1817
|
+
"attributes": {
|
|
1818
|
+
"group": "paint",
|
|
1819
|
+
"state": "active",
|
|
1820
|
+
"introduced": "1.6.0",
|
|
1821
|
+
"description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1822
|
+
},
|
|
1823
|
+
"value": "#94C748",
|
|
1824
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1825
|
+
"isSource": true,
|
|
1826
|
+
"original": {
|
|
1827
|
+
"attributes": {
|
|
1828
|
+
"group": "paint",
|
|
1829
|
+
"state": "active",
|
|
1830
|
+
"introduced": "1.6.0",
|
|
1831
|
+
"description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1832
|
+
},
|
|
1833
|
+
"value": "#94C748"
|
|
1834
|
+
},
|
|
1835
|
+
"name": "color.background.accent.lime.subtle",
|
|
1836
|
+
"path": ["color", "background", "accent", "lime", "subtle"],
|
|
1837
|
+
"cleanName": "color.background.accent.lime.subtle"
|
|
1838
|
+
}, {
|
|
1839
|
+
"attributes": {
|
|
1840
|
+
"group": "paint",
|
|
1841
|
+
"state": "active",
|
|
1842
|
+
"introduced": "1.6.0",
|
|
1843
|
+
"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."
|
|
1844
|
+
},
|
|
1845
|
+
"value": "#5B7F24",
|
|
1846
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1847
|
+
"isSource": true,
|
|
1848
|
+
"original": {
|
|
1849
|
+
"attributes": {
|
|
1850
|
+
"group": "paint",
|
|
1851
|
+
"state": "active",
|
|
1852
|
+
"introduced": "1.6.0",
|
|
1853
|
+
"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."
|
|
1854
|
+
},
|
|
1855
|
+
"value": "#5B7F24"
|
|
1856
|
+
},
|
|
1857
|
+
"name": "color.background.accent.lime.bolder",
|
|
1858
|
+
"path": ["color", "background", "accent", "lime", "bolder"],
|
|
1859
|
+
"cleanName": "color.background.accent.lime.bolder"
|
|
1684
1860
|
}, {
|
|
1685
1861
|
"attributes": {
|
|
1686
1862
|
"group": "paint",
|
|
@@ -4189,6 +4365,138 @@ var tokens = [{
|
|
|
4189
4365
|
"name": "color.chart.categorical.8.hovered",
|
|
4190
4366
|
"path": ["color", "chart", "categorical", "8", "hovered"],
|
|
4191
4367
|
"cleanName": "color.chart.categorical.8.hovered"
|
|
4368
|
+
}, {
|
|
4369
|
+
"attributes": {
|
|
4370
|
+
"group": "paint",
|
|
4371
|
+
"state": "active",
|
|
4372
|
+
"introduced": "0.13.3",
|
|
4373
|
+
"description": "For data visualisation only."
|
|
4374
|
+
},
|
|
4375
|
+
"value": "#6A9A23",
|
|
4376
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
|
|
4377
|
+
"isSource": true,
|
|
4378
|
+
"original": {
|
|
4379
|
+
"attributes": {
|
|
4380
|
+
"group": "paint",
|
|
4381
|
+
"state": "active",
|
|
4382
|
+
"introduced": "0.13.3",
|
|
4383
|
+
"description": "For data visualisation only."
|
|
4384
|
+
},
|
|
4385
|
+
"value": "#6A9A23"
|
|
4386
|
+
},
|
|
4387
|
+
"name": "color.chart.lime.bold.[default]",
|
|
4388
|
+
"path": ["color", "chart", "lime", "bold", "[default]"],
|
|
4389
|
+
"cleanName": "color.chart.lime.bold"
|
|
4390
|
+
}, {
|
|
4391
|
+
"attributes": {
|
|
4392
|
+
"group": "paint",
|
|
4393
|
+
"state": "active",
|
|
4394
|
+
"introduced": "0.13.3",
|
|
4395
|
+
"description": "Hovered state of color.chart.lime.bold."
|
|
4396
|
+
},
|
|
4397
|
+
"value": "#5B7F24",
|
|
4398
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
|
|
4399
|
+
"isSource": true,
|
|
4400
|
+
"original": {
|
|
4401
|
+
"attributes": {
|
|
4402
|
+
"group": "paint",
|
|
4403
|
+
"state": "active",
|
|
4404
|
+
"introduced": "0.13.3",
|
|
4405
|
+
"description": "Hovered state of color.chart.lime.bold."
|
|
4406
|
+
},
|
|
4407
|
+
"value": "#5B7F24"
|
|
4408
|
+
},
|
|
4409
|
+
"name": "color.chart.lime.bold.hovered",
|
|
4410
|
+
"path": ["color", "chart", "lime", "bold", "hovered"],
|
|
4411
|
+
"cleanName": "color.chart.lime.bold.hovered"
|
|
4412
|
+
}, {
|
|
4413
|
+
"attributes": {
|
|
4414
|
+
"group": "paint",
|
|
4415
|
+
"state": "active",
|
|
4416
|
+
"introduced": "0.13.3",
|
|
4417
|
+
"description": "For data visualisation only."
|
|
4418
|
+
},
|
|
4419
|
+
"value": "#5B7F24",
|
|
4420
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
|
|
4421
|
+
"isSource": true,
|
|
4422
|
+
"original": {
|
|
4423
|
+
"attributes": {
|
|
4424
|
+
"group": "paint",
|
|
4425
|
+
"state": "active",
|
|
4426
|
+
"introduced": "0.13.3",
|
|
4427
|
+
"description": "For data visualisation only."
|
|
4428
|
+
},
|
|
4429
|
+
"value": "#5B7F24"
|
|
4430
|
+
},
|
|
4431
|
+
"name": "color.chart.lime.bolder.[default]",
|
|
4432
|
+
"path": ["color", "chart", "lime", "bolder", "[default]"],
|
|
4433
|
+
"cleanName": "color.chart.lime.bolder"
|
|
4434
|
+
}, {
|
|
4435
|
+
"attributes": {
|
|
4436
|
+
"group": "paint",
|
|
4437
|
+
"state": "active",
|
|
4438
|
+
"introduced": "0.13.3",
|
|
4439
|
+
"description": "Hovered state of color.chart.lime.bolder."
|
|
4440
|
+
},
|
|
4441
|
+
"value": "#4C6B1F",
|
|
4442
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
|
|
4443
|
+
"isSource": true,
|
|
4444
|
+
"original": {
|
|
4445
|
+
"attributes": {
|
|
4446
|
+
"group": "paint",
|
|
4447
|
+
"state": "active",
|
|
4448
|
+
"introduced": "0.13.3",
|
|
4449
|
+
"description": "Hovered state of color.chart.lime.bolder."
|
|
4450
|
+
},
|
|
4451
|
+
"value": "#4C6B1F"
|
|
4452
|
+
},
|
|
4453
|
+
"name": "color.chart.lime.bolder.hovered",
|
|
4454
|
+
"path": ["color", "chart", "lime", "bolder", "hovered"],
|
|
4455
|
+
"cleanName": "color.chart.lime.bolder.hovered"
|
|
4456
|
+
}, {
|
|
4457
|
+
"attributes": {
|
|
4458
|
+
"group": "paint",
|
|
4459
|
+
"state": "active",
|
|
4460
|
+
"introduced": "0.13.3",
|
|
4461
|
+
"description": "For data visualisation only."
|
|
4462
|
+
},
|
|
4463
|
+
"value": "#4C6B1F",
|
|
4464
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
|
|
4465
|
+
"isSource": true,
|
|
4466
|
+
"original": {
|
|
4467
|
+
"attributes": {
|
|
4468
|
+
"group": "paint",
|
|
4469
|
+
"state": "active",
|
|
4470
|
+
"introduced": "0.13.3",
|
|
4471
|
+
"description": "For data visualisation only."
|
|
4472
|
+
},
|
|
4473
|
+
"value": "#4C6B1F"
|
|
4474
|
+
},
|
|
4475
|
+
"name": "color.chart.lime.boldest.[default]",
|
|
4476
|
+
"path": ["color", "chart", "lime", "boldest", "[default]"],
|
|
4477
|
+
"cleanName": "color.chart.lime.boldest"
|
|
4478
|
+
}, {
|
|
4479
|
+
"attributes": {
|
|
4480
|
+
"group": "paint",
|
|
4481
|
+
"state": "active",
|
|
4482
|
+
"introduced": "0.13.3",
|
|
4483
|
+
"description": "Hovered state of color.chart.lime.boldest."
|
|
4484
|
+
},
|
|
4485
|
+
"value": "#37471F",
|
|
4486
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/chart.tsx",
|
|
4487
|
+
"isSource": true,
|
|
4488
|
+
"original": {
|
|
4489
|
+
"attributes": {
|
|
4490
|
+
"group": "paint",
|
|
4491
|
+
"state": "active",
|
|
4492
|
+
"introduced": "0.13.3",
|
|
4493
|
+
"description": "Hovered state of color.chart.lime.boldest."
|
|
4494
|
+
},
|
|
4495
|
+
"value": "#37471F"
|
|
4496
|
+
},
|
|
4497
|
+
"name": "color.chart.lime.boldest.hovered",
|
|
4498
|
+
"path": ["color", "chart", "lime", "boldest", "hovered"],
|
|
4499
|
+
"cleanName": "color.chart.lime.boldest.hovered"
|
|
4192
4500
|
}, {
|
|
4193
4501
|
"attributes": {
|
|
4194
4502
|
"group": "paint",
|