@volvo-cars/css 1.46.1 → 1.48.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/styles.d.ts CHANGED
@@ -790,7 +790,7 @@ export interface ClassNames {
790
790
  * max-width: 100%
791
791
  * height: 2.5rem
792
792
  * padding-inline: var(--v-space-16)
793
- * font-size: var(--v-font-16-size)
793
+ * font: var(--v-font-16)
794
794
  * color: var(--_color)
795
795
  * white-space: nowrap
796
796
  * user-select: none
@@ -815,7 +815,7 @@ export interface ClassNames {
815
815
  * max-width: 100%
816
816
  * height: 2.5rem
817
817
  * padding-inline: var(--v-space-16)
818
- * font-size: var(--v-font-16-size)
818
+ * font: var(--v-font-16)
819
819
  * color: var(--_color)
820
820
  * white-space: nowrap
821
821
  * user-select: none
@@ -1804,6 +1804,28 @@ export interface ClassNames {
1804
1804
  * ```css
1805
1805
  * margin-bottom: var(--v-space-xs)
1806
1806
  * ``` */ readonly mbXs: 'mb-xs';
1807
+ /**
1808
+ * ```css
1809
+ * flex-direction: column
1810
+ * display: flex
1811
+ * gap: var(--v-space-8)
1812
+ * align-items: start
1813
+ * ``` */ readonly mediaCard: 'media-card';
1814
+ /**
1815
+ * ```css
1816
+ * cursor: pointer
1817
+ * background-color: color-mix(in lab,
1818
+ * var(--background-color, var(--v-color-background-primary)),
1819
+ * var(--tap-area-color, var(--color, var(--v-color-foreground-primary)))
1820
+ * var(--_overlay-rate, 0%))
1821
+ * transition: color, background-color, border-color, box-shadow, text-decoration-color, fill, stroke
1822
+ * transition-duration: var(--_v-transition-speed-default)
1823
+ * display: block
1824
+ * flex-direction: column
1825
+ * display: flex
1826
+ * text-decoration: none
1827
+ * overflow: clip
1828
+ * ``` */ readonly mediaTile: 'media-tile';
1807
1829
  /**
1808
1830
  * ```css
1809
1831
  * font-size: var(--v-font-12-size)
@@ -3262,6 +3284,16 @@ export interface ClassNames {
3262
3284
  * ```css
3263
3285
  * text-wrap: balance
3264
3286
  * ``` */ readonly textBalance: 'text-balance';
3287
+ /**
3288
+ * ```css
3289
+ * flex-direction: column
3290
+ * display: flex
3291
+ * gap: var(--v-space-8)
3292
+ * align-items: start
3293
+ * padding-block: var(--v-space-32)
3294
+ * padding-inline: var(--v-space-24)
3295
+ * background-color: var(--v-color-background-secondary)
3296
+ * ``` */ readonly textCard: 'text-card';
3265
3297
  /**
3266
3298
  * ```css
3267
3299
  * text-align: center
@@ -3308,6 +3340,26 @@ export interface ClassNames {
3308
3340
  * ```css
3309
3341
  * text-align: start
3310
3342
  * ``` */ readonly textStart: 'text-start';
3343
+ /**
3344
+ * ```css
3345
+ * cursor: pointer
3346
+ * background-color: color-mix(in lab,
3347
+ * var(--background-color, var(--v-color-background-primary)),
3348
+ * var(--tap-area-color, var(--color, var(--v-color-foreground-primary)))
3349
+ * var(--_overlay-rate, 0%))
3350
+ * transition: color, background-color, border-color, box-shadow, text-decoration-color, fill, stroke
3351
+ * transition-duration: var(--_v-transition-speed-default)
3352
+ * display: block
3353
+ * flex-direction: column
3354
+ * display: flex
3355
+ * text-decoration: none
3356
+ * overflow: clip
3357
+ * --background-color: var(--v-color-background-secondary)
3358
+ * gap: var(--v-space-24)
3359
+ * height: 100%
3360
+ * padding: var(--v-space-24)
3361
+ * justify-content: space-between
3362
+ * ``` */ readonly textTile: 'text-tile';
3311
3363
  /**
3312
3364
  * ```css
3313
3365
  * text-wrap: wrap
@@ -3323,7 +3375,19 @@ export interface ClassNames {
3323
3375
  * grid-template-columns: 1fr 1fr
3324
3376
  * grid-template-areas: "heading description"
3325
3377
  * "heading action"
3326
- * ``` */ readonly title: 'title';
3378
+ * ``` */ readonly titlePage: 'title-page';
3379
+ /**
3380
+ * ```css
3381
+ * grid-template-areas: "heading"
3382
+ * "description"
3383
+ * "action"
3384
+ * justify-items: start
3385
+ * display: grid
3386
+ * column-gap: var(--v-space-24)
3387
+ * grid-template-columns: 1fr 1fr
3388
+ * grid-template-areas: "heading description"
3389
+ * "heading action"
3390
+ * ``` */ readonly titleSection: 'title-section';
3327
3391
  /**
3328
3392
  * ```css
3329
3393
  * --_border-color-dark: var(--_dark-toggle) var(--v-color-ornament-primary)
@@ -3348,7 +3412,7 @@ export interface ClassNames {
3348
3412
  * max-width: 100%
3349
3413
  * height: 2.5rem
3350
3414
  * padding-inline: var(--v-space-16)
3351
- * font-size: var(--v-font-16-size)
3415
+ * font: var(--v-font-16)
3352
3416
  * color: var(--_color)
3353
3417
  * white-space: nowrap
3354
3418
  * user-select: none