@aurodesignsystem/design-tokens 5.6.1 → 5.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/CSSCustomProperties--bundled.css +507 -41
  3. package/dist/alaska/CSSCustomProperties--alaska.css +25 -22
  4. package/dist/alaska/JSONVariablesNested--alaska.json +26 -21
  5. package/dist/alaska/JSObject--allTokens.js +277 -180
  6. package/dist/alaska/SCSSVariables--alaska.scss +25 -22
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +25 -22
  8. package/dist/alaska/primitives--alaska.scss +27 -27
  9. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +463 -0
  10. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +714 -0
  11. package/dist/alaska-classic/JSObject--allTokens.js +15671 -0
  12. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +460 -0
  13. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +464 -0
  14. package/dist/alaska-classic/primitives--alaskaClassic.scss +246 -0
  15. package/dist/auro-classic/CSSCustomProperties.css +1 -1
  16. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  17. package/dist/auro-classic/JSData--color.js +1 -1
  18. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  19. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  20. package/dist/auro-classic/JSVariables--color.js +1 -1
  21. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  22. package/dist/auro-classic/SCSSVariables.scss +1 -1
  23. package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  24. package/dist/auro-classic/SassCustomProperties.scss +1 -1
  25. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  26. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +23 -20
  27. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +24 -19
  28. package/dist/hawaiian/JSObject--allTokens.js +273 -176
  29. package/dist/hawaiian/SCSSVariables--hawaiian.scss +23 -20
  30. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +23 -20
  31. package/dist/hawaiian/primitives--hawaiian.scss +27 -27
  32. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  33. package/package.json +1 -1
  34. package/src/primitives/base/transparency.json +38 -38
  35. package/src/themes/alaska/advanced/boolean.json +2 -2
  36. package/src/themes/alaska/advanced/button/flat.json +58 -0
  37. package/src/themes/alaska/advanced/button/primary.json +0 -8
  38. package/src/themes/alaska/advanced/button/secondary.json +4 -4
  39. package/src/themes/alaska/advanced/button/tertiary.json +0 -32
  40. package/src/themes/alaska/basic/color/text-icon.json +16 -0
  41. package/src/themes/alaska-classic/advanced/accents.json +104 -0
  42. package/src/themes/alaska-classic/advanced/boolean.json +144 -0
  43. package/src/themes/alaska-classic/advanced/button/flat.json +58 -0
  44. package/src/themes/alaska-classic/advanced/button/primary.json +138 -0
  45. package/src/themes/alaska-classic/advanced/button/secondary.json +106 -0
  46. package/src/themes/alaska-classic/advanced/button/tertiary.json +66 -0
  47. package/src/themes/alaska-classic/advanced/hyperlink.json +40 -0
  48. package/src/themes/alaska-classic/advanced/shared.json +48 -0
  49. package/src/themes/alaska-classic/advanced/state.json +72 -0
  50. package/src/themes/alaska-classic/basic/color/border.json +64 -0
  51. package/src/themes/alaska-classic/basic/color/brand.json +104 -0
  52. package/src/themes/alaska-classic/basic/color/fare-brand.json +74 -0
  53. package/src/themes/alaska-classic/basic/color/page-background.json +24 -0
  54. package/src/themes/alaska-classic/basic/color/status.json +80 -0
  55. package/src/themes/alaska-classic/basic/color/surface.json +88 -0
  56. package/src/themes/alaska-classic/basic/color/text-icon.json +72 -0
  57. package/src/themes/alaska-classic/basic/corner-radius.json +30 -0
  58. package/src/themes/alaska-classic/basic/font/accent.json +918 -0
  59. package/src/themes/alaska-classic/basic/font/body.json +218 -0
  60. package/src/themes/alaska-classic/basic/font/display.json +788 -0
  61. package/src/themes/alaska-classic/basic/font/heading.json +788 -0
  62. package/src/themes/hawaiian/advanced/button/flat.json +58 -0
  63. package/src/themes/hawaiian/advanced/button/primary.json +0 -8
  64. package/src/themes/hawaiian/advanced/button/secondary.json +4 -4
  65. package/src/themes/hawaiian/advanced/button/tertiary.json +0 -32
  66. package/src/themes/hawaiian/basic/color/text-icon.json +16 -0
  67. package/src/themes/alaska-classic/color.json +0 -444
  68. package/src/themes/alaska-classic/component/boolean.json +0 -70
  69. package/src/themes/alaska-classic/component/button.json +0 -260
  70. package/src/themes/alaska-classic/component/hyperlink.json +0 -62
  71. package/src/themes/alaska-classic/component/shared.json +0 -46
  72. package/src/themes/alaska-classic/component/state.json +0 -70
  73. package/src/themes/alaska-classic/typography.json +0 -824
