@innovastudio/contentbox 1.5.27 → 1.5.28

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.27",
4
+ "version": "1.5.28",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -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');