@aurodesignsystem/design-tokens 5.5.0 → 5.6.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 +28 -0
- package/dist/CSSCustomProperties--bundled.css +805 -153
- package/dist/alaska/CSSCustomProperties--alaska.css +415 -88
- package/dist/alaska/JSONVariablesNested--alaska.json +636 -133
- package/dist/alaska/JSObject--allTokens.js +14129 -2689
- package/dist/alaska/SCSSVariables--alaska.scss +415 -88
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +415 -88
- package/dist/alaska/primitives--alaska.scss +35 -34
- package/dist/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +1 -1
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +391 -66
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +614 -93
- package/dist/hawaiian/JSObject--allTokens.js +13996 -2622
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +391 -66
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +392 -67
- package/dist/hawaiian/primitives--hawaiian.scss +25 -24
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +6 -6
- package/src/primitives/alaska/color.json +456 -456
- package/src/primitives/alaska/font.json +9 -9
- package/src/primitives/base/color.json +284 -284
- package/src/primitives/base/font.json +186 -175
- package/src/primitives/base/transparency.json +108 -108
- package/src/primitives/hawaiian/color.json +287 -287
- package/src/primitives/hawaiian/font.json +9 -9
- package/src/themes/alaska/advanced/accents.json +104 -0
- package/src/themes/alaska/advanced/boolean.json +134 -128
- package/src/themes/alaska/advanced/button/primary.json +146 -0
- package/src/themes/alaska/advanced/button/secondary.json +106 -0
- package/src/themes/alaska/advanced/button/tertiary.json +98 -0
- package/src/themes/alaska/advanced/hyperlink.json +19 -43
- package/src/themes/alaska/advanced/shared.json +30 -30
- package/src/themes/alaska/advanced/state.json +60 -60
- package/src/themes/alaska/basic/color/border.json +43 -45
- package/src/themes/alaska/basic/color/brand.json +61 -61
- package/src/themes/alaska/basic/color/fare-brand.json +44 -44
- package/src/themes/alaska/basic/color/page-background.json +9 -9
- package/src/themes/alaska/basic/color/status.json +36 -37
- package/src/themes/alaska/basic/color/surface.json +72 -80
- package/src/themes/alaska/basic/color/text-icon.json +37 -77
- package/src/themes/alaska/basic/corner-radius.json +15 -15
- package/src/themes/alaska/basic/font/accent.json +847 -217
- package/src/themes/alaska/basic/font/body.json +203 -48
- package/src/themes/alaska/basic/font/display.json +727 -187
- package/src/themes/alaska/basic/font/heading.json +725 -182
- package/src/themes/alaska-classic/typography.json +124 -124
- package/src/themes/hawaiian/advanced/accents.json +104 -0
- package/src/themes/hawaiian/advanced/boolean.json +134 -128
- package/src/themes/hawaiian/advanced/button/primary.json +146 -0
- package/src/themes/hawaiian/advanced/button/secondary.json +106 -0
- package/src/themes/hawaiian/advanced/button/tertiary.json +98 -0
- package/src/themes/hawaiian/advanced/hyperlink.json +19 -43
- package/src/themes/hawaiian/advanced/shared.json +30 -30
- package/src/themes/hawaiian/advanced/state.json +60 -60
- package/src/themes/hawaiian/basic/color/border.json +28 -29
- package/src/themes/hawaiian/basic/color/brand.json +48 -49
- package/src/themes/hawaiian/basic/color/fare-brand.json +41 -42
- package/src/themes/hawaiian/basic/color/page-background.json +8 -9
- package/src/themes/hawaiian/basic/color/status.json +36 -37
- package/src/themes/hawaiian/basic/color/surface.json +40 -41
- package/src/themes/hawaiian/basic/color/text-icon.json +37 -39
- package/src/themes/hawaiian/basic/corner-radius.json +30 -0
- package/src/themes/hawaiian/basic/font/accent.json +846 -216
- package/src/themes/hawaiian/basic/font/body.json +202 -47
- package/src/themes/hawaiian/basic/font/display.json +788 -0
- package/src/themes/hawaiian/basic/font/heading.json +724 -184
- package/src/themes/alaska/advanced/button.json +0 -262
- package/src/themes/hawaiian/advanced/button.json +0 -334
- package/src/themes/hawaiian/basic/color/color.json +0 -57
- package/src/themes/hawaiian/basic/font/typography.json +0 -248
|
@@ -2,60 +2,215 @@
|
|
|
2
2
|
"basic": {
|
|
3
3
|
"text": {
|
|
4
4
|
"body": {
|
|
5
|
-
"lg": {
|
|
6
|
-
"fontFamily": "{font.family.slatePro.value}",
|
|
7
|
-
"fontSize": "{font.size.18.value}",
|
|
8
|
-
"lineHeight": "{font.lineHeight.26.value}",
|
|
9
|
-
"fontWeight": "{font.weight.regular.value}",
|
|
10
|
-
"type": "semantic",
|
|
11
|
-
"public": true,
|
|
12
|
-
"default": true,
|
|
13
|
-
"usage": "",
|
|
14
|
-
"deprecated": false
|
|
15
|
-
},
|
|
16
5
|
"default": {
|
|
17
|
-
"fontFamily":
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
6
|
+
"fontFamily": {
|
|
7
|
+
"default": true,
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"public": true,
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"usage": "",
|
|
12
|
+
"value": "{font.family.slatePro.value}"
|
|
13
|
+
},
|
|
14
|
+
"fontSize": {
|
|
15
|
+
"default": true,
|
|
16
|
+
"deprecated": false,
|
|
17
|
+
"public": true,
|
|
18
|
+
"type": "semantic",
|
|
19
|
+
"usage": "",
|
|
20
|
+
"value": "{font.size.16.value}"
|
|
21
|
+
},
|
|
22
|
+
"fontWeight": {
|
|
23
|
+
"default": true,
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"usage": "",
|
|
28
|
+
"value": "{font.weight.400.value}"
|
|
29
|
+
},
|
|
30
|
+
"letterSpacing": {
|
|
31
|
+
"default": true,
|
|
32
|
+
"deprecated": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"type": "semantic",
|
|
35
|
+
"usage": "",
|
|
36
|
+
"value": "{font.letterSpacing.xs.value}"
|
|
37
|
+
},
|
|
38
|
+
"lineHeight": {
|
|
39
|
+
"default": true,
|
|
40
|
+
"deprecated": false,
|
|
41
|
+
"public": true,
|
|
42
|
+
"type": "semantic",
|
|
43
|
+
"usage": "",
|
|
44
|
+
"value": "{font.lineHeight.px.24.value}"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"lg": {
|
|
48
|
+
"fontFamily": {
|
|
49
|
+
"default": true,
|
|
50
|
+
"deprecated": false,
|
|
51
|
+
"public": true,
|
|
52
|
+
"type": "semantic",
|
|
53
|
+
"usage": "",
|
|
54
|
+
"value": "{font.family.slatePro.value}"
|
|
55
|
+
},
|
|
56
|
+
"fontSize": {
|
|
57
|
+
"default": true,
|
|
58
|
+
"deprecated": false,
|
|
59
|
+
"public": true,
|
|
60
|
+
"type": "semantic",
|
|
61
|
+
"usage": "",
|
|
62
|
+
"value": "{font.size.18.value}"
|
|
63
|
+
},
|
|
64
|
+
"fontWeight": {
|
|
65
|
+
"default": true,
|
|
66
|
+
"deprecated": false,
|
|
67
|
+
"public": true,
|
|
68
|
+
"type": "semantic",
|
|
69
|
+
"usage": "",
|
|
70
|
+
"value": "{font.weight.400.value}"
|
|
71
|
+
},
|
|
72
|
+
"letterSpacing": {
|
|
73
|
+
"default": true,
|
|
74
|
+
"deprecated": false,
|
|
75
|
+
"public": true,
|
|
76
|
+
"type": "semantic",
|
|
77
|
+
"usage": "",
|
|
78
|
+
"value": "{font.letterSpacing.xs.value}"
|
|
79
|
+
},
|
|
80
|
+
"lineHeight": {
|
|
81
|
+
"default": true,
|
|
82
|
+
"deprecated": false,
|
|
83
|
+
"public": true,
|
|
84
|
+
"type": "semantic",
|
|
85
|
+
"usage": "",
|
|
86
|
+
"value": "{font.lineHeight.px.26.value}"
|
|
87
|
+
}
|
|
26
88
|
},
|
|
27
89
|
"sm": {
|
|
28
|
-
"fontFamily":
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
90
|
+
"fontFamily": {
|
|
91
|
+
"default": true,
|
|
92
|
+
"deprecated": false,
|
|
93
|
+
"public": true,
|
|
94
|
+
"type": "semantic",
|
|
95
|
+
"usage": "",
|
|
96
|
+
"value": "{font.family.slatePro.value}"
|
|
97
|
+
},
|
|
98
|
+
"fontSize": {
|
|
99
|
+
"default": true,
|
|
100
|
+
"deprecated": false,
|
|
101
|
+
"public": true,
|
|
102
|
+
"type": "semantic",
|
|
103
|
+
"usage": "",
|
|
104
|
+
"value": "{font.size.14.value}"
|
|
105
|
+
},
|
|
106
|
+
"fontWeight": {
|
|
107
|
+
"default": true,
|
|
108
|
+
"deprecated": false,
|
|
109
|
+
"public": true,
|
|
110
|
+
"type": "semantic",
|
|
111
|
+
"usage": "",
|
|
112
|
+
"value": "{font.weight.400.value}"
|
|
113
|
+
},
|
|
114
|
+
"letterSpacing": {
|
|
115
|
+
"default": true,
|
|
116
|
+
"deprecated": false,
|
|
117
|
+
"public": true,
|
|
118
|
+
"type": "semantic",
|
|
119
|
+
"usage": "",
|
|
120
|
+
"value": "{font.letterSpacing.xs.value}"
|
|
121
|
+
},
|
|
122
|
+
"lineHeight": {
|
|
123
|
+
"default": true,
|
|
124
|
+
"deprecated": false,
|
|
125
|
+
"public": true,
|
|
126
|
+
"type": "semantic",
|
|
127
|
+
"usage": "",
|
|
128
|
+
"value": "{font.lineHeight.px.20.value}"
|
|
129
|
+
}
|
|
37
130
|
},
|
|
38
131
|
"xs": {
|
|
39
|
-
"fontFamily":
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
132
|
+
"fontFamily": {
|
|
133
|
+
"default": true,
|
|
134
|
+
"deprecated": false,
|
|
135
|
+
"public": true,
|
|
136
|
+
"type": "semantic",
|
|
137
|
+
"usage": "",
|
|
138
|
+
"value": "{font.family.slatePro.value}"
|
|
139
|
+
},
|
|
140
|
+
"fontSize": {
|
|
141
|
+
"default": true,
|
|
142
|
+
"deprecated": false,
|
|
143
|
+
"public": true,
|
|
144
|
+
"type": "semantic",
|
|
145
|
+
"usage": "",
|
|
146
|
+
"value": "{font.size.12.value}"
|
|
147
|
+
},
|
|
148
|
+
"fontWeight": {
|
|
149
|
+
"default": true,
|
|
150
|
+
"deprecated": false,
|
|
151
|
+
"public": true,
|
|
152
|
+
"type": "semantic",
|
|
153
|
+
"usage": "",
|
|
154
|
+
"value": "{font.weight.400.value}"
|
|
155
|
+
},
|
|
156
|
+
"letterSpacing": {
|
|
157
|
+
"default": true,
|
|
158
|
+
"deprecated": false,
|
|
159
|
+
"public": true,
|
|
160
|
+
"type": "semantic",
|
|
161
|
+
"usage": "",
|
|
162
|
+
"value": "{font.letterSpacing.xs.value}"
|
|
163
|
+
},
|
|
164
|
+
"lineHeight": {
|
|
165
|
+
"default": true,
|
|
166
|
+
"deprecated": false,
|
|
167
|
+
"public": true,
|
|
168
|
+
"type": "semantic",
|
|
169
|
+
"usage": "",
|
|
170
|
+
"value": "{font.lineHeight.px.16.value}"
|
|
171
|
+
}
|
|
48
172
|
},
|
|
49
173
|
"xxs": {
|
|
50
|
-
"fontFamily":
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"
|
|
174
|
+
"fontFamily": {
|
|
175
|
+
"default": true,
|
|
176
|
+
"deprecated": false,
|
|
177
|
+
"public": true,
|
|
178
|
+
"type": "semantic",
|
|
179
|
+
"usage": "",
|
|
180
|
+
"value": "{font.family.slatePro.value}"
|
|
181
|
+
},
|
|
182
|
+
"fontSize": {
|
|
183
|
+
"default": true,
|
|
184
|
+
"deprecated": false,
|
|
185
|
+
"public": true,
|
|
186
|
+
"type": "semantic",
|
|
187
|
+
"usage": "",
|
|
188
|
+
"value": "{font.size.10.value}"
|
|
189
|
+
},
|
|
190
|
+
"fontWeight": {
|
|
191
|
+
"default": true,
|
|
192
|
+
"deprecated": false,
|
|
193
|
+
"public": true,
|
|
194
|
+
"type": "semantic",
|
|
195
|
+
"usage": "",
|
|
196
|
+
"value": "{font.weight.400.value}"
|
|
197
|
+
},
|
|
198
|
+
"letterSpacing": {
|
|
199
|
+
"default": true,
|
|
200
|
+
"deprecated": false,
|
|
201
|
+
"public": true,
|
|
202
|
+
"type": "semantic",
|
|
203
|
+
"usage": "",
|
|
204
|
+
"value": "{font.letterSpacing.xs.value}"
|
|
205
|
+
},
|
|
206
|
+
"lineHeight": {
|
|
207
|
+
"default": true,
|
|
208
|
+
"deprecated": false,
|
|
209
|
+
"public": true,
|
|
210
|
+
"type": "semantic",
|
|
211
|
+
"usage": "",
|
|
212
|
+
"value": "{font.lineHeight.px.14.value}"
|
|
213
|
+
}
|
|
59
214
|
}
|
|
60
215
|
}
|
|
61
216
|
}
|