@aurodesignsystem/design-tokens 5.6.1 → 5.8.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 +28 -0
- package/dist/CSSCustomProperties--bundled.css +507 -41
- package/dist/alaska/CSSCustomProperties--alaska.css +25 -22
- package/dist/alaska/JSONVariablesNested--alaska.json +26 -21
- package/dist/alaska/JSObject--allTokens.js +277 -180
- package/dist/alaska/SCSSVariables--alaska.scss +25 -22
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +25 -22
- package/dist/alaska/primitives--alaska.scss +27 -27
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +463 -0
- package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +714 -0
- package/dist/alaska-classic/JSObject--allTokens.js +15671 -0
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +460 -0
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +464 -0
- package/dist/alaska-classic/primitives--alaskaClassic.scss +246 -0
- 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 +23 -20
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +24 -19
- package/dist/hawaiian/JSObject--allTokens.js +273 -176
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +23 -20
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +23 -20
- package/dist/hawaiian/primitives--hawaiian.scss +27 -27
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/base/transparency.json +38 -38
- package/src/themes/alaska/advanced/boolean.json +2 -2
- package/src/themes/alaska/advanced/button/flat.json +58 -0
- package/src/themes/alaska/advanced/button/primary.json +0 -8
- package/src/themes/alaska/advanced/button/secondary.json +4 -4
- package/src/themes/alaska/advanced/button/tertiary.json +0 -32
- package/src/themes/alaska/basic/color/text-icon.json +16 -0
- package/src/themes/alaska-classic/advanced/accents.json +104 -0
- package/src/themes/alaska-classic/advanced/boolean.json +144 -0
- package/src/themes/alaska-classic/advanced/button/flat.json +58 -0
- package/src/themes/alaska-classic/advanced/button/primary.json +138 -0
- package/src/themes/alaska-classic/advanced/button/secondary.json +106 -0
- package/src/themes/alaska-classic/advanced/button/tertiary.json +66 -0
- package/src/themes/alaska-classic/advanced/hyperlink.json +40 -0
- package/src/themes/alaska-classic/advanced/shared.json +48 -0
- package/src/themes/alaska-classic/advanced/state.json +72 -0
- package/src/themes/alaska-classic/basic/color/border.json +64 -0
- package/src/themes/alaska-classic/basic/color/brand.json +104 -0
- package/src/themes/alaska-classic/basic/color/fare-brand.json +74 -0
- package/src/themes/alaska-classic/basic/color/page-background.json +24 -0
- package/src/themes/alaska-classic/basic/color/status.json +80 -0
- package/src/themes/alaska-classic/basic/color/surface.json +88 -0
- package/src/themes/alaska-classic/basic/color/text-icon.json +72 -0
- package/src/themes/alaska-classic/basic/corner-radius.json +30 -0
- package/src/themes/alaska-classic/basic/font/accent.json +918 -0
- package/src/themes/alaska-classic/basic/font/body.json +218 -0
- package/src/themes/alaska-classic/basic/font/display.json +788 -0
- package/src/themes/alaska-classic/basic/font/heading.json +788 -0
- package/src/themes/hawaiian/advanced/button/flat.json +58 -0
- package/src/themes/hawaiian/advanced/button/primary.json +0 -8
- package/src/themes/hawaiian/advanced/button/secondary.json +4 -4
- package/src/themes/hawaiian/advanced/button/tertiary.json +0 -32
- package/src/themes/hawaiian/basic/color/text-icon.json +16 -0
- package/src/themes/alaska-classic/color.json +0 -444
- package/src/themes/alaska-classic/component/boolean.json +0 -70
- package/src/themes/alaska-classic/component/button.json +0 -260
- package/src/themes/alaska-classic/component/hyperlink.json +0 -62
- package/src/themes/alaska-classic/component/shared.json +0 -46
- package/src/themes/alaska-classic/component/state.json +0 -70
- package/src/themes/alaska-classic/typography.json +0 -824
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"text": {
|
|
4
|
+
"body": {
|
|
5
|
+
"lg": {
|
|
6
|
+
"fontFamily": {
|
|
7
|
+
"default": true,
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"public": true,
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"usage": "",
|
|
12
|
+
"value": "{font.family.asCircular.value}"
|
|
13
|
+
},
|
|
14
|
+
"fontSize": {
|
|
15
|
+
"default": true,
|
|
16
|
+
"deprecated": false,
|
|
17
|
+
"public": true,
|
|
18
|
+
"type": "semantic",
|
|
19
|
+
"usage": "",
|
|
20
|
+
"value": "{font.size.18.value}"
|
|
21
|
+
},
|
|
22
|
+
"fontWeight": {
|
|
23
|
+
"default": true,
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"usage": "",
|
|
28
|
+
"value": "{font.weight.450.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.26.value}"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"default": {
|
|
48
|
+
"fontFamily": {
|
|
49
|
+
"default": true,
|
|
50
|
+
"deprecated": false,
|
|
51
|
+
"public": true,
|
|
52
|
+
"type": "semantic",
|
|
53
|
+
"usage": "",
|
|
54
|
+
"value": "{font.family.asCircular.value}"
|
|
55
|
+
},
|
|
56
|
+
"fontSize": {
|
|
57
|
+
"default": true,
|
|
58
|
+
"deprecated": false,
|
|
59
|
+
"public": true,
|
|
60
|
+
"type": "semantic",
|
|
61
|
+
"usage": "",
|
|
62
|
+
"value": "{font.size.16.value}"
|
|
63
|
+
},
|
|
64
|
+
"fontWeight": {
|
|
65
|
+
"default": true,
|
|
66
|
+
"deprecated": false,
|
|
67
|
+
"public": true,
|
|
68
|
+
"type": "semantic",
|
|
69
|
+
"usage": "",
|
|
70
|
+
"value": "{font.weight.450.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.24.value}"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"sm": {
|
|
90
|
+
"fontFamily": {
|
|
91
|
+
"default": true,
|
|
92
|
+
"deprecated": false,
|
|
93
|
+
"public": true,
|
|
94
|
+
"type": "semantic",
|
|
95
|
+
"usage": "",
|
|
96
|
+
"value": "{font.family.asCircular.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.450.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
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"xs": {
|
|
132
|
+
"fontFamily": {
|
|
133
|
+
"default": true,
|
|
134
|
+
"deprecated": false,
|
|
135
|
+
"public": true,
|
|
136
|
+
"type": "semantic",
|
|
137
|
+
"usage": "",
|
|
138
|
+
"value": "{font.family.asCircular.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.450.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
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"xxs": {
|
|
174
|
+
"fontFamily": {
|
|
175
|
+
"default": true,
|
|
176
|
+
"deprecated": false,
|
|
177
|
+
"public": true,
|
|
178
|
+
"type": "semantic",
|
|
179
|
+
"usage": "",
|
|
180
|
+
"value": "{font.family.asCircular.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.450.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
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|