@volvo-cars/css 1.53.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-DJJAF27I.js +2 -0
- package/dist/{chunk-CELME2EF.js.map → chunk-DJJAF27I.js.map} +1 -1
- package/dist/css/v1/styles.1ae57ddc.css +1 -0
- package/dist/css/v1/tokens.68559d8c.css +1 -0
- package/dist/imports.json +2 -2
- package/dist/links.cjs +1 -1
- package/dist/links.cjs.map +1 -1
- package/dist/links.js +1 -1
- package/dist/links.server.cjs +1 -1
- package/dist/links.server.cjs.map +1 -1
- package/dist/links.server.js +1 -1
- package/dist/llm/meta.md +58 -156
- package/dist/meta.json +1212 -1655
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +9 -176
- package/dist/styles_all-media.css +1 -1
- package/dist/tokens.css +1 -1
- package/dist/tokens.d.ts +137 -144
- package/package.json +3 -4
- package/dist/chunk-CELME2EF.js +0 -2
- package/dist/css/v1/styles.ffb585ca.css +0 -1
- package/dist/css/v1/tokens.435f99f1.css +0 -1
package/dist/llm/meta.md
CHANGED
|
@@ -19,16 +19,12 @@ Utility classes may be combined with other classes and include the CSS rules the
|
|
|
19
19
|
|
|
20
20
|
.spinner
|
|
21
21
|
|
|
22
|
-
.dialog
|
|
23
|
-
|
|
24
22
|
.dialog-large
|
|
25
23
|
|
|
26
24
|
.dialog-small
|
|
27
25
|
|
|
28
26
|
.sheet
|
|
29
27
|
|
|
30
|
-
.dialog__close
|
|
31
|
-
|
|
32
28
|
.radio
|
|
33
29
|
|
|
34
30
|
.checkbox
|
|
@@ -49,8 +45,6 @@ Utility classes may be combined with other classes and include the CSS rules the
|
|
|
49
45
|
|
|
50
46
|
.chip-dismissible
|
|
51
47
|
|
|
52
|
-
.toggle-group-button
|
|
53
|
-
|
|
54
48
|
.link-inline
|
|
55
49
|
|
|
56
50
|
.link-underlined
|
|
@@ -126,8 +120,6 @@ Utility classes may be combined with other classes and include the CSS rules the
|
|
|
126
120
|
|
|
127
121
|
.heading-2
|
|
128
122
|
|
|
129
|
-
.heading-3
|
|
130
|
-
|
|
131
123
|
.input-floating-label
|
|
132
124
|
|
|
133
125
|
.list
|
|
@@ -158,8 +150,6 @@ Utility classes may be combined with other classes and include the CSS rules the
|
|
|
158
150
|
|
|
159
151
|
.reel
|
|
160
152
|
|
|
161
|
-
.reel-indicators
|
|
162
|
-
|
|
163
153
|
.stack-4
|
|
164
154
|
|
|
165
155
|
.stack-8
|
|
@@ -182,6 +172,8 @@ Utility classes may be combined with other classes and include the CSS rules the
|
|
|
182
172
|
|
|
183
173
|
.stack-text
|
|
184
174
|
|
|
175
|
+
.heading-3
|
|
176
|
+
|
|
185
177
|
.layout-4-5
|
|
186
178
|
|
|
187
179
|
.layout-5-4
|
|
@@ -489,100 +481,8 @@ border-radius: var(--v-shape-emphasis)
|
|
|
489
481
|
.rounded-none
|
|
490
482
|
border-radius: 0
|
|
491
483
|
|
|
492
|
-
.rounded
|
|
493
|
-
border-radius: var(--v-radius-sm)
|
|
494
|
-
|
|
495
|
-
.rounded-sm
|
|
496
|
-
border-radius: var(--v-radius-sm)
|
|
497
|
-
|
|
498
|
-
.rounded-md
|
|
499
|
-
border-radius: var(--v-radius-md)
|
|
500
|
-
|
|
501
|
-
.rounded-lg
|
|
502
|
-
border-radius: var(--v-radius-lg)
|
|
503
|
-
|
|
504
484
|
.rounded-full
|
|
505
|
-
border-radius: var(--v-
|
|
506
|
-
|
|
507
|
-
.rounded-t
|
|
508
|
-
border-start-start-radius: var(--v-radius-sm)
|
|
509
|
-
border-start-end-radius: var(--v-radius-sm)
|
|
510
|
-
|
|
511
|
-
.rounded-t-sm
|
|
512
|
-
border-start-start-radius: var(--v-radius-sm)
|
|
513
|
-
border-start-end-radius: var(--v-radius-sm)
|
|
514
|
-
|
|
515
|
-
.rounded-t-md
|
|
516
|
-
border-start-start-radius: var(--v-radius-md)
|
|
517
|
-
border-start-end-radius: var(--v-radius-md)
|
|
518
|
-
|
|
519
|
-
.rounded-t-lg
|
|
520
|
-
border-start-start-radius: var(--v-radius-lg)
|
|
521
|
-
border-start-end-radius: var(--v-radius-lg)
|
|
522
|
-
|
|
523
|
-
.rounded-t-full
|
|
524
|
-
border-start-start-radius: var(--v-radius-full)
|
|
525
|
-
border-start-end-radius: var(--v-radius-full)
|
|
526
|
-
|
|
527
|
-
.rounded-e
|
|
528
|
-
border-start-end-radius: var(--v-radius-sm)
|
|
529
|
-
border-end-end-radius: var(--v-radius-sm)
|
|
530
|
-
|
|
531
|
-
.rounded-e-sm
|
|
532
|
-
border-start-end-radius: var(--v-radius-sm)
|
|
533
|
-
border-end-end-radius: var(--v-radius-sm)
|
|
534
|
-
|
|
535
|
-
.rounded-e-md
|
|
536
|
-
border-start-end-radius: var(--v-radius-md)
|
|
537
|
-
border-end-end-radius: var(--v-radius-md)
|
|
538
|
-
|
|
539
|
-
.rounded-e-lg
|
|
540
|
-
border-start-end-radius: var(--v-radius-lg)
|
|
541
|
-
border-end-end-radius: var(--v-radius-lg)
|
|
542
|
-
|
|
543
|
-
.rounded-e-full
|
|
544
|
-
border-start-end-radius: var(--v-radius-full)
|
|
545
|
-
border-end-end-radius: var(--v-radius-full)
|
|
546
|
-
|
|
547
|
-
.rounded-b
|
|
548
|
-
border-end-end-radius: var(--v-radius-sm)
|
|
549
|
-
border-end-start-radius: var(--v-radius-sm)
|
|
550
|
-
|
|
551
|
-
.rounded-b-sm
|
|
552
|
-
border-end-end-radius: var(--v-radius-sm)
|
|
553
|
-
border-end-start-radius: var(--v-radius-sm)
|
|
554
|
-
|
|
555
|
-
.rounded-b-md
|
|
556
|
-
border-end-end-radius: var(--v-radius-md)
|
|
557
|
-
border-end-start-radius: var(--v-radius-md)
|
|
558
|
-
|
|
559
|
-
.rounded-b-lg
|
|
560
|
-
border-end-end-radius: var(--v-radius-lg)
|
|
561
|
-
border-end-start-radius: var(--v-radius-lg)
|
|
562
|
-
|
|
563
|
-
.rounded-b-full
|
|
564
|
-
border-end-end-radius: var(--v-radius-full)
|
|
565
|
-
border-end-start-radius: var(--v-radius-full)
|
|
566
|
-
|
|
567
|
-
.rounded-s
|
|
568
|
-
border-start-start-radius: var(--v-radius-sm)
|
|
569
|
-
border-end-start-radius: var(--v-radius-sm)
|
|
570
|
-
|
|
571
|
-
.rounded-s-sm
|
|
572
|
-
border-start-start-radius: var(--v-radius-sm)
|
|
573
|
-
border-end-start-radius: var(--v-radius-sm)
|
|
574
|
-
|
|
575
|
-
.rounded-s-md
|
|
576
|
-
border-start-start-radius: var(--v-radius-md)
|
|
577
|
-
border-end-start-radius: var(--v-radius-md)
|
|
578
|
-
|
|
579
|
-
.rounded-s-lg
|
|
580
|
-
border-start-start-radius: var(--v-radius-lg)
|
|
581
|
-
border-end-start-radius: var(--v-radius-lg)
|
|
582
|
-
|
|
583
|
-
.rounded-s-full
|
|
584
|
-
border-start-start-radius: var(--v-radius-full)
|
|
585
|
-
border-end-start-radius: var(--v-radius-full)
|
|
485
|
+
border-radius: var(--v-shape-emphasis)
|
|
586
486
|
|
|
587
487
|
.contain-none
|
|
588
488
|
contain: none
|
|
@@ -2379,51 +2279,8 @@ z-index: var(--v-index-deep)
|
|
|
2379
2279
|
## Design tokens
|
|
2380
2280
|
When writing CSS, use these CSS custom properties for relevant properties. Don't use custom fonts, spacing or colors outside of these values.
|
|
2381
2281
|
|
|
2382
|
-
--v-
|
|
2383
|
-
--v-
|
|
2384
|
-
--v-color-background-feedback-gray: Use as a background color to indicate informational messages.
|
|
2385
|
-
--v-color-background-feedback-green: Use as a background color to highlight successful and positive states.
|
|
2386
|
-
--v-color-background-feedback-orange: Use as a background color to highlight warnings, invalid or missing data, and states that require caution.
|
|
2387
|
-
--v-color-background-feedback-red: Use as a background color to highlight errors, invalid data, and destructive states.
|
|
2388
|
-
--v-color-background-primary: Use as a primary background color.
|
|
2389
|
-
--v-color-background-secondary: Use as a secondary background color for elevated sections.
|
|
2390
|
-
--v-color-foreground-accent-blue: For use in links and as a border in emphasized selected states.
|
|
2391
|
-
--v-color-foreground-feedback-green: Use as a foreground or border color to highlight successful states and positive actions.
|
|
2392
|
-
--v-color-foreground-feedback-orange: Use as a foreground or border color to highlight warnings, invalid or missing data, and actions that require caution.
|
|
2393
|
-
--v-color-foreground-feedback-red: Use as a foreground or border color to highlight errors, invalid data, and destructive actions.
|
|
2394
|
-
--v-color-foreground-inverted: The inverse of the primary foreground color. For use on filled surfaces.
|
|
2395
|
-
--v-color-foreground-primary: Use for primary text, icons and borders.
|
|
2396
|
-
--v-color-foreground-secondary: Use for secondary text, icons and borders.
|
|
2397
|
-
--v-color-foreground-tertiary: The lightest possible foreground color acceptable for UI fills. Should not be used for body text.
|
|
2398
|
-
--v-color-ornament-primary: Use for strokes or dividers to visually group or separate elements.
|
|
2399
|
-
--v-color-ornament-scrim: Used as a backdrop that usually sits behind a Side sheet or Dialog component.
|
|
2400
|
-
--v-color-state-accent-blue-medium: Use for state layers with foreground/accent/blue.
|
|
2401
|
-
--v-color-state-accent-blue-strong: Use for state layers with foreground/accent/blue.
|
|
2402
|
-
--v-color-state-accent-blue-subtle: Use for state layers with foreground/accent/blue.
|
|
2403
|
-
--v-color-state-always-black-medium: Use for state layers with an always/black foreground color.
|
|
2404
|
-
--v-color-state-always-black-strong: Use for state layers with an always/black foreground color.
|
|
2405
|
-
--v-color-state-always-black-subtle: Use for state layers with an always/black foreground color.
|
|
2406
|
-
--v-color-state-always-white-medium: Use for state layers with an always/white foreground color.
|
|
2407
|
-
--v-color-state-always-white-strong: Use for state layers with an always/white foreground color.
|
|
2408
|
-
--v-color-state-always-white-subtle: Use for state layers with an always/white foreground color.
|
|
2409
|
-
--v-color-state-feedback-red-medium: Use for state layers with foreground/feedback/red.
|
|
2410
|
-
--v-color-state-feedback-red-strong: Use for state layers with foreground/feedback/red.
|
|
2411
|
-
--v-color-state-feedback-red-subtle: Use for state layers with foreground/feedback/red.
|
|
2412
|
-
--v-color-state-inverted-medium: Use for state layers with foreground/inverted.
|
|
2413
|
-
--v-color-state-inverted-strong: Use for state layers with foreground/inverted.
|
|
2414
|
-
--v-color-state-inverted-subtle: Use for state layers with foreground/inverted.
|
|
2415
|
-
--v-color-state-primary-medium: Use for state layers with foreground/primary.
|
|
2416
|
-
--v-color-state-primary-strong: Use for state layers with foreground/primary.
|
|
2417
|
-
--v-color-state-primary-subtle: Use for state layers with foreground/primary.
|
|
2418
|
-
--v-color-surface-accent-blue: Used as an emphasized surface fill for UI elements like buttons and form controls.
|
|
2419
|
-
--v-color-surface-feedback-green: Used as a surface fill for UI elements like buttons and form controls to signify positive actions. Combine with Always White foreground color.
|
|
2420
|
-
--v-color-surface-feedback-orange: [Deprecated]
|
|
2421
|
-
--v-color-surface-feedback-red: Used as a surface fill for UI elements like buttons and form controls to signify destructive actions. Combine with Always White foreground color.
|
|
2422
|
-
--v-color-surface-neutral: Used as a surface fill for UI elements like buttons and form controls. Combine with Foreground / Inverted foreground color.
|
|
2423
|
-
--v-font-sans-family--v-font-broad-family--v-font-mono-family--v-font-regular-weight--v-font-emphasis-weight--v-font-24-size--v-font-24-lineheight--v-font-24--v-font-20-size--v-font-20-lineheight--v-font-20--v-font-16-size--v-font-16-lineheight--v-font-16--v-font-14-size--v-font-14-lineheight--v-font-14--v-font-12-size--v-font-12-lineheight--v-font-12--v-font-heading-1-weight--v-font-heading-1-lineheight--v-font-heading-1-size-min--v-font-heading-1-size-max--v-font-heading-1-size--v-font-heading-1--v-font-heading-2-weight--v-font-heading-2-lineheight--v-font-heading-2-size-min--v-font-heading-2-size-max--v-font-heading-2-size--v-font-heading-2--v-font-heading-3-weight--v-font-heading-3-lineheight--v-font-heading-3-size-min--v-font-heading-3-size-max--v-font-heading-3-size--v-font-heading-3--v-font-statement-1-weight--v-font-statement-1-lineheight--v-font-statement-1-size-min--v-font-statement-1-size-max--v-font-statement-1-size--v-font-statement-1--v-font-statement-2-weight--v-font-statement-2-lineheight--v-font-statement-2-size-min--v-font-statement-2-size-max--v-font-statement-2-size--v-font-statement-2--v-font-statement-3-weight--v-font-statement-3-lineheight--v-font-statement-3-size-min--v-font-statement-3-size-max--v-font-statement-3-size--v-font-statement-3--v-font-statement-signature-weight--v-font-statement-signature-lineheight--v-font-statement-signature-size-min--v-font-statement-signature-size-max--v-font-statement-signature-size--v-font-statement-signature--v-space-l: Fluid spacing between 64px-96px.
|
|
2424
|
-
--v-space-m: Fluid spacing between 48px-64px.
|
|
2425
|
-
--v-space-s: Fluid spacing between 32px-48px.
|
|
2426
|
-
--v-size-grid-column: The width of a single grid column.
|
|
2282
|
+
--v-space-l: --v-space-{l,m,s} will be deprecated. These are fallbacks for the new spacing system
|
|
2283
|
+
--v-space-m--v-space-s--v-size-grid-column: The width of a single grid column.
|
|
2427
2284
|
--v-size-grid-maxwidth: The maximum width of the 12 column grid.
|
|
2428
2285
|
--v-size-pagemax: The maximum width a page is allowed to grow to.
|
|
2429
2286
|
--v-space-pageoffset: The inline offset from the viewport edge to the content area,
|
|
@@ -2438,13 +2295,49 @@ pagemargin; on wider viewports it adds the extra centering space.
|
|
|
2438
2295
|
--v-size-contentmax: The maximum width a block of content should be allowed to grow to while maintaining readability
|
|
2439
2296
|
https://baymard.com/blog/line-length-readability
|
|
2440
2297
|
--v-radius-sm--v-radius-md--v-radius-lg--v-radius-full--v-index-spinner--v-index-overlay--v-index-navigation--v-index-default--v-index-deep--v-grid-columns: The total number of grid columns at the current breakpoint.
|
|
2441
|
-
--v-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
--v-
|
|
2445
|
-
--v-
|
|
2446
|
-
--v-
|
|
2447
|
-
--v-
|
|
2298
|
+
--v-font-heading-1-size-max--v-font-heading-2-size-max--v-font-heading-3-size-max--v-font-statement-1-size-max--v-font-statement-2-size-max--v-font-statement-3-size-max--v-font-statement-signature-size-max--v-transition-default--v-transition-micro--v-transition-notable--v-color-foreground-primary--v-color-foreground-secondary: Use for primary text, icons and borders.
|
|
2299
|
+
--v-color-foreground-tertiary: Use for secondary text, icons and borders.
|
|
2300
|
+
--v-color-foreground-inverted: The lightest possible foreground color acceptable for UI fills. Should not be used for body text.
|
|
2301
|
+
--v-color-foreground-accent-blue: The inverse of the primary foreground color. For use on filled surfaces.
|
|
2302
|
+
--v-color-foreground-feedback-green: For emphasized selection borders and graphic accents (icons, illustrations).
|
|
2303
|
+
--v-color-foreground-feedback-red: Use as a foreground or border color to highlight successful states and positive actions.
|
|
2304
|
+
--v-color-foreground-feedback-orange: Use as a foreground or border color to highlight errors, invalid data, and destructive actions.
|
|
2305
|
+
--v-color-surface-neutral: Use as a foreground or border color to highlight warnings, invalid or missing data, and actions that require caution.
|
|
2306
|
+
--v-color-surface-gray: Used as a surface fill for UI elements like buttons and form controls. Combine with Foreground / Inverted foreground color.
|
|
2307
|
+
--v-color-surface-accent-blue: Used as surface fill.
|
|
2308
|
+
--v-color-surface-accent-safety: Used as an emphasized surface fill for UI elements like buttons and form controls.
|
|
2309
|
+
--v-color-surface-feedback-green: Used as an emphasized surface fill for UI elements like buttons and form controls.
|
|
2310
|
+
--v-color-surface-feedback-orange: Used as a surface fill for UI elements like buttons and form controls to signify positive actions. Combine with Always White foreground color.
|
|
2311
|
+
--v-color-surface-feedback-red: [Deprecated]
|
|
2312
|
+
--v-color-background-primary: Used as a surface fill for UI elements like buttons and form controls to signify destructive actions. Combine with Always White foreground color.
|
|
2313
|
+
--v-color-background-secondary: Use as a primary background color.
|
|
2314
|
+
--v-color-background-feedback-gray: Use as a background color to highlight warnings, invalid or missing data, and states that require caution.
|
|
2315
|
+
--v-color-background-feedback-green: Use as a secondary background color for elevated sections.
|
|
2316
|
+
--v-color-background-feedback-red: Use as a background color to highlight successful and positive states.
|
|
2317
|
+
--v-color-background-feedback-orange: Use as a background color to highlight errors, invalid data, and destructive states.
|
|
2318
|
+
--v-color-always-white: Use as a background color to indicate informational messages.
|
|
2319
|
+
--v-color-always-black: Always white regardless of color mode.
|
|
2320
|
+
--v-color-ornament-primary: Always black regardless of colour mode.
|
|
2321
|
+
--v-color-ornament-scrim: Use for strokes or dividers to visually group or separate elements.
|
|
2322
|
+
--v-color-state-primary-strong: Used as a backdrop that usually sits behind a Side sheet or Dialog component.
|
|
2323
|
+
--v-color-state-primary-medium: Use for state layers with foreground/primary.
|
|
2324
|
+
--v-color-state-primary-subtle: Use for state layers with foreground/primary.
|
|
2325
|
+
--v-color-state-inverted-strong: Use for state layers with foreground/primary.
|
|
2326
|
+
--v-color-state-inverted-medium: Use for state layers with foreground/inverted.
|
|
2327
|
+
--v-color-state-inverted-subtle: Use for state layers with foreground/inverted.
|
|
2328
|
+
--v-color-state-accent-blue-strong: Use for state layers with foreground/inverted.
|
|
2329
|
+
--v-color-state-accent-blue-medium: Use for state layers with foreground/accent/blue.
|
|
2330
|
+
--v-color-state-accent-blue-subtle: Use for state layers with foreground/accent/blue.
|
|
2331
|
+
--v-color-state-feedback-red-strong: Use for state layers with foreground/accent/blue.
|
|
2332
|
+
--v-color-state-feedback-red-medium: Use for state layers with foreground/feedback/red.
|
|
2333
|
+
--v-color-state-feedback-red-subtle: Use for state layers with foreground/feedback/red.
|
|
2334
|
+
--v-color-state-always-black-strong: Use for state layers with foreground/feedback/red.
|
|
2335
|
+
--v-color-state-always-black-medium: Use for state layers with an always/black foreground color.
|
|
2336
|
+
--v-color-state-always-black-subtle: Use for state layers with an always/black foreground color.
|
|
2337
|
+
--v-color-state-always-white-strong: Use for state layers with an always/black foreground color.
|
|
2338
|
+
--v-color-state-always-white-medium: Use for state layers with an always/white foreground color.
|
|
2339
|
+
--v-color-state-always-white-subtle: Use for state layers with an always/white foreground color.
|
|
2340
|
+
--v-space-2: Fixed 2px spacing
|
|
2448
2341
|
--v-space-4: Fixed 4px spacing
|
|
2449
2342
|
--v-space-8: Fixed 8px spacing
|
|
2450
2343
|
--v-space-12: Fixed 12px spacing
|
|
@@ -2454,13 +2347,22 @@ https://baymard.com/blog/line-length-readability
|
|
|
2454
2347
|
--v-space-48: Fixed 48px spacing
|
|
2455
2348
|
--v-space-64: Fixed 64px spacing
|
|
2456
2349
|
--v-space-gridded-element-gap: Divider between gridded elements. Do not use for text.
|
|
2350
|
+
--v-space-pagemargin: The fluid outer horizontal margins of the main page container.
|
|
2351
|
+
402 - 16px
|
|
2352
|
+
1600 - 64px
|
|
2457
2353
|
--v-space-xs: Fluid spacing between 8px-20px.
|
|
2458
2354
|
--v-space-sm: Fluid spacing between 16px-32px.
|
|
2459
2355
|
--v-space-md: Fluid spacing between 24px-48px.
|
|
2460
2356
|
--v-space-lg: Fluid spacing between 32px-56px.
|
|
2461
2357
|
--v-space-xl: Fluid spacing between 48px-72px.
|
|
2462
2358
|
--v-space-2xl: Fluid spacing between 64px-128px.
|
|
2359
|
+
--v-space-gutter: The horizontal gap between grid columns. Fluid between 16px-32px.
|
|
2463
2360
|
--v-border-width-default: Use for any UI element that needs a border in the default state.
|
|
2464
2361
|
--v-border-width-selected: Use for any UI element that needs a border in the selected state.
|
|
2362
|
+
--v-size-overlay-narrow: Used to set the width of small overlays such as small dialogs, toasts
|
|
2363
|
+
--v-size-overlay-wide: Used to set the width of large overlays such as sheet, large dialogs
|
|
2465
2364
|
--v-size-sidebar-narrow: Narrow sidebar width is 240 to 304 between lg and xl
|
|
2466
|
-
--v-size-sidebar-wide: Wide sidebar width is 368 to 464 between lg and xl
|
|
2365
|
+
--v-size-sidebar-wide: Wide sidebar width is 368 to 464 between lg and xl
|
|
2366
|
+
--v-shape-default: Use as default value for all all non-interactive UI elements.
|
|
2367
|
+
--v-shape-emphasis: Use for interactive UI, and elements that need to draw attention and create visual contrast from the rest of the page.
|
|
2368
|
+
--v-font-12-size--v-font-12-lineheight--v-font-14-size--v-font-14-lineheight--v-font-16-size--v-font-16-lineheight--v-font-20-size--v-font-20-lineheight--v-font-24-size--v-font-24-lineheight--v-font-heading-3-weight--v-font-heading-3-size--v-font-heading-3-lineheight--v-font-heading-3-size-min--v-font-heading-2-weight--v-font-heading-2-size--v-font-heading-2-size-min--v-font-heading-2-lineheight--v-font-heading-1-weight--v-font-heading-1-size--v-font-heading-1-lineheight--v-font-heading-1-size-min--v-font-statement-3-weight--v-font-statement-3-size--v-font-statement-3-size-min--v-font-statement-3-lineheight--v-font-statement-2-weight--v-font-statement-2-size--v-font-statement-2-size-min--v-font-statement-2-lineheight--v-font-statement-1-weight--v-font-statement-1-size--v-font-statement-1-size-min--v-font-statement-1-lineheight--v-font-statement-signature-weight--v-font-statement-signature-size--v-font-statement-signature-size-min--v-font-statement-signature-lineheight--v-font-regular-weight--v-font-emphasis-weight--v-font-sans-family--v-font-broad-family--v-font-mono-family
|