@agilekit/ui 0.0.405-alpha.0 → 0.0.408-alpha.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilekit/ui",
3
- "version": "0.0.405-alpha.0",
3
+ "version": "0.0.408-alpha.0",
4
4
  "description": "Agile's product component library",
5
5
  "author": "Michael de Lima Alves <michaelalves@outlook.com>",
6
6
  "license": "MIT",
@@ -143,5 +143,5 @@
143
143
  "react-spring": "*"
144
144
  },
145
145
  "bugs": {},
146
- "gitHead": "6ab5e2992a8ddcc44c2d10a8c2ca7d4dc655c8dd"
146
+ "gitHead": "dcd02f8e9a274fdf64880d903f37515a66563149"
147
147
  }
@@ -392,7 +392,6 @@ $input-btn-border-width: $border-width !default;
392
392
 
393
393
 
394
394
  // Buttons
395
- //
396
395
  // For each of Bootstrap's buttons, define text, background, and border color.
397
396
 
398
397
  $btn-padding-y: $input-btn-padding-y !default;
@@ -479,13 +478,13 @@ $input-plaintext-color: $body-color !default;
479
478
  $input-height-border: $input-border-width * 2 !default;
480
479
 
481
480
  $input-height-inner: ($input-btn-font-size * $input-btn-line-height) + ($input-btn-padding-y * 2) !default;
482
- $input-height: $input-height-inner + $input-height-border !default;
481
+ $input-height: 36 + $input-height-border !default;
483
482
 
484
483
  $input-height-inner-sm: ($input-btn-font-size-sm * $input-btn-line-height-sm) + ($input-btn-padding-y-sm * 2) !default;
485
- $input-height-sm: $input-height-inner-sm + $input-height-border !default;
484
+ $input-height-sm: 29 + $input-height-border !default;
486
485
 
487
486
  $input-height-inner-lg: ($input-btn-font-size-lg * $input-btn-line-height-lg) + ($input-btn-padding-y-lg * 2) !default;
488
- $input-height-lg: $input-height-inner-lg + $input-height-border !default;
487
+ $input-height-lg: 46 + $input-height-border !default;
489
488
 
490
489
  $input-transition: border-color .15s ease-in-out,
491
490
  box-shadow .15s ease-in-out !default;