@innovastudio/contentbox 1.4.34 → 1.4.36

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.4.34",
4
+ "version": "1.4.36",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -46,7 +46,7 @@
46
46
  "webpack-dev-server": "^4.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@innovastudio/contentbuilder": "^1.3.39",
49
+ "@innovastudio/contentbuilder": "^1.3.42",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -477,11 +477,7 @@
477
477
  transform-origin: top;
478
478
  }
479
479
  .is-wrapper.is-edit {
480
- padding-left: 60px;
481
- }
482
- .is-wrapper.is-edit > div {
483
- overflow-x: unset;
484
- overflow-y: unset;
480
+ padding-left: 61px;
485
481
  }
486
482
  .is-wrapper .transition-edit.is-section {
487
483
  transition: all 0.2s ease !important;
@@ -605,57 +601,58 @@
605
601
  transition: unset;
606
602
  }
607
603
 
608
- .box-hover {
609
- outline: 1px solid #00da89;
610
- outline-offset: -1px;
604
+ /* Navbar Fix */
605
+ .is-wrapper.is-edit .is-section.is-section-navbar,
606
+ .is-wrapper.is-edit .is-section.is-section-navbar .is-topbar {
607
+ left: 0;
608
+ margin-left: 61px;
609
+ width: calc(100% - 61px);
611
610
  }
612
-
613
- .is-section:not(.box-space) .box-hover .is-overlay,
614
- .is-section:not(.box-space).box-hover .is-overlay {
615
- top: 1px;
616
- bottom: 1px;
617
- left: 1px;
618
- right: 1px;
611
+ .is-wrapper.is-edit .is-section.is-section-navbar .is-topbar.static {
612
+ width: 100%;
613
+ margin-left: unset;
619
614
  }
620
615
 
621
- .box-active .is-container {
622
- border: rgba(0, 0, 0, 0.1) 1px solid;
616
+ .is-section.protected .is-box-tool {
617
+ display: none !important;
623
618
  }
624
619
 
625
- .box-active {
626
- outline: 1px solid #00da89;
627
- outline-offset: -1px;
620
+ .hard-select .is-box-tool {
621
+ display: none !important;
628
622
  }
629
-
630
- .is-section:not(.box-space) .box-active .is-overlay,
631
- .is-section:not(.box-space).box-active .is-overlay {
632
- top: 1px;
633
- bottom: 1px;
634
- left: 1px;
635
- right: 1px;
623
+ .hard-select .is-section-tool {
624
+ display: none !important;
636
625
  }
637
-
638
- .section-active {
639
- outline: 1px solid #00da89;
626
+ .hard-select .box-select {
627
+ outline: #00da89 1px solid;
640
628
  outline-offset: -1px;
629
+ z-index: 1;
641
630
  }
642
-
643
- .is-section:not(.box-space).section-active .is-overlay {
644
- top: 1px;
645
- bottom: 1px;
646
- left: 1px;
647
- right: 1px;
631
+ .hard-select .box-select .is-box-tool {
632
+ display: flex !important;
648
633
  }
649
-
650
- .content-edit .box-hover {
651
- outline: none !important;
634
+ .hard-select .box-select .is-overlay {
635
+ z-index: -1;
636
+ }
637
+ .hard-select .section-select .is-section-tool {
638
+ display: block !important;
652
639
  }
653
640
 
654
- .is-section.is-section-navbar,
655
- .is-section.is-section-navbar .is-topbar {
656
- width: calc(100% - 60px);
641
+ .is-wrapper > .sortable-ghost {
642
+ height: 40px !important;
643
+ min-height: unset !important;
644
+ background: rgba(204, 204, 204, 0.15) !important;
657
645
  }
658
646
 
659
- .is-section.protected .is-box-tool {
647
+ .is-wrapper.is-clean-edit .hard-select .box-select .is-box-tool,
648
+ .is-wrapper.is-clean-edit .box-select .is-box-tool {
649
+ display: none !important;
650
+ }
651
+ .is-wrapper.is-clean-edit .hard-select .section-select .is-section-tool,
652
+ .is-wrapper.is-clean-edit .section-select .is-section-tool {
660
653
  display: none !important;
661
654
  }
655
+ .is-wrapper.is-clean-edit .hard-select .box-select,
656
+ .is-wrapper.is-clean-edit .box-select {
657
+ outline: none !important;
658
+ }