@innovastudio/contentbox 1.5.27 → 1.5.29
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
|
@@ -5232,6 +5232,9 @@ class EditSection {
|
|
|
5232
5232
|
dom$m.removeClass(activeSection, 'box-space-sm');
|
|
5233
5233
|
dom$m.removeClass(activeSection, 'box-space-m');
|
|
5234
5234
|
dom$m.removeClass(activeSection, 'box-space-lg');
|
|
5235
|
+
dom$m.removeClass(activeSection, 'stack-top');
|
|
5236
|
+
dom$m.removeClass(activeSection, 'stack-middle');
|
|
5237
|
+
dom$m.removeClass(activeSection, 'stack-bottom');
|
|
5235
5238
|
divSectionSpaceSettings.style.display = 'none';
|
|
5236
5239
|
} else {
|
|
5237
5240
|
dom$m.addClass(activeSection, 'box-space');
|
|
@@ -98463,6 +98466,7 @@ class AnimateScroll {
|
|
|
98463
98466
|
elm.removeAttribute('data-out--300');
|
|
98464
98467
|
elm.removeAttribute('data-out--150');
|
|
98465
98468
|
elm.removeAttribute('data-out');
|
|
98469
|
+
elm.removeAttribute('data-hidden-onstart');
|
|
98466
98470
|
elm.style.transform = '';
|
|
98467
98471
|
elm.style.transition = '';
|
|
98468
98472
|
elm.style.opacity = ''; // console.log(elm)
|
|
@@ -103510,6 +103514,7 @@ class Timeline {
|
|
|
103510
103514
|
|
|
103511
103515
|
cleanup(activeElement) {
|
|
103512
103516
|
let device = this.getDevice();
|
|
103517
|
+
activeElement.removeAttribute('data-hidden-onstart');
|
|
103513
103518
|
|
|
103514
103519
|
if (device === 'xs') {
|
|
103515
103520
|
activeElement.removeAttribute('data-xs');
|