@wizishop/angular-components 15.1.91 → 15.1.92

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.
@@ -8017,6 +8017,13 @@ span.wac-tooltip {
8017
8017
  }
8018
8018
  }
8019
8019
  }
8020
+ .wac-wrapper {
8021
+ width: 100%;
8022
+ &.max-width {
8023
+ max-width: 1080px;
8024
+ margin: 0 auto;
8025
+ }
8026
+ }
8020
8027
  .wac-wrapper-blocs {
8021
8028
  &.sidebar {
8022
8029
  width: calc(100% + 30px);
@@ -8038,13 +8045,6 @@ span.wac-tooltip {
8038
8045
  }
8039
8046
  }
8040
8047
  }
8041
- .wac-wrapper {
8042
- width: 100%;
8043
- &.max-width {
8044
- max-width: 1080px;
8045
- margin: 0 auto;
8046
- }
8047
- }
8048
8048
  .wac-wrapper-multiple-block {
8049
8049
  width: 100%;
8050
8050
  display: flex;
@@ -8412,6 +8412,13 @@ h4.wac-h4 {
8412
8412
  &.is-danger:not(.is-empty) {
8413
8413
  border-color: $wac-primary-button !important;
8414
8414
  }
8415
+ &.is-danger {
8416
+ & + .indication ~ span {
8417
+ .has-text-danger {
8418
+ transform: translateX(-75px);
8419
+ }
8420
+ }
8421
+ }
8415
8422
  }
8416
8423
 
8417
8424
  .control {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.91",
3
+ "version": "15.1.92",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",