@innovastudio/contentbuilder 1.3.57 → 1.3.59
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
@@ -2301,7 +2301,7 @@ button:focus-visible {
|
|
2301
2301
|
z-index: 10002;
|
2302
2302
|
position: fixed;
|
2303
2303
|
overflow: hidden;
|
2304
|
-
width:
|
2304
|
+
width: 525px;
|
2305
2305
|
height: 648px;
|
2306
2306
|
top: 50%;
|
2307
2307
|
left: auto;
|
@@ -5306,3 +5306,17 @@ button:focus-visible {
|
|
5306
5306
|
.row-lock .is-rowadd-tool {
|
5307
5307
|
display: none !important;
|
5308
5308
|
}
|
5309
|
+
|
5310
|
+
/* Adjustment */
|
5311
|
+
@media (max-height: 700px) {
|
5312
|
+
#_cbhtml .is-modal.buttoneditor {
|
5313
|
+
height: 500px;
|
5314
|
+
margin-top: -250px;
|
5315
|
+
}
|
5316
|
+
}
|
5317
|
+
@media (max-height: 600px) {
|
5318
|
+
#_cbhtml .is-modal.buttoneditor {
|
5319
|
+
height: 400px;
|
5320
|
+
margin-top: -200px;
|
5321
|
+
}
|
5322
|
+
}
|
@@ -15175,7 +15175,10 @@ class HtmlUtil {
|
|
15175
15175
|
elms = tmp.querySelectorAll('[data-scroll-once]');
|
15176
15176
|
dom$h.removeAttributes(elms, 'data-scroll-once'); // cleaning
|
15177
15177
|
|
15178
|
-
elms = tmp.querySelectorAll('[data-bottom-top],[data-center],[data-center-bottom],[data-100-top],[data-50-top],[data-top],[data-top-bottom],[data-center-top],[data--300-bottom],[data--150-bottom],[data--50-bottom],[data-bottom],[data-100-bottom],[data-150-bottom],[data-400-bottom],' + '[data--400-bottom],[data--200-bottom],[data--100-bottom],[data-50-bottom],[data-200-bottom],[data-300-bottom],' + '[data-in],[data-in-150],[data-in-300],[data-cen--150],[data-cen],[data-cen-150],[data-out--300],[data-out--150],[data-out]');
|
15178
|
+
elms = tmp.querySelectorAll('[data-bottom-top],[data-center],[data-center-bottom],[data-100-top],[data-50-top],[data-top],[data-top-bottom],[data-center-top],[data--300-bottom],[data--150-bottom],[data--50-bottom],[data-bottom],[data-100-bottom],[data-150-bottom],[data-400-bottom],' + '[data--400-bottom],[data--200-bottom],[data--100-bottom],[data-50-bottom],[data-200-bottom],[data-300-bottom],' + '[data-in],[data-in-150],[data-in-300],' + '[data-cen--150],[data-cen],[data-cen-150],[data-out--300],[data-out--150],[data-out]' + '[data-t],[data-t-100],[data-t-200],[data-t-300],[data-t-400],' + '[data-t-500],[data-t-600],[data-t-700],[data-t-800],[data-t-900],[data-t-1000],' + '[data-t-1100],[data-t-1200],[data-t-1300],[data-t-1400],[data-t-1500],[data-t-1600],' + '[data-t-1700],[data-t-1800],[data-t-1900],[data-t-2000],[data-t-2100],[data-t-2200],' + '[data-t-2300],[data-t-2400],[data-t-2500],[data-t-2600],[data-t-2700],[data-t-2800]'); // elms = tmp.querySelectorAll('[data-bottom-top],[data-center],[data-center-bottom],[data-100-top],[data-50-top],[data-top],[data-top-bottom],[data-center-top],[data--300-bottom],[data--150-bottom],[data--50-bottom],[data-bottom],[data-100-bottom],[data-150-bottom],[data-400-bottom],' +
|
15179
|
+
// '[data--400-bottom],[data--200-bottom],[data--100-bottom],[data-50-bottom],[data-200-bottom],[data-300-bottom],' +
|
15180
|
+
// '[data-in],[data-in-150],[data-in-300],[data-cen--150],[data-cen],[data-cen-150],[data-out--300],[data-out--150],[data-out]');
|
15181
|
+
|
15179
15182
|
Array.prototype.forEach.call(elms, elm => {
|
15180
15183
|
elm.style.transition = '';
|
15181
15184
|
elm.style.transform = '';
|
@@ -50606,7 +50609,14 @@ class ButtonEditor {
|
|
50606
50609
|
<a title="${util.out('Saved')}" href="" data-content="divMyButtons">${util.out('Saved')}</a>
|
50607
50610
|
<a title="${util.out('Templates')}" href="" data-content="divButtonTemplates">${util.out('Templates')}</a>
|
50608
50611
|
</div>
|
50609
|
-
<div id="divButtonGeneral" class="is-tab-content active" tabindex="-1" data-group="button" style="display:
|
50612
|
+
<div id="divButtonGeneral" class="is-tab-content active" tabindex="-1" data-group="button" style="display: flex;
|
50613
|
+
height: 100%;
|
50614
|
+
width:100%;
|
50615
|
+
overflow-y: auto;
|
50616
|
+
position: absolute;
|
50617
|
+
border-top: 82px solid transparent;
|
50618
|
+
box-sizing: border-box;
|
50619
|
+
top: 0px;">
|
50610
50620
|
|
50611
50621
|
<div class="flex flex-row">
|
50612
50622
|
<div class="flex flex-col" style="margin-right: 40px;">
|
@@ -50656,7 +50666,7 @@ class ButtonEditor {
|
|
50656
50666
|
<div>
|
50657
50667
|
<label>${util.out('Padding X')}</label>:
|
50658
50668
|
</div>
|
50659
|
-
<div class="flex flex-row
|
50669
|
+
<div class="flex flex-row" style="margin-top:5px">
|
50660
50670
|
<button title="2" data-command="2" class="paddingx-command" style="margin-right:4px">2</button>
|
50661
50671
|
<button title="3" data-command="3" class="paddingx-command" style="margin-right:4px">3</button>
|
50662
50672
|
<button title="4" data-command="4" class="paddingx-command" style="margin-right:4px">4</button>
|
@@ -50672,7 +50682,7 @@ class ButtonEditor {
|
|
50672
50682
|
<div>
|
50673
50683
|
<label>${util.out('Padding Y')}</label>:
|
50674
50684
|
</div>
|
50675
|
-
<div class="flex flex-row
|
50685
|
+
<div class="flex flex-row" style="margin-top:5px">
|
50676
50686
|
<button title="0" data-command="0" class="paddingy-command" style="margin-right:4px">0</button>
|
50677
50687
|
<button title="1" data-command="1" class="paddingy-command" style="margin-right:4px">1</button>
|
50678
50688
|
<button title="2" data-command="2" class="paddingy-command" style="margin-right:4px">2</button>
|