@aurodesignsystem/design-tokens 5.13.0 → 5.15.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 (112) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/CSSCustomProperties--bundled.css +983 -1
  3. package/dist/CSSCustomProperties--bundled.min.css +1 -0
  4. package/dist/alaska/CSSCustomProperties--alaska.css +3 -1
  5. package/dist/alaska/CSSCustomProperties--alaska.min.css +1 -0
  6. package/dist/alaska/JSONVariablesNested--alaska.json +3 -1
  7. package/dist/alaska/JSObject--allTokens.js +59 -1
  8. package/dist/alaska/SCSSVariables--alaska.scss +3 -1
  9. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +3 -1
  10. package/dist/alaska/primitives--alaska.scss +2 -1
  11. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +3 -1
  12. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -0
  13. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +3 -1
  14. package/dist/alaska-classic/JSObject--allTokens.js +59 -1
  15. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +3 -1
  16. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +3 -1
  17. package/dist/alaska-classic/primitives--alaskaClassic.scss +2 -1
  18. package/dist/auro-1/CSSCustomProperties--auro1.css +491 -0
  19. package/dist/auro-1/CSSCustomProperties--auro1.min.css +1 -0
  20. package/dist/auro-1/JSONVariablesNested--auro1.json +754 -0
  21. package/dist/auro-1/JSObject--allTokens.js +15619 -0
  22. package/dist/auro-1/SCSSVariables--auro1.scss +488 -0
  23. package/dist/auro-1/SCSSVariablesMapFlat--auro1.scss +492 -0
  24. package/dist/auro-1/primitives--auro1.scss +265 -0
  25. package/dist/auro-2/CSSCustomProperties--auro2.css +491 -0
  26. package/dist/auro-2/CSSCustomProperties--auro2.min.css +1 -0
  27. package/dist/auro-2/JSONVariablesNested--auro2.json +754 -0
  28. package/dist/auro-2/JSObject--allTokens.js +15619 -0
  29. package/dist/auro-2/SCSSVariables--auro2.scss +488 -0
  30. package/dist/auro-2/SCSSVariablesMapFlat--auro2.scss +492 -0
  31. package/dist/auro-2/primitives--auro2.scss +265 -0
  32. package/dist/auro-classic/CSSCustomProperties.css +1 -1
  33. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  34. package/dist/auro-classic/JSData--color.js +1 -1
  35. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  36. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  37. package/dist/auro-classic/JSVariables--color.js +1 -1
  38. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  39. package/dist/auro-classic/SCSSVariables.scss +1 -1
  40. package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  41. package/dist/auro-classic/SassCustomProperties.scss +1 -1
  42. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  43. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +3 -1
  44. package/dist/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -0
  45. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +3 -1
  46. package/dist/hawaiian/JSObject--allTokens.js +59 -1
  47. package/dist/hawaiian/SCSSVariables--hawaiian.scss +3 -1
  48. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +3 -1
  49. package/dist/hawaiian/primitives--hawaiian.scss +2 -1
  50. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  51. package/package.json +3 -2
  52. package/postcss.config.js +7 -0
  53. package/src/config/cssnano.js +20 -0
  54. package/src/config/themes.js +2 -1
  55. package/src/primitives/auro-1/color.json +686 -0
  56. package/src/primitives/auro-1/font.json +18 -0
  57. package/src/primitives/auro-2/color.json +686 -0
  58. package/src/primitives/auro-2/font.json +18 -0
  59. package/src/primitives/base/transparency.json +6 -0
  60. package/src/themes/alaska/advanced/color/accents.json +14 -0
  61. package/src/themes/alaska-classic/advanced/color/accents.json +14 -0
  62. package/src/themes/auro-1/advanced/color/accents.json +106 -0
  63. package/src/themes/auro-1/advanced/color/avatar.json +22 -0
  64. package/src/themes/auro-1/advanced/color/boolean.json +127 -0
  65. package/src/themes/auro-1/advanced/color/button/flat.json +52 -0
  66. package/src/themes/auro-1/advanced/color/button/primary.json +122 -0
  67. package/src/themes/auro-1/advanced/color/button/secondary.json +94 -0
  68. package/src/themes/auro-1/advanced/color/button/tertiary.json +59 -0
  69. package/src/themes/auro-1/advanced/color/flightline.json +22 -0
  70. package/src/themes/auro-1/advanced/color/hyperlink.json +36 -0
  71. package/src/themes/auro-1/advanced/color/shared.json +64 -0
  72. package/src/themes/auro-1/advanced/color/skeleton.json +22 -0
  73. package/src/themes/auro-1/advanced/color/state.json +64 -0
  74. package/src/themes/auro-1/basic/color/border.json +57 -0
  75. package/src/themes/auro-1/basic/color/brand.json +92 -0
  76. package/src/themes/auro-1/basic/color/fare-brand.json +43 -0
  77. package/src/themes/auro-1/basic/color/page-background.json +22 -0
  78. package/src/themes/auro-1/basic/color/status.json +71 -0
  79. package/src/themes/auro-1/basic/color/surface.json +78 -0
  80. package/src/themes/auro-1/basic/color/text-icon.json +57 -0
  81. package/src/themes/auro-1/basic/color/tier-program.json +161 -0
  82. package/src/themes/auro-1/basic/corner-radius.json +27 -0
  83. package/src/themes/auro-1/basic/font/accent.json +813 -0
  84. package/src/themes/auro-1/basic/font/body.json +193 -0
  85. package/src/themes/auro-1/basic/font/display.json +698 -0
  86. package/src/themes/auro-1/basic/font/heading.json +698 -0
  87. package/src/themes/auro-2/advanced/color/accents.json +106 -0
  88. package/src/themes/auro-2/advanced/color/avatar.json +22 -0
  89. package/src/themes/auro-2/advanced/color/boolean.json +127 -0
  90. package/src/themes/auro-2/advanced/color/button/flat.json +52 -0
  91. package/src/themes/auro-2/advanced/color/button/primary.json +122 -0
  92. package/src/themes/auro-2/advanced/color/button/secondary.json +94 -0
  93. package/src/themes/auro-2/advanced/color/button/tertiary.json +59 -0
  94. package/src/themes/auro-2/advanced/color/flightline.json +22 -0
  95. package/src/themes/auro-2/advanced/color/hyperlink.json +36 -0
  96. package/src/themes/auro-2/advanced/color/shared.json +64 -0
  97. package/src/themes/auro-2/advanced/color/skeleton.json +22 -0
  98. package/src/themes/auro-2/advanced/color/state.json +64 -0
  99. package/src/themes/auro-2/basic/color/border.json +57 -0
  100. package/src/themes/auro-2/basic/color/brand.json +92 -0
  101. package/src/themes/auro-2/basic/color/fare-brand.json +43 -0
  102. package/src/themes/auro-2/basic/color/page-background.json +22 -0
  103. package/src/themes/auro-2/basic/color/status.json +71 -0
  104. package/src/themes/auro-2/basic/color/surface.json +78 -0
  105. package/src/themes/auro-2/basic/color/text-icon.json +57 -0
  106. package/src/themes/auro-2/basic/color/tier-program.json +161 -0
  107. package/src/themes/auro-2/basic/corner-radius.json +27 -0
  108. package/src/themes/auro-2/basic/font/accent.json +813 -0
  109. package/src/themes/auro-2/basic/font/body.json +193 -0
  110. package/src/themes/auro-2/basic/font/display.json +698 -0
  111. package/src/themes/auro-2/basic/font/heading.json +698 -0
  112. package/src/themes/hawaiian/advanced/color/accents.json +14 -0
