@finqu/cool 1.2.20 → 1.2.21

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI v1.2.19 (https://finqu.fi)
2
+ * Cool UI v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI v1.2.19 (https://finqu.fi)
2
+ * Cool UI v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
package/dist/js/cool.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI v1.2.19 (https://finqu.fi)
2
+ * Cool UI v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI collapse.js v1.2.19 (https://finqu.fi)
2
+ * Cool UI collapse.js v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
package/js/dist/common.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI common.js v1.2.19 (https://finqu.fi)
2
+ * Cool UI common.js v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI dropdown.js v1.2.19 (https://finqu.fi)
2
+ * Cool UI dropdown.js v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI popover.js v1.2.19 (https://finqu.fi)
2
+ * Cool UI popover.js v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI sectiontabs.js v1.2.19 (https://finqu.fi)
2
+ * Cool UI sectiontabs.js v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
package/js/dist/select.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI select.js v1.2.19 (https://finqu.fi)
2
+ * Cool UI select.js v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI tooltip.js v1.2.19 (https://finqu.fi)
2
+ * Cool UI tooltip.js v1.2.20 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finqu/cool",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "description": "Finqu UI package",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -451,14 +451,14 @@ $form-validation-states: map-merge(
451
451
  $badge-xs-font-size: 80% !default;
452
452
  $badge-xs-font-weight: $font-weight-normal !default;
453
453
  $badge-xs-line-height: $line-height-xs !default;
454
- $badge-xs-padding-y: 0.1em !default;
455
- $badge-xs-padding-x: 0.3em !default;
454
+ $badge-xs-padding-y: 0.2em !default;
455
+ $badge-xs-padding-x: 0.5em !default;
456
456
 
457
457
  $badge-sm-font-size: 90% !default;
458
458
  $badge-sm-font-weight: $font-weight-normal !default;
459
459
  $badge-sm-line-height: $line-height-sm !default;
460
- $badge-sm-padding-y: 0.1em !default;
461
- $badge-sm-padding-x: 0.4em !default;
460
+ $badge-sm-padding-y: 0.2em !default;
461
+ $badge-sm-padding-x: 0.5em !default;
462
462
 
463
463
  $badge-font-size: inherit !default;
464
464
  $badge-font-weight: $font-weight-normal !default;