@volvo-cars/css 0.36.0 → 0.38.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-SFPLQPG4.js → chunk-UITISLOT.js} +2 -2
- package/dist/{chunk-SFPLQPG4.js.map → chunk-UITISLOT.js.map} +1 -1
- package/dist/css/v0/styles.b9e27bf6.css +1 -0
- package/dist/css/v0/styles_hover.d9997786.css +1 -0
- package/dist/css/v0/styles_md.c1de4aca.css +1 -0
- package/dist/imports.json +3 -3
- 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 +585 -71
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +294 -32
- package/dist/styles_all-media.css +1 -1
- package/dist/styles_hover.css +1 -1
- package/dist/styles_md.css +1 -1
- package/package.json +5 -5
- package/dist/css/v0/styles.936fdb76.css +0 -1
- package/dist/css/v0/styles_hover.33a8f5ca.css +0 -1
- package/dist/css/v0/styles_md.89848ddc.css +0 -1
package/dist/meta.json
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"classNames": [
|
|
3
|
+
"-m-16",
|
|
4
|
+
"-m-24",
|
|
5
|
+
"-m-4",
|
|
6
|
+
"-m-8",
|
|
7
|
+
"-mb-16",
|
|
8
|
+
"-mb-24",
|
|
9
|
+
"-mb-4",
|
|
10
|
+
"-mb-8",
|
|
11
|
+
"-ml-16",
|
|
12
|
+
"-ml-24",
|
|
13
|
+
"-ml-4",
|
|
14
|
+
"-ml-8",
|
|
15
|
+
"-mr-16",
|
|
16
|
+
"-mr-24",
|
|
17
|
+
"-mr-4",
|
|
18
|
+
"-mr-8",
|
|
19
|
+
"-mt-16",
|
|
20
|
+
"-mt-24",
|
|
21
|
+
"-mt-4",
|
|
22
|
+
"-mt-8",
|
|
23
|
+
"-mx-16",
|
|
24
|
+
"-mx-24",
|
|
25
|
+
"-mx-4",
|
|
26
|
+
"-mx-8",
|
|
27
|
+
"-my-16",
|
|
28
|
+
"-my-24",
|
|
29
|
+
"-my-4",
|
|
30
|
+
"-my-8",
|
|
3
31
|
"backdrop",
|
|
4
32
|
"bg-accent-blue",
|
|
5
33
|
"bg-always-black",
|
|
@@ -52,6 +80,10 @@
|
|
|
52
80
|
"button-text",
|
|
53
81
|
"capitalize",
|
|
54
82
|
"checkbox",
|
|
83
|
+
"checkbox-checked:border",
|
|
84
|
+
"checkbox-checked:border-2",
|
|
85
|
+
"checkbox-checked:border-accent-blue",
|
|
86
|
+
"checkbox-checked:border-primary",
|
|
55
87
|
"checked:border",
|
|
56
88
|
"checked:border-2",
|
|
57
89
|
"checked:border-accent-blue",
|
|
@@ -71,6 +103,7 @@
|
|
|
71
103
|
"current:text-primary",
|
|
72
104
|
"dialog",
|
|
73
105
|
"dialog__close",
|
|
106
|
+
"disclosure",
|
|
74
107
|
"empty:hidden",
|
|
75
108
|
"expanded:border-accent-blue",
|
|
76
109
|
"expanded:border-primary",
|
|
@@ -115,6 +148,13 @@
|
|
|
115
148
|
"gap-y-l",
|
|
116
149
|
"gap-y-m",
|
|
117
150
|
"gap-y-s",
|
|
151
|
+
"grid-cols-2",
|
|
152
|
+
"grid-cols-3",
|
|
153
|
+
"h-16",
|
|
154
|
+
"h-24",
|
|
155
|
+
"h-32",
|
|
156
|
+
"h-48",
|
|
157
|
+
"h-64",
|
|
118
158
|
"heading-1",
|
|
119
159
|
"heading-2",
|
|
120
160
|
"heading-3",
|
|
@@ -122,6 +162,9 @@
|
|
|
122
162
|
"hover:border-primary",
|
|
123
163
|
"hover:text-primary",
|
|
124
164
|
"hyphens",
|
|
165
|
+
"icon-button-clear",
|
|
166
|
+
"icon-button-filled",
|
|
167
|
+
"icon-button-outlined",
|
|
125
168
|
"icon-mask",
|
|
126
169
|
"icon-sprite",
|
|
127
170
|
"invisible",
|
|
@@ -329,6 +372,10 @@
|
|
|
329
372
|
"lg:text-end",
|
|
330
373
|
"lg:text-start",
|
|
331
374
|
"lg:until-xl:hidden",
|
|
375
|
+
"link-current:border",
|
|
376
|
+
"link-current:border-2",
|
|
377
|
+
"link-current:border-accent-blue",
|
|
378
|
+
"link-current:border-primary",
|
|
332
379
|
"link-inline",
|
|
333
380
|
"link-plain",
|
|
334
381
|
"link-underlined",
|
|
@@ -674,6 +721,10 @@
|
|
|
674
721
|
"py-m",
|
|
675
722
|
"py-s",
|
|
676
723
|
"radio",
|
|
724
|
+
"radio-checked:border",
|
|
725
|
+
"radio-checked:border-2",
|
|
726
|
+
"radio-checked:border-accent-blue",
|
|
727
|
+
"radio-checked:border-primary",
|
|
677
728
|
"reel",
|
|
678
729
|
"reel-indicators",
|
|
679
730
|
"rounded",
|
|
@@ -707,6 +758,10 @@
|
|
|
707
758
|
"statement-2",
|
|
708
759
|
"statement-3",
|
|
709
760
|
"statement-signature",
|
|
761
|
+
"tab-selected:border",
|
|
762
|
+
"tab-selected:border-2",
|
|
763
|
+
"tab-selected:border-accent-blue",
|
|
764
|
+
"tab-selected:border-primary",
|
|
710
765
|
"tap-area",
|
|
711
766
|
"text-accent-blue",
|
|
712
767
|
"text-always-black",
|
|
@@ -736,6 +791,11 @@
|
|
|
736
791
|
"v-input__password-visibility-control",
|
|
737
792
|
"v-label",
|
|
738
793
|
"volvo_v0",
|
|
794
|
+
"w-16",
|
|
795
|
+
"w-24",
|
|
796
|
+
"w-32",
|
|
797
|
+
"w-48",
|
|
798
|
+
"w-64",
|
|
739
799
|
"w-lg",
|
|
740
800
|
"w-md",
|
|
741
801
|
"w-sm",
|
|
@@ -961,24 +1021,23 @@
|
|
|
961
1021
|
"--stack-gap: var(--v-space-24)",
|
|
962
1022
|
"--stack-gap: var(--v-space-32)",
|
|
963
1023
|
"--stack-gap: var(--v-space-16)",
|
|
964
|
-
"font-size: var(--v-font-16-size)",
|
|
965
|
-
"font-weight: var(--v-font-emphasis-weight)",
|
|
966
|
-
"white-space: nowrap",
|
|
967
1024
|
"user-select: none",
|
|
1025
|
+
"transition: transform var(--v-transition-default), background-color var(--v-transition-default)",
|
|
968
1026
|
"justify-content: center",
|
|
969
1027
|
"align-items: center",
|
|
970
1028
|
"min-width: max-content",
|
|
971
|
-
"max-width: 100%",
|
|
972
|
-
"height: 3rem",
|
|
973
|
-
"transition: transform .2s, background-color .2s",
|
|
974
1029
|
"display: inline-flex",
|
|
975
1030
|
"position: relative",
|
|
976
|
-
"overflow: hidden",
|
|
977
1031
|
"opacity: var(--_v-disabled-opacity)",
|
|
978
|
-
"--
|
|
979
|
-
"
|
|
1032
|
+
"font-size: var(--v-font-16-size)",
|
|
1033
|
+
"font-weight: var(--v-font-emphasis-weight)",
|
|
1034
|
+
"white-space: nowrap",
|
|
1035
|
+
"max-width: 100%",
|
|
1036
|
+
"height: 3rem",
|
|
1037
|
+
"overflow: hidden",
|
|
980
1038
|
"content: \"\"",
|
|
981
1039
|
"width: 100%",
|
|
1040
|
+
"height: 44px",
|
|
982
1041
|
"position: absolute",
|
|
983
1042
|
"top: 50%",
|
|
984
1043
|
"transform: translateY(-50%)",
|
|
@@ -994,15 +1053,14 @@
|
|
|
994
1053
|
"--button-accent-color: var(--v-color-surface-feedback-red)",
|
|
995
1054
|
"background: var(--button-accent-color)",
|
|
996
1055
|
"--_overlay-rate: var(--_v-color-mix-strong)",
|
|
1056
|
+
"transform: scale(.95)",
|
|
997
1057
|
"padding-inline: min(var(--v-space-32), 8vw)",
|
|
998
1058
|
"border-radius: var(--v-radius-4)",
|
|
999
1059
|
"width: 1.5rem",
|
|
1000
1060
|
"height: 1.5rem",
|
|
1001
1061
|
"padding-inline: var(--v-space-16)",
|
|
1002
1062
|
"width: 1rem",
|
|
1003
|
-
"height: 1rem"
|
|
1004
|
-
"height: 44px",
|
|
1005
|
-
"transform: scale(.95)"
|
|
1063
|
+
"height: 1rem"
|
|
1006
1064
|
],
|
|
1007
1065
|
"layer": "volvo.blocks"
|
|
1008
1066
|
},
|
|
@@ -1015,24 +1073,23 @@
|
|
|
1015
1073
|
"--stack-gap: var(--v-space-24)",
|
|
1016
1074
|
"--stack-gap: var(--v-space-32)",
|
|
1017
1075
|
"--stack-gap: var(--v-space-16)",
|
|
1018
|
-
"font-size: var(--v-font-16-size)",
|
|
1019
|
-
"font-weight: var(--v-font-emphasis-weight)",
|
|
1020
|
-
"white-space: nowrap",
|
|
1021
1076
|
"user-select: none",
|
|
1077
|
+
"transition: transform var(--v-transition-default), background-color var(--v-transition-default)",
|
|
1022
1078
|
"justify-content: center",
|
|
1023
1079
|
"align-items: center",
|
|
1024
1080
|
"min-width: max-content",
|
|
1025
|
-
"max-width: 100%",
|
|
1026
|
-
"height: 3rem",
|
|
1027
|
-
"transition: transform .2s, background-color .2s",
|
|
1028
1081
|
"display: inline-flex",
|
|
1029
1082
|
"position: relative",
|
|
1030
|
-
"overflow: hidden",
|
|
1031
1083
|
"opacity: var(--_v-disabled-opacity)",
|
|
1032
|
-
"--
|
|
1033
|
-
"
|
|
1084
|
+
"font-size: var(--v-font-16-size)",
|
|
1085
|
+
"font-weight: var(--v-font-emphasis-weight)",
|
|
1086
|
+
"white-space: nowrap",
|
|
1087
|
+
"max-width: 100%",
|
|
1088
|
+
"height: 3rem",
|
|
1089
|
+
"overflow: hidden",
|
|
1034
1090
|
"content: \"\"",
|
|
1035
1091
|
"width: 100%",
|
|
1092
|
+
"height: 44px",
|
|
1036
1093
|
"position: absolute",
|
|
1037
1094
|
"top: 50%",
|
|
1038
1095
|
"transform: translateY(-50%)",
|
|
@@ -1041,6 +1098,7 @@
|
|
|
1041
1098
|
"box-shadow: inset 0 0 0 1px var(--button-accent-color)",
|
|
1042
1099
|
"color: var(--v-color-foreground-inverted)",
|
|
1043
1100
|
"background-color: var(--button-accent-color)",
|
|
1101
|
+
"transform: scale(.95)",
|
|
1044
1102
|
"padding-inline: min(var(--v-space-32), 8vw)",
|
|
1045
1103
|
"border-radius: var(--v-radius-4)",
|
|
1046
1104
|
"width: 1.5rem",
|
|
@@ -1048,8 +1106,6 @@
|
|
|
1048
1106
|
"padding-inline: var(--v-space-16)",
|
|
1049
1107
|
"width: 1rem",
|
|
1050
1108
|
"height: 1rem",
|
|
1051
|
-
"height: 44px",
|
|
1052
|
-
"transform: scale(.95)",
|
|
1053
1109
|
"--button-accent-color: var(--v-color-foreground-primary)",
|
|
1054
1110
|
"color: var(--button-accent-color)",
|
|
1055
1111
|
"--button-accent-color: var(--v-color-foreground-accent-blue)",
|
|
@@ -1065,24 +1121,23 @@
|
|
|
1065
1121
|
"flex: 1 0 40cqw",
|
|
1066
1122
|
"--stack-gap: var(--v-space-24)",
|
|
1067
1123
|
"--stack-gap: var(--v-space-16)",
|
|
1068
|
-
"font-size: var(--v-font-16-size)",
|
|
1069
|
-
"font-weight: var(--v-font-emphasis-weight)",
|
|
1070
|
-
"white-space: nowrap",
|
|
1071
1124
|
"user-select: none",
|
|
1125
|
+
"transition: transform var(--v-transition-default), background-color var(--v-transition-default)",
|
|
1072
1126
|
"justify-content: center",
|
|
1073
1127
|
"align-items: center",
|
|
1074
1128
|
"min-width: max-content",
|
|
1075
|
-
"max-width: 100%",
|
|
1076
|
-
"height: 3rem",
|
|
1077
|
-
"transition: transform .2s, background-color .2s",
|
|
1078
1129
|
"display: inline-flex",
|
|
1079
1130
|
"position: relative",
|
|
1080
|
-
"overflow: hidden",
|
|
1081
1131
|
"opacity: var(--_v-disabled-opacity)",
|
|
1082
|
-
"--
|
|
1083
|
-
"
|
|
1132
|
+
"font-size: var(--v-font-16-size)",
|
|
1133
|
+
"font-weight: var(--v-font-emphasis-weight)",
|
|
1134
|
+
"white-space: nowrap",
|
|
1135
|
+
"max-width: 100%",
|
|
1136
|
+
"height: 3rem",
|
|
1137
|
+
"overflow: hidden",
|
|
1084
1138
|
"content: \"\"",
|
|
1085
1139
|
"width: 100%",
|
|
1140
|
+
"height: 44px",
|
|
1086
1141
|
"position: absolute",
|
|
1087
1142
|
"top: 50%",
|
|
1088
1143
|
"transform: translateY(-50%)",
|
|
@@ -1113,6 +1168,7 @@
|
|
|
1113
1168
|
"--_arrow-rotation: var(--_rtl-arrow-rotation, -180deg)",
|
|
1114
1169
|
"--_arrow-rotation: 90deg",
|
|
1115
1170
|
"--_arrow-rotation: -90deg",
|
|
1171
|
+
"margin-inline-start: var(--v-space-8)",
|
|
1116
1172
|
"text-decoration-line: underline"
|
|
1117
1173
|
],
|
|
1118
1174
|
"layer": "volvo.blocks"
|
|
@@ -1187,7 +1243,8 @@
|
|
|
1187
1243
|
"max-width: min(80rem, min(var(--v-size-gridmax), var(--_columns-total-width)) + var(--_outer-margin))",
|
|
1188
1244
|
"width: 100%",
|
|
1189
1245
|
"margin-inline: auto",
|
|
1190
|
-
"container-type: inline-size"
|
|
1246
|
+
"container-type: inline-size",
|
|
1247
|
+
"--_outer-margin: calc(var(--v-space-pagemargin) * 2)"
|
|
1191
1248
|
],
|
|
1192
1249
|
"layer": "volvo.layout"
|
|
1193
1250
|
},
|
|
@@ -1296,6 +1353,24 @@
|
|
|
1296
1353
|
],
|
|
1297
1354
|
"layer": "volvo.layout"
|
|
1298
1355
|
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "grid-cols-2",
|
|
1358
|
+
"prefixes": [],
|
|
1359
|
+
"declarations": [
|
|
1360
|
+
"grid-template-columns: repeat(2, minmax(0, 1fr))",
|
|
1361
|
+
"display: grid"
|
|
1362
|
+
],
|
|
1363
|
+
"layer": "volvo.layout"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "grid-cols-3",
|
|
1367
|
+
"prefixes": [],
|
|
1368
|
+
"declarations": [
|
|
1369
|
+
"grid-template-columns: repeat(3, minmax(0, 1fr))",
|
|
1370
|
+
"display: grid"
|
|
1371
|
+
],
|
|
1372
|
+
"layer": "volvo.layout"
|
|
1373
|
+
},
|
|
1299
1374
|
{
|
|
1300
1375
|
"name": "stack-4",
|
|
1301
1376
|
"prefixes": [],
|
|
@@ -1547,6 +1622,106 @@
|
|
|
1547
1622
|
],
|
|
1548
1623
|
"layer": "volvo.blocks"
|
|
1549
1624
|
},
|
|
1625
|
+
{
|
|
1626
|
+
"name": "icon-button-filled",
|
|
1627
|
+
"prefixes": [],
|
|
1628
|
+
"declarations": [
|
|
1629
|
+
"user-select: none",
|
|
1630
|
+
"transition: transform var(--v-transition-default), background-color var(--v-transition-default)",
|
|
1631
|
+
"justify-content: center",
|
|
1632
|
+
"align-items: center",
|
|
1633
|
+
"min-width: max-content",
|
|
1634
|
+
"display: inline-flex",
|
|
1635
|
+
"position: relative",
|
|
1636
|
+
"opacity: var(--_v-disabled-opacity)",
|
|
1637
|
+
"--button-accent-color: var(--v-color-surface-neutral)",
|
|
1638
|
+
"--_color: var(--v-color-foreground-inverted)",
|
|
1639
|
+
"--_overlay-rate: 0%",
|
|
1640
|
+
"color: var(--_color)",
|
|
1641
|
+
"background: color-mix(in oklab, var(--button-accent-color), var(--_color) var(--_overlay-rate))",
|
|
1642
|
+
"--button-accent-color: var(--v-color-surface-accent-blue)",
|
|
1643
|
+
"--_color: var(--v-color-always-white)",
|
|
1644
|
+
"--button-accent-color: var(--v-color-surface-feedback-red)",
|
|
1645
|
+
"background: var(--button-accent-color)",
|
|
1646
|
+
"--_overlay-rate: var(--_v-color-mix-strong)",
|
|
1647
|
+
"transform: scale(.95)",
|
|
1648
|
+
"border-radius: var(--v-radius-full)",
|
|
1649
|
+
"flex-shrink: 0",
|
|
1650
|
+
"width: 2.5rem",
|
|
1651
|
+
"height: 2.5rem",
|
|
1652
|
+
"content: \"\"",
|
|
1653
|
+
"width: 44px",
|
|
1654
|
+
"height: 44px",
|
|
1655
|
+
"position: absolute",
|
|
1656
|
+
"top: 50%",
|
|
1657
|
+
"transform: translateY(-50%)"
|
|
1658
|
+
],
|
|
1659
|
+
"layer": "volvo.blocks"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "icon-button-outlined",
|
|
1663
|
+
"prefixes": [],
|
|
1664
|
+
"declarations": [
|
|
1665
|
+
"user-select: none",
|
|
1666
|
+
"transition: transform var(--v-transition-default), background-color var(--v-transition-default)",
|
|
1667
|
+
"justify-content: center",
|
|
1668
|
+
"align-items: center",
|
|
1669
|
+
"min-width: max-content",
|
|
1670
|
+
"display: inline-flex",
|
|
1671
|
+
"position: relative",
|
|
1672
|
+
"opacity: var(--_v-disabled-opacity)",
|
|
1673
|
+
"box-shadow: inset 0 0 0 1px var(--button-accent-color)",
|
|
1674
|
+
"color: var(--v-color-foreground-inverted)",
|
|
1675
|
+
"background-color: var(--button-accent-color)",
|
|
1676
|
+
"transform: scale(.95)",
|
|
1677
|
+
"--button-accent-color: var(--v-color-foreground-primary)",
|
|
1678
|
+
"color: var(--button-accent-color)",
|
|
1679
|
+
"--button-accent-color: var(--v-color-foreground-accent-blue)",
|
|
1680
|
+
"--button-accent-color: var(--v-color-foreground-feedback-red)",
|
|
1681
|
+
"border-radius: var(--v-radius-full)",
|
|
1682
|
+
"flex-shrink: 0",
|
|
1683
|
+
"width: 2.5rem",
|
|
1684
|
+
"height: 2.5rem",
|
|
1685
|
+
"content: \"\"",
|
|
1686
|
+
"width: 44px",
|
|
1687
|
+
"height: 44px",
|
|
1688
|
+
"position: absolute",
|
|
1689
|
+
"top: 50%",
|
|
1690
|
+
"transform: translateY(-50%)"
|
|
1691
|
+
],
|
|
1692
|
+
"layer": "volvo.blocks"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "icon-button-clear",
|
|
1696
|
+
"prefixes": [],
|
|
1697
|
+
"declarations": [
|
|
1698
|
+
"user-select: none",
|
|
1699
|
+
"transition: transform var(--v-transition-default), background-color var(--v-transition-default)",
|
|
1700
|
+
"justify-content: center",
|
|
1701
|
+
"align-items: center",
|
|
1702
|
+
"min-width: max-content",
|
|
1703
|
+
"display: inline-flex",
|
|
1704
|
+
"position: relative",
|
|
1705
|
+
"opacity: var(--_v-disabled-opacity)",
|
|
1706
|
+
"transform: scale(.95)",
|
|
1707
|
+
"--button-accent-color: var(--v-color-foreground-primary)",
|
|
1708
|
+
"color: var(--button-accent-color)",
|
|
1709
|
+
"--button-accent-color: var(--v-color-foreground-accent-blue)",
|
|
1710
|
+
"--button-accent-color: var(--v-color-foreground-feedback-red)",
|
|
1711
|
+
"border-radius: var(--v-radius-full)",
|
|
1712
|
+
"flex-shrink: 0",
|
|
1713
|
+
"width: 2.5rem",
|
|
1714
|
+
"height: 2.5rem",
|
|
1715
|
+
"content: \"\"",
|
|
1716
|
+
"width: 44px",
|
|
1717
|
+
"height: 44px",
|
|
1718
|
+
"position: absolute",
|
|
1719
|
+
"top: 50%",
|
|
1720
|
+
"transform: translateY(-50%)",
|
|
1721
|
+
"background-color: color-mix(in lab, var(--background-color, var(--v-color-background-primary)), var(--button-accent-color) var(--_v-color-mix-subtle))"
|
|
1722
|
+
],
|
|
1723
|
+
"layer": "volvo.blocks"
|
|
1724
|
+
},
|
|
1550
1725
|
{
|
|
1551
1726
|
"name": "spinner",
|
|
1552
1727
|
"prefixes": [],
|
|
@@ -1570,6 +1745,36 @@
|
|
|
1570
1745
|
],
|
|
1571
1746
|
"layer": "volvo.blocks"
|
|
1572
1747
|
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "icon-sprite",
|
|
1750
|
+
"prefixes": [],
|
|
1751
|
+
"declarations": [
|
|
1752
|
+
"margin-inline-start: var(--v-space-8)",
|
|
1753
|
+
"width: var(--_height)",
|
|
1754
|
+
"min-width: var(--_height)",
|
|
1755
|
+
"height: var(--_height)",
|
|
1756
|
+
"min-height: var(--_height)",
|
|
1757
|
+
"vertical-align: middle",
|
|
1758
|
+
"flex-grow: 0",
|
|
1759
|
+
"flex-shrink: 0",
|
|
1760
|
+
"display: inline-block",
|
|
1761
|
+
"--_height: 5rem",
|
|
1762
|
+
"--_height: 4rem",
|
|
1763
|
+
"--_height: 3rem",
|
|
1764
|
+
"--_height: 2.5rem",
|
|
1765
|
+
"--_height: 2rem",
|
|
1766
|
+
"--_height: 1.5rem",
|
|
1767
|
+
"--_height: 1rem",
|
|
1768
|
+
"--_height: .75rem",
|
|
1769
|
+
"--_height: .5rem",
|
|
1770
|
+
"--_y-offset: var(--_dark-toggle) 7",
|
|
1771
|
+
"fill: currentColor",
|
|
1772
|
+
"object-fit: cover",
|
|
1773
|
+
"object-position: 0 calc(var(--_y-offset, 0) * -1 * var(--_height, 0))",
|
|
1774
|
+
"transform: scaleX(-1)"
|
|
1775
|
+
],
|
|
1776
|
+
"layer": "volvo.blocks"
|
|
1777
|
+
},
|
|
1573
1778
|
{
|
|
1574
1779
|
"name": "dialog",
|
|
1575
1780
|
"prefixes": [],
|
|
@@ -1615,6 +1820,17 @@
|
|
|
1615
1820
|
],
|
|
1616
1821
|
"layer": "volvo.blocks"
|
|
1617
1822
|
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "disclosure",
|
|
1825
|
+
"prefixes": [],
|
|
1826
|
+
"declarations": [
|
|
1827
|
+
"display: flex",
|
|
1828
|
+
"flex-direction: row",
|
|
1829
|
+
"justify-content: space-between",
|
|
1830
|
+
"align-items: center"
|
|
1831
|
+
],
|
|
1832
|
+
"layer": "volvo.blocks"
|
|
1833
|
+
},
|
|
1618
1834
|
{
|
|
1619
1835
|
"name": "radio",
|
|
1620
1836
|
"prefixes": [],
|
|
@@ -1680,35 +1896,6 @@
|
|
|
1680
1896
|
],
|
|
1681
1897
|
"layer": "volvo.blocks"
|
|
1682
1898
|
},
|
|
1683
|
-
{
|
|
1684
|
-
"name": "icon-sprite",
|
|
1685
|
-
"prefixes": [],
|
|
1686
|
-
"declarations": [
|
|
1687
|
-
"width: var(--_height)",
|
|
1688
|
-
"min-width: var(--_height)",
|
|
1689
|
-
"height: var(--_height)",
|
|
1690
|
-
"min-height: var(--_height)",
|
|
1691
|
-
"vertical-align: middle",
|
|
1692
|
-
"flex-grow: 0",
|
|
1693
|
-
"flex-shrink: 0",
|
|
1694
|
-
"display: inline-block",
|
|
1695
|
-
"--_height: 5rem",
|
|
1696
|
-
"--_height: 4rem",
|
|
1697
|
-
"--_height: 3rem",
|
|
1698
|
-
"--_height: 2.5rem",
|
|
1699
|
-
"--_height: 2rem",
|
|
1700
|
-
"--_height: 1.5rem",
|
|
1701
|
-
"--_height: 1rem",
|
|
1702
|
-
"--_height: .75rem",
|
|
1703
|
-
"--_height: .5rem",
|
|
1704
|
-
"--_y-offset: var(--_dark-toggle) 7",
|
|
1705
|
-
"fill: currentColor",
|
|
1706
|
-
"object-fit: cover",
|
|
1707
|
-
"object-position: 0 calc(var(--_y-offset, 0) * -1 * var(--_height, 0))",
|
|
1708
|
-
"transform: scaleX(-1)"
|
|
1709
|
-
],
|
|
1710
|
-
"layer": "volvo.blocks"
|
|
1711
|
-
},
|
|
1712
1899
|
{
|
|
1713
1900
|
"name": "icon-mask",
|
|
1714
1901
|
"prefixes": [],
|
|
@@ -1876,7 +2063,6 @@
|
|
|
1876
2063
|
"prefixes": [],
|
|
1877
2064
|
"declarations": [
|
|
1878
2065
|
"cursor: pointer",
|
|
1879
|
-
"border-radius: var(--v-radius-4)",
|
|
1880
2066
|
"transition: color, background-color, border-color, box-shadow, text-decoration-color, fill, stroke",
|
|
1881
2067
|
"transition-duration: var(--_v-transition-speed-default)",
|
|
1882
2068
|
"display: block",
|
|
@@ -2029,7 +2215,11 @@
|
|
|
2029
2215
|
{
|
|
2030
2216
|
"name": "border",
|
|
2031
2217
|
"prefixes": [
|
|
2218
|
+
"link-current",
|
|
2219
|
+
"radio-checked",
|
|
2220
|
+
"checkbox-checked",
|
|
2032
2221
|
"checked",
|
|
2222
|
+
"tab-selected",
|
|
2033
2223
|
"selected"
|
|
2034
2224
|
],
|
|
2035
2225
|
"declarations": [
|
|
@@ -2040,7 +2230,11 @@
|
|
|
2040
2230
|
{
|
|
2041
2231
|
"name": "border-2",
|
|
2042
2232
|
"prefixes": [
|
|
2233
|
+
"link-current",
|
|
2234
|
+
"radio-checked",
|
|
2235
|
+
"checkbox-checked",
|
|
2043
2236
|
"checked",
|
|
2237
|
+
"tab-selected",
|
|
2044
2238
|
"selected"
|
|
2045
2239
|
],
|
|
2046
2240
|
"declarations": [
|
|
@@ -2171,9 +2365,13 @@
|
|
|
2171
2365
|
{
|
|
2172
2366
|
"name": "border-primary",
|
|
2173
2367
|
"prefixes": [
|
|
2368
|
+
"radio-checked",
|
|
2369
|
+
"checkbox-checked",
|
|
2174
2370
|
"checked",
|
|
2371
|
+
"link-current",
|
|
2175
2372
|
"current",
|
|
2176
2373
|
"expanded",
|
|
2374
|
+
"tab-selected",
|
|
2177
2375
|
"selected",
|
|
2178
2376
|
"hover"
|
|
2179
2377
|
],
|
|
@@ -2193,9 +2391,13 @@
|
|
|
2193
2391
|
{
|
|
2194
2392
|
"name": "border-accent-blue",
|
|
2195
2393
|
"prefixes": [
|
|
2394
|
+
"radio-checked",
|
|
2395
|
+
"checkbox-checked",
|
|
2196
2396
|
"checked",
|
|
2397
|
+
"link-current",
|
|
2197
2398
|
"current",
|
|
2198
2399
|
"expanded",
|
|
2400
|
+
"tab-selected",
|
|
2199
2401
|
"selected"
|
|
2200
2402
|
],
|
|
2201
2403
|
"declarations": [
|
|
@@ -2926,6 +3128,46 @@
|
|
|
2926
3128
|
],
|
|
2927
3129
|
"layer": "volvo.utilities"
|
|
2928
3130
|
},
|
|
3131
|
+
{
|
|
3132
|
+
"name": "h-16",
|
|
3133
|
+
"prefixes": [],
|
|
3134
|
+
"declarations": [
|
|
3135
|
+
"height: var(--v-space-16)"
|
|
3136
|
+
],
|
|
3137
|
+
"layer": "volvo.utilities"
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "h-24",
|
|
3141
|
+
"prefixes": [],
|
|
3142
|
+
"declarations": [
|
|
3143
|
+
"height: var(--v-space-24)"
|
|
3144
|
+
],
|
|
3145
|
+
"layer": "volvo.utilities"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"name": "h-32",
|
|
3149
|
+
"prefixes": [],
|
|
3150
|
+
"declarations": [
|
|
3151
|
+
"height: var(--v-space-32)"
|
|
3152
|
+
],
|
|
3153
|
+
"layer": "volvo.utilities"
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"name": "h-48",
|
|
3157
|
+
"prefixes": [],
|
|
3158
|
+
"declarations": [
|
|
3159
|
+
"height: var(--v-space-48)"
|
|
3160
|
+
],
|
|
3161
|
+
"layer": "volvo.utilities"
|
|
3162
|
+
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "h-64",
|
|
3165
|
+
"prefixes": [],
|
|
3166
|
+
"declarations": [
|
|
3167
|
+
"height: var(--v-space-64)"
|
|
3168
|
+
],
|
|
3169
|
+
"layer": "volvo.utilities"
|
|
3170
|
+
},
|
|
2929
3171
|
{
|
|
2930
3172
|
"name": "block",
|
|
2931
3173
|
"prefixes": [],
|
|
@@ -3145,6 +3387,14 @@
|
|
|
3145
3387
|
],
|
|
3146
3388
|
"layer": "volvo.utilities"
|
|
3147
3389
|
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "-m-4",
|
|
3392
|
+
"prefixes": [],
|
|
3393
|
+
"declarations": [
|
|
3394
|
+
"margin: -.25rem"
|
|
3395
|
+
],
|
|
3396
|
+
"layer": "volvo.utilities"
|
|
3397
|
+
},
|
|
3148
3398
|
{
|
|
3149
3399
|
"name": "my-4",
|
|
3150
3400
|
"prefixes": [
|
|
@@ -3182,6 +3432,31 @@
|
|
|
3182
3432
|
],
|
|
3183
3433
|
"layer": "volvo.utilities"
|
|
3184
3434
|
},
|
|
3435
|
+
{
|
|
3436
|
+
"name": "-my-4",
|
|
3437
|
+
"prefixes": [],
|
|
3438
|
+
"declarations": [
|
|
3439
|
+
"margin-top: -.25rem",
|
|
3440
|
+
"margin-bottom: -.25rem"
|
|
3441
|
+
],
|
|
3442
|
+
"layer": "volvo.utilities"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"name": "-mt-4",
|
|
3446
|
+
"prefixes": [],
|
|
3447
|
+
"declarations": [
|
|
3448
|
+
"margin-top: -.25rem"
|
|
3449
|
+
],
|
|
3450
|
+
"layer": "volvo.utilities"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"name": "-mb-4",
|
|
3454
|
+
"prefixes": [],
|
|
3455
|
+
"declarations": [
|
|
3456
|
+
"margin-bottom: -.25rem"
|
|
3457
|
+
],
|
|
3458
|
+
"layer": "volvo.utilities"
|
|
3459
|
+
},
|
|
3185
3460
|
{
|
|
3186
3461
|
"name": "mx-4",
|
|
3187
3462
|
"prefixes": [
|
|
@@ -3219,6 +3494,31 @@
|
|
|
3219
3494
|
],
|
|
3220
3495
|
"layer": "volvo.utilities"
|
|
3221
3496
|
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "-mx-4",
|
|
3499
|
+
"prefixes": [],
|
|
3500
|
+
"declarations": [
|
|
3501
|
+
"margin-inline-end: -.25rem",
|
|
3502
|
+
"margin-inline-start: -.25rem"
|
|
3503
|
+
],
|
|
3504
|
+
"layer": "volvo.utilities"
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"name": "-mr-4",
|
|
3508
|
+
"prefixes": [],
|
|
3509
|
+
"declarations": [
|
|
3510
|
+
"margin-inline-end: -.25rem"
|
|
3511
|
+
],
|
|
3512
|
+
"layer": "volvo.utilities"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "-ml-4",
|
|
3516
|
+
"prefixes": [],
|
|
3517
|
+
"declarations": [
|
|
3518
|
+
"margin-inline-start: -.25rem"
|
|
3519
|
+
],
|
|
3520
|
+
"layer": "volvo.utilities"
|
|
3521
|
+
},
|
|
3222
3522
|
{
|
|
3223
3523
|
"name": "m-8",
|
|
3224
3524
|
"prefixes": [
|
|
@@ -3231,6 +3531,14 @@
|
|
|
3231
3531
|
],
|
|
3232
3532
|
"layer": "volvo.utilities"
|
|
3233
3533
|
},
|
|
3534
|
+
{
|
|
3535
|
+
"name": "-m-8",
|
|
3536
|
+
"prefixes": [],
|
|
3537
|
+
"declarations": [
|
|
3538
|
+
"margin: -.5rem"
|
|
3539
|
+
],
|
|
3540
|
+
"layer": "volvo.utilities"
|
|
3541
|
+
},
|
|
3234
3542
|
{
|
|
3235
3543
|
"name": "my-8",
|
|
3236
3544
|
"prefixes": [
|
|
@@ -3268,6 +3576,31 @@
|
|
|
3268
3576
|
],
|
|
3269
3577
|
"layer": "volvo.utilities"
|
|
3270
3578
|
},
|
|
3579
|
+
{
|
|
3580
|
+
"name": "-my-8",
|
|
3581
|
+
"prefixes": [],
|
|
3582
|
+
"declarations": [
|
|
3583
|
+
"margin-top: -.5rem",
|
|
3584
|
+
"margin-bottom: -.5rem"
|
|
3585
|
+
],
|
|
3586
|
+
"layer": "volvo.utilities"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"name": "-mt-8",
|
|
3590
|
+
"prefixes": [],
|
|
3591
|
+
"declarations": [
|
|
3592
|
+
"margin-top: -.5rem"
|
|
3593
|
+
],
|
|
3594
|
+
"layer": "volvo.utilities"
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"name": "-mb-8",
|
|
3598
|
+
"prefixes": [],
|
|
3599
|
+
"declarations": [
|
|
3600
|
+
"margin-bottom: -.5rem"
|
|
3601
|
+
],
|
|
3602
|
+
"layer": "volvo.utilities"
|
|
3603
|
+
},
|
|
3271
3604
|
{
|
|
3272
3605
|
"name": "mx-8",
|
|
3273
3606
|
"prefixes": [
|
|
@@ -3305,6 +3638,31 @@
|
|
|
3305
3638
|
],
|
|
3306
3639
|
"layer": "volvo.utilities"
|
|
3307
3640
|
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "-mx-8",
|
|
3643
|
+
"prefixes": [],
|
|
3644
|
+
"declarations": [
|
|
3645
|
+
"margin-inline-end: -.5rem",
|
|
3646
|
+
"margin-inline-start: -.5rem"
|
|
3647
|
+
],
|
|
3648
|
+
"layer": "volvo.utilities"
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"name": "-mr-8",
|
|
3652
|
+
"prefixes": [],
|
|
3653
|
+
"declarations": [
|
|
3654
|
+
"margin-inline-end: -.5rem"
|
|
3655
|
+
],
|
|
3656
|
+
"layer": "volvo.utilities"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"name": "-ml-8",
|
|
3660
|
+
"prefixes": [],
|
|
3661
|
+
"declarations": [
|
|
3662
|
+
"margin-inline-start: -.5rem"
|
|
3663
|
+
],
|
|
3664
|
+
"layer": "volvo.utilities"
|
|
3665
|
+
},
|
|
3308
3666
|
{
|
|
3309
3667
|
"name": "m-16",
|
|
3310
3668
|
"prefixes": [
|
|
@@ -3317,6 +3675,14 @@
|
|
|
3317
3675
|
],
|
|
3318
3676
|
"layer": "volvo.utilities"
|
|
3319
3677
|
},
|
|
3678
|
+
{
|
|
3679
|
+
"name": "-m-16",
|
|
3680
|
+
"prefixes": [],
|
|
3681
|
+
"declarations": [
|
|
3682
|
+
"margin: -1rem"
|
|
3683
|
+
],
|
|
3684
|
+
"layer": "volvo.utilities"
|
|
3685
|
+
},
|
|
3320
3686
|
{
|
|
3321
3687
|
"name": "my-16",
|
|
3322
3688
|
"prefixes": [
|
|
@@ -3354,6 +3720,31 @@
|
|
|
3354
3720
|
],
|
|
3355
3721
|
"layer": "volvo.utilities"
|
|
3356
3722
|
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "-my-16",
|
|
3725
|
+
"prefixes": [],
|
|
3726
|
+
"declarations": [
|
|
3727
|
+
"margin-top: -1rem",
|
|
3728
|
+
"margin-bottom: -1rem"
|
|
3729
|
+
],
|
|
3730
|
+
"layer": "volvo.utilities"
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"name": "-mt-16",
|
|
3734
|
+
"prefixes": [],
|
|
3735
|
+
"declarations": [
|
|
3736
|
+
"margin-top: -1rem"
|
|
3737
|
+
],
|
|
3738
|
+
"layer": "volvo.utilities"
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"name": "-mb-16",
|
|
3742
|
+
"prefixes": [],
|
|
3743
|
+
"declarations": [
|
|
3744
|
+
"margin-bottom: -1rem"
|
|
3745
|
+
],
|
|
3746
|
+
"layer": "volvo.utilities"
|
|
3747
|
+
},
|
|
3357
3748
|
{
|
|
3358
3749
|
"name": "mx-16",
|
|
3359
3750
|
"prefixes": [
|
|
@@ -3391,6 +3782,31 @@
|
|
|
3391
3782
|
],
|
|
3392
3783
|
"layer": "volvo.utilities"
|
|
3393
3784
|
},
|
|
3785
|
+
{
|
|
3786
|
+
"name": "-mx-16",
|
|
3787
|
+
"prefixes": [],
|
|
3788
|
+
"declarations": [
|
|
3789
|
+
"margin-inline-end: -1rem",
|
|
3790
|
+
"margin-inline-start: -1rem"
|
|
3791
|
+
],
|
|
3792
|
+
"layer": "volvo.utilities"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"name": "-mr-16",
|
|
3796
|
+
"prefixes": [],
|
|
3797
|
+
"declarations": [
|
|
3798
|
+
"margin-inline-end: -1rem"
|
|
3799
|
+
],
|
|
3800
|
+
"layer": "volvo.utilities"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "-ml-16",
|
|
3804
|
+
"prefixes": [],
|
|
3805
|
+
"declarations": [
|
|
3806
|
+
"margin-inline-start: -1rem"
|
|
3807
|
+
],
|
|
3808
|
+
"layer": "volvo.utilities"
|
|
3809
|
+
},
|
|
3394
3810
|
{
|
|
3395
3811
|
"name": "m-24",
|
|
3396
3812
|
"prefixes": [
|
|
@@ -3403,6 +3819,14 @@
|
|
|
3403
3819
|
],
|
|
3404
3820
|
"layer": "volvo.utilities"
|
|
3405
3821
|
},
|
|
3822
|
+
{
|
|
3823
|
+
"name": "-m-24",
|
|
3824
|
+
"prefixes": [],
|
|
3825
|
+
"declarations": [
|
|
3826
|
+
"margin: -1.5rem"
|
|
3827
|
+
],
|
|
3828
|
+
"layer": "volvo.utilities"
|
|
3829
|
+
},
|
|
3406
3830
|
{
|
|
3407
3831
|
"name": "my-24",
|
|
3408
3832
|
"prefixes": [
|
|
@@ -3440,6 +3864,31 @@
|
|
|
3440
3864
|
],
|
|
3441
3865
|
"layer": "volvo.utilities"
|
|
3442
3866
|
},
|
|
3867
|
+
{
|
|
3868
|
+
"name": "-my-24",
|
|
3869
|
+
"prefixes": [],
|
|
3870
|
+
"declarations": [
|
|
3871
|
+
"margin-top: -1.5rem",
|
|
3872
|
+
"margin-bottom: -1.5rem"
|
|
3873
|
+
],
|
|
3874
|
+
"layer": "volvo.utilities"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"name": "-mt-24",
|
|
3878
|
+
"prefixes": [],
|
|
3879
|
+
"declarations": [
|
|
3880
|
+
"margin-top: -1.5rem"
|
|
3881
|
+
],
|
|
3882
|
+
"layer": "volvo.utilities"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"name": "-mb-24",
|
|
3886
|
+
"prefixes": [],
|
|
3887
|
+
"declarations": [
|
|
3888
|
+
"margin-bottom: -1.5rem"
|
|
3889
|
+
],
|
|
3890
|
+
"layer": "volvo.utilities"
|
|
3891
|
+
},
|
|
3443
3892
|
{
|
|
3444
3893
|
"name": "mx-24",
|
|
3445
3894
|
"prefixes": [
|
|
@@ -3477,6 +3926,31 @@
|
|
|
3477
3926
|
],
|
|
3478
3927
|
"layer": "volvo.utilities"
|
|
3479
3928
|
},
|
|
3929
|
+
{
|
|
3930
|
+
"name": "-mx-24",
|
|
3931
|
+
"prefixes": [],
|
|
3932
|
+
"declarations": [
|
|
3933
|
+
"margin-inline-end: -1.5rem",
|
|
3934
|
+
"margin-inline-start: -1.5rem"
|
|
3935
|
+
],
|
|
3936
|
+
"layer": "volvo.utilities"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "-mr-24",
|
|
3940
|
+
"prefixes": [],
|
|
3941
|
+
"declarations": [
|
|
3942
|
+
"margin-inline-end: -1.5rem"
|
|
3943
|
+
],
|
|
3944
|
+
"layer": "volvo.utilities"
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "-ml-24",
|
|
3948
|
+
"prefixes": [],
|
|
3949
|
+
"declarations": [
|
|
3950
|
+
"margin-inline-start: -1.5rem"
|
|
3951
|
+
],
|
|
3952
|
+
"layer": "volvo.utilities"
|
|
3953
|
+
},
|
|
3480
3954
|
{
|
|
3481
3955
|
"name": "m-32",
|
|
3482
3956
|
"prefixes": [
|
|
@@ -4731,14 +5205,6 @@
|
|
|
4731
5205
|
],
|
|
4732
5206
|
"layer": "volvo.utilities"
|
|
4733
5207
|
},
|
|
4734
|
-
{
|
|
4735
|
-
"name": "text-balance",
|
|
4736
|
-
"prefixes": [],
|
|
4737
|
-
"declarations": [
|
|
4738
|
-
"text-wrap: balance"
|
|
4739
|
-
],
|
|
4740
|
-
"layer": "volvo.utilities"
|
|
4741
|
-
},
|
|
4742
5208
|
{
|
|
4743
5209
|
"name": "text-inherit",
|
|
4744
5210
|
"prefixes": [],
|
|
@@ -4859,6 +5325,14 @@
|
|
|
4859
5325
|
],
|
|
4860
5326
|
"layer": "volvo.utilities"
|
|
4861
5327
|
},
|
|
5328
|
+
{
|
|
5329
|
+
"name": "text-balance",
|
|
5330
|
+
"prefixes": [],
|
|
5331
|
+
"declarations": [
|
|
5332
|
+
"text-wrap: balance"
|
|
5333
|
+
],
|
|
5334
|
+
"layer": "volvo.utilities"
|
|
5335
|
+
},
|
|
4862
5336
|
{
|
|
4863
5337
|
"name": "transition-colors",
|
|
4864
5338
|
"prefixes": [],
|
|
@@ -4901,6 +5375,46 @@
|
|
|
4901
5375
|
],
|
|
4902
5376
|
"layer": "volvo.utilities"
|
|
4903
5377
|
},
|
|
5378
|
+
{
|
|
5379
|
+
"name": "w-16",
|
|
5380
|
+
"prefixes": [],
|
|
5381
|
+
"declarations": [
|
|
5382
|
+
"width: var(--v-space-16)"
|
|
5383
|
+
],
|
|
5384
|
+
"layer": "volvo.utilities"
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"name": "w-24",
|
|
5388
|
+
"prefixes": [],
|
|
5389
|
+
"declarations": [
|
|
5390
|
+
"width: var(--v-space-24)"
|
|
5391
|
+
],
|
|
5392
|
+
"layer": "volvo.utilities"
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"name": "w-32",
|
|
5396
|
+
"prefixes": [],
|
|
5397
|
+
"declarations": [
|
|
5398
|
+
"width: var(--v-space-32)"
|
|
5399
|
+
],
|
|
5400
|
+
"layer": "volvo.utilities"
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
"name": "w-48",
|
|
5404
|
+
"prefixes": [],
|
|
5405
|
+
"declarations": [
|
|
5406
|
+
"width: var(--v-space-48)"
|
|
5407
|
+
],
|
|
5408
|
+
"layer": "volvo.utilities"
|
|
5409
|
+
},
|
|
5410
|
+
{
|
|
5411
|
+
"name": "w-64",
|
|
5412
|
+
"prefixes": [],
|
|
5413
|
+
"declarations": [
|
|
5414
|
+
"width: var(--v-space-64)"
|
|
5415
|
+
],
|
|
5416
|
+
"layer": "volvo.utilities"
|
|
5417
|
+
},
|
|
4904
5418
|
{
|
|
4905
5419
|
"name": "v-input-delegate",
|
|
4906
5420
|
"prefixes": [],
|