@innovastudio/contentbuilder 1.5.81 → 1.5.82

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.81",
4
+ "version": "1.5.82",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -208,11 +208,13 @@ button:focus-visible {
208
208
 
209
209
  .moveable-control {
210
210
  border: none !important;
211
- width: 7px !important;
212
- height: 7px !important;
213
- margin-top: -3px !important;
214
- margin-left: -3px !important;
215
- background: #2196f3 !important;
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;
@@ -2947,10 +2949,9 @@ button:focus-visible {
2947
2949
  background-color: #ebebeb;
2948
2950
  position: absolute;
2949
2951
  width: 100%;
2950
- height: 100%;
2951
- top: 0px;
2952
+ height: calc(100% - 80px);
2953
+ top: 80px;
2952
2954
  left: 0px;
2953
- border-top: 80px solid transparent;
2954
2955
  box-sizing: border-box;
2955
2956
  }
2956
2957
  #_cbhtml .is-modal.buttoneditor #divMyButtonList,
@@ -2982,12 +2983,6 @@ button:focus-visible {
2982
2983
  padding: 0;
2983
2984
  overflow: hidden;
2984
2985
  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
2986
  }
2992
2987
  #_cbhtml .is-modal.buttoneditor #divButtonTemplateList,
2993
2988
  .is-ui .is-modal.buttoneditor #divButtonTemplateList {
@@ -3522,9 +3517,10 @@ button:focus-visible {
3522
3517
  .is-ui .is-tool.is-video-tool,
3523
3518
  .is-ui .is-tool.is-audio-tool,
3524
3519
  .is-ui .is-tool.is-iframe-tool {
3525
- background: rgba(0, 0, 0, 0.15);
3520
+ background: rgba(255, 255, 255, 0.97) !important;
3526
3521
  border: transparent 1px solid;
3527
- box-shadow: none;
3522
+ box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
3523
+ border-radius: 20px;
3528
3524
  }
3529
3525
  #_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
3526
  .is-ui .is-tool#divImageTool > div,
@@ -3535,6 +3531,8 @@ button:focus-visible {
3535
3531
  .is-ui .is-tool.is-audio-tool > button,
3536
3532
  .is-ui .is-tool.is-iframe-tool > div,
3537
3533
  .is-ui .is-tool.is-iframe-tool > button {
3534
+ width: 35px;
3535
+ height: 35px;
3538
3536
  background: transparent;
3539
3537
  }
3540
3538
  #_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 +3540,17 @@ button:focus-visible {
3542
3540
  .is-ui .is-tool.is-video-tool svg,
3543
3541
  .is-ui .is-tool.is-audio-tool svg,
3544
3542
  .is-ui .is-tool.is-iframe-tool svg {
3545
- fill: #fff;
3546
- color: #fff;
3543
+ width: 17px;
3544
+ height: 17px;
3545
+ fill: #111 !important;
3546
+ color: #111 !important;
3547
+ }
3548
+ #_cbhtml .is-tool.is-video-tool > button, #_cbhtml .is-tool.is-audio-tool > button, #_cbhtml .is-tool.is-iframe-tool > button,
3549
+ .is-ui .is-tool.is-video-tool > button,
3550
+ .is-ui .is-tool.is-audio-tool > button,
3551
+ .is-ui .is-tool.is-iframe-tool > button {
3552
+ width: 35px !important;
3553
+ height: 35px !important;
3547
3554
  }
3548
3555
  #_cbhtml .is-tool#divImageResizer,
3549
3556
  .is-ui .is-tool#divImageResizer {
@@ -3567,22 +3574,27 @@ button:focus-visible {
3567
3574
  #_cbhtml .is-tool.is-spacer-tool,
3568
3575
  .is-ui .is-tool.is-spacer-tool {
3569
3576
  border: none;
3577
+ box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
3578
+ border-radius: 20px;
3579
+ overflow: hidden;
3570
3580
  }
3571
3581
  #_cbhtml .is-tool.is-spacer-tool > button,
3572
3582
  .is-ui .is-tool.is-spacer-tool > button {
3573
- width: 30px;
3574
- height: 30px;
3575
- background: none;
3583
+ width: 40px;
3584
+ height: 35px;
3585
+ background: rgba(255, 255, 255, 0.97) !important;
3576
3586
  }
3577
3587
  #_cbhtml .is-tool.is-spacer-tool > button svg,
3578
3588
  .is-ui .is-tool.is-spacer-tool > button svg {
3579
- fill: #121212;
3589
+ fill: #111 !important;
3590
+ color: #111 !important;
3580
3591
  }
3581
3592
  #_cbhtml .is-tool.is-table-tool,
3582
3593
  .is-ui .is-tool.is-table-tool {
3583
3594
  border: none;
3584
3595
  background: none;
3585
- box-shadow: none;
3596
+ border-radius: 20px;
3597
+ box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
3586
3598
  }
3587
3599
  #_cbhtml .is-tool.is-table-tool:hover,
3588
3600
  .is-ui .is-tool.is-table-tool:hover {
@@ -3590,13 +3602,16 @@ button:focus-visible {
3590
3602
  }
3591
3603
  #_cbhtml .is-tool.is-table-tool > button,
3592
3604
  .is-ui .is-tool.is-table-tool > button {
3593
- width: 30px;
3594
- height: 30px;
3595
- background: rgba(240, 240, 240, 0.9);
3605
+ width: 35px;
3606
+ height: 35px;
3607
+ background: rgba(255, 255, 255, 0.97) !important;
3596
3608
  }
3597
3609
  #_cbhtml .is-tool.is-table-tool > button svg,
3598
3610
  .is-ui .is-tool.is-table-tool > button svg {
3599
- fill: #121212;
3611
+ width: 17px !important;
3612
+ height: 17px !important;
3613
+ fill: #111 !important;
3614
+ color: #111 !important;
3600
3615
  }
3601
3616
  #_cbhtml .is-tool.is-code-tool, #_cbhtml .is-tool.is-module-tool, #_cbhtml .is-tool.is-svg-tool,
3602
3617
  .is-ui .is-tool.is-code-tool,
@@ -3604,44 +3619,50 @@ button:focus-visible {
3604
3619
  .is-ui .is-tool.is-svg-tool {
3605
3620
  border: none;
3606
3621
  background: none;
3607
- border-radius: 3px;
3622
+ border-radius: 20px;
3623
+ box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
3608
3624
  overflow: hidden;
3609
3625
  }
3610
3626
  #_cbhtml .is-tool.is-code-tool > button, #_cbhtml .is-tool.is-module-tool > button, #_cbhtml .is-tool.is-svg-tool > button,
3611
3627
  .is-ui .is-tool.is-code-tool > button,
3612
3628
  .is-ui .is-tool.is-module-tool > button,
3613
3629
  .is-ui .is-tool.is-svg-tool > button {
3614
- width: 35px !important;
3615
- height: 35px !important;
3616
- background: rgba(240, 240, 240, 0.9);
3630
+ width: 35px;
3631
+ height: 35px;
3632
+ background: rgba(255, 255, 255, 0.97) !important;
3617
3633
  }
3618
3634
  #_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
3635
  .is-ui .is-tool.is-code-tool > button svg,
3620
3636
  .is-ui .is-tool.is-module-tool > button svg,
3621
3637
  .is-ui .is-tool.is-svg-tool > button svg {
3622
- width: 14px !important;
3623
- height: 14px !important;
3624
- fill: #121212;
3638
+ width: 17px !important;
3639
+ height: 17px !important;
3640
+ fill: #111 !important;
3641
+ color: #111 !important;
3625
3642
  }
3626
3643
  #_cbhtml .is-tool#divLinkTool, #_cbhtml .is-tool#divButtonTool,
3627
3644
  .is-ui .is-tool#divLinkTool,
3628
3645
  .is-ui .is-tool#divButtonTool {
3629
- background: rgba(243, 243, 243, 0.9);
3646
+ background: rgba(255, 255, 255, 0.97) !important;
3630
3647
  box-shadow: none;
3631
- border-radius: 3px;
3648
+ border-radius: 20px;
3632
3649
  overflow: hidden;
3650
+ box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
3651
+ margin-top: -10px;
3652
+ margin-left: 7px;
3633
3653
  }
3634
3654
  #_cbhtml .is-tool#divLinkTool button, #_cbhtml .is-tool#divButtonTool button,
3635
3655
  .is-ui .is-tool#divLinkTool button,
3636
3656
  .is-ui .is-tool#divButtonTool button {
3637
- width: 30px;
3638
- height: 30px;
3639
- background: transparent;
3657
+ width: 37px;
3658
+ height: 37px;
3659
+ background: transparent !important;
3640
3660
  }
3641
3661
  #_cbhtml .is-tool#divLinkTool button svg, #_cbhtml .is-tool#divButtonTool button svg,
3642
3662
  .is-ui .is-tool#divLinkTool button svg,
3643
3663
  .is-ui .is-tool#divButtonTool button svg {
3644
- fill: #121212;
3664
+ fill: #111 !important;
3665
+ color: #111 !important;
3645
3666
  }
3646
3667
  #_cbhtml .dot,
3647
3668
  .is-ui .dot {
@@ -5354,16 +5375,23 @@ button:focus-visible {
5354
5375
  #_cbhtml .is-tool.is-element-tool {
5355
5376
  border-radius: 3px;
5356
5377
  overflow: hidden;
5378
+ margin-top: 10px;
5379
+ margin-left: 0px;
5380
+ border-radius: 100px;
5381
+ box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.08);
5382
+ background-color: rgba(255, 255, 255, 0.9) !important;
5357
5383
  }
5358
5384
  #_cbhtml .is-tool.is-element-tool button {
5359
- width: 25px;
5360
- height: 25px;
5385
+ width: 32px;
5386
+ height: 31px;
5361
5387
  background: transparent;
5388
+ color: #111;
5362
5389
  }
5363
5390
  #_cbhtml .is-tool.is-element-tool svg {
5364
5391
  width: 14px;
5365
5392
  height: 14px;
5366
- fill: #000;
5393
+ fill: #111 !important;
5394
+ color: #111 !important;
5367
5395
  }
5368
5396
  #_cbhtml .is-tool.is-element-tool .elm-more svg {
5369
5397
  width: 11px;
@@ -5399,14 +5427,15 @@ button:focus-visible {
5399
5427
  overflow: hidden;
5400
5428
  }
5401
5429
  .is-tool.is-row-tool button {
5402
- width: 25px;
5403
- height: 25px;
5430
+ width: 28px;
5431
+ height: 28px;
5404
5432
  display: flex;
5405
5433
  justify-content: center;
5406
5434
  align-items: center;
5407
5435
  }
5408
5436
  .is-tool.is-row-tool svg {
5409
- fill: #fff;
5437
+ fill: #fff !important;
5438
+ color: #fff !important;
5410
5439
  }
5411
5440
  .is-tool.is-row-tool .row-handle {
5412
5441
  display: flex;
@@ -5452,10 +5481,11 @@ button:focus-visible {
5452
5481
  box-shadow: none;
5453
5482
  border-radius: 2px;
5454
5483
  overflow: hidden;
5484
+ top: -3px !important;
5455
5485
  }
5456
5486
  .is-tool.is-col-tool button {
5457
- width: 25px;
5458
- height: 25px;
5487
+ width: 28px;
5488
+ height: 28px;
5459
5489
  display: flex;
5460
5490
  justify-content: center;
5461
5491
  align-items: center;
@@ -5470,10 +5500,9 @@ button:focus-visible {
5470
5500
  background: rgba(255, 85, 4, 0.9);
5471
5501
  }
5472
5502
  .is-tool.is-col-tool svg {
5473
- width: 23px;
5474
- height: 23px;
5475
5503
  fill: #fff !important;
5476
5504
  /* $ui-columntool-colored-button-svg-fill */
5505
+ color: #fff !important;
5477
5506
  }
5478
5507
  .is-tool.is-col-tool .cell-more svg {
5479
5508
  width: 14px;