@volvo-cars/css 1.37.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/{chunk-Z3YSHYZ7.js → chunk-PCJ2MIMY.js} +2 -2
- package/dist/{chunk-Z3YSHYZ7.js.map → chunk-PCJ2MIMY.js.map} +1 -1
- package/dist/css/v1/styles.ebaa4a54.css +1 -0
- package/dist/imports.json +1 -1
- 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 +32 -31
- package/dist/meta.json +654 -652
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +2 -0
- package/dist/styles_all-media.css +1 -1
- package/dist/tokens.d.ts +101 -101
- package/package.json +3 -3
- package/dist/css/v1/styles.1d8be33a.css +0 -1
package/dist/meta.json
CHANGED
|
@@ -1930,6 +1930,7 @@
|
|
|
1930
1930
|
"--_color: var(--v-color-foreground-inverted)",
|
|
1931
1931
|
"color: var(--_color)",
|
|
1932
1932
|
"background: color-mix(in oklab, var(--button-accent-color), var(--_color) var(--_overlay-rate))",
|
|
1933
|
+
"background: var(--button-accent-color)",
|
|
1933
1934
|
"--_overlay-rate: 0%",
|
|
1934
1935
|
"border-radius: var(--v-radius-full)",
|
|
1935
1936
|
"flex-shrink: 0",
|
|
@@ -2004,6 +2005,7 @@
|
|
|
2004
2005
|
"--_color: var(--v-color-foreground-inverted)",
|
|
2005
2006
|
"color: var(--_color)",
|
|
2006
2007
|
"background: color-mix(in oklab, var(--button-accent-color), var(--_color) var(--_overlay-rate))",
|
|
2008
|
+
"background: var(--button-accent-color)",
|
|
2007
2009
|
"--_overlay-rate: 0%",
|
|
2008
2010
|
"--spinner-size: 1.5rem",
|
|
2009
2011
|
"padding-inline: var(--v-space-24)",
|
|
@@ -9174,326 +9176,575 @@
|
|
|
9174
9176
|
],
|
|
9175
9177
|
"tokens": [
|
|
9176
9178
|
{
|
|
9177
|
-
"css": "--v-
|
|
9178
|
-
"type": "
|
|
9179
|
-
"variant": "
|
|
9180
|
-
"
|
|
9181
|
-
"value": "var(--_v-transition-speed-default) ease"
|
|
9182
|
-
},
|
|
9183
|
-
{
|
|
9184
|
-
"css": "--v-transition-micro",
|
|
9185
|
-
"type": "transition",
|
|
9186
|
-
"variant": "micro",
|
|
9187
|
-
"meta": {},
|
|
9188
|
-
"value": "var(--_v-transition-speed-fast) ease"
|
|
9189
|
-
},
|
|
9190
|
-
{
|
|
9191
|
-
"css": "--v-transition-notable",
|
|
9192
|
-
"type": "transition",
|
|
9193
|
-
"variant": "notable",
|
|
9194
|
-
"meta": {},
|
|
9195
|
-
"value": "var(--_v-transition-speed-slow) ease"
|
|
9196
|
-
},
|
|
9197
|
-
{
|
|
9198
|
-
"css": "--v-space-2",
|
|
9199
|
-
"type": "space",
|
|
9200
|
-
"variant": "2",
|
|
9179
|
+
"css": "--v-color-always-black",
|
|
9180
|
+
"type": "color",
|
|
9181
|
+
"variant": "black",
|
|
9182
|
+
"category": "always",
|
|
9201
9183
|
"meta": {
|
|
9202
|
-
"
|
|
9203
|
-
"description": "Fixed 2px spacing"
|
|
9184
|
+
"description": "Always black regardless of colour mode."
|
|
9204
9185
|
},
|
|
9205
|
-
"value":
|
|
9186
|
+
"value": [
|
|
9187
|
+
"#000000"
|
|
9188
|
+
]
|
|
9206
9189
|
},
|
|
9207
9190
|
{
|
|
9208
|
-
"css": "--v-
|
|
9209
|
-
"type": "
|
|
9210
|
-
"variant": "
|
|
9191
|
+
"css": "--v-color-always-white",
|
|
9192
|
+
"type": "color",
|
|
9193
|
+
"variant": "white",
|
|
9194
|
+
"category": "always",
|
|
9211
9195
|
"meta": {
|
|
9212
|
-
"description": "
|
|
9196
|
+
"description": "Always white regardless of color mode."
|
|
9213
9197
|
},
|
|
9214
|
-
"value":
|
|
9198
|
+
"value": [
|
|
9199
|
+
"#ffffff"
|
|
9200
|
+
]
|
|
9215
9201
|
},
|
|
9216
9202
|
{
|
|
9217
|
-
"css": "--v-
|
|
9218
|
-
"type": "
|
|
9219
|
-
"
|
|
9203
|
+
"css": "--v-color-background-feedback-gray",
|
|
9204
|
+
"type": "color",
|
|
9205
|
+
"property": "background",
|
|
9206
|
+
"variant": "gray",
|
|
9207
|
+
"category": "feedback",
|
|
9220
9208
|
"meta": {
|
|
9221
|
-
"description": "
|
|
9209
|
+
"description": "Use as a background color to indicate informational messages."
|
|
9222
9210
|
},
|
|
9223
|
-
"value":
|
|
9211
|
+
"value": [
|
|
9212
|
+
"#f5f5f5",
|
|
9213
|
+
"#2e2e2e"
|
|
9214
|
+
]
|
|
9224
9215
|
},
|
|
9225
9216
|
{
|
|
9226
|
-
"css": "--v-
|
|
9227
|
-
"type": "
|
|
9228
|
-
"
|
|
9217
|
+
"css": "--v-color-background-feedback-green",
|
|
9218
|
+
"type": "color",
|
|
9219
|
+
"property": "background",
|
|
9220
|
+
"variant": "green",
|
|
9221
|
+
"category": "feedback",
|
|
9229
9222
|
"meta": {
|
|
9230
|
-
"description": "
|
|
9223
|
+
"description": "Use as a background color to highlight successful and positive states."
|
|
9231
9224
|
},
|
|
9232
|
-
"value":
|
|
9225
|
+
"value": [
|
|
9226
|
+
"#d7f9df",
|
|
9227
|
+
"#02310c"
|
|
9228
|
+
]
|
|
9233
9229
|
},
|
|
9234
9230
|
{
|
|
9235
|
-
"css": "--v-
|
|
9236
|
-
"type": "
|
|
9237
|
-
"
|
|
9231
|
+
"css": "--v-color-background-feedback-orange",
|
|
9232
|
+
"type": "color",
|
|
9233
|
+
"property": "background",
|
|
9234
|
+
"variant": "orange",
|
|
9235
|
+
"category": "feedback",
|
|
9238
9236
|
"meta": {
|
|
9239
|
-
"description": "
|
|
9237
|
+
"description": "Use as a background color to highlight warnings, invalid or missing data, and states that require caution."
|
|
9240
9238
|
},
|
|
9241
|
-
"value":
|
|
9239
|
+
"value": [
|
|
9240
|
+
"#ffe8d1",
|
|
9241
|
+
"#522900"
|
|
9242
|
+
]
|
|
9242
9243
|
},
|
|
9243
9244
|
{
|
|
9244
|
-
"css": "--v-
|
|
9245
|
-
"type": "
|
|
9246
|
-
"
|
|
9245
|
+
"css": "--v-color-background-feedback-red",
|
|
9246
|
+
"type": "color",
|
|
9247
|
+
"property": "background",
|
|
9248
|
+
"variant": "red",
|
|
9249
|
+
"category": "feedback",
|
|
9247
9250
|
"meta": {
|
|
9248
|
-
"description": "
|
|
9251
|
+
"description": "Use as a background color to highlight errors, invalid data, and destructive states."
|
|
9249
9252
|
},
|
|
9250
|
-
"value":
|
|
9253
|
+
"value": [
|
|
9254
|
+
"#fce5e3",
|
|
9255
|
+
"#4a0d07"
|
|
9256
|
+
]
|
|
9251
9257
|
},
|
|
9252
9258
|
{
|
|
9253
|
-
"css": "--v-
|
|
9254
|
-
"type": "
|
|
9255
|
-
"
|
|
9259
|
+
"css": "--v-color-background-primary",
|
|
9260
|
+
"type": "color",
|
|
9261
|
+
"property": "background",
|
|
9262
|
+
"variant": "primary",
|
|
9256
9263
|
"meta": {
|
|
9257
|
-
"description": "
|
|
9264
|
+
"description": "Use as a primary background color."
|
|
9258
9265
|
},
|
|
9259
|
-
"value":
|
|
9266
|
+
"value": [
|
|
9267
|
+
"#ffffff",
|
|
9268
|
+
"#141414"
|
|
9269
|
+
]
|
|
9260
9270
|
},
|
|
9261
9271
|
{
|
|
9262
|
-
"css": "--v-
|
|
9263
|
-
"type": "
|
|
9264
|
-
"
|
|
9272
|
+
"css": "--v-color-background-secondary",
|
|
9273
|
+
"type": "color",
|
|
9274
|
+
"property": "background",
|
|
9275
|
+
"variant": "secondary",
|
|
9265
9276
|
"meta": {
|
|
9266
|
-
"description": "
|
|
9277
|
+
"description": "Use as a secondary background color for elevated sections."
|
|
9267
9278
|
},
|
|
9268
|
-
"value":
|
|
9279
|
+
"value": [
|
|
9280
|
+
"#fafafa",
|
|
9281
|
+
"#1f1f1f"
|
|
9282
|
+
]
|
|
9269
9283
|
},
|
|
9270
9284
|
{
|
|
9271
|
-
"css": "--v-
|
|
9272
|
-
"type": "
|
|
9273
|
-
"
|
|
9285
|
+
"css": "--v-color-foreground-accent-blue",
|
|
9286
|
+
"type": "color",
|
|
9287
|
+
"property": "foreground",
|
|
9288
|
+
"variant": "blue",
|
|
9289
|
+
"category": "accent",
|
|
9274
9290
|
"meta": {
|
|
9275
|
-
"
|
|
9276
|
-
"description": "Fluid spacing between 64px-96px."
|
|
9291
|
+
"description": "For use in links and as a border in emphasized selected states."
|
|
9277
9292
|
},
|
|
9278
|
-
"value":
|
|
9293
|
+
"value": [
|
|
9294
|
+
"#1c6eba",
|
|
9295
|
+
"#378fe1"
|
|
9296
|
+
]
|
|
9279
9297
|
},
|
|
9280
9298
|
{
|
|
9281
|
-
"css": "--v-
|
|
9282
|
-
"type": "
|
|
9283
|
-
"
|
|
9299
|
+
"css": "--v-color-foreground-feedback-green",
|
|
9300
|
+
"type": "color",
|
|
9301
|
+
"property": "foreground",
|
|
9302
|
+
"variant": "green",
|
|
9303
|
+
"category": "feedback",
|
|
9284
9304
|
"meta": {
|
|
9285
|
-
"
|
|
9286
|
-
"description": "Fluid spacing between 48px-64px."
|
|
9305
|
+
"description": "Use as a foreground or border color to highlight successful states and positive actions."
|
|
9287
9306
|
},
|
|
9288
|
-
"value":
|
|
9307
|
+
"value": [
|
|
9308
|
+
"#04771d",
|
|
9309
|
+
"#07ca31"
|
|
9310
|
+
]
|
|
9289
9311
|
},
|
|
9290
9312
|
{
|
|
9291
|
-
"css": "--v-
|
|
9292
|
-
"type": "
|
|
9293
|
-
"
|
|
9313
|
+
"css": "--v-color-foreground-feedback-orange",
|
|
9314
|
+
"type": "color",
|
|
9315
|
+
"property": "foreground",
|
|
9316
|
+
"variant": "orange",
|
|
9317
|
+
"category": "feedback",
|
|
9294
9318
|
"meta": {
|
|
9295
|
-
"
|
|
9296
|
-
"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."
|
|
9297
9320
|
},
|
|
9298
|
-
"value":
|
|
9321
|
+
"value": [
|
|
9322
|
+
"#ce6700",
|
|
9323
|
+
"#ff9933"
|
|
9324
|
+
]
|
|
9299
9325
|
},
|
|
9300
9326
|
{
|
|
9301
|
-
"css": "--v-
|
|
9302
|
-
"type": "
|
|
9303
|
-
"
|
|
9327
|
+
"css": "--v-color-foreground-feedback-red",
|
|
9328
|
+
"type": "color",
|
|
9329
|
+
"property": "foreground",
|
|
9330
|
+
"variant": "red",
|
|
9331
|
+
"category": "feedback",
|
|
9304
9332
|
"meta": {
|
|
9305
|
-
"
|
|
9306
|
-
"property": "margin,padding",
|
|
9307
|
-
"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."
|
|
9308
9334
|
},
|
|
9309
|
-
"value":
|
|
9335
|
+
"value": [
|
|
9336
|
+
"#cd2314",
|
|
9337
|
+
"#ef6658"
|
|
9338
|
+
]
|
|
9310
9339
|
},
|
|
9311
9340
|
{
|
|
9312
|
-
"css": "--v-
|
|
9313
|
-
"type": "
|
|
9314
|
-
"
|
|
9341
|
+
"css": "--v-color-foreground-inverted",
|
|
9342
|
+
"type": "color",
|
|
9343
|
+
"property": "foreground",
|
|
9344
|
+
"variant": "inverted",
|
|
9315
9345
|
"meta": {
|
|
9316
|
-
"
|
|
9317
|
-
"property": "gap",
|
|
9318
|
-
"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."
|
|
9319
9347
|
},
|
|
9320
|
-
"value":
|
|
9348
|
+
"value": [
|
|
9349
|
+
"#ffffff",
|
|
9350
|
+
"#0a0a0a"
|
|
9351
|
+
]
|
|
9321
9352
|
},
|
|
9322
9353
|
{
|
|
9323
|
-
"css": "--v-
|
|
9324
|
-
"type": "
|
|
9325
|
-
"
|
|
9354
|
+
"css": "--v-color-foreground-primary",
|
|
9355
|
+
"type": "color",
|
|
9356
|
+
"property": "foreground",
|
|
9357
|
+
"variant": "primary",
|
|
9326
9358
|
"meta": {
|
|
9327
|
-
"description": "
|
|
9359
|
+
"description": "Use for primary text, icons and borders."
|
|
9328
9360
|
},
|
|
9329
|
-
"value":
|
|
9361
|
+
"value": [
|
|
9362
|
+
"#0a0a0a",
|
|
9363
|
+
"#ffffff"
|
|
9364
|
+
]
|
|
9330
9365
|
},
|
|
9331
9366
|
{
|
|
9332
|
-
"css": "--v-
|
|
9333
|
-
"type": "
|
|
9334
|
-
"
|
|
9367
|
+
"css": "--v-color-foreground-secondary",
|
|
9368
|
+
"type": "color",
|
|
9369
|
+
"property": "foreground",
|
|
9370
|
+
"variant": "secondary",
|
|
9335
9371
|
"meta": {
|
|
9336
|
-
"description": "
|
|
9372
|
+
"description": "Use for secondary text, icons and borders."
|
|
9337
9373
|
},
|
|
9338
|
-
"value":
|
|
9374
|
+
"value": [
|
|
9375
|
+
"#616161",
|
|
9376
|
+
"#bababa"
|
|
9377
|
+
]
|
|
9339
9378
|
},
|
|
9340
9379
|
{
|
|
9341
|
-
"css": "--v-
|
|
9342
|
-
"type": "
|
|
9343
|
-
"
|
|
9380
|
+
"css": "--v-color-foreground-tertiary",
|
|
9381
|
+
"type": "color",
|
|
9382
|
+
"property": "foreground",
|
|
9383
|
+
"variant": "tertiary",
|
|
9344
9384
|
"meta": {
|
|
9345
|
-
"description": "The
|
|
9385
|
+
"description": "The lightest possible foreground color acceptable for UI fills. Should not be used for body text."
|
|
9346
9386
|
},
|
|
9347
|
-
"value":
|
|
9348
|
-
|
|
9387
|
+
"value": [
|
|
9388
|
+
"#838383"
|
|
9389
|
+
]
|
|
9390
|
+
},
|
|
9349
9391
|
{
|
|
9350
|
-
"css": "--v-
|
|
9351
|
-
"type": "
|
|
9352
|
-
"
|
|
9392
|
+
"css": "--v-color-ornament-primary",
|
|
9393
|
+
"type": "color",
|
|
9394
|
+
"property": "ornament",
|
|
9395
|
+
"variant": "primary",
|
|
9353
9396
|
"meta": {
|
|
9354
|
-
"description": "
|
|
9397
|
+
"description": "Use for strokes or dividers to visually group or separate elements."
|
|
9355
9398
|
},
|
|
9356
|
-
"value":
|
|
9399
|
+
"value": [
|
|
9400
|
+
"rgb(0 0 0 / 12%)",
|
|
9401
|
+
"rgb(255 255 255 / 12%)"
|
|
9402
|
+
]
|
|
9357
9403
|
},
|
|
9358
9404
|
{
|
|
9359
|
-
"css": "--v-
|
|
9360
|
-
"type": "
|
|
9361
|
-
"
|
|
9405
|
+
"css": "--v-color-ornament-scrim",
|
|
9406
|
+
"type": "color",
|
|
9407
|
+
"property": "ornament",
|
|
9408
|
+
"variant": "scrim",
|
|
9362
9409
|
"meta": {
|
|
9363
|
-
"description": "
|
|
9410
|
+
"description": "Used as a backdrop that usually sits behind a Side sheet or Dialog component."
|
|
9364
9411
|
},
|
|
9365
|
-
"value":
|
|
9412
|
+
"value": [
|
|
9413
|
+
"rgb(0 0 0 / 64%)"
|
|
9414
|
+
]
|
|
9366
9415
|
},
|
|
9367
9416
|
{
|
|
9368
|
-
"css": "--v-
|
|
9369
|
-
"type": "
|
|
9370
|
-
"
|
|
9417
|
+
"css": "--v-color-state-accent-blue-medium",
|
|
9418
|
+
"type": "color",
|
|
9419
|
+
"property": "state",
|
|
9420
|
+
"scale": "medium",
|
|
9421
|
+
"variant": "blue",
|
|
9422
|
+
"category": "accent",
|
|
9371
9423
|
"meta": {
|
|
9372
|
-
"description": "
|
|
9424
|
+
"description": "Use for state layers with foreground/accent/blue."
|
|
9373
9425
|
},
|
|
9374
|
-
"value":
|
|
9426
|
+
"value": [
|
|
9427
|
+
"rgb(28 110 186 / 12%)",
|
|
9428
|
+
"rgb(31 120 209 / 16%)"
|
|
9429
|
+
]
|
|
9375
9430
|
},
|
|
9376
9431
|
{
|
|
9377
|
-
"css": "--v-
|
|
9378
|
-
"type": "
|
|
9379
|
-
"
|
|
9432
|
+
"css": "--v-color-state-accent-blue-strong",
|
|
9433
|
+
"type": "color",
|
|
9434
|
+
"property": "state",
|
|
9435
|
+
"scale": "strong",
|
|
9436
|
+
"variant": "blue",
|
|
9437
|
+
"category": "accent",
|
|
9380
9438
|
"meta": {
|
|
9381
|
-
"description": "
|
|
9439
|
+
"description": "Use for state layers with foreground/accent/blue."
|
|
9382
9440
|
},
|
|
9383
|
-
"value":
|
|
9441
|
+
"value": [
|
|
9442
|
+
"rgb(28 110 186 / 20%)",
|
|
9443
|
+
"rgb(31 120 209 / 24%)"
|
|
9444
|
+
]
|
|
9384
9445
|
},
|
|
9385
9446
|
{
|
|
9386
|
-
"css": "--v-
|
|
9387
|
-
"type": "
|
|
9388
|
-
"
|
|
9447
|
+
"css": "--v-color-state-accent-blue-subtle",
|
|
9448
|
+
"type": "color",
|
|
9449
|
+
"property": "state",
|
|
9450
|
+
"scale": "subtle",
|
|
9451
|
+
"variant": "blue",
|
|
9452
|
+
"category": "accent",
|
|
9389
9453
|
"meta": {
|
|
9390
|
-
"description": "
|
|
9454
|
+
"description": "Use for state layers with foreground/accent/blue."
|
|
9391
9455
|
},
|
|
9392
|
-
"value":
|
|
9456
|
+
"value": [
|
|
9457
|
+
"rgb(28 110 186 / 4%)",
|
|
9458
|
+
"rgb(31 120 209 / 8%)"
|
|
9459
|
+
]
|
|
9393
9460
|
},
|
|
9394
9461
|
{
|
|
9395
|
-
"css": "--v-
|
|
9396
|
-
"type": "
|
|
9397
|
-
"
|
|
9462
|
+
"css": "--v-color-state-always-black-medium",
|
|
9463
|
+
"type": "color",
|
|
9464
|
+
"property": "state",
|
|
9465
|
+
"scale": "medium",
|
|
9466
|
+
"variant": "black",
|
|
9467
|
+
"category": "always",
|
|
9398
9468
|
"meta": {
|
|
9399
|
-
"description": "
|
|
9469
|
+
"description": "Use for state layers with an always/black foreground color."
|
|
9400
9470
|
},
|
|
9401
|
-
"value":
|
|
9471
|
+
"value": [
|
|
9472
|
+
"rgb(0 0 0 / 12%)",
|
|
9473
|
+
"rgb(0 0 0 / 16%)"
|
|
9474
|
+
]
|
|
9402
9475
|
},
|
|
9403
9476
|
{
|
|
9404
|
-
"css": "--v-
|
|
9405
|
-
"type": "
|
|
9406
|
-
"
|
|
9477
|
+
"css": "--v-color-state-always-black-strong",
|
|
9478
|
+
"type": "color",
|
|
9479
|
+
"property": "state",
|
|
9480
|
+
"scale": "strong",
|
|
9481
|
+
"variant": "black",
|
|
9482
|
+
"category": "always",
|
|
9407
9483
|
"meta": {
|
|
9408
|
-
"description": "
|
|
9484
|
+
"description": "Use for state layers with an always/black foreground color."
|
|
9409
9485
|
},
|
|
9410
|
-
"value":
|
|
9486
|
+
"value": [
|
|
9487
|
+
"rgb(0 0 0 / 20%)",
|
|
9488
|
+
"rgb(0 0 0 / 24%)"
|
|
9489
|
+
]
|
|
9411
9490
|
},
|
|
9412
9491
|
{
|
|
9413
|
-
"css": "--v-
|
|
9414
|
-
"type": "
|
|
9415
|
-
"
|
|
9416
|
-
"
|
|
9417
|
-
"
|
|
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
|
+
]
|
|
9418
9505
|
},
|
|
9419
9506
|
{
|
|
9420
|
-
"css": "--v-
|
|
9421
|
-
"type": "
|
|
9422
|
-
"
|
|
9423
|
-
"
|
|
9424
|
-
"
|
|
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
|
+
]
|
|
9425
9520
|
},
|
|
9426
9521
|
{
|
|
9427
|
-
"css": "--v-
|
|
9428
|
-
"type": "
|
|
9429
|
-
"
|
|
9430
|
-
"
|
|
9431
|
-
"
|
|
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
|
+
]
|
|
9432
9535
|
},
|
|
9433
9536
|
{
|
|
9434
|
-
"css": "--v-
|
|
9435
|
-
"type": "
|
|
9436
|
-
"
|
|
9437
|
-
"
|
|
9438
|
-
"
|
|
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
|
+
]
|
|
9439
9550
|
},
|
|
9440
9551
|
{
|
|
9441
|
-
"css": "--v-
|
|
9442
|
-
"type": "
|
|
9443
|
-
"
|
|
9444
|
-
"
|
|
9445
|
-
"
|
|
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
|
+
]
|
|
9446
9565
|
},
|
|
9447
9566
|
{
|
|
9448
|
-
"css": "--v-
|
|
9449
|
-
"type": "
|
|
9450
|
-
"
|
|
9451
|
-
"
|
|
9452
|
-
"
|
|
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
|
+
]
|
|
9453
9580
|
},
|
|
9454
9581
|
{
|
|
9455
|
-
"css": "--v-
|
|
9456
|
-
"type": "
|
|
9457
|
-
"
|
|
9458
|
-
"
|
|
9459
|
-
"
|
|
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
|
+
]
|
|
9460
9595
|
},
|
|
9461
9596
|
{
|
|
9462
|
-
"css": "--v-
|
|
9463
|
-
"type": "
|
|
9464
|
-
"
|
|
9465
|
-
"
|
|
9466
|
-
"
|
|
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
|
+
]
|
|
9467
9609
|
},
|
|
9468
9610
|
{
|
|
9469
|
-
"css": "--v-
|
|
9470
|
-
"type": "
|
|
9471
|
-
"
|
|
9472
|
-
"
|
|
9473
|
-
"
|
|
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
|
+
]
|
|
9474
9623
|
},
|
|
9475
9624
|
{
|
|
9476
|
-
"css": "--v-
|
|
9477
|
-
"type": "
|
|
9478
|
-
"
|
|
9479
|
-
"
|
|
9480
|
-
"
|
|
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
|
+
]
|
|
9481
9637
|
},
|
|
9482
9638
|
{
|
|
9483
|
-
"css": "--v-
|
|
9484
|
-
"type": "
|
|
9485
|
-
"
|
|
9486
|
-
"
|
|
9487
|
-
"
|
|
9639
|
+
"css": "--v-color-state-primary-medium",
|
|
9640
|
+
"type": "color",
|
|
9641
|
+
"property": "state",
|
|
9642
|
+
"scale": "medium",
|
|
9643
|
+
"variant": "primary",
|
|
9644
|
+
"meta": {
|
|
9645
|
+
"description": "Use for state layers with foreground/primary."
|
|
9646
|
+
},
|
|
9647
|
+
"value": [
|
|
9648
|
+
"rgb(0 0 0 / 12%)",
|
|
9649
|
+
"rgb(255 255 255 / 16%)"
|
|
9650
|
+
]
|
|
9488
9651
|
},
|
|
9489
9652
|
{
|
|
9490
|
-
"css": "--v-
|
|
9491
|
-
"type": "
|
|
9492
|
-
"
|
|
9653
|
+
"css": "--v-color-state-primary-strong",
|
|
9654
|
+
"type": "color",
|
|
9655
|
+
"property": "state",
|
|
9656
|
+
"scale": "strong",
|
|
9657
|
+
"variant": "primary",
|
|
9493
9658
|
"meta": {
|
|
9494
|
-
"description": "
|
|
9659
|
+
"description": "Use for state layers with foreground/primary."
|
|
9495
9660
|
},
|
|
9496
|
-
"value":
|
|
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
|
+
]
|
|
9497
9748
|
},
|
|
9498
9749
|
{
|
|
9499
9750
|
"css": "--v-font-sans-family",
|
|
@@ -10036,575 +10287,326 @@
|
|
|
10036
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)"
|
|
10037
10288
|
},
|
|
10038
10289
|
{
|
|
10039
|
-
"css": "--v-
|
|
10040
|
-
"type": "
|
|
10041
|
-
"variant": "
|
|
10042
|
-
"category": "always",
|
|
10290
|
+
"css": "--v-space-2",
|
|
10291
|
+
"type": "space",
|
|
10292
|
+
"variant": "2",
|
|
10043
10293
|
"meta": {
|
|
10044
|
-
"
|
|
10294
|
+
"property": "margin,padding",
|
|
10295
|
+
"description": "Fixed 2px spacing"
|
|
10045
10296
|
},
|
|
10046
|
-
"value":
|
|
10047
|
-
"#000000"
|
|
10048
|
-
]
|
|
10297
|
+
"value": "0.125rem"
|
|
10049
10298
|
},
|
|
10050
10299
|
{
|
|
10051
|
-
"css": "--v-
|
|
10052
|
-
"type": "
|
|
10053
|
-
"variant": "
|
|
10054
|
-
"category": "always",
|
|
10300
|
+
"css": "--v-space-4",
|
|
10301
|
+
"type": "space",
|
|
10302
|
+
"variant": "4",
|
|
10055
10303
|
"meta": {
|
|
10056
|
-
"description": "
|
|
10304
|
+
"description": "Fixed 4px spacing"
|
|
10057
10305
|
},
|
|
10058
|
-
"value":
|
|
10059
|
-
"#ffffff"
|
|
10060
|
-
]
|
|
10306
|
+
"value": "0.25rem"
|
|
10061
10307
|
},
|
|
10062
10308
|
{
|
|
10063
|
-
"css": "--v-
|
|
10064
|
-
"type": "
|
|
10065
|
-
"
|
|
10066
|
-
"variant": "gray",
|
|
10067
|
-
"category": "feedback",
|
|
10309
|
+
"css": "--v-space-8",
|
|
10310
|
+
"type": "space",
|
|
10311
|
+
"variant": "8",
|
|
10068
10312
|
"meta": {
|
|
10069
|
-
"description": "
|
|
10313
|
+
"description": "Fixed 8px spacing"
|
|
10070
10314
|
},
|
|
10071
|
-
"value":
|
|
10072
|
-
"#f5f5f5",
|
|
10073
|
-
"#2e2e2e"
|
|
10074
|
-
]
|
|
10315
|
+
"value": "0.5rem"
|
|
10075
10316
|
},
|
|
10076
10317
|
{
|
|
10077
|
-
"css": "--v-
|
|
10078
|
-
"type": "
|
|
10079
|
-
"
|
|
10080
|
-
"variant": "green",
|
|
10081
|
-
"category": "feedback",
|
|
10318
|
+
"css": "--v-space-16",
|
|
10319
|
+
"type": "space",
|
|
10320
|
+
"variant": "16",
|
|
10082
10321
|
"meta": {
|
|
10083
|
-
"description": "
|
|
10322
|
+
"description": "Fixed 16px spacing"
|
|
10084
10323
|
},
|
|
10085
|
-
"value":
|
|
10086
|
-
"#d7f9df",
|
|
10087
|
-
"#02310c"
|
|
10088
|
-
]
|
|
10324
|
+
"value": "1rem"
|
|
10089
10325
|
},
|
|
10090
10326
|
{
|
|
10091
|
-
"css": "--v-
|
|
10092
|
-
"type": "
|
|
10093
|
-
"
|
|
10094
|
-
"variant": "orange",
|
|
10095
|
-
"category": "feedback",
|
|
10327
|
+
"css": "--v-space-24",
|
|
10328
|
+
"type": "space",
|
|
10329
|
+
"variant": "24",
|
|
10096
10330
|
"meta": {
|
|
10097
|
-
"description": "
|
|
10331
|
+
"description": "Fixed 24px spacing"
|
|
10098
10332
|
},
|
|
10099
|
-
"value":
|
|
10100
|
-
"#ffe8d1",
|
|
10101
|
-
"#522900"
|
|
10102
|
-
]
|
|
10333
|
+
"value": "1.5rem"
|
|
10103
10334
|
},
|
|
10104
10335
|
{
|
|
10105
|
-
"css": "--v-
|
|
10106
|
-
"type": "
|
|
10107
|
-
"
|
|
10108
|
-
"variant": "red",
|
|
10109
|
-
"category": "feedback",
|
|
10336
|
+
"css": "--v-space-32",
|
|
10337
|
+
"type": "space",
|
|
10338
|
+
"variant": "32",
|
|
10110
10339
|
"meta": {
|
|
10111
|
-
"description": "
|
|
10340
|
+
"description": "Fixed 32px spacing"
|
|
10112
10341
|
},
|
|
10113
|
-
"value":
|
|
10114
|
-
"#fce5e3",
|
|
10115
|
-
"#4a0d07"
|
|
10116
|
-
]
|
|
10342
|
+
"value": "2rem"
|
|
10117
10343
|
},
|
|
10118
10344
|
{
|
|
10119
|
-
"css": "--v-
|
|
10120
|
-
"type": "
|
|
10121
|
-
"
|
|
10122
|
-
"variant": "primary",
|
|
10345
|
+
"css": "--v-space-48",
|
|
10346
|
+
"type": "space",
|
|
10347
|
+
"variant": "48",
|
|
10123
10348
|
"meta": {
|
|
10124
|
-
"description": "
|
|
10349
|
+
"description": "Fixed 48px spacing"
|
|
10125
10350
|
},
|
|
10126
|
-
"value":
|
|
10127
|
-
"#ffffff",
|
|
10128
|
-
"#141414"
|
|
10129
|
-
]
|
|
10351
|
+
"value": "3rem"
|
|
10130
10352
|
},
|
|
10131
10353
|
{
|
|
10132
|
-
"css": "--v-
|
|
10133
|
-
"type": "
|
|
10134
|
-
"
|
|
10135
|
-
"variant": "secondary",
|
|
10354
|
+
"css": "--v-space-64",
|
|
10355
|
+
"type": "space",
|
|
10356
|
+
"variant": "64",
|
|
10136
10357
|
"meta": {
|
|
10137
|
-
"description": "
|
|
10358
|
+
"description": "Fixed 64px spacing"
|
|
10138
10359
|
},
|
|
10139
|
-
"value":
|
|
10140
|
-
"#fafafa",
|
|
10141
|
-
"#1f1f1f"
|
|
10142
|
-
]
|
|
10360
|
+
"value": "4rem"
|
|
10143
10361
|
},
|
|
10144
10362
|
{
|
|
10145
|
-
"css": "--v-
|
|
10146
|
-
"type": "
|
|
10147
|
-
"
|
|
10148
|
-
"variant": "blue",
|
|
10149
|
-
"category": "accent",
|
|
10363
|
+
"css": "--v-space-l",
|
|
10364
|
+
"type": "space",
|
|
10365
|
+
"variant": "l",
|
|
10150
10366
|
"meta": {
|
|
10151
|
-
"
|
|
10367
|
+
"direction": "vertical",
|
|
10368
|
+
"description": "Fluid spacing between 64px-96px."
|
|
10152
10369
|
},
|
|
10153
|
-
"value":
|
|
10154
|
-
"#1c6eba",
|
|
10155
|
-
"#378fe1"
|
|
10156
|
-
]
|
|
10370
|
+
"value": "clamp(4rem, 4vw + 2.8rem, 6rem)"
|
|
10157
10371
|
},
|
|
10158
10372
|
{
|
|
10159
|
-
"css": "--v-
|
|
10160
|
-
"type": "
|
|
10161
|
-
"
|
|
10162
|
-
"variant": "green",
|
|
10163
|
-
"category": "feedback",
|
|
10373
|
+
"css": "--v-space-m",
|
|
10374
|
+
"type": "space",
|
|
10375
|
+
"variant": "m",
|
|
10164
10376
|
"meta": {
|
|
10165
|
-
"
|
|
10377
|
+
"direction": "vertical",
|
|
10378
|
+
"description": "Fluid spacing between 48px-64px."
|
|
10166
10379
|
},
|
|
10167
|
-
"value":
|
|
10168
|
-
"#04771d",
|
|
10169
|
-
"#07ca31"
|
|
10170
|
-
]
|
|
10380
|
+
"value": "clamp(3rem, 3vw + 2rem, 4rem)"
|
|
10171
10381
|
},
|
|
10172
10382
|
{
|
|
10173
|
-
"css": "--v-
|
|
10174
|
-
"type": "
|
|
10175
|
-
"
|
|
10176
|
-
"variant": "orange",
|
|
10177
|
-
"category": "feedback",
|
|
10383
|
+
"css": "--v-space-s",
|
|
10384
|
+
"type": "space",
|
|
10385
|
+
"variant": "s",
|
|
10178
10386
|
"meta": {
|
|
10179
|
-
"
|
|
10387
|
+
"direction": "vertical",
|
|
10388
|
+
"description": "Fluid spacing between 32px-48px."
|
|
10180
10389
|
},
|
|
10181
|
-
"value":
|
|
10182
|
-
"#ce6700",
|
|
10183
|
-
"#ff9933"
|
|
10184
|
-
]
|
|
10390
|
+
"value": "clamp(2rem, 3vw + 1rem, 3rem)"
|
|
10185
10391
|
},
|
|
10186
10392
|
{
|
|
10187
|
-
"css": "--v-
|
|
10188
|
-
"type": "
|
|
10189
|
-
"
|
|
10190
|
-
"variant": "red",
|
|
10191
|
-
"category": "feedback",
|
|
10393
|
+
"css": "--v-space-pagemargin",
|
|
10394
|
+
"type": "space",
|
|
10395
|
+
"variant": "pagemargin",
|
|
10192
10396
|
"meta": {
|
|
10193
|
-
"
|
|
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"
|
|
10194
10400
|
},
|
|
10195
|
-
"value":
|
|
10196
|
-
"#cd2314",
|
|
10197
|
-
"#ef6658"
|
|
10198
|
-
]
|
|
10401
|
+
"value": "clamp(var(--_pagemargin-min), 22vw - 16.3rem, 8rem)"
|
|
10199
10402
|
},
|
|
10200
10403
|
{
|
|
10201
|
-
"css": "--v-
|
|
10202
|
-
"type": "
|
|
10203
|
-
"
|
|
10204
|
-
"variant": "inverted",
|
|
10404
|
+
"css": "--v-space-gutter",
|
|
10405
|
+
"type": "space",
|
|
10406
|
+
"variant": "gutter",
|
|
10205
10407
|
"meta": {
|
|
10206
|
-
"
|
|
10408
|
+
"direction": "horizontal",
|
|
10409
|
+
"property": "gap",
|
|
10410
|
+
"description": "The horizontal gap between grid columns. Fluid between 16px-24px."
|
|
10207
10411
|
},
|
|
10208
|
-
"value":
|
|
10209
|
-
"#ffffff",
|
|
10210
|
-
"#0a0a0a"
|
|
10211
|
-
]
|
|
10412
|
+
"value": "clamp(1rem, 2.6vw + 0.3rem, 1.5rem)"
|
|
10212
10413
|
},
|
|
10213
10414
|
{
|
|
10214
|
-
"css": "--v-
|
|
10215
|
-
"type": "
|
|
10216
|
-
"
|
|
10217
|
-
"variant": "primary",
|
|
10415
|
+
"css": "--v-size-grid-column",
|
|
10416
|
+
"type": "size",
|
|
10417
|
+
"variant": "column",
|
|
10218
10418
|
"meta": {
|
|
10219
|
-
"description": "
|
|
10419
|
+
"description": "The width of a single grid column."
|
|
10220
10420
|
},
|
|
10221
|
-
"value":
|
|
10222
|
-
"#0a0a0a",
|
|
10223
|
-
"#ffffff"
|
|
10224
|
-
]
|
|
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 )"
|
|
10225
10422
|
},
|
|
10226
10423
|
{
|
|
10227
|
-
"css": "--v-
|
|
10228
|
-
"type": "
|
|
10229
|
-
"
|
|
10230
|
-
"variant": "secondary",
|
|
10424
|
+
"css": "--v-size-grid-maxwidth",
|
|
10425
|
+
"type": "size",
|
|
10426
|
+
"variant": "maxwidth",
|
|
10231
10427
|
"meta": {
|
|
10232
|
-
"description": "
|
|
10428
|
+
"description": "The maximum width of the 12 column grid."
|
|
10233
10429
|
},
|
|
10234
|
-
"value":
|
|
10235
|
-
"#616161",
|
|
10236
|
-
"#bababa"
|
|
10237
|
-
]
|
|
10430
|
+
"value": "min(81rem, 100vw - var(--_pagemargin-min) * 2)"
|
|
10238
10431
|
},
|
|
10239
10432
|
{
|
|
10240
|
-
"css": "--v-
|
|
10241
|
-
"type": "
|
|
10242
|
-
"
|
|
10243
|
-
"variant": "tertiary",
|
|
10433
|
+
"css": "--v-size-pagemax",
|
|
10434
|
+
"type": "size",
|
|
10435
|
+
"variant": "pagemax",
|
|
10244
10436
|
"meta": {
|
|
10245
|
-
"description": "The
|
|
10437
|
+
"description": "The maximum width a page is allowed to grow to."
|
|
10246
10438
|
},
|
|
10247
|
-
"value":
|
|
10248
|
-
"#838383"
|
|
10249
|
-
]
|
|
10439
|
+
"value": "min(160rem, 100vw)"
|
|
10250
10440
|
},
|
|
10251
10441
|
{
|
|
10252
|
-
"css": "--v-
|
|
10253
|
-
"type": "
|
|
10254
|
-
"
|
|
10255
|
-
"variant": "primary",
|
|
10442
|
+
"css": "--v-size-grid-xs",
|
|
10443
|
+
"type": "size",
|
|
10444
|
+
"variant": "xs",
|
|
10256
10445
|
"meta": {
|
|
10257
|
-
"description": "
|
|
10446
|
+
"description": "Width based on the colspan of the grid for the current viewport size (4 / 6 / 4)"
|
|
10258
10447
|
},
|
|
10259
|
-
"value":
|
|
10260
|
-
"rgb(0 0 0 / 12%)",
|
|
10261
|
-
"rgb(255 255 255 / 12%)"
|
|
10262
|
-
]
|
|
10448
|
+
"value": "calc(\n (var(--v-size-grid-column) * var(--_xs-cols)) +\n var(--v-space-gutter) *\n (var(--_xs-cols) - 1)\n )"
|
|
10263
10449
|
},
|
|
10264
10450
|
{
|
|
10265
|
-
"css": "--v-
|
|
10266
|
-
"type": "
|
|
10267
|
-
"
|
|
10268
|
-
"variant": "scrim",
|
|
10451
|
+
"css": "--v-size-grid-sm",
|
|
10452
|
+
"type": "size",
|
|
10453
|
+
"variant": "sm",
|
|
10269
10454
|
"meta": {
|
|
10270
|
-
"description": "
|
|
10455
|
+
"description": "Width based on the colspan of the grid for the current viewport size (6 / 8 / 6)"
|
|
10271
10456
|
},
|
|
10272
|
-
"value":
|
|
10273
|
-
"rgb(0 0 0 / 64%)"
|
|
10274
|
-
]
|
|
10457
|
+
"value": "calc(\n (var(--v-size-grid-column) * var(--_sm-cols)) +\n var(--v-space-gutter) *\n (var(--_sm-cols) - 1)\n )"
|
|
10275
10458
|
},
|
|
10276
10459
|
{
|
|
10277
|
-
"css": "--v-
|
|
10278
|
-
"type": "
|
|
10279
|
-
"
|
|
10280
|
-
"scale": "medium",
|
|
10281
|
-
"variant": "blue",
|
|
10282
|
-
"category": "accent",
|
|
10460
|
+
"css": "--v-size-grid-md",
|
|
10461
|
+
"type": "size",
|
|
10462
|
+
"variant": "md",
|
|
10283
10463
|
"meta": {
|
|
10284
|
-
"description": "
|
|
10464
|
+
"description": "Width based on the colspan of the grid for the current viewport size (8 / 10 / 8)"
|
|
10285
10465
|
},
|
|
10286
|
-
"value":
|
|
10287
|
-
"rgb(28 110 186 / 12%)",
|
|
10288
|
-
"rgb(31 120 209 / 16%)"
|
|
10289
|
-
]
|
|
10466
|
+
"value": "calc(\n (var(--v-size-grid-column) * var(--_md-cols)) +\n var(--v-space-gutter) *\n (var(--_md-cols) - 1)\n )"
|
|
10290
10467
|
},
|
|
10291
10468
|
{
|
|
10292
|
-
"css": "--v-
|
|
10293
|
-
"type": "
|
|
10294
|
-
"
|
|
10295
|
-
"scale": "strong",
|
|
10296
|
-
"variant": "blue",
|
|
10297
|
-
"category": "accent",
|
|
10469
|
+
"css": "--v-size-grid-lg",
|
|
10470
|
+
"type": "size",
|
|
10471
|
+
"variant": "lg",
|
|
10298
10472
|
"meta": {
|
|
10299
|
-
"description": "
|
|
10473
|
+
"description": "Width based on the colspan of the grid for the current viewport size (8 / 10 / 12)"
|
|
10300
10474
|
},
|
|
10301
|
-
"value":
|
|
10302
|
-
"rgb(28 110 186 / 20%)",
|
|
10303
|
-
"rgb(31 120 209 / 24%)"
|
|
10304
|
-
]
|
|
10475
|
+
"value": "calc(\n (var(--v-size-grid-column) * var(--_lg-cols)) +\n var(--v-space-gutter) *\n (var(--_lg-cols) - 1)\n )"
|
|
10305
10476
|
},
|
|
10306
10477
|
{
|
|
10307
|
-
"css": "--v-
|
|
10308
|
-
"type": "
|
|
10309
|
-
"
|
|
10310
|
-
"scale": "subtle",
|
|
10311
|
-
"variant": "blue",
|
|
10312
|
-
"category": "accent",
|
|
10478
|
+
"css": "--v-size-grid-xl",
|
|
10479
|
+
"type": "size",
|
|
10480
|
+
"variant": "xl",
|
|
10313
10481
|
"meta": {
|
|
10314
|
-
"description": "
|
|
10482
|
+
"description": "Width based on the colspan of the grid for the current viewport size (8 / 12 / 12)"
|
|
10315
10483
|
},
|
|
10316
|
-
"value":
|
|
10317
|
-
"rgb(28 110 186 / 4%)",
|
|
10318
|
-
"rgb(31 120 209 / 8%)"
|
|
10319
|
-
]
|
|
10484
|
+
"value": "calc(\n (var(--v-size-grid-column) * var(--_xl-cols)) +\n var(--v-space-gutter) *\n (var(--_xl-cols) - 1)\n )"
|
|
10320
10485
|
},
|
|
10321
10486
|
{
|
|
10322
|
-
"css": "--v-
|
|
10323
|
-
"type": "
|
|
10324
|
-
"
|
|
10325
|
-
"scale": "medium",
|
|
10326
|
-
"variant": "black",
|
|
10327
|
-
"category": "always",
|
|
10487
|
+
"css": "--v-size-grid-max",
|
|
10488
|
+
"type": "size",
|
|
10489
|
+
"variant": "max",
|
|
10328
10490
|
"meta": {
|
|
10329
|
-
"description": "
|
|
10491
|
+
"description": "Width based on the maximum extent of a `max` container"
|
|
10330
10492
|
},
|
|
10331
|
-
"value":
|
|
10332
|
-
"rgb(0 0 0 / 12%)",
|
|
10333
|
-
"rgb(0 0 0 / 16%)"
|
|
10334
|
-
]
|
|
10493
|
+
"value": "min(\n (100vw - var(--v-space-pagemargin) * 2) +\n var(--_outer-margin, 0rem),\n 160rem\n )"
|
|
10335
10494
|
},
|
|
10336
10495
|
{
|
|
10337
|
-
"css": "--v-
|
|
10338
|
-
"type": "
|
|
10339
|
-
"
|
|
10340
|
-
"scale": "strong",
|
|
10341
|
-
"variant": "black",
|
|
10342
|
-
"category": "always",
|
|
10496
|
+
"css": "--v-size-contentmax",
|
|
10497
|
+
"type": "size",
|
|
10498
|
+
"variant": "contentmax",
|
|
10343
10499
|
"meta": {
|
|
10344
|
-
"description": "
|
|
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"
|
|
10345
10501
|
},
|
|
10346
|
-
"value":
|
|
10347
|
-
"rgb(0 0 0 / 20%)",
|
|
10348
|
-
"rgb(0 0 0 / 24%)"
|
|
10349
|
-
]
|
|
10502
|
+
"value": "70ch"
|
|
10350
10503
|
},
|
|
10351
10504
|
{
|
|
10352
|
-
"css": "--v-
|
|
10353
|
-
"type": "
|
|
10354
|
-
"
|
|
10355
|
-
"
|
|
10356
|
-
"
|
|
10357
|
-
"category": "always",
|
|
10358
|
-
"meta": {
|
|
10359
|
-
"description": "Use for state layers with an always/black foreground color."
|
|
10360
|
-
},
|
|
10361
|
-
"value": [
|
|
10362
|
-
"rgb(0 0 0 / 4%)",
|
|
10363
|
-
"rgb(0 0 0 / 8%)"
|
|
10364
|
-
]
|
|
10505
|
+
"css": "--v-radius-sm",
|
|
10506
|
+
"type": "radius",
|
|
10507
|
+
"variant": "sm",
|
|
10508
|
+
"meta": {},
|
|
10509
|
+
"value": "0.25rem"
|
|
10365
10510
|
},
|
|
10366
10511
|
{
|
|
10367
|
-
"css": "--v-
|
|
10368
|
-
"type": "
|
|
10369
|
-
"
|
|
10370
|
-
"
|
|
10371
|
-
"
|
|
10372
|
-
"category": "always",
|
|
10373
|
-
"meta": {
|
|
10374
|
-
"description": "Use for state layers with an always/white foreground color."
|
|
10375
|
-
},
|
|
10376
|
-
"value": [
|
|
10377
|
-
"rgb(255 255 255 / 12%)",
|
|
10378
|
-
"rgb(255 255 255 / 16%)"
|
|
10379
|
-
]
|
|
10380
|
-
},
|
|
10381
|
-
{
|
|
10382
|
-
"css": "--v-color-state-always-white-strong",
|
|
10383
|
-
"type": "color",
|
|
10384
|
-
"property": "state",
|
|
10385
|
-
"scale": "strong",
|
|
10386
|
-
"variant": "white",
|
|
10387
|
-
"category": "always",
|
|
10388
|
-
"meta": {
|
|
10389
|
-
"description": "Use for state layers with an always/white foreground color."
|
|
10390
|
-
},
|
|
10391
|
-
"value": [
|
|
10392
|
-
"rgb(255 255 255 / 20%)",
|
|
10393
|
-
"rgb(255 255 255 / 24%)"
|
|
10394
|
-
]
|
|
10395
|
-
},
|
|
10396
|
-
{
|
|
10397
|
-
"css": "--v-color-state-always-white-subtle",
|
|
10398
|
-
"type": "color",
|
|
10399
|
-
"property": "state",
|
|
10400
|
-
"scale": "subtle",
|
|
10401
|
-
"variant": "white",
|
|
10402
|
-
"category": "always",
|
|
10403
|
-
"meta": {
|
|
10404
|
-
"description": "Use for state layers with an always/white foreground color."
|
|
10405
|
-
},
|
|
10406
|
-
"value": [
|
|
10407
|
-
"rgb(255 255 255 / 4%)",
|
|
10408
|
-
"rgb(255 255 255 / 8%)"
|
|
10409
|
-
]
|
|
10410
|
-
},
|
|
10411
|
-
{
|
|
10412
|
-
"css": "--v-color-state-feedback-red-medium",
|
|
10413
|
-
"type": "color",
|
|
10414
|
-
"property": "state",
|
|
10415
|
-
"scale": "medium",
|
|
10416
|
-
"variant": "red",
|
|
10417
|
-
"category": "feedback",
|
|
10418
|
-
"meta": {
|
|
10419
|
-
"description": "Use for state layers with foreground/feedback/red."
|
|
10420
|
-
},
|
|
10421
|
-
"value": [
|
|
10422
|
-
"rgb(214 36 21 / 12%)",
|
|
10423
|
-
"rgb(239 102 88 / 16%)"
|
|
10424
|
-
]
|
|
10512
|
+
"css": "--v-radius-md",
|
|
10513
|
+
"type": "radius",
|
|
10514
|
+
"variant": "md",
|
|
10515
|
+
"meta": {},
|
|
10516
|
+
"value": "0.5rem"
|
|
10425
10517
|
},
|
|
10426
10518
|
{
|
|
10427
|
-
"css": "--v-
|
|
10428
|
-
"type": "
|
|
10429
|
-
"
|
|
10430
|
-
"
|
|
10431
|
-
"
|
|
10432
|
-
"category": "feedback",
|
|
10433
|
-
"meta": {
|
|
10434
|
-
"description": "Use for state layers with foreground/feedback/red."
|
|
10435
|
-
},
|
|
10436
|
-
"value": [
|
|
10437
|
-
"rgb(214 36 21 / 20%)",
|
|
10438
|
-
"rgb(239 102 88 / 24%)"
|
|
10439
|
-
]
|
|
10519
|
+
"css": "--v-radius-lg",
|
|
10520
|
+
"type": "radius",
|
|
10521
|
+
"variant": "lg",
|
|
10522
|
+
"meta": {},
|
|
10523
|
+
"value": "1rem"
|
|
10440
10524
|
},
|
|
10441
10525
|
{
|
|
10442
|
-
"css": "--v-
|
|
10443
|
-
"type": "
|
|
10444
|
-
"
|
|
10445
|
-
"
|
|
10446
|
-
"
|
|
10447
|
-
"category": "feedback",
|
|
10448
|
-
"meta": {
|
|
10449
|
-
"description": "Use for state layers with foreground/feedback/red."
|
|
10450
|
-
},
|
|
10451
|
-
"value": [
|
|
10452
|
-
"rgb(214 36 21 / 4%)",
|
|
10453
|
-
"rgb(239 102 88 / 8%)"
|
|
10454
|
-
]
|
|
10526
|
+
"css": "--v-shape-default",
|
|
10527
|
+
"type": "shape",
|
|
10528
|
+
"variant": "default",
|
|
10529
|
+
"meta": {},
|
|
10530
|
+
"value": "var(--v-radius-sm)"
|
|
10455
10531
|
},
|
|
10456
10532
|
{
|
|
10457
|
-
"css": "--v-
|
|
10458
|
-
"type": "
|
|
10459
|
-
"
|
|
10460
|
-
"
|
|
10461
|
-
"
|
|
10462
|
-
"meta": {
|
|
10463
|
-
"description": "Use for state layers with foreground/inverted."
|
|
10464
|
-
},
|
|
10465
|
-
"value": [
|
|
10466
|
-
"rgb(255 255 255 / 12%)",
|
|
10467
|
-
"rgb(0 0 0 / 16%)"
|
|
10468
|
-
]
|
|
10533
|
+
"css": "--v-shape-emphasis",
|
|
10534
|
+
"type": "shape",
|
|
10535
|
+
"variant": "emphasis",
|
|
10536
|
+
"meta": {},
|
|
10537
|
+
"value": "var(--v-radius-sm)"
|
|
10469
10538
|
},
|
|
10470
10539
|
{
|
|
10471
|
-
"css": "--v-
|
|
10472
|
-
"type": "
|
|
10473
|
-
"
|
|
10474
|
-
"
|
|
10475
|
-
"
|
|
10476
|
-
"meta": {
|
|
10477
|
-
"description": "Use for state layers with foreground/inverted."
|
|
10478
|
-
},
|
|
10479
|
-
"value": [
|
|
10480
|
-
"rgb(255 255 255 / 20%)",
|
|
10481
|
-
"rgb(0 0 0 / 24%)"
|
|
10482
|
-
]
|
|
10540
|
+
"css": "--v-radius-full",
|
|
10541
|
+
"type": "radius",
|
|
10542
|
+
"variant": "full",
|
|
10543
|
+
"meta": {},
|
|
10544
|
+
"value": "9999px"
|
|
10483
10545
|
},
|
|
10484
10546
|
{
|
|
10485
|
-
"css": "--v-
|
|
10486
|
-
"type": "
|
|
10487
|
-
"
|
|
10488
|
-
"
|
|
10489
|
-
"
|
|
10490
|
-
"meta": {
|
|
10491
|
-
"description": "Use for state layers with foreground/inverted."
|
|
10492
|
-
},
|
|
10493
|
-
"value": [
|
|
10494
|
-
"rgb(255 255 255 / 4%)",
|
|
10495
|
-
"rgb(0 0 0 / 8%)"
|
|
10496
|
-
]
|
|
10547
|
+
"css": "--v-index-spinner",
|
|
10548
|
+
"type": "index",
|
|
10549
|
+
"variant": "spinner",
|
|
10550
|
+
"meta": {},
|
|
10551
|
+
"value": "30"
|
|
10497
10552
|
},
|
|
10498
10553
|
{
|
|
10499
|
-
"css": "--v-
|
|
10500
|
-
"type": "
|
|
10501
|
-
"
|
|
10502
|
-
"
|
|
10503
|
-
"
|
|
10504
|
-
"meta": {
|
|
10505
|
-
"description": "Use for state layers with foreground/primary."
|
|
10506
|
-
},
|
|
10507
|
-
"value": [
|
|
10508
|
-
"rgb(0 0 0 / 12%)",
|
|
10509
|
-
"rgb(255 255 255 / 16%)"
|
|
10510
|
-
]
|
|
10554
|
+
"css": "--v-index-overlay",
|
|
10555
|
+
"type": "index",
|
|
10556
|
+
"variant": "overlay",
|
|
10557
|
+
"meta": {},
|
|
10558
|
+
"value": "20"
|
|
10511
10559
|
},
|
|
10512
10560
|
{
|
|
10513
|
-
"css": "--v-
|
|
10514
|
-
"type": "
|
|
10515
|
-
"
|
|
10516
|
-
"
|
|
10517
|
-
"
|
|
10518
|
-
"meta": {
|
|
10519
|
-
"description": "Use for state layers with foreground/primary."
|
|
10520
|
-
},
|
|
10521
|
-
"value": [
|
|
10522
|
-
"rgb(0 0 0 / 20%)",
|
|
10523
|
-
"rgb(255 255 255 / 24%)"
|
|
10524
|
-
]
|
|
10561
|
+
"css": "--v-index-navigation",
|
|
10562
|
+
"type": "index",
|
|
10563
|
+
"variant": "navigation",
|
|
10564
|
+
"meta": {},
|
|
10565
|
+
"value": "10"
|
|
10525
10566
|
},
|
|
10526
10567
|
{
|
|
10527
|
-
"css": "--v-
|
|
10528
|
-
"type": "
|
|
10529
|
-
"
|
|
10530
|
-
"
|
|
10531
|
-
"
|
|
10532
|
-
"meta": {
|
|
10533
|
-
"description": "Use for state layers with foreground/primary."
|
|
10534
|
-
},
|
|
10535
|
-
"value": [
|
|
10536
|
-
"rgb(0 0 0 / 4%)",
|
|
10537
|
-
"rgb(255 255 255 / 8%)"
|
|
10538
|
-
]
|
|
10568
|
+
"css": "--v-index-default",
|
|
10569
|
+
"type": "index",
|
|
10570
|
+
"variant": "default",
|
|
10571
|
+
"meta": {},
|
|
10572
|
+
"value": "0"
|
|
10539
10573
|
},
|
|
10540
10574
|
{
|
|
10541
|
-
"css": "--v-
|
|
10542
|
-
"type": "
|
|
10543
|
-
"
|
|
10544
|
-
"
|
|
10545
|
-
"
|
|
10546
|
-
"meta": {
|
|
10547
|
-
"description": "Used as an emphasized surface fill for UI elements like buttons and form controls."
|
|
10548
|
-
},
|
|
10549
|
-
"value": [
|
|
10550
|
-
"#1c6eba",
|
|
10551
|
-
"#1f78d1"
|
|
10552
|
-
]
|
|
10575
|
+
"css": "--v-index-deep",
|
|
10576
|
+
"type": "index",
|
|
10577
|
+
"variant": "deep",
|
|
10578
|
+
"meta": {},
|
|
10579
|
+
"value": "-1"
|
|
10553
10580
|
},
|
|
10554
10581
|
{
|
|
10555
|
-
"css": "--v-
|
|
10556
|
-
"type": "
|
|
10557
|
-
"
|
|
10558
|
-
"variant": "green",
|
|
10559
|
-
"category": "feedback",
|
|
10582
|
+
"css": "--v-grid-columns",
|
|
10583
|
+
"type": "grid",
|
|
10584
|
+
"variant": "columns",
|
|
10560
10585
|
"meta": {
|
|
10561
|
-
"description": "
|
|
10586
|
+
"description": "The total number of grid columns at the current breakpoint."
|
|
10562
10587
|
},
|
|
10563
|
-
"value":
|
|
10564
|
-
"#04771d",
|
|
10565
|
-
"#048220"
|
|
10566
|
-
]
|
|
10588
|
+
"value": "8"
|
|
10567
10589
|
},
|
|
10568
10590
|
{
|
|
10569
|
-
"css": "--v-
|
|
10570
|
-
"type": "
|
|
10571
|
-
"
|
|
10572
|
-
"
|
|
10573
|
-
"
|
|
10574
|
-
"meta": {
|
|
10575
|
-
"description": "[Deprecated]",
|
|
10576
|
-
"deprecated": "The color will be removed in a future version."
|
|
10577
|
-
},
|
|
10578
|
-
"value": [
|
|
10579
|
-
"#ce6700"
|
|
10580
|
-
]
|
|
10591
|
+
"css": "--v-transition-default",
|
|
10592
|
+
"type": "transition",
|
|
10593
|
+
"variant": "default",
|
|
10594
|
+
"meta": {},
|
|
10595
|
+
"value": "var(--_v-transition-speed-default) ease"
|
|
10581
10596
|
},
|
|
10582
10597
|
{
|
|
10583
|
-
"css": "--v-
|
|
10584
|
-
"type": "
|
|
10585
|
-
"
|
|
10586
|
-
"
|
|
10587
|
-
"
|
|
10588
|
-
"meta": {
|
|
10589
|
-
"description": "Used as a surface fill for UI elements like buttons and form controls to signify destructive actions. Combine with Always White foreground color."
|
|
10590
|
-
},
|
|
10591
|
-
"value": [
|
|
10592
|
-
"#cd2314",
|
|
10593
|
-
"#e52715"
|
|
10594
|
-
]
|
|
10598
|
+
"css": "--v-transition-micro",
|
|
10599
|
+
"type": "transition",
|
|
10600
|
+
"variant": "micro",
|
|
10601
|
+
"meta": {},
|
|
10602
|
+
"value": "var(--_v-transition-speed-fast) ease"
|
|
10595
10603
|
},
|
|
10596
10604
|
{
|
|
10597
|
-
"css": "--v-
|
|
10598
|
-
"type": "
|
|
10599
|
-
"
|
|
10600
|
-
"
|
|
10601
|
-
"
|
|
10602
|
-
"description": "Used as a surface fill for UI elements like buttons and form controls. Combine with Foreground / Inverted foreground color."
|
|
10603
|
-
},
|
|
10604
|
-
"value": [
|
|
10605
|
-
"#1f1f1f",
|
|
10606
|
-
"#ffffff"
|
|
10607
|
-
]
|
|
10605
|
+
"css": "--v-transition-notable",
|
|
10606
|
+
"type": "transition",
|
|
10607
|
+
"variant": "notable",
|
|
10608
|
+
"meta": {},
|
|
10609
|
+
"value": "var(--_v-transition-speed-slow) ease"
|
|
10608
10610
|
}
|
|
10609
10611
|
],
|
|
10610
10612
|
"customMedia": [
|