@aurodesignsystem/design-tokens 5.3.1 → 5.5.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.
- package/CHANGELOG.md +18 -0
- package/dist/CSSCustomProperties--bundled.css +255 -341
- package/dist/alaska/CSSCustomProperties--alaska.css +127 -113
- package/dist/alaska/JSONVariablesNested--alaska.json +195 -143
- package/dist/alaska/JSObject--allTokens.js +3442 -3039
- package/dist/alaska/SCSSVariables--alaska.scss +127 -113
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +127 -113
- package/dist/alaska/primitives--alaska.scss +105 -75
- package/dist/auro-classic/CSSCustomProperties.css +162 -162
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSONVariablesFlat.json +162 -162
- package/dist/auro-classic/JSONVariablesNested.json +452 -452
- package/dist/auro-classic/JSObject--allTokens.js +16610 -16610
- package/dist/auro-classic/JSObject--deprecated.js +17434 -17434
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +162 -162
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +181 -181
- package/dist/auro-classic/SassCustomProperties.scss +162 -162
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +129 -113
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +177 -143
- package/dist/hawaiian/JSObject--allTokens.js +3362 -2893
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +129 -113
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +129 -113
- package/dist/hawaiian/primitives--hawaiian.scss +202 -172
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/alaska/{typography.json → font.json} +4 -11
- package/src/primitives/alaska-classic/{typography.json → font.json} +4 -11
- package/src/primitives/base/{typography.json → font.json} +102 -48
- package/src/primitives/base/transparency.json +7 -0
- package/src/primitives/hawaiian/{typography.json → font.json} +3 -11
- package/src/themes/alaska/advanced/boolean.json +138 -0
- package/src/themes/alaska/advanced/button.json +262 -0
- package/src/themes/alaska/advanced/hyperlink.json +64 -0
- package/src/themes/alaska/advanced/shared.json +48 -0
- package/src/themes/alaska/advanced/state.json +72 -0
- package/src/themes/alaska/basic/color/border.json +66 -0
- package/src/themes/alaska/basic/color/brand.json +104 -0
- package/src/themes/alaska/basic/color/fare-brand.json +74 -0
- package/src/themes/alaska/basic/color/page-background.json +24 -0
- package/src/themes/alaska/basic/color/status.json +81 -0
- package/src/themes/alaska/basic/color/surface.json +96 -0
- package/src/themes/alaska/basic/color/text-icon.json +96 -0
- package/src/themes/alaska/basic/corner-radius.json +30 -0
- package/src/themes/alaska/basic/font/accent.json +288 -0
- package/src/themes/alaska/basic/font/body.json +63 -0
- package/src/themes/alaska/basic/font/display.json +248 -0
- package/src/themes/alaska/basic/font/heading.json +245 -0
- package/src/themes/alaska-classic/color.json +2 -2
- package/src/themes/alaska-classic/component/boolean.json +70 -0
- package/src/themes/alaska-classic/{component.json → component/button.json} +1 -133
- package/src/themes/alaska-classic/component/hyperlink.json +62 -0
- package/src/themes/alaska-classic/component/shared.json +46 -0
- package/src/themes/alaska-classic/component/state.json +70 -0
- package/src/themes/alaska-classic/typography.json +799 -107
- package/src/themes/hawaiian/advanced/boolean.json +138 -0
- package/src/themes/hawaiian/advanced/button.json +334 -0
- package/src/themes/hawaiian/advanced/hyperlink.json +64 -0
- package/src/themes/hawaiian/advanced/shared.json +48 -0
- package/src/themes/hawaiian/advanced/state.json +72 -0
- package/src/themes/hawaiian/basic/color/border.json +65 -0
- package/src/themes/hawaiian/basic/color/brand.json +105 -0
- package/src/themes/hawaiian/basic/color/color.json +57 -0
- package/src/themes/hawaiian/basic/color/fare-brand.json +75 -0
- package/src/themes/hawaiian/basic/color/page-background.json +25 -0
- package/src/themes/hawaiian/basic/color/status.json +81 -0
- package/src/themes/hawaiian/basic/color/surface.json +89 -0
- package/src/themes/hawaiian/basic/color/text-icon.json +58 -0
- package/src/themes/hawaiian/basic/font/accent.json +288 -0
- package/src/themes/hawaiian/basic/font/body.json +63 -0
- package/src/themes/hawaiian/basic/font/heading.json +248 -0
- package/src/themes/hawaiian/basic/font/typography.json +248 -0
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +0 -119
- package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +0 -154
- package/dist/alaska-classic/JSObject--allTokens.js +0 -3731
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +0 -116
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +0 -120
- package/dist/alaska-classic/primitives--alaskaClassic.scss +0 -215
- package/src/themes/alaska/color.json +0 -444
- package/src/themes/alaska/component.json +0 -392
- package/src/themes/alaska/typography.json +0 -132
- package/src/themes/hawaiian/color.json +0 -444
- package/src/themes/hawaiian/component.json +0 -392
- package/src/themes/hawaiian/typography.json +0 -132
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"text": {
|
|
4
|
+
"display": {
|
|
5
|
+
"xxl": {
|
|
6
|
+
"breakpoint": {
|
|
7
|
+
"lg": {
|
|
8
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
9
|
+
"fontSize": "{font.size.86.value}",
|
|
10
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
11
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
12
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
13
|
+
"type": "semantic",
|
|
14
|
+
"public": true,
|
|
15
|
+
"default": true,
|
|
16
|
+
"usage": "",
|
|
17
|
+
"deprecated": false
|
|
18
|
+
},
|
|
19
|
+
"md": {
|
|
20
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
21
|
+
"fontSize": "{font.size.72.value}",
|
|
22
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
23
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
24
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"public": true,
|
|
27
|
+
"default": true,
|
|
28
|
+
"usage": "",
|
|
29
|
+
"deprecated": false
|
|
30
|
+
},
|
|
31
|
+
"sm": {
|
|
32
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
33
|
+
"fontSize": "{font.size.56.value}",
|
|
34
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
35
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
36
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
37
|
+
"type": "semantic",
|
|
38
|
+
"public": true,
|
|
39
|
+
"default": true,
|
|
40
|
+
"usage": "",
|
|
41
|
+
"deprecated": false
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"xl": {
|
|
46
|
+
"breakpoint": {
|
|
47
|
+
"lg": {
|
|
48
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
49
|
+
"fontSize": "{font.size.72.value}",
|
|
50
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
51
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
52
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
53
|
+
"type": "semantic",
|
|
54
|
+
"public": true,
|
|
55
|
+
"default": true,
|
|
56
|
+
"usage": "",
|
|
57
|
+
"deprecated": false
|
|
58
|
+
},
|
|
59
|
+
"md": {
|
|
60
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
61
|
+
"fontSize": "{font.size.64.value}",
|
|
62
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
63
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
64
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
65
|
+
"type": "semantic",
|
|
66
|
+
"public": true,
|
|
67
|
+
"default": true,
|
|
68
|
+
"usage": "",
|
|
69
|
+
"deprecated": false
|
|
70
|
+
},
|
|
71
|
+
"sm": {
|
|
72
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
73
|
+
"fontSize": "{font.size.48.value}",
|
|
74
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
75
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
76
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
77
|
+
"type": "semantic",
|
|
78
|
+
"public": true,
|
|
79
|
+
"default": true,
|
|
80
|
+
"usage": "",
|
|
81
|
+
"deprecated": false
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"lg": {
|
|
86
|
+
"breakpoint": {
|
|
87
|
+
"lg": {
|
|
88
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
89
|
+
"fontSize": "{font.size.64.value}",
|
|
90
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
91
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
92
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
93
|
+
"type": "semantic",
|
|
94
|
+
"public": true,
|
|
95
|
+
"default": true,
|
|
96
|
+
"usage": "",
|
|
97
|
+
"deprecated": false
|
|
98
|
+
},
|
|
99
|
+
"md": {
|
|
100
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
101
|
+
"fontSize": "{font.size.56.value}",
|
|
102
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
103
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
104
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
105
|
+
"type": "semantic",
|
|
106
|
+
"public": true,
|
|
107
|
+
"default": true,
|
|
108
|
+
"usage": "",
|
|
109
|
+
"deprecated": false
|
|
110
|
+
},
|
|
111
|
+
"sm": {
|
|
112
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
113
|
+
"fontSize": "{font.size.44.value}",
|
|
114
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
115
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
116
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
117
|
+
"type": "semantic",
|
|
118
|
+
"public": true,
|
|
119
|
+
"default": true,
|
|
120
|
+
"usage": "",
|
|
121
|
+
"deprecated": false
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"md": {
|
|
126
|
+
"breakpoint": {
|
|
127
|
+
"lg": {
|
|
128
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
129
|
+
"fontSize": "{font.size.56.value}",
|
|
130
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
131
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
132
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
133
|
+
"type": "semantic",
|
|
134
|
+
"public": true,
|
|
135
|
+
"default": true,
|
|
136
|
+
"usage": "",
|
|
137
|
+
"deprecated": false
|
|
138
|
+
},
|
|
139
|
+
"md": {
|
|
140
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
141
|
+
"fontSize": "{font.size.48.value}",
|
|
142
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
143
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
144
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
145
|
+
"type": "semantic",
|
|
146
|
+
"public": true,
|
|
147
|
+
"default": true,
|
|
148
|
+
"usage": "",
|
|
149
|
+
"deprecated": false
|
|
150
|
+
},
|
|
151
|
+
"sm": {
|
|
152
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
153
|
+
"fontSize": "{font.size.40.value}",
|
|
154
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
155
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
156
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
157
|
+
"type": "semantic",
|
|
158
|
+
"public": true,
|
|
159
|
+
"default": true,
|
|
160
|
+
"usage": "",
|
|
161
|
+
"deprecated": false
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"sm": {
|
|
166
|
+
"breakpoint": {
|
|
167
|
+
"lg": {
|
|
168
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
169
|
+
"fontSize": "{font.size.48.value}",
|
|
170
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
171
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
172
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
173
|
+
"type": "semantic",
|
|
174
|
+
"public": true,
|
|
175
|
+
"default": true,
|
|
176
|
+
"usage": "",
|
|
177
|
+
"deprecated": false
|
|
178
|
+
},
|
|
179
|
+
"md": {
|
|
180
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
181
|
+
"fontSize": "{font.size.44.value}",
|
|
182
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
183
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
184
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
185
|
+
"type": "semantic",
|
|
186
|
+
"public": true,
|
|
187
|
+
"default": true,
|
|
188
|
+
"usage": "",
|
|
189
|
+
"deprecated": false
|
|
190
|
+
},
|
|
191
|
+
"sm": {
|
|
192
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
193
|
+
"fontSize": "{font.size.32.value}",
|
|
194
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
195
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
196
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
197
|
+
"type": "semantic",
|
|
198
|
+
"public": true,
|
|
199
|
+
"default": true,
|
|
200
|
+
"usage": "",
|
|
201
|
+
"deprecated": false
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"xs": {
|
|
206
|
+
"breakpoint": {
|
|
207
|
+
"lg": {
|
|
208
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
209
|
+
"fontSize": "{font.size.38.value}",
|
|
210
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
211
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
212
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
213
|
+
"type": "semantic",
|
|
214
|
+
"public": true,
|
|
215
|
+
"default": true,
|
|
216
|
+
"usage": "",
|
|
217
|
+
"deprecated": false
|
|
218
|
+
},
|
|
219
|
+
"md": {
|
|
220
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
221
|
+
"fontSize": "{font.size.36.value}",
|
|
222
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
223
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
224
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
225
|
+
"type": "semantic",
|
|
226
|
+
"public": true,
|
|
227
|
+
"default": true,
|
|
228
|
+
"usage": "",
|
|
229
|
+
"deprecated": false
|
|
230
|
+
},
|
|
231
|
+
"sm": {
|
|
232
|
+
"fontFamily": "{font.family.chronicleDisplay.value}",
|
|
233
|
+
"fontSize": "{font.size.28.value}",
|
|
234
|
+
"fontWeight": "{font.weight.semibold.value}",
|
|
235
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
236
|
+
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
237
|
+
"type": "semantic",
|
|
238
|
+
"public": true,
|
|
239
|
+
"default": true,
|
|
240
|
+
"usage": "",
|
|
241
|
+
"deprecated": false
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 14 Mar 2025 18:27:56 GMT
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
:root {
|
|
7
|
-
--ds-color-border-bold: #585e67;
|
|
8
|
-
--ds-color-border-brand: #01426a;
|
|
9
|
-
--ds-color-border-default: #959595;
|
|
10
|
-
--ds-color-border-divider: #00000026;
|
|
11
|
-
--ds-color-border-divider-inverse: #ffffff66;
|
|
12
|
-
--ds-color-border-inverse: #ffffff;
|
|
13
|
-
--ds-color-border-subtle: #dddddd;
|
|
14
|
-
--ds-color-brand-primary: #0074ca;
|
|
15
|
-
--ds-color-brand-primary-bold: #003761;
|
|
16
|
-
--ds-color-brand-primary-muted: #ebf7ff;
|
|
17
|
-
--ds-color-brand-primary-subtle: #289bee;
|
|
18
|
-
--ds-color-brand-secondary: #01426a;
|
|
19
|
-
--ds-color-brand-secondary-bold: #00274a;
|
|
20
|
-
--ds-color-brand-secondary-muted: #ebf3f9;
|
|
21
|
-
--ds-color-brand-secondary-subtle: #2875b5;
|
|
22
|
-
--ds-color-brand-tertiary: #5de3f7;
|
|
23
|
-
--ds-color-brand-tertiary-bold: #18c3dd;
|
|
24
|
-
--ds-color-brand-tertiary-muted: #ebfafd;
|
|
25
|
-
--ds-color-brand-tertiary-subtle: #b4eff9;
|
|
26
|
-
--ds-color-farebrand-basiceconomy: #97eaf8;
|
|
27
|
-
--ds-color-farebrand-business-first: #00274a;
|
|
28
|
-
--ds-color-farebrand-economy: #0074ca;
|
|
29
|
-
--ds-color-farebrand-premiumeconomy: #005154;
|
|
30
|
-
--ds-color-farebrand-oneworld-emerald: #139142;
|
|
31
|
-
--ds-color-farebrand-oneworld-sapphire: #015daa;
|
|
32
|
-
--ds-color-farebrand-oneworld-ruby: #a41d4a;
|
|
33
|
-
--ds-color-pagebackground-default: #ffffff;
|
|
34
|
-
--ds-color-pagebackground-utility: #f7f8fa;
|
|
35
|
-
--ds-color-status-default: #afb9c6;
|
|
36
|
-
--ds-color-status-error: #e53339;
|
|
37
|
-
--ds-color-status-error-subtle: #fddede;
|
|
38
|
-
--ds-color-status-info: #007db1;
|
|
39
|
-
--ds-color-status-info-subtle: #e8f2f8;
|
|
40
|
-
--ds-color-status-success: #529325;
|
|
41
|
-
--ds-color-status-success-subtle: #e4f1da;
|
|
42
|
-
--ds-color-status-warning: #fac200;
|
|
43
|
-
--ds-color-status-warning-subtle: #fff6d1;
|
|
44
|
-
--ds-color-surface-accent1: #0074ca;
|
|
45
|
-
--ds-color-surface-accent1-muted: #ebf7ff;
|
|
46
|
-
--ds-color-surface-accent1-subtle: #289bee;
|
|
47
|
-
--ds-color-surface-accent2: #959595;
|
|
48
|
-
--ds-color-surface-accent2-muted: #c5c5c5;
|
|
49
|
-
--ds-color-surface-default: #ffffff;
|
|
50
|
-
--ds-color-surface-inverse: #01426a;
|
|
51
|
-
--ds-color-surface-inverse-subtle: #2875b5;
|
|
52
|
-
--ds-color-surface-neutral-medium: #c5c5c5;
|
|
53
|
-
--ds-color-surface-neutral-subtle: #f2f2f2;
|
|
54
|
-
--ds-color-texticon-accent1: #01426a;
|
|
55
|
-
--ds-color-texticon-default: #2a2a2a;
|
|
56
|
-
--ds-color-texticon-disabled: #d0d0d0;
|
|
57
|
-
--ds-color-texticon-inverse: #ffffff;
|
|
58
|
-
--ds-color-texticon-inverse-disabled: #d0d0d0;
|
|
59
|
-
--ds-color-texticon-muted: #676767;
|
|
60
|
-
--ds-component-selected-hover: #003761;
|
|
61
|
-
--ds-component-focused: #0074ca;
|
|
62
|
-
--ds-component-inverse-focused: #5de3f7;
|
|
63
|
-
--ds-component-background: #ffffff;
|
|
64
|
-
--ds-component-background-hover: #f2f2f2;
|
|
65
|
-
--ds-component-background-disabled: #dddddd;
|
|
66
|
-
--ds-component-background-muted: #f7f7f7;
|
|
67
|
-
--ds-component-background-strong: #7e7e7e;
|
|
68
|
-
--ds-component-button-primary-text: #ffffff;
|
|
69
|
-
--ds-component-button-primary-border: #0074ca;
|
|
70
|
-
--ds-component-button-primary-border-hover: #003761;
|
|
71
|
-
--ds-component-button-primary-background: #0074ca;
|
|
72
|
-
--ds-component-button-primary-background-hover: #003761;
|
|
73
|
-
--ds-component-button-primary-background-active: #003761;
|
|
74
|
-
--ds-component-button-primary-text-inverse: #2a2a2a;
|
|
75
|
-
--ds-component-button-primary-border-inverse: #5de3f7;
|
|
76
|
-
--ds-component-button-primary-background-inverse: #5de3f7;
|
|
77
|
-
--ds-component-button-primary-border-inverse-hover: #b4eff9;
|
|
78
|
-
--ds-component-button-primary-background-inverse-hover: #b4eff9;
|
|
79
|
-
--ds-component-button-secondary-text: #0074ca;
|
|
80
|
-
--ds-component-button-secondary-text-hover: #01426a;
|
|
81
|
-
--ds-component-button-secondary-border: #0074ca;
|
|
82
|
-
--ds-component-button-secondary-border-hover: #003761;
|
|
83
|
-
--ds-component-button-secondary-background: #ffffff;
|
|
84
|
-
--ds-component-button-secondary-background-hover: #f2f2f2;
|
|
85
|
-
--ds-component-button-secondary-text-inverse: #5de3f7;
|
|
86
|
-
--ds-component-button-secondary-border-inverse: #5de3f7;
|
|
87
|
-
--ds-component-button-secondary-background-inverse-hover: #ebfafd;
|
|
88
|
-
--ds-component-button-tertiary-text: #0074ca;
|
|
89
|
-
--ds-component-button-tertiary-text-hover: #003761;
|
|
90
|
-
--ds-component-button-tertiary-background: #0000000d;
|
|
91
|
-
--ds-component-button-tertiary-background-hover: #0000001a;
|
|
92
|
-
--ds-component-button-tertiary-border: #0000000d;
|
|
93
|
-
--ds-component-button-tertiary-border-hover: #0000001a;
|
|
94
|
-
--ds-component-button-tertiary-text-inverse: #5de3f7;
|
|
95
|
-
--ds-component-button-tertiary-background-inverse: #ffffff0d;
|
|
96
|
-
--ds-component-button-tertiary-background-inverse-hover: #ffffff1a;
|
|
97
|
-
--ds-component-button-tertiary-border-inverse: #ffffff0d;
|
|
98
|
-
--ds-component-button-tertiary-border-inverse-hover: #ffffff1a;
|
|
99
|
-
--ds-component-boolean-indicator: #ffffff;
|
|
100
|
-
--ds-component-boolean-is-false: #ffffff;
|
|
101
|
-
--ds-component-boolean-is-false-hover: #f2f2f2;
|
|
102
|
-
--ds-component-boolean-is-false-border: #585e67;
|
|
103
|
-
--ds-component-boolean-is-true: #0074ca;
|
|
104
|
-
--ds-component-boolean-is-true-hover: #003761;
|
|
105
|
-
--ds-component-boolean-error: #e53339;
|
|
106
|
-
--ds-component-boolean-error-hover: #b1161c;
|
|
107
|
-
--ds-font-weight-body-default: Book;
|
|
108
|
-
--ds-font-weight-body-large: Book;
|
|
109
|
-
--ds-font-weight-body-small: Book;
|
|
110
|
-
--ds-font-weight-body-xsmall: Book;
|
|
111
|
-
--ds-font-weight-body-xxsmall: Book;
|
|
112
|
-
--ds-font-weight-display: Light;
|
|
113
|
-
--ds-font-weight-heading-heading1: Book;
|
|
114
|
-
--ds-font-weight-heading-heading2: Book;
|
|
115
|
-
--ds-font-weight-heading-heading3: Medium;
|
|
116
|
-
--ds-font-weight-heading-heading4: Medium;
|
|
117
|
-
--ds-font-weight-heading-heading5: Medium;
|
|
118
|
-
--ds-font-weight-heading-heading6: Medium;
|
|
119
|
-
}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"color": {
|
|
3
|
-
"border": {
|
|
4
|
-
"bold": "#585e67",
|
|
5
|
-
"brand": "#01426a",
|
|
6
|
-
"default": "#959595",
|
|
7
|
-
"divider": "#00000026",
|
|
8
|
-
"dividerInverse": "#ffffff66",
|
|
9
|
-
"inverse": "#ffffff",
|
|
10
|
-
"subtle": "#dddddd"
|
|
11
|
-
},
|
|
12
|
-
"brand": {
|
|
13
|
-
"primary": "#0074ca",
|
|
14
|
-
"primaryBold": "#003761",
|
|
15
|
-
"primaryMuted": "#ebf7ff",
|
|
16
|
-
"primarySubtle": "#289bee",
|
|
17
|
-
"secondary": "#01426a",
|
|
18
|
-
"secondaryBold": "#00274a",
|
|
19
|
-
"secondaryMuted": "#ebf3f9",
|
|
20
|
-
"secondarySubtle": "#2875b5",
|
|
21
|
-
"tertiary": "#5de3f7",
|
|
22
|
-
"tertiaryBold": "#18c3dd",
|
|
23
|
-
"tertiaryMuted": "#ebfafd",
|
|
24
|
-
"tertiarySubtle": "#b4eff9"
|
|
25
|
-
},
|
|
26
|
-
"farebrand": {
|
|
27
|
-
"basiceconomy": "#97eaf8",
|
|
28
|
-
"businessFirst": "#00274a",
|
|
29
|
-
"economy": "#0074ca",
|
|
30
|
-
"premiumeconomy": "#005154",
|
|
31
|
-
"oneworld": {
|
|
32
|
-
"emerald": "#139142",
|
|
33
|
-
"sapphire": "#015daa",
|
|
34
|
-
"ruby": "#a41d4a"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"pagebackground": {
|
|
38
|
-
"default": "#ffffff",
|
|
39
|
-
"utility": "#f7f8fa"
|
|
40
|
-
},
|
|
41
|
-
"status": {
|
|
42
|
-
"default": "#afb9c6",
|
|
43
|
-
"error": "#e53339",
|
|
44
|
-
"errorSubtle": "#fddede",
|
|
45
|
-
"info": "#007db1",
|
|
46
|
-
"infoSubtle": "#e8f2f8",
|
|
47
|
-
"success": "#529325",
|
|
48
|
-
"successSubtle": "#e4f1da",
|
|
49
|
-
"warning": "#fac200",
|
|
50
|
-
"warningSubtle": "#fff6d1"
|
|
51
|
-
},
|
|
52
|
-
"surface": {
|
|
53
|
-
"accent1": "#0074ca",
|
|
54
|
-
"accent1Muted": "#ebf7ff",
|
|
55
|
-
"accent1Subtle": "#289bee",
|
|
56
|
-
"accent2": "#959595",
|
|
57
|
-
"accent2Muted": "#c5c5c5",
|
|
58
|
-
"default": "#ffffff",
|
|
59
|
-
"inverse": "#01426a",
|
|
60
|
-
"inverseSubtle": "#2875b5",
|
|
61
|
-
"neutralMedium": "#c5c5c5",
|
|
62
|
-
"neutralSubtle": "#f2f2f2"
|
|
63
|
-
},
|
|
64
|
-
"texticon": {
|
|
65
|
-
"accent1": "#01426a",
|
|
66
|
-
"default": "#2a2a2a",
|
|
67
|
-
"disabled": "#d0d0d0",
|
|
68
|
-
"inverse": "#ffffff",
|
|
69
|
-
"inverseDisabled": "#d0d0d0",
|
|
70
|
-
"muted": "#676767"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
"component": {
|
|
74
|
-
"selected": {
|
|
75
|
-
"hover": "#003761"
|
|
76
|
-
},
|
|
77
|
-
"focused": "#0074ca",
|
|
78
|
-
"inverseFocused": "#5de3f7",
|
|
79
|
-
"background": "#ffffff",
|
|
80
|
-
"backgroundHover": "#f2f2f2",
|
|
81
|
-
"backgroundDisabled": "#dddddd",
|
|
82
|
-
"backgroundMuted": "#f7f7f7",
|
|
83
|
-
"backgroundStrong": "#7e7e7e",
|
|
84
|
-
"button": {
|
|
85
|
-
"primary": {
|
|
86
|
-
"text": "#ffffff",
|
|
87
|
-
"border": "#0074ca",
|
|
88
|
-
"borderHover": "#003761",
|
|
89
|
-
"background": "#0074ca",
|
|
90
|
-
"backgroundHover": "#003761",
|
|
91
|
-
"backgroundActive": "#003761",
|
|
92
|
-
"textInverse": "#2a2a2a",
|
|
93
|
-
"borderInverse": "#5de3f7",
|
|
94
|
-
"backgroundInverse": "#5de3f7",
|
|
95
|
-
"borderInverseHover": "#b4eff9",
|
|
96
|
-
"backgroundInverseHover": "#b4eff9"
|
|
97
|
-
},
|
|
98
|
-
"secondary": {
|
|
99
|
-
"text": "#0074ca",
|
|
100
|
-
"textHover": "#01426a",
|
|
101
|
-
"border": "#0074ca",
|
|
102
|
-
"borderHover": "#003761",
|
|
103
|
-
"background": "#ffffff",
|
|
104
|
-
"backgroundHover": "#f2f2f2",
|
|
105
|
-
"textInverse": "#5de3f7",
|
|
106
|
-
"borderInverse": "#5de3f7",
|
|
107
|
-
"backgroundInverseHover": "#ebfafd"
|
|
108
|
-
},
|
|
109
|
-
"tertiary": {
|
|
110
|
-
"text": "#0074ca",
|
|
111
|
-
"textHover": "#003761",
|
|
112
|
-
"background": "#0000000d",
|
|
113
|
-
"backgroundHover": "#0000001a",
|
|
114
|
-
"border": "#0000000d",
|
|
115
|
-
"borderHover": "#0000001a",
|
|
116
|
-
"textInverse": "#5de3f7",
|
|
117
|
-
"backgroundInverse": "#ffffff0d",
|
|
118
|
-
"backgroundInverseHover": "#ffffff1a",
|
|
119
|
-
"borderInverse": "#ffffff0d",
|
|
120
|
-
"borderInverseHover": "#ffffff1a"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"boolean": {
|
|
124
|
-
"indicator": "#ffffff",
|
|
125
|
-
"isFalse": "#ffffff",
|
|
126
|
-
"isFalseHover": "#f2f2f2",
|
|
127
|
-
"isFalseBorder": "#585e67",
|
|
128
|
-
"isTrue": "#0074ca",
|
|
129
|
-
"isTrueHover": "#003761",
|
|
130
|
-
"error": "#e53339",
|
|
131
|
-
"errorHover": "#b1161c"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
"font": {
|
|
135
|
-
"weight": {
|
|
136
|
-
"body": {
|
|
137
|
-
"default": "Book",
|
|
138
|
-
"large": "Book",
|
|
139
|
-
"small": "Book",
|
|
140
|
-
"xsmall": "Book",
|
|
141
|
-
"xxsmall": "Book"
|
|
142
|
-
},
|
|
143
|
-
"display": "Light",
|
|
144
|
-
"heading": {
|
|
145
|
-
"heading1": "Book",
|
|
146
|
-
"heading2": "Book",
|
|
147
|
-
"heading3": "Medium",
|
|
148
|
-
"heading4": "Medium",
|
|
149
|
-
"heading5": "Medium",
|
|
150
|
-
"heading6": "Medium"
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|