@finqu/cool 1.1.1 → 1.1.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI v1.1.0 (https://finqu.fi)
2
+ * Cool UI v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI collapse.js v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI common.js v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI dropdown.js v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI popover.js v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI sectiontabs.js v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI select.js v1.1.1 (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.1.0 (https://finqu.fi)
2
+ * Cool UI tooltip.js v1.1.1 (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/less/tabs.less CHANGED
@@ -57,7 +57,7 @@
57
57
  }
58
58
  }
59
59
 
60
- .tab-toggle {
60
+ .tab-toggler {
61
61
  display: none;
62
62
  @media screen and (max-width: 767px) {
63
63
  display: block;
@@ -122,7 +122,7 @@
122
122
  }
123
123
  }
124
124
 
125
- .tab-toggle {
125
+ .tab-toggler {
126
126
  position: absolute;
127
127
  left: 0;
128
128
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finqu/cool",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Finqu UI package",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/_tabs.scss CHANGED
@@ -64,7 +64,7 @@
64
64
  }
65
65
  }
66
66
 
67
- .tab-toggle {
67
+ .tab-toggler {
68
68
  display: none;
69
69
  @include media-breakpoint-down(sm) {
70
70
  display: block;
@@ -137,7 +137,7 @@
137
137
  }
138
138
  }
139
139
 
140
- .tab-toggle {
140
+ .tab-toggler {
141
141
  position: absolute;
142
142
  left: 0;
143
143
  top: 0;