@atlaskit/tokens 0.10.4 → 0.10.7
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/.eslintrc.js +35 -0
- package/CHANGELOG.md +39 -0
- package/README.md +1 -1
- package/css/atlassian-dark.css +9 -1
- package/css/atlassian-light.css +9 -1
- package/dist/cjs/artifacts/rename-mapping.js +10 -10
- package/dist/cjs/artifacts/token-default-values.js +9 -1
- package/dist/cjs/artifacts/token-names.js +9 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +211 -25
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +211 -25
- package/dist/cjs/babel-plugin/plugin.js +57 -53
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/cjs/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/cjs/tokens/default/color/accent.js +70 -2
- package/dist/cjs/tokens/default/deprecated/deprecated.js +19 -10
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/rename-mapping.js +10 -10
- package/dist/es2019/artifacts/token-default-values.js +9 -1
- package/dist/es2019/artifacts/token-names.js +9 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +211 -25
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +211 -25
- package/dist/es2019/babel-plugin/plugin.js +50 -45
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/es2019/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/es2019/tokens/default/color/accent.js +70 -2
- package/dist/es2019/tokens/default/deprecated/deprecated.js +19 -10
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/rename-mapping.js +10 -10
- package/dist/esm/artifacts/token-default-values.js +9 -1
- package/dist/esm/artifacts/token-names.js +9 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +211 -25
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +211 -25
- package/dist/esm/babel-plugin/plugin.js +57 -53
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/accent.js +28 -0
- package/dist/esm/tokens/atlassian-light/color/accent.js +28 -0
- package/dist/esm/tokens/default/color/accent.js +70 -2
- package/dist/esm/tokens/default/deprecated/deprecated.js +19 -10
- 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 +9 -1
- package/dist/types/artifacts/token-names.d.ts +17 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -28
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -28
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/babel-plugin/plugin.d.ts +5 -5
- package/dist/types/types.d.ts +12 -0
- package/package.json +4 -1
|
@@ -7,7 +7,7 @@ exports.default = void 0;
|
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
10
|
-
* @codegen <<SignedSource::
|
|
10
|
+
* @codegen <<SignedSource::3354689a803bcf6799054d3faa65df85>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
var tokens = [{
|
|
@@ -346,6 +346,48 @@ var tokens = [{
|
|
|
346
346
|
},
|
|
347
347
|
"name": "color.text.accent.magenta.bolder",
|
|
348
348
|
"path": ["color", "text", "accent", "magenta", "bolder"]
|
|
349
|
+
}, {
|
|
350
|
+
"attributes": {
|
|
351
|
+
"group": "paint",
|
|
352
|
+
"state": "active",
|
|
353
|
+
"introduced": "0.10.5",
|
|
354
|
+
"description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
|
|
355
|
+
},
|
|
356
|
+
"value": "#9FADBC",
|
|
357
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
358
|
+
"isSource": true,
|
|
359
|
+
"original": {
|
|
360
|
+
"attributes": {
|
|
361
|
+
"group": "paint",
|
|
362
|
+
"state": "active",
|
|
363
|
+
"introduced": "0.10.5",
|
|
364
|
+
"description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
|
|
365
|
+
},
|
|
366
|
+
"value": "DN800"
|
|
367
|
+
},
|
|
368
|
+
"name": "color.text.accent.gray.[default]",
|
|
369
|
+
"path": ["color", "text", "accent", "gray", "[default]"]
|
|
370
|
+
}, {
|
|
371
|
+
"attributes": {
|
|
372
|
+
"group": "paint",
|
|
373
|
+
"state": "active",
|
|
374
|
+
"introduced": "0.10.5",
|
|
375
|
+
"description": "Use for text and icons on gray subtle accent backgrounds."
|
|
376
|
+
},
|
|
377
|
+
"value": "#C7D1DB",
|
|
378
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
379
|
+
"isSource": true,
|
|
380
|
+
"original": {
|
|
381
|
+
"attributes": {
|
|
382
|
+
"group": "paint",
|
|
383
|
+
"state": "active",
|
|
384
|
+
"introduced": "0.10.5",
|
|
385
|
+
"description": "Use for text and icons on gray subtle accent backgrounds."
|
|
386
|
+
},
|
|
387
|
+
"value": "DN1000"
|
|
388
|
+
},
|
|
389
|
+
"name": "color.text.accent.gray.bolder",
|
|
390
|
+
"path": ["color", "text", "accent", "gray", "bolder"]
|
|
349
391
|
}, {
|
|
350
392
|
"attributes": {
|
|
351
393
|
"group": "paint",
|
|
@@ -976,6 +1018,27 @@ var tokens = [{
|
|
|
976
1018
|
},
|
|
977
1019
|
"name": "color.icon.accent.magenta",
|
|
978
1020
|
"path": ["color", "icon", "accent", "magenta"]
|
|
1021
|
+
}, {
|
|
1022
|
+
"attributes": {
|
|
1023
|
+
"group": "paint",
|
|
1024
|
+
"state": "active",
|
|
1025
|
+
"introduced": "0.10.5",
|
|
1026
|
+
"description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
|
|
1027
|
+
},
|
|
1028
|
+
"value": "#738496",
|
|
1029
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1030
|
+
"isSource": true,
|
|
1031
|
+
"original": {
|
|
1032
|
+
"attributes": {
|
|
1033
|
+
"group": "paint",
|
|
1034
|
+
"state": "active",
|
|
1035
|
+
"introduced": "0.10.5",
|
|
1036
|
+
"description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
|
|
1037
|
+
},
|
|
1038
|
+
"value": "DN600"
|
|
1039
|
+
},
|
|
1040
|
+
"name": "color.icon.accent.gray",
|
|
1041
|
+
"path": ["color", "icon", "accent", "gray"]
|
|
979
1042
|
}, {
|
|
980
1043
|
"attributes": {
|
|
981
1044
|
"group": "paint",
|
|
@@ -1396,6 +1459,27 @@ var tokens = [{
|
|
|
1396
1459
|
},
|
|
1397
1460
|
"name": "color.border.accent.magenta",
|
|
1398
1461
|
"path": ["color", "border", "accent", "magenta"]
|
|
1462
|
+
}, {
|
|
1463
|
+
"attributes": {
|
|
1464
|
+
"group": "paint",
|
|
1465
|
+
"state": "active",
|
|
1466
|
+
"introduced": "0.10.5",
|
|
1467
|
+
"description": "Use for borders on non-bold gray accent backgrounds."
|
|
1468
|
+
},
|
|
1469
|
+
"value": "#738496",
|
|
1470
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1471
|
+
"isSource": true,
|
|
1472
|
+
"original": {
|
|
1473
|
+
"attributes": {
|
|
1474
|
+
"group": "paint",
|
|
1475
|
+
"state": "active",
|
|
1476
|
+
"introduced": "0.10.5",
|
|
1477
|
+
"description": "Use for borders on non-bold gray accent backgrounds."
|
|
1478
|
+
},
|
|
1479
|
+
"value": "DN600"
|
|
1480
|
+
},
|
|
1481
|
+
"name": "color.border.accent.gray",
|
|
1482
|
+
"path": ["color", "border", "accent", "gray"]
|
|
1399
1483
|
}, {
|
|
1400
1484
|
"attributes": {
|
|
1401
1485
|
"group": "paint",
|
|
@@ -1728,7 +1812,7 @@ var tokens = [{
|
|
|
1728
1812
|
"group": "paint",
|
|
1729
1813
|
"state": "active",
|
|
1730
1814
|
"introduced": "0.7.0",
|
|
1731
|
-
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as
|
|
1815
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1732
1816
|
},
|
|
1733
1817
|
"value": "#09326C",
|
|
1734
1818
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -1738,7 +1822,7 @@ var tokens = [{
|
|
|
1738
1822
|
"group": "paint",
|
|
1739
1823
|
"state": "active",
|
|
1740
1824
|
"introduced": "0.7.0",
|
|
1741
|
-
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as
|
|
1825
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1742
1826
|
},
|
|
1743
1827
|
"value": "B900"
|
|
1744
1828
|
},
|
|
@@ -1749,7 +1833,7 @@ var tokens = [{
|
|
|
1749
1833
|
"group": "paint",
|
|
1750
1834
|
"state": "active",
|
|
1751
1835
|
"introduced": "0.7.0",
|
|
1752
|
-
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as
|
|
1836
|
+
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1753
1837
|
},
|
|
1754
1838
|
"value": "#0055CC",
|
|
1755
1839
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -1759,7 +1843,7 @@ var tokens = [{
|
|
|
1759
1843
|
"group": "paint",
|
|
1760
1844
|
"state": "active",
|
|
1761
1845
|
"introduced": "0.7.0",
|
|
1762
|
-
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as
|
|
1846
|
+
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1763
1847
|
},
|
|
1764
1848
|
"value": "B800"
|
|
1765
1849
|
},
|
|
@@ -1794,7 +1878,7 @@ var tokens = [{
|
|
|
1794
1878
|
"deprecated": "0.7.0",
|
|
1795
1879
|
"deleted": "0.8.0",
|
|
1796
1880
|
"replacement": "color.background.accent.blue.subtler",
|
|
1797
|
-
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as
|
|
1881
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1798
1882
|
},
|
|
1799
1883
|
"value": "#09326C",
|
|
1800
1884
|
"filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
|
|
@@ -1807,7 +1891,7 @@ var tokens = [{
|
|
|
1807
1891
|
"deprecated": "0.7.0",
|
|
1808
1892
|
"deleted": "0.8.0",
|
|
1809
1893
|
"replacement": "color.background.accent.blue.subtler",
|
|
1810
|
-
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as
|
|
1894
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1811
1895
|
},
|
|
1812
1896
|
"value": "B900"
|
|
1813
1897
|
},
|
|
@@ -2806,6 +2890,90 @@ var tokens = [{
|
|
|
2806
2890
|
},
|
|
2807
2891
|
"name": "color.background.accent.magenta.bold",
|
|
2808
2892
|
"path": ["color", "background", "accent", "magenta", "bold"]
|
|
2893
|
+
}, {
|
|
2894
|
+
"attributes": {
|
|
2895
|
+
"group": "paint",
|
|
2896
|
+
"state": "active",
|
|
2897
|
+
"introduced": "0.7.0",
|
|
2898
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2899
|
+
},
|
|
2900
|
+
"value": "#2C333A",
|
|
2901
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2902
|
+
"isSource": true,
|
|
2903
|
+
"original": {
|
|
2904
|
+
"attributes": {
|
|
2905
|
+
"group": "paint",
|
|
2906
|
+
"state": "active",
|
|
2907
|
+
"introduced": "0.7.0",
|
|
2908
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2909
|
+
},
|
|
2910
|
+
"value": "DN300"
|
|
2911
|
+
},
|
|
2912
|
+
"name": "color.background.accent.gray.subtlest",
|
|
2913
|
+
"path": ["color", "background", "accent", "gray", "subtlest"]
|
|
2914
|
+
}, {
|
|
2915
|
+
"attributes": {
|
|
2916
|
+
"group": "paint",
|
|
2917
|
+
"state": "active",
|
|
2918
|
+
"introduced": "0.7.0",
|
|
2919
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2920
|
+
},
|
|
2921
|
+
"value": "#454F59",
|
|
2922
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2923
|
+
"isSource": true,
|
|
2924
|
+
"original": {
|
|
2925
|
+
"attributes": {
|
|
2926
|
+
"group": "paint",
|
|
2927
|
+
"state": "active",
|
|
2928
|
+
"introduced": "0.7.0",
|
|
2929
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2930
|
+
},
|
|
2931
|
+
"value": "DN400"
|
|
2932
|
+
},
|
|
2933
|
+
"name": "color.background.accent.gray.subtler",
|
|
2934
|
+
"path": ["color", "background", "accent", "gray", "subtler"]
|
|
2935
|
+
}, {
|
|
2936
|
+
"attributes": {
|
|
2937
|
+
"group": "paint",
|
|
2938
|
+
"state": "active",
|
|
2939
|
+
"introduced": "0.7.0",
|
|
2940
|
+
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2941
|
+
},
|
|
2942
|
+
"value": "#5C6C7A",
|
|
2943
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2944
|
+
"isSource": true,
|
|
2945
|
+
"original": {
|
|
2946
|
+
"attributes": {
|
|
2947
|
+
"group": "paint",
|
|
2948
|
+
"state": "active",
|
|
2949
|
+
"introduced": "0.7.0",
|
|
2950
|
+
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2951
|
+
},
|
|
2952
|
+
"value": "DN500"
|
|
2953
|
+
},
|
|
2954
|
+
"name": "color.background.accent.gray.subtle",
|
|
2955
|
+
"path": ["color", "background", "accent", "gray", "subtle"]
|
|
2956
|
+
}, {
|
|
2957
|
+
"attributes": {
|
|
2958
|
+
"group": "paint",
|
|
2959
|
+
"state": "active",
|
|
2960
|
+
"introduced": "0.7.0",
|
|
2961
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2962
|
+
},
|
|
2963
|
+
"value": "#8696A7",
|
|
2964
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2965
|
+
"isSource": true,
|
|
2966
|
+
"original": {
|
|
2967
|
+
"attributes": {
|
|
2968
|
+
"group": "paint",
|
|
2969
|
+
"state": "active",
|
|
2970
|
+
"introduced": "0.7.0",
|
|
2971
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2972
|
+
},
|
|
2973
|
+
"value": "DN700"
|
|
2974
|
+
},
|
|
2975
|
+
"name": "color.background.accent.gray.bolder",
|
|
2976
|
+
"path": ["color", "background", "accent", "gray", "bolder"]
|
|
2809
2977
|
}, {
|
|
2810
2978
|
"attributes": {
|
|
2811
2979
|
"group": "paint",
|
|
@@ -2893,9 +3061,10 @@ var tokens = [{
|
|
|
2893
3061
|
}, {
|
|
2894
3062
|
"attributes": {
|
|
2895
3063
|
"group": "paint",
|
|
2896
|
-
"state": "
|
|
3064
|
+
"state": "deleted",
|
|
2897
3065
|
"introduced": "0.1.0",
|
|
2898
3066
|
"deprecated": "0.8.3",
|
|
3067
|
+
"deleted": "0.10.5",
|
|
2899
3068
|
"replacement": "color.background.inverse.subtle.[default]",
|
|
2900
3069
|
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2901
3070
|
},
|
|
@@ -2905,9 +3074,10 @@ var tokens = [{
|
|
|
2905
3074
|
"original": {
|
|
2906
3075
|
"attributes": {
|
|
2907
3076
|
"group": "paint",
|
|
2908
|
-
"state": "
|
|
3077
|
+
"state": "deleted",
|
|
2909
3078
|
"introduced": "0.1.0",
|
|
2910
3079
|
"deprecated": "0.8.3",
|
|
3080
|
+
"deleted": "0.10.5",
|
|
2911
3081
|
"replacement": "color.background.inverse.subtle.[default]",
|
|
2912
3082
|
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2913
3083
|
},
|
|
@@ -3233,9 +3403,10 @@ var tokens = [{
|
|
|
3233
3403
|
}, {
|
|
3234
3404
|
"attributes": {
|
|
3235
3405
|
"group": "paint",
|
|
3236
|
-
"state": "
|
|
3406
|
+
"state": "deleted",
|
|
3237
3407
|
"introduced": "0.6.0",
|
|
3238
3408
|
"deprecated": "0.6.2",
|
|
3409
|
+
"deleted": "0.10.5",
|
|
3239
3410
|
"replacement": "color.background.selected.[default].[default]",
|
|
3240
3411
|
"description": "Use for the background of elements used to reinforce our brand."
|
|
3241
3412
|
},
|
|
@@ -3245,9 +3416,10 @@ var tokens = [{
|
|
|
3245
3416
|
"original": {
|
|
3246
3417
|
"attributes": {
|
|
3247
3418
|
"group": "paint",
|
|
3248
|
-
"state": "
|
|
3419
|
+
"state": "deleted",
|
|
3249
3420
|
"introduced": "0.6.0",
|
|
3250
3421
|
"deprecated": "0.6.2",
|
|
3422
|
+
"deleted": "0.10.5",
|
|
3251
3423
|
"replacement": "color.background.selected.[default].[default]",
|
|
3252
3424
|
"description": "Use for the background of elements used to reinforce our brand."
|
|
3253
3425
|
},
|
|
@@ -3258,9 +3430,10 @@ var tokens = [{
|
|
|
3258
3430
|
}, {
|
|
3259
3431
|
"attributes": {
|
|
3260
3432
|
"group": "paint",
|
|
3261
|
-
"state": "
|
|
3433
|
+
"state": "deleted",
|
|
3262
3434
|
"introduced": "0.6.0",
|
|
3263
3435
|
"deprecated": "0.6.2",
|
|
3436
|
+
"deleted": "0.10.5",
|
|
3264
3437
|
"replacement": "color.background.selected.[default].hovered",
|
|
3265
3438
|
"description": "Hovered state for color.background.brand"
|
|
3266
3439
|
},
|
|
@@ -3270,9 +3443,10 @@ var tokens = [{
|
|
|
3270
3443
|
"original": {
|
|
3271
3444
|
"attributes": {
|
|
3272
3445
|
"group": "paint",
|
|
3273
|
-
"state": "
|
|
3446
|
+
"state": "deleted",
|
|
3274
3447
|
"introduced": "0.6.0",
|
|
3275
3448
|
"deprecated": "0.6.2",
|
|
3449
|
+
"deleted": "0.10.5",
|
|
3276
3450
|
"replacement": "color.background.selected.[default].hovered",
|
|
3277
3451
|
"description": "Hovered state for color.background.brand"
|
|
3278
3452
|
},
|
|
@@ -3283,9 +3457,10 @@ var tokens = [{
|
|
|
3283
3457
|
}, {
|
|
3284
3458
|
"attributes": {
|
|
3285
3459
|
"group": "paint",
|
|
3286
|
-
"state": "
|
|
3460
|
+
"state": "deleted",
|
|
3287
3461
|
"introduced": "0.6.0",
|
|
3288
3462
|
"deprecated": "0.6.2",
|
|
3463
|
+
"deleted": "0.10.5",
|
|
3289
3464
|
"replacement": "color.background.selected.[default].pressed",
|
|
3290
3465
|
"description": "Pressed state for color.background.brand"
|
|
3291
3466
|
},
|
|
@@ -3295,9 +3470,10 @@ var tokens = [{
|
|
|
3295
3470
|
"original": {
|
|
3296
3471
|
"attributes": {
|
|
3297
3472
|
"group": "paint",
|
|
3298
|
-
"state": "
|
|
3473
|
+
"state": "deleted",
|
|
3299
3474
|
"introduced": "0.6.0",
|
|
3300
3475
|
"deprecated": "0.6.2",
|
|
3476
|
+
"deleted": "0.10.5",
|
|
3301
3477
|
"replacement": "color.background.selected.[default].pressed",
|
|
3302
3478
|
"description": "Pressed state for color.background.brand"
|
|
3303
3479
|
},
|
|
@@ -3434,9 +3610,10 @@ var tokens = [{
|
|
|
3434
3610
|
}, {
|
|
3435
3611
|
"attributes": {
|
|
3436
3612
|
"group": "paint",
|
|
3437
|
-
"state": "
|
|
3613
|
+
"state": "deleted",
|
|
3438
3614
|
"introduced": "0.1.0",
|
|
3439
3615
|
"deprecated": "0.6.0",
|
|
3616
|
+
"deleted": "0.10.5",
|
|
3440
3617
|
"replacement": "color.background.selected.[default].[default]",
|
|
3441
3618
|
"description": "Use for backgrounds of elements in a selected state"
|
|
3442
3619
|
},
|
|
@@ -3446,9 +3623,10 @@ var tokens = [{
|
|
|
3446
3623
|
"original": {
|
|
3447
3624
|
"attributes": {
|
|
3448
3625
|
"group": "paint",
|
|
3449
|
-
"state": "
|
|
3626
|
+
"state": "deleted",
|
|
3450
3627
|
"introduced": "0.1.0",
|
|
3451
3628
|
"deprecated": "0.6.0",
|
|
3629
|
+
"deleted": "0.10.5",
|
|
3452
3630
|
"replacement": "color.background.selected.[default].[default]",
|
|
3453
3631
|
"description": "Use for backgrounds of elements in a selected state"
|
|
3454
3632
|
},
|
|
@@ -3459,9 +3637,10 @@ var tokens = [{
|
|
|
3459
3637
|
}, {
|
|
3460
3638
|
"attributes": {
|
|
3461
3639
|
"group": "paint",
|
|
3462
|
-
"state": "
|
|
3640
|
+
"state": "deleted",
|
|
3463
3641
|
"introduced": "0.1.0",
|
|
3464
3642
|
"deprecated": "0.6.0",
|
|
3643
|
+
"deleted": "0.10.5",
|
|
3465
3644
|
"replacement": "color.background.selected.[default].hovered",
|
|
3466
3645
|
"description": "Hover state for color.background.selected"
|
|
3467
3646
|
},
|
|
@@ -3471,9 +3650,10 @@ var tokens = [{
|
|
|
3471
3650
|
"original": {
|
|
3472
3651
|
"attributes": {
|
|
3473
3652
|
"group": "paint",
|
|
3474
|
-
"state": "
|
|
3653
|
+
"state": "deleted",
|
|
3475
3654
|
"introduced": "0.1.0",
|
|
3476
3655
|
"deprecated": "0.6.0",
|
|
3656
|
+
"deleted": "0.10.5",
|
|
3477
3657
|
"replacement": "color.background.selected.[default].hovered",
|
|
3478
3658
|
"description": "Hover state for color.background.selected"
|
|
3479
3659
|
},
|
|
@@ -4762,9 +4942,10 @@ var tokens = [{
|
|
|
4762
4942
|
}, {
|
|
4763
4943
|
"attributes": {
|
|
4764
4944
|
"group": "paint",
|
|
4765
|
-
"state": "
|
|
4945
|
+
"state": "deleted",
|
|
4766
4946
|
"introduced": "0.0.15",
|
|
4767
4947
|
"deprecated": "0.6.0",
|
|
4948
|
+
"deleted": "0.10.5",
|
|
4768
4949
|
"replacement": "color.background.selected.[default].hovered",
|
|
4769
4950
|
"description": "Hover state for background.subtleBrand"
|
|
4770
4951
|
},
|
|
@@ -4774,9 +4955,10 @@ var tokens = [{
|
|
|
4774
4955
|
"original": {
|
|
4775
4956
|
"attributes": {
|
|
4776
4957
|
"group": "paint",
|
|
4777
|
-
"state": "
|
|
4958
|
+
"state": "deleted",
|
|
4778
4959
|
"introduced": "0.0.15",
|
|
4779
4960
|
"deprecated": "0.6.0",
|
|
4961
|
+
"deleted": "0.10.5",
|
|
4780
4962
|
"replacement": "color.background.selected.[default].hovered",
|
|
4781
4963
|
"description": "Hover state for background.subtleBrand"
|
|
4782
4964
|
},
|
|
@@ -4787,9 +4969,10 @@ var tokens = [{
|
|
|
4787
4969
|
}, {
|
|
4788
4970
|
"attributes": {
|
|
4789
4971
|
"group": "paint",
|
|
4790
|
-
"state": "
|
|
4972
|
+
"state": "deleted",
|
|
4791
4973
|
"introduced": "0.0.15",
|
|
4792
4974
|
"deprecated": "0.6.0",
|
|
4975
|
+
"deleted": "0.10.5",
|
|
4793
4976
|
"replacement": "color.background.selected.[default].pressed",
|
|
4794
4977
|
"description": "Pressed state for background.subtleBrand"
|
|
4795
4978
|
},
|
|
@@ -4799,9 +4982,10 @@ var tokens = [{
|
|
|
4799
4982
|
"original": {
|
|
4800
4983
|
"attributes": {
|
|
4801
4984
|
"group": "paint",
|
|
4802
|
-
"state": "
|
|
4985
|
+
"state": "deleted",
|
|
4803
4986
|
"introduced": "0.0.15",
|
|
4804
4987
|
"deprecated": "0.6.0",
|
|
4988
|
+
"deleted": "0.10.5",
|
|
4805
4989
|
"replacement": "color.background.selected.[default].pressed",
|
|
4806
4990
|
"description": "Pressed state for background.subtleBrand"
|
|
4807
4991
|
},
|
|
@@ -4812,9 +4996,10 @@ var tokens = [{
|
|
|
4812
4996
|
}, {
|
|
4813
4997
|
"attributes": {
|
|
4814
4998
|
"group": "paint",
|
|
4815
|
-
"state": "
|
|
4999
|
+
"state": "deleted",
|
|
4816
5000
|
"introduced": "0.0.15",
|
|
4817
5001
|
"deprecated": "0.6.0",
|
|
5002
|
+
"deleted": "0.10.5",
|
|
4818
5003
|
"replacement": "color.background.selected.[default].[default]",
|
|
4819
5004
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
4820
5005
|
},
|
|
@@ -4824,9 +5009,10 @@ var tokens = [{
|
|
|
4824
5009
|
"original": {
|
|
4825
5010
|
"attributes": {
|
|
4826
5011
|
"group": "paint",
|
|
4827
|
-
"state": "
|
|
5012
|
+
"state": "deleted",
|
|
4828
5013
|
"introduced": "0.0.15",
|
|
4829
5014
|
"deprecated": "0.6.0",
|
|
5015
|
+
"deleted": "0.10.5",
|
|
4830
5016
|
"replacement": "color.background.selected.[default].[default]",
|
|
4831
5017
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
4832
5018
|
},
|