@innovastudio/contentbox 1.5.29 → 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.29",
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.22",
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
- //NOT USED
20071
+
20072
+ localStorage.removeItem('_livepreview'); //NOT USED
20072
20073
 
20073
20074
  localStorage.removeItem('_scrollableeditor');
20074
20075
  localStorage.removeItem('_animatedsorting');