@rypen-dev/shared-components 5.2.5 → 5.2.6

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.5",
4
+ "version": "5.2.6",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -515,7 +515,7 @@ label {
515
515
  .input-group {
516
516
  > .input-group-label:last-child,
517
517
  > .input-group-field:last-child {
518
- border-radius: 0 $input-radius $input-radius 0;
518
+ border-radius: 0 $global-form-input-radius $global-form-input-radius 0;
519
519
  }
520
520
 
521
521
  &.tiny {
@@ -960,7 +960,7 @@ label {
960
960
  background-color: $middle-gray;
961
961
  padding-left: 8px;
962
962
  padding-right: 8px;
963
- border-radius: 5px;
963
+ border-radius: $global-form-input-radius;
964
964
 
965
965
  &.tiny {
966
966
  padding-left: 5px;
@@ -2115,7 +2115,7 @@ input:checked ~ .switch-paddle {
2115
2115
  position: relative;
2116
2116
 
2117
2117
  &.suggestions > input[type='text'] {
2118
- border-radius: $global-radius $global-radius 0 0;
2118
+ border-radius: $global-form-input-radius $global-form-input-radius 0 0;
2119
2119
  }
2120
2120
 
2121
2121
  &.loading .mini-loader {
@@ -2158,7 +2158,7 @@ input:checked ~ .switch-paddle {
2158
2158
  background-color: $input-background-color;
2159
2159
  border: solid 1px $input-border-focus-color;
2160
2160
  border-top: 0;
2161
- border-radius: 0 0 $global-radius $global-radius;
2161
+ border-radius: 0 0 $global-form-input-radius $global-form-input-radius;
2162
2162
  padding: 0 10px 0.625rem;
2163
2163
  margin-top: -1px;
2164
2164
  z-index: 10;