@wizishop/angular-components 15.1.82 → 15.1.83

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.
@@ -5861,22 +5861,22 @@ wac-optional-disable-container {
5861
5861
  line-height: rem(24);
5862
5862
  color: $wac-input-radio-color-label;
5863
5863
  padding-left: 30px;
5864
- padding-right: 5px;
5864
+ padding-right: 6px;
5865
5865
  margin-right: 0;
5866
5866
  outline: 0 !important;
5867
5867
  &:before {
5868
- width: 16px;
5869
- height: 16px;
5868
+ width: 22px;
5869
+ height: 22px;
5870
5870
  border: 1px solid $wac-border-form;
5871
5871
  border-radius: 23px;
5872
- top: 3px;
5872
+ top: 1px;
5873
5873
  }
5874
5874
  &:after {
5875
- width: 20px;
5876
- height: 20px;
5875
+ width: 32px;
5876
+ height: 32px;
5877
5877
  background: $wac-input-active-color;
5878
- top: 1px;
5879
- left: -2px;
5878
+ top: -4px;
5879
+ left: -5px;
5880
5880
  }
5881
5881
  &:before,
5882
5882
  &:after {
@@ -5915,7 +5915,7 @@ wac-optional-disable-container {
5915
5915
 
5916
5916
  .wac-radio__row {
5917
5917
  min-width: 100%;
5918
- margin: 0 0 7px;
5918
+ margin: 0 0 15px;
5919
5919
  }
5920
5920
 
5921
5921
  &--nowrap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.82",
3
+ "version": "15.1.83",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",