@innovastudio/contentbox 1.0.30 → 1.0.34

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/README.md CHANGED
@@ -139,9 +139,9 @@ React and Vue project examples are provided in separate downloads in the user ar
139
139
 
140
140
  To start building a page, you can click the (+) button on the top left sidebar. This will open a selection of predesigned sections that you can add into your page.
141
141
 
142
- ![Simple Sections](docs/predesigned-sections.png)
142
+ ![Simple Start](docs/predesigned-sections.png)
143
143
 
144
- ![Quick Start Sections](docs/predesigned-sections2.png)
144
+ ![Quick Start](docs/predesigned-sections2.png)
145
145
 
146
146
  There are 2 predesigned section categories:
147
147
  - Simple Start (to start from a basic/clean design)
@@ -239,7 +239,7 @@ The style can be used to format the entire page or just a specific section of yo
239
239
 
240
240
  To apply the typography style to a specific box area, open the Box Settings dialog, select the 'Text' tab and click 'Change Style'.
241
241
 
242
- ![Apply to a specific section](docs/typography3.png)
242
+ ![Apply to a specific section](docs/typography2.png)
243
243
 
244
244
  This will re-open the typography selection and your selection will be applied to the chosen box area only.
245
245
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
- "version": "1.0.30",
3
+ "version": "1.0.34",
4
4
  "description": "",
5
5
  "main": "public/contentbox/contentbox.esm.js",
6
6
  "files": [
@@ -38,7 +38,8 @@
38
38
  "webpack-dev-server": "^4.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@innovastudio/contentbuilder": "^1.0.61",
41
+ "@ashthornton/asscroll": "^2.0.4",
42
+ "@innovastudio/contentbuilder": "^1.0.63",
42
43
  "axios": "^0.21.4",
43
44
  "cors": "^2.8.5",
44
45
  "express": "^4.17.1",
@@ -287,7 +287,6 @@
287
287
  width: 100%;
288
288
  -webkit-transition: all 0.16s ease;
289
289
  transition: all 0.16s ease;
290
- image-rendering: -webkit-optimize-contrast;
291
290
  }
292
291
 
293
292
  #divStyles .is-overlay {
@@ -393,19 +392,22 @@
393
392
  font-size: 13px;
394
393
  }
395
394
 
396
- #_cbhtml .is-modal.editsection button.cmd-section-height,
397
- #_cbhtml .is-modal.editsection button.cmd-box-spacing,
398
- #_cbhtml .is-modal.editsection button.cmd-scroll-preset {
399
- width: 45px;
395
+ #_cbhtml .is-modal.editsection button {
396
+ width: auto;
400
397
  }
401
- #_cbhtml .is-modal.editsection button.cmd-section-height svg,
402
- #_cbhtml .is-modal.editsection button.cmd-box-spacing svg,
403
- #_cbhtml .is-modal.editsection button.cmd-scroll-preset svg {
398
+ #_cbhtml .is-modal.editsection button svg {
404
399
  flex: none;
405
400
  width: 10px;
406
401
  height: 10px;
407
402
  }
408
403
 
404
+ #_cbhtml .is-modal.editsection button.cmd-section-height,
405
+ #_cbhtml .is-modal.editsection button.cmd-box-spacing,
406
+ #_cbhtml .is-modal.editsection button.cmd-scroll-preset,
407
+ #_cbhtml .is-modal.editsection button.cmd-section-duplicate {
408
+ width: 45px;
409
+ }
410
+
409
411
  #_cbhtml .is-modal.editsection button.cmd-section-duplicate {
410
412
  padding: 0 22px;
411
413
  }