@wizishop/angular-components 0.0.244 → 0.0.246

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.
@@ -3649,13 +3649,14 @@ span.wac-tooltip {
3649
3649
  .tooltip-content {
3650
3650
  position: absolute;
3651
3651
  width: 500px;
3652
- background-color: $wac-gray-background;
3653
- color: $wac-secondary-text;
3652
+ background-color: transparentize($wac-second-color, .1);
3653
+ color: $wac-white;
3654
+ font-size: rem(12);
3654
3655
  display: block;
3655
3656
  left: 30px;
3656
3657
  top: 0;
3657
- border: 1px solid $wac-border-color;
3658
- padding: 0.25rem 0.5rem;
3658
+ padding: 4px;
3659
+ border-radius: 3px;
3659
3660
  z-index: 100;
3660
3661
  }
3661
3662
  }
@@ -5303,6 +5304,7 @@ span.wac-tooltip {
5303
5304
  &.oneline {
5304
5305
  width: auto!important;
5305
5306
  white-space: nowrap;
5307
+ min-width: unset!important;
5306
5308
  }
5307
5309
 
5308
5310
  @include media('>=tablet') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.244",
3
+ "version": "0.0.246",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",