@automattic/vip-design-system 2.4.5 → 2.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.
Files changed (97) hide show
  1. package/build/system/Breadcrumbs/Breadcrumbs.d.ts +1 -0
  2. package/build/system/Breadcrumbs/Breadcrumbs.js +75 -20
  3. package/build/system/Breadcrumbs/Breadcrumbs.stories.d.ts +2 -0
  4. package/build/system/Breadcrumbs/Breadcrumbs.stories.js +47 -7
  5. package/build/system/Breadcrumbs/Breadcrumbs.test.js +72 -0
  6. package/build/system/Breadcrumbs/styles.d.ts +2 -0
  7. package/build/system/Breadcrumbs/styles.js +8 -2
  8. package/build/system/Dropdown/Dropdown.d.ts +25 -36
  9. package/build/system/Dropdown/Dropdown.js +60 -99
  10. package/build/system/Dropdown/Dropdown.stories.d.ts +1 -26
  11. package/build/system/Dropdown/Dropdown.test.js +51 -28
  12. package/build/system/Dropdown/DropdownContent.d.ts +14 -10
  13. package/build/system/Dropdown/DropdownContent.js +43 -47
  14. package/build/system/Dropdown/DropdownItem.d.ts +20 -32
  15. package/build/system/Dropdown/DropdownItem.js +86 -103
  16. package/build/system/Dropdown/DropdownLabel.d.ts +11 -7
  17. package/build/system/Dropdown/DropdownLabel.js +29 -29
  18. package/build/system/Dropdown/DropdownSeparator.d.ts +10 -6
  19. package/build/system/Dropdown/DropdownSeparator.js +28 -28
  20. package/build/system/Dropdown/index.d.ts +17 -39
  21. package/build/system/Dropdown/index.js +23 -50
  22. package/build/system/FilterDropdown/FilterDropdown.d.ts +27 -0
  23. package/build/system/FilterDropdown/FilterDropdown.js +75 -0
  24. package/build/system/FilterDropdown/FilterDropdown.stories.d.ts +18 -0
  25. package/build/system/FilterDropdown/FilterDropdown.stories.js +46 -0
  26. package/build/system/FilterDropdown/FilterDropdown.test.d.ts +1 -0
  27. package/build/system/FilterDropdown/FilterDropdown.test.js +53 -0
  28. package/build/system/Hr/Hr.d.ts +7 -0
  29. package/build/system/Hr/Hr.js +22 -0
  30. package/build/system/Hr/Hr.stories.d.ts +23 -0
  31. package/build/system/Hr/Hr.stories.js +30 -0
  32. package/build/system/Hr/Hr.test.d.ts +1 -0
  33. package/build/system/Hr/Hr.test.js +41 -0
  34. package/build/system/Link/Link.d.ts +11 -1
  35. package/build/system/Link/Link.js +16 -1
  36. package/build/system/Link/Link.stories.d.ts +14 -1
  37. package/build/system/Link/Link.stories.js +16 -3
  38. package/build/system/Nav/styles.js +2 -1
  39. package/build/system/Page/Page.d.ts +2 -0
  40. package/build/system/Page/Page.js +10 -0
  41. package/build/system/Page/Page.test.d.ts +1 -0
  42. package/build/system/Page/Page.test.js +41 -0
  43. package/build/system/index.d.ts +3 -1
  44. package/build/system/index.js +4 -0
  45. package/build/system/theme/index.d.ts +889 -23
  46. package/build/system/theme/index.js +7 -8
  47. package/build/system/utils/stories/CustomLink.d.ts +1 -0
  48. package/build/system/utils/stories/CustomLink.js +7 -1
  49. package/package.json +1 -1
  50. package/src/system/Breadcrumbs/Breadcrumbs.stories.tsx +32 -3
  51. package/src/system/Breadcrumbs/Breadcrumbs.test.tsx +60 -0
  52. package/src/system/Breadcrumbs/Breadcrumbs.tsx +100 -29
  53. package/src/system/Breadcrumbs/styles.ts +11 -0
  54. package/src/system/Dropdown/{Dropdown.test.js → Dropdown.test.tsx} +2 -1
  55. package/src/system/Dropdown/Dropdown.tsx +72 -0
  56. package/src/system/Dropdown/DropdownContent.tsx +46 -0
  57. package/src/system/Dropdown/DropdownItem.tsx +112 -0
  58. package/src/system/Dropdown/DropdownLabel.tsx +29 -0
  59. package/src/system/Dropdown/DropdownSeparator.tsx +28 -0
  60. package/src/system/Dropdown/{index.js → index.ts} +1 -3
  61. package/src/system/FilterDropdown/FilterDropdown.stories.tsx +57 -0
  62. package/src/system/FilterDropdown/FilterDropdown.test.tsx +52 -0
  63. package/src/system/FilterDropdown/FilterDropdown.tsx +92 -0
  64. package/src/system/Hr/Hr.stories.tsx +48 -0
  65. package/src/system/Hr/Hr.test.tsx +22 -0
  66. package/src/system/Hr/Hr.tsx +11 -0
  67. package/src/system/Link/Link.stories.tsx +42 -1
  68. package/src/system/Link/Link.tsx +17 -8
  69. package/src/system/Nav/styles.ts +1 -0
  70. package/src/system/Page/Page.test.tsx +22 -0
  71. package/src/system/Page/Page.tsx +3 -0
  72. package/src/system/index.js +4 -0
  73. package/src/system/theme/index.js +7 -8
  74. package/src/system/utils/stories/CustomLink.tsx +6 -0
  75. package/tokens/valet-core/$metadata.json +1 -17
  76. package/tokens/valet-core/$themes.json +0 -2586
  77. package/src/system/Dropdown/Dropdown.js +0 -101
  78. package/src/system/Dropdown/DropdownContent.js +0 -50
  79. package/src/system/Dropdown/DropdownItem.js +0 -108
  80. package/src/system/Dropdown/DropdownLabel.js +0 -31
  81. package/src/system/Dropdown/DropdownSeparator.js +0 -30
  82. package/tokens/valet-core/figma-parsely-web-type.json +0 -1217
  83. package/tokens/valet-core/figma-valet-web-type.json +0 -1217
  84. package/tokens/valet-core/figma-wpvip-services-web-type.json +0 -1267
  85. package/tokens/valet-core/figma-wpvip-web-type.json +0 -1213
  86. package/tokens/valet-core/parsely-web-color.json +0 -729
  87. package/tokens/valet-core/parsely-web-core.json +0 -172
  88. package/tokens/valet-core/parsely-web-type.json +0 -362
  89. package/tokens/valet-core/valet-web-color.json +0 -677
  90. package/tokens/valet-core/valet-web-core.json +0 -172
  91. package/tokens/valet-core/wpvip-services-web-color.json +0 -730
  92. package/tokens/valet-core/wpvip-services-web-core.json +0 -172
  93. package/tokens/valet-core/wpvip-services-web-type.json +0 -412
  94. package/tokens/valet-core/wpvip-web-color-dark.json +0 -735
  95. package/tokens/valet-core/wpvip-web-color.json +0 -730
  96. package/tokens/valet-core/wpvip-web-type.json +0 -412
  97. package/tokens/valet-core/wpvip-web.json +0 -1310
