@innovastudio/contentbox 1.5.27 → 1.5.28

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.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');