@innovastudio/contentbuilder 1.5.66 → 1.5.67

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.66",
4
+ "version": "1.5.67",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -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="padding-bottom: 3px;">${util.out('Background Color')}:</div>
89561
- <div style="display:flex;">
89562
- <button title="${util.out('Background Color')}" class="input-page-bgcolor is-btn-color" style="margin-right:15px"></button>
89563
- <button title="${util.out('Gradient')}" class="btn-page-gradient classic" data-value="+"> ${util.out('Gradient')} </button>
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="padding-bottom: 3px;">${util.out('Background Color')}:</div>
89631
- <div style="display:flex;">
89632
- <button title="${util.out('Background Color')}" class="input-block-bgcolor is-btn-color" style="margin-right:15px"></button>
89633
- <button title="${util.out('Gradient')}" class="btn-block-gradient classic" data-value="+"> ${util.out('Gradient')} </button>
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>