@aurodesignsystem/design-tokens 5.15.1 → 6.0.1
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 +37 -0
- package/README.md +2 -2
- package/dist/CSSCustomProperties--bundled.css +426 -1796
- package/dist/CSSCustomProperties--bundled.min.css +1 -1
- package/dist/alaska/CSSCustomProperties--alaska.css +113 -387
- package/dist/alaska/CSSCustomProperties--alaska.min.css +1 -1
- package/dist/alaska/JSONVariablesNested--alaska.json +150 -624
- package/dist/alaska/JSObject--allTokens.js +4689 -14093
- package/dist/alaska/SCSSVariables--alaska.scss +113 -387
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +114 -388
- package/dist/alaska/primitives--alaska.scss +1 -40
- package/dist/alaska-classic/CSSCustomProperties--alaskaclassic.css +217 -0
- package/dist/alaska-classic/CSSCustomProperties--alaskaclassic.min.css +1 -0
- package/dist/alaska-classic/JSONVariablesNested--alaskaclassic.json +280 -0
- package/dist/alaska-classic/JSObject--allTokens.js +4689 -14093
- package/dist/alaska-classic/SCSSVariables--alaskaclassic.scss +214 -0
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaclassic.scss +218 -0
- package/dist/alaska-classic/{primitives--alaskaClassic.scss → primitives--alaskaclassic.scss} +1 -40
- package/dist/auro-1/CSSCustomProperties--auro1.css +116 -390
- package/dist/auro-1/CSSCustomProperties--auro1.min.css +1 -1
- package/dist/auro-1/JSONVariablesNested--auro1.json +153 -627
- package/dist/auro-1/JSObject--allTokens.js +4687 -14091
- package/dist/auro-1/SCSSVariables--auro1.scss +116 -390
- package/dist/auro-1/SCSSVariablesMapFlat--auro1.scss +117 -391
- package/dist/auro-1/primitives--auro1.scss +1 -40
- package/dist/auro-2/CSSCustomProperties--auro2.css +116 -390
- package/dist/auro-2/CSSCustomProperties--auro2.min.css +1 -1
- package/dist/auro-2/JSONVariablesNested--auro2.json +153 -627
- package/dist/auro-2/JSObject--allTokens.js +4688 -14092
- package/dist/auro-2/SCSSVariables--auro2.scss +116 -390
- package/dist/auro-2/SCSSVariablesMapFlat--auro2.scss +117 -391
- package/dist/auro-2/primitives--auro2.scss +1 -40
- package/dist/auro-classic/CSSCustomProperties.css +14 -14
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSONVariablesFlat.json +13 -13
- package/dist/auro-classic/JSONVariablesNested.json +13 -13
- package/dist/auro-classic/JSObject--allTokens.js +5 -5
- package/dist/auro-classic/JSObject--deprecated.js +5 -5
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +14 -14
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +14 -14
- package/dist/auro-classic/SassCustomProperties.scss +14 -14
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +113 -387
- package/dist/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +150 -624
- package/dist/hawaiian/JSObject--allTokens.js +4689 -14093
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +113 -387
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +114 -388
- package/dist/hawaiian/primitives--hawaiian.scss +1 -40
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +2 -2
- package/packageScripts/postinstall.mjs +9 -7
- package/src/config/cssnano.js +3 -0
- package/src/config/themes.js +3 -3
- package/src/shared/basic/type/letter-spacing.json +26 -0
- package/src/shared/basic/type/line-height.json +44 -0
- package/src/shared/basic/type/size.json +128 -0
- package/src/shared/basic/type/weight.json +50 -0
- package/src/themes/alaska/advanced/color/button/primary.json +7 -0
- package/src/themes/alaska/basic/type/family.json +20 -0
- package/src/themes/alaska-classic/advanced/color/button/primary.json +7 -0
- package/src/themes/alaska-classic/basic/type/family.json +20 -0
- package/src/themes/auro-1/advanced/color/button/primary.json +9 -2
- package/src/themes/auro-1/advanced/color/hyperlink.json +1 -1
- package/src/themes/auro-1/basic/color/fare-brand.json +2 -2
- package/src/themes/auro-1/basic/type/family.json +20 -0
- package/src/themes/auro-2/advanced/color/button/primary.json +9 -2
- package/src/themes/auro-2/advanced/color/hyperlink.json +1 -1
- package/src/themes/auro-2/basic/color/fare-brand.json +4 -4
- package/src/themes/auro-2/basic/type/family.json +20 -0
- package/src/themes/auro-classic/text.json +2 -2
- package/src/themes/hawaiian/advanced/color/button/primary.json +7 -0
- package/src/themes/hawaiian/basic/color/page-background.json +1 -1
- package/src/themes/hawaiian/basic/type/family.json +20 -0
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +0 -491
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +0 -1
- package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +0 -754
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +0 -488
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +0 -492
- package/src/primitives/alaska/font.json +0 -18
- package/src/primitives/alaska-classic/font.json +0 -18
- package/src/primitives/auro-1/font.json +0 -18
- package/src/primitives/auro-2/font.json +0 -18
- package/src/primitives/base/font.json +0 -238
- package/src/primitives/hawaiian/font.json +0 -18
- package/src/themes/alaska/basic/corner-radius.json +0 -27
- package/src/themes/alaska/basic/font/accent.json +0 -813
- package/src/themes/alaska/basic/font/body.json +0 -193
- package/src/themes/alaska/basic/font/display.json +0 -698
- package/src/themes/alaska/basic/font/heading.json +0 -698
- package/src/themes/alaska-classic/basic/corner-radius.json +0 -27
- package/src/themes/alaska-classic/basic/font/accent.json +0 -813
- package/src/themes/alaska-classic/basic/font/body.json +0 -193
- package/src/themes/alaska-classic/basic/font/display.json +0 -698
- package/src/themes/alaska-classic/basic/font/heading.json +0 -698
- package/src/themes/auro-1/basic/corner-radius.json +0 -27
- package/src/themes/auro-1/basic/font/accent.json +0 -813
- package/src/themes/auro-1/basic/font/body.json +0 -193
- package/src/themes/auro-1/basic/font/display.json +0 -698
- package/src/themes/auro-1/basic/font/heading.json +0 -698
- package/src/themes/auro-2/basic/corner-radius.json +0 -27
- package/src/themes/auro-2/basic/font/accent.json +0 -813
- package/src/themes/auro-2/basic/font/body.json +0 -193
- package/src/themes/auro-2/basic/font/display.json +0 -698
- package/src/themes/auro-2/basic/font/heading.json +0 -698
- package/src/themes/hawaiian/basic/corner-radius.json +0 -27
- package/src/themes/hawaiian/basic/font/accent.json +0 -813
- package/src/themes/hawaiian/basic/font/body.json +0 -193
- package/src/themes/hawaiian/basic/font/display.json +0 -698
- package/src/themes/hawaiian/basic/font/heading.json +0 -698
package/src/config/themes.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Themes Config
|
|
3
3
|
*/
|
|
4
|
-
export const
|
|
4
|
+
export const THEME_DEFINITIONS = [
|
|
5
5
|
{ dir: 'alaska', name: 'Alaska', code: 'as' },
|
|
6
6
|
{ dir: 'alaska-classic', name: 'Alaska Classic', code: 'asc' },
|
|
7
7
|
{ dir: 'auro-1', name: 'Auro 1', code: 'a1' },
|
|
@@ -13,10 +13,10 @@ export const THEME_DIRECTORIES = [
|
|
|
13
13
|
* Helper functions
|
|
14
14
|
*/
|
|
15
15
|
export const getThemeByCode = (code) =>
|
|
16
|
-
|
|
16
|
+
THEME_DEFINITIONS.find(theme => theme.code === code);
|
|
17
17
|
|
|
18
18
|
export const getThemeByDir = (dir) =>
|
|
19
|
-
|
|
19
|
+
THEME_DEFINITIONS.find(theme => theme.dir === dir);
|
|
20
20
|
|
|
21
21
|
export const getThemeAttribute = (code) =>
|
|
22
22
|
`data-aag-theme="aag-theme-${code}"`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"letterSpacing": {
|
|
5
|
+
"0": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "0"
|
|
10
|
+
},
|
|
11
|
+
"005": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "0.05em"
|
|
16
|
+
},
|
|
17
|
+
"010": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "0.10em"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"lineHeight": {
|
|
5
|
+
"088": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "0.88"
|
|
10
|
+
},
|
|
11
|
+
"100": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "1"
|
|
16
|
+
},
|
|
17
|
+
"125": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "1.25"
|
|
22
|
+
},
|
|
23
|
+
"130": {
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"value": "1.3"
|
|
28
|
+
},
|
|
29
|
+
"150": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"value": "1.5"
|
|
34
|
+
},
|
|
35
|
+
"163": {
|
|
36
|
+
"deprecated": false,
|
|
37
|
+
"public": true,
|
|
38
|
+
"type": "semantic",
|
|
39
|
+
"value": "1.63"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"size": {
|
|
5
|
+
"10": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "0.625rem"
|
|
10
|
+
},
|
|
11
|
+
"12": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "0.75rem"
|
|
16
|
+
},
|
|
17
|
+
"14": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "0.875rem"
|
|
22
|
+
},
|
|
23
|
+
"16": {
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"value": "1rem"
|
|
28
|
+
},
|
|
29
|
+
"18": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"value": "1.125rem"
|
|
34
|
+
},
|
|
35
|
+
"20": {
|
|
36
|
+
"deprecated": false,
|
|
37
|
+
"public": true,
|
|
38
|
+
"type": "semantic",
|
|
39
|
+
"value": "1.25rem"
|
|
40
|
+
},
|
|
41
|
+
"22": {
|
|
42
|
+
"deprecated": false,
|
|
43
|
+
"public": true,
|
|
44
|
+
"type": "semantic",
|
|
45
|
+
"value": "1.375rem"
|
|
46
|
+
},
|
|
47
|
+
"24": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"value": "1.5rem"
|
|
52
|
+
},
|
|
53
|
+
"26": {
|
|
54
|
+
"deprecated": false,
|
|
55
|
+
"public": true,
|
|
56
|
+
"type": "semantic",
|
|
57
|
+
"value": "1.625rem"
|
|
58
|
+
},
|
|
59
|
+
"28": {
|
|
60
|
+
"deprecated": false,
|
|
61
|
+
"public": true,
|
|
62
|
+
"type": "semantic",
|
|
63
|
+
"value": "1.75rem"
|
|
64
|
+
},
|
|
65
|
+
"32": {
|
|
66
|
+
"deprecated": false,
|
|
67
|
+
"public": true,
|
|
68
|
+
"type": "semantic",
|
|
69
|
+
"value": "2rem"
|
|
70
|
+
},
|
|
71
|
+
"36": {
|
|
72
|
+
"deprecated": false,
|
|
73
|
+
"public": true,
|
|
74
|
+
"type": "semantic",
|
|
75
|
+
"value": "2.25rem"
|
|
76
|
+
},
|
|
77
|
+
"38": {
|
|
78
|
+
"deprecated": false,
|
|
79
|
+
"public": true,
|
|
80
|
+
"type": "semantic",
|
|
81
|
+
"value": "2.375rem"
|
|
82
|
+
},
|
|
83
|
+
"40": {
|
|
84
|
+
"deprecated": false,
|
|
85
|
+
"public": true,
|
|
86
|
+
"type": "semantic",
|
|
87
|
+
"value": "2.5rem"
|
|
88
|
+
},
|
|
89
|
+
"44": {
|
|
90
|
+
"deprecated": false,
|
|
91
|
+
"public": true,
|
|
92
|
+
"type": "semantic",
|
|
93
|
+
"value": "2.75rem"
|
|
94
|
+
},
|
|
95
|
+
"48": {
|
|
96
|
+
"deprecated": false,
|
|
97
|
+
"public": true,
|
|
98
|
+
"type": "semantic",
|
|
99
|
+
"value": "3rem"
|
|
100
|
+
},
|
|
101
|
+
"56": {
|
|
102
|
+
"deprecated": false,
|
|
103
|
+
"public": true,
|
|
104
|
+
"type": "semantic",
|
|
105
|
+
"value": "3.5rem"
|
|
106
|
+
},
|
|
107
|
+
"64": {
|
|
108
|
+
"deprecated": false,
|
|
109
|
+
"public": true,
|
|
110
|
+
"type": "semantic",
|
|
111
|
+
"value": "4rem"
|
|
112
|
+
},
|
|
113
|
+
"72": {
|
|
114
|
+
"deprecated": false,
|
|
115
|
+
"public": true,
|
|
116
|
+
"type": "semantic",
|
|
117
|
+
"value": "4.5rem"
|
|
118
|
+
},
|
|
119
|
+
"86": {
|
|
120
|
+
"deprecated": false,
|
|
121
|
+
"public": true,
|
|
122
|
+
"type": "semantic",
|
|
123
|
+
"value": "5.375rem"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"weight": {
|
|
5
|
+
"book": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "450"
|
|
10
|
+
},
|
|
11
|
+
"condMedium": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "500"
|
|
16
|
+
},
|
|
17
|
+
"condNews": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "450"
|
|
22
|
+
},
|
|
23
|
+
"light": {
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"value": "300"
|
|
28
|
+
},
|
|
29
|
+
"medium": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"value": "500"
|
|
34
|
+
},
|
|
35
|
+
"regular": {
|
|
36
|
+
"deprecated": false,
|
|
37
|
+
"public": true,
|
|
38
|
+
"type": "semantic",
|
|
39
|
+
"value": "400"
|
|
40
|
+
},
|
|
41
|
+
"semibold": {
|
|
42
|
+
"deprecated": false,
|
|
43
|
+
"public": true,
|
|
44
|
+
"type": "semantic",
|
|
45
|
+
"value": "600"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -108,6 +108,13 @@
|
|
|
108
108
|
"usage": "Primary button text color",
|
|
109
109
|
"value": "{color.white.value}"
|
|
110
110
|
},
|
|
111
|
+
"textDisabled": {
|
|
112
|
+
"deprecated": false,
|
|
113
|
+
"public": true,
|
|
114
|
+
"type": "semantic",
|
|
115
|
+
"usage": "Primary button text disabled color",
|
|
116
|
+
"value": "{color.white.value}"
|
|
117
|
+
},
|
|
111
118
|
"textInverse": {
|
|
112
119
|
"deprecated": false,
|
|
113
120
|
"public": true,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"family": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "Good OT"
|
|
10
|
+
},
|
|
11
|
+
"default": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "AS Circular"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -108,6 +108,13 @@
|
|
|
108
108
|
"usage": "Primary button text color",
|
|
109
109
|
"value": "{color.white.value}"
|
|
110
110
|
},
|
|
111
|
+
"textDisabled": {
|
|
112
|
+
"deprecated": false,
|
|
113
|
+
"public": true,
|
|
114
|
+
"type": "semantic",
|
|
115
|
+
"usage": "Primary button text disabled color",
|
|
116
|
+
"value": "{color.white.value}"
|
|
117
|
+
},
|
|
111
118
|
"textInverse": {
|
|
112
119
|
"deprecated": false,
|
|
113
120
|
"public": true,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"family": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "AS Circular"
|
|
10
|
+
},
|
|
11
|
+
"default": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "AS Circular"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"public": true,
|
|
16
16
|
"type": "semantic",
|
|
17
17
|
"usage": "",
|
|
18
|
-
"value": "{color.midnight.
|
|
18
|
+
"value": "{color.midnight.100.value}"
|
|
19
19
|
},
|
|
20
20
|
"backgroundHover": {
|
|
21
21
|
"deprecated": false,
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"public": true,
|
|
72
72
|
"type": "semantic",
|
|
73
73
|
"usage": "",
|
|
74
|
-
"value": "{color.midnight.
|
|
74
|
+
"value": "{color.midnight.100.value}"
|
|
75
75
|
},
|
|
76
76
|
"borderHover": {
|
|
77
77
|
"deprecated": false,
|
|
@@ -108,6 +108,13 @@
|
|
|
108
108
|
"usage": "Primary button text color",
|
|
109
109
|
"value": "{basic.color.brand.primary.value}"
|
|
110
110
|
},
|
|
111
|
+
"textDisabled": {
|
|
112
|
+
"deprecated": false,
|
|
113
|
+
"public": true,
|
|
114
|
+
"type": "semantic",
|
|
115
|
+
"usage": "Primary button text disabled color",
|
|
116
|
+
"value": "{basic.color.texticon.disabled.value}"
|
|
117
|
+
},
|
|
111
118
|
"textInverse": {
|
|
112
119
|
"deprecated": false,
|
|
113
120
|
"public": true,
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"public": true,
|
|
15
15
|
"type": "semantic",
|
|
16
16
|
"usage": "First class fare brand color",
|
|
17
|
-
"value": "{color.
|
|
17
|
+
"value": "{color.midnight.900.value}"
|
|
18
18
|
},
|
|
19
19
|
"economy": {
|
|
20
20
|
"deprecated": false,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"public": true,
|
|
29
29
|
"type": "semantic",
|
|
30
30
|
"usage": "First class fare brand color",
|
|
31
|
-
"value": "{color.
|
|
31
|
+
"value": "{color.midnight.1000.value}"
|
|
32
32
|
},
|
|
33
33
|
"premiumeconomy": {
|
|
34
34
|
"deprecated": false,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"family": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "Teodor"
|
|
10
|
+
},
|
|
11
|
+
"default": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "AS Circular"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"public": true,
|
|
16
16
|
"type": "semantic",
|
|
17
17
|
"usage": "",
|
|
18
|
-
"value": "{color.midnight.
|
|
18
|
+
"value": "{color.midnight.100.value}"
|
|
19
19
|
},
|
|
20
20
|
"backgroundHover": {
|
|
21
21
|
"deprecated": false,
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"public": true,
|
|
72
72
|
"type": "semantic",
|
|
73
73
|
"usage": "",
|
|
74
|
-
"value": "{color.midnight.
|
|
74
|
+
"value": "{color.midnight.100.value}"
|
|
75
75
|
},
|
|
76
76
|
"borderHover": {
|
|
77
77
|
"deprecated": false,
|
|
@@ -108,6 +108,13 @@
|
|
|
108
108
|
"usage": "Primary button text color",
|
|
109
109
|
"value": "{basic.color.brand.primary.value}"
|
|
110
110
|
},
|
|
111
|
+
"textDisabled": {
|
|
112
|
+
"deprecated": false,
|
|
113
|
+
"public": true,
|
|
114
|
+
"type": "semantic",
|
|
115
|
+
"usage": "Primary button text disabled color",
|
|
116
|
+
"value": "{basic.color.texticon.disabled.value}"
|
|
117
|
+
},
|
|
111
118
|
"textInverse": {
|
|
112
119
|
"deprecated": false,
|
|
113
120
|
"public": true,
|
|
@@ -7,28 +7,28 @@
|
|
|
7
7
|
"public": true,
|
|
8
8
|
"type": "semantic",
|
|
9
9
|
"usage": "Basic fare brand color",
|
|
10
|
-
"value": "{color.
|
|
10
|
+
"value": "{color.bliss.400.value}"
|
|
11
11
|
},
|
|
12
12
|
"business": {
|
|
13
13
|
"deprecated": false,
|
|
14
14
|
"public": true,
|
|
15
15
|
"type": "semantic",
|
|
16
16
|
"usage": "First class fare brand color",
|
|
17
|
-
"value": "{color.
|
|
17
|
+
"value": "{color.midnight.900.value}"
|
|
18
18
|
},
|
|
19
19
|
"economy": {
|
|
20
20
|
"deprecated": false,
|
|
21
21
|
"public": true,
|
|
22
22
|
"type": "semantic",
|
|
23
23
|
"usage": "Economy fare brand color",
|
|
24
|
-
"value": "{color.
|
|
24
|
+
"value": "{color.atlas.500.value}"
|
|
25
25
|
},
|
|
26
26
|
"first": {
|
|
27
27
|
"deprecated": false,
|
|
28
28
|
"public": true,
|
|
29
29
|
"type": "semantic",
|
|
30
30
|
"usage": "First class fare brand color",
|
|
31
|
-
"value": "{color.
|
|
31
|
+
"value": "{color.midnight.1000.value}"
|
|
32
32
|
},
|
|
33
33
|
"premiumeconomy": {
|
|
34
34
|
"deprecated": false,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"family": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "Teodor"
|
|
10
|
+
},
|
|
11
|
+
"default": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "AS Circular"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"font": {
|
|
3
3
|
"family": {
|
|
4
4
|
"default": {
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "{asset.font.circular.familyName.value}, Helvetica Neue, Arial, sans-serif",
|
|
6
6
|
"type": "semantic",
|
|
7
7
|
"public": true,
|
|
8
8
|
"deprecated": true
|
|
9
9
|
},
|
|
10
10
|
"mono": {
|
|
11
|
-
"value": "Menlo, Monaco, Consolas,
|
|
11
|
+
"value": "Menlo, Monaco, Consolas, Courier New, monospace",
|
|
12
12
|
"type": "semantic",
|
|
13
13
|
"public": true,
|
|
14
14
|
"deprecated": true
|
|
@@ -108,6 +108,13 @@
|
|
|
108
108
|
"usage": "Primary button text color",
|
|
109
109
|
"value": "{color.white.value}"
|
|
110
110
|
},
|
|
111
|
+
"textDisabled": {
|
|
112
|
+
"deprecated": false,
|
|
113
|
+
"public": true,
|
|
114
|
+
"type": "semantic",
|
|
115
|
+
"usage": "Primary button text disabled color",
|
|
116
|
+
"value": "{color.white.value}"
|
|
117
|
+
},
|
|
111
118
|
"textInverse": {
|
|
112
119
|
"deprecated": false,
|
|
113
120
|
"public": true,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"family": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "Chronicle Display"
|
|
10
|
+
},
|
|
11
|
+
"default": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "Slate Pro"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|