@wizishop/angular-components 15.1.92 → 15.1.94

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.
@@ -234,6 +234,11 @@ $wac-token-disabled-dark: #8A98B2!default;
234
234
  border: 1px solid $wac-background-indication;
235
235
  background-color: $wac-white;
236
236
  padding: 20px;
237
+ @include media('<tablet') {
238
+ left: auto;
239
+ right: 0;
240
+ top: 100%;
241
+ }
237
242
  &:hover, &:focus {
238
243
  display: flex;
239
244
  }
@@ -284,6 +289,11 @@ $wac-token-disabled-dark: #8A98B2!default;
284
289
  top: 28px;
285
290
  box-shadow: 0px 3px 6px #00000014;
286
291
  border: 1px solid $wac-background-indication;
292
+ @include media('<tablet') {
293
+ left: auto;
294
+ right: 0;
295
+ top: 100%;
296
+ }
287
297
  &.height-auto {
288
298
  height: auto;
289
299
  }
@@ -620,6 +630,19 @@ $wac-token-disabled-dark: #8A98B2!default;
620
630
  background-color: $wac-tag-success;
621
631
  font-size: rem(14);
622
632
  overflow: hidden;
633
+ @include media('<tablet') {
634
+ right: 0;
635
+ max-width: 100%;
636
+ margin: 0;
637
+ transform: none;
638
+ bottom: 0;
639
+ .icon {
640
+ display: none;
641
+ }
642
+ .wac-alert-popup__text {
643
+ white-space: normal;
644
+ }
645
+ }
623
646
  &.has-close {
624
647
  padding-right: 65px;
625
648
 
@@ -7921,6 +7944,13 @@ span.wac-tooltip {
7921
7944
  }
7922
7945
  }
7923
7946
  }
7947
+ .wac-wrapper {
7948
+ width: 100%;
7949
+ &.max-width {
7950
+ max-width: 1080px;
7951
+ margin: 0 auto;
7952
+ }
7953
+ }
7924
7954
  .wac-upload {
7925
7955
  width: auto;
7926
7956
  &__wrapper {
@@ -8017,13 +8047,6 @@ span.wac-tooltip {
8017
8047
  }
8018
8048
  }
8019
8049
  }
8020
- .wac-wrapper {
8021
- width: 100%;
8022
- &.max-width {
8023
- max-width: 1080px;
8024
- margin: 0 auto;
8025
- }
8026
- }
8027
8050
  .wac-wrapper-blocs {
8028
8051
  &.sidebar {
8029
8052
  width: calc(100% + 30px);
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.94",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",