@innovastudio/contentbox 1.4.43 → 1.4.44
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
@@ -451,12 +451,13 @@ const prepareSvgIcons$1 = builder => {
|
|
451
451
|
<circle cx="12" cy="12" r="3"></circle>
|
452
452
|
</symbol>
|
453
453
|
|
454
|
-
<symbol id="icon-
|
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
455
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
456
|
-
<rect x="
|
457
|
-
<
|
458
|
-
<line x1="
|
459
|
-
|
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>
|
460
461
|
|
461
462
|
</defs>
|
462
463
|
</svg>`;
|
@@ -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-
|
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>
|