@innovastudio/contentbuilder 1.3.79 → 1.3.80
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
@@ -2921,7 +2921,7 @@ button:focus-visible {
|
|
2921
2921
|
#_cbhtml .is-modal.viewconfig button.input-setcolor,
|
2922
2922
|
.is-ui .is-modal.viewconfig button.input-setcolor {
|
2923
2923
|
width: 27px;
|
2924
|
-
height:
|
2924
|
+
height: 21px;
|
2925
2925
|
border: transparent 2px solid;
|
2926
2926
|
border-radius: 0px;
|
2927
2927
|
}
|
@@ -65305,7 +65305,7 @@ class Preferences {
|
|
65305
65305
|
|
65306
65306
|
<div style="display:flex;flex-wrap:wrap;width:100%;padding-top:32px;">
|
65307
65307
|
<div style="width:50%">
|
65308
|
-
<label id="divBuilderMode" style="display:block;margin-top:
|
65308
|
+
<label id="divBuilderMode" style="display:block;margin-top:10px;margin-bottom:5px;">
|
65309
65309
|
${util.out('Builder Mode')}:
|
65310
65310
|
<select class="select-buildermode">
|
65311
65311
|
<option value="">${util.out('Default')}</option>
|
@@ -65314,7 +65314,7 @@ class Preferences {
|
|
65314
65314
|
</select>
|
65315
65315
|
</label>
|
65316
65316
|
|
65317
|
-
<label id="divOutlineMode" style="display:block;margin-top:
|
65317
|
+
<label id="divOutlineMode" style="display:block;margin-top:10px;margin-bottom:5px;">
|
65318
65318
|
${util.out('Outline Mode')}:
|
65319
65319
|
<select class="select-outlinemode">
|
65320
65320
|
<option value="">${util.out('Row & column')}</option>
|
@@ -65322,7 +65322,7 @@ class Preferences {
|
|
65322
65322
|
</select>
|
65323
65323
|
</label>
|
65324
65324
|
|
65325
|
-
<label style="display:block;margin-top:
|
65325
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
65326
65326
|
${util.out('Outline Style')}:
|
65327
65327
|
<select class="select-outlinestyle">
|
65328
65328
|
<option value="">${util.out('Colored')}</option>
|
@@ -65330,27 +65330,27 @@ class Preferences {
|
|
65330
65330
|
</select>
|
65331
65331
|
</label>
|
65332
65332
|
|
65333
|
-
<label style="display:block;margin-top:
|
65333
|
+
<label style="display:block;margin-top:10px;margin-bottom:10px;">
|
65334
65334
|
<input class="input-hiderowcoloutline" type="checkbox" /> ${util.out('Hide Outline')}
|
65335
65335
|
</label>
|
65336
65336
|
|
65337
|
-
<label id="divHideCellTool" style="display:block;margin-top:
|
65337
|
+
<label id="divHideCellTool" style="display:block;margin-top:10px;margin-bottom:10px;">
|
65338
65338
|
<input class="input-hidecelltool" type="checkbox" /> ${util.out('Hide Column Tool')}
|
65339
65339
|
</label>
|
65340
65340
|
|
65341
65341
|
|
65342
|
-
<label style="display:block;margin-top:
|
65342
|
+
<label style="display:block;margin-top:10px;margin-bottom:10px;">
|
65343
65343
|
<input class="input-hidesnippetaddtool" type="checkbox" /> ${util.out('Hide Snippet (+) Tool')}
|
65344
65344
|
</label>
|
65345
65345
|
|
65346
|
-
<label style="display:block;margin-top:
|
65346
|
+
<label style="display:block;margin-top:10px;margin-bottom:10px;">
|
65347
65347
|
<input class="input-hideelementtool" type="checkbox" /> ${util.out('Hide element tool')}
|
65348
65348
|
</label>
|
65349
65349
|
|
65350
|
-
<label style="display:block;margin-top:
|
65350
|
+
<label style="display:block;margin-top:10px;margin-bottom:10px;">
|
65351
65351
|
<input class="input-hideelementhighlight" type="checkbox" /> ${util.out('Hide element highlight')}
|
65352
65352
|
</label>
|
65353
|
-
<label style="display:block;margin-top:
|
65353
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
65354
65354
|
${util.out('Row Tool Position')}:
|
65355
65355
|
<select class="select-rowtool">
|
65356
65356
|
<option value="right">${util.out('Right')}</option>
|
@@ -65358,7 +65358,7 @@ class Preferences {
|
|
65358
65358
|
</select>
|
65359
65359
|
</label>
|
65360
65360
|
|
65361
|
-
<label style="display:block;margin-top:
|
65361
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
65362
65362
|
${util.out('Tool Style')}:
|
65363
65363
|
<select class="select-toolstyle">
|
65364
65364
|
<option value="">${util.out('Colored')}</option>
|
@@ -65369,11 +65369,11 @@ class Preferences {
|
|
65369
65369
|
</div>
|
65370
65370
|
<div style="width:50%">
|
65371
65371
|
|
65372
|
-
<label class="option-opensnippets" style="display:block;margin-top:
|
65372
|
+
<label class="option-opensnippets" style="display:block;margin-top:10px;margin-bottom:10px;">
|
65373
65373
|
<input class="input-opensnippets" type="checkbox" /> ${util.out('Open snippets sidebar on start')}
|
65374
65374
|
</label>
|
65375
65375
|
|
65376
|
-
<label style="display:${builder.opts.snippetList === '#divSnippetList' ? 'block' : 'none'};margin-top:
|
65376
|
+
<label style="display:${builder.opts.snippetList === '#divSnippetList' ? 'block' : 'none'};margin-top:10px;margin-bottom:5px;">
|
65377
65377
|
${util.out('Snippets sidebar visibility')}:
|
65378
65378
|
<select class="select-snippetssidebardisplay">
|
65379
65379
|
<option value="auto">${util.out('Auto')}</option>
|
@@ -65381,7 +65381,7 @@ class Preferences {
|
|
65381
65381
|
</select>
|
65382
65382
|
</label>
|
65383
65383
|
|
65384
|
-
<label style="margin-top:
|
65384
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
65385
65385
|
${util.out('Toolbar visibility')}:
|
65386
65386
|
<select class="select-editingtoolbardisplay">
|
65387
65387
|
<option value="auto">${util.out('Auto')}</option>
|
@@ -65389,7 +65389,7 @@ class Preferences {
|
|
65389
65389
|
</select>
|
65390
65390
|
</label>
|
65391
65391
|
|
65392
|
-
<label style="${this.builder.isTouchSupport ? 'display:none;' : 'display:block;'}margin-top:
|
65392
|
+
<label style="${this.builder.isTouchSupport ? 'display:none;' : 'display:block;'}margin-top:10px;margin-bottom:5px;">
|
65393
65393
|
${util.out('Toolbar position')}:
|
65394
65394
|
<select class="select-editingtoolbar">
|
65395
65395
|
<option value="topfull">${util.out('Top (Full Width)')}</option>
|
@@ -65399,7 +65399,7 @@ class Preferences {
|
|
65399
65399
|
</select>
|
65400
65400
|
</label>
|
65401
65401
|
|
65402
|
-
<label style="display:block;margin-top:
|
65402
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
65403
65403
|
${util.out('Paste result')}:
|
65404
65404
|
<select class="select-pasteresult">
|
65405
65405
|
<option value="html-without-styles">${util.out('HTML (without styles)')}</option>
|
@@ -65408,7 +65408,7 @@ class Preferences {
|
|
65408
65408
|
</select>
|
65409
65409
|
</label>
|
65410
65410
|
|
65411
|
-
<label style="display:block;margin-top:
|
65411
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
65412
65412
|
${util.out('HTML View')}:
|
65413
65413
|
<select class="select-htmlview">
|
65414
65414
|
<option value="shorten">${util.out('Shorten HTML')}</option>
|
@@ -65417,7 +65417,7 @@ class Preferences {
|
|
65417
65417
|
</label>
|
65418
65418
|
|
65419
65419
|
${this.builder.themes ? `
|
65420
|
-
<label style="${this.builder.isTouchSupport ? 'display:none;' : 'display:block;'}margin-top:
|
65420
|
+
<label style="${this.builder.isTouchSupport ? 'display:none;' : 'display:block;'}margin-top:10px;margin-bottom:5px;">
|
65421
65421
|
${util.out('Theme')}:
|
65422
65422
|
</label>
|
65423
65423
|
${htmlThemes}
|