@wizishop/angular-components 15.1.19 → 15.1.21

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.
@@ -519,6 +519,11 @@ wac-block {
519
519
  &.firstWacRadioBLock:not(.disabled) {
520
520
  opacity: 1!important;
521
521
  }
522
+ &.disabled {
523
+ .wac-radio-block input+label:hover:before, .wac-radio-block input+label:focus:before {
524
+ border-color: $wac-border-form!important;
525
+ }
526
+ }
522
527
  @include media('<tablet') {
523
528
  padding: 20px;
524
529
  flex-direction: column;
@@ -3095,6 +3100,9 @@ wac-calendar {
3095
3100
  width: auto;
3096
3101
  > div {
3097
3102
  margin: 0 0 0 10px;
3103
+ &:hover, &:focus {
3104
+ z-index: 2;
3105
+ }
3098
3106
  }
3099
3107
  }
3100
3108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.19",
3
+ "version": "15.1.21",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",