@innovastudio/contentbox 1.5.28 → 1.5.30
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbox",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.30",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
7
7
|
"files": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"webpack-dev-server": "^4.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@innovastudio/contentbuilder": "^1.4.
|
|
49
|
+
"@innovastudio/contentbuilder": "^1.4.23",
|
|
50
50
|
"js-beautify": "^1.14.0"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -20068,7 +20068,8 @@ class Util$1 {
|
|
|
20068
20068
|
|
|
20069
20069
|
localStorage.removeItem('_htmlview');
|
|
20070
20070
|
localStorage.removeItem('_pasteresult'); //DON'T HAVE PROP
|
|
20071
|
-
|
|
20071
|
+
|
|
20072
|
+
localStorage.removeItem('_livepreview'); //NOT USED
|
|
20072
20073
|
|
|
20073
20074
|
localStorage.removeItem('_scrollableeditor');
|
|
20074
20075
|
localStorage.removeItem('_animatedsorting');
|
|
@@ -98466,6 +98467,7 @@ class AnimateScroll {
|
|
|
98466
98467
|
elm.removeAttribute('data-out--300');
|
|
98467
98468
|
elm.removeAttribute('data-out--150');
|
|
98468
98469
|
elm.removeAttribute('data-out');
|
|
98470
|
+
elm.removeAttribute('data-hidden-onstart');
|
|
98469
98471
|
elm.style.transform = '';
|
|
98470
98472
|
elm.style.transition = '';
|
|
98471
98473
|
elm.style.opacity = ''; // console.log(elm)
|
|
@@ -103513,6 +103515,7 @@ class Timeline {
|
|
|
103513
103515
|
|
|
103514
103516
|
cleanup(activeElement) {
|
|
103515
103517
|
let device = this.getDevice();
|
|
103518
|
+
activeElement.removeAttribute('data-hidden-onstart');
|
|
103516
103519
|
|
|
103517
103520
|
if (device === 'xs') {
|
|
103518
103521
|
activeElement.removeAttribute('data-xs');
|