@wizishop/angular-components 15.1.92 → 15.1.93

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.
@@ -620,6 +620,19 @@ $wac-token-disabled-dark: #8A98B2!default;
620
620
  background-color: $wac-tag-success;
621
621
  font-size: rem(14);
622
622
  overflow: hidden;
623
+ @include media('<tablet') {
624
+ right: 0;
625
+ max-width: 100%;
626
+ margin: 0;
627
+ transform: none;
628
+ bottom: 0;
629
+ .icon {
630
+ display: none;
631
+ }
632
+ .wac-alert-popup__text {
633
+ white-space: normal;
634
+ }
635
+ }
623
636
  &.has-close {
624
637
  padding-right: 65px;
625
638
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.92",
3
+ "version": "15.1.93",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",