villa-design-tokens 1.0.5

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.
@@ -0,0 +1,32 @@
1
+ name: 'Bump Version'
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - 'main'
7
+
8
+ jobs:
9
+ bump-version:
10
+ name: 'Bump Version on main'
11
+ runs-on: ubuntu-latest
12
+
13
+ steps:
14
+ - name: 'Checkout source code'
15
+ uses: 'actions/checkout@v2'
16
+ with:
17
+ ref: ${{ github.ref }}
18
+ - name: 'cat package.json'
19
+ run: cat ./package.json
20
+ - name: 'Automated Version Bump'
21
+ id: version-bump
22
+ uses: 'phips28/gh-action-bump-version@master'
23
+ with:
24
+ tag-prefix: 'v'
25
+ env:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+ - name: 'cat package.json'
28
+ run: cat ./package.json
29
+ - name: 'Output Step'
30
+ env:
31
+ NEW_TAG: ${{ steps.version-bump.outputs.newTag }}
32
+ run: echo "new tag $NEW_TAG"
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # Design-tokens
2
+ Figma Design Tokens
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "villa-design-tokens",
3
+ "description": "Design Tokens published by Design Token Studio with VPRO's Figma Design System",
4
+ "author": "VPRO",
5
+ "version": "1.0.5",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/vpro/Design-tokens.git"
9
+ }
10
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "tokenSetOrder": [
3
+ "globals/global",
4
+ "brands/whitelabel/whitelabel",
5
+ "brands/tribune/tribune"
6
+ ]
7
+ }
@@ -0,0 +1,111 @@
1
+ [
2
+ {
3
+ "id": "977d3aba54ee6e7bda3e444b28e0d3df650ae91b",
4
+ "name": "tribune",
5
+ "$figmaStyleReferences": {},
6
+ "selectedTokenSets": {
7
+ "globals/global": "source",
8
+ "brands/tribune/tribune": "enabled"
9
+ },
10
+ "$figmaCollectionId": "VariableCollectionId:271:403",
11
+ "$figmaModeId": "271:0",
12
+ "$figmaVariableReferences": {
13
+ "color.alias.text.title": "b24d38610b0bfe5eeea17eaa6ceadf8d7d83c1f5",
14
+ "color.alias.background.default": "1db2ab8f6e116a2d2a06e59c52b3a7e76c4fd47e",
15
+ "color.alias.surface.default": "dc0d884b8aad63a1863e6a0ddf27538c719ee3ec",
16
+ "color.alias.brand.accent": "419286212299503dfe620c31c151d0b0a584ca79",
17
+ "color.alias.brand.primary": "12d7692e0b87aa08105622797326ff1f09980beb",
18
+ "color.alias.brand.secondary": "b348bde9b39d5dea1a1d6c2f4f6ab76388b72e36",
19
+ "color.alias.brand.tertiary": "50bc544e06d2ffec87ab7a06aefb31bc9c684c51",
20
+ "color.alias.functional.error": "ed63823b3574baf900b8bd059969a1bf2e5142d4",
21
+ "color.alias.functional.warning": "b4cc03dc46597a3f28fb777fe96a183282c6f838",
22
+ "color.alias.functional.success": "070a50fb778a7845bc7f3da690bf93ffb6fa3f65",
23
+ "color.alias.functional.info": "ef01bcffae72039b5f33d5289e0f352b43fd9d58",
24
+ "color.alias.text.default": "71e4832ccf05646151b957fe8e478342906b0d43",
25
+ "color.alias.text.hover": "26185e623407376accc4c33f3d592164fa1d667a",
26
+ "color.alias.text.disabled": "d999035911c66c92a618a7179c729f6d5b90dc43",
27
+ "color.alias.text.inverse": "1407c015d5de82e0d5430bd2ef6633693f56123d",
28
+ "color.alias.text.error": "73778417499d4b6fc40a8602db82e419af6e4d70",
29
+ "color.alias.text.warning": "5427b4f6b939b106d65934c6fb15c5c63d952a66",
30
+ "color.alias.icon.primary": "d8b39a5ad16ff59bb9b40d2c932921a1651e9afc",
31
+ "color.alias.icon.secondary": "0943491f43184a64e43116600b687032c1b25040",
32
+ "color.alias.icon.tertiary": "f527b6a097b70e3f75cf30f392b6bb9fc294fca9",
33
+ "color.alias.icon.inverse": "e699a3f967769ed8b47ab2f59546fbb7624954db",
34
+ "color.alias.icon.error": "32e0ed253c6959042d156d14616721e0c79816b5",
35
+ "color.alias.icon.warning": "6b6df694f900b5143c66780c5fc16e1ccb0acf7b",
36
+ "color.alias.fill-primary.default": "94568c7144c33d1489eb18f6f280d4aa038d462e",
37
+ "color.alias.fill-primary.hover": "163fce5ad4632dc2d5f8e1ace11a7a64c2e66068",
38
+ "color.alias.fill-primary.disabled": "ce8e57cbdc076dcded01c094e37318e12c253b36",
39
+ "color.alias.fill-primary.active": "2539ca383e97d3fe0933d75481fc27ebde3c0e82",
40
+ "color.alias.foreground-primary.default": "15993046630751f8ece8c69ca8567b8585ef01ed",
41
+ "color.alias.foreground-primary.hover": "05b82b00f36c50bffefa85fb27976f548d64814f",
42
+ "color.alias.foreground-primary.disabled": "3a966b31c871ccf9239cf012d26bca15c7efe134",
43
+ "color.alias.foreground-primary.active": "0bf531d306f57f32a2eaa3cc1dddf67a46e50665",
44
+ "color.alias.link.default": "efebee3b98eb6446b14c2829ccde177c714e9f0a",
45
+ "color.alias.link.hover": "d7c7a4e8f1d53e3b70dc226e146e51d8293dc72c",
46
+ "color.alias.link.disabled": "66418d476d8d6632a17c210e51a6020a9db39ec7",
47
+ "color.alias.link.active": "997470e9ef96d1cf2eae460620e8aa9f63d03899",
48
+ "color.alias.border.default": "a3856852f6a178b461bb5ade96b82bbefc56011b",
49
+ "color.alias.border.hover": "49ffc4f5c759aec5c03cf860dc439dde64f0edeb",
50
+ "color.alias.border.disabled": "3281e7c6db65fb62c205c338359f7685d924bf34",
51
+ "color.alias.border.active": "5e3bf7c05a950d3d54273118eef39d768292d0db",
52
+ "color.alias.border.error": "e9e5cb9f2c1366225f8f80e26dc67602d7b3eb4f",
53
+ "color.alias.border.filled": "8e5521b482c466d4b5e8dbf818810442bce9699c",
54
+ "button-radius": "eb9e8ea005df65e0adeb47605d9615051e419aa0"
55
+ }
56
+ },
57
+ {
58
+ "id": "3ae9d74d778a3db5f77f414ad850f580eb5e915f",
59
+ "name": "whitelabel",
60
+ "$figmaStyleReferences": {},
61
+ "selectedTokenSets": {
62
+ "globals/global": "source",
63
+ "brands/whitelabel/whitelabel": "source"
64
+ },
65
+ "$figmaCollectionId": "VariableCollectionId:271:446",
66
+ "$figmaModeId": "271:1",
67
+ "$figmaVariableReferences": {
68
+ "color.alias.background.default": "9bb4fb3f87e39a47ee53ea31e9c7f72d59643c96",
69
+ "color.alias.surface.default": "e63237adc2adf91ad5fc5cbdeba9956f68181d29",
70
+ "color.alias.brand.accent": "8501941e6468c177fe1ffed7060db753356425cd",
71
+ "color.alias.brand.primary": "58f22433d5c760e6488409844d4270ff946765ef",
72
+ "color.alias.brand.secondary": "c4a615b233b0e5bb9db07fca254719e934482ca3",
73
+ "color.alias.brand.tertiary": "dae8a3007c20ed1ca55d8f13f8597e6f7b4f480b",
74
+ "color.alias.functional.error": "bb790e987463e9b3b29f2a2d40b64fbe596616b0",
75
+ "color.alias.functional.warning": "da80a0f3bc5360bf740680b7ea0cb2bd426107d5",
76
+ "color.alias.functional.success": "87cbd11e5568e2f19fb236f34bfe6b614d91485f",
77
+ "color.alias.functional.info": "e532723a4112ac1cab623dd56b74d9a906f59972",
78
+ "color.alias.text.default": "4ef42665fabd34410913637c4582b4743d17c890",
79
+ "color.alias.text.hover": "b4b3b7cd4e64bba0e68d771476b5f4ed643d38b4",
80
+ "color.alias.text.disabled": "65cbf97d80e5bb992368b5287fba615ed5af0245",
81
+ "color.alias.text.inverse": "966436a6d0ce3adfe39749624765f1a7fff3dc53",
82
+ "color.alias.text.error": "e8b6cfc02ac8934ce3bd3c7362eb925e96245f4c",
83
+ "color.alias.text.warning": "95f12675220a95f0a3785dedfabd09cdf5865f93",
84
+ "color.alias.icon.primary": "ff632e3e19b745e3d2374ae5c97c414bc045e78f",
85
+ "color.alias.icon.secondary": "3de108e16add0c7744a467bbce4a7ae29391bb56",
86
+ "color.alias.icon.tertiary": "2b73e2afefdfe059f6dd480ec7aadae9b4e4bc58",
87
+ "color.alias.icon.inverse": "ffaffe63727465239a2110953f829cc8670f2265",
88
+ "color.alias.icon.error": "925e009dd76300781eed1d6dc10a20c40e50771c",
89
+ "color.alias.icon.warning": "f2359a62a1385928ed2c065d17c29bc2fc3028a4",
90
+ "color.alias.fill-primary.default": "1ac959d66477086d732682b9439cd248521aefbd",
91
+ "color.alias.fill-primary.hover": "48341170df4749705ee2c87d05cb0c8ea950a273",
92
+ "color.alias.fill-primary.disabled": "994a56f0cf42d819b4b3e9fd5825018f31c9ef96",
93
+ "color.alias.fill-primary.active": "8e3ea88a0fc8f71969e761bdd01117e3d048b1bb",
94
+ "color.alias.foreground-primary.default": "75a4664e0d9323e643388395ebaa9205cb78b3d8",
95
+ "color.alias.foreground-primary.hover": "d69a21e02a77453e567a567da5c3839f9c3ae429",
96
+ "color.alias.foreground-primary.disabled": "62b13d315d27e4783df95b75712f737d50a3b615",
97
+ "color.alias.foreground-primary.active": "b2a593ca97de34a31b22d7c4425242d4fb4682a8",
98
+ "color.alias.link.default": "9a54d3a9f1508e618da379eec229fad37bbbd368",
99
+ "color.alias.link.hover": "3d4e651d5d1b85187fc1a27e677e581b50b3b741",
100
+ "color.alias.link.disabled": "eca788739fc465aac8faef510026762d86ab2392",
101
+ "color.alias.link.active": "505122f36a31e38e93fed063498d5610645b5de1",
102
+ "color.alias.border.default": "9fa4abf97e04ce09a05c8d900d5dcb4177bb0360",
103
+ "color.alias.border.hover": "f70e9ae994c0462f4dc08ed133ba92a272fe7d95",
104
+ "color.alias.border.disabled": "479993e3fbf8e264933f66bd4bc7ae8705ee9880",
105
+ "color.alias.border.active": "ed0bbdfcb9346965531a889cbd219c428bd0f7ae",
106
+ "color.alias.border.error": "256eb2282a0d3b6e1c3c55c974445c7ce2ede8a5",
107
+ "color.alias.border.filled": "7ea622d0e0e5dd8a4c6bab817bde48c15e99be19",
108
+ "button-radius": "b7e7dc4f99d0918da49b00eb54a4be5b81baaf40"
109
+ }
110
+ }
111
+ ]
@@ -0,0 +1,391 @@
1
+ {
2
+ "font-size": {
3
+ "reading": {
4
+ "value": "{font-size-100}",
5
+ "type": "fontSizes"
6
+ },
7
+ "sub-heading": {
8
+ "value": "{font-size-200}",
9
+ "type": "fontSizes"
10
+ }
11
+ },
12
+ "font-weight": {
13
+ "normal": {
14
+ "value": "{font-weight-300}",
15
+ "type": "fontWeights"
16
+ },
17
+ "medium": {
18
+ "value": "{font-weight-400}",
19
+ "type": "fontWeights"
20
+ },
21
+ "bold": {
22
+ "value": "{font-weight-500}",
23
+ "type": "fontWeights"
24
+ }
25
+ },
26
+ "line-height": {
27
+ "compact": {
28
+ "value": "{line-height-100}",
29
+ "type": "lineHeights"
30
+ },
31
+ "reading": {
32
+ "value": "{line-height-200}",
33
+ "type": "lineHeights"
34
+ },
35
+ "relaxed": {
36
+ "value": "{line-height-400}",
37
+ "type": "lineHeights"
38
+ }
39
+ },
40
+ "letter-spacing": {
41
+ "tight": {
42
+ "value": "{letter-spacing-100}",
43
+ "type": "letterSpacing"
44
+ },
45
+ "normal": {
46
+ "value": "{letter-spacing-200}",
47
+ "type": "letterSpacing"
48
+ },
49
+ "relaxed": {
50
+ "value": "{letter-spacing-300}",
51
+ "type": "letterSpacing"
52
+ }
53
+ },
54
+ "color": {
55
+ "alias": {
56
+ "background": {
57
+ "default": {
58
+ "value": "{color.global.grey.200}",
59
+ "type": "color"
60
+ }
61
+ },
62
+ "surface": {
63
+ "default": {
64
+ "value": "{color.global.grey.100}",
65
+ "type": "color"
66
+ }
67
+ },
68
+ "brand": {
69
+ "accent": {
70
+ "value": "{color.global.gold.700}",
71
+ "type": "color"
72
+ },
73
+ "primary": {
74
+ "value": "{color.global.grey.900}",
75
+ "type": "color"
76
+ },
77
+ "secondary": {
78
+ "value": "{color.global.turquoise.500}",
79
+ "type": "color"
80
+ },
81
+ "tertiary": {
82
+ "value": "{color.global.grey.200}",
83
+ "type": "color"
84
+ }
85
+ },
86
+ "functional": {
87
+ "error": {
88
+ "value": "{color.global.red.500}",
89
+ "type": "color"
90
+ },
91
+ "warning": {
92
+ "value": "{color.global.orange.500}",
93
+ "type": "color"
94
+ },
95
+ "success": {
96
+ "value": "{color.global.green.500}",
97
+ "type": "color"
98
+ },
99
+ "info": {
100
+ "value": "{color.global.blue.500}",
101
+ "type": "color"
102
+ }
103
+ },
104
+ "text": {
105
+ "default": {
106
+ "value": "{color.global.orange.700}",
107
+ "type": "color",
108
+ "description": "Changed default text to orange"
109
+ },
110
+ "hover": {
111
+ "value": "{color.global.grey.700}",
112
+ "type": "color"
113
+ },
114
+ "disabled": {
115
+ "value": "{color.global.grey.500}",
116
+ "type": "color"
117
+ },
118
+ "inverse": {
119
+ "value": "{color.global.grey.100}",
120
+ "type": "color"
121
+ },
122
+ "error": {
123
+ "value": "{color.global.red.500}",
124
+ "type": "color"
125
+ },
126
+ "warning": {
127
+ "value": "{color.global.orange.500}",
128
+ "type": "color"
129
+ }
130
+ },
131
+ "icon": {
132
+ "primary": {
133
+ "value": "{color.global.grey.900}",
134
+ "type": "color"
135
+ },
136
+ "secondary": {
137
+ "value": "{color.global.grey.700}",
138
+ "type": "color"
139
+ },
140
+ "tertiary": {
141
+ "value": "{color.global.grey.500}",
142
+ "type": "color"
143
+ },
144
+ "inverse": {
145
+ "value": "{color.global.grey.100}",
146
+ "type": "color"
147
+ },
148
+ "error": {
149
+ "value": "{color.global.red.500}",
150
+ "type": "color"
151
+ },
152
+ "warning": {
153
+ "value": "{color.global.orange.500}",
154
+ "type": "color"
155
+ }
156
+ },
157
+ "fill-primary": {
158
+ "default": {
159
+ "value": "{color.global.orange.500}",
160
+ "type": "color"
161
+ },
162
+ "hover": {
163
+ "value": "{color.global.orange.700}",
164
+ "type": "color"
165
+ },
166
+ "disabled": {
167
+ "value": "{color.global.grey.400}",
168
+ "type": "color"
169
+ },
170
+ "active": {
171
+ "value": "{color.global.orange.300}",
172
+ "type": "color"
173
+ }
174
+ },
175
+ "foreground-primary": {
176
+ "default": {
177
+ "value": "{color.global.grey.900}",
178
+ "type": "color"
179
+ },
180
+ "hover": {
181
+ "value": "{color.global.grey.700}",
182
+ "type": "color"
183
+ },
184
+ "disabled": {
185
+ "value": "{color.global.grey.700}",
186
+ "type": "color"
187
+ },
188
+ "active": {
189
+ "value": "{color.global.grey.900}",
190
+ "type": "color"
191
+ }
192
+ },
193
+ "link": {
194
+ "default": {
195
+ "value": "{color.global.grey.900}",
196
+ "type": "color"
197
+ },
198
+ "hover": {
199
+ "value": "{color.global.grey.800}",
200
+ "type": "color"
201
+ },
202
+ "disabled": {
203
+ "value": "{color.global.grey.400}",
204
+ "type": "color"
205
+ },
206
+ "active": {
207
+ "value": "{color.global.grey.900}",
208
+ "type": "color"
209
+ }
210
+ },
211
+ "border": {
212
+ "default": {
213
+ "value": "{color.global.grey.400}",
214
+ "type": "color"
215
+ },
216
+ "hover": {
217
+ "value": "{color.global.orange.500}",
218
+ "type": "color"
219
+ },
220
+ "disabled": {
221
+ "value": "{color.global.grey.300}",
222
+ "type": "color"
223
+ },
224
+ "active": {
225
+ "value": "{color.global.orange.500}",
226
+ "type": "color"
227
+ },
228
+ "error": {
229
+ "value": "{color.alias.functional.error}",
230
+ "type": "color"
231
+ },
232
+ "filled": {
233
+ "value": "{color.global.grey.900}",
234
+ "type": "color"
235
+ }
236
+ }
237
+ }
238
+ },
239
+ "text": {
240
+ "heading": {
241
+ "xl": {
242
+ "value": {
243
+ "fontFamily": "{font-family-bureau}",
244
+ "fontWeight": "Regular",
245
+ "lineHeight": "{line-height.compact}",
246
+ "fontSize": "{font-size-500}",
247
+ "letterSpacing": "{letter-spacing.normal}"
248
+ },
249
+ "type": "typography"
250
+ },
251
+ "lg": {
252
+ "value": {
253
+ "fontFamily": "{font-family-bureau}",
254
+ "fontWeight": "Regular",
255
+ "lineHeight": "{line-height.compact}",
256
+ "fontSize": "{font-size-400}",
257
+ "letterSpacing": "{letter-spacing.normal}"
258
+ },
259
+ "type": "typography"
260
+ },
261
+ "md": {
262
+ "value": {
263
+ "fontFamily": "{font-family-bureau}",
264
+ "fontWeight": "Regular",
265
+ "lineHeight": "{line-height.relaxed}",
266
+ "fontSize": "{font-size-300}",
267
+ "letterSpacing": "{letter-spacing.normal}"
268
+ },
269
+ "type": "typography"
270
+ },
271
+ "sm": {
272
+ "value": {
273
+ "fontFamily": "{font-family-bureau}",
274
+ "fontWeight": "Regular",
275
+ "lineHeight": "{line-height.relaxed}",
276
+ "fontSize": "{font-size-200}",
277
+ "letterSpacing": "{letter-spacing.normal}"
278
+ },
279
+ "type": "typography"
280
+ },
281
+ "xs": {
282
+ "value": {
283
+ "fontFamily": "{font-family-bureau}",
284
+ "fontWeight": "Regular",
285
+ "lineHeight": "{line-height.relaxed}",
286
+ "fontSize": "{font-size-100}",
287
+ "letterSpacing": "{letter-spacing.normal}"
288
+ },
289
+ "type": "typography"
290
+ },
291
+ "xxs": {
292
+ "value": {
293
+ "fontFamily": "{font-family-bureau}",
294
+ "fontWeight": "Regular",
295
+ "lineHeight": "{line-height.relaxed}",
296
+ "fontSize": "{font-size-100}",
297
+ "letterSpacing": "{letter-spacing.tight}"
298
+ },
299
+ "type": "typography"
300
+ }
301
+ },
302
+ "subtitle": {
303
+ "lg": {
304
+ "value": {
305
+ "fontFamily": "{font-family-helvetica}",
306
+ "fontWeight": "{font-weight.bold}",
307
+ "lineHeight": "{line-height.compact}",
308
+ "fontSize": "{font-size-300}",
309
+ "letterSpacing": "{letter-spacing.normal}"
310
+ },
311
+ "type": "typography"
312
+ },
313
+ "md": {
314
+ "value": {
315
+ "fontFamily": "{font-family-helvetica}",
316
+ "fontWeight": "{font-weight.medium}",
317
+ "lineHeight": "{line-height.relaxed}",
318
+ "fontSize": "{font-size-200}",
319
+ "letterSpacing": "{letter-spacing.normal}"
320
+ },
321
+ "type": "typography"
322
+ },
323
+ "sm": {
324
+ "value": {
325
+ "fontFamily": "{font-family-helvetica}",
326
+ "fontWeight": "{font-weight.medium}",
327
+ "lineHeight": "{line-height.relaxed}",
328
+ "fontSize": "{font-size-100}",
329
+ "letterSpacing": "{letter-spacing.tight}"
330
+ },
331
+ "type": "typography"
332
+ },
333
+ "xs": {
334
+ "value": {
335
+ "fontFamily": "{font-family-helvetica}",
336
+ "fontWeight": "{font-weight.medium}",
337
+ "lineHeight": "{line-height.relaxed}",
338
+ "fontSize": "{font-size-100}",
339
+ "letterSpacing": "{letter-spacing.tight}"
340
+ },
341
+ "type": "typography"
342
+ },
343
+ "xxs": {
344
+ "value": {
345
+ "fontFamily": "{font-family-helvetica}",
346
+ "fontWeight": "{font-weight.normal}",
347
+ "lineHeight": "{line-height.relaxed}",
348
+ "fontSize": "{font-size-100}",
349
+ "letterSpacing": "{letter-spacing.tight}"
350
+ },
351
+ "type": "typography"
352
+ }
353
+ },
354
+ "body": {
355
+ "lg": {
356
+ "value": {
357
+ "fontFamily": "{font-family-helvetica}",
358
+ "fontWeight": "{font-weight.medium}",
359
+ "lineHeight": "{line-height.reading}",
360
+ "fontSize": "{font-size-300}",
361
+ "letterSpacing": "{letter-spacing.normal}"
362
+ },
363
+ "type": "typography"
364
+ },
365
+ "md": {
366
+ "value": {
367
+ "fontFamily": "{font-family-helvetica}",
368
+ "fontWeight": "{font-weight.medium}",
369
+ "lineHeight": "{line-height.reading}",
370
+ "fontSize": "{font-size-200}",
371
+ "letterSpacing": "{letter-spacing.normal}"
372
+ },
373
+ "type": "typography"
374
+ },
375
+ "sm": {
376
+ "value": {
377
+ "fontFamily": "{font-family-helvetica}",
378
+ "fontWeight": "{font-weight.normal}",
379
+ "lineHeight": "{line-height.reading}",
380
+ "fontSize": "{font-size-100}",
381
+ "letterSpacing": "{letter-spacing.tight}"
382
+ },
383
+ "type": "typography"
384
+ }
385
+ }
386
+ },
387
+ "button-radius": {
388
+ "value": "{radius-big}",
389
+ "type": "borderRadius"
390
+ }
391
+ }
@@ -0,0 +1,394 @@
1
+ {
2
+ "font-size": {
3
+ "reading": {
4
+ "value": "{font-size-100}",
5
+ "type": "fontSizes"
6
+ },
7
+ "sub-heading": {
8
+ "value": "{font-size-200}",
9
+ "type": "fontSizes"
10
+ }
11
+ },
12
+ "font-weight": {
13
+ "normal": {
14
+ "value": "{font-weight-300}",
15
+ "type": "fontWeights"
16
+ },
17
+ "medium": {
18
+ "value": "{font-weight-400}",
19
+ "type": "fontWeights"
20
+ },
21
+ "bold": {
22
+ "value": "{font-weight-500}",
23
+ "type": "fontWeights"
24
+ }
25
+ },
26
+ "line-height": {
27
+ "compact": {
28
+ "value": "{line-height-100}",
29
+ "type": "lineHeights"
30
+ },
31
+ "reading": {
32
+ "value": "{line-height-200}",
33
+ "type": "lineHeights"
34
+ },
35
+ "relaxed": {
36
+ "value": "{line-height-400}",
37
+ "type": "lineHeights"
38
+ }
39
+ },
40
+ "letter-spacing": {
41
+ "tight": {
42
+ "value": "{letter-spacing-100}",
43
+ "type": "letterSpacing"
44
+ },
45
+ "normal": {
46
+ "value": "{letter-spacing-200}",
47
+ "type": "letterSpacing"
48
+ },
49
+ "relaxed": {
50
+ "value": "{letter-spacing-300}",
51
+ "type": "letterSpacing"
52
+ }
53
+ },
54
+ "color": {
55
+ "alias": {
56
+ "background": {
57
+ "default": {
58
+ "value": "{color.global.grey.200}",
59
+ "type": "color"
60
+ }
61
+ },
62
+ "surface": {
63
+ "default": {
64
+ "value": "{color.global.grey.100}",
65
+ "type": "color"
66
+ }
67
+ },
68
+ "brand": {
69
+ "accent": {
70
+ "value": "{color.global.gold.700}",
71
+ "type": "color"
72
+ },
73
+ "primary": {
74
+ "value": "{color.global.grey.900}",
75
+ "type": "color"
76
+ },
77
+ "secondary": {
78
+ "value": "{color.global.turquoise.500}",
79
+ "type": "color"
80
+ },
81
+ "tertiary": {
82
+ "value": "{color.global.grey.200}",
83
+ "type": "color"
84
+ }
85
+ },
86
+ "functional": {
87
+ "error": {
88
+ "value": "{color.global.red.500}",
89
+ "type": "color"
90
+ },
91
+ "warning": {
92
+ "value": "{color.global.orange.500}",
93
+ "type": "color"
94
+ },
95
+ "success": {
96
+ "value": "{color.global.green.500}",
97
+ "type": "color"
98
+ },
99
+ "info": {
100
+ "value": "{color.global.blue.500}",
101
+ "type": "color"
102
+ }
103
+ },
104
+ "text": {
105
+ "title": {
106
+ "value": "{color.global.grey.900}",
107
+ "type": "color"
108
+ },
109
+ "hover": {
110
+ "value": "{color.global.grey.700}",
111
+ "type": "color"
112
+ },
113
+ "disabled": {
114
+ "value": "{color.global.grey.500}",
115
+ "type": "color"
116
+ },
117
+ "inverse": {
118
+ "value": "{color.global.grey.100}",
119
+ "type": "color"
120
+ },
121
+ "error": {
122
+ "value": "{color.global.red.500}",
123
+ "type": "color"
124
+ },
125
+ "warning": {
126
+ "value": "{color.global.orange.500}",
127
+ "type": "color"
128
+ },
129
+ "body": {
130
+ "value": "{color.global.grey.900}",
131
+ "type": "color"
132
+ }
133
+ },
134
+ "icon": {
135
+ "primary": {
136
+ "value": "{color.global.grey.900}",
137
+ "type": "color"
138
+ },
139
+ "secondary": {
140
+ "value": "{color.global.grey.700}",
141
+ "type": "color"
142
+ },
143
+ "tertiary": {
144
+ "value": "{color.global.grey.500}",
145
+ "type": "color"
146
+ },
147
+ "inverse": {
148
+ "value": "{color.global.grey.100}",
149
+ "type": "color"
150
+ },
151
+ "error": {
152
+ "value": "{color.global.red.500}",
153
+ "type": "color"
154
+ },
155
+ "warning": {
156
+ "value": "{color.global.orange.500}",
157
+ "type": "color"
158
+ }
159
+ },
160
+ "fill-primary": {
161
+ "default": {
162
+ "value": "{color.alias.brand.primary}",
163
+ "type": "color"
164
+ },
165
+ "hover": {
166
+ "value": "{color.global.grey.800}",
167
+ "type": "color"
168
+ },
169
+ "disabled": {
170
+ "value": "{color.global.grey.400}",
171
+ "type": "color"
172
+ },
173
+ "active": {
174
+ "value": "{color.global.grey.900}",
175
+ "type": "color"
176
+ }
177
+ },
178
+ "foreground-primary": {
179
+ "default": {
180
+ "value": "{color.global.grey.100}",
181
+ "type": "color"
182
+ },
183
+ "hover": {
184
+ "value": "{color.global.grey.100}",
185
+ "type": "color"
186
+ },
187
+ "disabled": {
188
+ "value": "{color.global.grey.700}",
189
+ "type": "color"
190
+ },
191
+ "active": {
192
+ "value": "{color.global.grey.100}",
193
+ "type": "color"
194
+ }
195
+ },
196
+ "link": {
197
+ "default": {
198
+ "value": "{color.global.grey.900}",
199
+ "type": "color"
200
+ },
201
+ "hover": {
202
+ "value": "{color.global.grey.800}",
203
+ "type": "color"
204
+ },
205
+ "disabled": {
206
+ "value": "{color.global.grey.400}",
207
+ "type": "color"
208
+ },
209
+ "active": {
210
+ "value": "{color.global.grey.900}",
211
+ "type": "color"
212
+ }
213
+ },
214
+ "border": {
215
+ "default": {
216
+ "value": "{color.global.grey.400}",
217
+ "type": "color"
218
+ },
219
+ "hover": {
220
+ "value": "{color.global.grey.900}",
221
+ "type": "color"
222
+ },
223
+ "disabled": {
224
+ "value": "{color.global.grey.300}",
225
+ "type": "color"
226
+ },
227
+ "active": {
228
+ "value": "{color.global.grey.900}",
229
+ "type": "color"
230
+ },
231
+ "error": {
232
+ "value": "{color.alias.functional.error}",
233
+ "type": "color"
234
+ },
235
+ "filled": {
236
+ "value": "{color.global.grey.900}",
237
+ "type": "color"
238
+ }
239
+ }
240
+ }
241
+ },
242
+ "text": {
243
+ "heading": {
244
+ "xl": {
245
+ "value": {
246
+ "fontFamily": "{font-family-helvetica}",
247
+ "fontWeight": "Regular",
248
+ "lineHeight": "{line-height.compact}",
249
+ "fontSize": "{font-size-700}",
250
+ "letterSpacing": "{letter-spacing.normal}"
251
+ },
252
+ "type": "typography"
253
+ },
254
+ "lg": {
255
+ "value": {
256
+ "fontFamily": "{font-family-helvetica}",
257
+ "lineHeight": "{line-height.compact}",
258
+ "fontSize": "{font-size-500}",
259
+ "letterSpacing": "{letter-spacing.normal}",
260
+ "fontWeight": "Regular"
261
+ },
262
+ "type": "typography"
263
+ },
264
+ "md": {
265
+ "value": {
266
+ "fontFamily": "{font-family-helvetica}",
267
+ "fontWeight": "Regular",
268
+ "lineHeight": "{line-height.relaxed}",
269
+ "fontSize": "{font-size-400}",
270
+ "letterSpacing": "{letter-spacing.normal}"
271
+ },
272
+ "type": "typography"
273
+ },
274
+ "sm": {
275
+ "value": {
276
+ "fontFamily": "{font-family-helvetica}",
277
+ "fontWeight": "Regular",
278
+ "lineHeight": "{line-height.relaxed}",
279
+ "fontSize": "{font-size-300}",
280
+ "letterSpacing": "{letter-spacing.normal}"
281
+ },
282
+ "type": "typography"
283
+ },
284
+ "xs": {
285
+ "value": {
286
+ "fontFamily": "{font-family-helvetica}",
287
+ "fontWeight": "Regular",
288
+ "lineHeight": "{line-height.relaxed}",
289
+ "fontSize": "{font-size-200}",
290
+ "letterSpacing": "{letter-spacing.normal}"
291
+ },
292
+ "type": "typography"
293
+ },
294
+ "xxs": {
295
+ "value": {
296
+ "fontFamily": "{font-family-helvetica}",
297
+ "fontWeight": "Regular",
298
+ "lineHeight": "{line-height.relaxed}",
299
+ "fontSize": "{font-size-200}",
300
+ "letterSpacing": "{letter-spacing.tight}"
301
+ },
302
+ "type": "typography"
303
+ }
304
+ },
305
+ "subtitle": {
306
+ "lg": {
307
+ "value": {
308
+ "fontFamily": "{font-family-helvetica}",
309
+ "fontWeight": "Bold",
310
+ "lineHeight": "{line-height.compact}",
311
+ "fontSize": "{font-size-300}",
312
+ "letterSpacing": "{letter-spacing.normal}"
313
+ },
314
+ "type": "typography"
315
+ },
316
+ "md": {
317
+ "value": {
318
+ "fontFamily": "{font-family-helvetica}",
319
+ "fontWeight": "Medium",
320
+ "lineHeight": "{line-height.relaxed}",
321
+ "fontSize": "{font-size-200}",
322
+ "letterSpacing": "{letter-spacing.normal}"
323
+ },
324
+ "type": "typography"
325
+ },
326
+ "sm": {
327
+ "value": {
328
+ "fontFamily": "{font-family-helvetica}",
329
+ "fontWeight": "Regular",
330
+ "lineHeight": "{line-height.relaxed}",
331
+ "fontSize": "{font-size-100}",
332
+ "letterSpacing": "{letter-spacing.tight}"
333
+ },
334
+ "type": "typography"
335
+ },
336
+ "xs": {
337
+ "value": {
338
+ "fontFamily": "{font-family-helvetica}",
339
+ "fontWeight": "Regular",
340
+ "lineHeight": "{line-height.relaxed}",
341
+ "fontSize": "{font-size-100}",
342
+ "letterSpacing": "{letter-spacing.tight}"
343
+ },
344
+ "type": "typography"
345
+ },
346
+ "xxs": {
347
+ "value": {
348
+ "fontFamily": "{font-family-helvetica}",
349
+ "fontWeight": "Light",
350
+ "lineHeight": "{line-height.relaxed}",
351
+ "fontSize": "{font-size-100}",
352
+ "letterSpacing": "{letter-spacing.tight}"
353
+ },
354
+ "type": "typography"
355
+ }
356
+ },
357
+ "body": {
358
+ "lg": {
359
+ "value": {
360
+ "fontFamily": "{font-family-helvetica}",
361
+ "fontWeight": "Regular",
362
+ "lineHeight": "{line-height.reading}",
363
+ "fontSize": "{font-size-300}",
364
+ "letterSpacing": "{letter-spacing.normal}"
365
+ },
366
+ "type": "typography"
367
+ },
368
+ "md": {
369
+ "value": {
370
+ "fontFamily": "{font-family-helvetica}",
371
+ "fontWeight": "Regular",
372
+ "lineHeight": "{line-height.reading}",
373
+ "fontSize": "{font-size-200}",
374
+ "letterSpacing": "{letter-spacing.normal}"
375
+ },
376
+ "type": "typography"
377
+ },
378
+ "sm": {
379
+ "value": {
380
+ "fontFamily": "{font-family-helvetica}",
381
+ "fontWeight": "Light",
382
+ "lineHeight": "{line-height.reading}",
383
+ "fontSize": "{font-size-100}",
384
+ "letterSpacing": "{letter-spacing.tight}"
385
+ },
386
+ "type": "typography"
387
+ }
388
+ }
389
+ },
390
+ "button-radius": {
391
+ "value": "{radius-none}",
392
+ "type": "borderRadius"
393
+ }
394
+ }
@@ -0,0 +1,367 @@
1
+ {
2
+ "font-family-simplistic": {
3
+ "value": "Simplistic Sans",
4
+ "type": "fontFamilies"
5
+ },
6
+ "font-family-vesta": {
7
+ "value": "VPRO Vesta",
8
+ "type": "fontFamilies"
9
+ },
10
+ "font-family-bureau": {
11
+ "value": "BureauGrotesque FiveOne",
12
+ "type": "fontFamilies"
13
+ },
14
+ "font-size-50": {
15
+ "value": "12px",
16
+ "type": "fontSizes"
17
+ },
18
+ "font-size-75": {
19
+ "value": "14px",
20
+ "type": "fontSizes"
21
+ },
22
+ "font-size-100": {
23
+ "value": "16px",
24
+ "type": "fontSizes"
25
+ },
26
+ "font-size-200": {
27
+ "value": "20px",
28
+ "type": "fontSizes"
29
+ },
30
+ "font-size-300": {
31
+ "value": "24px",
32
+ "type": "fontSizes"
33
+ },
34
+ "font-size-400": {
35
+ "value": "32px",
36
+ "type": "fontSizes"
37
+ },
38
+ "font-size-500": {
39
+ "value": "48px",
40
+ "type": "fontSizes"
41
+ },
42
+ "font-size-600": {
43
+ "value": "56px",
44
+ "type": "fontSizes"
45
+ },
46
+ "font-size-700": {
47
+ "value": "64px",
48
+ "type": "fontSizes"
49
+ },
50
+ "font-weight-100": {
51
+ "value": "100",
52
+ "type": "fontWeights"
53
+ },
54
+ "font-weight-200": {
55
+ "value": "200",
56
+ "type": "fontWeights"
57
+ },
58
+ "font-weight-300": {
59
+ "value": "300",
60
+ "type": "fontWeights"
61
+ },
62
+ "font-weight-400": {
63
+ "value": "400",
64
+ "type": "fontWeights"
65
+ },
66
+ "font-weight-500": {
67
+ "value": "500",
68
+ "type": "fontWeights"
69
+ },
70
+ "font-weight-600": {
71
+ "value": "600",
72
+ "type": "fontWeights"
73
+ },
74
+ "line-height-100": {
75
+ "value": "100%",
76
+ "type": "lineHeights",
77
+ "description": "Typically for captions or dense text"
78
+ },
79
+ "line-height-200": {
80
+ "value": "140%",
81
+ "type": "lineHeights",
82
+ "description": "Standard for body text"
83
+ },
84
+ "line-height-300": {
85
+ "value": "160%",
86
+ "type": "lineHeights",
87
+ "description": "Breathable body text or for headers"
88
+ },
89
+ "line-height-400": {
90
+ "value": "180%",
91
+ "type": "lineHeights",
92
+ "description": "For larger headers"
93
+ },
94
+ "letter-spacing-100": {
95
+ "value": "-0.05em",
96
+ "type": "letterSpacing",
97
+ "description": "Tight"
98
+ },
99
+ "letter-spacing-200": {
100
+ "value": "0em",
101
+ "type": "letterSpacing",
102
+ "description": "Normal"
103
+ },
104
+ "letter-spacing-300": {
105
+ "value": "0.05em",
106
+ "type": "letterSpacing",
107
+ "description": "Breathable"
108
+ },
109
+ "font-family-helvetica": {
110
+ "value": "Helvetica Neue",
111
+ "type": "fontFamilies"
112
+ },
113
+ "spacing-100": {
114
+ "value": "4px",
115
+ "type": "spacing"
116
+ },
117
+ "spacing-200": {
118
+ "value": "{spacing-100}*2",
119
+ "type": "spacing"
120
+ },
121
+ "spacing-300": {
122
+ "value": "{spacing-200}*2",
123
+ "type": "spacing"
124
+ },
125
+ "spacing-400": {
126
+ "value": "{spacing-300}*2",
127
+ "type": "spacing"
128
+ },
129
+ "spacing-500": {
130
+ "value": "{spacing-400}*2",
131
+ "type": "spacing"
132
+ },
133
+ "spacing-600": {
134
+ "value": "{spacing-500}*2",
135
+ "type": "spacing"
136
+ },
137
+ "spacing-700": {
138
+ "value": "{spacing-600}*2",
139
+ "type": "spacing"
140
+ },
141
+ "color": {
142
+ "global": {
143
+ "grey": {
144
+ "100": {
145
+ "value": "#FFFFFF",
146
+ "type": "color"
147
+ },
148
+ "200": {
149
+ "value": "#F4F4F4",
150
+ "type": "color"
151
+ },
152
+ "300": {
153
+ "value": "#E0E0E0",
154
+ "type": "color"
155
+ },
156
+ "400": {
157
+ "value": "#BDBDBD",
158
+ "type": "color"
159
+ },
160
+ "500": {
161
+ "value": "#9E9E9E",
162
+ "type": "color"
163
+ },
164
+ "600": {
165
+ "value": "#757575",
166
+ "type": "color"
167
+ },
168
+ "700": {
169
+ "value": "#616161",
170
+ "type": "color"
171
+ },
172
+ "800": {
173
+ "value": "#424242",
174
+ "type": "color"
175
+ },
176
+ "900": {
177
+ "value": "#212121",
178
+ "type": "color"
179
+ }
180
+ },
181
+ "gold": {
182
+ "300": {
183
+ "value": "#FFEB3B",
184
+ "type": "color"
185
+ },
186
+ "500": {
187
+ "value": "#FFC107",
188
+ "type": "color"
189
+ },
190
+ "700": {
191
+ "value": "#FFA000",
192
+ "type": "color"
193
+ }
194
+ },
195
+ "orange": {
196
+ "300": {
197
+ "value": "#FFCC80",
198
+ "type": "color"
199
+ },
200
+ "500": {
201
+ "value": "#E37743",
202
+ "type": "color"
203
+ },
204
+ "700": {
205
+ "value": "#FB8C00",
206
+ "type": "color"
207
+ }
208
+ },
209
+ "red": {
210
+ "300": {
211
+ "value": "#FFCDD2",
212
+ "type": "color"
213
+ },
214
+ "500": {
215
+ "value": "#F44336",
216
+ "type": "color"
217
+ },
218
+ "700": {
219
+ "value": "#E64A19",
220
+ "type": "color"
221
+ }
222
+ },
223
+ "pink": {
224
+ "300": {
225
+ "value": "#F8BBD0",
226
+ "type": "color"
227
+ },
228
+ "500": {
229
+ "value": "#E91E63",
230
+ "type": "color"
231
+ },
232
+ "700": {
233
+ "value": "#C2185B",
234
+ "type": "color"
235
+ }
236
+ },
237
+ "plum": {
238
+ "300": {
239
+ "value": "#E1BEE7",
240
+ "type": "color"
241
+ },
242
+ "500": {
243
+ "value": "#9C27B0",
244
+ "type": "color"
245
+ },
246
+ "700": {
247
+ "value": "#7B1FA2",
248
+ "type": "color"
249
+ }
250
+ },
251
+ "violet": {
252
+ "300": {
253
+ "value": "#D1C4E9",
254
+ "type": "color"
255
+ },
256
+ "500": {
257
+ "value": "#673AB7",
258
+ "type": "color"
259
+ },
260
+ "700": {
261
+ "value": "#512DA8",
262
+ "type": "color"
263
+ }
264
+ },
265
+ "royal": {
266
+ "300": {
267
+ "value": "#BBDEFB",
268
+ "type": "color"
269
+ },
270
+ "500": {
271
+ "value": "#3F51B5",
272
+ "type": "color"
273
+ },
274
+ "700": {
275
+ "value": "#303F9F",
276
+ "type": "color"
277
+ }
278
+ },
279
+ "blue": {
280
+ "300": {
281
+ "value": "#81D4FA",
282
+ "type": "color"
283
+ },
284
+ "500": {
285
+ "value": "#03A9F4",
286
+ "type": "color"
287
+ },
288
+ "700": {
289
+ "value": "#0288D1",
290
+ "type": "color"
291
+ }
292
+ },
293
+ "turquoise": {
294
+ "300": {
295
+ "value": "#80DEEA",
296
+ "type": "color"
297
+ },
298
+ "500": {
299
+ "value": "#00BCD4",
300
+ "type": "color"
301
+ },
302
+ "700": {
303
+ "value": "#0097A7",
304
+ "type": "color"
305
+ }
306
+ },
307
+ "green": {
308
+ "300": {
309
+ "value": "#AED581",
310
+ "type": "color"
311
+ },
312
+ "500": {
313
+ "value": "#8BC34A",
314
+ "type": "color"
315
+ },
316
+ "700": {
317
+ "value": "#689F38",
318
+ "type": "color"
319
+ }
320
+ },
321
+ "lime": {
322
+ "300": {
323
+ "value": "#DCE775",
324
+ "type": "color"
325
+ },
326
+ "500": {
327
+ "value": "#CDDC39",
328
+ "type": "color"
329
+ },
330
+ "700": {
331
+ "value": "#AFB42B",
332
+ "type": "color"
333
+ }
334
+ },
335
+ "yellow": {
336
+ "300": {
337
+ "value": "#FFF176",
338
+ "type": "color"
339
+ },
340
+ "500": {
341
+ "value": "#FFEB3B",
342
+ "type": "color"
343
+ },
344
+ "700": {
345
+ "value": "#FBC02D",
346
+ "type": "color"
347
+ }
348
+ }
349
+ }
350
+ },
351
+ "radius-small": {
352
+ "value": "4",
353
+ "type": "borderRadius"
354
+ },
355
+ "radius-medium": {
356
+ "value": "16",
357
+ "type": "borderRadius"
358
+ },
359
+ "radius-big": {
360
+ "value": "64",
361
+ "type": "borderRadius"
362
+ },
363
+ "radius-none": {
364
+ "value": "0",
365
+ "type": "borderRadius"
366
+ }
367
+ }