@innovastudio/contentbox 1.4.43 → 1.4.45

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.43",
4
+ "version": "1.4.45",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -437,13 +437,6 @@ const prepareSvgIcons$1 = builder => {
437
437
  <path d="M12 8h4v4"></path>
438
438
  <path d="M16 8l-5 5"></path>
439
439
  </symbol>
440
-
441
- <symbol id="icon-app-window" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
442
- <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
443
- <rect x="3" y="5" width="18" height="14" rx="2"></rect>
444
- <path d="M6 8h.01"></path>
445
- <path d="M9 8h.01"></path>
446
- </symbol>
447
440
 
448
441
  <symbol id="icon-settings" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
449
442
  <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
@@ -458,6 +451,14 @@ const prepareSvgIcons$1 = builder => {
458
451
  <line x1="16" y1="9" x2="18" y2="9"></line>
459
452
  </symbol>
460
453
 
454
+ <symbol id="icon-device-desktop" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
455
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
456
+ <rect x="3" y="4" width="18" height="12" rx="1"></rect>
457
+ <line x1="7" y1="20" x2="17" y2="20"></line>
458
+ <line x1="9" y1="16" x2="9" y2="20"></line>
459
+ <line x1="15" y1="16" x2="15" y2="20"></line>
460
+ </symbol>
461
+
461
462
  </defs>
462
463
  </svg>`;
463
464
  const builderStuff = builder.builderStuff;
@@ -681,7 +682,7 @@ class SideBar {
681
682
 
682
683
  <div style="padding-top:20px;width:100%;">
683
684
  <button type="button" title="${out('Live Preview')}" class="cmd-open-preview-window" style="width:100%">
684
- <svg class="is-icon-flex"><use xlink:href="#icon-app-window"></use></svg>
685
+ <svg class="is-icon-flex"><use xlink:href="#icon-device-desktop"></use></svg>
685
686
  <span style="margin-left:7px">${out('Live Preview')}</span>
686
687
  </button>
687
688
  </div>
@@ -93631,7 +93632,7 @@ class AnimateScroll {
93631
93632
 
93632
93633
  <div class="is-modal is-modal-content page-preview is-screen-1920" tabindex="-1" role="dialog" aria-modal="true" aria-hidden="true">
93633
93634
  <div class="is-modal-bar is-draggable" draggable="">
93634
- ${out('Preview')}
93635
+ ${out('Live Preview')}
93635
93636
  <button class="is-modal-close" tabindex="-1" title="${out('Close')}">
93636
93637
  <svg class="is-icon-flex" style="width:23px;height:23px;"><use xlink:href="#ion-ios-close-empty"></use></svg>
93637
93638
  </button>