@@ -1,1310 +0,0 @@
1
- {
2
- "body": {
3
- "1-short": {
4
- "value": {
5
- "fontFamily": "{fontFamily.sans}",
6
- "fontWeight": "{fontWeight.regular}",
7
- "lineHeight": "{lineHeight.4}",
8
- "fontSize": "{fontSize.static.2}"
9
- },
10
- "type": "typography"
11
- },
12
- "1-short-medium": {
13
- "value": {
14
- "fontFamily": "{fontFamily.sans}",
15
- "fontWeight": "{fontWeight.medium}",
16
- "lineHeight": "{lineHeight.4}",
17
- "fontSize": "{fontSize.static.2}"
18
- },
19
- "type": "typography"
20
- },
21
- "1-short-caps": {
22
- "value": {
23
- "fontFamily": "{fontFamily.sans}",
24
- "fontWeight": "{fontWeight.regular}",
25
- "lineHeight": "{lineHeight.4}",
26
- "fontSize": "{fontSize.static.2}",
27
- "textCase": "uppercase"
28
- },
29
- "type": "typography"
30
- },
31
- "2-short": {
32
- "value": {
33
- "fontFamily": "{fontFamily.sans}",
34
- "fontWeight": "{fontWeight.regular}",
35
- "lineHeight": "{lineHeight.4}",
36
- "fontSize": "{fontSize.static.3}"
37
- },
38
- "type": "typography"
39
- },
40
- "2-short-medium": {
41
- "value": {
42
- "fontFamily": "{fontFamily.sans}",
43
- "fontWeight": "{fontWeight.medium}",
44
- "lineHeight": "{lineHeight.4}",
45
- "fontSize": "{fontSize.static.3}"
46
- },
47
- "type": "typography"
48
- },
49
- "3-short": {
50
- "value": {
51
- "fontFamily": "{fontFamily.sans}",
52
- "fontWeight": "{fontWeight.regular}",
53
- "lineHeight": "{lineHeight.4}",
54
- "fontSize": "{fontSize.static.4}"
55
- },
56
- "type": "typography"
57
- },
58
- "4-short": {
59
- "value": {
60
- "fontFamily": "{fontFamily.sans}",
61
- "fontWeight": "{fontWeight.regular}",
62
- "lineHeight": "{lineHeight.4}",
63
- "fontSize": "{fontSize.static.5}"
64
- },
65
- "type": "typography"
66
- },
67
- "4-serif": {
68
- "value": {
69
- "fontFamily": "{fontFamily.serif}",
70
- "fontWeight": "{fontWeight.regular}",
71
- "lineHeight": "{lineHeight.5}",
72
- "fontSize": "{fontSize.static.5}"
73
- },
74
- "type": "typography"
75
- }
76
- },
77
- "heading": {
78
- "1": {
79
- "value": {
80
- "fontFamily": "{fontFamily.sans}",
81
- "fontWeight": "{fontWeight.medium}",
82
- "lineHeight": "{lineHeight.responsive}",
83
- "fontSize": "{fontSize.responsive.6}",
84
- "letterSpacing": "{letterSpacing.tight}"
85
- },
86
- "type": "typography"
87
- },
88
- "2": {
89
- "value": {
90
- "fontFamily": "{fontFamily.sans}",
91
- "fontWeight": "{fontWeight.medium}",
92
- "lineHeight": "{lineHeight.responsive}",
93
- "fontSize": "{fontSize.responsive.7}",
94
- "letterSpacing": "{letterSpacing.tight}"
95
- },
96
- "type": "typography"
97
- },
98
- "3": {
99
- "value": {
100
- "fontFamily": "{fontFamily.sans}",
101
- "fontWeight": "{fontWeight.medium}",
102
- "lineHeight": "{lineHeight.responsive}",
103
- "fontSize": "{fontSize.responsive.9}",
104
- "letterSpacing": "{letterSpacing.tight}"
105
- },
106
- "type": "typography"
107
- },
108
- "4": {
109
- "value": {
110
- "fontFamily": "{fontFamily.sans}",
111
- "fontWeight": "{fontWeight.medium}",
112
- "lineHeight": "{lineHeight.responsive}",
113
- "fontSize": "{fontSize.responsive.10}",
114
- "letterSpacing": "{letterSpacing.tight}"
115
- },
116
- "type": "typography"
117
- },
118
- "5": {
119
- "value": {
120
- "fontFamily": "{fontFamily.sans}",
121
- "fontWeight": "{fontWeight.medium}",
122
- "lineHeight": "{lineHeight.responsive}",
123
- "fontSize": "{fontSize.responsive.11}",
124
- "letterSpacing": "{letterSpacing.tight}"
125
- },
126
- "type": "typography"
127
- },
128
- "6": {
129
- "value": {
130
- "fontFamily": "{fontFamily.sans}",
131
- "fontWeight": "{fontWeight.medium}",
132
- "lineHeight": "{lineHeight.responsive}",
133
- "fontSize": "{fontSize.responsive.12}",
134
- "letterSpacing": "{letterSpacing.tight}"
135
- },
136
- "type": "typography"
137
- },
138
- "7": {
139
- "value": {
140
- "fontFamily": "{fontFamily.sans}",
141
- "fontWeight": "{fontWeight.medium}",
142
- "lineHeight": "{lineHeight.responsive}",
143
- "fontSize": "{fontSize.responsive.13}",
144
- "letterSpacing": "{letterSpacing.tight}"
145
- },
146
- "type": "typography"
147
- },
148
- "1-light": {
149
- "value": {
150
- "fontFamily": "{fontFamily.sans}",
151
- "fontWeight": "{fontWeight.light}",
152
- "lineHeight": "{lineHeight.responsive}",
153
- "fontSize": "{fontSize.responsive.6}",
154
- "letterSpacing": "{letterSpacing.tight}"
155
- },
156
- "type": "typography"
157
- },
158
- "2-light": {
159
- "value": {
160
- "fontFamily": "{fontFamily.sans}",
161
- "fontWeight": "{fontWeight.light}",
162
- "lineHeight": "{lineHeight.responsive}",
163
- "fontSize": "{fontSize.responsive.8}",
164
- "letterSpacing": "{letterSpacing.tight}"
165
- },
166
- "type": "typography"
167
- },
168
- "3-light": {
169
- "value": {
170
- "fontFamily": "{fontFamily.sans}",
171
- "fontWeight": "{fontWeight.light}",
172
- "lineHeight": "{lineHeight.responsive}",
173
- "fontSize": "{fontSize.responsive.9}",
174
- "letterSpacing": "{letterSpacing.tight}"
175
- },
176
- "type": "typography"
177
- },
178
- "4-light": {
179
- "value": {
180
- "fontFamily": "{fontFamily.sans}",
181
- "fontWeight": "{fontWeight.light}",
182
- "lineHeight": "{lineHeight.responsive}",
183
- "fontSize": "{fontSize.responsive.10}",
184
- "letterSpacing": "{letterSpacing.tight}"
185
- },
186
- "type": "typography"
187
- },
188
- "5-light": {
189
- "value": {
190
- "fontFamily": "{fontFamily.sans}",
191
- "fontWeight": "{fontWeight.light}",
192
- "lineHeight": "{lineHeight.responsive}",
193
- "fontSize": "{fontSize.responsive.11}",
194
- "letterSpacing": "{letterSpacing.tight}"
195
- },
196
- "type": "typography"
197
- },
198
- "5-serif": {
199
- "value": {
200
- "fontFamily": "{fontFamily.serif}",
201
- "fontWeight": "{fontWeight.regular}",
202
- "lineHeight": "{lineHeight.responsive}",
203
- "fontSize": "{fontSize.responsive.11}",
204
- "letterSpacing": "{letterSpacing.tight}"
205
- },
206
- "type": "typography"
207
- },
208
- "6-serif": {
209
- "value": {
210
- "fontFamily": "{fontFamily.serif}",
211
- "fontWeight": "{fontWeight.regular}",
212
- "lineHeight": "{lineHeight.responsive}",
213
- "fontSize": "{fontSize.responsive.12}",
214
- "letterSpacing": "{letterSpacing.tight}"
215
- },
216
- "type": "typography"
217
- },
218
- "7-serif": {
219
- "value": {
220
- "fontFamily": "{fontFamily.serif}",
221
- "fontWeight": "{fontWeight.regular}",
222
- "lineHeight": "{lineHeight.responsive}",
223
- "fontSize": "{fontSize.responsive.13}",
224
- "letterSpacing": "{letterSpacing.tight}"
225
- },
226
- "type": "typography"
227
- }
228
- },
229
- "paragraph": {
230
- "1": {
231
- "value": {
232
- "fontFamily": "{fontFamily.sans}",
233
- "fontWeight": "{fontWeight.regular}",
234
- "lineHeight": "{lineHeight.responsive}",
235
- "fontSize": "{fontSize.responsive.7}",
236
- "letterSpacing": "{letterSpacing.tight}"
237
- },
238
- "type": "typography"
239
- }
240
- },
241
- "quotation": {
242
- "1": {
243
- "value": {
244
- "fontFamily": "{fontFamily.serif}",
245
- "fontWeight": "{fontWeight.regular}",
246
- "lineHeight": "{lineHeight.4}",
247
- "fontSize": "{fontSize.responsive.8}",
248
- "letterSpacing": "{letterSpacing.tight}"
249
- },
250
- "type": "typography"
251
- },
252
- "2": {
253
- "value": {
254
- "fontFamily": "{fontFamily.serif}",
255
- "fontWeight": "{fontWeight.regular}",
256
- "lineHeight": "{lineHeight.4}",
257
- "fontSize": "{fontSize.responsive.10}",
258
- "letterSpacing": "{letterSpacing.tight}"
259
- },
260
- "type": "typography"
261
- },
262
- "3": {
263
- "value": {
264
- "fontFamily": "{fontFamily.serif}",
265
- "fontWeight": "{fontWeight.regular}",
266
- "lineHeight": "{lineHeight.3}",
267
- "fontSize": "{fontSize.responsive.11}",
268
- "letterSpacing": "{letterSpacing.tight}"
269
- },
270
- "type": "typography"
271
- }
272
- },
273
- "caption": {
274
- "1": {
275
- "value": {
276
- "fontFamily": "{fontFamily.sans}",
277
- "fontWeight": "{fontWeight.regular}",
278
- "lineHeight": "{lineHeight.4}",
279
- "fontSize": "{fontSize.static.1}",
280
- "letterSpacing": "{letterSpacing.loose}"
281
- },
282
- "type": "typography"
283
- },
284
- "2": {
285
- "value": {
286
- "fontFamily": "{fontFamily.sans}",
287
- "fontWeight": "{fontWeight.regular}",
288
- "lineHeight": "{lineHeight.4}",
289
- "fontSize": "{fontSize.static.2}",
290
- "letterSpacing": "{letterSpacing.loose}"
291
- },
292
- "type": "typography"
293
- }
294
- },
295
- "code": {
296
- "1": {
297
- "value": {
298
- "fontFamily": "{fontFamily.monospace}",
299
- "fontWeight": "{fontWeight.regular}",
300
- "lineHeight": "{lineHeight.4}",
301
- "fontSize": "{fontSize.static.2}"
302
- },
303
- "type": "typography"
304
- },
305
- "2": {
306
- "value": {
307
- "fontFamily": "{fontFamily.monospace}",
308
- "fontWeight": "{fontWeight.regular}",
309
- "lineHeight": "{lineHeight.4}",
310
- "fontSize": "{fontSize.static.3}"
311
- },
312
- "type": "typography"
313
- }
314
- },
315
- "supporting": {
316
- "helper-text": {
317
- "1": {
318
- "value": {
319
- "fontFamily": "{fontFamily.sans}",
320
- "fontWeight": "{fontWeight.regular}",
321
- "lineHeight": "{lineHeight.4}",
322
- "fontSize": "{fontSize.static.1}",
323
- "letterSpacing": "{letterSpacing.loose}"
324
- },
325
- "type": "typography"
326
- },
327
- "1-caps": {
328
- "value": {
329
- "fontFamily": "{fontFamily.sans}",
330
- "fontWeight": "{fontWeight.regular}",
331
- "lineHeight": "{lineHeight.4}",
332
- "fontSize": "{fontSize.static.1}",
333
- "letterSpacing": "{letterSpacing.loose}",
334
- "textCase": "{textCase.uppercase}"
335
- },
336
- "type": "typography"
337
- }
338
- },
339
- "support-text": {
340
- "1": {
341
- "value": {
342
- "fontFamily": "{fontFamily.accent}",
343
- "fontWeight": "{fontWeight.medium}",
344
- "lineHeight": "{lineHeight.4}",
345
- "fontSize": "{fontSize.static.1}",
346
- "letterSpacing": "{letterSpacing.loose}",
347
- "textCase": "{textCase.uppercase}"
348
- },
349
- "type": "typography"
350
- },
351
- "2": {
352
- "value": {
353
- "fontFamily": "{fontFamily.accent}",
354
- "fontWeight": "{fontWeight.medium}",
355
- "lineHeight": "{lineHeight.4}",
356
- "fontSize": "{fontSize.static.3}",
357
- "letterSpacing": "{letterSpacing.loose}",
358
- "textCase": "{textCase.uppercase}"
359
- },
360
- "type": "typography"
361
- }
362
- }
363
- },
364
- "fontFamily": {
365
- "sans": {
366
- "value": "Aktiv Grotesk VF",
367
- "type": "fontFamilies"
368
- },
369
- "serif": {
370
- "value": "IvarText-Regular",
371
- "type": "fontFamilies"
372
- },
373
- "display": {
374
- "value": "Recoleta",
375
- "type": "fontFamilies"
376
- },
377
- "accent": {
378
- "value": "Aktiv Grotesk EX",
379
- "type": "fontFamilies"
380
- },
381
- "mono": {
382
- "value": "AkkuratMonoLLWeb-Regular",
383
- "type": "fontFamilies"
384
- }
385
- },
386
- "letterSpacing": {
387
- "tight": {
388
- "value": "-0.01em",
389
- "type": "letterSpacing"
390
- },
391
- "none": {
392
- "value": "0em",
393
- "type": "letterSpacing"
394
- },
395
- "loose": {
396
- "value": "0.03em",
397
- "type": "letterSpacing"
398
- }
399
- },
400
- "statistic": {
401
- "1": {
402
- "value": {
403
- "fontFamily": "{fontFamily.sans}",
404
- "fontWeight": "{fontWeight.regular}",
405
- "lineHeight": "{lineHeight.responsive}",
406
- "fontSize": "{fontSize.responsive.12}",
407
- "letterSpacing": "{letterSpacing.tight}"
408
- },
409
- "type": "typography"
410
- }
411
- },
412
- "space": {
413
- "padding": {
414
- "global": {
415
- "value": "{space.responsive.4-7}",
416
- "type": "spacing",
417
- "description": "Use for global padding for the application—usually the outer margins of the screen. "
418
- }
419
- },
420
- "responsive": {
421
- "x-small": {
422
- "value": "{space.responsive.3-4}",
423
- "type": "spacing"
424
- },
425
- "small": {
426
- "value": "{space.responsive.4-5}",
427
- "type": "spacing"
428
- },
429
- "medium": {
430
- "value": "{space.responsive.5-6}",
431
- "type": "spacing"
432
- },
433
- "large": {
434
- "value": "{space.responsive.6-7}",
435
- "type": "spacing",
436
- "description": "The default space between sequential blocks in a layout"
437
- },
438
- "x-large": {
439
- "value": "{space.responsive.7-8}",
440
- "type": "spacing"
441
- },
442
- "xx-large": {
443
- "value": "{space.responsive.8-9}",
444
- "type": "spacing"
445
- },
446
- "xxx-large": {
447
- "value": "{space.responsive.9-10}",
448
- "type": "spacing"
449
- }
450
- },
451
- "static": {
452
- "x-small": {
453
- "value": "{space.static.1}",
454
- "type": "spacing"
455
- },
456
- "small": {
457
- "value": "{space.static.2}",
458
- "type": "spacing"
459
- },
460
- "medium": {
461
- "value": "{space.static.3}",
462
- "type": "spacing"
463
- },
464
- "large": {
465
- "value": "{space.static.4}",
466
- "type": "spacing"
467
- },
468
- "x-large": {
469
- "value": "{space.static.5}",
470
- "type": "spacing"
471
- },
472
- "xx-large": {
473
- "value": "{space.static.6}",
474
- "type": "spacing"
475
- },
476
- "xxx-large": {
477
- "value": "{space.static.7}",
478
- "type": "spacing"
479
- }
480
- }
481
- },
482
- "shadow": {
483
- "high": {
484
- "value": "{shadow.3}",
485
- "type": "boxShadow"
486
- },
487
- "medium": {
488
- "value": "{shadow.2}",
489
- "type": "boxShadow"
490
- },
491
- "low": {
492
- "value": "{shadow.1}",
493
- "type": "boxShadow"
494
- }
495
- },
496
- "screen-width": {
497
- "S": {
498
- "value": "{breakpoint.S}",
499
- "type": "sizing",
500
- "description": "< 655px"
501
- },
502
- "M": {
503
- "value": "{breakpoint.M}",
504
- "type": "sizing",
505
- "description": "656–1047px"
506
- },
507
- "L": {
508
- "value": "{breakpoint.L}",
509
- "type": "sizing"
510
- },
511
- "XL": {
512
- "value": "{breakpoint.XL}",
513
- "type": "sizing",
514
- "description": "1312–1535px"
515
- },
516
- "XXL": {
517
- "value": "{breakpoint.XXL}",
518
- "type": "sizing",
519
- "description": "1536–1647px"
520
- },
521
- "MAX": {
522
- "value": "{breakpoint.MAX}",
523
- "type": "sizing",
524
- "description": "1648px +"
525
- }
526
- },
527
- "alignment": {
528
- "center": {
529
- "value": "744",
530
- "type": "sizing",
531
- "description": "min-width: 744px"
532
- },
533
- "wide": {
534
- "value": "1008",
535
- "type": "sizing",
536
- "description": "min-width: 1008px"
537
- },
538
- "full": {
539
- "value": "1536",
540
- "type": "sizing",
541
- "description": "max-width: 1536px"
542
- }
543
- },
544
- "borderRadius": {
545
- "static": {
546
- "small": {
547
- "value": "{borderRadius.static.2}",
548
- "type": "borderRadius"
549
- },
550
- "medium": {
551
- "value": "{borderRadius.static.3}",
552
- "type": "borderRadius"
553
- },
554
- "large": {
555
- "value": "{borderRadius.static.4}",
556
- "type": "borderRadius"
557
- },
558
- "x-large": {
559
- "value": "{borderRadius.static.5}",
560
- "type": "borderRadius"
561
- },
562
- "xx-large": {
563
- "value": "{borderRadius.static.6}",
564
- "type": "borderRadius"
565
- },
566
- "x-small": {
567
- "value": "{borderRadius.static.1}",
568
- "type": "borderRadius"
569
- }
570
- },
571
- "responsive": {
572
- "medium": {
573
- "value": "{borderRadius.responsive.3-5}",
574
- "type": "borderRadius"
575
- },
576
- "large": {
577
- "value": "{borderRadius.responsive.4-6}",
578
- "type": "borderRadius"
579
- }
580
- }
581
- },
582
- "background": {
583
- "primary": {
584
- "type": "color",
585
- "description": "Use as main application background",
586
- "value": "{color.gold.3}"
587
- },
588
- "inverse": {
589
- "value": "{color.black}",
590
- "type": "color",
591
- "description": "Use as component background in high-contrast situations. "
592
- },
593
- "brand": {
594
- "type": "color",
595
- "value": "{color.gold.30}"
596
- }
597
- },
598
- "layer": {
599
- "1": {
600
- "type": "color",
601
- "value": "{color.gold.0}"
602
- },
603
- "2": {
604
- "type": "color",
605
- "value": "{color.gradient.neutral-light-1}"
606
- },
607
- "3": {
608
- "type": "color",
609
- "value": "{color.gold.0}"
610
- },
611
- "4": {
612
- "value": "{color.pure-white}",
613
- "type": "color"
614
- },
615
- "accent": {
616
- "1": {
617
- "type": "color",
618
- "value": "{color.gold.20}"
619
- },
620
- "2": {
621
- "type": "color",
622
- "value": "{color.pink.20}"
623
- },
624
- "3": {
625
- "type": "color",
626
- "value": "{color.red.30}"
627
- },
628
- "4": {
629
- "type": "color",
630
- "value": "{color.salmon.25}"
631
- },
632
- "5": {
633
- "type": "color",
634
- "value": "{color.orange.25}"
635
- },
636
- "6": {
637
- "type": "color",
638
- "value": "{color.yellow.20}"
639
- },
640
- "7": {
641
- "type": "color",
642
- "value": "{color.green.25}"
643
- },
644
- "8": {
645
- "type": "color",
646
- "value": "{color.blue.25}"
647
- },
648
- "neutral-1": {
649
- "type": "color",
650
- "value": "{color.gradient.neutral-light-1}"
651
- },
652
- "neutral-2": {
653
- "type": "color",
654
- "value": "{color.gradient.neutral-light-2}"
655
- },
656
- "neutral-3": {
657
- "type": "color",
658
- "value": "{color.gradient.neutral-light-3}"
659
- },
660
- "neutral-4": {
661
- "type": "color",
662
- "value": "{color.gradient.neutral-light-4}"
663
- },
664
- "brand": {
665
- "type": "color",
666
- "value": "{color.gold.30}"
667
- },
668
- "colorful-1": {
669
- "type": "color",
670
- "value": "{color.gradient.colorful-light-1}"
671
- },
672
- "colorful-2": {
673
- "type": "color",
674
- "value": "{color.gradient.colorful-light-2}"
675
- },
676
- "colorful-3": {
677
- "type": "color",
678
- "value": "{color.gradient.colorful-light-3}"
679
- },
680
- "colorful-4": {
681
- "type": "color",
682
- "value": "{color.gradient.colorful-light-4}"
683
- },
684
- "dark-1": {
685
- "type": "color",
686
- "value": "{color.gradient.colorful-dark-1}"
687
- },
688
- "dark-2": {
689
- "type": "color",
690
- "value": "{color.gradient.colorful-dark-2}"
691
- },
692
- "black": {
693
- "value": "{color.black}",
694
- "type": "color"
695
- }
696
- },
697
- "blur": {
698
- "value": "rgba({background.primary}, .75)",
699
- "type": "color",
700
- "description": "color fill for transparent blurred component backgrounds"
701
- }
702
- },
703
- "field": {
704
- "1": {
705
- "value": "rgba(0,0,0,0)",
706
- "type": "color"
707
- },
708
- "2": {
709
- "value": "rgba(0,0,0,0)",
710
- "type": "color"
711
- },
712
- "3": {
713
- "value": "rgba(0,0,0,0)",
714
- "type": "color"
715
- },
716
- "4": {
717
- "value": "rgba(0,0,0,0)",
718
- "type": "color"
719
- }
720
- },
721
- "border": {
722
- "1": {
723
- "value": "{color.black}",
724
- "type": "color"
725
- },
726
- "2": {
727
- "type": "color",
728
- "value": "{color.gray.70}"
729
- },
730
- "3": {
731
- "type": "color",
732
- "value": "{color.gray.25}"
733
- },
734
- "4": {
735
- "type": "color",
736
- "value": "{color.gray.15}"
737
- },
738
- "accent": {
739
- "type": "color",
740
- "value": "{color.gold.50}"
741
- },
742
- "inverse-1": {
743
- "value": "{color.pure-white}",
744
- "type": "color"
745
- },
746
- "inverse-2": {
747
- "value": "{color.gray.30}",
748
- "type": "color"
749
- },
750
- "inverse-3": {
751
- "value": "{color.gray.75}",
752
- "type": "color"
753
- },
754
- "inverse-4": {
755
- "value": "{color.gray.80}",
756
- "type": "color"
757
- }
758
- },
759
- "text": {
760
- "primary": {
761
- "value": "{color.black}",
762
- "type": "color",
763
- "description": "Use for headings"
764
- },
765
- "secondary": {
766
- "type": "color",
767
- "description": "Use for body text ",
768
- "value": "{color.gray.75}"
769
- },
770
- "helper": {
771
- "type": "color",
772
- "description": "Use for helper text",
773
- "value": "{color.gray.60}"
774
- },
775
- "placeholder": {
776
- "type": "color",
777
- "description": "Use for placeholder text in fields",
778
- "value": "{color.gray.45}"
779
- },
780
- "disabled": {
781
- "type": "color",
782
- "value": "{color.gray.25}"
783
- },
784
- "inverse": {
785
- "type": "color",
786
- "value": "{color.gray.0}"
787
- },
788
- "inverse-secondary": {
789
- "value": "{color.gray.15}",
790
- "type": "color"
791
- },
792
- "interactive": {
793
- "type": "color",
794
- "value": "{color.gold.60}"
795
- }
796
- },
797
- "link": {
798
- "default": {
799
- "type": "color",
800
- "description": "Use for text links",
801
- "value": "{color.gold.60}"
802
- },
803
- "hover": {
804
- "type": "color",
805
- "value": "{color.gold.70}"
806
- },
807
- "active": {
808
- "type": "color",
809
- "value": "{color.gold.80}"
810
- },
811
- "visited": {
812
- "type": "color",
813
- "value": "{color.gold.70}"
814
- }
815
- },
816
- "icon": {
817
- "primary": {
818
- "value": "{color.black}",
819
- "type": "color"
820
- },
821
- "secondary": {
822
- "type": "color",
823
- "value": "{color.gray.60}"
824
- },
825
- "helper": {
826
- "type": "color",
827
- "value": "{color.gray.40}"
828
- },
829
- "background": {
830
- "value": "{color.gray.20}",
831
- "type": "color"
832
- },
833
- "inverse": {
834
- "type": "color",
835
- "value": "{color.gold.0}"
836
- },
837
- "disabled": {
838
- "type": "color",
839
- "value": "{color.gray.25}"
840
- }
841
- },
842
- "button": {
843
- "primary": {
844
- "default": {
845
- "value": "{color.black}",
846
- "type": "color"
847
- },
848
- "hover": {
849
- "type": "color",
850
- "value": "{color.gold.30}"
851
- },
852
- "active": {
853
- "type": "color",
854
- "value": "{color.gold.50}"
855
- },
856
- "disabled": {
857
- "type": "color",
858
- "value": "{color.gray.50}"
859
- },
860
- "label": {
861
- "value": "{color.gold.0}",
862
- "type": "color"
863
- },
864
- "label hover": {
865
- "value": "{color.black}",
866
- "type": "color"
867
- }
868
- },
869
- "secondary": {
870
- "default": {
871
- "value": "rgba(0,0,0,0)",
872
- "type": "color"
873
- },
874
- "hover": {
875
- "type": "color",
876
- "value": "{color.gold.30}"
877
- },
878
- "active": {
879
- "type": "color",
880
- "value": "{color.gold.50}"
881
- },
882
- "disabled": {
883
- "value": "rgba(0,0,0,0)",
884
- "type": "color"
885
- },
886
- "label": {
887
- "value": "{color.black}",
888
- "type": "color"
889
- }
890
- },
891
- "tertiary": {
892
- "default": {
893
- "value": "rgba(0,0,0,0)",
894
- "type": "color"
895
- },
896
- "hover": {
897
- "type": "color",
898
- "value": "{color.gray.7}"
899
- },
900
- "active": {
901
- "type": "color",
902
- "value": "{color.gray.25}"
903
- },
904
- "disabled": {
905
- "value": "rgba(0,0,0,0)",
906
- "type": "color"
907
- },
908
- "label": {
909
- "value": "{color.black}",
910
- "type": "color"
911
- }
912
- },
913
- "display": {
914
- "default": {
915
- "value": "linear-gradient(55deg, {color.gold.30} 10%, {color.gold.20} 90%)",
916
- "type": "color"
917
- },
918
- "hover": {
919
- "value": "linear-gradient(55deg, {color.gold.65} 10%, {color.gold.45} 90%)",
920
- "type": "color"
921
- },
922
- "active": {
923
- "type": "color",
924
- "value": "{color.gold.65}"
925
- },
926
- "disabled": {
927
- "type": "color",
928
- "value": "{color.gray.50}"
929
- },
930
- "label": {
931
- "value": "{color.black}",
932
- "type": "color"
933
- },
934
- "label hover": {
935
- "value": "{color.pure-white}",
936
- "type": "color"
937
- }
938
- }
939
- },
940
- "support": {
941
- "background": {
942
- "error": {
943
- "type": "color",
944
- "value": "{color.red.7}"
945
- },
946
- "warning": {
947
- "type": "color",
948
- "value": "{color.yellow.7}"
949
- },
950
- "info": {
951
- "type": "color",
952
- "value": "{color.blue.7}"
953
- },
954
- "success": {
955
- "type": "color",
956
- "value": "{color.green.7}"
957
- }
958
- },
959
- "text": {
960
- "error": {
961
- "type": "color",
962
- "value": "{color.red.60}"
963
- },
964
- "warning": {
965
- "type": "color",
966
- "value": "{color.yellow.60}"
967
- },
968
- "info": {
969
- "type": "color",
970
- "value": "{color.blue.60}"
971
- },
972
- "success": {
973
- "type": "color",
974
- "value": "{color.green.60}"
975
- }
976
- },
977
- "icon": {
978
- "error": {
979
- "type": "color",
980
- "value": "{color.red.50}"
981
- },
982
- "warning": {
983
- "type": "color",
984
- "value": "{color.yellow.50}"
985
- },
986
- "info": {
987
- "type": "color",
988
- "value": "{color.blue.50}"
989
- },
990
- "success": {
991
- "type": "color",
992
- "value": "{color.green.50}"
993
- }
994
- },
995
- "accent": {
996
- "error": {
997
- "type": "color",
998
- "value": "{color.red.60}"
999
- },
1000
- "warning": {
1001
- "type": "color",
1002
- "value": "{color.yellow.60}"
1003
- },
1004
- "info": {
1005
- "type": "color",
1006
- "value": "{color.blue.60}"
1007
- },
1008
- "success": {
1009
- "type": "color",
1010
- "value": "{color.green.60}"
1011
- }
1012
- },
1013
- "link": {
1014
- "error": {
1015
- "default": {
1016
- "type": "color",
1017
- "description": "Use for text links",
1018
- "value": "{color.red.60}"
1019
- },
1020
- "hover": {
1021
- "type": "color",
1022
- "value": "{color.red.70}"
1023
- },
1024
- "active": {
1025
- "type": "color",
1026
- "value": "{color.red.80}"
1027
- },
1028
- "visited": {
1029
- "type": "color",
1030
- "value": "{color.red.80}"
1031
- }
1032
- },
1033
- "warning": {
1034
- "default": {
1035
- "type": "color",
1036
- "description": "Use for text links",
1037
- "value": "{color.yellow.60}"
1038
- },
1039
- "hover": {
1040
- "type": "color",
1041
- "value": "{color.yellow.70}"
1042
- },
1043
- "active": {
1044
- "type": "color",
1045
- "value": "{color.yellow.80}"
1046
- },
1047
- "visited": {
1048
- "type": "color",
1049
- "value": "{color.yellow.70}"
1050
- }
1051
- },
1052
- "info": {
1053
- "default": {
1054
- "type": "color",
1055
- "description": "Use for text links",
1056
- "value": "{color.blue.60}"
1057
- },
1058
- "hover": {
1059
- "type": "color",
1060
- "value": "{color.blue.70}"
1061
- },
1062
- "active": {
1063
- "type": "color",
1064
- "value": "{color.blue.80}"
1065
- },
1066
- "visited": {
1067
- "type": "color",
1068
- "value": "{color.blue.70}"
1069
- }
1070
- },
1071
- "success": {
1072
- "default": {
1073
- "type": "color",
1074
- "description": "Use for text links",
1075
- "value": "{color.green.60}"
1076
- },
1077
- "hover": {
1078
- "type": "color",
1079
- "value": "{color.green.70}"
1080
- },
1081
- "active": {
1082
- "type": "color",
1083
- "value": "{color.green.80}"
1084
- },
1085
- "visited": {
1086
- "type": "color",
1087
- "value": "{color.green.70}"
1088
- }
1089
- }
1090
- }
1091
- },
1092
- "focus": {
1093
- "default": {
1094
- "value": "{color.focus}",
1095
- "type": "color"
1096
- },
1097
- "inset": {
1098
- "value": "{color.pure-white}",
1099
- "type": "color"
1100
- }
1101
- },
1102
- "overlay": {
1103
- "type": "color",
1104
- "value": "rgba({color.gray.55},.25)"
1105
- },
1106
- "interactive": {
1107
- "type": "color",
1108
- "value": "{color.gold.55}"
1109
- },
1110
- "tag": {
1111
- "gray": {
1112
- "background": {
1113
- "type": "color",
1114
- "value": "{color.gray.10}"
1115
- },
1116
- "text": {
1117
- "value": "{color.black}",
1118
- "type": "color"
1119
- },
1120
- "icon": {
1121
- "type": "color",
1122
- "value": "{color.gray.65}"
1123
- },
1124
- "hover": {
1125
- "type": "color",
1126
- "value": "{color.gray.15}"
1127
- },
1128
- "active": {
1129
- "type": "color",
1130
- "value": "{color.gray.20}"
1131
- }
1132
- },
1133
- "blue": {
1134
- "background": {
1135
- "type": "color",
1136
- "value": "{color.blue.10}"
1137
- },
1138
- "text": {
1139
- "value": "{color.black}",
1140
- "type": "color"
1141
- },
1142
- "icon": {
1143
- "type": "color",
1144
- "value": "{color.blue.65}"
1145
- },
1146
- "hover": {
1147
- "type": "color",
1148
- "value": "{color.blue.15}"
1149
- },
1150
- "active": {
1151
- "type": "color",
1152
- "value": "{color.blue.20}"
1153
- }
1154
- },
1155
- "green": {
1156
- "background": {
1157
- "type": "color",
1158
- "value": "{color.green.10}"
1159
- },
1160
- "text": {
1161
- "value": "{color.black}",
1162
- "type": "color"
1163
- },
1164
- "icon": {
1165
- "type": "color",
1166
- "value": "{color.green.65}"
1167
- },
1168
- "hover": {
1169
- "type": "color",
1170
- "value": "{color.green.15}"
1171
- },
1172
- "active": {
1173
- "type": "color",
1174
- "value": "{color.green.20}"
1175
- }
1176
- },
1177
- "red": {
1178
- "background": {
1179
- "type": "color",
1180
- "value": "{color.red.10}"
1181
- },
1182
- "text": {
1183
- "value": "{color.black}",
1184
- "type": "color"
1185
- },
1186
- "icon": {
1187
- "type": "color",
1188
- "value": "{color.red.65}"
1189
- },
1190
- "hover": {
1191
- "type": "color",
1192
- "value": "{color.red.15}"
1193
- },
1194
- "active": {
1195
- "type": "color",
1196
- "value": "{color.red.20}"
1197
- }
1198
- },
1199
- "gold": {
1200
- "background": {
1201
- "type": "color",
1202
- "value": "{color.gold.10}"
1203
- },
1204
- "text": {
1205
- "value": "{color.black}",
1206
- "type": "color"
1207
- },
1208
- "icon": {
1209
- "type": "color",
1210
- "value": "{color.gold.65}"
1211
- },
1212
- "hover": {
1213
- "type": "color",
1214
- "value": "{color.gold.15}"
1215
- },
1216
- "active": {
1217
- "type": "color",
1218
- "value": "{color.gold.20}"
1219
- }
1220
- },
1221
- "yellow": {
1222
- "background": {
1223
- "type": "color",
1224
- "value": "{color.yellow.10}"
1225
- },
1226
- "text": {
1227
- "value": "{color.black}",
1228
- "type": "color"
1229
- },
1230
- "icon": {
1231
- "type": "color",
1232
- "value": "{color.yellow.65}"
1233
- },
1234
- "hover": {
1235
- "type": "color",
1236
- "value": "{color.yellow.15}"
1237
- },
1238
- "active": {
1239
- "type": "color",
1240
- "value": "{color.yellow.20}"
1241
- }
1242
- },
1243
- "orange": {
1244
- "background": {
1245
- "type": "color",
1246
- "value": "{color.orange.10}"
1247
- },
1248
- "text": {
1249
- "value": "{color.black}",
1250
- "type": "color"
1251
- },
1252
- "icon": {
1253
- "type": "color",
1254
- "value": "{color.orange.65}"
1255
- },
1256
- "hover": {
1257
- "type": "color",
1258
- "value": "{color.orange.15}"
1259
- },
1260
- "active": {
1261
- "type": "color",
1262
- "value": "{color.orange.20}"
1263
- }
1264
- },
1265
- "salmon": {
1266
- "background": {
1267
- "type": "color",
1268
- "value": "{color.salmon.10}"
1269
- },
1270
- "text": {
1271
- "value": "{color.black}",
1272
- "type": "color"
1273
- },
1274
- "icon": {
1275
- "type": "color",
1276
- "value": "{color.salmon.65}"
1277
- },
1278
- "hover": {
1279
- "type": "color",
1280
- "value": "{color.salmon.15}"
1281
- },
1282
- "active": {
1283
- "type": "color",
1284
- "value": "{color.salmon.20}"
1285
- }
1286
- },
1287
- "pink": {
1288
- "background": {
1289
- "type": "color",
1290
- "value": "{color.pink.10}"
1291
- },
1292
- "text": {
1293
- "value": "{color.black}",
1294
- "type": "color"
1295
- },
1296
- "icon": {
1297
- "type": "color",
1298
- "value": "{color.pink.65}"
1299
- },
1300
- "hover": {
1301
- "type": "color",
1302
- "value": "{color.pink.15}"
1303
- },
1304
- "active": {
1305
- "type": "color",
1306
- "value": "{color.pink.20}"
1307
- }
1308
- }
1309
- }
1310
- }