@volvo-cars/css 1.36.0 → 1.37.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.
package/dist/meta.json CHANGED
@@ -1428,10 +1428,13 @@
1428
1428
  "static",
1429
1429
  "sticky",
1430
1430
  "switch",
1431
+ "tab",
1431
1432
  "tab-selected:border",
1432
1433
  "tab-selected:border-2",
1433
1434
  "tab-selected:border-accent-blue",
1434
1435
  "tab-selected:border-primary",
1436
+ "tablist",
1437
+ "tablist-stretched",
1435
1438
  "tap-area",
1436
1439
  "text-accent-blue",
1437
1440
  "text-always-black",
@@ -1927,6 +1930,7 @@
1927
1930
  "--_color: var(--v-color-foreground-inverted)",
1928
1931
  "color: var(--_color)",
1929
1932
  "background: color-mix(in oklab, var(--button-accent-color), var(--_color) var(--_overlay-rate))",
1933
+ "background: var(--button-accent-color)",
1930
1934
  "--_overlay-rate: 0%",
1931
1935
  "border-radius: var(--v-radius-full)",
1932
1936
  "flex-shrink: 0",
@@ -1994,13 +1998,14 @@
1994
1998
  "max-width: 100%",
1995
1999
  "height: 3rem",
1996
2000
  "font-size: var(--v-font-16-size)",
1997
- "font-weight: var(--v-font-button-weight, var(--v-font-emphasis-weight))",
2001
+ "font-weight: var(--v-font-emphasis-weight)",
1998
2002
  "white-space: nowrap",
1999
2003
  "overflow-x: clip",
2000
2004
  "--button-accent-color: var(--v-color-surface-neutral)",
2001
2005
  "--_color: var(--v-color-foreground-inverted)",
2002
2006
  "color: var(--_color)",
2003
2007
  "background: color-mix(in oklab, var(--button-accent-color), var(--_color) var(--_overlay-rate))",
2008
+ "background: var(--button-accent-color)",
2004
2009
  "--_overlay-rate: 0%",
2005
2010
  "--spinner-size: 1.5rem",
2006
2011
  "padding-inline: var(--v-space-24)",
@@ -2022,7 +2027,7 @@
2022
2027
  "max-width: 100%",
2023
2028
  "height: 3rem",
2024
2029
  "font-size: var(--v-font-16-size)",
2025
- "font-weight: var(--v-font-button-weight, var(--v-font-emphasis-weight))",
2030
+ "font-weight: var(--v-font-emphasis-weight)",
2026
2031
  "white-space: nowrap",
2027
2032
  "overflow-x: clip",
2028
2033
  "background: color-mix(in oklab, var(--_button-bg-color, transparent), var(--button-accent-color) var(--_overlay-rate))",
@@ -2050,7 +2055,7 @@
2050
2055
  "max-width: 100%",
2051
2056
  "height: 3rem",
2052
2057
  "font-size: var(--v-font-16-size)",
2053
- "font-weight: var(--v-font-button-weight, var(--v-font-emphasis-weight))",
2058
+ "font-weight: var(--v-font-emphasis-weight)",
2054
2059
  "white-space: nowrap",
2055
2060
  "overflow-x: clip",
2056
2061
  "--button-accent-color: var(--v-color-foreground-primary)",
@@ -2465,6 +2470,24 @@
2465
2470
  "declarations": [],
2466
2471
  "layer": "volvo.blocks"
2467
2472
  },
2473
+ {
2474
+ "name": "tab",
2475
+ "prefixes": [],
2476
+ "declarations": [
2477
+ "cursor: pointer",
2478
+ "background-color: color-mix(in lab, var(--background-color, var(--v-color-background-primary)), var(--tap-area-color, var(--color, var(--v-color-foreground-primary))) var(--_overlay-rate, 0%))",
2479
+ "transition: color, background-color, border-color, box-shadow, text-decoration-color, fill, stroke",
2480
+ "transition-duration: var(--_v-transition-speed-default)",
2481
+ "display: block",
2482
+ "height: 3rem",
2483
+ "padding-inline: var(--v-space-8)",
2484
+ "font-weight: var(--v-font-emphasis-weight)",
2485
+ "border-bottom: 2px solid #0000",
2486
+ "align-items: center",
2487
+ "display: flex"
2488
+ ],
2489
+ "layer": "volvo.blocks"
2490
+ },
2468
2491
  {
2469
2492
  "name": "tap-area",
2470
2493
  "prefixes": [],
@@ -2501,7 +2524,7 @@
2501
2524
  "declarations": [
2502
2525
  "background-color: var(--v-color-ornament-primary)",
2503
2526
  "contain: strict",
2504
- "border-radius: var(--v-radius-sm)",
2527
+ "border-radius: var(--v-shape-default)",
2505
2528
  "min-height: 1em"
2506
2529
  ],
2507
2530
  "layer": "volvo.blocks"
@@ -2582,6 +2605,26 @@
2582
2605
  ],
2583
2606
  "layer": "volvo.blocks"
2584
2607
  },
2608
+ {
2609
+ "name": "tablist",
2610
+ "prefixes": [],
2611
+ "declarations": [
2612
+ "--_selected-border-color: var(--v-color-foreground-primary)",
2613
+ "display: flex",
2614
+ "gap: var(--v-space-8)",
2615
+ "margin-inline: calc(-1 * var(--v-space-8))"
2616
+ ],
2617
+ "layer": "volvo.blocks"
2618
+ },
2619
+ {
2620
+ "name": "tablist-stretched",
2621
+ "prefixes": [],
2622
+ "declarations": [
2623
+ "--_selected-border-color: var(--v-color-foreground-primary)",
2624
+ "display: flex"
2625
+ ],
2626
+ "layer": "volvo.blocks"
2627
+ },
2585
2628
  {
2586
2629
  "name": "button-group",
2587
2630
  "prefixes": [],
@@ -9133,326 +9176,575 @@
9133
9176
  ],