@@ -0,0 +1,106 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "accents": {
5
+ "accent1": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "usage": "",
10
+ "value": "{color.flare.600.value}"
11
+ },
12
+ "accent1Bold": {
13
+ "deprecated": false,
14
+ "public": true,
15
+ "type": "semantic",
16
+ "usage": "",
17
+ "value": "{color.sol.700.value}"
18
+ },
19
+ "accent1Muted": {
20
+ "deprecated": false,
21
+ "public": true,
22
+ "type": "semantic",
23
+ "usage": "",
24
+ "value": "{color.atlas.200.value}"
25
+ },
26
+ "accent2": {
27
+ "deprecated": false,
28
+ "public": true,
29
+ "type": "semantic",
30
+ "usage": "",
31
+ "value": "{color.atlas.300.value}"
32
+ },
33
+ "accent2Bold": {
34
+ "deprecated": false,
35
+ "public": true,
36
+ "type": "semantic",
37
+ "usage": "",
38
+ "value": "{color.tropical.400.value}"
39
+ },
40
+ "accent2Muted": {
41
+ "deprecated": false,
42
+ "public": true,
43
+ "type": "semantic",
44
+ "usage": "",
45
+ "value": "{color.flare.200.value}"
46
+ },
47
+ "accent3": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "usage": "",
52
+ "value": "{color.sol.500.value}"
53
+ },
54
+ "accent3Bold": {
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "",
59
+ "value": "{color.tropical.600.value}"
60
+ },
61
+ "accent3Muted": {
62
+ "deprecated": false,
63
+ "public": true,
64
+ "type": "semantic",
65
+ "usage": "",
66
+ "value": "{transparency.black.10.value}"
67
+ },
68
+ "accent4": {
69
+ "deprecated": false,
70
+ "public": true,
71
+ "type": "semantic",
72
+ "usage": "",
73
+ "value": "{color.atlas.500.value}"
74
+ },
75
+ "accent4Bold": {
76
+ "deprecated": false,
77
+ "public": true,
78
+ "type": "semantic",
79
+ "usage": "",
80
+ "value": "{color.sol.1000.value}"
81
+ },
82
+ "accent4Muted": {
83
+ "deprecated": false,
84
+ "public": true,
85
+ "type": "semantic",
86
+ "usage": "",
87
+ "value": "{color.tropical.200.value}"
88
+ },
89
+ "transparency": {
90
+ "deprecated": false,
91
+ "public": true,
92
+ "type": "semantic",
93
+ "usage": "",
94
+ "value": "{color.flare.400.value}"
95
+ },
96
+ "transparencyInverse": {
97
+ "deprecated": false,
98
+ "public": true,
99
+ "type": "semantic",
100
+ "usage": "",
101
+ "value": "{transparency.white.20.value}"
102
+ }
103
+ }
104
+ }
105
+ }
106
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "avatar": {
5
+ "gradientBottom": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "usage": "Used for creating the bottom gradient of the auro-avatar",
10
+ "value": "{color.midnight.200.value}"
11
+ },
12
+ "gradientTop": {
13
+ "deprecated": false,
14
+ "public": true,
15
+ "type": "semantic",
16
+ "usage": "Used for creating the top gradient of the auro-avatar",
17
+ "value": "{color.midnight.500.value}"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "boolean": {
5
+ "disabledInverse": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "usage": "Boolean disabled inverse state color",
10
+ "value": "{color.neutral.600.value}"
11
+ },
12
+ "error": {
13
+ "deprecated": false,
14
+ "public": true,
15
+ "type": "semantic",
16
+ "usage": "Boolean error state color",
17
+ "value": "{basic.color.status.error.value}"
18
+ },
19
+ "errorHover": {
20
+ "deprecated": false,
21
+ "public": true,
22
+ "type": "semantic",
23
+ "usage": "Boolean error hover state color",
24
+ "value": "{color.status.error.800.value}"
25
+ },
26
+ "errorInverse": {
27
+ "deprecated": false,
28
+ "public": true,
29
+ "type": "semantic",
30
+ "usage": "Boolean error state color",
31
+ "value": "{color.status.error.200.value}"
32
+ },
33
+ "errorInverseHover": {
34
+ "deprecated": false,
35
+ "public": true,
36
+ "type": "semantic",
37
+ "usage": "Boolean error state color",
38
+ "value": "{color.status.error.400.value}"
39
+ },
40
+ "indicator": {
41
+ "deprecated": false,
42
+ "public": true,
43
+ "type": "semantic",
44
+ "usage": "Boolean indicator color",
45
+ "value": "{color.white.value}"
46
+ },
47
+ "indicatorInverse": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "usage": "Boolean indicator inverse color",
52
+ "value": "{basic.color.surface.inverse.value}"
53
+ },
54
+ "isfalse": {
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Boolean false state color",
59
+ "value": "{basic.color.surface.default.value}"
60
+ },
61
+ "isfalseBorder": {
62
+ "deprecated": false,
63
+ "public": true,
64
+ "type": "semantic",
65
+ "usage": "Boolean false border color",
66
+ "value": "{basic.color.border.bold.value}"
67
+ },
68
+ "isfalseBorderInverse": {
69
+ "deprecated": false,
70
+ "public": true,
71
+ "type": "semantic",
72
+ "usage": "Boolean false inverse border color",
73
+ "value": "{color.white.value}"
74
+ },
75
+ "isfalseHover": {
76
+ "deprecated": false,
77
+ "public": true,
78
+ "type": "semantic",
79
+ "usage": "Boolean false hover state color",
80
+ "value": "{advanced.color.state.backgroundHover.value}"
81
+ },
82
+ "isfalseInverse": {
83
+ "deprecated": false,
84
+ "public": true,
85
+ "type": "semantic",
86
+ "usage": "Boolean false inverse state color",
87
+ "value": "{advanced.color.shared.backgroundInverse.value}"
88
+ },
89
+ "isfalseInverseHover": {
90
+ "deprecated": false,
91
+ "public": true,
92
+ "type": "semantic",
93
+ "usage": "Boolean false inverse hover state color",
94
+ "value": "{advanced.color.shared.backgroundInverseHover.value}"
95
+ },
96
+ "istrue": {
97
+ "deprecated": false,
98
+ "public": true,
99
+ "type": "semantic",
100
+ "usage": "Boolean true state color",
101
+ "value": "{basic.color.brand.primary.value}"
102
+ },
103
+ "istrueHover": {
104
+ "deprecated": false,
105
+ "public": true,
106
+ "type": "semantic",
107
+ "usage": "Boolean true hover state color",
108
+ "value": "{basic.color.brand.primaryBold.value}"
109
+ },
110
+ "istrueInverse": {
111
+ "deprecated": false,
112
+ "public": true,
113
+ "type": "semantic",
114
+ "usage": "Boolean true inverse state color",
115
+ "value": "{color.white.value}"
116
+ },
117
+ "istrueInverseHover": {
118
+ "deprecated": false,
119
+ "public": true,
120
+ "type": "semantic",
121
+ "usage": "Boolean true inverse hover state color",
122
+ "value": "{transparency.white.70.value}"
123
+ }
124
+ }
125
+ }
126
+ }
127
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "flat": {
6
+ "text": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Flat button text color",
11
+ "value": "{basic.color.texticon.muted.value}"
12
+ },
13
+ "textDisabled": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "Flat button disabled text color",
18
+ "value": "{color.neutral.800.value}"
19
+ },
20
+ "textHover": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Flat button text hover color",
25
+ "value": "{color.neutral.800.value}"
26
+ },
27
+ "textInverse": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "Flat button inverse text color",
32
+ "value": "{basic.color.texticon.inverse.value}"
33
+ },
34
+ "textInverseDisabled": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "Flat button inverse disabled text color",
39
+ "value": "{color.neutral.800.value}"
40
+ },
41
+ "textInverseHover": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Flat button inverse text hover color",
46
+ "value": "{color.neutral.400.value}"
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
@@ -0,0 +1,122 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "primary": {
6
+ "background": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Primary button background color",
11
+ "value": "{basic.color.brand.secondary.value}"
12
+ },
13
+ "backgroundDisabled": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "",
18
+ "value": "{color.midnight.300.value}"
19
+ },
20
+ "backgroundHover": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Primary button background hover color",
25
+ "value": "{basic.color.brand.secondaryBold.value}"
26
+ },
27
+ "backgroundInactive": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "",
32
+ "value": "{color.midnight.200.value}"
33
+ },
34
+ "backgroundInactiveHover": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "",
39
+ "value": "{color.midnight.400.value}"
40
+ },
41
+ "backgroundInverse": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Primary button inverse background color",
46
+ "value": "{color.white.value}"
47
+ },
48
+ "backgroundInverseDisabled": {
49
+ "deprecated": false,
50
+ "public": true,
51
+ "type": "semantic",
52
+ "usage": "",
53
+ "value": "{transparency.white.75.value}"
54
+ },
55
+ "backgroundInverseHover": {
56
+ "deprecated": false,
57
+ "public": true,
58
+ "type": "semantic",
59
+ "usage": "Primary button inverse background hover color",
60
+ "value": "{basic.color.brand.secondaryMuted.value}"
61
+ },
62
+ "border": {
63
+ "deprecated": false,
64
+ "public": true,
65
+ "type": "semantic",
66
+ "usage": "Primary button border color",
67
+ "value": "{basic.color.brand.secondary.value}"
68
+ },
69
+ "borderDisabled": {
70
+ "deprecated": false,
71
+ "public": true,
72
+ "type": "semantic",
73
+ "usage": "",
74
+ "value": "{color.midnight.300.value}"
75
+ },
76
+ "borderHover": {
77
+ "deprecated": false,
78
+ "public": true,
79
+ "type": "semantic",
80
+ "usage": "Primary button border hover color",
81
+ "value": "{basic.color.brand.secondaryBold.value}"
82
+ },
83
+ "borderInverse": {
84
+ "deprecated": false,
85
+ "public": true,
86
+ "type": "semantic",
87
+ "usage": "Primary button inverse border color",
88
+ "value": "{color.white.value}"
89
+ },
90
+ "borderInverseDisabled": {
91
+ "deprecated": false,
92
+ "public": true,
93
+ "type": "semantic",
94
+ "usage": "",
95
+ "value": "{transparency.white.75.value}"
96
+ },
97
+ "borderInverseHover": {
98
+ "deprecated": false,
99
+ "public": true,
100
+ "type": "semantic",
101
+ "usage": "Primary button inverse border hover color",
102
+ "value": "{basic.color.brand.secondaryMuted.value}"
103
+ },
104
+ "text": {
105
+ "deprecated": false,
106
+ "public": true,
107
+ "type": "semantic",
108
+ "usage": "Primary button text color",
109
+ "value": "{basic.color.brand.primary.value}"
110
+ },
111
+ "textInverse": {
112
+ "deprecated": false,
113
+ "public": true,
114
+ "type": "semantic",
115
+ "usage": "Primary button inverse text color",
116
+ "value": "{basic.color.brand.primary.value}"
117
+ }
118
+ }
119
+ }
120
+ }
121
+ }
122
+ }
@@ -0,0 +1,94 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "secondary": {
6
+ "background": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Secondary button background color",
11
+ "value": "{color.white.value}"
12
+ },
13
+ "backgroundDisabled": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "",
18
+ "value": "{color.gray.50.value}"
19
+ },
20
+ "backgroundHover": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Secondary button background hover color",
25
+ "value": "{color.gray.100.value}"
26
+ },
27
+ "backgroundInverseHover": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "Secondary button inverse background hover color",
32
+ "value": "{transparency.white.10.value}"
33
+ },
34
+ "border": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "Secondary button border color",
39
+ "value": "{basic.color.brand.primary.value}"
40
+ },
41
+ "borderHover": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Secondary button border hover color",
46
+ "value": "{basic.color.brand.primaryBold.value}"
47
+ },
48
+ "borderDisabled": {
49
+ "deprecated": false,
50
+ "public": true,
51
+ "type": "semantic",
52
+ "usage": "Secondary button border disabled color",
53
+ "value": "{color.gray.50.value}"
54
+ },
55
+ "borderInverse": {
56
+ "deprecated": false,
57
+ "public": true,
58
+ "type": "semantic",
59
+ "usage": "Secondary button inverse border color",
60
+ "value": "{color.white.value}"
61
+ },
62
+ "borderInverseDisabled": {
63
+ "deprecated": false,
64
+ "public": true,
65
+ "type": "semantic",
66
+ "usage": "Secondary button border inverse disabled color",
67
+ "value": "{basic.color.border.subtle.value}"
68
+ },
69
+ "text": {
70
+ "deprecated": false,
71
+ "public": true,
72
+ "type": "semantic",
73
+ "usage": "Secondary button text color",
74
+ "value": "{basic.color.brand.primary.value}"
75
+ },
76
+ "textHover": {
77
+ "deprecated": false,
78
+ "public": true,
79
+ "type": "semantic",
80
+ "usage": "Secondary button text hover color",
81
+ "value": "{basic.color.brand.primaryBold.value}"
82
+ },
83
+ "textInverse": {
84
+ "deprecated": false,
85
+ "public": true,
86
+ "type": "semantic",
87
+ "usage": "Secondary button inverse text color",
88
+ "value": "{color.white.value}"
89
+ }
90
+ }
91
+ }
92
+ }
93
+ }
94
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "tertiary": {
6
+ "background": {
7
+ "deprecated": false,
8
+ "public": true,
9
+ "type": "semantic",
10
+ "usage": "Tertiary button background color",
11
+ "value": "{transparency.black.5.value}"
12
+ },
13
+ "backgroundHover": {
14
+ "deprecated": false,
15
+ "public": true,
16
+ "type": "semantic",
17
+ "usage": "Tertiary button background hover color",
18
+ "value": "{transparency.black.10.value}"
19
+ },
20
+ "backgroundInverse": {
21
+ "deprecated": false,
22
+ "public": true,
23
+ "type": "semantic",
24
+ "usage": "Tertiary button inverse background color",
25
+ "value": "{transparency.white.5.value}"
26
+ },
27
+ "backgroundInverseHover": {
28
+ "deprecated": false,
29
+ "public": true,
30
+ "type": "semantic",
31
+ "usage": "Tertiary button inverse background hover color",
32
+ "value": "{transparency.white.10.value}"
33
+ },
34
+ "text": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "usage": "Tertiary button text color",
39
+ "value": "{basic.color.brand.primary.value}"
40
+ },
41
+ "textHover": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "usage": "Tertiary button text hover color",
46
+ "value": "{basic.color.brand.primaryBold.value}"
47
+ },
48
+ "textInverse": {
49
+ "deprecated": false,
50
+ "public": true,
51
+ "type": "semantic",
52
+ "usage": "Tertiary button inverse text color",
53
+ "value": "{color.white.value}"
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "flightline": {
5
+ "indicator": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "usage": "Flightline indicator color",
10
+ "value": "{basic.color.brand.primaryBold.value}"
11
+ },
12
+ "line": {
13
+ "deprecated": false,
14
+ "public": true,
15
+ "type": "semantic",
16
+ "usage": "Flightline line color",
17
+ "value": "{basic.color.brand.primaryBold.value}"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "hyperlink": {
5
+ "text": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "usage": "Default hyperlink color",
10
+ "value": "{basic.color.brand.primary.value}"
11
+ },
12
+ "textHover": {
13
+ "deprecated": false,
14
+ "public": true,
15
+ "type": "semantic",
16
+ "usage": "Hyperlink hover state color",
17
+ "value": "{color.atlas.600.value}"
18
+ },
19
+ "textInverse": {
20
+ "deprecated": false,
21
+ "public": true,
22
+ "type": "semantic",
23
+ "usage": "Default hyperlink color on inverse/dark backgrounds",
24
+ "value": "{basic.color.brand.tertiary.value}"
25
+ },
26
+ "textInverseHover": {
27
+ "deprecated": false,
28
+ "public": true,
29
+ "type": "semantic",
30
+ "usage": "Hyperlink hover state color on inverse/dark backgrounds",
31
+ "value": "{color.dune.600.value}"
32
+ }
33
+ }
34
+ }
35
+ }
36
+ }