@finqu/cool 1.2.3 → 1.2.4

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.2 (https://finqu.fi)
2
+ * Cool UI v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI collapse.js v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI common.js v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI dropdown.js v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI popover.js v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI sectiontabs.js v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI select.js v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.2 (https://finqu.fi)
2
+ * Cool UI tooltip.js v1.2.3 (https://finqu.fi)
3
3
  * Copyright 2011-2019 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.3",
3
+ "version": "1.2.4",
4
4
  "description": "Finqu UI package",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -61,6 +61,7 @@ html.dom-ready .btn {
61
61
 
62
62
  // Button icon
63
63
  .btn-icon {
64
+ display: inline-flex;
64
65
  width: $btn-icon-height;
65
66
  height: $btn-icon-height;
66
67
  color: $icon-color;
@@ -68,6 +69,8 @@ html.dom-ready .btn {
68
69
  padding-left: 0;
69
70
  padding-right: 0;
70
71
  line-height: 0;
72
+ justify-content: center;
73
+ align-items: center;
71
74
 
72
75
  &.btn-sm {
73
76
  width: $btn-icon-height-sm;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI - Grid v1.2.3 (https://finqu.fi)
2
+ * Cool UI - Grid v1.2.4 (https://finqu.fi)
3
3
  * Copyright 2019 Finqu Oy.
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  * Forked from Bootstrap, licensed MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI - Reboot v1.2.3 (https://finqu.fi)
2
+ * Cool UI - Reboot v1.2.4 (https://finqu.fi)
3
3
  * Copyright 2019 Finqu Oy.
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  * Forked from Bootstrap, licensed MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
package/scss/cool.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI v1.2.3 (https://finqu.fi)
2
+ * Cool UI v1.2.4 (https://finqu.fi)
3
3
  * Copyright 2019 Finqu Oy.
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  * Forked from Bootstrap, licensed MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)