@innovastudio/contentbuilder 1.5.66 → 1.5.67
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
|
@@ -89557,10 +89557,15 @@ class BlockModal {
|
|
|
89557
89557
|
|
|
89558
89558
|
<div class="modal-page-content" style="display:none;padding-bottom:28px;">
|
|
89559
89559
|
|
|
89560
|
-
<div style="
|
|
89561
|
-
|
|
89562
|
-
|
|
89563
|
-
|
|
89560
|
+
<div style="display:flex;gap:40px">
|
|
89561
|
+
<div>
|
|
89562
|
+
<div style="padding-bottom: 3px;">${util.out('Background Color')}:</div>
|
|
89563
|
+
<button title="${util.out('Background Color')}" class="input-page-bgcolor is-btn-color" style="margin-right:15px"></button>
|
|
89564
|
+
</div>
|
|
89565
|
+
<div>
|
|
89566
|
+
<div style="padding-bottom: 3px;">${util.out('Gradient')}:</div>
|
|
89567
|
+
<button title="${util.out('Gradient')}" class="btn-page-gradient is-btn-color"></button>
|
|
89568
|
+
</div>
|
|
89564
89569
|
</div>
|
|
89565
89570
|
|
|
89566
89571
|
<div style="padding-top:20px;padding-bottom: 3px;">${util.out('Background Image')}:</div>
|
|
@@ -89627,10 +89632,15 @@ class BlockModal {
|
|
|
89627
89632
|
|
|
89628
89633
|
<div id="divBlockGeneral" class="is-tab-content active" data-group="blocksettings" style="display:flex" tabindex="-1" style="padding:25px 25px 28px">
|
|
89629
89634
|
|
|
89630
|
-
<div style="
|
|
89631
|
-
|
|
89632
|
-
|
|
89633
|
-
|
|
89635
|
+
<div style="display:flex;gap:40px">
|
|
89636
|
+
<div>
|
|
89637
|
+
<div style="padding-bottom: 3px;">${util.out('Background Color')}:</div>
|
|
89638
|
+
<button title="${util.out('Background Color')}" class="input-block-bgcolor is-btn-color" style="margin-right:15px"></button>
|
|
89639
|
+
</div>
|
|
89640
|
+
<div>
|
|
89641
|
+
<div style="padding-bottom: 3px;">${util.out('Gradient')}:</div>
|
|
89642
|
+
<button title="${util.out('Gradient')}" class="btn-block-gradient is-btn-color"></button>
|
|
89643
|
+
</div>
|
|
89634
89644
|
</div>
|
|
89635
89645
|
|
|
89636
89646
|
<div style="padding-top:20px;padding-bottom: 3px;">${util.out('Background Image')}:</div>
|