@volvo-cars/css 1.32.0 → 1.33.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-3UJEJ52Z.js +2 -0
- package/dist/{chunk-JU66ZR47.js.map → chunk-3UJEJ52Z.js.map} +1 -1
- package/dist/css/v1/{font-face.05a7ed4c.css → font-face.d3d8f2c9.css} +1 -1
- package/dist/css/v1/styles.99e27351.css +1 -0
- package/dist/css/v1/styles_hover.da669e21.css +1 -0
- package/dist/css/v1/styles_md.8549bd50.css +1 -0
- package/dist/css/v1/styles_xl.cd367963.css +1 -0
- package/dist/css/v1/tokens.6b3e69ce.css +1 -0
- package/dist/font-face.css +1 -1
- package/dist/imports.json +6 -6
- 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 +2 -2
- package/dist/links.server.js.map +1 -1
- package/dist/llm/meta.md +34 -24
- package/dist/meta.json +396 -66
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +116 -23
- 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 +7 -0
- package/package.json +1 -1
- package/dist/chunk-JU66ZR47.js +0 -2
- package/dist/css/v1/styles.842307a2.css +0 -1
- package/dist/css/v1/styles_hover.0a77157e.css +0 -1
- package/dist/css/v1/styles_md.3a0f8a3a.css +0 -1
- package/dist/css/v1/styles_xl.d1151867.css +0 -1
- package/dist/css/v1/tokens.ac3ea93e.css +0 -1
package/dist/llm/meta.md
CHANGED
|
@@ -17,8 +17,6 @@ Utility classes may be combined with other classes and include the CSS rules the
|
|
|
17
17
|
|
|
18
18
|
.icon-button-clear
|
|
19
19
|
|
|
20
|
-
.toggle-group-button
|
|
21
|
-
|
|
22
20
|
.spinner
|
|
23
21
|
|
|
24
22
|
.dialog
|
|
@@ -47,6 +45,12 @@ Utility classes may be combined with other classes and include the CSS rules the
|
|
|
47
45
|
|
|
48
46
|
.input
|
|
49
47
|
|
|
48
|
+
.chip-selectable
|
|
49
|
+
|
|
50
|
+
.chip-dismissible
|
|
51
|
+
|
|
52
|
+
.toggle-group-button
|
|
53
|
+
|
|
50
54
|
.link-inline
|
|
51
55
|
|
|
52
56
|
.link-underlined
|
|
@@ -71,6 +75,12 @@ Utility classes may be combined with other classes and include the CSS rules the
|
|
|
71
75
|
|
|
72
76
|
.inline-message
|
|
73
77
|
|
|
78
|
+
.pill-filled
|
|
79
|
+
|
|
80
|
+
.pill-outlined
|
|
81
|
+
|
|
82
|
+
.pill-soft
|
|
83
|
+
|
|
74
84
|
|
|
75
85
|
### Layer: layout
|
|
76
86
|
|
|
@@ -326,67 +336,67 @@ background-color: var(--background-color)
|
|
|
326
336
|
--background-color: var(--v-color-background-feedback-red)
|
|
327
337
|
background-color: var(--background-color)
|
|
328
338
|
|
|
329
|
-
.border-0
|
|
339
|
+
.{lg,md,xl}:border-0
|
|
330
340
|
border-width: 0
|
|
331
341
|
|
|
332
|
-
.{checkbox-checked,checked,link-current,radio-checked,selected,tab-selected}:border
|
|
342
|
+
.{checkbox-checked,checked,lg,link-current,md,radio-checked,selected,tab-selected,xl}:border
|
|
333
343
|
border-width: 1px
|
|
334
344
|
|
|
335
|
-
.{checkbox-checked,checked,link-current,radio-checked,selected,tab-selected}:border-2
|
|
345
|
+
.{checkbox-checked,checked,lg,link-current,md,radio-checked,selected,tab-selected,xl}:border-2
|
|
336
346
|
border-width: 2px
|
|
337
347
|
|
|
338
|
-
.border-t-0
|
|
348
|
+
.{lg,md,xl}:border-t-0
|
|
339
349
|
border-top-width: 0
|
|
340
350
|
|
|
341
|
-
.border-t
|
|
351
|
+
.{lg,md,xl}:border-t
|
|
342
352
|
border-top-width: 1px
|
|
343
353
|
|
|
344
|
-
.border-t-2
|
|
354
|
+
.{lg,md,xl}:border-t-2
|
|
345
355
|
border-top-width: 2px
|
|
346
356
|
|
|
347
|
-
.border-r-0
|
|
357
|
+
.{lg,md,xl}:border-r-0
|
|
348
358
|
border-inline-end-width: 0
|
|
349
359
|
|
|
350
|
-
.border-r
|
|
360
|
+
.{lg,md,xl}:border-r
|
|
351
361
|
border-inline-end-width: 1px
|
|
352
362
|
|
|
353
|
-
.border-r-2
|
|
363
|
+
.{lg,md,xl}:border-r-2
|
|
354
364
|
border-inline-end-width: 2px
|
|
355
365
|
|
|
356
|
-
.border-b-0
|
|
366
|
+
.{lg,md,xl}:border-b-0
|
|
357
367
|
border-bottom-width: 0
|
|
358
368
|
|
|
359
|
-
.border-b
|
|
369
|
+
.{lg,md,xl}:border-b
|
|
360
370
|
border-bottom-width: 1px
|
|
361
371
|
|
|
362
|
-
.border-b-2
|
|
372
|
+
.{lg,md,xl}:border-b-2
|
|
363
373
|
border-bottom-width: 2px
|
|
364
374
|
|
|
365
|
-
.border-l-0
|
|
375
|
+
.{lg,md,xl}:border-l-0
|
|
366
376
|
border-inline-start-width: 0
|
|
367
377
|
|
|
368
|
-
.border-l
|
|
378
|
+
.{lg,md,xl}:border-l
|
|
369
379
|
border-inline-start-width: 1px
|
|
370
380
|
|
|
371
|
-
.border-l-2
|
|
381
|
+
.{lg,md,xl}:border-l-2
|
|
372
382
|
border-inline-start-width: 2px
|
|
373
383
|
|
|
374
|
-
.border-x-0
|
|
384
|
+
.{lg,md,xl}:border-x-0
|
|
375
385
|
border-inline-width: 0
|
|
376
386
|
|
|
377
|
-
.border-x
|
|
387
|
+
.{lg,md,xl}:border-x
|
|
378
388
|
border-inline-width: 1px
|
|
379
389
|
|
|
380
|
-
.border-x-2
|
|
390
|
+
.{lg,md,xl}:border-x-2
|
|
381
391
|
border-inline-width: 2px
|
|
382
392
|
|
|
383
|
-
.border-y-0
|
|
393
|
+
.{lg,md,xl}:border-y-0
|
|
384
394
|
border-block-width: 0
|
|
385
395
|
|
|
386
|
-
.border-y
|
|
396
|
+
.{lg,md,xl}:border-y
|
|
387
397
|
border-block-width: 1px
|
|
388
398
|
|
|
389
|
-
.border-y-2
|
|
399
|
+
.{lg,md,xl}:border-y-2
|
|
390
400
|
border-block-width: 2px
|
|
391
401
|
|
|
392
402
|
.border-ornament
|
|
@@ -2050,7 +2060,7 @@ When writing CSS, use these CSS custom properties for relevant properties. Don't
|
|
|
2050
2060
|
https://baymard.com/blog/line-length-readability
|
|
2051
2061
|
--v-radius-sm--v-radius-md--v-radius-lg--v-radius-4: TODO: Remove these values when the migration is complete
|
|
2052
2062
|
--v-radius-full--v-index-spinner--v-index-overlay--v-index-navigation--v-index-default--v-index-deep--v-grid-columns: The total number of grid columns at the current breakpoint.
|
|
2053
|
-
--v-font-sans-family--v-font-broad-family--v-font-mono-family--v-font-regular-weight--v-font-emphasis-weight--v-font-24-size--v-font-24-lineheight--v-font-24--v-font-20-size--v-font-20-lineheight--v-font-20--v-font-16-size--v-font-16-lineheight--v-font-16--v-font-14-size--v-font-14-lineheight--v-font-14--v-font-12-size--v-font-12-lineheight--v-font-12--v-font-heading-1-lineheight--v-font-heading-1-size-min--v-font-heading-1-size-max--v-font-heading-1-size--v-font-heading-1--v-font-heading-2-lineheight--v-font-heading-2-size-min--v-font-heading-2-size-max--v-font-heading-2-size--v-font-heading-2--v-font-heading-3-lineheight--v-font-heading-3-size-min--v-font-heading-3-size-max--v-font-heading-3-size--v-font-heading-3--v-font-statement-1-lineheight--v-font-statement-1-size-min--v-font-statement-1-size-max--v-font-statement-1-size--v-font-statement-1--v-font-statement-2-lineheight--v-font-statement-2-size-min--v-font-statement-2-size-max--v-font-statement-2-size--v-font-statement-2--v-font-statement-3-lineheight--v-font-statement-3-size-min--v-font-statement-3-size-max--v-font-statement-3-size--v-font-statement-3--v-font-statement-signature-lineheight--v-font-statement-signature-size-min--v-font-statement-signature-size-max--v-font-statement-signature-size--v-font-statement-signature--v-color-always-black: Always black regardless of colour mode.
|
|
2063
|
+
--v-font-sans-family--v-font-broad-family--v-font-mono-family--v-font-regular-weight--v-font-emphasis-weight--v-font-24-size--v-font-24-lineheight--v-font-24--v-font-20-size--v-font-20-lineheight--v-font-20--v-font-16-size--v-font-16-lineheight--v-font-16--v-font-14-size--v-font-14-lineheight--v-font-14--v-font-12-size--v-font-12-lineheight--v-font-12--v-font-heading-1-weight--v-font-heading-1-lineheight--v-font-heading-1-size-min--v-font-heading-1-size-max--v-font-heading-1-size--v-font-heading-1--v-font-heading-2-weight--v-font-heading-2-lineheight--v-font-heading-2-size-min--v-font-heading-2-size-max--v-font-heading-2-size--v-font-heading-2--v-font-heading-3-weight--v-font-heading-3-lineheight--v-font-heading-3-size-min--v-font-heading-3-size-max--v-font-heading-3-size--v-font-heading-3--v-font-statement-1-weight--v-font-statement-1-lineheight--v-font-statement-1-size-min--v-font-statement-1-size-max--v-font-statement-1-size--v-font-statement-1--v-font-statement-2-weight--v-font-statement-2-lineheight--v-font-statement-2-size-min--v-font-statement-2-size-max--v-font-statement-2-size--v-font-statement-2--v-font-statement-3-weight--v-font-statement-3-lineheight--v-font-statement-3-size-min--v-font-statement-3-size-max--v-font-statement-3-size--v-font-statement-3--v-font-statement-signature-weight--v-font-statement-signature-lineheight--v-font-statement-signature-size-min--v-font-statement-signature-size-max--v-font-statement-signature-size--v-font-statement-signature--v-color-always-black: Always black regardless of colour mode.
|
|
2054
2064
|
--v-color-always-white: Always white regardless of color mode.
|
|
2055
2065
|
--v-color-background-feedback-gray: Use as a background color to indicate informational messages.
|
|
2056
2066
|
--v-color-background-feedback-green: Use as a background color to highlight successful and positive states.
|