9134
9177
  "tokens": [
9135
9178
  {
9136
- "css": "--v-transition-default",
9137
- "type": "transition",
9138
- "variant": "default",
9139
- "meta": {},
9140
- "value": "var(--_v-transition-speed-default) ease"
9141
- },
9142
- {
9143
- "css": "--v-transition-micro",
9144
- "type": "transition",
9145
- "variant": "micro",
9146
- "meta": {},
9147
- "value": "var(--_v-transition-speed-fast) ease"
9148
- },
9149
- {
9150
- "css": "--v-transition-notable",
9151
- "type": "transition",
9152
- "variant": "notable",
9153
- "meta": {},
9154
- "value": "var(--_v-transition-speed-slow) ease"
9155
- },
9156
- {
9157
- "css": "--v-space-2",
9158
- "type": "space",
9159
- "variant": "2",
9179
+ "css": "--v-color-always-black",
9180
+ "type": "color",
9181
+ "variant": "black",
9182
+ "category": "always",
9160
9183
  "meta": {
9161
- "property": "margin,padding",
9162
- "description": "Fixed 2px spacing"
9184
+ "description": "Always black regardless of colour mode."
9163
9185
  },
9164
- "value": "0.125rem"
9186
+ "value": [
9187
+ "#000000"
9188
+ ]
9165
9189
  },
9166
9190
  {
9167
- "css": "--v-space-4",
9168
- "type": "space",
9169
- "variant": "4",
9191
+ "css": "--v-color-always-white",
9192
+ "type": "color",
9193
+ "variant": "white",
9194
+ "category": "always",
9170
9195
  "meta": {
9171
- "description": "Fixed 4px spacing"
9196
+ "description": "Always white regardless of color mode."
9172
9197
  },
9173
- "value": "0.25rem"
9198
+ "value": [
9199
+ "#ffffff"
9200
+ ]
9174
9201
  },
9175
9202
  {
9176
- "css": "--v-space-8",
9177
- "type": "space",
9178
- "variant": "8",
9203
+ "css": "--v-color-background-feedback-gray",
9204
+ "type": "color",
9205
+ "property": "background",
9206
+ "variant": "gray",
9207
+ "category": "feedback",
9179
9208
  "meta": {
9180
- "description": "Fixed 8px spacing"
9209
+ "description": "Use as a background color to indicate informational messages."
9181
9210
  },
9182
- "value": "0.5rem"
9211
+ "value": [
9212
+ "#f5f5f5",
9213
+ "#2e2e2e"
9214
+ ]
9183
9215
  },
9184
9216
  {
9185
- "css": "--v-space-16",
9186
- "type": "space",
9187
- "variant": "16",
9217
+ "css": "--v-color-background-feedback-green",
9218
+ "type": "color",
9219
+ "property": "background",
9220
+ "variant": "green",
9221
+ "category": "feedback",
9188
9222
  "meta": {
9189
- "description": "Fixed 16px spacing"
9223
+ "description": "Use as a background color to highlight successful and positive states."
9190
9224
  },
9191
- "value": "1rem"
9225
+ "value": [
9226
+ "#d7f9df",
9227
+ "#02310c"
9228
+ ]
9192
9229
  },
9193
9230
  {
9194
- "css": "--v-space-24",
9195
- "type": "space",
9196
- "variant": "24",
9231
+ "css": "--v-color-background-feedback-orange",
9232
+ "type": "color",
9233
+ "property": "background",
9234
+ "variant": "orange",
9235
+ "category": "feedback",
9197
9236
  "meta": {
9198
- "description": "Fixed 24px spacing"
9237
+ "description": "Use as a background color to highlight warnings, invalid or missing data, and states that require caution."
9199
9238
  },
9200
- "value": "1.5rem"
9239
+ "value": [
9240
+ "#ffe8d1",
9241
+ "#522900"
9242
+ ]
9201
9243
  },
9202
9244
  {
9203
- "css": "--v-space-32",
9204
- "type": "space",
9205
- "variant": "32",
9245
+ "css": "--v-color-background-feedback-red",
9246
+ "type": "color",
9247
+ "property": "background",
9248
+ "variant": "red",
9249
+ "category": "feedback",
9206
9250
  "meta": {
9207
- "description": "Fixed 32px spacing"
9251
+ "description": "Use as a background color to highlight errors, invalid data, and destructive states."
9208
9252
  },
9209
- "value": "2rem"
9253
+ "value": [
9254
+ "#fce5e3",
9255
+ "#4a0d07"
9256
+ ]
9210
9257
  },
9211
9258
  {
9212
- "css": "--v-space-48",
9213
- "type": "space",
9214
- "variant": "48",
9259
+ "css": "--v-color-background-primary",
9260
+ "type": "color",
9261
+ "property": "background",
9262
+ "variant": "primary",
9215
9263
  "meta": {
9216
- "description": "Fixed 48px spacing"
9264
+ "description": "Use as a primary background color."
9217
9265
  },
9218
- "value": "3rem"
9266
+ "value": [
9267
+ "#ffffff",
9268
+ "#141414"
9269
+ ]
9219
9270
  },
9220
9271
  {
9221
- "css": "--v-space-64",
9222
- "type": "space",
9223
- "variant": "64",
9272
+ "css": "--v-color-background-secondary",
9273
+ "type": "color",
9274
+ "property": "background",
9275
+ "variant": "secondary",
9224
9276
  "meta": {
9225
- "description": "Fixed 64px spacing"
9277
+ "description": "Use as a secondary background color for elevated sections."
9226
9278
  },
9227
- "value": "4rem"
9279
+ "value": [
9280
+ "#fafafa",
9281
+ "#1f1f1f"
9282
+ ]
9228
9283
  },
9229
9284
  {
9230
- "css": "--v-space-l",
9231
- "type": "space",
9232
- "variant": "l",
9285
+ "css": "--v-color-foreground-accent-blue",
9286
+ "type": "color",
9287
+ "property": "foreground",
9288
+ "variant": "blue",
9289
+ "category": "accent",
9233
9290
  "meta": {
9234
- "direction": "vertical",
9235
- "description": "Fluid spacing between 64px-96px."
9291
+ "description": "For use in links and as a border in emphasized selected states."
9236
9292
  },
9237
- "value": "clamp(4rem, 4vw + 2.8rem, 6rem)"
9293
+ "value": [
9294
+ "#1c6eba",
9295
+ "#378fe1"
9296
+ ]
9238
9297
  },
9239
9298
  {
9240
- "css": "--v-space-m",
9241
- "type": "space",
9242
- "variant": "m",
9299
+ "css": "--v-color-foreground-feedback-green",
9300
+ "type": "color",
9301
+ "property": "foreground",
9302
+ "variant": "green",
9303
+ "category": "feedback",
9243
9304
  "meta": {
9244
- "direction": "vertical",
9245
- "description": "Fluid spacing between 48px-64px."
9305
+ "description": "Use as a foreground or border color to highlight successful states and positive actions."
9246
9306
  },
9247
- "value": "clamp(3rem, 3vw + 2rem, 4rem)"
9307
+ "value": [
9308
+ "#04771d",
9309
+ "#07ca31"
9310
+ ]
9248
9311
  },
9249
9312
  {
9250
- "css": "--v-space-s",
9251
- "type": "space",
9252
- "variant": "s",
9313
+ "css": "--v-color-foreground-feedback-orange",
9314
+ "type": "color",
9315
+ "property": "foreground",
9316
+ "variant": "orange",
9317
+ "category": "feedback",
9253
9318
  "meta": {
9254
- "direction": "vertical",
9255
- "description": "Fluid spacing between 32px-48px."
9319
+ "description": "Use as a foreground or border color to highlight warnings, invalid or missing data, and actions that require caution."
9256
9320
  },
9257
- "value": "clamp(2rem, 3vw + 1rem, 3rem)"
9321
+ "value": [
9322
+ "#ce6700",
9323
+ "#ff9933"
9324
+ ]
9258
9325
  },
9259
9326
  {
9260
- "css": "--v-space-pagemargin",
9261
- "type": "space",
9262
- "variant": "pagemargin",
9327
+ "css": "--v-color-foreground-feedback-red",
9328
+ "type": "color",
9329
+ "property": "foreground",
9330
+ "variant": "red",
9331
+ "category": "feedback",
9263
9332
  "meta": {
9264
- "direction": "horizontal",
9265
- "property": "margin,padding",
9266
- "description": "The fluid outer horizontal margins of the main page container.\n375 - 24px\n768 - 24px\n1280 - 28px\n1680 - 128px"
9333
+ "description": "Use as a foreground or border color to highlight errors, invalid data, and destructive actions."
9267
9334
  },
9268
- "value": "clamp(var(--_pagemargin-min), 22vw - 16.3rem, 8rem)"
9335
+ "value": [
9336
+ "#cd2314",
9337
+ "#ef6658"
9338
+ ]
9269
9339
  },
9270
9340
  {
9271
- "css": "--v-space-gutter",
9272
- "type": "space",
9273
- "variant": "gutter",
9341
+ "css": "--v-color-foreground-inverted",
9342
+ "type": "color",
9343
+ "property": "foreground",
9344
+ "variant": "inverted",
9274
9345
  "meta": {
9275
- "direction": "horizontal",
9276
- "property": "gap",
9277
- "description": "The horizontal gap between grid columns. Fluid between 16px-24px."
9346
+ "description": "The inverse of the primary foreground color. For use on filled surfaces."
9278
9347
  },
9279
- "value": "clamp(1rem, 2.6vw + 0.3rem, 1.5rem)"
9348
+ "value": [
9349
+ "#ffffff",
9350
+ "#0a0a0a"
9351
+ ]
9280
9352
  },
9281
9353
  {
9282
- "css": "--v-size-grid-column",
9283
- "type": "size",
9284
- "variant": "column",
9354
+ "css": "--v-color-foreground-primary",
9355
+ "type": "color",
9356
+ "property": "foreground",
9357
+ "variant": "primary",
9285
9358
  "meta": {
9286
- "description": "The width of a single grid column."
9359
+ "description": "Use for primary text, icons and borders."
9287
9360
  },
9288
- "value": "calc(\n (\n var(--v-size-grid-maxwidth) -\n (var(--v-grid-columns) - 1) *\n var(--v-space-gutter)\n ) /\n var(--v-grid-columns)\n )"
9361
+ "value": [
9362
+ "#0a0a0a",
9363
+ "#ffffff"
9364
+ ]
9289
9365
  },
9290
9366
  {
9291
- "css": "--v-size-grid-maxwidth",
9292
- "type": "size",
9293
- "variant": "maxwidth",
9367
+ "css": "--v-color-foreground-secondary",
9368
+ "type": "color",
9369
+ "property": "foreground",
9370
+ "variant": "secondary",
9294
9371
  "meta": {
9295
- "description": "The maximum width of the 12 column grid."
9372
+ "description": "Use for secondary text, icons and borders."
9296
9373
  },
9297
- "value": "min(81rem, 100vw - var(--_pagemargin-min) * 2)"
9374
+ "value": [
9375
+ "#616161",
9376
+ "#bababa"
9377
+ ]
9298
9378
  },
9299
9379
  {
9300
- "css": "--v-size-pagemax",
9301
- "type": "size",
9302
- "variant": "pagemax",
9380
+ "css": "--v-color-foreground-tertiary",
9381
+ "type": "color",
9382
+ "property": "foreground",
9383
+ "variant": "tertiary",
9303
9384
  "meta": {
9304
- "description": "The maximum width a page is allowed to grow to."
9385
+ "description": "The lightest possible foreground color acceptable for UI fills. Should not be used for body text."
9305
9386
  },
9306
- "value": "min(160rem, 100vw)"
9387
+ "value": [
9388
+ "#838383"
9389
+ ]
9307
9390
  },
9308
9391
  {
9309
- "css": "--v-size-grid-xs",
9310
- "type": "size",
9311
- "variant": "xs",
9392
+ "css": "--v-color-ornament-primary",
9393
+ "type": "color",
9394
+ "property": "ornament",
9395
+ "variant": "primary",
9312
9396
  "meta": {
9313
- "description": "Width based on the colspan of the grid for the current viewport size (4 / 6 / 4)"
9397
+ "description": "Use for strokes or dividers to visually group or separate elements."
9314
9398
  },
9315
- "value": "calc(\n (var(--v-size-grid-column) * var(--_xs-cols)) +\n var(--v-space-gutter) *\n (var(--_xs-cols) - 1)\n )"
9399
+ "value": [
9400
+ "rgb(0 0 0 / 12%)",
9401
+ "rgb(255 255 255 / 12%)"
9402
+ ]
9316
9403
  },
9317
9404
  {
9318
- "css": "--v-size-grid-sm",
9319
- "type": "size",
9320
- "variant": "sm",
9405
+ "css": "--v-color-ornament-scrim",
9406
+ "type": "color",
9407
+ "property": "ornament",
9408
+ "variant": "scrim",
9321
9409
  "meta": {
9322
- "description": "Width based on the colspan of the grid for the current viewport size (6 / 8 / 6)"
9410
+ "description": "Used as a backdrop that usually sits behind a Side sheet or Dialog component."
9323
9411
  },
9324
- "value": "calc(\n (var(--v-size-grid-column) * var(--_sm-cols)) +\n var(--v-space-gutter) *\n (var(--_sm-cols) - 1)\n )"
9412
+ "value": [
9413
+ "rgb(0 0 0 / 64%)"
9414
+ ]
9325
9415
  },
9326
9416
  {
9327
- "css": "--v-size-grid-md",
9328
- "type": "size",
9329
- "variant": "md",
9417
+ "css": "--v-color-state-accent-blue-medium",
9418
+ "type": "color",
9419
+ "property": "state",
9420
+ "scale": "medium",
9421
+ "variant": "blue",
9422
+ "category": "accent",
9330
9423
  "meta": {
9331
- "description": "Width based on the colspan of the grid for the current viewport size (8 / 10 / 8)"
9424
+ "description": "Use for state layers with foreground/accent/blue."
9332
9425
  },
9333
- "value": "calc(\n (var(--v-size-grid-column) * var(--_md-cols)) +\n var(--v-space-gutter) *\n (var(--_md-cols) - 1)\n )"
9426
+ "value": [
9427
+ "rgb(28 110 186 / 12%)",
9428
+ "rgb(31 120 209 / 16%)"
9429
+ ]
9334
9430
  },
9335
9431
  {
9336
- "css": "--v-size-grid-lg",
9337
- "type": "size",
9338
- "variant": "lg",
9432
+ "css": "--v-color-state-accent-blue-strong",
9433
+ "type": "color",
9434
+ "property": "state",
9435
+ "scale": "strong",
9436
+ "variant": "blue",
9437
+ "category": "accent",
9339
9438
  "meta": {
9340
- "description": "Width based on the colspan of the grid for the current viewport size (8 / 10 / 12)"
9439
+ "description": "Use for state layers with foreground/accent/blue."
9341
9440
  },
9342
- "value": "calc(\n (var(--v-size-grid-column) * var(--_lg-cols)) +\n var(--v-space-gutter) *\n (var(--_lg-cols) - 1)\n )"
9441
+ "value": [
9442
+ "rgb(28 110 186 / 20%)",
9443
+ "rgb(31 120 209 / 24%)"
9444
+ ]
9343
9445
  },
9344
9446
  {
9345
- "css": "--v-size-grid-xl",
9346
- "type": "size",
9347
- "variant": "xl",
9447
+ "css": "--v-color-state-accent-blue-subtle",
9448
+ "type": "color",
9449
+ "property": "state",
9450
+ "scale": "subtle",
9451
+ "variant": "blue",
9452
+ "category": "accent",
9348
9453
  "meta": {
9349
- "description": "Width based on the colspan of the grid for the current viewport size (8 / 12 / 12)"
9454
+ "description": "Use for state layers with foreground/accent/blue."
9350
9455
  },
9351
- "value": "calc(\n (var(--v-size-grid-column) * var(--_xl-cols)) +\n var(--v-space-gutter) *\n (var(--_xl-cols) - 1)\n )"
9456
+ "value": [
9457
+ "rgb(28 110 186 / 4%)",
9458
+ "rgb(31 120 209 / 8%)"
9459
+ ]
9352
9460
  },
9353
9461
  {
9354
- "css": "--v-size-grid-max",
9355
- "type": "size",
9356
- "variant": "max",
9462
+ "css": "--v-color-state-always-black-medium",
9463
+ "type": "color",
9464
+ "property": "state",
9465
+ "scale": "medium",
9466
+ "variant": "black",
9467
+ "category": "always",
9357
9468
  "meta": {
9358
- "description": "Width based on the maximum extent of a `max` container"
9469
+ "description": "Use for state layers with an always/black foreground color."
9359
9470
  },
9360
- "value": "min(\n (100vw - var(--v-space-pagemargin) * 2) +\n var(--_outer-margin, 0rem),\n 160rem\n )"
9471
+ "value": [
9472
+ "rgb(0 0 0 / 12%)",
9473
+ "rgb(0 0 0 / 16%)"
9474
+ ]
9361
9475
  },
9362
9476
  {
9363
- "css": "--v-size-contentmax",
9364
- "type": "size",
9365
- "variant": "contentmax",
9477
+ "css": "--v-color-state-always-black-strong",
9478
+ "type": "color",
9479
+ "property": "state",
9480
+ "scale": "strong",
9481
+ "variant": "black",
9482
+ "category": "always",
9366
9483
  "meta": {
9367
- "description": "The maximum width a block of content should be allowed to grow to while maintaining readability\nhttps://baymard.com/blog/line-length-readability"
9484
+ "description": "Use for state layers with an always/black foreground color."
9368
9485
  },
9369
- "value": "70ch"
9370
- },
9371
- {
9372
- "css": "--v-radius-sm",
9373
- "type": "radius",
9374
- "variant": "sm",
9375
- "meta": {},
9376
- "value": "0.25rem"
9486
+ "value": [
9487
+ "rgb(0 0 0 / 20%)",
9488
+ "rgb(0 0 0 / 24%)"
9489
+ ]
9377
9490
  },
9378
9491
  {
9379
- "css": "--v-radius-md",
9380
- "type": "radius",
9381
- "variant": "md",
9382
- "meta": {},
9383
- "value": "0.5rem"
9492
+ "css": "--v-color-state-always-black-subtle",
9493
+ "type": "color",
9494
+ "property": "state",
9495
+ "scale": "subtle",
9496
+ "variant": "black",
9497
+ "category": "always",
9498
+ "meta": {
9499
+ "description": "Use for state layers with an always/black foreground color."
9500
+ },
9501
+ "value": [
9502
+ "rgb(0 0 0 / 4%)",
9503
+ "rgb(0 0 0 / 8%)"
9504
+ ]
9384
9505
  },
9385
9506
  {
9386
- "css": "--v-radius-lg",
9387
- "type": "radius",
9388
- "variant": "lg",
9389
- "meta": {},
9390
- "value": "1rem"
9507
+ "css": "--v-color-state-always-white-medium",
9508
+ "type": "color",
9509
+ "property": "state",
9510
+ "scale": "medium",
9511
+ "variant": "white",
9512
+ "category": "always",
9513
+ "meta": {
9514
+ "description": "Use for state layers with an always/white foreground color."
9515
+ },
9516
+ "value": [
9517
+ "rgb(255 255 255 / 12%)",
9518
+ "rgb(255 255 255 / 16%)"
9519
+ ]
9391
9520
  },
9392
9521
  {
9393
- "css": "--v-shape-default",
9394
- "type": "shape",
9395
- "variant": "default",
9396
- "meta": {},
9397
- "value": "var(--v-radius-sm)"
9522
+ "css": "--v-color-state-always-white-strong",
9523
+ "type": "color",
9524
+ "property": "state",
9525
+ "scale": "strong",
9526
+ "variant": "white",
9527
+ "category": "always",
9528
+ "meta": {
9529
+ "description": "Use for state layers with an always/white foreground color."
9530
+ },
9531
+ "value": [
9532
+ "rgb(255 255 255 / 20%)",
9533
+ "rgb(255 255 255 / 24%)"
9534
+ ]
9398
9535
  },
9399
9536
  {
9400
- "css": "--v-shape-emphasis",
9401
- "type": "shape",
9402
- "variant": "emphasis",
9403
- "meta": {},
9404
- "value": "var(--v-radius-sm)"
9537
+ "css": "--v-color-state-always-white-subtle",
9538
+ "type": "color",
9539
+ "property": "state",
9540
+ "scale": "subtle",
9541
+ "variant": "white",
9542
+ "category": "always",
9543
+ "meta": {
9544
+ "description": "Use for state layers with an always/white foreground color."
9545
+ },
9546
+ "value": [
9547
+ "rgb(255 255 255 / 4%)",
9548
+ "rgb(255 255 255 / 8%)"
9549
+ ]
9405
9550
  },
9406
9551
  {
9407
- "css": "--v-radius-full",
9408
- "type": "radius",
9409
- "variant": "full",
9410
- "meta": {},
9411
- "value": "9999px"
9552
+ "css": "--v-color-state-feedback-red-medium",
9553
+ "type": "color",
9554
+ "property": "state",
9555
+ "scale": "medium",
9556
+ "variant": "red",
9557
+ "category": "feedback",
9558
+ "meta": {
9559
+ "description": "Use for state layers with foreground/feedback/red."
9560
+ },
9561
+ "value": [
9562
+ "rgb(214 36 21 / 12%)",
9563
+ "rgb(239 102 88 / 16%)"
9564
+ ]
9412
9565
  },
9413
9566
  {
9414
- "css": "--v-index-spinner",
9415
- "type": "index",
9416
- "variant": "spinner",
9417
- "meta": {},
9418
- "value": "30"
9567
+ "css": "--v-color-state-feedback-red-strong",
9568
+ "type": "color",
9569
+ "property": "state",
9570
+ "scale": "strong",
9571
+ "variant": "red",
9572
+ "category": "feedback",
9573
+ "meta": {
9574
+ "description": "Use for state layers with foreground/feedback/red."
9575
+ },
9576
+ "value": [
9577
+ "rgb(214 36 21 / 20%)",
9578
+ "rgb(239 102 88 / 24%)"
9579
+ ]
9419
9580
  },
9420
9581
  {
9421
- "css": "--v-index-overlay",
9422
- "type": "index",
9423
- "variant": "overlay",
9424
- "meta": {},
9425
- "value": "20"
9582
+ "css": "--v-color-state-feedback-red-subtle",
9583
+ "type": "color",
9584
+ "property": "state",
9585
+ "scale": "subtle",
9586
+ "variant": "red",
9587
+ "category": "feedback",
9588
+ "meta": {
9589
+ "description": "Use for state layers with foreground/feedback/red."
9590
+ },
9591
+ "value": [
9592
+ "rgb(214 36 21 / 4%)",
9593
+ "rgb(239 102 88 / 8%)"
9594
+ ]
9426
9595
  },
9427
9596
  {
9428
- "css": "--v-index-navigation",
9429
- "type": "index",
9430
- "variant": "navigation",
9431
- "meta": {},
9432
- "value": "10"
9597
+ "css": "--v-color-state-inverted-medium",
9598
+ "type": "color",
9599
+ "property": "state",
9600
+ "scale": "medium",
9601
+ "variant": "inverted",
9602
+ "meta": {
9603
+ "description": "Use for state layers with foreground/inverted."
9604
+ },
9605
+ "value": [
9606
+ "rgb(255 255 255 / 12%)",
9607
+ "rgb(0 0 0 / 16%)"
9608
+ ]
9433
9609
  },
9434
9610
  {
9435
- "css": "--v-index-default",
9436
- "type": "index",
9437
- "variant": "default",
9438
- "meta": {},
9439
- "value": "0"
9611
+ "css": "--v-color-state-inverted-strong",
9612
+ "type": "color",
9613
+ "property": "state",
9614
+ "scale": "strong",
9615
+ "variant": "inverted",
9616
+ "meta": {
9617
+ "description": "Use for state layers with foreground/inverted."
9618
+ },
9619
+ "value": [
9620
+ "rgb(255 255 255 / 20%)",
9621
+ "rgb(0 0 0 / 24%)"
9622
+ ]
9440
9623
  },
9441
9624
  {
9442
- "css": "--v-index-deep",
9443
- "type": "index",
9444
- "variant": "deep",
9445
- "meta": {},
9446
- "value": "-1"
9625
+ "css": "--v-color-state-inverted-subtle",
9626
+ "type": "color",
9627
+ "property": "state",
9628
+ "scale": "subtle",
9629
+ "variant": "inverted",
9630
+ "meta": {
9631
+ "description": "Use for state layers with foreground/inverted."
9632
+ },
9633
+ "value": [
9634
+ "rgb(255 255 255 / 4%)",
9635
+ "rgb(0 0 0 / 8%)"
9636
+ ]
9447
9637
  },
9448
9638
  {
9449
- "css": "--v-grid-columns",
9450
- "type": "grid",
9451
- "variant": "columns",
9639
+ "css": "--v-color-state-primary-medium",
9640
+ "type": "color",
9641
+ "property": "state",
9642
+ "scale": "medium",
9643
+ "variant": "primary",
9452
9644
  "meta": {
9453
- "description": "The total number of grid columns at the current breakpoint."
9645
+ "description": "Use for state layers with foreground/primary."
9454
9646
  },
9455
- "value": "8"
9647
+ "value": [
9648
+ "rgb(0 0 0 / 12%)",
9649
+ "rgb(255 255 255 / 16%)"
9650
+ ]
9651
+ },
9652
+ {
9653
+ "css": "--v-color-state-primary-strong",
9654
+ "type": "color",
9655
+ "property": "state",
9656
+ "scale": "strong",
9657
+ "variant": "primary",
9658
+ "meta": {
9659
+ "description": "Use for state layers with foreground/primary."
9660
+ },
9661
+ "value": [
9662
+ "rgb(0 0 0 / 20%)",
9663
+ "rgb(255 255 255 / 24%)"
9664
+ ]
9665
+ },
9666
+ {
9667
+ "css": "--v-color-state-primary-subtle",
9668
+ "type": "color",
9669
+ "property": "state",
9670
+ "scale": "subtle",
9671
+ "variant": "primary",
9672
+ "meta": {
9673
+ "description": "Use for state layers with foreground/primary."
9674
+ },
9675
+ "value": [
9676
+ "rgb(0 0 0 / 4%)",
9677
+ "rgb(255 255 255 / 8%)"
9678
+ ]
9679
+ },
9680
+ {
9681
+ "css": "--v-color-surface-accent-blue",
9682
+ "type": "color",
9683
+ "property": "surface",
9684
+ "variant": "blue",
9685
+ "category": "accent",
9686
+ "meta": {
9687
+ "description": "Used as an emphasized surface fill for UI elements like buttons and form controls."
9688
+ },
9689
+ "value": [
9690
+ "#1c6eba",
9691
+ "#1f78d1"
9692
+ ]
9693
+ },
9694
+ {
9695
+ "css": "--v-color-surface-feedback-green",
9696
+ "type": "color",
9697
+ "property": "surface",
9698
+ "variant": "green",
9699
+ "category": "feedback",
9700
+ "meta": {
9701
+ "description": "Used as a surface fill for UI elements like buttons and form controls to signify positive actions. Combine with Always White foreground color."
9702
+ },
9703
+ "value": [
9704
+ "#04771d",
9705
+ "#048220"
9706
+ ]
9707
+ },
9708
+ {
9709
+ "css": "--v-color-surface-feedback-orange",
9710
+ "type": "color",
9711
+ "property": "surface",
9712
+ "variant": "orange",
9713
+ "category": "feedback",
9714
+ "meta": {
9715
+ "description": "[Deprecated]",
9716
+ "deprecated": "The color will be removed in a future version."
9717
+ },
9718
+ "value": [
9719
+ "#ce6700"
9720
+ ]
9721
+ },
9722
+ {
9723
+ "css": "--v-color-surface-feedback-red",
9724
+ "type": "color",
9725
+ "property": "surface",
9726
+ "variant": "red",
9727
+ "category": "feedback",
9728
+ "meta": {
9729
+ "description": "Used as a surface fill for UI elements like buttons and form controls to signify destructive actions. Combine with Always White foreground color."
9730
+ },
9731
+ "value": [
9732
+ "#cd2314",
9733
+ "#e52715"
9734
+ ]
9735
+ },
9736
+ {
9737
+ "css": "--v-color-surface-neutral",
9738
+ "type": "color",
9739
+ "property": "surface",
9740
+ "variant": "neutral",
9741
+ "meta": {
9742
+ "description": "Used as a surface fill for UI elements like buttons and form controls. Combine with Foreground / Inverted foreground color."
9743
+ },
9744
+ "value": [
9745
+ "#1f1f1f",
9746
+ "#ffffff"
9747
+ ]
9456
9748
  },
9457
9749
  {
9458
9750
  "css": "--v-font-sans-family",
@@ -9995,575 +10287,326 @@
9995
10287
  "value": "var(--v-font-statement-signature-weight)\n var(--v-font-statement-signature-size) /\n var(--v-font-statement-signature-lineheight) var(--v-font-broad-family)"
9996
10288
  },
9997
10289
  {
9998
- "css": "--v-color-always-black",
9999
- "type": "color",
10000
- "variant": "black",
10001
- "category": "always",
10290
+ "css": "--v-space-2",
10291
+ "type": "space",
10292
+ "variant": "2",
10002
10293
  "meta": {
10003
- "description": "Always black regardless of colour mode."
10294
+ "property": "margin,padding",
10295
+ "description": "Fixed 2px spacing"
10004
10296
  },
10005
- "value": [
10006
- "#000000"
10007
- ]
10297
+ "value": "0.125rem"
10008
10298
  },
10009
10299
  {
10010
- "css": "--v-color-always-white",
10011
- "type": "color",
10012
- "variant": "white",
10013
- "category": "always",
10300
+ "css": "--v-space-4",
10301
+ "type": "space",
10302
+ "variant": "4",
10014
10303
  "meta": {
10015
- "description": "Always white regardless of color mode."
10304
+ "description": "Fixed 4px spacing"
10016
10305
  },
10017
- "value": [
10018
- "#ffffff"
10019
- ]
10306
+ "value": "0.25rem"
10020
10307
  },
10021
10308
  {
10022
- "css": "--v-color-background-feedback-gray",
10023
- "type": "color",
10024
- "property": "background",
10025
- "variant": "gray",
10026
- "category": "feedback",
10309
+ "css": "--v-space-8",
10310
+ "type": "space",
10311
+ "variant": "8",
10027
10312
  "meta": {
10028
- "description": "Use as a background color to indicate informational messages."
10313
+ "description": "Fixed 8px spacing"
10029
10314
  },
10030
- "value": [
10031
- "#f5f5f5",
10032
- "#2e2e2e"
10033
- ]
10315
+ "value": "0.5rem"
10034
10316
  },
10035
10317
  {
10036
- "css": "--v-color-background-feedback-green",
10037
- "type": "color",
10038
- "property": "background",
10039
- "variant": "green",
10040
- "category": "feedback",
10318
+ "css": "--v-space-16",
10319
+ "type": "space",
10320
+ "variant": "16",
10041
10321
  "meta": {
10042
- "description": "Use as a background color to highlight successful and positive states."
10322
+ "description": "Fixed 16px spacing"
10043
10323
  },
10044
- "value": [
10045
- "#d7f9df",
10046
- "#02310c"
10047
- ]
10324
+ "value": "1rem"
10048
10325
  },
10049
10326
  {
10050
- "css": "--v-color-background-feedback-orange",
10051
- "type": "color",
10052
- "property": "background",
10053
- "variant": "orange",
10054
- "category": "feedback",
10327
+ "css": "--v-space-24",
10328
+ "type": "space",
10329
+ "variant": "24",
10055
10330
  "meta": {
10056
- "description": "Use as a background color to highlight warnings, invalid or missing data, and states that require caution."
10331
+ "description": "Fixed 24px spacing"
10057
10332
  },
10058
- "value": [
10059
- "#ffe8d1",
10060
- "#522900"
10061
- ]
10333
+ "value": "1.5rem"
10062
10334
  },
10063
10335
  {
10064
- "css": "--v-color-background-feedback-red",
10065
- "type": "color",
10066
- "property": "background",
10067
- "variant": "red",
10068
- "category": "feedback",
10336
+ "css": "--v-space-32",
10337
+ "type": "space",
10338
+ "variant": "32",
10069
10339
  "meta": {
10070
- "description": "Use as a background color to highlight errors, invalid data, and destructive states."
10340
+ "description": "Fixed 32px spacing"
10071
10341
  },
10072
- "value": [
10073
- "#fce5e3",
10074
- "#4a0d07"
10075
- ]
10342
+ "value": "2rem"
10076
10343
  },
10077
10344
  {
10078
- "css": "--v-color-background-primary",
10079
- "type": "color",
10080
- "property": "background",
10081
- "variant": "primary",
10345
+ "css": "--v-space-48",
10346
+ "type": "space",
10347
+ "variant": "48",
10082
10348
  "meta": {
10083
- "description": "Use as a primary background color."
10349
+ "description": "Fixed 48px spacing"
10084
10350
  },
10085
- "value": [
10086
- "#ffffff",
10087
- "#141414"
10088
- ]
10351
+ "value": "3rem"
10089
10352
  },
10090
10353
  {
10091
- "css": "--v-color-background-secondary",
10092
- "type": "color",
10093
- "property": "background",
10094
- "variant": "secondary",
10354
+ "css": "--v-space-64",
10355
+ "type": "space",
10356
+ "variant": "64",
10095
10357
  "meta": {
10096
- "description": "Use as a secondary background color for elevated sections."
10358
+ "description": "Fixed 64px spacing"
10097
10359
  },
10098
- "value": [
10099
- "#fafafa",
10100
- "#1f1f1f"
10101
- ]
10360
+ "value": "4rem"
10102
10361
  },
10103
10362
  {
10104
- "css": "--v-color-foreground-accent-blue",
10105
- "type": "color",
10106
- "property": "foreground",
10107
- "variant": "blue",
10108
- "category": "accent",
10363
+ "css": "--v-space-l",
10364
+ "type": "space",
10365
+ "variant": "l",
10109
10366
  "meta": {
10110
- "description": "For use in links and as a border in emphasized selected states."
10367
+ "direction": "vertical",
10368
+ "description": "Fluid spacing between 64px-96px."
10111
10369
  },
10112
- "value": [
10113
- "#1c6eba",
10114
- "#378fe1"
10115
- ]
10370
+ "value": "clamp(4rem, 4vw + 2.8rem, 6rem)"
10116
10371
  },
10117
10372
  {
10118
- "css": "--v-color-foreground-feedback-green",
10119
- "type": "color",
10120
- "property": "foreground",
10121
- "variant": "green",
10122
- "category": "feedback",
10373
+ "css": "--v-space-m",
10374
+ "type": "space",
10375
+ "variant": "m",
10123
10376
  "meta": {
10124
- "description": "Use as a foreground or border color to highlight successful states and positive actions."
10377
+ "direction": "vertical",
10378
+ "description": "Fluid spacing between 48px-64px."
10125
10379
  },
10126
- "value": [
10127
- "#04771d",
10128
- "#07ca31"
10129
- ]
10380
+ "value": "clamp(3rem, 3vw + 2rem, 4rem)"
10130
10381
  },
10131
10382
  {
10132
- "css": "--v-color-foreground-feedback-orange",
10133
- "type": "color",
10134
- "property": "foreground",
10135
- "variant": "orange",
10136
- "category": "feedback",
10383
+ "css": "--v-space-s",
10384
+ "type": "space",
10385
+ "variant": "s",
10137
10386
  "meta": {
10138
- "description": "Use as a foreground or border color to highlight warnings, invalid or missing data, and actions that require caution."
10387
+ "direction": "vertical",
10388
+ "description": "Fluid spacing between 32px-48px."
10139
10389
  },
10140
- "value": [
10141
- "#ce6700",
10142
- "#ff9933"
10143
- ]
10390
+ "value": "clamp(2rem, 3vw + 1rem, 3rem)"
10144
10391
  },
10145
10392
  {
10146
- "css": "--v-color-foreground-feedback-red",
10147
- "type": "color",
10148
- "property": "foreground",
10149
- "variant": "red",
10150
- "category": "feedback",
10393
+ "css": "--v-space-pagemargin",
10394
+ "type": "space",
10395
+ "variant": "pagemargin",
10151
10396
  "meta": {
10152
- "description": "Use as a foreground or border color to highlight errors, invalid data, and destructive actions."
10397
+ "direction": "horizontal",
10398
+ "property": "margin,padding",
10399
+ "description": "The fluid outer horizontal margins of the main page container.\n375 - 24px\n768 - 24px\n1280 - 28px\n1680 - 128px"
10153
10400
  },
10154
- "value": [
10155
- "#cd2314",
10156
- "#ef6658"
10157
- ]
10401
+ "value": "clamp(var(--_pagemargin-min), 22vw - 16.3rem, 8rem)"
10158
10402
  },
10159
10403
  {
10160
- "css": "--v-color-foreground-inverted",
10161
- "type": "color",
10162
- "property": "foreground",
10163
- "variant": "inverted",
10404
+ "css": "--v-space-gutter",
10405
+ "type": "space",
10406
+ "variant": "gutter",
10164
10407
  "meta": {
10165
- "description": "The inverse of the primary foreground color. For use on filled surfaces."
10408
+ "direction": "horizontal",
10409
+ "property": "gap",
10410
+ "description": "The horizontal gap between grid columns. Fluid between 16px-24px."
10166
10411
  },
10167
- "value": [
10168
- "#ffffff",
10169
- "#0a0a0a"
10170
- ]
10412
+ "value": "clamp(1rem, 2.6vw + 0.3rem, 1.5rem)"
10171
10413
  },
10172
10414
  {
10173
- "css": "--v-color-foreground-primary",
10174
- "type": "color",
10175
- "property": "foreground",
10176
- "variant": "primary",
10415
+ "css": "--v-size-grid-column",
10416
+ "type": "size",
10417
+ "variant": "column",
10177
10418
  "meta": {
10178
- "description": "Use for primary text, icons and borders."
10419
+ "description": "The width of a single grid column."
10179
10420
  },
10180
- "value": [
10181
- "#0a0a0a",
10182
- "#ffffff"
10183
- ]
10421
+ "value": "calc(\n (\n var(--v-size-grid-maxwidth) -\n (var(--v-grid-columns) - 1) *\n var(--v-space-gutter)\n ) /\n var(--v-grid-columns)\n )"
10184
10422
  },
10185
10423
  {
10186
- "css": "--v-color-foreground-secondary",
10187
- "type": "color",
10188
- "property": "foreground",
10189
- "variant": "secondary",
10424
+ "css": "--v-size-grid-maxwidth",
10425
+ "type": "size",
10426
+ "variant": "maxwidth",
10190
10427
  "meta": {
10191
- "description": "Use for secondary text, icons and borders."
10428
+ "description": "The maximum width of the 12 column grid."
10192
10429
  },
10193
- "value": [
10194
- "#616161",
10195
- "#bababa"
10196
- ]
10430
+ "value": "min(81rem, 100vw - var(--_pagemargin-min) * 2)"
10197
10431
  },
10198
10432
  {
10199
- "css": "--v-color-foreground-tertiary",
10200
- "type": "color",
10201
- "property": "foreground",
10202
- "variant": "tertiary",
10433
+ "css": "--v-size-pagemax",
10434
+ "type": "size",
10435
+ "variant": "pagemax",
10203
10436
  "meta": {
10204
- "description": "The lightest possible foreground color acceptable for UI fills. Should not be used for body text."
10437
+ "description": "The maximum width a page is allowed to grow to."
10205
10438
  },
10206
- "value": [
10207
- "#838383"
10208
- ]
10439
+ "value": "min(160rem, 100vw)"
10209
10440
  },
10210
10441
  {
10211
- "css": "--v-color-ornament-primary",
10212
- "type": "color",
10213
- "property": "ornament",
10214
- "variant": "primary",
10442
+ "css": "--v-size-grid-xs",
10443
+ "type": "size",
10444
+ "variant": "xs",
10215
10445
  "meta": {
10216
- "description": "Use for strokes or dividers to visually group or separate elements."
10446
+ "description": "Width based on the colspan of the grid for the current viewport size (4 / 6 / 4)"
10217
10447
  },
10218
- "value": [
10219
- "rgb(0 0 0 / 12%)",
10220
- "rgb(255 255 255 / 12%)"
10221
- ]
10448
+ "value": "calc(\n (var(--v-size-grid-column) * var(--_xs-cols)) +\n var(--v-space-gutter) *\n (var(--_xs-cols) - 1)\n )"
10222
10449
  },
10223
10450
  {
10224
- "css": "--v-color-ornament-scrim",
10225
- "type": "color",
10226
- "property": "ornament",
10227
- "variant": "scrim",
10451
+ "css": "--v-size-grid-sm",
10452
+ "type": "size",
10453
+ "variant": "sm",
10228
10454
  "meta": {
10229
- "description": "Used as a backdrop that usually sits behind a Side sheet or Dialog component."
10455
+ "description": "Width based on the colspan of the grid for the current viewport size (6 / 8 / 6)"
10230
10456
  },
10231
- "value": [
10232
- "rgb(0 0 0 / 64%)"
10233
- ]
10457
+ "value": "calc(\n (var(--v-size-grid-column) * var(--_sm-cols)) +\n var(--v-space-gutter) *\n (var(--_sm-cols) - 1)\n )"
10234
10458
  },
10235
10459
  {
10236
- "css": "--v-color-state-accent-blue-medium",
10237
- "type": "color",
10238
- "property": "state",
10239
- "scale": "medium",
10240
- "variant": "blue",
10241
- "category": "accent",
10460
+ "css": "--v-size-grid-md",
10461
+ "type": "size",
10462
+ "variant": "md",
10242
10463
  "meta": {
10243
- "description": "Use for state layers with foreground/accent/blue."
10464
+ "description": "Width based on the colspan of the grid for the current viewport size (8 / 10 / 8)"
10244
10465
  },
10245
- "value": [
10246
- "rgb(28 110 186 / 12%)",
10247
- "rgb(31 120 209 / 16%)"
10248
- ]
10466
+ "value": "calc(\n (var(--v-size-grid-column) * var(--_md-cols)) +\n var(--v-space-gutter) *\n (var(--_md-cols) - 1)\n )"
10249
10467
  },
10250
10468
  {
10251
- "css": "--v-color-state-accent-blue-strong",
10252
- "type": "color",
10253
- "property": "state",
10254
- "scale": "strong",
10255
- "variant": "blue",
10256
- "category": "accent",
10469
+ "css": "--v-size-grid-lg",
10470
+ "type": "size",
10471
+ "variant": "lg",
10257
10472
  "meta": {
10258
- "description": "Use for state layers with foreground/accent/blue."
10473
+ "description": "Width based on the colspan of the grid for the current viewport size (8 / 10 / 12)"
10259
10474
  },
10260
- "value": [
10261
- "rgb(28 110 186 / 20%)",
10262
- "rgb(31 120 209 / 24%)"
10263
- ]
10475
+ "value": "calc(\n (var(--v-size-grid-column) * var(--_lg-cols)) +\n var(--v-space-gutter) *\n (var(--_lg-cols) - 1)\n )"
10264
10476
  },
10265
10477
  {
10266
- "css": "--v-color-state-accent-blue-subtle",
10267
- "type": "color",
10268
- "property": "state",
10269
- "scale": "subtle",
10270
- "variant": "blue",
10271
- "category": "accent",
10478
+ "css": "--v-size-grid-xl",
10479
+ "type": "size",
10480
+ "variant": "xl",
10272
10481
  "meta": {
10273
- "description": "Use for state layers with foreground/accent/blue."
10482
+ "description": "Width based on the colspan of the grid for the current viewport size (8 / 12 / 12)"
10274
10483
  },
10275
- "value": [
10276
- "rgb(28 110 186 / 4%)",
10277
- "rgb(31 120 209 / 8%)"
10278
- ]
10484
+ "value": "calc(\n (var(--v-size-grid-column) * var(--_xl-cols)) +\n var(--v-space-gutter) *\n (var(--_xl-cols) - 1)\n )"
10279
10485
  },
10280
10486
  {
10281
- "css": "--v-color-state-always-black-medium",
10282
- "type": "color",
10283
- "property": "state",
10284
- "scale": "medium",
10285
- "variant": "black",
10286
- "category": "always",
10487
+ "css": "--v-size-grid-max",
10488
+ "type": "size",
10489
+ "variant": "max",
10287
10490
  "meta": {
10288
- "description": "Use for state layers with an always/black foreground color."
10491
+ "description": "Width based on the maximum extent of a `max` container"
10289
10492
  },
10290
- "value": [
10291
- "rgb(0 0 0 / 12%)",
10292
- "rgb(0 0 0 / 16%)"
10293
- ]
10493
+ "value": "min(\n (100vw - var(--v-space-pagemargin) * 2) +\n var(--_outer-margin, 0rem),\n 160rem\n )"
10294
10494
  },
10295
10495
  {
10296
- "css": "--v-color-state-always-black-strong",
10297
- "type": "color",
10298
- "property": "state",
10299
- "scale": "strong",
10300
- "variant": "black",
10301
- "category": "always",
10302
- "meta": {
10303
- "description": "Use for state layers with an always/black foreground color."
10304
- },
10305
- "value": [
10306
- "rgb(0 0 0 / 20%)",
10307
- "rgb(0 0 0 / 24%)"
10308
- ]
10309
- },
10310
- {
10311
- "css": "--v-color-state-always-black-subtle",
10312
- "type": "color",
10313
- "property": "state",
10314
- "scale": "subtle",
10315
- "variant": "black",
10316
- "category": "always",
10317
- "meta": {
10318
- "description": "Use for state layers with an always/black foreground color."
10319
- },
10320
- "value": [
10321
- "rgb(0 0 0 / 4%)",
10322
- "rgb(0 0 0 / 8%)"
10323
- ]
10324
- },
10325
- {
10326
- "css": "--v-color-state-always-white-medium",
10327
- "type": "color",
10328
- "property": "state",
10329
- "scale": "medium",
10330
- "variant": "white",
10331
- "category": "always",
10332
- "meta": {
10333
- "description": "Use for state layers with an always/white foreground color."
10334
- },
10335
- "value": [
10336
- "rgb(255 255 255 / 12%)",
10337
- "rgb(255 255 255 / 16%)"
10338
- ]
10339
- },
10340
- {
10341
- "css": "--v-color-state-always-white-strong",
10342
- "type": "color",
10343
- "property": "state",
10344
- "scale": "strong",
10345
- "variant": "white",
10346
- "category": "always",
10496
+ "css": "--v-size-contentmax",
10497
+ "type": "size",
10498
+ "variant": "contentmax",
10347
10499
  "meta": {
10348
- "description": "Use for state layers with an always/white foreground color."
10500
+ "description": "The maximum width a block of content should be allowed to grow to while maintaining readability\nhttps://baymard.com/blog/line-length-readability"
10349
10501
  },
10350
- "value": [
10351
- "rgb(255 255 255 / 20%)",
10352
- "rgb(255 255 255 / 24%)"
10353
- ]
10502
+ "value": "70ch"
10354
10503
  },
10355
10504
  {
10356
- "css": "--v-color-state-always-white-subtle",
10357
- "type": "color",
10358
- "property": "state",
10359
- "scale": "subtle",
10360
- "variant": "white",
10361
- "category": "always",
10362
- "meta": {
10363
- "description": "Use for state layers with an always/white foreground color."
10364
- },
10365
- "value": [
10366
- "rgb(255 255 255 / 4%)",
10367
- "rgb(255 255 255 / 8%)"
10368
- ]
10505
+ "css": "--v-radius-sm",
10506
+ "type": "radius",
10507
+ "variant": "sm",
10508
+ "meta": {},
10509
+ "value": "0.25rem"
10369
10510
  },
10370
10511
  {
10371
- "css": "--v-color-state-feedback-red-medium",
10372
- "type": "color",
10373
- "property": "state",
10374
- "scale": "medium",
10375
- "variant": "red",
10376
- "category": "feedback",
10377
- "meta": {
10378
- "description": "Use for state layers with foreground/feedback/red."
10379
- },
10380
- "value": [
10381
- "rgb(214 36 21 / 12%)",
10382
- "rgb(239 102 88 / 16%)"
10383
- ]
10512
+ "css": "--v-radius-md",
10513
+ "type": "radius",
10514
+ "variant": "md",
10515
+ "meta": {},
10516
+ "value": "0.5rem"
10384
10517
  },
10385
10518
  {
10386
- "css": "--v-color-state-feedback-red-strong",
10387
- "type": "color",
10388
- "property": "state",
10389
- "scale": "strong",
10390
- "variant": "red",
10391
- "category": "feedback",
10392
- "meta": {
10393
- "description": "Use for state layers with foreground/feedback/red."
10394
- },
10395
- "value": [
10396
- "rgb(214 36 21 / 20%)",
10397
- "rgb(239 102 88 / 24%)"
10398
- ]
10519
+ "css": "--v-radius-lg",
10520
+ "type": "radius",
10521
+ "variant": "lg",
10522
+ "meta": {},
10523
+ "value": "1rem"
10399
10524
  },
10400
10525
  {
10401
- "css": "--v-color-state-feedback-red-subtle",
10402
- "type": "color",
10403
- "property": "state",
10404
- "scale": "subtle",
10405
- "variant": "red",
10406
- "category": "feedback",
10407
- "meta": {
10408
- "description": "Use for state layers with foreground/feedback/red."
10409
- },
10410
- "value": [
10411
- "rgb(214 36 21 / 4%)",
10412
- "rgb(239 102 88 / 8%)"
10413
- ]
10526
+ "css": "--v-shape-default",
10527
+ "type": "shape",
10528
+ "variant": "default",
10529
+ "meta": {},
10530
+ "value": "var(--v-radius-sm)"
10414
10531
  },
10415
10532
  {
10416
- "css": "--v-color-state-inverted-medium",
10417
- "type": "color",
10418
- "property": "state",
10419
- "scale": "medium",
10420
- "variant": "inverted",
10421
- "meta": {
10422
- "description": "Use for state layers with foreground/inverted."
10423
- },
10424
- "value": [
10425
- "rgb(255 255 255 / 12%)",
10426
- "rgb(0 0 0 / 16%)"
10427
- ]
10533
+ "css": "--v-shape-emphasis",
10534
+ "type": "shape",
10535
+ "variant": "emphasis",
10536
+ "meta": {},
10537
+ "value": "var(--v-radius-sm)"
10428
10538
  },
10429
10539
  {
10430
- "css": "--v-color-state-inverted-strong",
10431
- "type": "color",
10432
- "property": "state",
10433
- "scale": "strong",
10434
- "variant": "inverted",
10435
- "meta": {
10436
- "description": "Use for state layers with foreground/inverted."
10437
- },
10438
- "value": [
10439
- "rgb(255 255 255 / 20%)",
10440
- "rgb(0 0 0 / 24%)"
10441
- ]
10540
+ "css": "--v-radius-full",
10541
+ "type": "radius",
10542
+ "variant": "full",
10543
+ "meta": {},
10544
+ "value": "9999px"
10442
10545
  },
10443
10546
  {
10444
- "css": "--v-color-state-inverted-subtle",
10445
- "type": "color",
10446
- "property": "state",
10447
- "scale": "subtle",
10448
- "variant": "inverted",
10449
- "meta": {
10450
- "description": "Use for state layers with foreground/inverted."
10451
- },
10452
- "value": [
10453
- "rgb(255 255 255 / 4%)",
10454
- "rgb(0 0 0 / 8%)"
10455
- ]
10547
+ "css": "--v-index-spinner",
10548
+ "type": "index",
10549
+ "variant": "spinner",
10550
+ "meta": {},
10551
+ "value": "30"
10456
10552
  },
10457
10553
  {
10458
- "css": "--v-color-state-primary-medium",
10459
- "type": "color",
10460
- "property": "state",
10461
- "scale": "medium",
10462
- "variant": "primary",
10463
- "meta": {
10464
- "description": "Use for state layers with foreground/primary."
10465
- },
10466
- "value": [
10467
- "rgb(0 0 0 / 12%)",
10468
- "rgb(255 255 255 / 16%)"
10469
- ]
10554
+ "css": "--v-index-overlay",
10555
+ "type": "index",
10556
+ "variant": "overlay",
10557
+ "meta": {},
10558
+ "value": "20"
10470
10559
  },
10471
10560
  {
10472
- "css": "--v-color-state-primary-strong",
10473
- "type": "color",
10474
- "property": "state",
10475
- "scale": "strong",
10476
- "variant": "primary",
10477
- "meta": {
10478
- "description": "Use for state layers with foreground/primary."
10479
- },
10480
- "value": [
10481
- "rgb(0 0 0 / 20%)",
10482
- "rgb(255 255 255 / 24%)"
10483
- ]
10561
+ "css": "--v-index-navigation",
10562
+ "type": "index",
10563
+ "variant": "navigation",
10564
+ "meta": {},
10565
+ "value": "10"
10484
10566
  },
10485
10567
  {
10486
- "css": "--v-color-state-primary-subtle",
10487
- "type": "color",
10488
- "property": "state",
10489
- "scale": "subtle",
10490
- "variant": "primary",
10491
- "meta": {
10492
- "description": "Use for state layers with foreground/primary."
10493
- },
10494
- "value": [
10495
- "rgb(0 0 0 / 4%)",
10496
- "rgb(255 255 255 / 8%)"
10497
- ]
10568
+ "css": "--v-index-default",
10569
+ "type": "index",
10570
+ "variant": "default",
10571
+ "meta": {},
10572
+ "value": "0"
10498
10573
  },
10499
10574
  {
10500
- "css": "--v-color-surface-accent-blue",
10501
- "type": "color",
10502
- "property": "surface",
10503
- "variant": "blue",
10504
- "category": "accent",
10505
- "meta": {
10506
- "description": "Used as an emphasized surface fill for UI elements like buttons and form controls."
10507
- },
10508
- "value": [
10509
- "#1c6eba",
10510
- "#1f78d1"
10511
- ]
10575
+ "css": "--v-index-deep",
10576
+ "type": "index",
10577
+ "variant": "deep",
10578
+ "meta": {},
10579
+ "value": "-1"
10512
10580
  },
10513
10581
  {
10514
- "css": "--v-color-surface-feedback-green",
10515
- "type": "color",
10516
- "property": "surface",
10517
- "variant": "green",
10518
- "category": "feedback",
10582
+ "css": "--v-grid-columns",
10583
+ "type": "grid",
10584
+ "variant": "columns",
10519
10585
  "meta": {
10520
- "description": "Used as a surface fill for UI elements like buttons and form controls to signify positive actions. Combine with Always White foreground color."
10586
+ "description": "The total number of grid columns at the current breakpoint."
10521
10587
  },
10522
- "value": [
10523
- "#04771d",
10524
- "#048220"
10525
- ]
10588
+ "value": "8"
10526
10589
  },
10527
10590
  {
10528
- "css": "--v-color-surface-feedback-orange",
10529
- "type": "color",
10530
- "property": "surface",
10531
- "variant": "orange",
10532
- "category": "feedback",
10533
- "meta": {
10534
- "description": "[Deprecated]",
10535
- "deprecated": "The color will be removed in a future version."
10536
- },
10537
- "value": [
10538
- "#ce6700"
10539
- ]
10591
+ "css": "--v-transition-default",
10592
+ "type": "transition",
10593
+ "variant": "default",
10594
+ "meta": {},
10595
+ "value": "var(--_v-transition-speed-default) ease"
10540
10596
  },
10541
10597
  {
10542
- "css": "--v-color-surface-feedback-red",
10543
- "type": "color",
10544
- "property": "surface",
10545
- "variant": "red",
10546
- "category": "feedback",
10547
- "meta": {
10548
- "description": "Used as a surface fill for UI elements like buttons and form controls to signify destructive actions. Combine with Always White foreground color."
10549
- },
10550
- "value": [
10551
- "#cd2314",
10552
- "#e52715"
10553
- ]
10598
+ "css": "--v-transition-micro",
10599
+ "type": "transition",
10600
+ "variant": "micro",
10601
+ "meta": {},
10602
+ "value": "var(--_v-transition-speed-fast) ease"
10554
10603
  },
10555
10604
  {
10556
- "css": "--v-color-surface-neutral",
10557
- "type": "color",
10558
- "property": "surface",
10559
- "variant": "neutral",
10560
- "meta": {
10561
- "description": "Used as a surface fill for UI elements like buttons and form controls. Combine with Foreground / Inverted foreground color."
10562
- },
10563
- "value": [
10564
- "#1f1f1f",
10565
- "#ffffff"
10566
- ]
10605
+ "css": "--v-transition-notable",
10606
+ "type": "transition",
10607
+ "variant": "notable",
10608
+ "meta": {},
10609
+ "value": "var(--_v-transition-speed-slow) ease"
10567
10610
  }
10568
10611
  ],
10569
10612
  "customMedia": [