@atlaskit/tokens 0.6.1 → 0.6.2

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 (76) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/css/atlassian-dark.css +14 -7
  3. package/css/atlassian-light.css +14 -7
  4. package/dist/cjs/artifacts/rename-mapping.js +23 -19
  5. package/dist/cjs/artifacts/token-default-values.js +14 -7
  6. package/dist/cjs/artifacts/token-names.js +14 -7
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +252 -117
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +252 -117
  9. package/dist/cjs/get-token.js +1 -1
  10. package/dist/cjs/tokens/atlassian-dark/color/background.js +16 -3
  11. package/dist/cjs/tokens/atlassian-dark/color/border.js +3 -0
  12. package/dist/cjs/tokens/atlassian-dark/color/icon.js +3 -0
  13. package/dist/cjs/tokens/atlassian-dark/color/text.js +3 -0
  14. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +13 -6
  15. package/dist/cjs/tokens/atlassian-light/color/background.js +13 -0
  16. package/dist/cjs/tokens/atlassian-light/color/border.js +3 -0
  17. package/dist/cjs/tokens/atlassian-light/color/icon.js +3 -0
  18. package/dist/cjs/tokens/atlassian-light/color/text.js +3 -0
  19. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +13 -6
  20. package/dist/cjs/tokens/default/color/background.js +30 -5
  21. package/dist/cjs/tokens/default/color/border.js +7 -0
  22. package/dist/cjs/tokens/default/color/icon.js +7 -0
  23. package/dist/cjs/tokens/default/color/text.js +7 -0
  24. package/dist/cjs/tokens/default/deprecated/deprecated.js +33 -21
  25. package/dist/cjs/version.json +1 -1
  26. package/dist/es2019/artifacts/rename-mapping.js +23 -19
  27. package/dist/es2019/artifacts/token-default-values.js +14 -7
  28. package/dist/es2019/artifacts/token-names.js +14 -7
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +252 -117
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +252 -117
  31. package/dist/es2019/get-token.js +1 -1
  32. package/dist/es2019/tokens/atlassian-dark/color/background.js +16 -3
  33. package/dist/es2019/tokens/atlassian-dark/color/border.js +3 -0
  34. package/dist/es2019/tokens/atlassian-dark/color/icon.js +3 -0
  35. package/dist/es2019/tokens/atlassian-dark/color/text.js +3 -0
  36. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +13 -6
  37. package/dist/es2019/tokens/atlassian-light/color/background.js +13 -0
  38. package/dist/es2019/tokens/atlassian-light/color/border.js +3 -0
  39. package/dist/es2019/tokens/atlassian-light/color/icon.js +3 -0
  40. package/dist/es2019/tokens/atlassian-light/color/text.js +3 -0
  41. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +13 -6
  42. package/dist/es2019/tokens/default/color/background.js +30 -5
  43. package/dist/es2019/tokens/default/color/border.js +7 -0
  44. package/dist/es2019/tokens/default/color/icon.js +7 -0
  45. package/dist/es2019/tokens/default/color/text.js +7 -0
  46. package/dist/es2019/tokens/default/deprecated/deprecated.js +33 -21
  47. package/dist/es2019/version.json +1 -1
  48. package/dist/esm/artifacts/rename-mapping.js +23 -19
  49. package/dist/esm/artifacts/token-default-values.js +14 -7
  50. package/dist/esm/artifacts/token-names.js +14 -7
  51. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +252 -117
  52. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +252 -117
  53. package/dist/esm/get-token.js +1 -1
  54. package/dist/esm/tokens/atlassian-dark/color/background.js +16 -3
  55. package/dist/esm/tokens/atlassian-dark/color/border.js +3 -0
  56. package/dist/esm/tokens/atlassian-dark/color/icon.js +3 -0
  57. package/dist/esm/tokens/atlassian-dark/color/text.js +3 -0
  58. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +13 -6
  59. package/dist/esm/tokens/atlassian-light/color/background.js +13 -0
  60. package/dist/esm/tokens/atlassian-light/color/border.js +3 -0
  61. package/dist/esm/tokens/atlassian-light/color/icon.js +3 -0
  62. package/dist/esm/tokens/atlassian-light/color/text.js +3 -0
  63. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +13 -6
  64. package/dist/esm/tokens/default/color/background.js +30 -5
  65. package/dist/esm/tokens/default/color/border.js +7 -0
  66. package/dist/esm/tokens/default/color/icon.js +7 -0
  67. package/dist/esm/tokens/default/color/text.js +7 -0
  68. package/dist/esm/tokens/default/deprecated/deprecated.js +33 -21
  69. package/dist/esm/version.json +1 -1
  70. package/dist/types/artifacts/token-default-values.d.ts +14 -7
  71. package/dist/types/artifacts/token-names.d.ts +28 -14
  72. package/dist/types/artifacts/types-internal.d.ts +1 -1
  73. package/dist/types/artifacts/types.d.ts +1 -1
  74. package/dist/types/tokens/default/utility/utility.d.ts +10 -10
  75. package/dist/types/types.d.ts +17 -2
  76. package/package.json +1 -1
