villa-design-tokens 1.0.104 → 1.0.106
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/package.json +1 -1
- package/tokens/$themes.json +3 -6
- package/tokens/base.json +78 -87
- package/tokens/brands/human.json +8 -12
- package/tokens/brands/whitelabel.json +9 -17
- package/tokens/global.json +7 -17
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "villa-design-tokens",
|
|
3
3
|
"description": "Design Tokens published by Design Token Studio with VPRO's Figma Design System",
|
|
4
4
|
"author": "VPRO",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.106",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/$themes.json
CHANGED
|
@@ -35,10 +35,8 @@
|
|
|
35
35
|
"color.border.hover": "S:39e06639ab6ec47b6a9ca5f50c8a66a8a1366091,",
|
|
36
36
|
"color.border.active": "S:abf4aa6c3da7cf18298e3bae46e705e3ab29bd03,",
|
|
37
37
|
"color.border.error": "S:3a6a26daccb3d65b75474c0c624bae15ff7e21c6,",
|
|
38
|
-
"color.border.filled": "S:244d1104b2bf3ec64c73934cda2e7158b9a93033,",
|
|
39
38
|
"color.link.default": "S:3d9c19d35d0f9915f854ba8af44466295c43a406,",
|
|
40
39
|
"color.link.hover": "S:5a44f70901e27351cc0dca1f0df4428d5248f616,",
|
|
41
|
-
"color.link.active": "S:0d5eac676bf073be3ad0610d957a9e21b8d39359,",
|
|
42
40
|
"color.secondary.interactive.default": "S:54bdd9ad906216406c8ea115db5a718b60827271,",
|
|
43
41
|
"color.secondary.interactive.hover": "S:af3bf36a472c7b5e6d32545d27c587d29f6c3e76,",
|
|
44
42
|
"color.secondary.interactive.active": "S:1ffc0b7d7d95e3f1863f9dca6dd3f7c105e7c6c1,",
|
|
@@ -122,7 +120,6 @@
|
|
|
122
120
|
"color.border.filled": "S:335d0681bde4122aaa69aec22907b03bccc69c05,",
|
|
123
121
|
"color.link.default": "S:17d4e8367ba96a65f6b67ef0af848f31574a5f5e,",
|
|
124
122
|
"color.link.hover": "S:55a2ea3b5d08702071dcc4da719706e7b4a272bc,",
|
|
125
|
-
"color.link.active": "S:2ee0b1c77855aefa7bc9c24ed2263464e62faa7e,",
|
|
126
123
|
"text.body.min": "S:c45204787e8ad75bcba380dbafe588e08d92a3c4,",
|
|
127
124
|
"text.body.max": "S:3201b8da3ddb8ca93531e4651482bbccf743dee5,",
|
|
128
125
|
"text.heading.min.xxxl": "S:232bd242e4b471a460fd3fbb1736152fc1a44395,",
|
|
@@ -218,11 +215,11 @@
|
|
|
218
215
|
"color.secondary.border-interactive.hover": "S:49965240fe789bac0d9266576d111dc1c005466c,",
|
|
219
216
|
"color.secondary.border-interactive.active": "S:c6d63444bba23f59123ef4d342beae1b8b5c8960,",
|
|
220
217
|
"color.link.inverse-hover": "S:1dea6d80af574ef79c5ee62fcf32bbe45767fb87,",
|
|
221
|
-
"color.link.subtle": "S:b17cf1f853d1699a35288a43dfb7f37a9345125e,",
|
|
222
|
-
"color.link.subtle-hover": "S:e32a69fe9516ab24118ef48d4645ee42e20f5ca4,",
|
|
223
218
|
"text.utility.max.xxl": "S:290a9115fe3661f6b8a05014412f623b2f7aa09e,",
|
|
224
219
|
"text.utility.min.xxl": "S:93a3b1aa6063897d9788ec98973da9306bbf9465,",
|
|
225
|
-
"color.primary.interactive.outline-hover": "S:7945b4b98dff52a614df51d1aaa9e609375f4611,"
|
|
220
|
+
"color.primary.interactive.outline-hover": "S:7945b4b98dff52a614df51d1aaa9e609375f4611,",
|
|
221
|
+
"color.link.inverse-subtle": "S:b17cf1f853d1699a35288a43dfb7f37a9345125e,",
|
|
222
|
+
"color.link.inverse-subtle-hover": "S:e32a69fe9516ab24118ef48d4645ee42e20f5ca4,"
|
|
226
223
|
},
|
|
227
224
|
"selectedTokenSets": {
|
|
228
225
|
"global": "source",
|
package/tokens/base.json
CHANGED
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"fontFamily": "{fontfamily.body}",
|
|
17
17
|
"fontWeight": "{fontweight.normal}",
|
|
18
18
|
"fontSize": "{fontsize.global.180}",
|
|
19
|
-
"lineHeight": "{lineheight.body}"
|
|
20
|
-
"letterSpacing": "{letterspacing.body}"
|
|
19
|
+
"lineHeight": "{lineheight.body}"
|
|
21
20
|
},
|
|
22
21
|
"type": "typography"
|
|
23
22
|
},
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"fontFamily": "{fontfamily.body}",
|
|
27
26
|
"fontWeight": "{fontweight.normal}",
|
|
28
27
|
"fontSize": "{fontsize.global.140}",
|
|
29
|
-
"lineHeight": "{lineheight.body}"
|
|
30
|
-
"letterSpacing": "{letterspacing.body}"
|
|
28
|
+
"lineHeight": "{lineheight.body}"
|
|
31
29
|
},
|
|
32
30
|
"type": "typography"
|
|
33
31
|
},
|
|
@@ -36,8 +34,7 @@
|
|
|
36
34
|
"fontFamily": "{fontfamily.body}",
|
|
37
35
|
"fontWeight": "{fontweight.normal}",
|
|
38
36
|
"fontSize": "{fontsize.global.120}",
|
|
39
|
-
"lineHeight": "{lineheight.body}"
|
|
40
|
-
"letterSpacing": "{letterspacing.body}"
|
|
37
|
+
"lineHeight": "{lineheight.body}"
|
|
41
38
|
},
|
|
42
39
|
"type": "typography"
|
|
43
40
|
}
|
|
@@ -48,8 +45,7 @@
|
|
|
48
45
|
"fontFamily": "{fontfamily.body}",
|
|
49
46
|
"fontWeight": "{fontweight.normal}",
|
|
50
47
|
"fontSize": "{fontsize.global.220}",
|
|
51
|
-
"lineHeight": "{lineheight.body}"
|
|
52
|
-
"letterSpacing": "{letterspacing.body}"
|
|
48
|
+
"lineHeight": "{lineheight.body}"
|
|
53
49
|
},
|
|
54
50
|
"type": "typography"
|
|
55
51
|
},
|
|
@@ -58,8 +54,7 @@
|
|
|
58
54
|
"fontFamily": "{fontfamily.body}",
|
|
59
55
|
"fontWeight": "{fontweight.normal}",
|
|
60
56
|
"fontSize": "{fontsize.global.200}",
|
|
61
|
-
"lineHeight": "{lineheight.body}"
|
|
62
|
-
"letterSpacing": "{letterspacing.body}"
|
|
57
|
+
"lineHeight": "{lineheight.body}"
|
|
63
58
|
},
|
|
64
59
|
"type": "typography"
|
|
65
60
|
},
|
|
@@ -68,8 +63,7 @@
|
|
|
68
63
|
"fontFamily": "{fontfamily.body}",
|
|
69
64
|
"fontWeight": "{fontweight.normal}",
|
|
70
65
|
"fontSize": "{fontsize.global.160}",
|
|
71
|
-
"lineHeight": "{lineheight.body}"
|
|
72
|
-
"letterSpacing": "{letterspacing.body}"
|
|
66
|
+
"lineHeight": "{lineheight.body}"
|
|
73
67
|
},
|
|
74
68
|
"type": "typography"
|
|
75
69
|
},
|
|
@@ -78,8 +72,7 @@
|
|
|
78
72
|
"fontFamily": "{fontfamily.body}",
|
|
79
73
|
"fontWeight": "{fontweight.normal}",
|
|
80
74
|
"fontSize": "{fontsize.global.140}",
|
|
81
|
-
"lineHeight": "{lineheight.body}"
|
|
82
|
-
"letterSpacing": "{letterspacing.body}"
|
|
75
|
+
"lineHeight": "{lineheight.body}"
|
|
83
76
|
},
|
|
84
77
|
"type": "typography"
|
|
85
78
|
}
|
|
@@ -92,8 +85,7 @@
|
|
|
92
85
|
"fontFamily": "{fontfamily.display}",
|
|
93
86
|
"fontWeight": "{fontweight.medium}",
|
|
94
87
|
"fontSize": "{fontsize.global.200}",
|
|
95
|
-
"lineHeight": "{lineheight.global.400}"
|
|
96
|
-
"letterSpacing": "{letterspacing.body}"
|
|
88
|
+
"lineHeight": "{lineheight.global.400}"
|
|
97
89
|
},
|
|
98
90
|
"type": "typography"
|
|
99
91
|
},
|
|
@@ -102,8 +94,7 @@
|
|
|
102
94
|
"fontFamily": "{fontfamily.display}",
|
|
103
95
|
"fontWeight": "{fontweight.bold}",
|
|
104
96
|
"fontSize": "{fontsize.global.380}",
|
|
105
|
-
"lineHeight": "{lineheight.heading}"
|
|
106
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
97
|
+
"lineHeight": "{lineheight.heading}"
|
|
107
98
|
},
|
|
108
99
|
"type": "typography"
|
|
109
100
|
},
|
|
@@ -123,8 +114,7 @@
|
|
|
123
114
|
"fontFamily": "{fontfamily.display}",
|
|
124
115
|
"fontWeight": "{fontweight.medium}",
|
|
125
116
|
"fontSize": "{fontsize.global.180}",
|
|
126
|
-
"lineHeight": "{lineheight.global.400}"
|
|
127
|
-
"letterSpacing": "{letterspacing.body}"
|
|
117
|
+
"lineHeight": "{lineheight.global.400}"
|
|
128
118
|
},
|
|
129
119
|
"type": "typography"
|
|
130
120
|
},
|
|
@@ -133,8 +123,7 @@
|
|
|
133
123
|
"fontFamily": "{fontfamily.display}",
|
|
134
124
|
"fontWeight": "{fontweight.bold}",
|
|
135
125
|
"fontSize": "{fontsize.global.360}",
|
|
136
|
-
"lineHeight": "{lineheight.heading}"
|
|
137
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
126
|
+
"lineHeight": "{lineheight.heading}"
|
|
138
127
|
},
|
|
139
128
|
"type": "typography"
|
|
140
129
|
},
|
|
@@ -155,9 +144,8 @@
|
|
|
155
144
|
"value": {
|
|
156
145
|
"fontFamily": "{fontfamily.utility}",
|
|
157
146
|
"fontWeight": "{fontweight.normal}",
|
|
158
|
-
"fontSize": "{fontsize.global.
|
|
159
|
-
"lineHeight": "{lineheight.utility}"
|
|
160
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
147
|
+
"fontSize": "{fontsize.global.180}",
|
|
148
|
+
"lineHeight": "{lineheight.utility}"
|
|
161
149
|
},
|
|
162
150
|
"type": "typography"
|
|
163
151
|
},
|
|
@@ -165,9 +153,8 @@
|
|
|
165
153
|
"value": {
|
|
166
154
|
"fontFamily": "{fontfamily.utility}",
|
|
167
155
|
"fontWeight": "{fontweight.normal}",
|
|
168
|
-
"fontSize": "{fontsize.global.
|
|
169
|
-
"lineHeight": "{lineheight.utility}"
|
|
170
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
156
|
+
"fontSize": "{fontsize.global.140}",
|
|
157
|
+
"lineHeight": "{lineheight.utility}"
|
|
171
158
|
},
|
|
172
159
|
"type": "typography"
|
|
173
160
|
},
|
|
@@ -175,18 +162,16 @@
|
|
|
175
162
|
"value": {
|
|
176
163
|
"fontFamily": "{fontfamily.utility}",
|
|
177
164
|
"fontWeight": "{fontweight.normal}",
|
|
178
|
-
"fontSize": "{fontsize.global.
|
|
179
|
-
"lineHeight": "{lineheight.utility}"
|
|
180
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
165
|
+
"fontSize": "{fontsize.global.100}",
|
|
166
|
+
"lineHeight": "{lineheight.utility}"
|
|
181
167
|
},
|
|
182
168
|
"type": "typography"
|
|
183
169
|
},
|
|
184
170
|
"md": {
|
|
185
171
|
"value": {
|
|
186
172
|
"fontFamily": "{fontfamily.utility}",
|
|
187
|
-
"fontSize": "{fontsize.global.
|
|
173
|
+
"fontSize": "{fontsize.global.60}",
|
|
188
174
|
"lineHeight": "{lineheight.utility}",
|
|
189
|
-
"letterSpacing": "{letterspacing.utility}",
|
|
190
175
|
"fontWeight": "{fontweight.normal}"
|
|
191
176
|
},
|
|
192
177
|
"type": "typography"
|
|
@@ -195,9 +180,8 @@
|
|
|
195
180
|
"value": {
|
|
196
181
|
"fontFamily": "{fontfamily.utility}",
|
|
197
182
|
"fontWeight": "{fontweight.normal}",
|
|
198
|
-
"fontSize": "{fontsize.global.
|
|
199
|
-
"lineHeight": "{lineheight.utility}"
|
|
200
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
183
|
+
"fontSize": "{fontsize.global.20}",
|
|
184
|
+
"lineHeight": "{lineheight.utility}"
|
|
201
185
|
},
|
|
202
186
|
"type": "typography"
|
|
203
187
|
}
|
|
@@ -208,8 +192,7 @@
|
|
|
208
192
|
"fontFamily": "{fontfamily.utility}",
|
|
209
193
|
"fontWeight": "{fontweight.normal}",
|
|
210
194
|
"fontSize": "{fontsize.global.180}",
|
|
211
|
-
"lineHeight": "{lineheight.utility}"
|
|
212
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
195
|
+
"lineHeight": "{lineheight.utility}"
|
|
213
196
|
},
|
|
214
197
|
"type": "typography"
|
|
215
198
|
},
|
|
@@ -218,8 +201,7 @@
|
|
|
218
201
|
"fontFamily": "{fontfamily.utility}",
|
|
219
202
|
"fontWeight": "{fontweight.normal}",
|
|
220
203
|
"fontSize": "{fontsize.global.140}",
|
|
221
|
-
"lineHeight": "{lineheight.utility}"
|
|
222
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
204
|
+
"lineHeight": "{lineheight.utility}"
|
|
223
205
|
},
|
|
224
206
|
"type": "typography"
|
|
225
207
|
},
|
|
@@ -228,8 +210,7 @@
|
|
|
228
210
|
"fontFamily": "{fontfamily.utility}",
|
|
229
211
|
"fontWeight": "{fontweight.normal}",
|
|
230
212
|
"fontSize": "{fontsize.global.100}",
|
|
231
|
-
"lineHeight": "{lineheight.utility}"
|
|
232
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
213
|
+
"lineHeight": "{lineheight.utility}"
|
|
233
214
|
},
|
|
234
215
|
"type": "typography"
|
|
235
216
|
},
|
|
@@ -238,8 +219,7 @@
|
|
|
238
219
|
"fontFamily": "{fontfamily.utility}",
|
|
239
220
|
"fontWeight": "{fontweight.normal}",
|
|
240
221
|
"fontSize": "{fontsize.global.60}",
|
|
241
|
-
"lineHeight": "{lineheight.utility}"
|
|
242
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
222
|
+
"lineHeight": "{lineheight.utility}"
|
|
243
223
|
},
|
|
244
224
|
"type": "typography"
|
|
245
225
|
},
|
|
@@ -248,8 +228,7 @@
|
|
|
248
228
|
"fontFamily": "{fontfamily.utility}",
|
|
249
229
|
"fontWeight": "{fontweight.normal}",
|
|
250
230
|
"fontSize": "{fontsize.global.20}",
|
|
251
|
-
"lineHeight": "{lineheight.utility}"
|
|
252
|
-
"letterSpacing": "{letterspacing.utility}"
|
|
231
|
+
"lineHeight": "{lineheight.utility}"
|
|
253
232
|
},
|
|
254
233
|
"type": "typography"
|
|
255
234
|
}
|
|
@@ -262,8 +241,7 @@
|
|
|
262
241
|
"fontFamily": "{fontfamily.heading}",
|
|
263
242
|
"fontWeight": "{fontweight.bold}",
|
|
264
243
|
"fontSize": "{fontsize.global.400}",
|
|
265
|
-
"lineHeight": "{lineheight.heading}"
|
|
266
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
244
|
+
"lineHeight": "{lineheight.heading}"
|
|
267
245
|
},
|
|
268
246
|
"type": "typography"
|
|
269
247
|
},
|
|
@@ -272,8 +250,7 @@
|
|
|
272
250
|
"fontFamily": "{fontfamily.heading}",
|
|
273
251
|
"fontWeight": "{fontweight.bold}",
|
|
274
252
|
"fontSize": "{fontsize.global.360}",
|
|
275
|
-
"lineHeight": "{lineheight.heading}"
|
|
276
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
253
|
+
"lineHeight": "{lineheight.heading}"
|
|
277
254
|
},
|
|
278
255
|
"type": "typography"
|
|
279
256
|
},
|
|
@@ -282,8 +259,7 @@
|
|
|
282
259
|
"fontFamily": "{fontfamily.heading}",
|
|
283
260
|
"fontWeight": "{fontweight.bold}",
|
|
284
261
|
"fontSize": "{fontsize.global.340}",
|
|
285
|
-
"lineHeight": "{lineheight.heading}"
|
|
286
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
262
|
+
"lineHeight": "{lineheight.heading}"
|
|
287
263
|
},
|
|
288
264
|
"type": "typography"
|
|
289
265
|
},
|
|
@@ -292,8 +268,7 @@
|
|
|
292
268
|
"fontFamily": "{fontfamily.heading}",
|
|
293
269
|
"fontWeight": "{fontweight.bold}",
|
|
294
270
|
"fontSize": "{fontsize.global.300}",
|
|
295
|
-
"lineHeight": "{lineheight.heading}"
|
|
296
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
271
|
+
"lineHeight": "{lineheight.heading}"
|
|
297
272
|
},
|
|
298
273
|
"type": "typography"
|
|
299
274
|
},
|
|
@@ -302,8 +277,7 @@
|
|
|
302
277
|
"fontFamily": "{fontfamily.heading}",
|
|
303
278
|
"fontWeight": "{fontweight.bold}",
|
|
304
279
|
"fontSize": "{fontsize.global.280}",
|
|
305
|
-
"lineHeight": "{lineheight.heading}"
|
|
306
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
280
|
+
"lineHeight": "{lineheight.heading}"
|
|
307
281
|
},
|
|
308
282
|
"type": "typography"
|
|
309
283
|
},
|
|
@@ -312,8 +286,7 @@
|
|
|
312
286
|
"fontFamily": "{fontfamily.heading}",
|
|
313
287
|
"fontWeight": "{fontweight.bold}",
|
|
314
288
|
"fontSize": "{fontsize.global.240}",
|
|
315
|
-
"lineHeight": "{lineheight.heading}"
|
|
316
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
289
|
+
"lineHeight": "{lineheight.heading}"
|
|
317
290
|
},
|
|
318
291
|
"type": "typography"
|
|
319
292
|
},
|
|
@@ -322,8 +295,7 @@
|
|
|
322
295
|
"fontFamily": "{fontfamily.heading}",
|
|
323
296
|
"fontWeight": "{fontweight.bold}",
|
|
324
297
|
"fontSize": "{fontsize.global.200}",
|
|
325
|
-
"lineHeight": "{lineheight.heading}"
|
|
326
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
298
|
+
"lineHeight": "{lineheight.heading}"
|
|
327
299
|
},
|
|
328
300
|
"type": "typography"
|
|
329
301
|
},
|
|
@@ -332,8 +304,7 @@
|
|
|
332
304
|
"fontFamily": "{fontfamily.heading}",
|
|
333
305
|
"fontWeight": "{fontweight.bold}",
|
|
334
306
|
"fontSize": "{fontsize.global.160}",
|
|
335
|
-
"lineHeight": "{lineheight.heading}"
|
|
336
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
307
|
+
"lineHeight": "{lineheight.heading}"
|
|
337
308
|
},
|
|
338
309
|
"type": "typography"
|
|
339
310
|
}
|
|
@@ -344,8 +315,7 @@
|
|
|
344
315
|
"fontFamily": "{fontfamily.heading}",
|
|
345
316
|
"fontWeight": "{fontweight.bold}",
|
|
346
317
|
"fontSize": "{fontsize.global.480}",
|
|
347
|
-
"lineHeight": "{lineheight.heading}"
|
|
348
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
318
|
+
"lineHeight": "{lineheight.heading}"
|
|
349
319
|
},
|
|
350
320
|
"type": "typography"
|
|
351
321
|
},
|
|
@@ -354,8 +324,7 @@
|
|
|
354
324
|
"fontFamily": "{fontfamily.heading}",
|
|
355
325
|
"fontWeight": "{fontweight.bold}",
|
|
356
326
|
"fontSize": "{fontsize.global.460}",
|
|
357
|
-
"lineHeight": "{lineheight.heading}"
|
|
358
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
327
|
+
"lineHeight": "{lineheight.heading}"
|
|
359
328
|
},
|
|
360
329
|
"type": "typography"
|
|
361
330
|
},
|
|
@@ -364,8 +333,7 @@
|
|
|
364
333
|
"fontFamily": "{fontfamily.heading}",
|
|
365
334
|
"fontWeight": "{fontweight.bold}",
|
|
366
335
|
"fontSize": "{fontsize.global.440}",
|
|
367
|
-
"lineHeight": "{lineheight.heading}"
|
|
368
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
336
|
+
"lineHeight": "{lineheight.heading}"
|
|
369
337
|
},
|
|
370
338
|
"type": "typography"
|
|
371
339
|
},
|
|
@@ -374,8 +342,7 @@
|
|
|
374
342
|
"fontFamily": "{fontfamily.heading}",
|
|
375
343
|
"fontWeight": "{fontweight.bold}",
|
|
376
344
|
"fontSize": "{fontsize.global.420}",
|
|
377
|
-
"lineHeight": "{lineheight.heading}"
|
|
378
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
345
|
+
"lineHeight": "{lineheight.heading}"
|
|
379
346
|
},
|
|
380
347
|
"type": "typography"
|
|
381
348
|
},
|
|
@@ -384,8 +351,7 @@
|
|
|
384
351
|
"fontFamily": "{fontfamily.heading}",
|
|
385
352
|
"fontWeight": "{fontweight.bold}",
|
|
386
353
|
"fontSize": "{fontsize.global.380}",
|
|
387
|
-
"lineHeight": "{lineheight.heading}"
|
|
388
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
354
|
+
"lineHeight": "{lineheight.heading}"
|
|
389
355
|
},
|
|
390
356
|
"type": "typography"
|
|
391
357
|
},
|
|
@@ -394,8 +360,7 @@
|
|
|
394
360
|
"fontFamily": "{fontfamily.heading}",
|
|
395
361
|
"fontWeight": "{fontweight.bold}",
|
|
396
362
|
"fontSize": "{fontsize.global.320}",
|
|
397
|
-
"lineHeight": "{lineheight.heading}"
|
|
398
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
363
|
+
"lineHeight": "{lineheight.heading}"
|
|
399
364
|
},
|
|
400
365
|
"type": "typography"
|
|
401
366
|
},
|
|
@@ -404,8 +369,7 @@
|
|
|
404
369
|
"fontFamily": "{fontfamily.heading}",
|
|
405
370
|
"fontWeight": "{fontweight.bold}",
|
|
406
371
|
"fontSize": "{fontsize.global.260}",
|
|
407
|
-
"lineHeight": "{lineheight.heading}"
|
|
408
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
372
|
+
"lineHeight": "{lineheight.heading}"
|
|
409
373
|
},
|
|
410
374
|
"type": "typography"
|
|
411
375
|
},
|
|
@@ -414,8 +378,7 @@
|
|
|
414
378
|
"fontFamily": "{fontfamily.heading}",
|
|
415
379
|
"fontWeight": "{fontweight.bold}",
|
|
416
380
|
"fontSize": "{fontsize.global.220}",
|
|
417
|
-
"lineHeight": "{lineheight.heading}"
|
|
418
|
-
"letterSpacing": "{letterspacing.heading}"
|
|
381
|
+
"lineHeight": "{lineheight.heading}"
|
|
419
382
|
},
|
|
420
383
|
"type": "typography"
|
|
421
384
|
}
|
|
@@ -491,21 +454,49 @@
|
|
|
491
454
|
}
|
|
492
455
|
},
|
|
493
456
|
"motion": {
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
457
|
+
"style": {
|
|
458
|
+
"fast": {
|
|
459
|
+
"hover-in": {
|
|
460
|
+
"value": "{motion.style.ease-in-out} ,{motion.duration.fast}",
|
|
461
|
+
"type": "other"
|
|
462
|
+
},
|
|
463
|
+
"hover-out": {
|
|
464
|
+
"value": "{motion.duration.fast} {motion.style.ease-out}",
|
|
465
|
+
"type": "other"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"slow": {
|
|
469
|
+
"movement-in": {
|
|
470
|
+
"value": "{motion.duration.250} {motion.style.ease-in}",
|
|
471
|
+
"type": "other"
|
|
472
|
+
},
|
|
473
|
+
"movement-out": {
|
|
474
|
+
"value": "{motion.duration.250} {motion.style.ease-out}",
|
|
475
|
+
"type": "other"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"medium": {
|
|
479
|
+
"hover-in": {
|
|
480
|
+
"value": "{motion.style.ease-in} {motion.duration.medium}",
|
|
481
|
+
"type": "other"
|
|
482
|
+
},
|
|
483
|
+
"hover-out": {
|
|
484
|
+
"value": "{motion.duration.medium} {motion.style.ease-out}",
|
|
485
|
+
"type": "other"
|
|
486
|
+
}
|
|
487
|
+
}
|
|
501
488
|
},
|
|
502
489
|
"duration": {
|
|
503
490
|
"fast": {
|
|
504
|
-
"value": "{motion.duration.
|
|
491
|
+
"value": "{motion.duration.150}",
|
|
492
|
+
"type": "other"
|
|
493
|
+
},
|
|
494
|
+
"medium": {
|
|
495
|
+
"value": "{motion.duration.200}",
|
|
505
496
|
"type": "other"
|
|
506
497
|
},
|
|
507
498
|
"slow": {
|
|
508
|
-
"value": "{motion.duration.
|
|
499
|
+
"value": "{motion.duration.250}",
|
|
509
500
|
"type": "other"
|
|
510
501
|
}
|
|
511
502
|
}
|
package/tokens/brands/human.json
CHANGED
|
@@ -167,11 +167,11 @@
|
|
|
167
167
|
"type": "color"
|
|
168
168
|
},
|
|
169
169
|
"hover": {
|
|
170
|
-
"value": "{color.global.
|
|
170
|
+
"value": "{color.global.blue.100}",
|
|
171
171
|
"type": "color"
|
|
172
172
|
},
|
|
173
173
|
"active": {
|
|
174
|
-
"value": "{color.global.
|
|
174
|
+
"value": "{color.global.blue.150}",
|
|
175
175
|
"type": "color"
|
|
176
176
|
},
|
|
177
177
|
"outline-hover": {
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"type": "color"
|
|
186
186
|
},
|
|
187
187
|
"hover": {
|
|
188
|
-
"value": "{color.global.grey.
|
|
188
|
+
"value": "{color.global.grey.100}",
|
|
189
189
|
"type": "color"
|
|
190
190
|
},
|
|
191
191
|
"active": {
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"type": "color"
|
|
215
215
|
},
|
|
216
216
|
"hover": {
|
|
217
|
-
"value": "{color.global.
|
|
217
|
+
"value": "{color.global.blue.100}",
|
|
218
218
|
"type": "color"
|
|
219
219
|
},
|
|
220
220
|
"active": {
|
|
@@ -243,24 +243,20 @@
|
|
|
243
243
|
"value": "{color.global.blue.100}",
|
|
244
244
|
"type": "color"
|
|
245
245
|
},
|
|
246
|
-
"active": {
|
|
247
|
-
"value": "{color.global.blue.150}",
|
|
248
|
-
"type": "color"
|
|
249
|
-
},
|
|
250
246
|
"inverse": {
|
|
251
247
|
"value": "{color.global.grey.100}",
|
|
252
248
|
"type": "color"
|
|
253
249
|
},
|
|
254
250
|
"inverse-hover": {
|
|
255
|
-
"value": "
|
|
251
|
+
"value": "{color.global.grey.300}",
|
|
256
252
|
"type": "color"
|
|
257
253
|
},
|
|
258
|
-
"subtle": {
|
|
254
|
+
"inverse-subtle": {
|
|
259
255
|
"value": "{color.global.grey.300}",
|
|
260
256
|
"type": "color"
|
|
261
257
|
},
|
|
262
|
-
"subtle-hover": {
|
|
263
|
-
"value": "{color.global.grey.
|
|
258
|
+
"inverse-subtle-hover": {
|
|
259
|
+
"value": "{color.global.grey.100}",
|
|
264
260
|
"type": "color"
|
|
265
261
|
}
|
|
266
262
|
},
|
|
@@ -218,33 +218,25 @@
|
|
|
218
218
|
"type": "color"
|
|
219
219
|
},
|
|
220
220
|
"hover": {
|
|
221
|
-
"value": "{color.global.
|
|
221
|
+
"value": "{color.global.blue.100}",
|
|
222
222
|
"type": "color"
|
|
223
223
|
},
|
|
224
224
|
"active": {
|
|
225
|
-
"value": "{color.global.
|
|
225
|
+
"value": "{color.global.blue.100}",
|
|
226
226
|
"type": "color"
|
|
227
227
|
},
|
|
228
228
|
"error": {
|
|
229
229
|
"value": "{color.global.red.100}",
|
|
230
230
|
"type": "color"
|
|
231
|
-
},
|
|
232
|
-
"filled": {
|
|
233
|
-
"value": "{color.global.grey.500}",
|
|
234
|
-
"type": "color"
|
|
235
231
|
}
|
|
236
232
|
},
|
|
237
233
|
"link": {
|
|
238
234
|
"default": {
|
|
239
|
-
"value": "{color.global.
|
|
235
|
+
"value": "{color.global.blue.150}",
|
|
240
236
|
"type": "color"
|
|
241
237
|
},
|
|
242
238
|
"hover": {
|
|
243
|
-
"value": "{color.global.
|
|
244
|
-
"type": "color"
|
|
245
|
-
},
|
|
246
|
-
"active": {
|
|
247
|
-
"value": "{color.global.grey.500}",
|
|
239
|
+
"value": "{color.global.blue.100}",
|
|
248
240
|
"type": "color"
|
|
249
241
|
},
|
|
250
242
|
"inverse": {
|
|
@@ -256,15 +248,15 @@
|
|
|
256
248
|
}
|
|
257
249
|
},
|
|
258
250
|
"inverse-hover": {
|
|
259
|
-
"value": "
|
|
251
|
+
"value": "{color.global.grey.300}",
|
|
260
252
|
"type": "color"
|
|
261
253
|
},
|
|
262
|
-
"subtle": {
|
|
254
|
+
"inverse-subtle": {
|
|
263
255
|
"value": "{color.global.grey.300}",
|
|
264
256
|
"type": "color"
|
|
265
257
|
},
|
|
266
|
-
"subtle-hover": {
|
|
267
|
-
"value": "{color.global.grey.
|
|
258
|
+
"inverse-subtle-hover": {
|
|
259
|
+
"value": "{color.global.grey.100}",
|
|
268
260
|
"type": "color"
|
|
269
261
|
}
|
|
270
262
|
},
|
|
@@ -275,7 +267,7 @@
|
|
|
275
267
|
"type": "color"
|
|
276
268
|
},
|
|
277
269
|
"hover": {
|
|
278
|
-
"value": "{color.global.
|
|
270
|
+
"value": "{color.global.blue.100}",
|
|
279
271
|
"type": "color"
|
|
280
272
|
},
|
|
281
273
|
"active": {
|
package/tokens/global.json
CHANGED
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"type": "color"
|
|
331
331
|
},
|
|
332
332
|
"100": {
|
|
333
|
-
"value": "#
|
|
333
|
+
"value": "#007BC2",
|
|
334
334
|
"type": "color"
|
|
335
335
|
},
|
|
336
336
|
"125": {
|
|
@@ -438,29 +438,19 @@
|
|
|
438
438
|
"ease-in": {
|
|
439
439
|
"value": "cubic-bezier(0.42, 0, 1, 1)",
|
|
440
440
|
"type": "other"
|
|
441
|
-
},
|
|
442
|
-
"linear": {
|
|
443
|
-
"value": "cubic-bezier(0, 0, 1, 1)",
|
|
444
|
-
"type": "other"
|
|
445
441
|
}
|
|
446
442
|
},
|
|
447
443
|
"duration": {
|
|
448
|
-
"
|
|
449
|
-
"value": "
|
|
444
|
+
"150": {
|
|
445
|
+
"value": "150ms",
|
|
450
446
|
"type": "other"
|
|
451
447
|
},
|
|
452
|
-
"
|
|
453
|
-
"value": "
|
|
454
|
-
"type": "other"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
"property": {
|
|
458
|
-
"color": {
|
|
459
|
-
"value": "color",
|
|
448
|
+
"200": {
|
|
449
|
+
"value": "200ms",
|
|
460
450
|
"type": "other"
|
|
461
451
|
},
|
|
462
|
-
"
|
|
463
|
-
"value": "
|
|
452
|
+
"250": {
|
|
453
|
+
"value": "250ms",
|
|
464
454
|
"type": "other"
|
|
465
455
|
}
|
|
466
456
|
}
|