@atlaskit/tokens 1.6.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.
- 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 +30 -6
- 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 +30 -6
- 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 +30 -6
- 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/set-global-theme.d.ts +3 -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/set-global-theme.d.ts +3 -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 +5 -2
- package/report.api.md +57 -1
- package/tmp/api-report-tmp.d.ts +31 -3
|
@@ -10,6 +10,24 @@
|
|
|
10
10
|
},
|
|
11
11
|
"value": "#172B4D"
|
|
12
12
|
},
|
|
13
|
+
"Legacy light/color.text.accent.lime": {
|
|
14
|
+
"attributes": {
|
|
15
|
+
"group": "paint",
|
|
16
|
+
"state": "active",
|
|
17
|
+
"introduced": "1.6.0",
|
|
18
|
+
"description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
|
|
19
|
+
},
|
|
20
|
+
"value": "#4C6B1F"
|
|
21
|
+
},
|
|
22
|
+
"Legacy light/color.text.accent.lime.bolder": {
|
|
23
|
+
"attributes": {
|
|
24
|
+
"group": "paint",
|
|
25
|
+
"state": "active",
|
|
26
|
+
"introduced": "0.7.0",
|
|
27
|
+
"description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
|
|
28
|
+
},
|
|
29
|
+
"value": "#37471F"
|
|
30
|
+
},
|
|
13
31
|
"Legacy light/color.text.accent.red": {
|
|
14
32
|
"attributes": {
|
|
15
33
|
"group": "paint",
|
|
@@ -307,6 +325,15 @@
|
|
|
307
325
|
},
|
|
308
326
|
"value": "#505F79"
|
|
309
327
|
},
|
|
328
|
+
"Legacy light/color.icon.accent.lime": {
|
|
329
|
+
"attributes": {
|
|
330
|
+
"group": "paint",
|
|
331
|
+
"state": "active",
|
|
332
|
+
"introduced": "1.6.0",
|
|
333
|
+
"description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
334
|
+
},
|
|
335
|
+
"value": "#6A9A23"
|
|
336
|
+
},
|
|
310
337
|
"Legacy light/color.icon.accent.red": {
|
|
311
338
|
"attributes": {
|
|
312
339
|
"group": "paint",
|
|
@@ -496,6 +523,15 @@
|
|
|
496
523
|
},
|
|
497
524
|
"value": "#091e4221"
|
|
498
525
|
},
|
|
526
|
+
"Legacy light/color.border.accent.lime": {
|
|
527
|
+
"attributes": {
|
|
528
|
+
"group": "paint",
|
|
529
|
+
"state": "active",
|
|
530
|
+
"introduced": "1.6.0",
|
|
531
|
+
"description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
532
|
+
},
|
|
533
|
+
"value": "#6A9A23"
|
|
534
|
+
},
|
|
499
535
|
"Legacy light/color.border.accent.red": {
|
|
500
536
|
"attributes": {
|
|
501
537
|
"group": "paint",
|
|
@@ -685,6 +721,42 @@
|
|
|
685
721
|
},
|
|
686
722
|
"value": "#344563"
|
|
687
723
|
},
|
|
724
|
+
"Legacy light/color.background.accent.lime.subtlest": {
|
|
725
|
+
"attributes": {
|
|
726
|
+
"group": "paint",
|
|
727
|
+
"state": "active",
|
|
728
|
+
"introduced": "1.6.0",
|
|
729
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
730
|
+
},
|
|
731
|
+
"value": "#EEFBDA"
|
|
732
|
+
},
|
|
733
|
+
"Legacy light/color.background.accent.lime.subtler": {
|
|
734
|
+
"attributes": {
|
|
735
|
+
"group": "paint",
|
|
736
|
+
"state": "active",
|
|
737
|
+
"introduced": "1.6.0",
|
|
738
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
739
|
+
},
|
|
740
|
+
"value": "#D3F1A7"
|
|
741
|
+
},
|
|
742
|
+
"Legacy light/color.background.accent.lime.subtle": {
|
|
743
|
+
"attributes": {
|
|
744
|
+
"group": "paint",
|
|
745
|
+
"state": "active",
|
|
746
|
+
"introduced": "1.6.0",
|
|
747
|
+
"description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
748
|
+
},
|
|
749
|
+
"value": "#94C748"
|
|
750
|
+
},
|
|
751
|
+
"Legacy light/color.background.accent.lime.bolder": {
|
|
752
|
+
"attributes": {
|
|
753
|
+
"group": "paint",
|
|
754
|
+
"state": "active",
|
|
755
|
+
"introduced": "1.6.0",
|
|
756
|
+
"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."
|
|
757
|
+
},
|
|
758
|
+
"value": "#5B7F24"
|
|
759
|
+
},
|
|
688
760
|
"Legacy light/color.background.accent.red.subtlest": {
|
|
689
761
|
"attributes": {
|
|
690
762
|
"group": "paint",
|
|
@@ -1711,6 +1783,60 @@
|
|
|
1711
1783
|
},
|
|
1712
1784
|
"value": "#5F3811"
|
|
1713
1785
|
},
|
|
1786
|
+
"Legacy light/color.chart.lime.bold": {
|
|
1787
|
+
"attributes": {
|
|
1788
|
+
"group": "paint",
|
|
1789
|
+
"state": "active",
|
|
1790
|
+
"introduced": "0.13.3",
|
|
1791
|
+
"description": "For data visualisation only."
|
|
1792
|
+
},
|
|
1793
|
+
"value": "#6A9A23"
|
|
1794
|
+
},
|
|
1795
|
+
"Legacy light/color.chart.lime.bold.hovered": {
|
|
1796
|
+
"attributes": {
|
|
1797
|
+
"group": "paint",
|
|
1798
|
+
"state": "active",
|
|
1799
|
+
"introduced": "0.13.3",
|
|
1800
|
+
"description": "Hovered state of color.chart.lime.bold."
|
|
1801
|
+
},
|
|
1802
|
+
"value": "#5B7F24"
|
|
1803
|
+
},
|
|
1804
|
+
"Legacy light/color.chart.lime.bolder": {
|
|
1805
|
+
"attributes": {
|
|
1806
|
+
"group": "paint",
|
|
1807
|
+
"state": "active",
|
|
1808
|
+
"introduced": "0.13.3",
|
|
1809
|
+
"description": "For data visualisation only."
|
|
1810
|
+
},
|
|
1811
|
+
"value": "#5B7F24"
|
|
1812
|
+
},
|
|
1813
|
+
"Legacy light/color.chart.lime.bolder.hovered": {
|
|
1814
|
+
"attributes": {
|
|
1815
|
+
"group": "paint",
|
|
1816
|
+
"state": "active",
|
|
1817
|
+
"introduced": "0.13.3",
|
|
1818
|
+
"description": "Hovered state of color.chart.lime.bolder."
|
|
1819
|
+
},
|
|
1820
|
+
"value": "#4C6B1F"
|
|
1821
|
+
},
|
|
1822
|
+
"Legacy light/color.chart.lime.boldest": {
|
|
1823
|
+
"attributes": {
|
|
1824
|
+
"group": "paint",
|
|
1825
|
+
"state": "active",
|
|
1826
|
+
"introduced": "0.13.3",
|
|
1827
|
+
"description": "For data visualisation only."
|
|
1828
|
+
},
|
|
1829
|
+
"value": "#4C6B1F"
|
|
1830
|
+
},
|
|
1831
|
+
"Legacy light/color.chart.lime.boldest.hovered": {
|
|
1832
|
+
"attributes": {
|
|
1833
|
+
"group": "paint",
|
|
1834
|
+
"state": "active",
|
|
1835
|
+
"introduced": "0.13.3",
|
|
1836
|
+
"description": "Hovered state of color.chart.lime.boldest."
|
|
1837
|
+
},
|
|
1838
|
+
"value": "#37471F"
|
|
1839
|
+
},
|
|
1714
1840
|
"Legacy light/color.chart.neutral": {
|
|
1715
1841
|
"attributes": {
|
|
1716
1842
|
"group": "paint",
|
|
@@ -10,6 +10,24 @@
|
|
|
10
10
|
},
|
|
11
11
|
"value": "#172B4D"
|
|
12
12
|
},
|
|
13
|
+
"Light/color.text.accent.lime": {
|
|
14
|
+
"attributes": {
|
|
15
|
+
"group": "paint",
|
|
16
|
+
"state": "active",
|
|
17
|
+
"introduced": "1.6.0",
|
|
18
|
+
"description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
|
|
19
|
+
},
|
|
20
|
+
"value": "#4C6B1F"
|
|
21
|
+
},
|
|
22
|
+
"Light/color.text.accent.lime.bolder": {
|
|
23
|
+
"attributes": {
|
|
24
|
+
"group": "paint",
|
|
25
|
+
"state": "active",
|
|
26
|
+
"introduced": "0.7.0",
|
|
27
|
+
"description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
|
|
28
|
+
},
|
|
29
|
+
"value": "#37471F"
|
|
30
|
+
},
|
|
13
31
|
"Light/color.text.accent.red": {
|
|
14
32
|
"attributes": {
|
|
15
33
|
"group": "paint",
|
|
@@ -307,6 +325,15 @@
|
|
|
307
325
|
},
|
|
308
326
|
"value": "#44546F"
|
|
309
327
|
},
|
|
328
|
+
"Light/color.icon.accent.lime": {
|
|
329
|
+
"attributes": {
|
|
330
|
+
"group": "paint",
|
|
331
|
+
"state": "active",
|
|
332
|
+
"introduced": "1.6.0",
|
|
333
|
+
"description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
334
|
+
},
|
|
335
|
+
"value": "#6A9A23"
|
|
336
|
+
},
|
|
310
337
|
"Light/color.icon.accent.red": {
|
|
311
338
|
"attributes": {
|
|
312
339
|
"group": "paint",
|
|
@@ -496,6 +523,15 @@
|
|
|
496
523
|
},
|
|
497
524
|
"value": "#091E4224"
|
|
498
525
|
},
|
|
526
|
+
"Light/color.border.accent.lime": {
|
|
527
|
+
"attributes": {
|
|
528
|
+
"group": "paint",
|
|
529
|
+
"state": "active",
|
|
530
|
+
"introduced": "1.6.0",
|
|
531
|
+
"description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
532
|
+
},
|
|
533
|
+
"value": "#6A9A23"
|
|
534
|
+
},
|
|
499
535
|
"Light/color.border.accent.red": {
|
|
500
536
|
"attributes": {
|
|
501
537
|
"group": "paint",
|
|
@@ -685,6 +721,42 @@
|
|
|
685
721
|
},
|
|
686
722
|
"value": "#758195"
|
|
687
723
|
},
|
|
724
|
+
"Light/color.background.accent.lime.subtlest": {
|
|
725
|
+
"attributes": {
|
|
726
|
+
"group": "paint",
|
|
727
|
+
"state": "active",
|
|
728
|
+
"introduced": "1.6.0",
|
|
729
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
730
|
+
},
|
|
731
|
+
"value": "#EEFBDA"
|
|
732
|
+
},
|
|
733
|
+
"Light/color.background.accent.lime.subtler": {
|
|
734
|
+
"attributes": {
|
|
735
|
+
"group": "paint",
|
|
736
|
+
"state": "active",
|
|
737
|
+
"introduced": "1.6.0",
|
|
738
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
739
|
+
},
|
|
740
|
+
"value": "#D3F1A7"
|
|
741
|
+
},
|
|
742
|
+
"Light/color.background.accent.lime.subtle": {
|
|
743
|
+
"attributes": {
|
|
744
|
+
"group": "paint",
|
|
745
|
+
"state": "active",
|
|
746
|
+
"introduced": "1.6.0",
|
|
747
|
+
"description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
748
|
+
},
|
|
749
|
+
"value": "#94C748"
|
|
750
|
+
},
|
|
751
|
+
"Light/color.background.accent.lime.bolder": {
|
|
752
|
+
"attributes": {
|
|
753
|
+
"group": "paint",
|
|
754
|
+
"state": "active",
|
|
755
|
+
"introduced": "1.6.0",
|
|
756
|
+
"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."
|
|
757
|
+
},
|
|
758
|
+
"value": "#5B7F24"
|
|
759
|
+
},
|
|
688
760
|
"Light/color.background.accent.red.subtlest": {
|
|
689
761
|
"attributes": {
|
|
690
762
|
"group": "paint",
|
|
@@ -1711,6 +1783,60 @@
|
|
|
1711
1783
|
},
|
|
1712
1784
|
"value": "#5F3811"
|
|
1713
1785
|
},
|
|
1786
|
+
"Light/color.chart.lime.bold": {
|
|
1787
|
+
"attributes": {
|
|
1788
|
+
"group": "paint",
|
|
1789
|
+
"state": "active",
|
|
1790
|
+
"introduced": "0.13.3",
|
|
1791
|
+
"description": "For data visualisation only."
|
|
1792
|
+
},
|
|
1793
|
+
"value": "#6A9A23"
|
|
1794
|
+
},
|
|
1795
|
+
"Light/color.chart.lime.bold.hovered": {
|
|
1796
|
+
"attributes": {
|
|
1797
|
+
"group": "paint",
|
|
1798
|
+
"state": "active",
|
|
1799
|
+
"introduced": "0.13.3",
|
|
1800
|
+
"description": "Hovered state of color.chart.lime.bold."
|
|
1801
|
+
},
|
|
1802
|
+
"value": "#5B7F24"
|
|
1803
|
+
},
|
|
1804
|
+
"Light/color.chart.lime.bolder": {
|
|
1805
|
+
"attributes": {
|
|
1806
|
+
"group": "paint",
|
|
1807
|
+
"state": "active",
|
|
1808
|
+
"introduced": "0.13.3",
|
|
1809
|
+
"description": "For data visualisation only."
|
|
1810
|
+
},
|
|
1811
|
+
"value": "#5B7F24"
|
|
1812
|
+
},
|
|
1813
|
+
"Light/color.chart.lime.bolder.hovered": {
|
|
1814
|
+
"attributes": {
|
|
1815
|
+
"group": "paint",
|
|
1816
|
+
"state": "active",
|
|
1817
|
+
"introduced": "0.13.3",
|
|
1818
|
+
"description": "Hovered state of color.chart.lime.bolder."
|
|
1819
|
+
},
|
|
1820
|
+
"value": "#4C6B1F"
|
|
1821
|
+
},
|
|
1822
|
+
"Light/color.chart.lime.boldest": {
|
|
1823
|
+
"attributes": {
|
|
1824
|
+
"group": "paint",
|
|
1825
|
+
"state": "active",
|
|
1826
|
+
"introduced": "0.13.3",
|
|
1827
|
+
"description": "For data visualisation only."
|
|
1828
|
+
},
|
|
1829
|
+
"value": "#4C6B1F"
|
|
1830
|
+
},
|
|
1831
|
+
"Light/color.chart.lime.boldest.hovered": {
|
|
1832
|
+
"attributes": {
|
|
1833
|
+
"group": "paint",
|
|
1834
|
+
"state": "active",
|
|
1835
|
+
"introduced": "0.13.3",
|
|
1836
|
+
"description": "Hovered state of color.chart.lime.boldest."
|
|
1837
|
+
},
|
|
1838
|
+
"value": "#37471F"
|
|
1839
|
+
},
|
|
1714
1840
|
"Light/color.chart.neutral": {
|
|
1715
1841
|
"attributes": {
|
|
1716
1842
|
"group": "paint",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tokens",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"author": "Atlassian Pty Ltd",
|
|
5
5
|
"description": "Design tokens are the single source of truth to name and store design decisions.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@atlaskit/docs": "^9.1.0",
|
|
72
72
|
"@atlaskit/dropdown-menu": "^11.9.0",
|
|
73
73
|
"@atlaskit/ds-explorations": "^2.2.0",
|
|
74
|
-
"@atlaskit/dynamic-table": "^14.
|
|
74
|
+
"@atlaskit/dynamic-table": "^14.11.0",
|
|
75
75
|
"@atlaskit/grid": "^0.11.0",
|
|
76
76
|
"@atlaskit/heading": "^1.3.0",
|
|
77
77
|
"@atlaskit/icon": "^21.12.0",
|
|
@@ -135,6 +135,9 @@
|
|
|
135
135
|
},
|
|
136
136
|
"platform.design-system-team.update-border-input_ff9l1": {
|
|
137
137
|
"type": "boolean"
|
|
138
|
+
},
|
|
139
|
+
"platform.design-system-team.space-and-shape-tokens_q5me6": {
|
|
140
|
+
"type": "boolean"
|
|
138
141
|
}
|
|
139
142
|
},
|
|
140
143
|
"homepage": "https://atlassian.design/components/tokens",
|
package/report.api.md
CHANGED
|
@@ -47,6 +47,10 @@ export type ActiveTokens =
|
|
|
47
47
|
| 'color.background.accent.green.subtle'
|
|
48
48
|
| 'color.background.accent.green.subtler'
|
|
49
49
|
| 'color.background.accent.green.subtlest'
|
|
50
|
+
| 'color.background.accent.lime.bolder'
|
|
51
|
+
| 'color.background.accent.lime.subtle'
|
|
52
|
+
| 'color.background.accent.lime.subtler'
|
|
53
|
+
| 'color.background.accent.lime.subtlest'
|
|
50
54
|
| 'color.background.accent.magenta.bolder'
|
|
51
55
|
| 'color.background.accent.magenta.subtle'
|
|
52
56
|
| 'color.background.accent.magenta.subtler'
|
|
@@ -133,6 +137,7 @@ export type ActiveTokens =
|
|
|
133
137
|
| 'color.border.accent.blue'
|
|
134
138
|
| 'color.border.accent.gray'
|
|
135
139
|
| 'color.border.accent.green'
|
|
140
|
+
| 'color.border.accent.lime'
|
|
136
141
|
| 'color.border.accent.magenta'
|
|
137
142
|
| 'color.border.accent.orange'
|
|
138
143
|
| 'color.border.accent.purple'
|
|
@@ -199,6 +204,12 @@ export type ActiveTokens =
|
|
|
199
204
|
| 'color.chart.information.bold'
|
|
200
205
|
| 'color.chart.information.bold.hovered'
|
|
201
206
|
| 'color.chart.information.hovered'
|
|
207
|
+
| 'color.chart.lime.bold'
|
|
208
|
+
| 'color.chart.lime.bold.hovered'
|
|
209
|
+
| 'color.chart.lime.bolder'
|
|
210
|
+
| 'color.chart.lime.bolder.hovered'
|
|
211
|
+
| 'color.chart.lime.boldest'
|
|
212
|
+
| 'color.chart.lime.boldest.hovered'
|
|
202
213
|
| 'color.chart.magenta.bold'
|
|
203
214
|
| 'color.chart.magenta.bold.hovered'
|
|
204
215
|
| 'color.chart.magenta.bolder'
|
|
@@ -249,6 +260,7 @@ export type ActiveTokens =
|
|
|
249
260
|
| 'color.icon.accent.blue'
|
|
250
261
|
| 'color.icon.accent.gray'
|
|
251
262
|
| 'color.icon.accent.green'
|
|
263
|
+
| 'color.icon.accent.lime'
|
|
252
264
|
| 'color.icon.accent.magenta'
|
|
253
265
|
| 'color.icon.accent.orange'
|
|
254
266
|
| 'color.icon.accent.purple'
|
|
@@ -279,6 +291,8 @@ export type ActiveTokens =
|
|
|
279
291
|
| 'color.text.accent.gray.bolder'
|
|
280
292
|
| 'color.text.accent.green'
|
|
281
293
|
| 'color.text.accent.green.bolder'
|
|
294
|
+
| 'color.text.accent.lime'
|
|
295
|
+
| 'color.text.accent.lime.bolder'
|
|
282
296
|
| 'color.text.accent.magenta'
|
|
283
297
|
| 'color.text.accent.magenta.bolder'
|
|
284
298
|
| 'color.text.accent.orange'
|
|
@@ -521,6 +535,8 @@ export type CSSToken = CSSTokenMap[keyof CSSTokenMap];
|
|
|
521
535
|
// @public (undocumented)
|
|
522
536
|
type CSSTokenMap = {
|
|
523
537
|
'color.text': 'var(--ds-text)';
|
|
538
|
+
'color.text.accent.lime': 'var(--ds-text-accent-lime)';
|
|
539
|
+
'color.text.accent.lime.bolder': 'var(--ds-text-accent-lime-bolder)';
|
|
524
540
|
'color.text.accent.red': 'var(--ds-text-accent-red)';
|
|
525
541
|
'color.text.accent.red.bolder': 'var(--ds-text-accent-red-bolder)';
|
|
526
542
|
'color.text.accent.orange': 'var(--ds-text-accent-orange)';
|
|
@@ -554,6 +570,7 @@ type CSSTokenMap = {
|
|
|
554
570
|
'color.link': 'var(--ds-link)';
|
|
555
571
|
'color.link.pressed': 'var(--ds-link-pressed)';
|
|
556
572
|
'color.icon': 'var(--ds-icon)';
|
|
573
|
+
'color.icon.accent.lime': 'var(--ds-icon-accent-lime)';
|
|
557
574
|
'color.icon.accent.red': 'var(--ds-icon-accent-red)';
|
|
558
575
|
'color.icon.accent.orange': 'var(--ds-icon-accent-orange)';
|
|
559
576
|
'color.icon.accent.yellow': 'var(--ds-icon-accent-yellow)';
|
|
@@ -575,6 +592,7 @@ type CSSTokenMap = {
|
|
|
575
592
|
'color.icon.information': 'var(--ds-icon-information)';
|
|
576
593
|
'color.icon.subtle': 'var(--ds-icon-subtle)';
|
|
577
594
|
'color.border': 'var(--ds-border)';
|
|
595
|
+
'color.border.accent.lime': 'var(--ds-border-accent-lime)';
|
|
578
596
|
'color.border.accent.red': 'var(--ds-border-accent-red)';
|
|
579
597
|
'color.border.accent.orange': 'var(--ds-border-accent-orange)';
|
|
580
598
|
'color.border.accent.yellow': 'var(--ds-border-accent-yellow)';
|
|
@@ -596,6 +614,10 @@ type CSSTokenMap = {
|
|
|
596
614
|
'color.border.discovery': 'var(--ds-border-discovery)';
|
|
597
615
|
'color.border.information': 'var(--ds-border-information)';
|
|
598
616
|
'color.border.bold': 'var(--ds-border-bold)';
|
|
617
|
+
'color.background.accent.lime.subtlest': 'var(--ds-background-accent-lime-subtlest)';
|
|
618
|
+
'color.background.accent.lime.subtler': 'var(--ds-background-accent-lime-subtler)';
|
|
619
|
+
'color.background.accent.lime.subtle': 'var(--ds-background-accent-lime-subtle)';
|
|
620
|
+
'color.background.accent.lime.bolder': 'var(--ds-background-accent-lime-bolder)';
|
|
599
621
|
'color.background.accent.red.subtlest': 'var(--ds-background-accent-red-subtlest)';
|
|
600
622
|
'color.background.accent.red.subtler': 'var(--ds-background-accent-red-subtler)';
|
|
601
623
|
'color.background.accent.red.subtle': 'var(--ds-background-accent-red-subtle)';
|
|
@@ -710,6 +732,12 @@ type CSSTokenMap = {
|
|
|
710
732
|
'color.chart.categorical.7.hovered': 'var(--ds-chart-categorical-7-hovered)';
|
|
711
733
|
'color.chart.categorical.8': 'var(--ds-chart-categorical-8)';
|
|
712
734
|
'color.chart.categorical.8.hovered': 'var(--ds-chart-categorical-8-hovered)';
|
|
735
|
+
'color.chart.lime.bold': 'var(--ds-chart-lime-bold)';
|
|
736
|
+
'color.chart.lime.bold.hovered': 'var(--ds-chart-lime-bold-hovered)';
|
|
737
|
+
'color.chart.lime.bolder': 'var(--ds-chart-lime-bolder)';
|
|
738
|
+
'color.chart.lime.bolder.hovered': 'var(--ds-chart-lime-bolder-hovered)';
|
|
739
|
+
'color.chart.lime.boldest': 'var(--ds-chart-lime-boldest)';
|
|
740
|
+
'color.chart.lime.boldest.hovered': 'var(--ds-chart-lime-boldest-hovered)';
|
|
713
741
|
'color.chart.neutral': 'var(--ds-chart-neutral)';
|
|
714
742
|
'color.chart.neutral.hovered': 'var(--ds-chart-neutral-hovered)';
|
|
715
743
|
'color.chart.red.bold': 'var(--ds-chart-red-bold)';
|
|
@@ -933,9 +961,9 @@ export const getThemeStyles: ({
|
|
|
933
961
|
colorMode,
|
|
934
962
|
dark,
|
|
935
963
|
light,
|
|
964
|
+
shape,
|
|
936
965
|
spacing,
|
|
937
966
|
typography,
|
|
938
|
-
shape,
|
|
939
967
|
}?: Partial<ThemeState>) => Promise<ThemeStyles[]>;
|
|
940
968
|
|
|
941
969
|
// @public
|
|
@@ -983,6 +1011,10 @@ type InternalTokenIds =
|
|
|
983
1011
|
| 'color.background.accent.green.subtle'
|
|
984
1012
|
| 'color.background.accent.green.subtler'
|
|
985
1013
|
| 'color.background.accent.green.subtlest'
|
|
1014
|
+
| 'color.background.accent.lime.bolder'
|
|
1015
|
+
| 'color.background.accent.lime.subtle'
|
|
1016
|
+
| 'color.background.accent.lime.subtler'
|
|
1017
|
+
| 'color.background.accent.lime.subtlest'
|
|
986
1018
|
| 'color.background.accent.magenta.bolder'
|
|
987
1019
|
| 'color.background.accent.magenta.subtle'
|
|
988
1020
|
| 'color.background.accent.magenta.subtler'
|
|
@@ -1069,6 +1101,7 @@ type InternalTokenIds =
|
|
|
1069
1101
|
| 'color.border.accent.blue'
|
|
1070
1102
|
| 'color.border.accent.gray'
|
|
1071
1103
|
| 'color.border.accent.green'
|
|
1104
|
+
| 'color.border.accent.lime'
|
|
1072
1105
|
| 'color.border.accent.magenta'
|
|
1073
1106
|
| 'color.border.accent.orange'
|
|
1074
1107
|
| 'color.border.accent.purple'
|
|
@@ -1135,6 +1168,12 @@ type InternalTokenIds =
|
|
|
1135
1168
|
| 'color.chart.information.[default].hovered'
|
|
1136
1169
|
| 'color.chart.information.bold.[default]'
|
|
1137
1170
|
| 'color.chart.information.bold.hovered'
|
|
1171
|
+
| 'color.chart.lime.bold.[default]'
|
|
1172
|
+
| 'color.chart.lime.bold.hovered'
|
|
1173
|
+
| 'color.chart.lime.bolder.[default]'
|
|
1174
|
+
| 'color.chart.lime.bolder.hovered'
|
|
1175
|
+
| 'color.chart.lime.boldest.[default]'
|
|
1176
|
+
| 'color.chart.lime.boldest.hovered'
|
|
1138
1177
|
| 'color.chart.magenta.bold.[default]'
|
|
1139
1178
|
| 'color.chart.magenta.bold.hovered'
|
|
1140
1179
|
| 'color.chart.magenta.bolder.[default]'
|
|
@@ -1185,6 +1224,7 @@ type InternalTokenIds =
|
|
|
1185
1224
|
| 'color.icon.accent.blue'
|
|
1186
1225
|
| 'color.icon.accent.gray'
|
|
1187
1226
|
| 'color.icon.accent.green'
|
|
1227
|
+
| 'color.icon.accent.lime'
|
|
1188
1228
|
| 'color.icon.accent.magenta'
|
|
1189
1229
|
| 'color.icon.accent.orange'
|
|
1190
1230
|
| 'color.icon.accent.purple'
|
|
@@ -1215,6 +1255,8 @@ type InternalTokenIds =
|
|
|
1215
1255
|
| 'color.text.accent.gray.bolder'
|
|
1216
1256
|
| 'color.text.accent.green.[default]'
|
|
1217
1257
|
| 'color.text.accent.green.bolder'
|
|
1258
|
+
| 'color.text.accent.lime.[default]'
|
|
1259
|
+
| 'color.text.accent.lime.bolder'
|
|
1218
1260
|
| 'color.text.accent.magenta.[default]'
|
|
1219
1261
|
| 'color.text.accent.magenta.bolder'
|
|
1220
1262
|
| 'color.text.accent.orange.[default]'
|
|
@@ -1478,6 +1520,8 @@ type Tokens = typeof tokens;
|
|
|
1478
1520
|
// @public
|
|
1479
1521
|
const tokens: {
|
|
1480
1522
|
readonly 'color.text': '--ds-text';
|
|
1523
|
+
readonly 'color.text.accent.lime': '--ds-text-accent-lime';
|
|
1524
|
+
readonly 'color.text.accent.lime.bolder': '--ds-text-accent-lime-bolder';
|
|
1481
1525
|
readonly 'color.text.accent.red': '--ds-text-accent-red';
|
|
1482
1526
|
readonly 'color.text.accent.red.bolder': '--ds-text-accent-red-bolder';
|
|
1483
1527
|
readonly 'color.text.accent.orange': '--ds-text-accent-orange';
|
|
@@ -1511,6 +1555,7 @@ const tokens: {
|
|
|
1511
1555
|
readonly 'color.link': '--ds-link';
|
|
1512
1556
|
readonly 'color.link.pressed': '--ds-link-pressed';
|
|
1513
1557
|
readonly 'color.icon': '--ds-icon';
|
|
1558
|
+
readonly 'color.icon.accent.lime': '--ds-icon-accent-lime';
|
|
1514
1559
|
readonly 'color.icon.accent.red': '--ds-icon-accent-red';
|
|
1515
1560
|
readonly 'color.icon.accent.orange': '--ds-icon-accent-orange';
|
|
1516
1561
|
readonly 'color.icon.accent.yellow': '--ds-icon-accent-yellow';
|
|
@@ -1532,6 +1577,7 @@ const tokens: {
|
|
|
1532
1577
|
readonly 'color.icon.information': '--ds-icon-information';
|
|
1533
1578
|
readonly 'color.icon.subtle': '--ds-icon-subtle';
|
|
1534
1579
|
readonly 'color.border': '--ds-border';
|
|
1580
|
+
readonly 'color.border.accent.lime': '--ds-border-accent-lime';
|
|
1535
1581
|
readonly 'color.border.accent.red': '--ds-border-accent-red';
|
|
1536
1582
|
readonly 'color.border.accent.orange': '--ds-border-accent-orange';
|
|
1537
1583
|
readonly 'color.border.accent.yellow': '--ds-border-accent-yellow';
|
|
@@ -1553,6 +1599,10 @@ const tokens: {
|
|
|
1553
1599
|
readonly 'color.border.discovery': '--ds-border-discovery';
|
|
1554
1600
|
readonly 'color.border.information': '--ds-border-information';
|
|
1555
1601
|
readonly 'color.border.bold': '--ds-border-bold';
|
|
1602
|
+
readonly 'color.background.accent.lime.subtlest': '--ds-background-accent-lime-subtlest';
|
|
1603
|
+
readonly 'color.background.accent.lime.subtler': '--ds-background-accent-lime-subtler';
|
|
1604
|
+
readonly 'color.background.accent.lime.subtle': '--ds-background-accent-lime-subtle';
|
|
1605
|
+
readonly 'color.background.accent.lime.bolder': '--ds-background-accent-lime-bolder';
|
|
1556
1606
|
readonly 'color.background.accent.red.subtlest': '--ds-background-accent-red-subtlest';
|
|
1557
1607
|
readonly 'color.background.accent.red.subtler': '--ds-background-accent-red-subtler';
|
|
1558
1608
|
readonly 'color.background.accent.red.subtle': '--ds-background-accent-red-subtle';
|
|
@@ -1667,6 +1717,12 @@ const tokens: {
|
|
|
1667
1717
|
readonly 'color.chart.categorical.7.hovered': '--ds-chart-categorical-7-hovered';
|
|
1668
1718
|
readonly 'color.chart.categorical.8': '--ds-chart-categorical-8';
|
|
1669
1719
|
readonly 'color.chart.categorical.8.hovered': '--ds-chart-categorical-8-hovered';
|
|
1720
|
+
readonly 'color.chart.lime.bold': '--ds-chart-lime-bold';
|
|
1721
|
+
readonly 'color.chart.lime.bold.hovered': '--ds-chart-lime-bold-hovered';
|
|
1722
|
+
readonly 'color.chart.lime.bolder': '--ds-chart-lime-bolder';
|
|
1723
|
+
readonly 'color.chart.lime.bolder.hovered': '--ds-chart-lime-bolder-hovered';
|
|
1724
|
+
readonly 'color.chart.lime.boldest': '--ds-chart-lime-boldest';
|
|
1725
|
+
readonly 'color.chart.lime.boldest.hovered': '--ds-chart-lime-boldest-hovered';
|
|
1670
1726
|
readonly 'color.chart.neutral': '--ds-chart-neutral';
|
|
1671
1727
|
readonly 'color.chart.neutral.hovered': '--ds-chart-neutral-hovered';
|
|
1672
1728
|
readonly 'color.chart.red.bold': '--ds-chart-red-bold';
|