@atlaskit/tokens 0.6.0 → 0.6.3
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 +45 -0
- package/css/atlassian-dark.css +15 -8
- package/css/atlassian-light.css +14 -7
- package/dist/cjs/artifacts/rename-mapping.js +24 -20
- package/dist/cjs/artifacts/token-default-values.js +14 -7
- package/dist/cjs/artifacts/token-names.js +14 -7
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +254 -119
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +252 -117
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/background.js +16 -3
- package/dist/cjs/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/cjs/tokens/atlassian-dark/color/icon.js +3 -0
- package/dist/cjs/tokens/atlassian-dark/color/text.js +3 -0
- package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +13 -6
- package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +1 -1
- package/dist/cjs/tokens/atlassian-light/color/background.js +13 -0
- package/dist/cjs/tokens/atlassian-light/color/border.js +3 -0
- package/dist/cjs/tokens/atlassian-light/color/icon.js +3 -0
- package/dist/cjs/tokens/atlassian-light/color/text.js +3 -0
- package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +13 -6
- package/dist/cjs/tokens/default/color/background.js +30 -5
- package/dist/cjs/tokens/default/color/border.js +7 -0
- package/dist/cjs/tokens/default/color/icon.js +7 -0
- package/dist/cjs/tokens/default/color/text.js +7 -0
- package/dist/cjs/tokens/default/deprecated/deprecated.js +33 -21
- package/dist/cjs/tokens/palette.js +6 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/rename-mapping.js +24 -20
- package/dist/es2019/artifacts/token-default-values.js +14 -7
- package/dist/es2019/artifacts/token-names.js +14 -7
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +254 -119
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +252 -117
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/background.js +16 -3
- package/dist/es2019/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/es2019/tokens/atlassian-dark/color/icon.js +3 -0
- package/dist/es2019/tokens/atlassian-dark/color/text.js +3 -0
- package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +13 -6
- package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +1 -1
- package/dist/es2019/tokens/atlassian-light/color/background.js +13 -0
- package/dist/es2019/tokens/atlassian-light/color/border.js +3 -0
- package/dist/es2019/tokens/atlassian-light/color/icon.js +3 -0
- package/dist/es2019/tokens/atlassian-light/color/text.js +3 -0
- package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +13 -6
- package/dist/es2019/tokens/default/color/background.js +30 -5
- package/dist/es2019/tokens/default/color/border.js +7 -0
- package/dist/es2019/tokens/default/color/icon.js +7 -0
- package/dist/es2019/tokens/default/color/text.js +7 -0
- package/dist/es2019/tokens/default/deprecated/deprecated.js +33 -21
- package/dist/es2019/tokens/palette.js +6 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/rename-mapping.js +24 -20
- package/dist/esm/artifacts/token-default-values.js +14 -7
- package/dist/esm/artifacts/token-names.js +14 -7
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +254 -119
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +252 -117
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/background.js +16 -3
- package/dist/esm/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/esm/tokens/atlassian-dark/color/icon.js +3 -0
- package/dist/esm/tokens/atlassian-dark/color/text.js +3 -0
- package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +13 -6
- package/dist/esm/tokens/atlassian-dark/elevation/surface.js +1 -1
- package/dist/esm/tokens/atlassian-light/color/background.js +13 -0
- package/dist/esm/tokens/atlassian-light/color/border.js +3 -0
- package/dist/esm/tokens/atlassian-light/color/icon.js +3 -0
- package/dist/esm/tokens/atlassian-light/color/text.js +3 -0
- package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +13 -6
- package/dist/esm/tokens/default/color/background.js +30 -5
- package/dist/esm/tokens/default/color/border.js +7 -0
- package/dist/esm/tokens/default/color/icon.js +7 -0
- package/dist/esm/tokens/default/color/text.js +7 -0
- package/dist/esm/tokens/default/deprecated/deprecated.js +33 -21
- package/dist/esm/tokens/palette.js +6 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/rename-mapping.d.ts +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +14 -7
- package/dist/types/artifacts/token-names.d.ts +28 -14
- package/dist/types/artifacts/types-internal.d.ts +1 -1
- package/dist/types/artifacts/types.d.ts +1 -1
- package/dist/types/tokens/default/utility/utility.d.ts +10 -10
- package/dist/types/types.d.ts +18 -2
- package/package.json +17 -11
- package/tokens-browser-extension/README.md +0 -28
- package/tokens-browser-extension/atlassian-theme.css +0 -449
- package/tokens-browser-extension/background.js +0 -75
- package/tokens-browser-extension/content-script.js +0 -75
- package/tokens-browser-extension/devtools.html +0 -1
- package/tokens-browser-extension/devtools.js +0 -14
- package/tokens-browser-extension/manifest.json +0 -35
- package/tokens-browser-extension/messageback-script.js +0 -10
- package/tokens-browser-extension/messaging.js +0 -36
- package/tokens-browser-extension/panel.html +0 -25
- package/tokens-browser-extension/panel.js +0 -46
- package/tokens-browser-extension/toast.png +0 -0
|
@@ -257,7 +257,7 @@ var tokens = [{
|
|
|
257
257
|
"attributes": {
|
|
258
258
|
"group": "paint",
|
|
259
259
|
"state": "active",
|
|
260
|
-
"description": "Use for text
|
|
260
|
+
"description": "Use for text that reinforces our brand."
|
|
261
261
|
},
|
|
262
262
|
"value": "#579DFF",
|
|
263
263
|
"filePath": "src/tokens/atlassian-dark/color/text.tsx",
|
|
@@ -266,12 +266,31 @@ var tokens = [{
|
|
|
266
266
|
"attributes": {
|
|
267
267
|
"group": "paint",
|
|
268
268
|
"state": "active",
|
|
269
|
-
"description": "Use for text
|
|
269
|
+
"description": "Use for text that reinforces our brand."
|
|
270
270
|
},
|
|
271
271
|
"value": "B400"
|
|
272
272
|
},
|
|
273
273
|
"name": "color.text.brand",
|
|
274
274
|
"path": ["color", "text", "brand"]
|
|
275
|
+
}, {
|
|
276
|
+
"attributes": {
|
|
277
|
+
"group": "paint",
|
|
278
|
+
"state": "active",
|
|
279
|
+
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
280
|
+
},
|
|
281
|
+
"value": "#579DFF",
|
|
282
|
+
"filePath": "src/tokens/atlassian-dark/color/text.tsx",
|
|
283
|
+
"isSource": true,
|
|
284
|
+
"original": {
|
|
285
|
+
"attributes": {
|
|
286
|
+
"group": "paint",
|
|
287
|
+
"state": "active",
|
|
288
|
+
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
289
|
+
},
|
|
290
|
+
"value": "B400"
|
|
291
|
+
},
|
|
292
|
+
"name": "color.text.selected",
|
|
293
|
+
"path": ["color", "text", "selected"]
|
|
275
294
|
}, {
|
|
276
295
|
"attributes": {
|
|
277
296
|
"group": "paint",
|
|
@@ -533,27 +552,6 @@ var tokens = [{
|
|
|
533
552
|
},
|
|
534
553
|
"name": "color.text.onBoldWarning",
|
|
535
554
|
"path": ["color", "text", "onBoldWarning"]
|
|
536
|
-
}, {
|
|
537
|
-
"attributes": {
|
|
538
|
-
"group": "paint",
|
|
539
|
-
"state": "deprecated",
|
|
540
|
-
"replacement": "color.text.brand",
|
|
541
|
-
"description": "Use for text, icons, borders, or other visual indicators in selected states"
|
|
542
|
-
},
|
|
543
|
-
"value": "#579DFF",
|
|
544
|
-
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
545
|
-
"isSource": true,
|
|
546
|
-
"original": {
|
|
547
|
-
"attributes": {
|
|
548
|
-
"group": "paint",
|
|
549
|
-
"state": "deprecated",
|
|
550
|
-
"replacement": "color.text.brand",
|
|
551
|
-
"description": "Use for text, icons, borders, or other visual indicators in selected states"
|
|
552
|
-
},
|
|
553
|
-
"value": "B400"
|
|
554
|
-
},
|
|
555
|
-
"name": "color.text.selected",
|
|
556
|
-
"path": ["color", "text", "selected"]
|
|
557
555
|
}, {
|
|
558
556
|
"attributes": {
|
|
559
557
|
"group": "paint",
|
|
@@ -786,7 +784,7 @@ var tokens = [{
|
|
|
786
784
|
"attributes": {
|
|
787
785
|
"group": "paint",
|
|
788
786
|
"state": "active",
|
|
789
|
-
"description": "Use for icons
|
|
787
|
+
"description": "Use for icons that reinforce our brand."
|
|
790
788
|
},
|
|
791
789
|
"value": "#579DFF",
|
|
792
790
|
"filePath": "src/tokens/atlassian-dark/color/icon.tsx",
|
|
@@ -795,12 +793,31 @@ var tokens = [{
|
|
|
795
793
|
"attributes": {
|
|
796
794
|
"group": "paint",
|
|
797
795
|
"state": "active",
|
|
798
|
-
"description": "Use for icons
|
|
796
|
+
"description": "Use for icons that reinforce our brand."
|
|
799
797
|
},
|
|
800
798
|
"value": "B400"
|
|
801
799
|
},
|
|
802
800
|
"name": "color.icon.brand",
|
|
803
801
|
"path": ["color", "icon", "brand"]
|
|
802
|
+
}, {
|
|
803
|
+
"attributes": {
|
|
804
|
+
"group": "paint",
|
|
805
|
+
"state": "active",
|
|
806
|
+
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
807
|
+
},
|
|
808
|
+
"value": "#579DFF",
|
|
809
|
+
"filePath": "src/tokens/atlassian-dark/color/icon.tsx",
|
|
810
|
+
"isSource": true,
|
|
811
|
+
"original": {
|
|
812
|
+
"attributes": {
|
|
813
|
+
"group": "paint",
|
|
814
|
+
"state": "active",
|
|
815
|
+
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
816
|
+
},
|
|
817
|
+
"value": "B400"
|
|
818
|
+
},
|
|
819
|
+
"name": "color.icon.selected",
|
|
820
|
+
"path": ["color", "icon", "selected"]
|
|
804
821
|
}, {
|
|
805
822
|
"attributes": {
|
|
806
823
|
"group": "paint",
|
|
@@ -1147,7 +1164,7 @@ var tokens = [{
|
|
|
1147
1164
|
"attributes": {
|
|
1148
1165
|
"group": "paint",
|
|
1149
1166
|
"state": "active",
|
|
1150
|
-
"description": "Use for borders or visual indicators of elements
|
|
1167
|
+
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
1151
1168
|
},
|
|
1152
1169
|
"value": "#579DFF",
|
|
1153
1170
|
"filePath": "src/tokens/atlassian-dark/color/border.tsx",
|
|
@@ -1156,12 +1173,31 @@ var tokens = [{
|
|
|
1156
1173
|
"attributes": {
|
|
1157
1174
|
"group": "paint",
|
|
1158
1175
|
"state": "active",
|
|
1159
|
-
"description": "Use for borders or visual indicators of elements
|
|
1176
|
+
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
1160
1177
|
},
|
|
1161
1178
|
"value": "B400"
|
|
1162
1179
|
},
|
|
1163
1180
|
"name": "color.border.brand",
|
|
1164
1181
|
"path": ["color", "border", "brand"]
|
|
1182
|
+
}, {
|
|
1183
|
+
"attributes": {
|
|
1184
|
+
"group": "paint",
|
|
1185
|
+
"state": "active",
|
|
1186
|
+
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
1187
|
+
},
|
|
1188
|
+
"value": "#579DFF",
|
|
1189
|
+
"filePath": "src/tokens/atlassian-dark/color/border.tsx",
|
|
1190
|
+
"isSource": true,
|
|
1191
|
+
"original": {
|
|
1192
|
+
"attributes": {
|
|
1193
|
+
"group": "paint",
|
|
1194
|
+
"state": "active",
|
|
1195
|
+
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
1196
|
+
},
|
|
1197
|
+
"value": "B400"
|
|
1198
|
+
},
|
|
1199
|
+
"name": "color.border.selected",
|
|
1200
|
+
"path": ["color", "border", "selected"]
|
|
1165
1201
|
}, {
|
|
1166
1202
|
"attributes": {
|
|
1167
1203
|
"group": "paint",
|
|
@@ -1873,16 +1909,75 @@ var tokens = [{
|
|
|
1873
1909
|
"attributes": {
|
|
1874
1910
|
"group": "paint",
|
|
1875
1911
|
"state": "active",
|
|
1876
|
-
"description": "Use for the background of elements
|
|
1912
|
+
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
1877
1913
|
},
|
|
1878
|
-
"value": "#
|
|
1914
|
+
"value": "#579DFF",
|
|
1879
1915
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
1880
1916
|
"isSource": true,
|
|
1881
1917
|
"original": {
|
|
1882
1918
|
"attributes": {
|
|
1883
1919
|
"group": "paint",
|
|
1884
1920
|
"state": "active",
|
|
1885
|
-
"description": "Use for the background of elements
|
|
1921
|
+
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
1922
|
+
},
|
|
1923
|
+
"value": "B400"
|
|
1924
|
+
},
|
|
1925
|
+
"name": "color.background.brand.bold.[default]",
|
|
1926
|
+
"path": ["color", "background", "brand", "bold", "[default]"]
|
|
1927
|
+
}, {
|
|
1928
|
+
"attributes": {
|
|
1929
|
+
"group": "paint",
|
|
1930
|
+
"state": "active",
|
|
1931
|
+
"description": "Hovered state of color.background.brand.bold"
|
|
1932
|
+
},
|
|
1933
|
+
"value": "#85B8FF",
|
|
1934
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
1935
|
+
"isSource": true,
|
|
1936
|
+
"original": {
|
|
1937
|
+
"attributes": {
|
|
1938
|
+
"group": "paint",
|
|
1939
|
+
"state": "active",
|
|
1940
|
+
"description": "Hovered state of color.background.brand.bold"
|
|
1941
|
+
},
|
|
1942
|
+
"value": "B300"
|
|
1943
|
+
},
|
|
1944
|
+
"name": "color.background.brand.bold.hovered",
|
|
1945
|
+
"path": ["color", "background", "brand", "bold", "hovered"]
|
|
1946
|
+
}, {
|
|
1947
|
+
"attributes": {
|
|
1948
|
+
"group": "paint",
|
|
1949
|
+
"state": "active",
|
|
1950
|
+
"description": "Pressed state of color.background.brand.bold"
|
|
1951
|
+
},
|
|
1952
|
+
"value": "#CCE0FF",
|
|
1953
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
1954
|
+
"isSource": true,
|
|
1955
|
+
"original": {
|
|
1956
|
+
"attributes": {
|
|
1957
|
+
"group": "paint",
|
|
1958
|
+
"state": "active",
|
|
1959
|
+
"description": "Pressed state of color.background.brand.bold"
|
|
1960
|
+
},
|
|
1961
|
+
"value": "B200"
|
|
1962
|
+
},
|
|
1963
|
+
"name": "color.background.brand.bold.pressed",
|
|
1964
|
+
"path": ["color", "background", "brand", "bold", "pressed"]
|
|
1965
|
+
}, {
|
|
1966
|
+
"attributes": {
|
|
1967
|
+
"group": "paint",
|
|
1968
|
+
"state": "deprecated",
|
|
1969
|
+
"replacement": "color.background.selected.[default].[default]",
|
|
1970
|
+
"description": "Use for the background of elements used to reinforce our brand."
|
|
1971
|
+
},
|
|
1972
|
+
"value": "#A1BDD914",
|
|
1973
|
+
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
1974
|
+
"isSource": true,
|
|
1975
|
+
"original": {
|
|
1976
|
+
"attributes": {
|
|
1977
|
+
"group": "paint",
|
|
1978
|
+
"state": "deprecated",
|
|
1979
|
+
"replacement": "color.background.selected.[default].[default]",
|
|
1980
|
+
"description": "Use for the background of elements used to reinforce our brand."
|
|
1886
1981
|
},
|
|
1887
1982
|
"value": "DN200A"
|
|
1888
1983
|
},
|
|
@@ -1891,16 +1986,18 @@ var tokens = [{
|
|
|
1891
1986
|
}, {
|
|
1892
1987
|
"attributes": {
|
|
1893
1988
|
"group": "paint",
|
|
1894
|
-
"state": "
|
|
1989
|
+
"state": "deprecated",
|
|
1990
|
+
"replacement": "color.background.selected.[default].hovered",
|
|
1895
1991
|
"description": "Hovered state for color.background.brand"
|
|
1896
1992
|
},
|
|
1897
1993
|
"value": "#A6C5E229",
|
|
1898
|
-
"filePath": "src/tokens/atlassian-dark/
|
|
1994
|
+
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
1899
1995
|
"isSource": true,
|
|
1900
1996
|
"original": {
|
|
1901
1997
|
"attributes": {
|
|
1902
1998
|
"group": "paint",
|
|
1903
|
-
"state": "
|
|
1999
|
+
"state": "deprecated",
|
|
2000
|
+
"replacement": "color.background.selected.[default].hovered",
|
|
1904
2001
|
"description": "Hovered state for color.background.brand"
|
|
1905
2002
|
},
|
|
1906
2003
|
"value": "DN300A"
|
|
@@ -1910,16 +2007,18 @@ var tokens = [{
|
|
|
1910
2007
|
}, {
|
|
1911
2008
|
"attributes": {
|
|
1912
2009
|
"group": "paint",
|
|
1913
|
-
"state": "
|
|
2010
|
+
"state": "deprecated",
|
|
2011
|
+
"replacement": "color.background.selected.[default].pressed",
|
|
1914
2012
|
"description": "Pressed state for color.background.brand"
|
|
1915
2013
|
},
|
|
1916
2014
|
"value": "#BFDBF847",
|
|
1917
|
-
"filePath": "src/tokens/atlassian-dark/
|
|
2015
|
+
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
1918
2016
|
"isSource": true,
|
|
1919
2017
|
"original": {
|
|
1920
2018
|
"attributes": {
|
|
1921
2019
|
"group": "paint",
|
|
1922
|
-
"state": "
|
|
2020
|
+
"state": "deprecated",
|
|
2021
|
+
"replacement": "color.background.selected.[default].pressed",
|
|
1923
2022
|
"description": "Pressed state for color.background.brand"
|
|
1924
2023
|
},
|
|
1925
2024
|
"value": "DN400A"
|
|
@@ -1930,7 +2029,64 @@ var tokens = [{
|
|
|
1930
2029
|
"attributes": {
|
|
1931
2030
|
"group": "paint",
|
|
1932
2031
|
"state": "active",
|
|
1933
|
-
"description": "Use for the
|
|
2032
|
+
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
2033
|
+
},
|
|
2034
|
+
"value": "#082145",
|
|
2035
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
2036
|
+
"isSource": true,
|
|
2037
|
+
"original": {
|
|
2038
|
+
"attributes": {
|
|
2039
|
+
"group": "paint",
|
|
2040
|
+
"state": "active",
|
|
2041
|
+
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
2042
|
+
},
|
|
2043
|
+
"value": "B1000"
|
|
2044
|
+
},
|
|
2045
|
+
"name": "color.background.selected.[default].[default]",
|
|
2046
|
+
"path": ["color", "background", "selected", "[default]", "[default]"]
|
|
2047
|
+
}, {
|
|
2048
|
+
"attributes": {
|
|
2049
|
+
"group": "paint",
|
|
2050
|
+
"state": "active",
|
|
2051
|
+
"description": "Hovered state for color.background.selected"
|
|
2052
|
+
},
|
|
2053
|
+
"value": "#09326C",
|
|
2054
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
2055
|
+
"isSource": true,
|
|
2056
|
+
"original": {
|
|
2057
|
+
"attributes": {
|
|
2058
|
+
"group": "paint",
|
|
2059
|
+
"state": "active",
|
|
2060
|
+
"description": "Hovered state for color.background.selected"
|
|
2061
|
+
},
|
|
2062
|
+
"value": "B900"
|
|
2063
|
+
},
|
|
2064
|
+
"name": "color.background.selected.[default].hovered",
|
|
2065
|
+
"path": ["color", "background", "selected", "[default]", "hovered"]
|
|
2066
|
+
}, {
|
|
2067
|
+
"attributes": {
|
|
2068
|
+
"group": "paint",
|
|
2069
|
+
"state": "active",
|
|
2070
|
+
"description": "Pressed state for color.background.selected"
|
|
2071
|
+
},
|
|
2072
|
+
"value": "#0055CC",
|
|
2073
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
2074
|
+
"isSource": true,
|
|
2075
|
+
"original": {
|
|
2076
|
+
"attributes": {
|
|
2077
|
+
"group": "paint",
|
|
2078
|
+
"state": "active",
|
|
2079
|
+
"description": "Pressed state for color.background.selected"
|
|
2080
|
+
},
|
|
2081
|
+
"value": "B800"
|
|
2082
|
+
},
|
|
2083
|
+
"name": "color.background.selected.[default].pressed",
|
|
2084
|
+
"path": ["color", "background", "selected", "[default]", "pressed"]
|
|
2085
|
+
}, {
|
|
2086
|
+
"attributes": {
|
|
2087
|
+
"group": "paint",
|
|
2088
|
+
"state": "active",
|
|
2089
|
+
"description": "Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons."
|
|
1934
2090
|
},
|
|
1935
2091
|
"value": "#579DFF",
|
|
1936
2092
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
@@ -1939,17 +2095,17 @@ var tokens = [{
|
|
|
1939
2095
|
"attributes": {
|
|
1940
2096
|
"group": "paint",
|
|
1941
2097
|
"state": "active",
|
|
1942
|
-
"description": "Use for the backgrounds of
|
|
2098
|
+
"description": "Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons."
|
|
1943
2099
|
},
|
|
1944
2100
|
"value": "B400"
|
|
1945
2101
|
},
|
|
1946
|
-
"name": "color.background.
|
|
1947
|
-
"path": ["color", "background", "
|
|
2102
|
+
"name": "color.background.selected.bold.[default]",
|
|
2103
|
+
"path": ["color", "background", "selected", "bold", "[default]"]
|
|
1948
2104
|
}, {
|
|
1949
2105
|
"attributes": {
|
|
1950
2106
|
"group": "paint",
|
|
1951
2107
|
"state": "active",
|
|
1952
|
-
"description": "Hovered state of color.background.
|
|
2108
|
+
"description": "Hovered state of color.background.selected.bold"
|
|
1953
2109
|
},
|
|
1954
2110
|
"value": "#85B8FF",
|
|
1955
2111
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
@@ -1958,17 +2114,17 @@ var tokens = [{
|
|
|
1958
2114
|
"attributes": {
|
|
1959
2115
|
"group": "paint",
|
|
1960
2116
|
"state": "active",
|
|
1961
|
-
"description": "Hovered state of color.background.
|
|
2117
|
+
"description": "Hovered state of color.background.selected.bold"
|
|
1962
2118
|
},
|
|
1963
2119
|
"value": "B300"
|
|
1964
2120
|
},
|
|
1965
|
-
"name": "color.background.
|
|
1966
|
-
"path": ["color", "background", "
|
|
2121
|
+
"name": "color.background.selected.bold.hovered",
|
|
2122
|
+
"path": ["color", "background", "selected", "bold", "hovered"]
|
|
1967
2123
|
}, {
|
|
1968
2124
|
"attributes": {
|
|
1969
2125
|
"group": "paint",
|
|
1970
2126
|
"state": "active",
|
|
1971
|
-
"description": "Pressed state of color.background.
|
|
2127
|
+
"description": "Pressed state of color.background.selected.bold"
|
|
1972
2128
|
},
|
|
1973
2129
|
"value": "#CCE0FF",
|
|
1974
2130
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
@@ -1977,12 +2133,54 @@ var tokens = [{
|
|
|
1977
2133
|
"attributes": {
|
|
1978
2134
|
"group": "paint",
|
|
1979
2135
|
"state": "active",
|
|
1980
|
-
"description": "Pressed state of color.background.
|
|
2136
|
+
"description": "Pressed state of color.background.selected.bold"
|
|
1981
2137
|
},
|
|
1982
2138
|
"value": "B200"
|
|
1983
2139
|
},
|
|
1984
|
-
"name": "color.background.
|
|
1985
|
-
"path": ["color", "background", "
|
|
2140
|
+
"name": "color.background.selected.bold.pressed",
|
|
2141
|
+
"path": ["color", "background", "selected", "bold", "pressed"]
|
|
2142
|
+
}, {
|
|
2143
|
+
"attributes": {
|
|
2144
|
+
"group": "paint",
|
|
2145
|
+
"state": "deprecated",
|
|
2146
|
+
"replacement": "color.background.selected.[default].[default]",
|
|
2147
|
+
"description": "Use for backgrounds of elements in a selected state"
|
|
2148
|
+
},
|
|
2149
|
+
"value": "#A1BDD914",
|
|
2150
|
+
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
2151
|
+
"isSource": true,
|
|
2152
|
+
"original": {
|
|
2153
|
+
"attributes": {
|
|
2154
|
+
"group": "paint",
|
|
2155
|
+
"state": "deprecated",
|
|
2156
|
+
"replacement": "color.background.selected.[default].[default]",
|
|
2157
|
+
"description": "Use for backgrounds of elements in a selected state"
|
|
2158
|
+
},
|
|
2159
|
+
"value": "DN200A"
|
|
2160
|
+
},
|
|
2161
|
+
"name": "color.background.selected.resting",
|
|
2162
|
+
"path": ["color", "background", "selected", "resting"]
|
|
2163
|
+
}, {
|
|
2164
|
+
"attributes": {
|
|
2165
|
+
"group": "paint",
|
|
2166
|
+
"state": "deprecated",
|
|
2167
|
+
"replacement": "color.background.selected.[default].hovered",
|
|
2168
|
+
"description": "Hover state for color.background.selected"
|
|
2169
|
+
},
|
|
2170
|
+
"value": "#A6C5E229",
|
|
2171
|
+
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
2172
|
+
"isSource": true,
|
|
2173
|
+
"original": {
|
|
2174
|
+
"attributes": {
|
|
2175
|
+
"group": "paint",
|
|
2176
|
+
"state": "deprecated",
|
|
2177
|
+
"replacement": "color.background.selected.[default].hovered",
|
|
2178
|
+
"description": "Hover state for color.background.selected"
|
|
2179
|
+
},
|
|
2180
|
+
"value": "DN300A"
|
|
2181
|
+
},
|
|
2182
|
+
"name": "color.background.selected.hover",
|
|
2183
|
+
"path": ["color", "background", "selected", "hover"]
|
|
1986
2184
|
}, {
|
|
1987
2185
|
"attributes": {
|
|
1988
2186
|
"group": "paint",
|
|
@@ -3015,69 +3213,6 @@ var tokens = [{
|
|
|
3015
3213
|
},
|
|
3016
3214
|
"name": "color.background.overlay",
|
|
3017
3215
|
"path": ["color", "background", "overlay"]
|
|
3018
|
-
}, {
|
|
3019
|
-
"attributes": {
|
|
3020
|
-
"group": "paint",
|
|
3021
|
-
"state": "deprecated",
|
|
3022
|
-
"replacement": "color.background.brand.[default].[default]",
|
|
3023
|
-
"description": "Use for backgrounds of elements in a selected state"
|
|
3024
|
-
},
|
|
3025
|
-
"value": "#A1BDD914",
|
|
3026
|
-
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
3027
|
-
"isSource": true,
|
|
3028
|
-
"original": {
|
|
3029
|
-
"attributes": {
|
|
3030
|
-
"group": "paint",
|
|
3031
|
-
"state": "deprecated",
|
|
3032
|
-
"replacement": "color.background.brand.[default].[default]",
|
|
3033
|
-
"description": "Use for backgrounds of elements in a selected state"
|
|
3034
|
-
},
|
|
3035
|
-
"value": "DN200A"
|
|
3036
|
-
},
|
|
3037
|
-
"name": "color.background.selected.resting",
|
|
3038
|
-
"path": ["color", "background", "selected", "resting"]
|
|
3039
|
-
}, {
|
|
3040
|
-
"attributes": {
|
|
3041
|
-
"group": "paint",
|
|
3042
|
-
"state": "deprecated",
|
|
3043
|
-
"replacement": "color.background.brand.[default].hovered",
|
|
3044
|
-
"description": "Hover state for color.background.selected"
|
|
3045
|
-
},
|
|
3046
|
-
"value": "#A6C5E229",
|
|
3047
|
-
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
3048
|
-
"isSource": true,
|
|
3049
|
-
"original": {
|
|
3050
|
-
"attributes": {
|
|
3051
|
-
"group": "paint",
|
|
3052
|
-
"state": "deprecated",
|
|
3053
|
-
"replacement": "color.background.brand.[default].hovered",
|
|
3054
|
-
"description": "Hover state for color.background.selected"
|
|
3055
|
-
},
|
|
3056
|
-
"value": "DN300A"
|
|
3057
|
-
},
|
|
3058
|
-
"name": "color.background.selected.hover",
|
|
3059
|
-
"path": ["color", "background", "selected", "hover"]
|
|
3060
|
-
}, {
|
|
3061
|
-
"attributes": {
|
|
3062
|
-
"group": "paint",
|
|
3063
|
-
"state": "deprecated",
|
|
3064
|
-
"replacement": "color.background.brand.[default].pressed",
|
|
3065
|
-
"description": "Pressed state for color.background.selected"
|
|
3066
|
-
},
|
|
3067
|
-
"value": "#BFDBF847",
|
|
3068
|
-
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
3069
|
-
"isSource": true,
|
|
3070
|
-
"original": {
|
|
3071
|
-
"attributes": {
|
|
3072
|
-
"group": "paint",
|
|
3073
|
-
"state": "deprecated",
|
|
3074
|
-
"replacement": "color.background.brand.[default].pressed",
|
|
3075
|
-
"description": "Pressed state for color.background.selected"
|
|
3076
|
-
},
|
|
3077
|
-
"value": "DN400A"
|
|
3078
|
-
},
|
|
3079
|
-
"name": "color.background.selected.pressed",
|
|
3080
|
-
"path": ["color", "background", "selected", "pressed"]
|
|
3081
3216
|
}, {
|
|
3082
3217
|
"attributes": {
|
|
3083
3218
|
"group": "paint",
|
|
@@ -3124,7 +3259,7 @@ var tokens = [{
|
|
|
3124
3259
|
"attributes": {
|
|
3125
3260
|
"group": "paint",
|
|
3126
3261
|
"state": "deprecated",
|
|
3127
|
-
"replacement": "color.background.
|
|
3262
|
+
"replacement": "color.background.selected.[default].hovered",
|
|
3128
3263
|
"description": "Hover state for background.subtleBrand"
|
|
3129
3264
|
},
|
|
3130
3265
|
"value": "#09326C",
|
|
@@ -3134,7 +3269,7 @@ var tokens = [{
|
|
|
3134
3269
|
"attributes": {
|
|
3135
3270
|
"group": "paint",
|
|
3136
3271
|
"state": "deprecated",
|
|
3137
|
-
"replacement": "color.background.
|
|
3272
|
+
"replacement": "color.background.selected.[default].hovered",
|
|
3138
3273
|
"description": "Hover state for background.subtleBrand"
|
|
3139
3274
|
},
|
|
3140
3275
|
"value": "B900"
|
|
@@ -3145,7 +3280,7 @@ var tokens = [{
|
|
|
3145
3280
|
"attributes": {
|
|
3146
3281
|
"group": "paint",
|
|
3147
3282
|
"state": "deprecated",
|
|
3148
|
-
"replacement": "color.background.
|
|
3283
|
+
"replacement": "color.background.selected.[default].pressed",
|
|
3149
3284
|
"description": "Pressed state for background.subtleBrand"
|
|
3150
3285
|
},
|
|
3151
3286
|
"value": "#0055CC",
|
|
@@ -3155,7 +3290,7 @@ var tokens = [{
|
|
|
3155
3290
|
"attributes": {
|
|
3156
3291
|
"group": "paint",
|
|
3157
3292
|
"state": "deprecated",
|
|
3158
|
-
"replacement": "color.background.
|
|
3293
|
+
"replacement": "color.background.selected.[default].pressed",
|
|
3159
3294
|
"description": "Pressed state for background.subtleBrand"
|
|
3160
3295
|
},
|
|
3161
3296
|
"value": "B800"
|
|
@@ -3166,7 +3301,7 @@ var tokens = [{
|
|
|
3166
3301
|
"attributes": {
|
|
3167
3302
|
"group": "paint",
|
|
3168
3303
|
"state": "deprecated",
|
|
3169
|
-
"replacement": "color.background.
|
|
3304
|
+
"replacement": "color.background.selected.[default].[default]",
|
|
3170
3305
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
3171
3306
|
},
|
|
3172
3307
|
"value": "#082145",
|
|
@@ -3176,7 +3311,7 @@ var tokens = [{
|
|
|
3176
3311
|
"attributes": {
|
|
3177
3312
|
"group": "paint",
|
|
3178
3313
|
"state": "deprecated",
|
|
3179
|
-
"replacement": "color.background.
|
|
3314
|
+
"replacement": "color.background.selected.[default].[default]",
|
|
3180
3315
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
3181
3316
|
},
|
|
3182
3317
|
"value": "B1000"
|
|
@@ -4387,7 +4522,7 @@ var tokens = [{
|
|
|
4387
4522
|
"state": "active",
|
|
4388
4523
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
4389
4524
|
},
|
|
4390
|
-
"value": "#
|
|
4525
|
+
"value": "#101214",
|
|
4391
4526
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
4392
4527
|
"isSource": true,
|
|
4393
4528
|
"original": {
|
|
@@ -4396,7 +4531,7 @@ var tokens = [{
|
|
|
4396
4531
|
"state": "active",
|
|
4397
4532
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
4398
4533
|
},
|
|
4399
|
-
"value": "
|
|
4534
|
+
"value": "DN-100"
|
|
4400
4535
|
},
|
|
4401
4536
|
"name": "elevation.surface.sunken",
|
|
4402
4537
|
"path": ["elevation", "surface", "sunken"]
|