isobit-ui 0.1.17 → 0.1.18
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/dist/index.js +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.1.
|
|
2
|
+
* isobit-ui v0.1.18
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3980,9 +3980,8 @@ var script$6 = {
|
|
|
3980
3980
|
el.style.height = h + 'px';
|
|
3981
3981
|
el = el.children[0];
|
|
3982
3982
|
} else {
|
|
3983
|
-
el = el.children[0].children[0];
|
|
3984
|
-
el.style.height = h + 'px';
|
|
3985
3983
|
el = el.children[0];
|
|
3984
|
+
el.style.height = h + 'px';
|
|
3986
3985
|
}
|
|
3987
3986
|
|
|
3988
3987
|
h = h - 20;
|