@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
|
@@ -1,175 +1,205 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 03 Apr 2025 22:28:55 GMT
|
|
4
4
|
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
13
|
-
$
|
|
14
|
-
$
|
|
15
|
-
$
|
|
16
|
-
$
|
|
17
|
-
$
|
|
18
|
-
$
|
|
19
|
-
$
|
|
20
|
-
$
|
|
21
|
-
$
|
|
22
|
-
$
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$
|
|
27
|
-
$
|
|
28
|
-
$
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
32
|
-
$
|
|
33
|
-
$
|
|
34
|
-
$
|
|
35
|
-
$
|
|
36
|
-
$
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
$
|
|
40
|
-
$
|
|
41
|
-
$
|
|
42
|
-
$
|
|
43
|
-
$
|
|
44
|
-
$
|
|
45
|
-
$
|
|
46
|
-
$
|
|
47
|
-
$
|
|
48
|
-
$
|
|
49
|
-
$
|
|
50
|
-
$
|
|
51
|
-
$
|
|
52
|
-
$
|
|
53
|
-
$
|
|
54
|
-
$
|
|
55
|
-
$
|
|
56
|
-
$
|
|
57
|
-
$
|
|
58
|
-
$
|
|
59
|
-
$
|
|
60
|
-
$
|
|
61
|
-
$
|
|
62
|
-
$
|
|
63
|
-
$
|
|
64
|
-
$
|
|
65
|
-
$
|
|
66
|
-
$
|
|
67
|
-
$
|
|
68
|
-
$
|
|
69
|
-
$
|
|
70
|
-
$
|
|
71
|
-
$
|
|
72
|
-
$
|
|
73
|
-
$
|
|
74
|
-
$
|
|
75
|
-
$
|
|
76
|
-
$
|
|
77
|
-
$
|
|
78
|
-
$
|
|
79
|
-
$
|
|
80
|
-
$
|
|
81
|
-
$
|
|
82
|
-
$
|
|
83
|
-
$
|
|
84
|
-
$
|
|
85
|
-
$
|
|
86
|
-
$
|
|
87
|
-
$
|
|
88
|
-
$
|
|
89
|
-
$
|
|
90
|
-
$
|
|
91
|
-
$
|
|
92
|
-
$
|
|
93
|
-
$
|
|
94
|
-
$
|
|
95
|
-
$
|
|
96
|
-
$
|
|
97
|
-
$
|
|
98
|
-
$
|
|
99
|
-
$
|
|
100
|
-
$
|
|
101
|
-
$
|
|
102
|
-
$
|
|
103
|
-
$
|
|
104
|
-
$
|
|
105
|
-
$
|
|
106
|
-
$
|
|
107
|
-
$
|
|
108
|
-
$
|
|
109
|
-
$
|
|
110
|
-
$
|
|
111
|
-
$
|
|
112
|
-
$
|
|
113
|
-
$
|
|
114
|
-
$
|
|
115
|
-
$
|
|
116
|
-
$
|
|
117
|
-
$
|
|
118
|
-
$
|
|
119
|
-
$
|
|
120
|
-
$
|
|
121
|
-
$
|
|
122
|
-
$
|
|
123
|
-
$
|
|
124
|
-
$
|
|
125
|
-
$
|
|
126
|
-
$
|
|
127
|
-
$
|
|
128
|
-
$
|
|
129
|
-
$
|
|
130
|
-
$
|
|
131
|
-
$
|
|
132
|
-
$
|
|
133
|
-
$
|
|
134
|
-
$
|
|
135
|
-
$
|
|
136
|
-
$
|
|
137
|
-
$
|
|
138
|
-
$
|
|
139
|
-
$
|
|
140
|
-
$
|
|
141
|
-
$
|
|
142
|
-
$
|
|
143
|
-
$
|
|
144
|
-
$
|
|
145
|
-
$
|
|
146
|
-
$
|
|
147
|
-
$
|
|
148
|
-
$
|
|
149
|
-
$
|
|
150
|
-
$
|
|
151
|
-
$
|
|
152
|
-
$
|
|
153
|
-
$
|
|
154
|
-
$
|
|
155
|
-
$
|
|
156
|
-
$
|
|
157
|
-
$
|
|
158
|
-
$
|
|
159
|
-
$
|
|
160
|
-
$
|
|
161
|
-
$
|
|
162
|
-
$
|
|
163
|
-
$
|
|
164
|
-
$
|
|
165
|
-
$
|
|
166
|
-
$
|
|
167
|
-
$
|
|
168
|
-
$
|
|
169
|
-
$
|
|
170
|
-
$
|
|
171
|
-
$
|
|
172
|
-
$
|
|
173
|
-
$
|
|
174
|
-
$
|
|
175
|
-
$
|
|
5
|
+
$ha-color-alohapink-100: #fdf1f8;
|
|
6
|
+
$ha-color-alohapink-200: #fad8eb;
|
|
7
|
+
$ha-color-alohapink-300: #f5bede;
|
|
8
|
+
$ha-color-alohapink-400: #f0a5d2;
|
|
9
|
+
$ha-color-alohapink-500: #e26db8;
|
|
10
|
+
$ha-color-alohapink-600: #ce0c88;
|
|
11
|
+
$ha-color-alohapink-700: #a91770;
|
|
12
|
+
$ha-color-alohapink-800: #831a57;
|
|
13
|
+
$ha-color-alohapink-900: #5f1940;
|
|
14
|
+
$ha-color-alohapink-1000: #3d152a;
|
|
15
|
+
$ha-color-kaunaoa-100: #fcf3e9;
|
|
16
|
+
$ha-color-kaunaoa-200: #f6dbbc;
|
|
17
|
+
$ha-color-kaunaoa-300: #f2ca9c;
|
|
18
|
+
$ha-color-kaunaoa-400: #edb97d;
|
|
19
|
+
$ha-color-kaunaoa-500: #e7a14f;
|
|
20
|
+
$ha-color-kaunaoa-600: #e39131;
|
|
21
|
+
$ha-color-kaunaoa-700: #c6771b;
|
|
22
|
+
$ha-color-kaunaoa-800: #995c15;
|
|
23
|
+
$ha-color-kaunaoa-900: #6c410f;
|
|
24
|
+
$ha-color-kaunaoa-1000: #3a2308;
|
|
25
|
+
$ha-color-kukui-100: #eef7ee;
|
|
26
|
+
$ha-color-kukui-200: #d2e9d4;
|
|
27
|
+
$ha-color-kukui-300: #b0d9b2;
|
|
28
|
+
$ha-color-kukui-400: #8ec891;
|
|
29
|
+
$ha-color-kukui-500: #76bc78;
|
|
30
|
+
$ha-color-kukui-600: #5db060;
|
|
31
|
+
$ha-color-kukui-700: #48934b;
|
|
32
|
+
$ha-color-kukui-800: #377139;
|
|
33
|
+
$ha-color-kukui-900: #264f28;
|
|
34
|
+
$ha-color-kukui-1000: #162d17;
|
|
35
|
+
$ha-color-marine-100: #eaeefa;
|
|
36
|
+
$ha-color-marine-200: #c0ccf1;
|
|
37
|
+
$ha-color-marine-300: #b0beed;
|
|
38
|
+
$ha-color-marine-400: #9bade9;
|
|
39
|
+
$ha-color-marine-500: #8298e3;
|
|
40
|
+
$ha-color-marine-600: #718bdf;
|
|
41
|
+
$ha-color-marine-700: #5876da;
|
|
42
|
+
$ha-color-marine-800: #4768d6;
|
|
43
|
+
$ha-color-marine-900: #2b4dc0;
|
|
44
|
+
$ha-color-marine-1000: #182c6c;
|
|
45
|
+
$ha-color-ocean-100: #ecf6f8;
|
|
46
|
+
$ha-color-ocean-200: #cbe6ec;
|
|
47
|
+
$ha-color-ocean-300: #a8d6df;
|
|
48
|
+
$ha-color-ocean-400: #83c6d3;
|
|
49
|
+
$ha-color-ocean-500: #59b6c7;
|
|
50
|
+
$ha-color-ocean-600: #00a5ba;
|
|
51
|
+
$ha-color-ocean-700: #158798;
|
|
52
|
+
$ha-color-ocean-800: #1b6976;
|
|
53
|
+
$ha-color-ocean-900: #1b4c55;
|
|
54
|
+
$ha-color-ocean-1000: #173136;
|
|
55
|
+
$ha-color-royalpurple-100: #edeaf4;
|
|
56
|
+
$ha-color-royalpurple-200: #ccc5e0;
|
|
57
|
+
$ha-color-royalpurple-300: #aca1cc;
|
|
58
|
+
$ha-color-royalpurple-400: #8c7eb8;
|
|
59
|
+
$ha-color-royalpurple-500: #6b5da4;
|
|
60
|
+
$ha-color-royalpurple-600: #463c8f;
|
|
61
|
+
$ha-color-royalpurple-700: #3c3376;
|
|
62
|
+
$ha-color-royalpurple-800: #31295c;
|
|
63
|
+
$ha-color-royalpurple-900: #262043;
|
|
64
|
+
$ha-color-royalpurple-1000: #1b172c;
|
|
65
|
+
$ha-color-sunset-100: #ffeeea;
|
|
66
|
+
$ha-color-sunset-200: #ffcfc5;
|
|
67
|
+
$ha-color-sunset-300: #ffb0a2;
|
|
68
|
+
$ha-color-sunset-400: #ff9080;
|
|
69
|
+
$ha-color-sunset-500: #f86e5f;
|
|
70
|
+
$ha-color-sunset-600: #ee453d;
|
|
71
|
+
$ha-color-sunset-700: #c33c34;
|
|
72
|
+
$ha-color-sunset-800: #97322a;
|
|
73
|
+
$ha-color-sunset-900: #6d2721;
|
|
74
|
+
$ha-color-sunset-1000: #451c17;
|
|
75
|
+
$ha-color-black: #000000;
|
|
76
|
+
$ha-color-white: #ffffff;
|
|
77
|
+
$ha-color-oneworld-emerald: #139142;
|
|
78
|
+
$ha-color-oneworld-ruby: #a41d4a;
|
|
79
|
+
$ha-color-oneworld-sapphire: #015daa;
|
|
80
|
+
$ha-color-gray-50: #f7f7f7;
|
|
81
|
+
$ha-color-gray-100: #f2f2f2;
|
|
82
|
+
$ha-color-gray-200: #dddddd;
|
|
83
|
+
$ha-color-gray-250: #d0d0d0;
|
|
84
|
+
$ha-color-gray-300: #c5c5c5;
|
|
85
|
+
$ha-color-gray-400: #adadad;
|
|
86
|
+
$ha-color-gray-500: #959595;
|
|
87
|
+
$ha-color-gray-600: #7e7e7e;
|
|
88
|
+
$ha-color-gray-700: #676767;
|
|
89
|
+
$ha-color-gray-800: #525252;
|
|
90
|
+
$ha-color-gray-900: #3d3d3d;
|
|
91
|
+
$ha-color-gray-1000: #2a2a2a;
|
|
92
|
+
$ha-color-neutral-100: #f7f8fa;
|
|
93
|
+
$ha-color-neutral-200: #e4e8ec;
|
|
94
|
+
$ha-color-neutral-300: #ccd2db;
|
|
95
|
+
$ha-color-neutral-400: #afb9c6;
|
|
96
|
+
$ha-color-neutral-500: #939fad;
|
|
97
|
+
$ha-color-neutral-600: #7e8894;
|
|
98
|
+
$ha-color-neutral-700: #6a717c;
|
|
99
|
+
$ha-color-neutral-800: #585e67;
|
|
100
|
+
$ha-color-neutral-900: #484d55;
|
|
101
|
+
$ha-color-neutral-1000: #393d43;
|
|
102
|
+
$ha-color-status-error-100: #fddede;
|
|
103
|
+
$ha-color-status-error-200: #f9a4a8;
|
|
104
|
+
$ha-color-status-error-300: #f0898d;
|
|
105
|
+
$ha-color-status-error-400: #f15f65;
|
|
106
|
+
$ha-color-status-error-500: #e8454b;
|
|
107
|
+
$ha-color-status-error-600: #e53339;
|
|
108
|
+
$ha-color-status-error-700: #e31f26;
|
|
109
|
+
$ha-color-status-error-800: #b1161c;
|
|
110
|
+
$ha-color-status-error-900: #7a0f13;
|
|
111
|
+
$ha-color-status-error-1000: #44090b;
|
|
112
|
+
$ha-color-status-help-100: #e8f2f8;
|
|
113
|
+
$ha-color-status-help-200: #dbe6f0;
|
|
114
|
+
$ha-color-status-help-300: #abc7de;
|
|
115
|
+
$ha-color-status-help-400: #7eabcd;
|
|
116
|
+
$ha-color-status-help-500: #5494c0;
|
|
117
|
+
$ha-color-status-help-600: #007db1;
|
|
118
|
+
$ha-color-status-help-700: #136791;
|
|
119
|
+
$ha-color-status-help-800: #195170;
|
|
120
|
+
$ha-color-status-help-900: #193b51;
|
|
121
|
+
$ha-color-status-help-1000: #152734;
|
|
122
|
+
$ha-color-status-success-100: #e4f1da;
|
|
123
|
+
$ha-color-status-success-200: #b6de9b;
|
|
124
|
+
$ha-color-status-success-300: #96cf6e;
|
|
125
|
+
$ha-color-status-success-400: #7ac248;
|
|
126
|
+
$ha-color-status-success-500: #5da72a;
|
|
127
|
+
$ha-color-status-success-600: #529325;
|
|
128
|
+
$ha-color-status-success-700: #447a1f;
|
|
129
|
+
$ha-color-status-success-800: #325a16;
|
|
130
|
+
$ha-color-status-success-900: #294912;
|
|
131
|
+
$ha-color-status-success-1000: #17290a;
|
|
132
|
+
$ha-color-status-warn-100: #fff6d1;
|
|
133
|
+
$ha-color-status-warn-200: #ffe382;
|
|
134
|
+
$ha-color-status-warn-300: #fac200;
|
|
135
|
+
$ha-color-status-warn-400: #e0ae00;
|
|
136
|
+
$ha-color-status-warn-500: #bd9200;
|
|
137
|
+
$ha-color-status-warn-600: #9e7b00;
|
|
138
|
+
$ha-color-status-warn-700: #856700;
|
|
139
|
+
$ha-color-status-warn-800: #6b5300;
|
|
140
|
+
$ha-color-status-warn-900: #523f00;
|
|
141
|
+
$ha-color-status-warn-1000: #382b00;
|
|
142
|
+
$ha-font-family-chronicle-display: Chronicle Display;
|
|
143
|
+
$ha-font-family-slate-pro: Slate Pro;
|
|
144
|
+
$ha-font-size-10: 10px;
|
|
145
|
+
$ha-font-size-12: 12px;
|
|
146
|
+
$ha-font-size-14: 14px;
|
|
147
|
+
$ha-font-size-16: 16px;
|
|
148
|
+
$ha-font-size-18: 18px;
|
|
149
|
+
$ha-font-size-20: 20px;
|
|
150
|
+
$ha-font-size-22: 22px;
|
|
151
|
+
$ha-font-size-24: 24px;
|
|
152
|
+
$ha-font-size-26: 26px;
|
|
153
|
+
$ha-font-size-28: 28px;
|
|
154
|
+
$ha-font-size-32: 32px;
|
|
155
|
+
$ha-font-size-36: 36px;
|
|
156
|
+
$ha-font-size-38: 38px;
|
|
157
|
+
$ha-font-size-40: 40px;
|
|
158
|
+
$ha-font-size-44: 44px;
|
|
159
|
+
$ha-font-size-48: 48px;
|
|
160
|
+
$ha-font-size-56: 56px;
|
|
161
|
+
$ha-font-size-64: 64px;
|
|
162
|
+
$ha-font-size-72: 72px;
|
|
163
|
+
$ha-font-size-86: 86px;
|
|
164
|
+
$ha-font-line-height-14: 14px;
|
|
165
|
+
$ha-font-line-height-16: 16px;
|
|
166
|
+
$ha-font-line-height-20: 20px;
|
|
167
|
+
$ha-font-line-height-24: 24px;
|
|
168
|
+
$ha-font-line-height-26: 26px;
|
|
169
|
+
$ha-font-line-height-100: 100%;
|
|
170
|
+
$ha-font-line-height-130: 130%;
|
|
171
|
+
$ha-font-letter-spacing-xs: -.02px;
|
|
172
|
+
$ha-font-letter-spacing-sm: .05em;
|
|
173
|
+
$ha-font-letter-spacing-md: .10em;
|
|
174
|
+
$ha-font-weight-light: Light;
|
|
175
|
+
$ha-font-weight-book: Book;
|
|
176
|
+
$ha-font-weight-regular: Regular;
|
|
177
|
+
$ha-font-weight-cond-news: Cond News;
|
|
178
|
+
$ha-font-weight-cond-medium: Cond Medium;
|
|
179
|
+
$ha-font-weight-semibold: Semibold;
|
|
180
|
+
$ha-transparency-black-5: #0000000d;
|
|
181
|
+
$ha-transparency-black-10: #0000001a;
|
|
182
|
+
$ha-transparency-black-15: #00000026;
|
|
183
|
+
$ha-transparency-black-20: #00000033;
|
|
184
|
+
$ha-transparency-black-30: #0000004d;
|
|
185
|
+
$ha-transparency-black-40: #00000066;
|
|
186
|
+
$ha-transparency-black-50: #00000080;
|
|
187
|
+
$ha-transparency-black-55: #0000008c;
|
|
188
|
+
$ha-transparency-black-60: #00000099;
|
|
189
|
+
$ha-transparency-black-70: #000000b2;
|
|
190
|
+
$ha-transparency-black-75: #000000bf;
|
|
191
|
+
$ha-transparency-black-80: #000000cc;
|
|
192
|
+
$ha-transparency-black-90: #000000e5;
|
|
193
|
+
$ha-transparency-white-5: #ffffff0d;
|
|
194
|
+
$ha-transparency-white-10: #ffffffe6;
|
|
195
|
+
$ha-transparency-white-15: #ffffff1a;
|
|
196
|
+
$ha-transparency-white-20: #ffffff33;
|
|
197
|
+
$ha-transparency-white-30: #ffffff4d;
|
|
198
|
+
$ha-transparency-white-40: #ffffff66;
|
|
199
|
+
$ha-transparency-white-50: #ffffff80;
|
|
200
|
+
$ha-transparency-white-55: #ffffff8c;
|
|
201
|
+
$ha-transparency-white-60: #ffffff99;
|
|
202
|
+
$ha-transparency-white-70: #ffffffb2;
|
|
203
|
+
$ha-transparency-white-75: #ffffffbf;
|
|
204
|
+
$ha-transparency-white-80: #ffffffcc;
|
|
205
|
+
$ha-transparency-white-90: #ffffffe5;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0",
|
|
4
4
|
"description": "Alaska Air Auro Design System token repository",
|
|
5
5
|
"homepage": "https://github.com/AlaskaAirlines/DesignTokens",
|
|
6
6
|
"author": "Alaska Airlines Product design and engineering",
|
|
@@ -1,22 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"font": {
|
|
3
3
|
"family": {
|
|
4
|
-
"
|
|
4
|
+
"asCircular": {
|
|
5
5
|
"value": "AS Circular",
|
|
6
6
|
"type": "primitive",
|
|
7
7
|
"public": false,
|
|
8
8
|
"default": true,
|
|
9
9
|
"deprecated": false
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"value": "
|
|
13
|
-
"type": "primitive",
|
|
14
|
-
"public": false,
|
|
15
|
-
"default": true,
|
|
16
|
-
"deprecated": false
|
|
17
|
-
},
|
|
18
|
-
"heading": {
|
|
19
|
-
"value": "AS Circular",
|
|
11
|
+
"goodOt": {
|
|
12
|
+
"value": "Good OT",
|
|
20
13
|
"type": "primitive",
|
|
21
14
|
"public": false,
|
|
22
15
|
"default": true,
|
|
@@ -24,4 +17,4 @@
|
|
|
24
17
|
}
|
|
25
18
|
}
|
|
26
19
|
}
|
|
27
|
-
}
|
|
20
|
+
}
|
|
@@ -1,22 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"font": {
|
|
3
3
|
"family": {
|
|
4
|
-
"
|
|
4
|
+
"asCircular": {
|
|
5
5
|
"value": "AS Circular",
|
|
6
6
|
"type": "primitive",
|
|
7
7
|
"public": false,
|
|
8
8
|
"default": true,
|
|
9
9
|
"deprecated": false
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"value": "
|
|
13
|
-
"type": "primitive",
|
|
14
|
-
"public": false,
|
|
15
|
-
"default": true,
|
|
16
|
-
"deprecated": false
|
|
17
|
-
},
|
|
18
|
-
"heading": {
|
|
19
|
-
"value": "AS Circular",
|
|
11
|
+
"goodOt": {
|
|
12
|
+
"value": "Good OT",
|
|
20
13
|
"type": "primitive",
|
|
21
14
|
"public": false,
|
|
22
15
|
"default": true,
|
|
@@ -24,4 +17,4 @@
|
|
|
24
17
|
}
|
|
25
18
|
}
|
|
26
19
|
}
|
|
27
|
-
}
|
|
20
|
+
}
|