@wizishop/angular-components 15.1.93 → 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
  }
@@ -7934,6 +7944,13 @@ span.wac-tooltip {
7934
7944
  }
7935
7945
  }
7936
7946
  }
7947
+ .wac-wrapper {
7948
+ width: 100%;
7949
+ &.max-width {
7950
+ max-width: 1080px;
7951
+ margin: 0 auto;
7952
+ }
7953
+ }
7937
7954
  .wac-upload {
7938
7955
  width: auto;
7939
7956
  &__wrapper {
@@ -8030,13 +8047,6 @@ span.wac-tooltip {
8030
8047
  }
8031
8048
  }
8032
8049
  }
8033
- .wac-wrapper {
8034
- width: 100%;
8035
- &.max-width {
8036
- max-width: 1080px;
8037
- margin: 0 auto;
8038
- }
8039
- }
8040
8050
  .wac-wrapper-blocs {
8041
8051
  &.sidebar {
8042
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.93",
3
+ "version": "15.1.94",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",