@innovastudio/contentbox 1.5.12 → 1.5.14

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.12",
4
+ "version": "1.5.14",
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.11",
49
+ "@innovastudio/contentbuilder": "^1.4.15",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -75,7 +75,7 @@
75
75
  background: rgba(255, 255, 255, 0.97);
76
76
  color: rgba(0, 0, 0, 0.8);
77
77
  border-right: rgba(0, 0, 0, 0.05) 1px solid;
78
- z-index: 10004;
78
+ z-index: 10006;
79
79
  opacity: 0.0001;
80
80
  }
81
81
  #_cbhtml .is-sidebar button.is-sidebar-button {
@@ -109,7 +109,7 @@
109
109
  }
110
110
 
111
111
  .is-sidebar-content {
112
- z-index: 10003;
112
+ z-index: 10005;
113
113
  position: fixed;
114
114
  top: 0;
115
115
  left: 0;