@volvo-cars/css 0.29.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-6NPQUCWX.js +2 -0
- package/dist/{chunk-XXAWH2AN.js.map → chunk-6NPQUCWX.js.map} +1 -1
- package/dist/css/v0/styles.d5f81e0e.css +1 -0
- package/dist/css/v0/styles_hover.4c2040ee.css +1 -0
- package/dist/css/v0/styles_md.c65105c7.css +1 -0
- package/dist/css/v0/tokens.d27ac805.css +1 -0
- package/dist/debug.css +1 -1
- package/dist/imports.json +4 -4
- 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/meta.json +142 -64
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +106 -60
- package/dist/styles_all-media.css +1 -1
- package/dist/styles_hover.css +1 -1
- package/dist/styles_md.css +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +5 -4
- package/dist/chunk-XXAWH2AN.js +0 -2
- package/dist/css/v0/styles.a9d68286.css +0 -1
- package/dist/css/v0/styles_hover.f0c848eb.css +0 -1
- package/dist/css/v0/styles_md.c182f9df.css +0 -1
- package/dist/css/v0/tokens.f647ea61.css +0 -1
package/dist/meta.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"bg-feedback-orange",
|
|
9
9
|
"bg-feedback-red",
|
|
10
10
|
"bg-inherit",
|
|
11
|
+
"bg-neutral",
|
|
11
12
|
"bg-primary",
|
|
12
13
|
"bg-secondary",
|
|
13
14
|
"bg-transparent",
|
|
@@ -63,6 +64,7 @@
|
|
|
63
64
|
"current:border-primary",
|
|
64
65
|
"current:text-primary",
|
|
65
66
|
"dialog",
|
|
67
|
+
"dialog__close",
|
|
66
68
|
"empty:hidden",
|
|
67
69
|
"expanded:border-accent-blue",
|
|
68
70
|
"expanded:border-primary",
|
|
@@ -112,6 +114,7 @@
|
|
|
112
114
|
"heading-3",
|
|
113
115
|
"hidden",
|
|
114
116
|
"hover:border-primary",
|
|
117
|
+
"hover:text-primary",
|
|
115
118
|
"hyphens",
|
|
116
119
|
"icon-mask",
|
|
117
120
|
"icon-sprite",
|
|
@@ -157,6 +160,8 @@
|
|
|
157
160
|
"lg:text-start",
|
|
158
161
|
"lg:until-xl:hidden",
|
|
159
162
|
"link-inline",
|
|
163
|
+
"link-plain",
|
|
164
|
+
"link-underlined",
|
|
160
165
|
"list",
|
|
161
166
|
"m-0",
|
|
162
167
|
"m-16",
|
|
@@ -364,6 +369,7 @@
|
|
|
364
369
|
"statement-2",
|
|
365
370
|
"statement-3",
|
|
366
371
|
"statement-signature",
|
|
372
|
+
"tap-area",
|
|
367
373
|
"text-accent-blue",
|
|
368
374
|
"text-always-black",
|
|
369
375
|
"text-always-white",
|
|
@@ -373,6 +379,7 @@
|
|
|
373
379
|
"text-feedback-orange",
|
|
374
380
|
"text-feedback-red",
|
|
375
381
|
"text-inherit",
|
|
382
|
+
"text-inverted",
|
|
376
383
|
"text-primary",
|
|
377
384
|
"text-secondary",
|
|
378
385
|
"text-start",
|
|
@@ -450,10 +457,8 @@
|
|
|
450
457
|
"--stack-gap: var(--v-space-16)",
|
|
451
458
|
"font-size: var(--v-font-16-size)",
|
|
452
459
|
"font-weight: var(--v-font-emphasis-weight)",
|
|
453
|
-
"color: var(--_color)",
|
|
454
460
|
"white-space: nowrap",
|
|
455
461
|
"user-select: none",
|
|
456
|
-
"background-color: var(--_background)",
|
|
457
462
|
"justify-content: center",
|
|
458
463
|
"align-items: center",
|
|
459
464
|
"min-width: max-content",
|
|
@@ -463,30 +468,26 @@
|
|
|
463
468
|
"display: inline-flex",
|
|
464
469
|
"position: relative",
|
|
465
470
|
"overflow: hidden",
|
|
471
|
+
"opacity: var(--_v-disabled-opacity)",
|
|
466
472
|
"--_min-touch-area: 44px",
|
|
473
|
+
"height: var(--_min-touch-area)",
|
|
467
474
|
"content: \"\"",
|
|
468
475
|
"width: 100%",
|
|
469
|
-
"height: 44px",
|
|
470
476
|
"position: absolute",
|
|
471
477
|
"top: 50%",
|
|
472
478
|
"transform: translateY(-50%)",
|
|
473
479
|
"font-size: var(--v-font-12-size)",
|
|
474
480
|
"height: 2rem",
|
|
475
|
-
"color: var(--
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"--
|
|
481
|
-
"--_background-hover: var(--_v-color-surface-neutral-hover)",
|
|
482
|
-
"--_color: var(--v-color-background-primary)",
|
|
483
|
-
"--_background: var(--v-color-surface-feedback-red)",
|
|
484
|
-
"--_background-disabled: var(--_v-color-surface-feedback-red-disabled)",
|
|
485
|
-
"--_background-hover: var(--_v-color-surface-feedback-red-hover)",
|
|
481
|
+
"--button-accent-color: var(--v-color-surface-neutral)",
|
|
482
|
+
"--_color: var(--v-color-foreground-inverted)",
|
|
483
|
+
"--_overlay-rate: 0%",
|
|
484
|
+
"color: var(--_color)",
|
|
485
|
+
"background: color-mix(in oklab, var(--button-accent-color), var(--_color) var(--_overlay-rate))",
|
|
486
|
+
"--button-accent-color: var(--v-color-surface-accent-blue)",
|
|
486
487
|
"--_color: var(--v-color-always-white)",
|
|
487
|
-
"--
|
|
488
|
-
"
|
|
489
|
-
"--
|
|
488
|
+
"--button-accent-color: var(--v-color-surface-feedback-red)",
|
|
489
|
+
"background: var(--button-accent-color)",
|
|
490
|
+
"--_overlay-rate: var(--_v-color-mix-strong)",
|
|
490
491
|
"padding-inline: min(var(--v-space-32), 8vw)",
|
|
491
492
|
"border-radius: var(--v-radius-4)",
|
|
492
493
|
"width: 1.5rem",
|
|
@@ -494,6 +495,7 @@
|
|
|
494
495
|
"padding-inline: var(--v-space-16)",
|
|
495
496
|
"width: 1rem",
|
|
496
497
|
"height: 1rem",
|
|
498
|
+
"height: 44px",
|
|
497
499
|
"transform: scale(.95)"
|
|
498
500
|
],
|
|
499
501
|
"layer": "volvo.blocks"
|
|
@@ -509,10 +511,8 @@
|
|
|
509
511
|
"--stack-gap: var(--v-space-16)",
|
|
510
512
|
"font-size: var(--v-font-16-size)",
|
|
511
513
|
"font-weight: var(--v-font-emphasis-weight)",
|
|
512
|
-
"color: var(--_color)",
|
|
513
514
|
"white-space: nowrap",
|
|
514
515
|
"user-select: none",
|
|
515
|
-
"background-color: var(--_background)",
|
|
516
516
|
"justify-content: center",
|
|
517
517
|
"align-items: center",
|
|
518
518
|
"min-width: max-content",
|
|
@@ -522,29 +522,19 @@
|
|
|
522
522
|
"display: inline-flex",
|
|
523
523
|
"position: relative",
|
|
524
524
|
"overflow: hidden",
|
|
525
|
+
"opacity: var(--_v-disabled-opacity)",
|
|
525
526
|
"--_min-touch-area: 44px",
|
|
527
|
+
"height: var(--_min-touch-area)",
|
|
526
528
|
"content: \"\"",
|
|
527
529
|
"width: 100%",
|
|
528
|
-
"height: 44px",
|
|
529
530
|
"position: absolute",
|
|
530
531
|
"top: 50%",
|
|
531
532
|
"transform: translateY(-50%)",
|
|
532
533
|
"font-size: var(--v-font-12-size)",
|
|
533
534
|
"height: 2rem",
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
"color: var(--
|
|
537
|
-
"background-color: var(--_background-hover, var(--_background))",
|
|
538
|
-
"--_background-hover: var(--v-color-surface-neutral)",
|
|
539
|
-
"--_color: var(--v-color-foreground-primary)",
|
|
540
|
-
"--_color-disabled: var(--_v-color-surface-neutral-disabled)",
|
|
541
|
-
"--_color-hover: var(--v-color-background-primary)",
|
|
542
|
-
"box-shadow: inset 0 0 0 1px var(--_color)",
|
|
543
|
-
"--_background-hover: var(--v-color-surface-feedback-red)",
|
|
544
|
-
"--_color: var(--v-color-surface-feedback-red)",
|
|
545
|
-
"--_color-disabled: var(--_v-color-surface-feedback-red-disabled)",
|
|
546
|
-
"--_color-hover: var(--v-color-always-white)",
|
|
547
|
-
"box-shadow: inset 0 0 0 1px var(--_color-disabled)",
|
|
535
|
+
"box-shadow: inset 0 0 0 1px var(--button-accent-color)",
|
|
536
|
+
"color: var(--v-color-foreground-inverted)",
|
|
537
|
+
"background-color: var(--button-accent-color)",
|
|
548
538
|
"padding-inline: min(var(--v-space-32), 8vw)",
|
|
549
539
|
"border-radius: var(--v-radius-4)",
|
|
550
540
|
"width: 1.5rem",
|
|
@@ -552,7 +542,12 @@
|
|
|
552
542
|
"padding-inline: var(--v-space-16)",
|
|
553
543
|
"width: 1rem",
|
|
554
544
|
"height: 1rem",
|
|
555
|
-
"
|
|
545
|
+
"height: 44px",
|
|
546
|
+
"transform: scale(.95)",
|
|
547
|
+
"--button-accent-color: var(--v-color-foreground-primary)",
|
|
548
|
+
"color: var(--button-accent-color)",
|
|
549
|
+
"--button-accent-color: var(--v-color-foreground-accent-blue)",
|
|
550
|
+
"--button-accent-color: var(--v-color-foreground-feedback-red)"
|
|
556
551
|
],
|
|
557
552
|
"layer": "volvo.blocks"
|
|
558
553
|
},
|
|
@@ -566,10 +561,8 @@
|
|
|
566
561
|
"--stack-gap: var(--v-space-16)",
|
|
567
562
|
"font-size: var(--v-font-16-size)",
|
|
568
563
|
"font-weight: var(--v-font-emphasis-weight)",
|
|
569
|
-
"color: var(--_color)",
|
|
570
564
|
"white-space: nowrap",
|
|
571
565
|
"user-select: none",
|
|
572
|
-
"background-color: var(--_background)",
|
|
573
566
|
"justify-content: center",
|
|
574
567
|
"align-items: center",
|
|
575
568
|
"min-width: max-content",
|
|
@@ -579,26 +572,21 @@
|
|
|
579
572
|
"display: inline-flex",
|
|
580
573
|
"position: relative",
|
|
581
574
|
"overflow: hidden",
|
|
575
|
+
"opacity: var(--_v-disabled-opacity)",
|
|
582
576
|
"--_min-touch-area: 44px",
|
|
577
|
+
"height: var(--_min-touch-area)",
|
|
583
578
|
"content: \"\"",
|
|
584
579
|
"width: 100%",
|
|
585
|
-
"height: 44px",
|
|
586
580
|
"position: absolute",
|
|
587
581
|
"top: 50%",
|
|
588
582
|
"transform: translateY(-50%)",
|
|
589
583
|
"font-size: var(--v-font-12-size)",
|
|
590
584
|
"height: 2rem",
|
|
591
|
-
"color: var(--
|
|
592
|
-
"
|
|
593
|
-
"color: var(--
|
|
594
|
-
"
|
|
595
|
-
"--_color: var(--v-color-foreground-primary)",
|
|
596
|
-
"--_color-hover: var(--_v-color-foreground-primary-hover)",
|
|
597
|
-
"--_color-disabled: var(--_v-color-surface-neutral-disabled)",
|
|
585
|
+
"--button-accent-color: var(--v-color-foreground-primary)",
|
|
586
|
+
"color: var(--button-accent-color)",
|
|
587
|
+
"--button-accent-color: var(--v-color-foreground-accent-blue)",
|
|
588
|
+
"--button-accent-color: var(--v-color-foreground-feedback-red)",
|
|
598
589
|
"text-align: start",
|
|
599
|
-
"--_color: var(--v-color-surface-feedback-red)",
|
|
600
|
-
"--_color-disabled: var(--_v-color-surface-feedback-red-disabled)",
|
|
601
|
-
"--_color-hover: var(--_v-color-surface-feedback-red-hover)",
|
|
602
590
|
"--_arrow-icon: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.96' fill-rule='evenodd' d='m10 8.707-4-4-4 4L1.293 8 6 3.293 10.707 8 10 8.707Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' stroke-linecap='square' stroke-opacity='.96' stroke-width='.4' d='M9.858 8.848 10 8.99l.141-.142.707-.707L10.99 8l-.142-.141L6.141 3.15 6 3.01l-.141.141L1.15 7.86l-.141.14.141.142.708.707.14.142.142-.142L6 4.99l3.858 3.858Z'/%3E%3C/svg%3E\")",
|
|
603
591
|
"mask: var(--_arrow-icon)",
|
|
604
592
|
"rotate: var(--_arrow-rotation)",
|
|
@@ -618,7 +606,8 @@
|
|
|
618
606
|
"--_rtl-arrow-rotation: var(--_rtl-toggle) 90deg",
|
|
619
607
|
"--_arrow-rotation: var(--_rtl-arrow-rotation, -90deg)",
|
|
620
608
|
"--_arrow-rotation: 180deg",
|
|
621
|
-
"--_arrow-rotation: 0deg"
|
|
609
|
+
"--_arrow-rotation: 0deg",
|
|
610
|
+
"text-decoration-line: underline"
|
|
622
611
|
],
|
|
623
612
|
"layer": "volvo.blocks"
|
|
624
613
|
},
|
|
@@ -1080,16 +1069,38 @@
|
|
|
1080
1069
|
"width: 100%",
|
|
1081
1070
|
"max-width: 100%",
|
|
1082
1071
|
"height: fit-content",
|
|
1083
|
-
"max-height:
|
|
1072
|
+
"max-height: calc(100vh + -1 * min(2rem, 20vh))",
|
|
1084
1073
|
"margin-bottom: 0",
|
|
1085
1074
|
"position: fixed",
|
|
1086
1075
|
"inset: 0",
|
|
1087
|
-
"
|
|
1088
|
-
"
|
|
1076
|
+
"overflow-y: auto",
|
|
1077
|
+
"padding-top: 0",
|
|
1078
|
+
"padding-inline: var(--v-space-48)",
|
|
1079
|
+
"max-width: min(31rem, 100vw - 2rem)",
|
|
1089
1080
|
"margin-bottom: auto"
|
|
1090
1081
|
],
|
|
1091
1082
|
"layer": "volvo.blocks"
|
|
1092
1083
|
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "dialog__close",
|
|
1086
|
+
"prefixes": [],
|
|
1087
|
+
"declarations": [
|
|
1088
|
+
"height: var(--v-space-48)",
|
|
1089
|
+
"top: 0",
|
|
1090
|
+
"justify-content: flex-end",
|
|
1091
|
+
"display: flex",
|
|
1092
|
+
"position: absolute",
|
|
1093
|
+
"inset-inline-end: 0",
|
|
1094
|
+
"outline-offset: -2px",
|
|
1095
|
+
"border-radius: 50%",
|
|
1096
|
+
"justify-content: center",
|
|
1097
|
+
"align-items: center",
|
|
1098
|
+
"width: 2.5rem",
|
|
1099
|
+
"height: 2.5rem",
|
|
1100
|
+
"line-height: 0"
|
|
1101
|
+
],
|
|
1102
|
+
"layer": "volvo.blocks"
|
|
1103
|
+
},
|
|
1093
1104
|
{
|
|
1094
1105
|
"name": "radio",
|
|
1095
1106
|
"prefixes": [],
|
|
@@ -1130,7 +1141,9 @@
|
|
|
1130
1141
|
"prefixes": [],
|
|
1131
1142
|
"declarations": [
|
|
1132
1143
|
"width: var(--_icon-size)",
|
|
1144
|
+
"min-width: var(--_icon-size)",
|
|
1133
1145
|
"height: var(--_icon-size)",
|
|
1146
|
+
"min-height: var(--_icon-size)",
|
|
1134
1147
|
"vertical-align: middle",
|
|
1135
1148
|
"flex-grow: 0",
|
|
1136
1149
|
"flex-shrink: 0",
|
|
@@ -1156,7 +1169,9 @@
|
|
|
1156
1169
|
"prefixes": [],
|
|
1157
1170
|
"declarations": [
|
|
1158
1171
|
"width: var(--_icon-size)",
|
|
1172
|
+
"min-width: var(--_icon-size)",
|
|
1159
1173
|
"height: var(--_icon-size)",
|
|
1174
|
+
"min-height: var(--_icon-size)",
|
|
1160
1175
|
"vertical-align: middle",
|
|
1161
1176
|
"flex-grow: 0",
|
|
1162
1177
|
"flex-shrink: 0",
|
|
@@ -1202,10 +1217,11 @@
|
|
|
1202
1217
|
"--_input-border-color: var(--v-color-ornament-primary)",
|
|
1203
1218
|
"--_input-background-color: var(--v-color-background-secondary)",
|
|
1204
1219
|
"--_bg-pos-x: var(--_rtl-toggle) left",
|
|
1205
|
-
"background-image: var(--_icon-
|
|
1220
|
+
"background-image: var(--_icon-calendar)",
|
|
1206
1221
|
"background-repeat: no-repeat",
|
|
1207
1222
|
"background-position: center var(--_bg-pos-x, right) var(--v-space-16)",
|
|
1208
|
-
"background-size: 1.5rem 1.5rem"
|
|
1223
|
+
"background-size: 1.5rem 1.5rem",
|
|
1224
|
+
"background-image: var(--_icon-chevrondown)"
|
|
1209
1225
|
],
|
|
1210
1226
|
"layer": "volvo.blocks"
|
|
1211
1227
|
},
|
|
@@ -1227,11 +1243,27 @@
|
|
|
1227
1243
|
"name": "link-inline",
|
|
1228
1244
|
"prefixes": [],
|
|
1229
1245
|
"declarations": [
|
|
1230
|
-
"color: var(--v-color-foreground-secondary)",
|
|
1231
1246
|
"text-decoration-line: underline"
|
|
1232
1247
|
],
|
|
1233
1248
|
"layer": "volvo.blocks"
|
|
1234
1249
|
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "link-underlined",
|
|
1252
|
+
"prefixes": [],
|
|
1253
|
+
"declarations": [
|
|
1254
|
+
"text-decoration-line: underline",
|
|
1255
|
+
"position: relative"
|
|
1256
|
+
],
|
|
1257
|
+
"layer": "volvo.blocks"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "link-plain",
|
|
1261
|
+
"prefixes": [],
|
|
1262
|
+
"declarations": [
|
|
1263
|
+
"position: relative"
|
|
1264
|
+
],
|
|
1265
|
+
"layer": "volvo.blocks"
|
|
1266
|
+
},
|
|
1235
1267
|
{
|
|
1236
1268
|
"name": "statement-1",
|
|
1237
1269
|
"prefixes": [],
|
|
@@ -1257,6 +1289,17 @@
|
|
|
1257
1289
|
],
|
|
1258
1290
|
"layer": "volvo.blocks"
|
|
1259
1291
|
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "tap-area",
|
|
1294
|
+
"prefixes": [],
|
|
1295
|
+
"declarations": [
|
|
1296
|
+
"border-radius: var(--v-radius-4)",
|
|
1297
|
+
"transition: color, background-color, border-color, box-shadow, text-decoration-color, fill, stroke",
|
|
1298
|
+
"transition-duration: var(--_v-transition-speed-default)",
|
|
1299
|
+
"display: block"
|
|
1300
|
+
],
|
|
1301
|
+
"layer": "volvo.blocks"
|
|
1302
|
+
},
|
|
1260
1303
|
{
|
|
1261
1304
|
"name": "bg-inherit",
|
|
1262
1305
|
"prefixes": [],
|
|
@@ -1277,7 +1320,8 @@
|
|
|
1277
1320
|
"name": "bg-always-black",
|
|
1278
1321
|
"prefixes": [],
|
|
1279
1322
|
"declarations": [
|
|
1280
|
-
"background-color: var(--v-color-always-black)"
|
|
1323
|
+
"--background-color: var(--v-color-always-black)",
|
|
1324
|
+
"background-color: var(--background-color)"
|
|
1281
1325
|
],
|
|
1282
1326
|
"layer": "volvo.utilities"
|
|
1283
1327
|
},
|
|
@@ -1285,7 +1329,8 @@
|
|
|
1285
1329
|
"name": "bg-always-white",
|
|
1286
1330
|
"prefixes": [],
|
|
1287
1331
|
"declarations": [
|
|
1288
|
-
"background-color: var(--v-color-always-white)"
|
|
1332
|
+
"--background-color: var(--v-color-always-white)",
|
|
1333
|
+
"background-color: var(--background-color)"
|
|
1289
1334
|
],
|
|
1290
1335
|
"layer": "volvo.utilities"
|
|
1291
1336
|
},
|
|
@@ -1293,7 +1338,8 @@
|
|
|
1293
1338
|
"name": "bg-primary",
|
|
1294
1339
|
"prefixes": [],
|
|
1295
1340
|
"declarations": [
|
|
1296
|
-
"background-color: var(--v-color-background-primary)"
|
|
1341
|
+
"--background-color: var(--v-color-background-primary)",
|
|
1342
|
+
"background-color: var(--background-color)"
|
|
1297
1343
|
],
|
|
1298
1344
|
"layer": "volvo.utilities"
|
|
1299
1345
|
},
|
|
@@ -1301,7 +1347,17 @@
|
|
|
1301
1347
|
"name": "bg-secondary",
|
|
1302
1348
|
"prefixes": [],
|
|
1303
1349
|
"declarations": [
|
|
1304
|
-
"background-color: var(--v-color-background-secondary)"
|
|
1350
|
+
"--background-color: var(--v-color-background-secondary)",
|
|
1351
|
+
"background-color: var(--background-color)"
|
|
1352
|
+
],
|
|
1353
|
+
"layer": "volvo.utilities"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"name": "bg-neutral",
|
|
1357
|
+
"prefixes": [],
|
|
1358
|
+
"declarations": [
|
|
1359
|
+
"--background-color: var(--v-color-surface-neutral)",
|
|
1360
|
+
"background-color: var(--background-color)"
|
|
1305
1361
|
],
|
|
1306
1362
|
"layer": "volvo.utilities"
|
|
1307
1363
|
},
|
|
@@ -1309,7 +1365,8 @@
|
|
|
1309
1365
|
"name": "bg-accent-blue",
|
|
1310
1366
|
"prefixes": [],
|
|
1311
1367
|
"declarations": [
|
|
1312
|
-
"background-color: var(--v-color-surface-accent-blue)"
|
|
1368
|
+
"--background-color: var(--v-color-surface-accent-blue)",
|
|
1369
|
+
"background-color: var(--background-color)"
|
|
1313
1370
|
],
|
|
1314
1371
|
"layer": "volvo.utilities"
|
|
1315
1372
|
},
|
|
@@ -1317,7 +1374,8 @@
|
|
|
1317
1374
|
"name": "bg-feedback-green",
|
|
1318
1375
|
"prefixes": [],
|
|
1319
1376
|
"declarations": [
|
|
1320
|
-
"background-color: var(--v-color-surface-feedback-green)"
|
|
1377
|
+
"--background-color: var(--v-color-surface-feedback-green)",
|
|
1378
|
+
"background-color: var(--background-color)"
|
|
1321
1379
|
],
|
|
1322
1380
|
"layer": "volvo.utilities"
|
|
1323
1381
|
},
|
|
@@ -1325,7 +1383,8 @@
|
|
|
1325
1383
|
"name": "bg-feedback-orange",
|
|
1326
1384
|
"prefixes": [],
|
|
1327
1385
|
"declarations": [
|
|
1328
|
-
"background-color: var(--v-color-surface-feedback-orange)"
|
|
1386
|
+
"--background-color: var(--v-color-surface-feedback-orange)",
|
|
1387
|
+
"background-color: var(--background-color)"
|
|
1329
1388
|
],
|
|
1330
1389
|
"layer": "volvo.utilities"
|
|
1331
1390
|
},
|
|
@@ -1333,7 +1392,8 @@
|
|
|
1333
1392
|
"name": "bg-feedback-red",
|
|
1334
1393
|
"prefixes": [],
|
|
1335
1394
|
"declarations": [
|
|
1336
|
-
"background-color: var(--v-color-surface-feedback-red)"
|
|
1395
|
+
"--background-color: var(--v-color-surface-feedback-red)",
|
|
1396
|
+
"background-color: var(--background-color)"
|
|
1337
1397
|
],
|
|
1338
1398
|
"layer": "volvo.utilities"
|
|
1339
1399
|
},
|
|
@@ -3398,6 +3458,7 @@
|
|
|
3398
3458
|
"name": "text-always-black",
|
|
3399
3459
|
"prefixes": [],
|
|
3400
3460
|
"declarations": [
|
|
3461
|
+
"--color: var(--v-color-always-black)",
|
|
3401
3462
|
"color: var(--v-color-always-black)"
|
|
3402
3463
|
],
|
|
3403
3464
|
"layer": "volvo.utilities"
|
|
@@ -3406,18 +3467,30 @@
|
|
|
3406
3467
|
"name": "text-always-white",
|
|
3407
3468
|
"prefixes": [],
|
|
3408
3469
|
"declarations": [
|
|
3470
|
+
"--color: var(--v-color-always-white)",
|
|
3409
3471
|
"color: var(--v-color-always-white)"
|
|
3410
3472
|
],
|
|
3411
3473
|
"layer": "volvo.utilities"
|
|
3412
3474
|
},
|
|
3475
|
+
{
|
|
3476
|
+
"name": "text-inverted",
|
|
3477
|
+
"prefixes": [],
|
|
3478
|
+
"declarations": [
|
|
3479
|
+
"--color: var(--v-color-foreground-inverted)",
|
|
3480
|
+
"color: var(--v-color-foreground-inverted)"
|
|
3481
|
+
],
|
|
3482
|
+
"layer": "volvo.utilities"
|
|
3483
|
+
},
|
|
3413
3484
|
{
|
|
3414
3485
|
"name": "text-primary",
|
|
3415
3486
|
"prefixes": [
|
|
3416
3487
|
"current",
|
|
3417
3488
|
"checked",
|
|
3418
|
-
"selected"
|
|
3489
|
+
"selected",
|
|
3490
|
+
"hover"
|
|
3419
3491
|
],
|
|
3420
3492
|
"declarations": [
|
|
3493
|
+
"--color: var(--v-color-foreground-primary)",
|
|
3421
3494
|
"color: var(--v-color-foreground-primary)"
|
|
3422
3495
|
],
|
|
3423
3496
|
"layer": "volvo.utilities"
|
|
@@ -3426,6 +3499,7 @@
|
|
|
3426
3499
|
"name": "text-secondary",
|
|
3427
3500
|
"prefixes": [],
|
|
3428
3501
|
"declarations": [
|
|
3502
|
+
"--color: var(--v-color-foreground-secondary)",
|
|
3429
3503
|
"color: var(--v-color-foreground-secondary)"
|
|
3430
3504
|
],
|
|
3431
3505
|
"layer": "volvo.utilities"
|
|
@@ -3434,6 +3508,7 @@
|
|
|
3434
3508
|
"name": "text-accent-blue",
|
|
3435
3509
|
"prefixes": [],
|
|
3436
3510
|
"declarations": [
|
|
3511
|
+
"--color: var(--v-color-foreground-accent-blue)",
|
|
3437
3512
|
"color: var(--v-color-foreground-accent-blue)"
|
|
3438
3513
|
],
|
|
3439
3514
|
"layer": "volvo.utilities"
|
|
@@ -3442,6 +3517,7 @@
|
|
|
3442
3517
|
"name": "text-feedback-green",
|
|
3443
3518
|
"prefixes": [],
|
|
3444
3519
|
"declarations": [
|
|
3520
|
+
"--color: var(--v-color-foreground-feedback-green)",
|
|
3445
3521
|
"color: var(--v-color-foreground-feedback-green)"
|
|
3446
3522
|
],
|
|
3447
3523
|
"layer": "volvo.utilities"
|
|
@@ -3450,6 +3526,7 @@
|
|
|
3450
3526
|
"name": "text-feedback-orange",
|
|
3451
3527
|
"prefixes": [],
|
|
3452
3528
|
"declarations": [
|
|
3529
|
+
"--color: var(--v-color-foreground-feedback-orange)",
|
|
3453
3530
|
"color: var(--v-color-foreground-feedback-orange)"
|
|
3454
3531
|
],
|
|
3455
3532
|
"layer": "volvo.utilities"
|
|
@@ -3458,6 +3535,7 @@
|
|
|
3458
3535
|
"name": "text-feedback-red",
|
|
3459
3536
|
"prefixes": [],
|
|
3460
3537
|
"declarations": [
|
|
3538
|
+
"--color: var(--v-color-foreground-feedback-red)",
|
|
3461
3539
|
"color: var(--v-color-foreground-feedback-red)"
|
|
3462
3540
|
],
|
|
3463
3541
|
"layer": "volvo.utilities"
|