@innovastudio/contentbuilder 1.5.81 → 1.5.83
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
|
@@ -208,11 +208,13 @@ button:focus-visible {
|
|
|
208
208
|
|
|
209
209
|
.moveable-control {
|
|
210
210
|
border: none !important;
|
|
211
|
-
width:
|
|
212
|
-
height:
|
|
213
|
-
margin-top: -
|
|
214
|
-
margin-left: -
|
|
215
|
-
background: #
|
|
211
|
+
width: 17px !important;
|
|
212
|
+
height: 17px !important;
|
|
213
|
+
margin-top: -8.5px !important;
|
|
214
|
+
margin-left: -8.5px !important;
|
|
215
|
+
background: #fff !important;
|
|
216
|
+
border: #dddddd 1px solid !important;
|
|
217
|
+
box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.22) !important;
|
|
216
218
|
}
|
|
217
219
|
.moveable-control.moveable-origin {
|
|
218
220
|
display: none !important;
|
|
@@ -1106,6 +1108,30 @@ button:focus-visible {
|
|
|
1106
1108
|
.is-ui .is-rte-pop.rte-paragraph-options > ul > li > *:not(p) {
|
|
1107
1109
|
transform: scale(0.8);
|
|
1108
1110
|
}
|
|
1111
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li h1,
|
|
1112
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li h1 {
|
|
1113
|
+
font-size: 2.5rem !important;
|
|
1114
|
+
}
|
|
1115
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li h2,
|
|
1116
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li h2 {
|
|
1117
|
+
font-size: 2rem !important;
|
|
1118
|
+
}
|
|
1119
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li h3,
|
|
1120
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li h3 {
|
|
1121
|
+
font-size: 1.73rem !important;
|
|
1122
|
+
}
|
|
1123
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li h4,
|
|
1124
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li h4 {
|
|
1125
|
+
font-size: 1.5rem !important;
|
|
1126
|
+
}
|
|
1127
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li h5,
|
|
1128
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li h5 {
|
|
1129
|
+
font-size: 1.25rem !important;
|
|
1130
|
+
}
|
|
1131
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li h6,
|
|
1132
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li h6 {
|
|
1133
|
+
font-size: 1rem !important;
|
|
1134
|
+
}
|
|
1109
1135
|
#_cbhtml .is-rte-pop.rte-textsetting-options > div,
|
|
1110
1136
|
.is-ui .is-rte-pop.rte-textsetting-options > div {
|
|
1111
1137
|
width: 233px;
|
|
@@ -2947,10 +2973,9 @@ button:focus-visible {
|
|
|
2947
2973
|
background-color: #ebebeb;
|
|
2948
2974
|
position: absolute;
|
|
2949
2975
|
width: 100%;
|
|
2950
|
-
height: 100
|
|
2951
|
-
top:
|
|
2976
|
+
height: calc(100% - 80px);
|
|
2977
|
+
top: 80px;
|
|
2952
2978
|
left: 0px;
|
|
2953
|
-
border-top: 80px solid transparent;
|
|
2954
2979
|
box-sizing: border-box;
|
|
2955
2980
|
}
|
|
2956
2981
|
#_cbhtml .is-modal.buttoneditor #divMyButtonList,
|
|
@@ -2982,12 +3007,6 @@ button:focus-visible {
|
|
|
2982
3007
|
padding: 0;
|
|
2983
3008
|
overflow: hidden;
|
|
2984
3009
|
overflow-y: auto;
|
|
2985
|
-
height: 100%;
|
|
2986
|
-
width: 100%;
|
|
2987
|
-
position: absolute;
|
|
2988
|
-
top: 0;
|
|
2989
|
-
border-top: 80px transparent solid;
|
|
2990
|
-
box-sizing: border-box;
|
|
2991
3010
|
}
|
|
2992
3011
|
#_cbhtml .is-modal.buttoneditor #divButtonTemplateList,
|
|
2993
3012
|
.is-ui .is-modal.buttoneditor #divButtonTemplateList {
|
|
@@ -3522,9 +3541,10 @@ button:focus-visible {
|
|
|
3522
3541
|
.is-ui .is-tool.is-video-tool,
|
|
3523
3542
|
.is-ui .is-tool.is-audio-tool,
|
|
3524
3543
|
.is-ui .is-tool.is-iframe-tool {
|
|
3525
|
-
background: rgba(
|
|
3544
|
+
background: rgba(255, 255, 255, 0.97) !important;
|
|
3526
3545
|
border: transparent 1px solid;
|
|
3527
|
-
box-shadow:
|
|
3546
|
+
box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
|
|
3547
|
+
border-radius: 20px;
|
|
3528
3548
|
}
|
|
3529
3549
|
#_cbhtml .is-tool#divImageTool > div, #_cbhtml .is-tool#divImageTool > button, #_cbhtml .is-tool.is-video-tool > div, #_cbhtml .is-tool.is-video-tool > button, #_cbhtml .is-tool.is-audio-tool > div, #_cbhtml .is-tool.is-audio-tool > button, #_cbhtml .is-tool.is-iframe-tool > div, #_cbhtml .is-tool.is-iframe-tool > button,
|
|
3530
3550
|
.is-ui .is-tool#divImageTool > div,
|
|
@@ -3535,6 +3555,8 @@ button:focus-visible {
|
|
|
3535
3555
|
.is-ui .is-tool.is-audio-tool > button,
|
|
3536
3556
|
.is-ui .is-tool.is-iframe-tool > div,
|
|
3537
3557
|
.is-ui .is-tool.is-iframe-tool > button {
|
|
3558
|
+
width: 35px;
|
|
3559
|
+
height: 35px;
|
|
3538
3560
|
background: transparent;
|
|
3539
3561
|
}
|
|
3540
3562
|
#_cbhtml .is-tool#divImageTool svg, #_cbhtml .is-tool.is-video-tool svg, #_cbhtml .is-tool.is-audio-tool svg, #_cbhtml .is-tool.is-iframe-tool svg,
|
|
@@ -3542,8 +3564,17 @@ button:focus-visible {
|
|
|
3542
3564
|
.is-ui .is-tool.is-video-tool svg,
|
|
3543
3565
|
.is-ui .is-tool.is-audio-tool svg,
|
|
3544
3566
|
.is-ui .is-tool.is-iframe-tool svg {
|
|
3545
|
-
|
|
3546
|
-
|
|
3567
|
+
width: 17px;
|
|
3568
|
+
height: 17px;
|
|
3569
|
+
fill: #111 !important;
|
|
3570
|
+
color: #111 !important;
|
|
3571
|
+
}
|
|
3572
|
+
#_cbhtml .is-tool.is-video-tool > button, #_cbhtml .is-tool.is-audio-tool > button, #_cbhtml .is-tool.is-iframe-tool > button,
|
|
3573
|
+
.is-ui .is-tool.is-video-tool > button,
|
|
3574
|
+
.is-ui .is-tool.is-audio-tool > button,
|
|
3575
|
+
.is-ui .is-tool.is-iframe-tool > button {
|
|
3576
|
+
width: 35px !important;
|
|
3577
|
+
height: 35px !important;
|
|
3547
3578
|
}
|
|
3548
3579
|
#_cbhtml .is-tool#divImageResizer,
|
|
3549
3580
|
.is-ui .is-tool#divImageResizer {
|
|
@@ -3567,22 +3598,27 @@ button:focus-visible {
|
|
|
3567
3598
|
#_cbhtml .is-tool.is-spacer-tool,
|
|
3568
3599
|
.is-ui .is-tool.is-spacer-tool {
|
|
3569
3600
|
border: none;
|
|
3601
|
+
box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
|
|
3602
|
+
border-radius: 20px;
|
|
3603
|
+
overflow: hidden;
|
|
3570
3604
|
}
|
|
3571
3605
|
#_cbhtml .is-tool.is-spacer-tool > button,
|
|
3572
3606
|
.is-ui .is-tool.is-spacer-tool > button {
|
|
3573
|
-
width:
|
|
3574
|
-
height:
|
|
3575
|
-
background:
|
|
3607
|
+
width: 40px;
|
|
3608
|
+
height: 35px;
|
|
3609
|
+
background: rgba(255, 255, 255, 0.97) !important;
|
|
3576
3610
|
}
|
|
3577
3611
|
#_cbhtml .is-tool.is-spacer-tool > button svg,
|
|
3578
3612
|
.is-ui .is-tool.is-spacer-tool > button svg {
|
|
3579
|
-
fill: #
|
|
3613
|
+
fill: #111 !important;
|
|
3614
|
+
color: #111 !important;
|
|
3580
3615
|
}
|
|
3581
3616
|
#_cbhtml .is-tool.is-table-tool,
|
|
3582
3617
|
.is-ui .is-tool.is-table-tool {
|
|
3583
3618
|
border: none;
|
|
3584
3619
|
background: none;
|
|
3585
|
-
|
|
3620
|
+
border-radius: 20px;
|
|
3621
|
+
box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
|
|
3586
3622
|
}
|
|
3587
3623
|
#_cbhtml .is-tool.is-table-tool:hover,
|
|
3588
3624
|
.is-ui .is-tool.is-table-tool:hover {
|
|
@@ -3590,13 +3626,16 @@ button:focus-visible {
|
|
|
3590
3626
|
}
|
|
3591
3627
|
#_cbhtml .is-tool.is-table-tool > button,
|
|
3592
3628
|
.is-ui .is-tool.is-table-tool > button {
|
|
3593
|
-
width:
|
|
3594
|
-
height:
|
|
3595
|
-
background: rgba(
|
|
3629
|
+
width: 35px;
|
|
3630
|
+
height: 35px;
|
|
3631
|
+
background: rgba(255, 255, 255, 0.97) !important;
|
|
3596
3632
|
}
|
|
3597
3633
|
#_cbhtml .is-tool.is-table-tool > button svg,
|
|
3598
3634
|
.is-ui .is-tool.is-table-tool > button svg {
|
|
3599
|
-
|
|
3635
|
+
width: 17px !important;
|
|
3636
|
+
height: 17px !important;
|
|
3637
|
+
fill: #111 !important;
|
|
3638
|
+
color: #111 !important;
|
|
3600
3639
|
}
|
|
3601
3640
|
#_cbhtml .is-tool.is-code-tool, #_cbhtml .is-tool.is-module-tool, #_cbhtml .is-tool.is-svg-tool,
|
|
3602
3641
|
.is-ui .is-tool.is-code-tool,
|
|
@@ -3604,44 +3643,50 @@ button:focus-visible {
|
|
|
3604
3643
|
.is-ui .is-tool.is-svg-tool {
|
|
3605
3644
|
border: none;
|
|
3606
3645
|
background: none;
|
|
3607
|
-
border-radius:
|
|
3646
|
+
border-radius: 20px;
|
|
3647
|
+
box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
|
|
3608
3648
|
overflow: hidden;
|
|
3609
3649
|
}
|
|
3610
3650
|
#_cbhtml .is-tool.is-code-tool > button, #_cbhtml .is-tool.is-module-tool > button, #_cbhtml .is-tool.is-svg-tool > button,
|
|
3611
3651
|
.is-ui .is-tool.is-code-tool > button,
|
|
3612
3652
|
.is-ui .is-tool.is-module-tool > button,
|
|
3613
3653
|
.is-ui .is-tool.is-svg-tool > button {
|
|
3614
|
-
width: 35px
|
|
3615
|
-
height: 35px
|
|
3616
|
-
background: rgba(
|
|
3654
|
+
width: 35px;
|
|
3655
|
+
height: 35px;
|
|
3656
|
+
background: rgba(255, 255, 255, 0.97) !important;
|
|
3617
3657
|
}
|
|
3618
3658
|
#_cbhtml .is-tool.is-code-tool > button svg, #_cbhtml .is-tool.is-module-tool > button svg, #_cbhtml .is-tool.is-svg-tool > button svg,
|
|
3619
3659
|
.is-ui .is-tool.is-code-tool > button svg,
|
|
3620
3660
|
.is-ui .is-tool.is-module-tool > button svg,
|
|
3621
3661
|
.is-ui .is-tool.is-svg-tool > button svg {
|
|
3622
|
-
width:
|
|
3623
|
-
height:
|
|
3624
|
-
fill: #
|
|
3662
|
+
width: 17px !important;
|
|
3663
|
+
height: 17px !important;
|
|
3664
|
+
fill: #111 !important;
|
|
3665
|
+
color: #111 !important;
|
|
3625
3666
|
}
|
|
3626
3667
|
#_cbhtml .is-tool#divLinkTool, #_cbhtml .is-tool#divButtonTool,
|
|
3627
3668
|
.is-ui .is-tool#divLinkTool,
|
|
3628
3669
|
.is-ui .is-tool#divButtonTool {
|
|
3629
|
-
background: rgba(
|
|
3670
|
+
background: rgba(255, 255, 255, 0.97) !important;
|
|
3630
3671
|
box-shadow: none;
|
|
3631
|
-
border-radius:
|
|
3672
|
+
border-radius: 20px;
|
|
3632
3673
|
overflow: hidden;
|
|
3674
|
+
box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
|
|
3675
|
+
margin-top: -10px;
|
|
3676
|
+
margin-left: 7px;
|
|
3633
3677
|
}
|
|
3634
3678
|
#_cbhtml .is-tool#divLinkTool button, #_cbhtml .is-tool#divButtonTool button,
|
|
3635
3679
|
.is-ui .is-tool#divLinkTool button,
|
|
3636
3680
|
.is-ui .is-tool#divButtonTool button {
|
|
3637
|
-
width:
|
|
3638
|
-
height:
|
|
3639
|
-
background: transparent;
|
|
3681
|
+
width: 37px;
|
|
3682
|
+
height: 37px;
|
|
3683
|
+
background: transparent !important;
|
|
3640
3684
|
}
|
|
3641
3685
|
#_cbhtml .is-tool#divLinkTool button svg, #_cbhtml .is-tool#divButtonTool button svg,
|
|
3642
3686
|
.is-ui .is-tool#divLinkTool button svg,
|
|
3643
3687
|
.is-ui .is-tool#divButtonTool button svg {
|
|
3644
|
-
fill: #
|
|
3688
|
+
fill: #111 !important;
|
|
3689
|
+
color: #111 !important;
|
|
3645
3690
|
}
|
|
3646
3691
|
#_cbhtml .dot,
|
|
3647
3692
|
.is-ui .dot {
|
|
@@ -5354,16 +5399,23 @@ button:focus-visible {
|
|
|
5354
5399
|
#_cbhtml .is-tool.is-element-tool {
|
|
5355
5400
|
border-radius: 3px;
|
|
5356
5401
|
overflow: hidden;
|
|
5402
|
+
margin-top: 10px;
|
|
5403
|
+
margin-left: 0px;
|
|
5404
|
+
border-radius: 100px;
|
|
5405
|
+
box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
|
|
5406
|
+
background-color: rgba(255, 255, 255, 0.9) !important;
|
|
5357
5407
|
}
|
|
5358
5408
|
#_cbhtml .is-tool.is-element-tool button {
|
|
5359
|
-
width:
|
|
5360
|
-
height:
|
|
5409
|
+
width: 32px;
|
|
5410
|
+
height: 31px;
|
|
5361
5411
|
background: transparent;
|
|
5412
|
+
color: #111;
|
|
5362
5413
|
}
|
|
5363
5414
|
#_cbhtml .is-tool.is-element-tool svg {
|
|
5364
5415
|
width: 14px;
|
|
5365
5416
|
height: 14px;
|
|
5366
|
-
fill: #
|
|
5417
|
+
fill: #111 !important;
|
|
5418
|
+
color: #111 !important;
|
|
5367
5419
|
}
|
|
5368
5420
|
#_cbhtml .is-tool.is-element-tool .elm-more svg {
|
|
5369
5421
|
width: 11px;
|
|
@@ -5399,14 +5451,15 @@ button:focus-visible {
|
|
|
5399
5451
|
overflow: hidden;
|
|
5400
5452
|
}
|
|
5401
5453
|
.is-tool.is-row-tool button {
|
|
5402
|
-
width:
|
|
5403
|
-
height:
|
|
5454
|
+
width: 28px;
|
|
5455
|
+
height: 28px;
|
|
5404
5456
|
display: flex;
|
|
5405
5457
|
justify-content: center;
|
|
5406
5458
|
align-items: center;
|
|
5407
5459
|
}
|
|
5408
5460
|
.is-tool.is-row-tool svg {
|
|
5409
|
-
fill: #fff;
|
|
5461
|
+
fill: #fff !important;
|
|
5462
|
+
color: #fff !important;
|
|
5410
5463
|
}
|
|
5411
5464
|
.is-tool.is-row-tool .row-handle {
|
|
5412
5465
|
display: flex;
|
|
@@ -5452,10 +5505,11 @@ button:focus-visible {
|
|
|
5452
5505
|
box-shadow: none;
|
|
5453
5506
|
border-radius: 2px;
|
|
5454
5507
|
overflow: hidden;
|
|
5508
|
+
top: -3px !important;
|
|
5455
5509
|
}
|
|
5456
5510
|
.is-tool.is-col-tool button {
|
|
5457
|
-
width:
|
|
5458
|
-
height:
|
|
5511
|
+
width: 28px;
|
|
5512
|
+
height: 28px;
|
|
5459
5513
|
display: flex;
|
|
5460
5514
|
justify-content: center;
|
|
5461
5515
|
align-items: center;
|
|
@@ -5470,10 +5524,9 @@ button:focus-visible {
|
|
|
5470
5524
|
background: rgba(255, 85, 4, 0.9);
|
|
5471
5525
|
}
|
|
5472
5526
|
.is-tool.is-col-tool svg {
|
|
5473
|
-
width: 23px;
|
|
5474
|
-
height: 23px;
|
|
5475
5527
|
fill: #fff !important;
|
|
5476
5528
|
/* $ui-columntool-colored-button-svg-fill */
|
|
5529
|
+
color: #fff !important;
|
|
5477
5530
|
}
|
|
5478
5531
|
.is-tool.is-col-tool .cell-more svg {
|
|
5479
5532
|
width: 14px;
|
|
@@ -5733,7 +5786,7 @@ button:focus-visible {
|
|
|
5733
5786
|
background: transparent;
|
|
5734
5787
|
}
|
|
5735
5788
|
.is-builder[clean] .is-tool.is-row-tool .row-grideditor svg {
|
|
5736
|
-
fill: #000;
|
|
5789
|
+
fill: #000 !important;
|
|
5737
5790
|
width: 13px;
|
|
5738
5791
|
height: 13px;
|
|
5739
5792
|
margin-left: -1px;
|