@wizishop/angular-components 15.1.19 → 15.1.20

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;
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.20",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",