@wizishop/angular-components 15.1.79 → 15.1.80

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.
@@ -467,33 +467,6 @@ $wac-token-disabled-dark: #8A98B2!default;
467
467
  font-size: rem(20);
468
468
  }
469
469
  }
470
- .wac-back {
471
- width: 40px;
472
- height: 40px;
473
-
474
- &__wrapper {
475
- @include flexbox();
476
- @include justify-content(center);
477
- @include align-items(center);
478
- width: 100%;
479
- height: 100%;
480
- border-radius: 3px;
481
- border: 1px solid $wac-border-light;
482
- background-color: transparent;
483
- transition: border-color 0.3s ease-in-out;
484
-
485
- i {
486
- color: $wac-second-color;
487
- font-size: 11px;
488
- line-height: 14px;
489
- }
490
-
491
- &:hover {
492
- border-color: $wac-back-border-hover;
493
- transition: border-color 0.3s ease-in-out;
494
- }
495
- }
496
- }
497
470
  .wac-alert-popup {
498
471
  .alert {
499
472
  z-index: 999999;
@@ -751,6 +724,33 @@ $wac-token-disabled-dark: #8A98B2!default;
751
724
  }
752
725
 
753
726
  }
727
+ .wac-back {
728
+ width: 40px;
729
+ height: 40px;
730
+
731
+ &__wrapper {
732
+ @include flexbox();
733
+ @include justify-content(center);
734
+ @include align-items(center);
735
+ width: 100%;
736
+ height: 100%;
737
+ border-radius: 3px;
738
+ border: 1px solid $wac-border-light;
739
+ background-color: transparent;
740
+ transition: border-color 0.3s ease-in-out;
741
+
742
+ i {
743
+ color: $wac-second-color;
744
+ font-size: 11px;
745
+ line-height: 14px;
746
+ }
747
+
748
+ &:hover {
749
+ border-color: $wac-back-border-hover;
750
+ transition: border-color 0.3s ease-in-out;
751
+ }
752
+ }
753
+ }
754
754
  wac-block {
755
755
  .wac-block {
756
756
  background-color: $white;
@@ -7238,6 +7238,11 @@ wac-optional-disable-container {
7238
7238
  }
7239
7239
  }
7240
7240
 
7241
+ wac-tab-body {
7242
+ width: 100%;
7243
+ max-width: 100%;
7244
+ }
7245
+
7241
7246
  &__wrapper {
7242
7247
  position: relative;
7243
7248
  @include flexbox();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.79",
3
+ "version": "15.1.80",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",