@volvo-cars/css 0.42.0 → 0.44.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/UNSTABLE_styles.cjs +1 -1
- package/dist/UNSTABLE_styles.cjs.map +1 -1
- package/dist/UNSTABLE_styles.js +1 -1
- package/dist/chunk-BBIFT7L4.js +2 -0
- package/dist/chunk-BBIFT7L4.js.map +1 -0
- package/dist/chunk-DXIISYRS.js +2 -0
- package/dist/chunk-DXIISYRS.js.map +1 -0
- package/dist/chunk-LASD7FZZ.js +2 -0
- package/dist/chunk-LASD7FZZ.js.map +1 -0
- package/dist/clsx.d.ts +1 -1
- package/dist/css/v0/styles.2e191f33.css +1 -0
- package/dist/css/v0/styles_hover.1e706a96.css +1 -0
- package/dist/css/v0/styles_md.cb7a555f.css +1 -0
- package/dist/css/v0/styles_xl.5059f3f8.css +1 -0
- package/dist/css/v0/tokens.14fc92e1.css +1 -0
- package/dist/debug.css +1 -1
- package/dist/imports.json +5 -5
- package/dist/links/get-media-query.d.ts +1 -1
- package/dist/links.cjs +1 -1
- package/dist/links.cjs.map +1 -1
- package/dist/links.js +1 -1
- package/dist/links.js.map +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/links.server.js.map +1 -1
- package/dist/media-queries.cjs +2 -0
- package/dist/media-queries.cjs.map +1 -0
- package/dist/media-queries.d.ts +7 -0
- package/dist/media-queries.js +2 -0
- package/dist/media-queries.js.map +1 -0
- package/dist/merge.d.ts +2 -0
- package/dist/meta.json +520 -61
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +112 -29
- package/dist/styles_all-media.css +1 -1
- package/dist/styles_hover.css +1 -1
- package/dist/styles_md.css +1 -1
- package/dist/styles_xl.css +1 -1
- package/dist/tokens.css +1 -1
- package/dist/tokens.d.ts +6 -0
- package/dist/utils.cjs +1 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +1 -1
- package/dist/utils.js.map +1 -1
- package/package.json +17 -1
- package/dist/chunk-LVJ3RYCY.js +0 -2
- package/dist/chunk-LVJ3RYCY.js.map +0 -1
- package/dist/chunk-XM7ZSACM.js +0 -2
- package/dist/chunk-XM7ZSACM.js.map +0 -1
- package/dist/css/v0/styles.0e36c15f.css +0 -1
- package/dist/css/v0/styles_hover.6bedddc4.css +0 -1
- package/dist/css/v0/styles_md.05789613.css +0 -1
- package/dist/css/v0/styles_xl.e2c0d5e0.css +0 -1
- package/dist/css/v0/tokens.be5464c8.css +0 -1
package/dist/meta.json
CHANGED
|
@@ -30,15 +30,18 @@
|
|
|
30
30
|
"-my-8",
|
|
31
31
|
"-rotate-90",
|
|
32
32
|
"active:scale-pressed",
|
|
33
|
+
"aspect-1/1",
|
|
34
|
+
"aspect-16/9",
|
|
35
|
+
"aspect-2/3",
|
|
36
|
+
"aspect-21/9",
|
|
37
|
+
"aspect-3/2",
|
|
38
|
+
"aspect-4/3",
|
|
39
|
+
"aspect-4/5",
|
|
40
|
+
"aspect-9/16",
|
|
33
41
|
"backdrop",
|
|
34
|
-
"bg-accent-blue",
|
|
35
42
|
"bg-always-black",
|
|
36
43
|
"bg-always-white",
|
|
37
|
-
"bg-feedback-green",
|
|
38
|
-
"bg-feedback-orange",
|
|
39
|
-
"bg-feedback-red",
|
|
40
44
|
"bg-inherit",
|
|
41
|
-
"bg-neutral",
|
|
42
45
|
"bg-primary",
|
|
43
46
|
"bg-secondary",
|
|
44
47
|
"bg-surface-accent-blue",
|
|
@@ -189,6 +192,14 @@
|
|
|
189
192
|
"justify-end",
|
|
190
193
|
"justify-evenly",
|
|
191
194
|
"justify-start",
|
|
195
|
+
"lg:aspect-1/1",
|
|
196
|
+
"lg:aspect-16/9",
|
|
197
|
+
"lg:aspect-2/3",
|
|
198
|
+
"lg:aspect-21/9",
|
|
199
|
+
"lg:aspect-3/2",
|
|
200
|
+
"lg:aspect-4/3",
|
|
201
|
+
"lg:aspect-4/5",
|
|
202
|
+
"lg:aspect-9/16",
|
|
192
203
|
"lg:flex",
|
|
193
204
|
"lg:flex-col",
|
|
194
205
|
"lg:flex-col-reverse",
|
|
@@ -227,6 +238,14 @@
|
|
|
227
238
|
"lg:gap-y-l",
|
|
228
239
|
"lg:gap-y-m",
|
|
229
240
|
"lg:gap-y-s",
|
|
241
|
+
"lg:h-0",
|
|
242
|
+
"lg:h-16",
|
|
243
|
+
"lg:h-24",
|
|
244
|
+
"lg:h-32",
|
|
245
|
+
"lg:h-48",
|
|
246
|
+
"lg:h-64",
|
|
247
|
+
"lg:h-8",
|
|
248
|
+
"lg:h-full",
|
|
230
249
|
"lg:hidden",
|
|
231
250
|
"lg:items-center",
|
|
232
251
|
"lg:items-end",
|
|
@@ -247,6 +266,14 @@
|
|
|
247
266
|
"lg:m-64",
|
|
248
267
|
"lg:m-8",
|
|
249
268
|
"lg:m-auto",
|
|
269
|
+
"lg:max-h-0",
|
|
270
|
+
"lg:max-h-16",
|
|
271
|
+
"lg:max-h-24",
|
|
272
|
+
"lg:max-h-32",
|
|
273
|
+
"lg:max-h-48",
|
|
274
|
+
"lg:max-h-64",
|
|
275
|
+
"lg:max-h-8",
|
|
276
|
+
"lg:max-h-full",
|
|
250
277
|
"lg:mb-0",
|
|
251
278
|
"lg:mb-16",
|
|
252
279
|
"lg:mb-24",
|
|
@@ -259,6 +286,14 @@
|
|
|
259
286
|
"lg:mb-l",
|
|
260
287
|
"lg:mb-m",
|
|
261
288
|
"lg:mb-s",
|
|
289
|
+
"lg:min-h-0",
|
|
290
|
+
"lg:min-h-16",
|
|
291
|
+
"lg:min-h-24",
|
|
292
|
+
"lg:min-h-32",
|
|
293
|
+
"lg:min-h-48",
|
|
294
|
+
"lg:min-h-64",
|
|
295
|
+
"lg:min-h-8",
|
|
296
|
+
"lg:min-h-full",
|
|
262
297
|
"lg:ml-0",
|
|
263
298
|
"lg:ml-16",
|
|
264
299
|
"lg:ml-24",
|
|
@@ -413,6 +448,14 @@
|
|
|
413
448
|
"m-64",
|
|
414
449
|
"m-8",
|
|
415
450
|
"m-auto",
|
|
451
|
+
"max-h-0",
|
|
452
|
+
"max-h-16",
|
|
453
|
+
"max-h-24",
|
|
454
|
+
"max-h-32",
|
|
455
|
+
"max-h-48",
|
|
456
|
+
"max-h-64",
|
|
457
|
+
"max-h-8",
|
|
458
|
+
"max-h-full",
|
|
416
459
|
"max-w-prose",
|
|
417
460
|
"mb-0",
|
|
418
461
|
"mb-16",
|
|
@@ -426,6 +469,14 @@
|
|
|
426
469
|
"mb-l",
|
|
427
470
|
"mb-m",
|
|
428
471
|
"mb-s",
|
|
472
|
+
"md:aspect-1/1",
|
|
473
|
+
"md:aspect-16/9",
|
|
474
|
+
"md:aspect-2/3",
|
|
475
|
+
"md:aspect-21/9",
|
|
476
|
+
"md:aspect-3/2",
|
|
477
|
+
"md:aspect-4/3",
|
|
478
|
+
"md:aspect-4/5",
|
|
479
|
+
"md:aspect-9/16",
|
|
429
480
|
"md:flex",
|
|
430
481
|
"md:flex-col",
|
|
431
482
|
"md:flex-col-reverse",
|
|
@@ -464,6 +515,14 @@
|
|
|
464
515
|
"md:gap-y-l",
|
|
465
516
|
"md:gap-y-m",
|
|
466
517
|
"md:gap-y-s",
|
|
518
|
+
"md:h-0",
|
|
519
|
+
"md:h-16",
|
|
520
|
+
"md:h-24",
|
|
521
|
+
"md:h-32",
|
|
522
|
+
"md:h-48",
|
|
523
|
+
"md:h-64",
|
|
524
|
+
"md:h-8",
|
|
525
|
+
"md:h-full",
|
|
467
526
|
"md:hidden",
|
|
468
527
|
"md:items-center",
|
|
469
528
|
"md:items-end",
|
|
@@ -484,6 +543,14 @@
|
|
|
484
543
|
"md:m-64",
|
|
485
544
|
"md:m-8",
|
|
486
545
|
"md:m-auto",
|
|
546
|
+
"md:max-h-0",
|
|
547
|
+
"md:max-h-16",
|
|
548
|
+
"md:max-h-24",
|
|
549
|
+
"md:max-h-32",
|
|
550
|
+
"md:max-h-48",
|
|
551
|
+
"md:max-h-64",
|
|
552
|
+
"md:max-h-8",
|
|
553
|
+
"md:max-h-full",
|
|
487
554
|
"md:mb-0",
|
|
488
555
|
"md:mb-16",
|
|
489
556
|
"md:mb-24",
|
|
@@ -496,6 +563,14 @@
|
|
|
496
563
|
"md:mb-l",
|
|
497
564
|
"md:mb-m",
|
|
498
565
|
"md:mb-s",
|
|
566
|
+
"md:min-h-0",
|
|
567
|
+
"md:min-h-16",
|
|
568
|
+
"md:min-h-24",
|
|
569
|
+
"md:min-h-32",
|
|
570
|
+
"md:min-h-48",
|
|
571
|
+
"md:min-h-64",
|
|
572
|
+
"md:min-h-8",
|
|
573
|
+
"md:min-h-full",
|
|
499
574
|
"md:ml-0",
|
|
500
575
|
"md:ml-16",
|
|
501
576
|
"md:ml-24",
|
|
@@ -634,6 +709,14 @@
|
|
|
634
709
|
"md:until-lg:hidden",
|
|
635
710
|
"md:until-xl:hidden",
|
|
636
711
|
"micro",
|
|
712
|
+
"min-h-0",
|
|
713
|
+
"min-h-16",
|
|
714
|
+
"min-h-24",
|
|
715
|
+
"min-h-32",
|
|
716
|
+
"min-h-48",
|
|
717
|
+
"min-h-64",
|
|
718
|
+
"min-h-8",
|
|
719
|
+
"min-h-full",
|
|
637
720
|
"ml-0",
|
|
638
721
|
"ml-16",
|
|
639
722
|
"ml-24",
|
|
@@ -688,6 +771,9 @@
|
|
|
688
771
|
"my-l",
|
|
689
772
|
"my-m",
|
|
690
773
|
"my-s",
|
|
774
|
+
"object-contain",
|
|
775
|
+
"object-cover",
|
|
776
|
+
"object-fill",
|
|
691
777
|
"overflow-auto",
|
|
692
778
|
"overflow-hidden",
|
|
693
779
|
"overflow-scroll",
|
|
@@ -864,6 +950,14 @@
|
|
|
864
950
|
"w-sm",
|
|
865
951
|
"w-xs",
|
|
866
952
|
"wordmark",
|
|
953
|
+
"xl:aspect-1/1",
|
|
954
|
+
"xl:aspect-16/9",
|
|
955
|
+
"xl:aspect-2/3",
|
|
956
|
+
"xl:aspect-21/9",
|
|
957
|
+
"xl:aspect-3/2",
|
|
958
|
+
"xl:aspect-4/3",
|
|
959
|
+
"xl:aspect-4/5",
|
|
960
|
+
"xl:aspect-9/16",
|
|
867
961
|
"xl:flex",
|
|
868
962
|
"xl:flex-col",
|
|
869
963
|
"xl:flex-col-reverse",
|
|
@@ -902,6 +996,14 @@
|
|
|
902
996
|
"xl:gap-y-l",
|
|
903
997
|
"xl:gap-y-m",
|
|
904
998
|
"xl:gap-y-s",
|
|
999
|
+
"xl:h-0",
|
|
1000
|
+
"xl:h-16",
|
|
1001
|
+
"xl:h-24",
|
|
1002
|
+
"xl:h-32",
|
|
1003
|
+
"xl:h-48",
|
|
1004
|
+
"xl:h-64",
|
|
1005
|
+
"xl:h-8",
|
|
1006
|
+
"xl:h-full",
|
|
905
1007
|
"xl:hidden",
|
|
906
1008
|
"xl:items-center",
|
|
907
1009
|
"xl:items-end",
|
|
@@ -922,6 +1024,14 @@
|
|
|
922
1024
|
"xl:m-64",
|
|
923
1025
|
"xl:m-8",
|
|
924
1026
|
"xl:m-auto",
|
|
1027
|
+
"xl:max-h-0",
|
|
1028
|
+
"xl:max-h-16",
|
|
1029
|
+
"xl:max-h-24",
|
|
1030
|
+
"xl:max-h-32",
|
|
1031
|
+
"xl:max-h-48",
|
|
1032
|
+
"xl:max-h-64",
|
|
1033
|
+
"xl:max-h-8",
|
|
1034
|
+
"xl:max-h-full",
|
|
925
1035
|
"xl:mb-0",
|
|
926
1036
|
"xl:mb-16",
|
|
927
1037
|
"xl:mb-24",
|
|
@@ -934,6 +1044,14 @@
|
|
|
934
1044
|
"xl:mb-l",
|
|
935
1045
|
"xl:mb-m",
|
|
936
1046
|
"xl:mb-s",
|
|
1047
|
+
"xl:min-h-0",
|
|
1048
|
+
"xl:min-h-16",
|
|
1049
|
+
"xl:min-h-24",
|
|
1050
|
+
"xl:min-h-32",
|
|
1051
|
+
"xl:min-h-48",
|
|
1052
|
+
"xl:min-h-64",
|
|
1053
|
+
"xl:min-h-8",
|
|
1054
|
+
"xl:min-h-full",
|
|
937
1055
|
"xl:ml-0",
|
|
938
1056
|
"xl:ml-16",
|
|
939
1057
|
"xl:ml-24",
|
|
@@ -1225,22 +1343,22 @@
|
|
|
1225
1343
|
"text-align: start",
|
|
1226
1344
|
"--_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='m2.728 10 4-4-4-4L4 .729 9.273 6 4 11.273l-1.272-1.272Z' clip-rule='evenodd'/%3E%3C/svg%3E\")",
|
|
1227
1345
|
"mask: var(--_arrow-icon)",
|
|
1346
|
+
"transition: rotate var(--_v-transition-speed-default) ease",
|
|
1228
1347
|
"rotate: var(--_arrow-rotation)",
|
|
1229
1348
|
"flex-shrink: 0",
|
|
1230
1349
|
"width: .75em",
|
|
1231
1350
|
"height: .75em",
|
|
1232
1351
|
"margin-top: .125rem",
|
|
1233
|
-
"transition: translate .1s",
|
|
1234
1352
|
"mask-size: cover",
|
|
1235
1353
|
"width: .5rem",
|
|
1236
1354
|
"height: .5rem",
|
|
1237
1355
|
"background-color: currentColor",
|
|
1238
1356
|
"margin-inline-start: var(--v-space-4)",
|
|
1239
1357
|
"margin-inline-end: var(--v-space-4)",
|
|
1240
|
-
"--_rtl-arrow-rotation: var(--_rtl-toggle)
|
|
1358
|
+
"--_rtl-arrow-rotation: var(--_rtl-toggle) 180deg",
|
|
1241
1359
|
"--_arrow-rotation: var(--_rtl-arrow-rotation, 0deg)",
|
|
1242
1360
|
"--_rtl-arrow-rotation: var(--_rtl-toggle) 0deg",
|
|
1243
|
-
"--_arrow-rotation: var(--_rtl-arrow-rotation,
|
|
1361
|
+
"--_arrow-rotation: var(--_rtl-arrow-rotation, 180deg)",
|
|
1244
1362
|
"--_arrow-rotation: 90deg",
|
|
1245
1363
|
"--_arrow-rotation: -90deg",
|
|
1246
1364
|
"margin-inline-start: var(--v-space-8)",
|
|
@@ -1687,7 +1805,7 @@
|
|
|
1687
1805
|
"name": "backdrop",
|
|
1688
1806
|
"prefixes": [],
|
|
1689
1807
|
"declarations": [
|
|
1690
|
-
"background-color:
|
|
1808
|
+
"background-color: #000000a3",
|
|
1691
1809
|
"z-index: calc(var(--v-index-overlay) - 1)",
|
|
1692
1810
|
"justify-content: center",
|
|
1693
1811
|
"align-items: center",
|
|
@@ -2127,140 +2245,191 @@
|
|
|
2127
2245
|
"layer": "volvo.blocks"
|
|
2128
2246
|
},
|
|
2129
2247
|
{
|
|
2130
|
-
"name": "
|
|
2131
|
-
"prefixes": [
|
|
2248
|
+
"name": "aspect-1/1",
|
|
2249
|
+
"prefixes": [
|
|
2250
|
+
"lg",
|
|
2251
|
+
"md",
|
|
2252
|
+
"xl"
|
|
2253
|
+
],
|
|
2132
2254
|
"declarations": [
|
|
2133
|
-
"
|
|
2255
|
+
"aspect-ratio: 1"
|
|
2134
2256
|
],
|
|
2135
2257
|
"layer": "volvo.utilities"
|
|
2136
2258
|
},
|
|
2137
2259
|
{
|
|
2138
|
-
"name": "
|
|
2139
|
-
"prefixes": [
|
|
2260
|
+
"name": "aspect-4/5",
|
|
2261
|
+
"prefixes": [
|
|
2262
|
+
"lg",
|
|
2263
|
+
"md",
|
|
2264
|
+
"xl"
|
|
2265
|
+
],
|
|
2140
2266
|
"declarations": [
|
|
2141
|
-
"
|
|
2267
|
+
"aspect-ratio: 4 / 5"
|
|
2142
2268
|
],
|
|
2143
2269
|
"layer": "volvo.utilities"
|
|
2144
2270
|
},
|
|
2145
2271
|
{
|
|
2146
|
-
"name": "
|
|
2147
|
-
"prefixes": [
|
|
2272
|
+
"name": "aspect-2/3",
|
|
2273
|
+
"prefixes": [
|
|
2274
|
+
"lg",
|
|
2275
|
+
"md",
|
|
2276
|
+
"xl"
|
|
2277
|
+
],
|
|
2148
2278
|
"declarations": [
|
|
2149
|
-
"
|
|
2150
|
-
"background-color: var(--background-color)"
|
|
2279
|
+
"aspect-ratio: 2 / 3"
|
|
2151
2280
|
],
|
|
2152
2281
|
"layer": "volvo.utilities"
|
|
2153
2282
|
},
|
|
2154
2283
|
{
|
|
2155
|
-
"name": "
|
|
2156
|
-
"prefixes": [
|
|
2284
|
+
"name": "aspect-9/16",
|
|
2285
|
+
"prefixes": [
|
|
2286
|
+
"lg",
|
|
2287
|
+
"md",
|
|
2288
|
+
"xl"
|
|
2289
|
+
],
|
|
2157
2290
|
"declarations": [
|
|
2158
|
-
"
|
|
2159
|
-
"background-color: var(--background-color)"
|
|
2291
|
+
"aspect-ratio: 9 / 16"
|
|
2160
2292
|
],
|
|
2161
2293
|
"layer": "volvo.utilities"
|
|
2162
2294
|
},
|
|
2163
2295
|
{
|
|
2164
|
-
"name": "
|
|
2165
|
-
"prefixes": [
|
|
2296
|
+
"name": "aspect-4/3",
|
|
2297
|
+
"prefixes": [
|
|
2298
|
+
"lg",
|
|
2299
|
+
"md",
|
|
2300
|
+
"xl"
|
|
2301
|
+
],
|
|
2166
2302
|
"declarations": [
|
|
2167
|
-
"
|
|
2168
|
-
"background-color: var(--background-color)"
|
|
2303
|
+
"aspect-ratio: 4 / 3"
|
|
2169
2304
|
],
|
|
2170
2305
|
"layer": "volvo.utilities"
|
|
2171
2306
|
},
|
|
2172
2307
|
{
|
|
2173
|
-
"name": "
|
|
2308
|
+
"name": "aspect-3/2",
|
|
2309
|
+
"prefixes": [
|
|
2310
|
+
"lg",
|
|
2311
|
+
"md",
|
|
2312
|
+
"xl"
|
|
2313
|
+
],
|
|
2314
|
+
"declarations": [
|
|
2315
|
+
"aspect-ratio: 3 / 2"
|
|
2316
|
+
],
|
|
2317
|
+
"layer": "volvo.utilities"
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "aspect-16/9",
|
|
2321
|
+
"prefixes": [
|
|
2322
|
+
"lg",
|
|
2323
|
+
"md",
|
|
2324
|
+
"xl"
|
|
2325
|
+
],
|
|
2326
|
+
"declarations": [
|
|
2327
|
+
"aspect-ratio: 16 / 9"
|
|
2328
|
+
],
|
|
2329
|
+
"layer": "volvo.utilities"
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"name": "aspect-21/9",
|
|
2333
|
+
"prefixes": [
|
|
2334
|
+
"lg",
|
|
2335
|
+
"md",
|
|
2336
|
+
"xl"
|
|
2337
|
+
],
|
|
2338
|
+
"declarations": [
|
|
2339
|
+
"aspect-ratio: 21 / 9"
|
|
2340
|
+
],
|
|
2341
|
+
"layer": "volvo.utilities"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"name": "bg-inherit",
|
|
2174
2345
|
"prefixes": [],
|
|
2175
2346
|
"declarations": [
|
|
2176
|
-
"
|
|
2177
|
-
"background-color: var(--background-color)"
|
|
2347
|
+
"background-color: inherit"
|
|
2178
2348
|
],
|
|
2179
2349
|
"layer": "volvo.utilities"
|
|
2180
2350
|
},
|
|
2181
2351
|
{
|
|
2182
|
-
"name": "bg-
|
|
2352
|
+
"name": "bg-transparent",
|
|
2183
2353
|
"prefixes": [],
|
|
2184
2354
|
"declarations": [
|
|
2185
|
-
"
|
|
2186
|
-
"background-color: var(--background-color)"
|
|
2355
|
+
"background-color: #0000"
|
|
2187
2356
|
],
|
|
2188
2357
|
"layer": "volvo.utilities"
|
|
2189
2358
|
},
|
|
2190
2359
|
{
|
|
2191
|
-
"name": "bg-
|
|
2360
|
+
"name": "bg-always-black",
|
|
2192
2361
|
"prefixes": [],
|
|
2193
2362
|
"declarations": [
|
|
2194
|
-
"--background-color: var(--v-color-
|
|
2363
|
+
"--background-color: var(--v-color-always-black)",
|
|
2195
2364
|
"background-color: var(--background-color)"
|
|
2196
2365
|
],
|
|
2197
2366
|
"layer": "volvo.utilities"
|
|
2198
2367
|
},
|
|
2199
2368
|
{
|
|
2200
|
-
"name": "bg-
|
|
2369
|
+
"name": "bg-always-white",
|
|
2201
2370
|
"prefixes": [],
|
|
2202
2371
|
"declarations": [
|
|
2203
|
-
"--background-color: var(--v-color-
|
|
2372
|
+
"--background-color: var(--v-color-always-white)",
|
|
2204
2373
|
"background-color: var(--background-color)"
|
|
2205
2374
|
],
|
|
2206
2375
|
"layer": "volvo.utilities"
|
|
2207
2376
|
},
|
|
2208
2377
|
{
|
|
2209
|
-
"name": "bg-
|
|
2378
|
+
"name": "bg-primary",
|
|
2210
2379
|
"prefixes": [],
|
|
2211
2380
|
"declarations": [
|
|
2212
|
-
"--background-color: var(--v-color-
|
|
2381
|
+
"--background-color: var(--v-color-background-primary)",
|
|
2213
2382
|
"background-color: var(--background-color)"
|
|
2214
2383
|
],
|
|
2215
2384
|
"layer": "volvo.utilities"
|
|
2216
2385
|
},
|
|
2217
2386
|
{
|
|
2218
|
-
"name": "bg-
|
|
2387
|
+
"name": "bg-secondary",
|
|
2219
2388
|
"prefixes": [],
|
|
2220
2389
|
"declarations": [
|
|
2221
|
-
"--background-color: var(--v-color-
|
|
2390
|
+
"--background-color: var(--v-color-background-secondary)",
|
|
2222
2391
|
"background-color: var(--background-color)"
|
|
2223
2392
|
],
|
|
2224
2393
|
"layer": "volvo.utilities"
|
|
2225
2394
|
},
|
|
2226
2395
|
{
|
|
2227
|
-
"name": "bg-
|
|
2396
|
+
"name": "bg-surface-neutral",
|
|
2228
2397
|
"prefixes": [],
|
|
2229
2398
|
"declarations": [
|
|
2230
|
-
"--background-color: var(--v-color-surface-
|
|
2399
|
+
"--background-color: var(--v-color-surface-neutral)",
|
|
2231
2400
|
"background-color: var(--background-color)"
|
|
2232
2401
|
],
|
|
2233
2402
|
"layer": "volvo.utilities"
|
|
2234
2403
|
},
|
|
2235
2404
|
{
|
|
2236
|
-
"name": "bg-surface-
|
|
2405
|
+
"name": "bg-surface-accent-blue",
|
|
2237
2406
|
"prefixes": [],
|
|
2238
2407
|
"declarations": [
|
|
2239
|
-
"--background-color: var(--v-color-surface-
|
|
2408
|
+
"--background-color: var(--v-color-surface-accent-blue)",
|
|
2240
2409
|
"background-color: var(--background-color)"
|
|
2241
2410
|
],
|
|
2242
2411
|
"layer": "volvo.utilities"
|
|
2243
2412
|
},
|
|
2244
2413
|
{
|
|
2245
|
-
"name": "bg-feedback-
|
|
2414
|
+
"name": "bg-surface-feedback-green",
|
|
2246
2415
|
"prefixes": [],
|
|
2247
2416
|
"declarations": [
|
|
2248
|
-
"--background-color: var(--v-color-surface-feedback-
|
|
2417
|
+
"--background-color: var(--v-color-surface-feedback-green)",
|
|
2249
2418
|
"background-color: var(--background-color)"
|
|
2250
2419
|
],
|
|
2251
2420
|
"layer": "volvo.utilities"
|
|
2252
2421
|
},
|
|
2253
2422
|
{
|
|
2254
|
-
"name": "bg-surface-feedback-
|
|
2423
|
+
"name": "bg-surface-feedback-orange",
|
|
2255
2424
|
"prefixes": [],
|
|
2256
2425
|
"declarations": [
|
|
2257
|
-
"--background-color: var(--v-color-surface-feedback-
|
|
2426
|
+
"--background-color: var(--v-color-surface-feedback-orange)",
|
|
2258
2427
|
"background-color: var(--background-color)"
|
|
2259
2428
|
],
|
|
2260
2429
|
"layer": "volvo.utilities"
|
|
2261
2430
|
},
|
|
2262
2431
|
{
|
|
2263
|
-
"name": "bg-feedback-red",
|
|
2432
|
+
"name": "bg-surface-feedback-red",
|
|
2264
2433
|
"prefixes": [],
|
|
2265
2434
|
"declarations": [
|
|
2266
2435
|
"--background-color: var(--v-color-surface-feedback-red)",
|
|
@@ -3188,7 +3357,11 @@
|
|
|
3188
3357
|
},
|
|
3189
3358
|
{
|
|
3190
3359
|
"name": "h-0",
|
|
3191
|
-
"prefixes": [
|
|
3360
|
+
"prefixes": [
|
|
3361
|
+
"lg",
|
|
3362
|
+
"md",
|
|
3363
|
+
"xl"
|
|
3364
|
+
],
|
|
3192
3365
|
"declarations": [
|
|
3193
3366
|
"height: 0"
|
|
3194
3367
|
],
|
|
@@ -3196,7 +3369,11 @@
|
|
|
3196
3369
|
},
|
|
3197
3370
|
{
|
|
3198
3371
|
"name": "h-8",
|
|
3199
|
-
"prefixes": [
|
|
3372
|
+
"prefixes": [
|
|
3373
|
+
"lg",
|
|
3374
|
+
"md",
|
|
3375
|
+
"xl"
|
|
3376
|
+
],
|
|
3200
3377
|
"declarations": [
|
|
3201
3378
|
"height: .5rem"
|
|
3202
3379
|
],
|
|
@@ -3204,7 +3381,11 @@
|
|
|
3204
3381
|
},
|
|
3205
3382
|
{
|
|
3206
3383
|
"name": "h-16",
|
|
3207
|
-
"prefixes": [
|
|
3384
|
+
"prefixes": [
|
|
3385
|
+
"lg",
|
|
3386
|
+
"md",
|
|
3387
|
+
"xl"
|
|
3388
|
+
],
|
|
3208
3389
|
"declarations": [
|
|
3209
3390
|
"height: 1rem"
|
|
3210
3391
|
],
|
|
@@ -3212,7 +3393,11 @@
|
|
|
3212
3393
|
},
|
|
3213
3394
|
{
|
|
3214
3395
|
"name": "h-24",
|
|
3215
|
-
"prefixes": [
|
|
3396
|
+
"prefixes": [
|
|
3397
|
+
"lg",
|
|
3398
|
+
"md",
|
|
3399
|
+
"xl"
|
|
3400
|
+
],
|
|
3216
3401
|
"declarations": [
|
|
3217
3402
|
"height: 1.5rem"
|
|
3218
3403
|
],
|
|
@@ -3220,7 +3405,11 @@
|
|
|
3220
3405
|
},
|
|
3221
3406
|
{
|
|
3222
3407
|
"name": "h-32",
|
|
3223
|
-
"prefixes": [
|
|
3408
|
+
"prefixes": [
|
|
3409
|
+
"lg",
|
|
3410
|
+
"md",
|
|
3411
|
+
"xl"
|
|
3412
|
+
],
|
|
3224
3413
|
"declarations": [
|
|
3225
3414
|
"height: 2rem"
|
|
3226
3415
|
],
|
|
@@ -3228,7 +3417,11 @@
|
|
|
3228
3417
|
},
|
|
3229
3418
|
{
|
|
3230
3419
|
"name": "h-48",
|
|
3231
|
-
"prefixes": [
|
|
3420
|
+
"prefixes": [
|
|
3421
|
+
"lg",
|
|
3422
|
+
"md",
|
|
3423
|
+
"xl"
|
|
3424
|
+
],
|
|
3232
3425
|
"declarations": [
|
|
3233
3426
|
"height: 3rem"
|
|
3234
3427
|
],
|
|
@@ -3236,7 +3429,11 @@
|
|
|
3236
3429
|
},
|
|
3237
3430
|
{
|
|
3238
3431
|
"name": "h-64",
|
|
3239
|
-
"prefixes": [
|
|
3432
|
+
"prefixes": [
|
|
3433
|
+
"lg",
|
|
3434
|
+
"md",
|
|
3435
|
+
"xl"
|
|
3436
|
+
],
|
|
3240
3437
|
"declarations": [
|
|
3241
3438
|
"height: 4rem"
|
|
3242
3439
|
],
|
|
@@ -3244,12 +3441,208 @@
|
|
|
3244
3441
|
},
|
|
3245
3442
|
{
|
|
3246
3443
|
"name": "h-full",
|
|
3247
|
-
"prefixes": [
|
|
3444
|
+
"prefixes": [
|
|
3445
|
+
"lg",
|
|
3446
|
+
"md",
|
|
3447
|
+
"xl"
|
|
3448
|
+
],
|
|
3248
3449
|
"declarations": [
|
|
3249
3450
|
"height: 100%"
|
|
3250
3451
|
],
|
|
3251
3452
|
"layer": "volvo.utilities"
|
|
3252
3453
|
},
|
|
3454
|
+
{
|
|
3455
|
+
"name": "min-h-0",
|
|
3456
|
+
"prefixes": [
|
|
3457
|
+
"lg",
|
|
3458
|
+
"md",
|
|
3459
|
+
"xl"
|
|
3460
|
+
],
|
|
3461
|
+
"declarations": [
|
|
3462
|
+
"min-height: 0"
|
|
3463
|
+
],
|
|
3464
|
+
"layer": "volvo.utilities"
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "min-h-8",
|
|
3468
|
+
"prefixes": [
|
|
3469
|
+
"lg",
|
|
3470
|
+
"md",
|
|
3471
|
+
"xl"
|
|
3472
|
+
],
|
|
3473
|
+
"declarations": [
|
|
3474
|
+
"min-height: .5rem"
|
|
3475
|
+
],
|
|
3476
|
+
"layer": "volvo.utilities"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"name": "min-h-16",
|
|
3480
|
+
"prefixes": [
|
|
3481
|
+
"lg",
|
|
3482
|
+
"md",
|
|
3483
|
+
"xl"
|
|
3484
|
+
],
|
|
3485
|
+
"declarations": [
|
|
3486
|
+
"min-height: 1rem"
|
|
3487
|
+
],
|
|
3488
|
+
"layer": "volvo.utilities"
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"name": "min-h-24",
|
|
3492
|
+
"prefixes": [
|
|
3493
|
+
"lg",
|
|
3494
|
+
"md",
|
|
3495
|
+
"xl"
|
|
3496
|
+
],
|
|
3497
|
+
"declarations": [
|
|
3498
|
+
"min-height: 1.5rem"
|
|
3499
|
+
],
|
|
3500
|
+
"layer": "volvo.utilities"
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"name": "min-h-32",
|
|
3504
|
+
"prefixes": [
|
|
3505
|
+
"lg",
|
|
3506
|
+
"md",
|
|
3507
|
+
"xl"
|
|
3508
|
+
],
|
|
3509
|
+
"declarations": [
|
|
3510
|
+
"min-height: 2rem"
|
|
3511
|
+
],
|
|
3512
|
+
"layer": "volvo.utilities"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "min-h-48",
|
|
3516
|
+
"prefixes": [
|
|
3517
|
+
"lg",
|
|
3518
|
+
"md",
|
|
3519
|
+
"xl"
|
|
3520
|
+
],
|
|
3521
|
+
"declarations": [
|
|
3522
|
+
"min-height: 3rem"
|
|
3523
|
+
],
|
|
3524
|
+
"layer": "volvo.utilities"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"name": "min-h-64",
|
|
3528
|
+
"prefixes": [
|
|
3529
|
+
"lg",
|
|
3530
|
+
"md",
|
|
3531
|
+
"xl"
|
|
3532
|
+
],
|
|
3533
|
+
"declarations": [
|
|
3534
|
+
"min-height: 4rem"
|
|
3535
|
+
],
|
|
3536
|
+
"layer": "volvo.utilities"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"name": "min-h-full",
|
|
3540
|
+
"prefixes": [
|
|
3541
|
+
"lg",
|
|
3542
|
+
"md",
|
|
3543
|
+
"xl"
|
|
3544
|
+
],
|
|
3545
|
+
"declarations": [
|
|
3546
|
+
"min-height: 100%"
|
|
3547
|
+
],
|
|
3548
|
+
"layer": "volvo.utilities"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"name": "max-h-0",
|
|
3552
|
+
"prefixes": [
|
|
3553
|
+
"lg",
|
|
3554
|
+
"md",
|
|
3555
|
+
"xl"
|
|
3556
|
+
],
|
|
3557
|
+
"declarations": [
|
|
3558
|
+
"max-height: 0"
|
|
3559
|
+
],
|
|
3560
|
+
"layer": "volvo.utilities"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"name": "max-h-8",
|
|
3564
|
+
"prefixes": [
|
|
3565
|
+
"lg",
|
|
3566
|
+
"md",
|
|
3567
|
+
"xl"
|
|
3568
|
+
],
|
|
3569
|
+
"declarations": [
|
|
3570
|
+
"max-height: .5rem"
|
|
3571
|
+
],
|
|
3572
|
+
"layer": "volvo.utilities"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"name": "max-h-16",
|
|
3576
|
+
"prefixes": [
|
|
3577
|
+
"lg",
|
|
3578
|
+
"md",
|
|
3579
|
+
"xl"
|
|
3580
|
+
],
|
|
3581
|
+
"declarations": [
|
|
3582
|
+
"max-height: 1rem"
|
|
3583
|
+
],
|
|
3584
|
+
"layer": "volvo.utilities"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"name": "max-h-24",
|
|
3588
|
+
"prefixes": [
|
|
3589
|
+
"lg",
|
|
3590
|
+
"md",
|
|
3591
|
+
"xl"
|
|
3592
|
+
],
|
|
3593
|
+
"declarations": [
|
|
3594
|
+
"max-height: 1.5rem"
|
|
3595
|
+
],
|
|
3596
|
+
"layer": "volvo.utilities"
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"name": "max-h-32",
|
|
3600
|
+
"prefixes": [
|
|
3601
|
+
"lg",
|
|
3602
|
+
"md",
|
|
3603
|
+
"xl"
|
|
3604
|
+
],
|
|
3605
|
+
"declarations": [
|
|
3606
|
+
"max-height: 2rem"
|
|
3607
|
+
],
|
|
3608
|
+
"layer": "volvo.utilities"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"name": "max-h-48",
|
|
3612
|
+
"prefixes": [
|
|
3613
|
+
"lg",
|
|
3614
|
+
"md",
|
|
3615
|
+
"xl"
|
|
3616
|
+
],
|
|
3617
|
+
"declarations": [
|
|
3618
|
+
"max-height: 3rem"
|
|
3619
|
+
],
|
|
3620
|
+
"layer": "volvo.utilities"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"name": "max-h-64",
|
|
3624
|
+
"prefixes": [
|
|
3625
|
+
"lg",
|
|
3626
|
+
"md",
|
|
3627
|
+
"xl"
|
|
3628
|
+
],
|
|
3629
|
+
"declarations": [
|
|
3630
|
+
"max-height: 4rem"
|
|
3631
|
+
],
|
|
3632
|
+
"layer": "volvo.utilities"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"name": "max-h-full",
|
|
3636
|
+
"prefixes": [
|
|
3637
|
+
"lg",
|
|
3638
|
+
"md",
|
|
3639
|
+
"xl"
|
|
3640
|
+
],
|
|
3641
|
+
"declarations": [
|
|
3642
|
+
"max-height: 100%"
|
|
3643
|
+
],
|
|
3644
|
+
"layer": "volvo.utilities"
|
|
3645
|
+
},
|
|
3253
3646
|
{
|
|
3254
3647
|
"name": "block",
|
|
3255
3648
|
"prefixes": [],
|
|
@@ -4427,6 +4820,30 @@
|
|
|
4427
4820
|
],
|
|
4428
4821
|
"layer": "volvo.utilities"
|
|
4429
4822
|
},
|
|
4823
|
+
{
|
|
4824
|
+
"name": "object-fill",
|
|
4825
|
+
"prefixes": [],
|
|
4826
|
+
"declarations": [
|
|
4827
|
+
"object-fit: fill"
|
|
4828
|
+
],
|
|
4829
|
+
"layer": "volvo.utilities"
|
|
4830
|
+
},
|
|
4831
|
+
{
|
|
4832
|
+
"name": "object-cover",
|
|
4833
|
+
"prefixes": [],
|
|
4834
|
+
"declarations": [
|
|
4835
|
+
"object-fit: cover"
|
|
4836
|
+
],
|
|
4837
|
+
"layer": "volvo.utilities"
|
|
4838
|
+
},
|
|
4839
|
+
{
|
|
4840
|
+
"name": "object-contain",
|
|
4841
|
+
"prefixes": [],
|
|
4842
|
+
"declarations": [
|
|
4843
|
+
"object-fit: contain"
|
|
4844
|
+
],
|
|
4845
|
+
"layer": "volvo.utilities"
|
|
4846
|
+
},
|
|
4430
4847
|
{
|
|
4431
4848
|
"name": "overflow-auto",
|
|
4432
4849
|
"prefixes": [
|
|
@@ -6536,7 +6953,7 @@
|
|
|
6536
6953
|
"description": "Use for primary text and icons."
|
|
6537
6954
|
},
|
|
6538
6955
|
"value": [
|
|
6539
|
-
"
|
|
6956
|
+
"rgb(0 0 0 / 96%)",
|
|
6540
6957
|
"#ffffff"
|
|
6541
6958
|
]
|
|
6542
6959
|
},
|
|
@@ -6549,7 +6966,7 @@
|
|
|
6549
6966
|
"description": "Use for secondary text and icons."
|
|
6550
6967
|
},
|
|
6551
6968
|
"value": [
|
|
6552
|
-
"
|
|
6969
|
+
"rgb(0 0 0 / 64%)",
|
|
6553
6970
|
"rgb(255 255 255 / 64%)"
|
|
6554
6971
|
]
|
|
6555
6972
|
},
|
|
@@ -6631,7 +7048,7 @@
|
|
|
6631
7048
|
"description": "Use to visually group or separate UI elements."
|
|
6632
7049
|
},
|
|
6633
7050
|
"value": [
|
|
6634
|
-
"
|
|
7051
|
+
"rgb(0 0 0 / 12%)",
|
|
6635
7052
|
"rgb(255 255 255 / 12%)"
|
|
6636
7053
|
]
|
|
6637
7054
|
},
|
|
@@ -6729,6 +7146,48 @@
|
|
|
6729
7146
|
"#fafafa",
|
|
6730
7147
|
"#141414"
|
|
6731
7148
|
]
|
|
7149
|
+
},
|
|
7150
|
+
{
|
|
7151
|
+
"css": "--v-color-background-feedback-green",
|
|
7152
|
+
"type": "color",
|
|
7153
|
+
"property": "background",
|
|
7154
|
+
"variant": "green",
|
|
7155
|
+
"category": "feedback",
|
|
7156
|
+
"meta": {
|
|
7157
|
+
"description": "Use for positive and actionable states."
|
|
7158
|
+
},
|
|
7159
|
+
"value": [
|
|
7160
|
+
"#ebf6ee",
|
|
7161
|
+
"#011b07"
|
|
7162
|
+
]
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"css": "--v-color-background-feedback-orange",
|
|
7166
|
+
"type": "color",
|
|
7167
|
+
"property": "background",
|
|
7168
|
+
"variant": "orange",
|
|
7169
|
+
"category": "feedback",
|
|
7170
|
+
"meta": {
|
|
7171
|
+
"description": "Use for cautionary background states."
|
|
7172
|
+
},
|
|
7173
|
+
"value": [
|
|
7174
|
+
"#fdf4eb",
|
|
7175
|
+
"#291800"
|
|
7176
|
+
]
|
|
7177
|
+
},
|
|
7178
|
+
{
|
|
7179
|
+
"css": "--v-color-background-feedback-red",
|
|
7180
|
+
"type": "color",
|
|
7181
|
+
"property": "background",
|
|
7182
|
+
"variant": "red",
|
|
7183
|
+
"category": "feedback",
|
|
7184
|
+
"meta": {
|
|
7185
|
+
"description": "Use for errors, invalid and destructive background states."
|
|
7186
|
+
},
|
|
7187
|
+
"value": [
|
|
7188
|
+
"#faedec",
|
|
7189
|
+
"#290805"
|
|
7190
|
+
]
|
|
6732
7191
|
}
|
|
6733
7192
|
],
|
|
6734
7193
|
"customMedia": [
|