@innovastudio/contentbox 1.5.52 → 1.5.53

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.52",
4
+ "version": "1.5.53",
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.42",
49
+ "@innovastudio/contentbuilder": "^1.4.43",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -163,10 +163,14 @@
163
163
  #divSidebarSource
164
164
  */
165
165
  #divSidebarSnippets {
166
- max-width: 290px !important;
166
+ max-width: 300px !important;
167
167
  border-left: 60px solid transparent !important;
168
168
  }
169
169
 
170
+ #_cbhtml .snippet-item {
171
+ width: 180px !important;
172
+ }
173
+
170
174
  #divSidebarTypography {
171
175
  max-width: 320px;
172
176
  }
@@ -92536,7 +92536,7 @@ class ContentBuilder {
92536
92536
  <div class="is-overlay"></div>
92537
92537
  <div class="is-boxes">
92538
92538
  <div class="is-box-centered">
92539
- <div class="is-container is-content-900 v2 size-18 leading-14">
92539
+ <div class="is-container is-content-1100 v2 size-18 leading-14">
92540
92540
  [%CONTENT%]
92541
92541
  </div>
92542
92542
  </div>
@@ -105229,11 +105229,11 @@ class ContentBox {
105229
105229
  livePreviewAlwaysReload: false,
105230
105230
  livePreviewReloadEvery: 30,
105231
105231
  sectionTemplate: `
105232
- <div class="is-section is-box is-section-100 type-poppins">
105232
+ <div class="is-section is-box is-section-100 type-opensans">
105233
105233
  <div class="is-overlay"></div>
105234
105234
  <div class="is-boxes">
105235
105235
  <div class="is-box-centered">
105236
- <div class="is-container is-content-900 v2 size-18 leading-14">
105236
+ <div class="is-container is-content-1100 v2 size-17 leading-13">
105237
105237
  [%CONTENT%]
105238
105238
  </div>
105239
105239
  </div>