@wizishop/angular-components 15.1.7 → 15.1.8

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.
@@ -382,23 +382,22 @@ $wac-link-active: #38A3F1!default;
382
382
  }
383
383
  }
384
384
  }
385
- }
386
385
 
387
- &.no-duration {
388
- &.small {
389
- .wac-alert-popup {
390
- &__text {
391
- padding-right: 65px;
392
- }
393
- &__close {
394
- display: flex;
395
- margin: 0;
386
+ &.no-duration {
387
+ &.small {
388
+ .wac-alert-popup {
389
+ &__text {
390
+ padding-right: 65px;
391
+ }
392
+ &__close {
393
+ display: flex;
394
+ margin: 0;
395
+ }
396
396
  }
397
397
  }
398
398
  }
399
399
  }
400
400
 
401
-
402
401
  &__title {
403
402
  font-size: rem(24);
404
403
  line-height: 1.4;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.7",
3
+ "version": "15.1.8",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",