@finqu/cool 1.2.10 → 1.2.11

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.9 (https://finqu.fi)
2
+ * Cool UI v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI collapse.js v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI common.js v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI dropdown.js v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI popover.js v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI sectiontabs.js v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI select.js v1.2.10 (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.9 (https://finqu.fi)
2
+ * Cool UI tooltip.js v1.2.10 (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.10",
3
+ "version": "1.2.11",
4
4
  "description": "Finqu UI package",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -54,11 +54,16 @@ html.dom-ready {
54
54
  display: flex;
55
55
  border-color: $input-group-addon-border-color;
56
56
 
57
+ > .btn {
58
+ height: $input-height;
59
+ box-sizing: border-box;
60
+ line-height: 0;
61
+ }
62
+
57
63
  .btn {
58
64
  position: relative;
59
65
  z-index: 2;
60
66
  margin: 0;
61
- line-height: $input-line-height;
62
67
 
63
68
  > .icon {
64
69
  margin-right: 0;
@@ -177,13 +182,19 @@ html.dom-ready {
177
182
  .input-group-lg > .input-group-prepend > .input-group-text,
178
183
  .input-group-lg > .input-group-append > .input-group-text,
179
184
  .input-group-lg > .input-group-prepend > .input-group-dropdown,
180
- .input-group-lg > .input-group-append > .input-group-dropdown,
185
+ .input-group-lg > .input-group-append > .input-group-dropdown {
186
+ padding: $input-padding-y-lg $input-padding-x-lg;
187
+ font-size: $input-font-size-lg;
188
+ line-height: $input-line-height-lg;
189
+ border-radius: $input-border-radius-lg;
190
+ }
191
+
181
192
  .input-group-lg > .input-group-prepend > .btn,
182
193
  .input-group-lg > .input-group-append > .btn {
183
194
  padding: $input-padding-y-lg $input-padding-x-lg;
184
195
  font-size: $input-font-size-lg;
185
- line-height: $input-line-height-lg;
186
196
  border-radius: $input-border-radius-lg;
197
+ height: $input-height-lg;
187
198
  }
188
199
 
189
200
  .input-group-lg .input-group-dropdown .dropdown {
@@ -200,15 +211,21 @@ html.dom-ready {
200
211
  .input-group-sm > .input-group-prepend > .input-group-text,
201
212
  .input-group-sm > .input-group-append > .input-group-text,
202
213
  .input-group-sm > .input-group-prepend > .input-group-dropdown,
203
- .input-group-sm > .input-group-append > .input-group-dropdown,
204
- .input-group-sm > .input-group-prepend > .btn,
205
- .input-group-sm > .input-group-append > .btn {
214
+ .input-group-sm > .input-group-append > .input-group-dropdown {
206
215
  padding: $input-padding-y-sm $input-padding-x-sm;
207
216
  font-size: $input-font-size-sm;
208
217
  line-height: $input-line-height-sm;
209
218
  border-radius: $input-border-radius-sm;
210
219
  }
211
220
 
221
+ .input-group-lg > .input-group-prepend > .btn,
222
+ .input-group-lg > .input-group-append > .btn {
223
+ padding: $input-padding-y-sm $input-padding-x-sm;
224
+ font-size: $input-font-size-sm;
225
+ border-radius: $input-border-radius-sm;
226
+ height: $input-height-sm;
227
+ }
228
+
212
229
  .input-group-sm .input-group-dropdown .dropdown {
213
230
  margin: -#{$input-padding-y-sm} -#{$input-padding-x-sm};
214
231
  }