@volvo-cars/css 1.35.0 → 1.36.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-5CWA5W4X.js +2 -0
- package/dist/{chunk-KUQZGD5W.js.map → chunk-5CWA5W4X.js.map} +1 -1
- package/dist/css/v1/{font-face.d3d8f2c9.css → font-face.30761d79.css} +1 -1
- package/dist/css/v1/styles.ffc03f9f.css +1 -0
- package/dist/css/v1/styles_md.8c1b3d58.css +1 -0
- package/dist/css/v1/{tokens.73b53c14.css → tokens.5f793a66.css} +1 -1
- package/dist/font-face.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 +2 -2
- package/dist/links.server.js.map +1 -1
- package/dist/llm/meta.md +6 -4
- package/dist/meta.json +36 -20
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +18 -12
- package/dist/styles_all-media.css +1 -1
- package/dist/styles_md.css +1 -1
- package/dist/tokens.css +1 -1
- package/dist/tokens.d.ts +2 -2
- package/package.json +3 -3
- package/dist/chunk-KUQZGD5W.js +0 -2
- package/dist/css/v1/styles.e0492683.css +0 -1
- package/dist/css/v1/styles_md.8549bd50.css +0 -1
package/dist/styles.d.ts
CHANGED
|
@@ -652,7 +652,7 @@ export interface ClassNames {
|
|
|
652
652
|
* max-width: 100%
|
|
653
653
|
* height: 3rem
|
|
654
654
|
* font-size: var(--v-font-16-size)
|
|
655
|
-
* font-weight: var(--v-font-emphasis-weight)
|
|
655
|
+
* font-weight: var(--v-font-button-weight, var(--v-font-emphasis-weight))
|
|
656
656
|
* white-space: nowrap
|
|
657
657
|
* overflow-x: clip
|
|
658
658
|
* --button-accent-color: var(--v-color-surface-neutral)
|
|
@@ -662,7 +662,7 @@ export interface ClassNames {
|
|
|
662
662
|
* --_overlay-rate: 0%
|
|
663
663
|
* --spinner-size: 1.5rem
|
|
664
664
|
* padding-inline: var(--v-space-24)
|
|
665
|
-
* border-radius: var(--v-
|
|
665
|
+
* border-radius: var(--v-shape-default)
|
|
666
666
|
* ``` */ readonly buttonFilled: 'button-filled';
|
|
667
667
|
/**
|
|
668
668
|
* ```css
|
|
@@ -683,7 +683,7 @@ export interface ClassNames {
|
|
|
683
683
|
* max-width: 100%
|
|
684
684
|
* height: 3rem
|
|
685
685
|
* font-size: var(--v-font-16-size)
|
|
686
|
-
* font-weight: var(--v-font-emphasis-weight)
|
|
686
|
+
* font-weight: var(--v-font-button-weight, var(--v-font-emphasis-weight))
|
|
687
687
|
* white-space: nowrap
|
|
688
688
|
* overflow-x: clip
|
|
689
689
|
* background: color-mix(in oklab, var(--_button-bg-color, transparent), var(--button-accent-color) var(--_overlay-rate))
|
|
@@ -691,7 +691,7 @@ export interface ClassNames {
|
|
|
691
691
|
* --_overlay-rate: 0%
|
|
692
692
|
* --spinner-size: 1.5rem
|
|
693
693
|
* padding-inline: var(--v-space-24)
|
|
694
|
-
* border-radius: var(--v-
|
|
694
|
+
* border-radius: var(--v-shape-default)
|
|
695
695
|
* --button-accent-color: var(--v-color-foreground-primary)
|
|
696
696
|
* color: var(--button-accent-color)
|
|
697
697
|
* ``` */ readonly buttonOutlined: 'button-outlined';
|
|
@@ -707,7 +707,7 @@ export interface ClassNames {
|
|
|
707
707
|
* max-width: 100%
|
|
708
708
|
* height: 3rem
|
|
709
709
|
* font-size: var(--v-font-16-size)
|
|
710
|
-
* font-weight: var(--v-font-emphasis-weight)
|
|
710
|
+
* font-weight: var(--v-font-button-weight, var(--v-font-emphasis-weight))
|
|
711
711
|
* white-space: nowrap
|
|
712
712
|
* overflow-x: clip
|
|
713
713
|
* --button-accent-color: var(--v-color-foreground-primary)
|
|
@@ -740,7 +740,7 @@ export interface ClassNames {
|
|
|
740
740
|
* white-space: nowrap
|
|
741
741
|
* user-select: none
|
|
742
742
|
* background-color: color-mix(in oklab, var(--_button-bg-color, transparent), var(--_color) var(--_overlay-rate))
|
|
743
|
-
* border-radius: var(--v-
|
|
743
|
+
* border-radius: var(--v-shape-default)
|
|
744
744
|
* box-shadow: inset 0 0 0 1px var(--chip-border-color)
|
|
745
745
|
* transition: background-color var(--v-transition-default)
|
|
746
746
|
* justify-content: center
|
|
@@ -765,7 +765,7 @@ export interface ClassNames {
|
|
|
765
765
|
* white-space: nowrap
|
|
766
766
|
* user-select: none
|
|
767
767
|
* background-color: color-mix(in oklab, var(--_button-bg-color, transparent), var(--_color) var(--_overlay-rate))
|
|
768
|
-
* border-radius: var(--v-
|
|
768
|
+
* border-radius: var(--v-shape-default)
|
|
769
769
|
* box-shadow: inset 0 0 0 1px var(--chip-border-color)
|
|
770
770
|
* transition: background-color var(--v-transition-default)
|
|
771
771
|
* justify-content: center
|
|
@@ -1017,11 +1017,11 @@ export interface ClassNames {
|
|
|
1017
1017
|
* ``` */ readonly font24: 'font-24';
|
|
1018
1018
|
/**
|
|
1019
1019
|
* ```css
|
|
1020
|
-
* font-weight:
|
|
1020
|
+
* font-weight: var(--v-font-regular-weight)
|
|
1021
1021
|
* ``` */ readonly fontLight: 'font-light';
|
|
1022
1022
|
/**
|
|
1023
1023
|
* ```css
|
|
1024
|
-
* font-weight:
|
|
1024
|
+
* font-weight: var(--v-font-emphasis-weight)
|
|
1025
1025
|
* ``` */ readonly fontMedium: 'font-medium';
|
|
1026
1026
|
/**
|
|
1027
1027
|
* ```css
|
|
@@ -1533,6 +1533,10 @@ export interface ClassNames {
|
|
|
1533
1533
|
* ```css
|
|
1534
1534
|
* max-height: 100%
|
|
1535
1535
|
* ``` */ readonly maxHFull: 'max-h-full';
|
|
1536
|
+
/**
|
|
1537
|
+
* ```css
|
|
1538
|
+
* max-height: inherit
|
|
1539
|
+
* ``` */ readonly maxHInherit: 'max-h-inherit';
|
|
1536
1540
|
/**
|
|
1537
1541
|
* ```css
|
|
1538
1542
|
* max-width: 50%
|
|
@@ -2352,6 +2356,7 @@ export interface ClassNames {
|
|
|
2352
2356
|
/**
|
|
2353
2357
|
* ```css
|
|
2354
2358
|
* --range-thumb-width: 1.5rem
|
|
2359
|
+
* --_range-gradient-direction: to right
|
|
2355
2360
|
* ``` */ readonly range: 'range';
|
|
2356
2361
|
/**
|
|
2357
2362
|
* ```css
|
|
@@ -2563,7 +2568,7 @@ export interface ClassNames {
|
|
|
2563
2568
|
* ```css
|
|
2564
2569
|
* background-color: var(--v-color-ornament-primary)
|
|
2565
2570
|
* contain: strict
|
|
2566
|
-
* border-radius: var(--v-radius-
|
|
2571
|
+
* border-radius: var(--v-radius-sm)
|
|
2567
2572
|
* min-height: 1em
|
|
2568
2573
|
* ``` */ readonly skeleton: 'skeleton';
|
|
2569
2574
|
/**
|
|
@@ -2840,7 +2845,7 @@ export interface ClassNames {
|
|
|
2840
2845
|
* white-space: nowrap
|
|
2841
2846
|
* user-select: none
|
|
2842
2847
|
* background-color: color-mix(in oklab, var(--_button-bg-color, transparent), var(--_color) var(--_overlay-rate))
|
|
2843
|
-
* border-radius: var(--v-
|
|
2848
|
+
* border-radius: var(--v-shape-default)
|
|
2844
2849
|
* box-shadow: inset 0 0 0 1px var(--chip-border-color)
|
|
2845
2850
|
* transition: background-color var(--v-transition-default)
|
|
2846
2851
|
* justify-content: center
|
|
@@ -2858,7 +2863,8 @@ export interface ClassNames {
|
|
|
2858
2863
|
* color: var(--v-color-foreground-inverted)
|
|
2859
2864
|
* white-space: pre-line
|
|
2860
2865
|
* background-color: var(--v-color-surface-neutral)
|
|
2861
|
-
* border-radius: var(--v-
|
|
2866
|
+
* border-radius: var(--v-shape-default)
|
|
2867
|
+
* transition: opacity var(--v-transition-default)
|
|
2862
2868
|
* overflow: visible
|
|
2863
2869
|
* ``` */ readonly tooltip: 'tooltip';
|
|
2864
2870
|
/**
|