@@ -0,0 +1,40 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "hyperlink": {
5
+ "text": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Default hyperlink color",
11
+ "value": "{basic.color.brand.primary.value}"
12
+ },
13
+ "textHover": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "Hyperlink hover state color",
19
+ "value": "{basic.color.brand.secondary.value}"
20
+ },
21
+ "textInverse": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "Default hyperlink color on inverse/dark backgrounds",
27
+ "value": "{color.bliss.400.value}"
28
+ },
29
+ "textInverseHover": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "Hyperlink hover state color on inverse/dark backgrounds",
35
+ "value": "{color.bliss.300.value}"
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "shared": {
5
+ "background": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Component background color",
11
+ "value": "{color.white.value}"
12
+ },
13
+ "backgroundInverse": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "Component background hover color",
19
+ "value": "{transparency.white.5.value}"
20
+ },
21
+ "backgroundMuted": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "Component background muted color",
27
+ "value": "{color.gray.50.value}"
28
+ },
29
+ "backgroundStrong": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "Component background strong color",
35
+ "value": "{color.gray.600.value}"
36
+ },
37
+ "textAccent": {
38
+ "default": true,
39
+ "deprecated": false,
40
+ "public": true,
41
+ "type": "semantic",
42
+ "usage": "",
43
+ "value": "{basic.color.brand.primary.value}"
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "state": {
5
+ "backgroundDisabled": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "",
11
+ "value": "{color.gray.200.value}"
12
+ },
13
+ "backgroundHover": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "",
19
+ "value": "{color.gray.100.value}"
20
+ },
21
+ "backgroundInverseHover": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "",
27
+ "value": "{transparency.white.15.value}"
28
+ },
29
+ "errorInverse": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "",
35
+ "value": "{basic.color.status.error.value}"
36
+ },
37
+ "focused": {
38
+ "default": true,
39
+ "deprecated": false,
40
+ "public": true,
41
+ "type": "semantic",
42
+ "usage": "",
43
+ "value": "{basic.color.brand.primary.value}"
44
+ },
45
+ "focusedInverse": {
46
+ "default": true,
47
+ "deprecated": false,
48
+ "public": true,
49
+ "type": "semantic",
50
+ "usage": "",
51
+ "value": "{basic.color.brand.tertiary.value}"
52
+ },
53
+ "selected": {
54
+ "default": true,
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "",
59
+ "value": "{basic.color.brand.primary.value}"
60
+ },
61
+ "selectedHover": {
62
+ "default": true,
63
+ "deprecated": false,
64
+ "public": true,
65
+ "type": "semantic",
66
+ "usage": "",
67
+ "value": "{basic.color.brand.primaryBold.value}"
68
+ }
69
+ }
70
+ }
71
+ }
72
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "border": {
5
+ "bold": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Bold border color",
11
+ "value": "{color.neutral.800.value}"
12
+ },
13
+ "brand": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "Brand border color",
19
+ "value": "{basic.color.brand.secondary.value}"
20
+ },
21
+ "default": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "Default border color",
27
+ "value": "{color.gray.500.value}"
28
+ },
29
+ "divider": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "Divider border color",
35
+ "value": "{transparency.black.15.value}"
36
+ },
37
+ "dividerInverse": {
38
+ "default": true,
39
+ "deprecated": false,
40
+ "public": true,
41
+ "type": "semantic",
42
+ "usage": "Inverse divider border color",
43
+ "value": "{transparency.white.40.value}"
44
+ },
45
+ "inverse": {
46
+ "default": true,
47
+ "deprecated": false,
48
+ "public": true,
49
+ "type": "semantic",
50
+ "usage": "Inverse border color",
51
+ "value": "{color.white.value}"
52
+ },
53
+ "subtle": {
54
+ "default": true,
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Subtle border color",
59
+ "value": "{color.gray.200.value}"
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "brand": {
5
+ "primary": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Primary brand color",
11
+ "value": "{color.atlas.500.value}"
12
+ },
13
+ "primaryBold": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "Bold primary brand color",
19
+ "value": "{color.atlas.800.value}"
20
+ },
21
+ "primaryMuted": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "Muted primary brand color",
27
+ "value": "{color.atlas.100.value}"
28
+ },
29
+ "primarySubtle": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "Subtle primary brand color",
35
+ "value": "{color.atlas.400.value}"
36
+ },
37
+ "secondary": {
38
+ "default": true,
39
+ "deprecated": false,
40
+ "public": true,
41
+ "type": "semantic",
42
+ "usage": "Secondary brand color",
43
+ "value": "{color.midnight.900.value}"
44
+ },
45
+ "secondaryBold": {
46
+ "default": true,
47
+ "deprecated": false,
48
+ "public": true,
49
+ "type": "semantic",
50
+ "usage": "Bold secondary brand color",
51
+ "value": "{color.midnight.1000.value}"
52
+ },
53
+ "secondaryMuted": {
54
+ "default": true,
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Muted secondary brand color",
59
+ "value": "{color.midnight.100.value}"
60
+ },
61
+ "secondarySubtle": {
62
+ "default": true,
63
+ "deprecated": false,
64
+ "public": true,
65
+ "type": "semantic",
66
+ "usage": "Subtle secondary brand color",
67
+ "value": "{color.midnight.600.value}"
68
+ },
69
+ "tertiary": {
70
+ "default": true,
71
+ "deprecated": false,
72
+ "public": true,
73
+ "type": "semantic",
74
+ "usage": "Tertiary brand color",
75
+ "value": "{color.bliss.500.value}"
76
+ },
77
+ "tertiaryBold": {
78
+ "default": true,
79
+ "deprecated": false,
80
+ "public": true,
81
+ "type": "semantic",
82
+ "usage": "Bold tertiary brand color",
83
+ "value": "{color.bliss.700.value}"
84
+ },
85
+ "tertiaryMuted": {
86
+ "default": true,
87
+ "deprecated": false,
88
+ "public": true,
89
+ "type": "semantic",
90
+ "usage": "Muted tertiary brand color",
91
+ "value": "{color.bliss.100.value}"
92
+ },
93
+ "tertiarySubtle": {
94
+ "default": true,
95
+ "deprecated": false,
96
+ "public": true,
97
+ "type": "semantic",
98
+ "usage": "Subtle tertiary brand color",
99
+ "value": "{color.bliss.300.value}"
100
+ }
101
+ }
102
+ }
103
+ }
104
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "fare": {
5
+ "basiceconomy": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Basic fare brand color",
11
+ "value": "{color.bliss.400.value}"
12
+ },
13
+ "business": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "First class fare brand color",
19
+ "value": "{color.midnight.900.value}"
20
+ },
21
+ "economy": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "Economy fare brand color",
27
+ "value": "{basic.color.brand.primary.value}"
28
+ },
29
+ "first": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "First class fare brand color",
35
+ "value": "{color.midnight.1000.value}"
36
+ },
37
+ "oneworld": {
38
+ "emerald": {
39
+ "default": true,
40
+ "deprecated": false,
41
+ "public": true,
42
+ "type": "semantic",
43
+ "usage": "OneWorld Emerald brand color",
44
+ "value": "{color.oneworld.emerald.value}"
45
+ },
46
+ "ruby": {
47
+ "default": true,
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "usage": "OneWorld Ruby brand color",
52
+ "value": "{color.oneworld.ruby.value}"
53
+ },
54
+ "sapphire": {
55
+ "default": true,
56
+ "deprecated": false,
57
+ "public": true,
58
+ "type": "semantic",
59
+ "usage": "OneWorld Sapphire brand color",
60
+ "value": "{color.oneworld.sapphire.value}"
61
+ }
62
+ },
63
+ "premiumeconomy": {
64
+ "default": true,
65
+ "deprecated": false,
66
+ "public": true,
67
+ "type": "semantic",
68
+ "usage": "Premium fare brand color",
69
+ "value": "{color.summit.900.value}"
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "pageBackground": {
5
+ "default": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Primary brand color",
11
+ "value": "{color.white.value}"
12
+ },
13
+ "utility": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "Muted primary brand color",
19
+ "value": "{color.neutral.100.value}"
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "status": {
5
+ "default": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Default status color",
11
+ "value": "{color.neutral.400.value}"
12
+ },
13
+ "error": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "Error status color",
19
+ "value": "{color.status.error.700.value}"
20
+ },
21
+ "errorSubtle": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "Subtle error status color",
27
+ "value": "{color.status.error.100.value}"
28
+ },
29
+ "info": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "Info status color",
35
+ "value": "{color.status.help.600.value}"
36
+ },
37
+ "infoSubtle": {
38
+ "default": true,
39
+ "deprecated": false,
40
+ "public": true,
41
+ "type": "semantic",
42
+ "usage": "Subtle info status color",
43
+ "value": "{color.status.help.100.value}"
44
+ },
45
+ "success": {
46
+ "default": true,
47
+ "deprecated": false,
48
+ "public": true,
49
+ "type": "semantic",
50
+ "usage": "Success status color",
51
+ "value": "{color.status.success.700.value}"
52
+ },
53
+ "successSubtle": {
54
+ "default": true,
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Subtle success status color",
59
+ "value": "{color.status.success.100.value}"
60
+ },
61
+ "warning": {
62
+ "default": true,
63
+ "deprecated": false,
64
+ "public": true,
65
+ "type": "semantic",
66
+ "usage": "Warning status color",
67
+ "value": "{color.status.warn.300.value}"
68
+ },
69
+ "warningSubtle": {
70
+ "default": true,
71
+ "deprecated": false,
72
+ "public": true,
73
+ "type": "semantic",
74
+ "usage": "Subtle warning status color",
75
+ "value": "{color.status.warn.100.value}"
76
+ }
77
+ }
78
+ }
79
+ }
80
+ }
@@ -0,0 +1,88 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "surface": {
5
+ "accent1": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Accent surface color",
11
+ "value": "{basic.color.brand.primary.value}"
12
+ },
13
+ "accent1Muted": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "Muted accent surface color",
19
+ "value": "{basic.color.brand.primaryMuted.value}"
20
+ },
21
+ "accent1Subtle": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "Subtle accent surface color",
27
+ "value": "{basic.color.brand.primarySubtle.value}"
28
+ },
29
+ "accent2": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "Accent surface color",
35
+ "value": "{color.gray.500.value}"
36
+ },
37
+ "accent2Muted": {
38
+ "default": true,
39
+ "deprecated": false,
40
+ "public": true,
41
+ "type": "semantic",
42
+ "usage": "Muted accent surface color",
43
+ "value": "{color.gray.300.value}"
44
+ },
45
+ "default": {
46
+ "default": true,
47
+ "deprecated": false,
48
+ "public": true,
49
+ "type": "semantic",
50
+ "usage": "Default surface color",
51
+ "value": "{color.white.value}"
52
+ },
53
+ "inverse": {
54
+ "default": true,
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Inverse surface color",
59
+ "value": "{basic.color.brand.secondary.value}"
60
+ },
61
+ "inverseSubtle": {
62
+ "default": true,
63
+ "deprecated": false,
64
+ "public": true,
65
+ "type": "semantic",
66
+ "usage": "Subtle inverse surface color",
67
+ "value": "{basic.color.brand.secondarySubtle.value}"
68
+ },
69
+ "neutralMedium": {
70
+ "default": true,
71
+ "deprecated": false,
72
+ "public": true,
73
+ "type": "semantic",
74
+ "usage": "Medium neutral surface color",
75
+ "value": "{color.gray.300.value}"
76
+ },
77
+ "neutralSubtle": {
78
+ "default": true,
79
+ "deprecated": false,
80
+ "public": true,
81
+ "type": "semantic",
82
+ "usage": "Subtle neutral surface color",
83
+ "value": "{color.gray.50.value}"
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "texticon": {
5
+ "accent1": {
6
+ "default": true,
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Accent text color",
11
+ "value": "{basic.color.brand.secondary.value}"
12
+ },
13
+ "default": {
14
+ "default": true,
15
+ "deprecated": false,
16
+ "public": true,
17
+ "type": "semantic",
18
+ "usage": "Default text color",
19
+ "value": "{color.gray.1000.value}"
20
+ },
21
+ "disabled": {
22
+ "default": true,
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "Disabled text/icon color",
27
+ "value": "{color.gray.250.value}"
28
+ },
29
+ "disabledInverse": {
30
+ "default": true,
31
+ "deprecated": false,
32
+ "public": true,
33
+ "type": "semantic",
34
+ "usage": "Disabled inverse text/icon color",
35
+ "value": "{color.neutral.600.value}"
36
+ },
37
+ "inverse": {
38
+ "default": true,
39
+ "deprecated": false,
40
+ "public": true,
41
+ "type": "semantic",
42
+ "usage": "Inverse text color",
43
+ "value": "{color.white.value}"
44
+ },
45
+ "inverseDisabled": {
46
+ "default": true,
47
+ "deprecated": false,
48
+ "public": true,
49
+ "type": "semantic",
50
+ "usage": "Inverse text color",
51
+ "value": "{color.neutral.600.value}"
52
+ },
53
+ "inverseMuted": {
54
+ "default": true,
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Inverse text color",
59
+ "value": "{color.neutral.300.value}"
60
+ },
61
+ "muted": {
62
+ "default": true,
63
+ "deprecated": false,
64
+ "public": true,
65
+ "type": "semantic",
66
+ "usage": "Muted text color",
67
+ "value": "{color.gray.700.value}"
68
+ }
69
+ }
70
+ }
71
+ }
72
+ }