@@ -251,7 +251,7 @@ var tokens = [{
251
251
  "attributes": {
252
252
  "group": "paint",
253
253
  "state": "active",
254
- "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
254
+ "description": "Use for text that reinforces our brand."
255
255
  },
256
256
  "value": "#0C66E4",
257
257
  "filePath": "src/tokens/atlassian-light/color/text.tsx",
@@ -260,12 +260,31 @@ var tokens = [{
260
260
  "attributes": {
261
261
  "group": "paint",
262
262
  "state": "active",
263
- "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
263
+ "description": "Use for text that reinforces our brand."
264
264
  },
265
265
  "value": "B700"
266
266
  },
267
267
  "name": "color.text.brand",
268
268
  "path": ["color", "text", "brand"]
269
+ }, {
270
+ "attributes": {
271
+ "group": "paint",
272
+ "state": "active",
273
+ "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
274
+ },
275
+ "value": "#0C66E4",
276
+ "filePath": "src/tokens/atlassian-light/color/text.tsx",
277
+ "isSource": true,
278
+ "original": {
279
+ "attributes": {
280
+ "group": "paint",
281
+ "state": "active",
282
+ "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
283
+ },
284
+ "value": "B700"
285
+ },
286
+ "name": "color.text.selected",
287
+ "path": ["color", "text", "selected"]
269
288
  }, {
270
289
  "attributes": {
271
290
  "group": "paint",
@@ -527,27 +546,6 @@ var tokens = [{
527
546
  },
528
547
  "name": "color.text.onBoldWarning",
529
548
  "path": ["color", "text", "onBoldWarning"]
530
- }, {
531
- "attributes": {
532
- "group": "paint",
533
- "state": "deprecated",
534
- "replacement": "color.text.brand",
535
- "description": "Use for text, icons, borders, or other visual indicators in selected states"
536
- },
537
- "value": "#0C66E4",
538
- "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
539
- "isSource": true,
540
- "original": {
541
- "attributes": {
542
- "group": "paint",
543
- "state": "deprecated",
544
- "replacement": "color.text.brand",
545
- "description": "Use for text, icons, borders, or other visual indicators in selected states"
546
- },
547
- "value": "B700"
548
- },
549
- "name": "color.text.selected",
550
- "path": ["color", "text", "selected"]
551
549
  }, {
552
550
  "attributes": {
553
551
  "group": "paint",
@@ -780,7 +778,7 @@ var tokens = [{
780
778
  "attributes": {
781
779
  "group": "paint",
782
780
  "state": "active",
783
- "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
781
+ "description": "Use for icons that reinforce our brand."
784
782
  },
785
783
  "value": "#0C66E4",
786
784
  "filePath": "src/tokens/atlassian-light/color/icon.tsx",
@@ -789,12 +787,31 @@ var tokens = [{
789
787
  "attributes": {
790
788
  "group": "paint",
791
789
  "state": "active",
792
- "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
790
+ "description": "Use for icons that reinforce our brand."
793
791
  },
794
792
  "value": "B700"
795
793
  },
796
794
  "name": "color.icon.brand",
797
795
  "path": ["color", "icon", "brand"]
796
+ }, {
797
+ "attributes": {
798
+ "group": "paint",
799
+ "state": "active",
800
+ "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
801
+ },
802
+ "value": "#0C66E4",
803
+ "filePath": "src/tokens/atlassian-light/color/icon.tsx",
804
+ "isSource": true,
805
+ "original": {
806
+ "attributes": {
807
+ "group": "paint",
808
+ "state": "active",
809
+ "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
810
+ },
811
+ "value": "B700"
812
+ },
813
+ "name": "color.icon.selected",
814
+ "path": ["color", "icon", "selected"]
798
815
  }, {
799
816
  "attributes": {
800
817
  "group": "paint",
@@ -1141,7 +1158,7 @@ var tokens = [{
1141
1158
  "attributes": {
1142
1159
  "group": "paint",
1143
1160
  "state": "active",
1144
- "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1161
+ "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1145
1162
  },
1146
1163
  "value": "#0C66E4",
1147
1164
  "filePath": "src/tokens/atlassian-light/color/border.tsx",
@@ -1150,12 +1167,31 @@ var tokens = [{
1150
1167
  "attributes": {
1151
1168
  "group": "paint",
1152
1169
  "state": "active",
1153
- "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1170
+ "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1154
1171
  },
1155
1172
  "value": "B700"
1156
1173
  },
1157
1174
  "name": "color.border.brand",
1158
1175
  "path": ["color", "border", "brand"]
1176
+ }, {
1177
+ "attributes": {
1178
+ "group": "paint",
1179
+ "state": "active",
1180
+ "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1181
+ },
1182
+ "value": "#0C66E4",
1183
+ "filePath": "src/tokens/atlassian-light/color/border.tsx",
1184
+ "isSource": true,
1185
+ "original": {
1186
+ "attributes": {
1187
+ "group": "paint",
1188
+ "state": "active",
1189
+ "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1190
+ },
1191
+ "value": "B700"
1192
+ },
1193
+ "name": "color.border.selected",
1194
+ "path": ["color", "border", "selected"]
1159
1195
  }, {
1160
1196
  "attributes": {
1161
1197
  "group": "paint",
@@ -1867,16 +1903,75 @@ var tokens = [{
1867
1903
  "attributes": {
1868
1904
  "group": "paint",
1869
1905
  "state": "active",
1870
- "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
1906
+ "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
1871
1907
  },
1872
- "value": "#E9F2FF",
1908
+ "value": "#0C66E4",
1873
1909
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
1874
1910
  "isSource": true,
1875
1911
  "original": {
1876
1912
  "attributes": {
1877
1913
  "group": "paint",
1878
1914
  "state": "active",
1879
- "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
1915
+ "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
1916
+ },
1917
+ "value": "B700"
1918
+ },
1919
+ "name": "color.background.brand.bold.[default]",
1920
+ "path": ["color", "background", "brand", "bold", "[default]"]
1921
+ }, {
1922
+ "attributes": {
1923
+ "group": "paint",
1924
+ "state": "active",
1925
+ "description": "Hovered state of color.background.brand.bold"
1926
+ },
1927
+ "value": "#0055CC",
1928
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
1929
+ "isSource": true,
1930
+ "original": {
1931
+ "attributes": {
1932
+ "group": "paint",
1933
+ "state": "active",
1934
+ "description": "Hovered state of color.background.brand.bold"
1935
+ },
1936
+ "value": "B800"
1937
+ },
1938
+ "name": "color.background.brand.bold.hovered",
1939
+ "path": ["color", "background", "brand", "bold", "hovered"]
1940
+ }, {
1941
+ "attributes": {
1942
+ "group": "paint",
1943
+ "state": "active",
1944
+ "description": "Pressed state of color.background.brand.bold"
1945
+ },
1946
+ "value": "#09326C",
1947
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
1948
+ "isSource": true,
1949
+ "original": {
1950
+ "attributes": {
1951
+ "group": "paint",
1952
+ "state": "active",
1953
+ "description": "Pressed state of color.background.brand.bold"
1954
+ },
1955
+ "value": "B900"
1956
+ },
1957
+ "name": "color.background.brand.bold.pressed",
1958
+ "path": ["color", "background", "brand", "bold", "pressed"]
1959
+ }, {
1960
+ "attributes": {
1961
+ "group": "paint",
1962
+ "state": "deprecated",
1963
+ "replacement": "color.background.selected.[default].[default]",
1964
+ "description": "Use for the background of elements used to reinforce our brand."
1965
+ },
1966
+ "value": "#E9F2FF",
1967
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1968
+ "isSource": true,
1969
+ "original": {
1970
+ "attributes": {
1971
+ "group": "paint",
1972
+ "state": "deprecated",
1973
+ "replacement": "color.background.selected.[default].[default]",
1974
+ "description": "Use for the background of elements used to reinforce our brand."
1880
1975
  },
1881
1976
  "value": "B100"
1882
1977
  },
@@ -1885,16 +1980,18 @@ var tokens = [{
1885
1980
  }, {
1886
1981
  "attributes": {
1887
1982
  "group": "paint",
1888
- "state": "active",
1983
+ "state": "deprecated",
1984
+ "replacement": "color.background.selected.[default].hovered",
1889
1985
  "description": "Hovered state for color.background.brand"
1890
1986
  },
1891
1987
  "value": "#CCE0FF",
1892
- "filePath": "src/tokens/atlassian-light/color/background.tsx",
1988
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1893
1989
  "isSource": true,
1894
1990
  "original": {
1895
1991
  "attributes": {
1896
1992
  "group": "paint",
1897
- "state": "active",
1993
+ "state": "deprecated",
1994
+ "replacement": "color.background.selected.[default].hovered",
1898
1995
  "description": "Hovered state for color.background.brand"
1899
1996
  },
1900
1997
  "value": "B200"
@@ -1904,16 +2001,18 @@ var tokens = [{
1904
2001
  }, {
1905
2002
  "attributes": {
1906
2003
  "group": "paint",
1907
- "state": "active",
2004
+ "state": "deprecated",
2005
+ "replacement": "color.background.selected.[default].pressed",
1908
2006
  "description": "Pressed state for color.background.brand"
1909
2007
  },
1910
2008
  "value": "#85B8FF",
1911
- "filePath": "src/tokens/atlassian-light/color/background.tsx",
2009
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1912
2010
  "isSource": true,
1913
2011
  "original": {
1914
2012
  "attributes": {
1915
2013
  "group": "paint",
1916
- "state": "active",
2014
+ "state": "deprecated",
2015
+ "replacement": "color.background.selected.[default].pressed",
1917
2016
  "description": "Pressed state for color.background.brand"
1918
2017
  },
1919
2018
  "value": "B300"
@@ -1924,7 +2023,64 @@ var tokens = [{
1924
2023
  "attributes": {
1925
2024
  "group": "paint",
1926
2025
  "state": "active",
1927
- "description": "Use for the backgrounds of primary buttons or elements in a selected state, such as checkboxed and radio buttons."
2026
+ "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
2027
+ },
2028
+ "value": "#E9F2FF",
2029
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2030
+ "isSource": true,
2031
+ "original": {
2032
+ "attributes": {
2033
+ "group": "paint",
2034
+ "state": "active",
2035
+ "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
2036
+ },
2037
+ "value": "B100"
2038
+ },
2039
+ "name": "color.background.selected.[default].[default]",
2040
+ "path": ["color", "background", "selected", "[default]", "[default]"]
2041
+ }, {
2042
+ "attributes": {
2043
+ "group": "paint",
2044
+ "state": "active",
2045
+ "description": "Hovered state for color.background.selected"
2046
+ },
2047
+ "value": "#CCE0FF",
2048
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2049
+ "isSource": true,
2050
+ "original": {
2051
+ "attributes": {
2052
+ "group": "paint",
2053
+ "state": "active",
2054
+ "description": "Hovered state for color.background.selected"
2055
+ },
2056
+ "value": "B200"
2057
+ },
2058
+ "name": "color.background.selected.[default].hovered",
2059
+ "path": ["color", "background", "selected", "[default]", "hovered"]
2060
+ }, {
2061
+ "attributes": {
2062
+ "group": "paint",
2063
+ "state": "active",
2064
+ "description": "Pressed state for color.background.selected"
2065
+ },
2066
+ "value": "#85B8FF",
2067
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2068
+ "isSource": true,
2069
+ "original": {
2070
+ "attributes": {
2071
+ "group": "paint",
2072
+ "state": "active",
2073
+ "description": "Pressed state for color.background.selected"
2074
+ },
2075
+ "value": "B300"
2076
+ },
2077
+ "name": "color.background.selected.[default].pressed",
2078
+ "path": ["color", "background", "selected", "[default]", "pressed"]
2079
+ }, {
2080
+ "attributes": {
2081
+ "group": "paint",
2082
+ "state": "active",
2083
+ "description": "Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons."
1928
2084
  },
1929
2085
  "value": "#0C66E4",
1930
2086
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -1933,17 +2089,17 @@ var tokens = [{
1933
2089
  "attributes": {
1934
2090
  "group": "paint",
1935
2091
  "state": "active",
1936
- "description": "Use for the backgrounds of primary buttons or elements in a selected state, such as checkboxed and radio buttons."
2092
+ "description": "Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons."
1937
2093
  },
1938
2094
  "value": "B700"
1939
2095
  },
1940
- "name": "color.background.brand.bold.[default]",
1941
- "path": ["color", "background", "brand", "bold", "[default]"]
2096
+ "name": "color.background.selected.bold.[default]",
2097
+ "path": ["color", "background", "selected", "bold", "[default]"]
1942
2098
  }, {
1943
2099
  "attributes": {
1944
2100
  "group": "paint",
1945
2101
  "state": "active",
1946
- "description": "Hovered state of color.background.brand.bold"
2102
+ "description": "Hovered state of color.background.selected.bold"
1947
2103
  },
1948
2104
  "value": "#0055CC",
1949
2105
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -1952,17 +2108,17 @@ var tokens = [{
1952
2108
  "attributes": {
1953
2109
  "group": "paint",
1954
2110
  "state": "active",
1955
- "description": "Hovered state of color.background.brand.bold"
2111
+ "description": "Hovered state of color.background.selected.bold"
1956
2112
  },
1957
2113
  "value": "B800"
1958
2114
  },
1959
- "name": "color.background.brand.bold.hovered",
1960
- "path": ["color", "background", "brand", "bold", "hovered"]
2115
+ "name": "color.background.selected.bold.hovered",
2116
+ "path": ["color", "background", "selected", "bold", "hovered"]
1961
2117
  }, {
1962
2118
  "attributes": {
1963
2119
  "group": "paint",
1964
2120
  "state": "active",
1965
- "description": "Pressed state of color.background.brand.bold"
2121
+ "description": "Pressed state of color.background.selected.bold"
1966
2122
  },
1967
2123
  "value": "#09326C",
1968
2124
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -1971,12 +2127,54 @@ var tokens = [{
1971
2127
  "attributes": {
1972
2128
  "group": "paint",
1973
2129
  "state": "active",
1974
- "description": "Pressed state of color.background.brand.bold"
2130
+ "description": "Pressed state of color.background.selected.bold"
1975
2131
  },
1976
2132
  "value": "B900"
1977
2133
  },
1978
- "name": "color.background.brand.bold.pressed",
1979
- "path": ["color", "background", "brand", "bold", "pressed"]
2134
+ "name": "color.background.selected.bold.pressed",
2135
+ "path": ["color", "background", "selected", "bold", "pressed"]
2136
+ }, {
2137
+ "attributes": {
2138
+ "group": "paint",
2139
+ "state": "deprecated",
2140
+ "replacement": "color.background.selected.[default].[default]",
2141
+ "description": "Use for backgrounds of elements in a selected state"
2142
+ },
2143
+ "value": "#E9F2FF",
2144
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
2145
+ "isSource": true,
2146
+ "original": {
2147
+ "attributes": {
2148
+ "group": "paint",
2149
+ "state": "deprecated",
2150
+ "replacement": "color.background.selected.[default].[default]",
2151
+ "description": "Use for backgrounds of elements in a selected state"
2152
+ },
2153
+ "value": "B100"
2154
+ },
2155
+ "name": "color.background.selected.resting",
2156
+ "path": ["color", "background", "selected", "resting"]
2157
+ }, {
2158
+ "attributes": {
2159
+ "group": "paint",
2160
+ "state": "deprecated",
2161
+ "replacement": "color.background.selected.[default].hovered",
2162
+ "description": "Hover state for color.background.selected"
2163
+ },
2164
+ "value": "#CCE0FF",
2165
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
2166
+ "isSource": true,
2167
+ "original": {
2168
+ "attributes": {
2169
+ "group": "paint",
2170
+ "state": "deprecated",
2171
+ "replacement": "color.background.selected.[default].hovered",
2172
+ "description": "Hover state for color.background.selected"
2173
+ },
2174
+ "value": "B200"
2175
+ },
2176
+ "name": "color.background.selected.hover",
2177
+ "path": ["color", "background", "selected", "hover"]
1980
2178
  }, {
1981
2179
  "attributes": {
1982
2180
  "group": "paint",
@@ -3009,69 +3207,6 @@ var tokens = [{
3009
3207
  },
3010
3208
  "name": "color.background.overlay",
3011
3209
  "path": ["color", "background", "overlay"]
3012
- }, {
3013
- "attributes": {
3014
- "group": "paint",
3015
- "state": "deprecated",
3016
- "replacement": "color.background.brand.[default].[default]",
3017
- "description": "Use for backgrounds of elements in a selected state"
3018
- },
3019
- "value": "#E9F2FF",
3020
- "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
3021
- "isSource": true,
3022
- "original": {
3023
- "attributes": {
3024
- "group": "paint",
3025
- "state": "deprecated",
3026
- "replacement": "color.background.brand.[default].[default]",
3027
- "description": "Use for backgrounds of elements in a selected state"
3028
- },
3029
- "value": "B100"
3030
- },
3031
- "name": "color.background.selected.resting",
3032
- "path": ["color", "background", "selected", "resting"]
3033
- }, {
3034
- "attributes": {
3035
- "group": "paint",
3036
- "state": "deprecated",
3037
- "replacement": "color.background.brand.[default].hovered",
3038
- "description": "Hover state for color.background.selected"
3039
- },
3040
- "value": "#CCE0FF",
3041
- "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
3042
- "isSource": true,
3043
- "original": {
3044
- "attributes": {
3045
- "group": "paint",
3046
- "state": "deprecated",
3047
- "replacement": "color.background.brand.[default].hovered",
3048
- "description": "Hover state for color.background.selected"
3049
- },
3050
- "value": "B200"
3051
- },
3052
- "name": "color.background.selected.hover",
3053
- "path": ["color", "background", "selected", "hover"]
3054
- }, {
3055
- "attributes": {
3056
- "group": "paint",
3057
- "state": "deprecated",
3058
- "replacement": "color.background.brand.[default].pressed",
3059
- "description": "Pressed state for color.background.selected"
3060
- },
3061
- "value": "#85B8FF",
3062
- "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
3063
- "isSource": true,
3064
- "original": {
3065
- "attributes": {
3066
- "group": "paint",
3067
- "state": "deprecated",
3068
- "replacement": "color.background.brand.[default].pressed",
3069
- "description": "Pressed state for color.background.selected"
3070
- },
3071
- "value": "B300"
3072
- },
3073
- "name": "color.background.selected.pressed",
3074
- "path": ["color", "background", "selected", "pressed"]
3075
3210
  }, {
3076
3211
  "attributes": {
3077
3212
  "group": "paint",
@@ -3118,7 +3253,7 @@ var tokens = [{
3118
3253
  "attributes": {
3119
3254
  "group": "paint",
3120
3255
  "state": "deprecated",
3121
- "replacement": "color.background.brand.[default].hovered",
3256
+ "replacement": "color.background.selected.[default].hovered",
3122
3257
  "description": "Hover state for background.subtleBrand"
3123
3258
  },
3124
3259
  "value": "#CCE0FF",
@@ -3128,7 +3263,7 @@ var tokens = [{
3128
3263
  "attributes": {
3129
3264
  "group": "paint",
3130
3265
  "state": "deprecated",
3131
- "replacement": "color.background.brand.[default].hovered",
3266
+ "replacement": "color.background.selected.[default].hovered",
3132
3267
  "description": "Hover state for background.subtleBrand"
3133
3268
  },
3134
3269
  "value": "B200"
@@ -3139,7 +3274,7 @@ var tokens = [{
3139
3274
  "attributes": {
3140
3275
  "group": "paint",
3141
3276
  "state": "deprecated",
3142
- "replacement": "color.background.brand.[default].pressed",
3277
+ "replacement": "color.background.selected.[default].pressed",
3143
3278
  "description": "Pressed state for background.subtleBrand"
3144
3279
  },
3145
3280
  "value": "#85B8FF",
@@ -3149,7 +3284,7 @@ var tokens = [{
3149
3284
  "attributes": {
3150
3285
  "group": "paint",
3151
3286
  "state": "deprecated",
3152
- "replacement": "color.background.brand.[default].pressed",
3287
+ "replacement": "color.background.selected.[default].pressed",
3153
3288
  "description": "Pressed state for background.subtleBrand"
3154
3289
  },
3155
3290
  "value": "B300"
@@ -3160,7 +3295,7 @@ var tokens = [{
3160
3295
  "attributes": {
3161
3296
  "group": "paint",
3162
3297
  "state": "deprecated",
3163
- "replacement": "color.background.brand.[default].[default]",
3298
+ "replacement": "color.background.selected.[default].[default]",
3164
3299
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
3165
3300
  },
3166
3301
  "value": "#E9F2FF",
@@ -3170,7 +3305,7 @@ var tokens = [{
3170
3305
  "attributes": {
3171
3306
  "group": "paint",
3172
3307
  "state": "deprecated",
3173
- "replacement": "color.background.brand.[default].[default]",
3308
+ "replacement": "color.background.selected.[default].[default]",
3174
3309
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
3175
3310
  },
3176
3311
  "value": "B100"
@@ -1,7 +1,7 @@
1
1
  import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  var name = "@atlaskit/tokens";
4
- var version = "0.6.1";
4
+ var version = "0.6.2";
5
5
 
6
6
  function token(path, fallback) {
7
7
  var token = tokens[path];
@@ -59,15 +59,28 @@ var color = {
59
59
  }
60
60
  },
61
61
  brand: {
62
+ bold: {
63
+ '[default]': {
64
+ value: 'B400'
65
+ },
66
+ hovered: {
67
+ value: 'B300'
68
+ },
69
+ pressed: {
70
+ value: 'B200'
71
+ }
72
+ }
73
+ },
74
+ selected: {
62
75
  '[default]': {
63
76
  '[default]': {
64
- value: 'DN200A'
77
+ value: 'B1000'
65
78
  },
66
79
  hovered: {
67
- value: 'DN300A'
80
+ value: 'B900'
68
81
  },
69
82
  pressed: {
70
- value: 'DN400A'
83
+ value: 'B800'
71
84
  }
72
85
  },
73
86
  bold: {
@@ -16,6 +16,9 @@ var color = {
16
16
  brand: {
17
17
  value: 'B400'
18
18
  },
19
+ selected: {
20
+ value: 'B400'
21
+ },
19
22
  danger: {
20
23
  value: 'R500'
21
24
  },
@@ -16,6 +16,9 @@ var color = {
16
16
  brand: {
17
17
  value: 'B400'
18
18
  },
19
+ selected: {
20
+ value: 'B400'
21
+ },
19
22
  danger: {
20
23
  value: 'R500'
21
24
  },
@@ -19,6 +19,9 @@ var color = {
19
19
  brand: {
20
20
  value: 'B400'
21
21
  },
22
+ selected: {
23
+ value: 'B400'
24
+ },
22
25
  danger: {
23
26
  value: 'R300'
24
27
  },
@@ -45,6 +45,19 @@ var color = {
45
45
  blanket: {
46
46
  value: 'DN-100A'
47
47
  },
48
+ brand: {
49
+ '[default]': {
50
+ '[default]': {
51
+ value: 'DN200A'
52
+ },
53
+ hovered: {
54
+ value: 'DN300A'
55
+ },
56
+ pressed: {
57
+ value: 'DN400A'
58
+ }
59
+ }
60
+ },
48
61
  boldBrand: {
49
62
  resting: {
50
63
  value: 'B400'
@@ -126,9 +139,6 @@ var color = {
126
139
  },
127
140
  hover: {
128
141
  value: 'DN300A'
129
- },
130
- pressed: {
131
- value: 'DN400A'
132
142
  }
133
143
  },
134
144
  subtleBorderedNeutral: {
@@ -240,9 +250,6 @@ var color = {
240
250
  },
241
251
  onBoldWarning: {
242
252
  value: 'DN0'
243
- },
244
- selected: {
245
- value: 'B400'
246
253
  }
247
254
  },
248
255
  border: {