@bildvitta/quasar-ui-asteroid 3.14.0-beta.9 → 3.14.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bildvitta/quasar-ui-asteroid",
3
3
  "description": "Asteroid",
4
- "version": "3.14.0-beta.9",
4
+ "version": "3.14.0",
5
5
  "author": "Bild & Vitta <systemteam@bild.com.br>",
6
6
  "license": "MIT",
7
7
  "main": "dist/asteroid.cjs.min.js",
@@ -451,6 +451,7 @@ function onNavigation (date) {
451
451
  font-size: 10px !important;
452
452
  line-height: 1;
453
453
  transition: color var(--qas-generic-transition);
454
+ width: 100%;
454
455
 
455
456
  &--pointer {
456
457
  bottom: -6px;
@@ -479,10 +480,11 @@ function onNavigation (date) {
479
480
  @include set-typography($subtitle2);
480
481
 
481
482
  color: $grey-4;
483
+ line-height: 1;
482
484
  visibility: unset;
483
485
 
484
486
  span {
485
- height: 36px;
487
+ height: auto;
486
488
  padding: var(--qas-spacing-xs);
487
489
  }
488
490
  }