@innovastudio/contentbox 1.4.24 → 1.4.26

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.4.24",
4
+ "version": "1.4.26",
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.3.18",
49
+ "@innovastudio/contentbuilder": "^1.3.27",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -72,7 +72,7 @@
72
72
  left: 0;
73
73
  width: 60px;
74
74
  height: 100vh;
75
- background: rgba(255, 255, 255, 0.97) !important;
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
78
  z-index: 10003;
@@ -105,7 +105,7 @@
105
105
  }
106
106
 
107
107
  .dark #_cbhtml .is-sidebar {
108
- background: #333 !important;
108
+ background: #333;
109
109
  }
110
110
 
111
111
  .is-sidebar-content {