@rypen-dev/shared-components 5.2.0 → 5.2.2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "5.2.0",
4
+ "version": "5.2.2",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -220,6 +220,7 @@ $global-badge-radius: $global-base-radius !default;
220
220
 
221
221
  // Forms
222
222
  $global-form-input-radius: $global-base-radius !default;
223
+ $checkbox-input-radius: $global-base-radius !default;
223
224
 
224
225
  // Modals
225
226
  $modal-window-radius: $global-base-radius !default;
@@ -624,7 +624,7 @@ $button-small-multi-line-vertical-padding: #{($button-small-height - $button-mul
624
624
  $button-small-multi-line-vertical-padding-medium: #{($button-small-height-medium - ($button-multi-line-line-height * math.div($button-small-font-size, 1rem) * 16)) * 0.5};
625
625
 
626
626
  $button-large-multi-line-vertical-padding: #{($button-large-height - $button-multi-line-height) * 0.5};
627
- $button-large-multi-line-vertical-padding-medium: #{($button-large-height - $button-multi-line-height-medium) * 0.5};
627
+ $button-large-multi-line-vertical-padding-medium: #{($button-large-height-medium - $button-multi-line-height-medium) * 0.5};
628
628
 
629
629
  button,
630
630
  .button {
@@ -138,7 +138,7 @@ select {
138
138
  height: 30px;
139
139
  background-color: $white;
140
140
  border: solid 2px $input-border-color;
141
- border-radius: $input-radius;
141
+ border-radius: $checkbox-input-radius;
142
142
  }
143
143
 
144
144
  &::after {