@innovastudio/contentbox 1.4.35 → 1.4.37

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.35",
4
+ "version": "1.4.37",
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.40",
49
+ "@innovastudio/contentbuilder": "^1.3.42",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -477,7 +477,7 @@
477
477
  transform-origin: top;
478
478
  }
479
479
  .is-wrapper.is-edit {
480
- padding-left: 60px;
480
+ padding-left: 61px;
481
481
  }
482
482
  .is-wrapper .transition-edit.is-section {
483
483
  transition: all 0.2s ease !important;
@@ -601,63 +601,58 @@
601
601
  transition: unset;
602
602
  }
603
603
 
604
- .box-hover {
605
- outline: 1px solid #00da89;
606
- 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);
607
610
  }
608
-
609
- .is-section:not(.box-space) .box-hover .is-overlay,
610
- .is-section:not(.box-space).box-hover .is-overlay {
611
- top: 1px;
612
- bottom: 1px;
613
- left: 1px;
614
- right: 1px;
611
+ .is-wrapper.is-edit .is-section.is-section-navbar .is-topbar.static {
612
+ width: 100%;
613
+ margin-left: unset;
615
614
  }
616
615
 
617
- .box-active .is-container {
618
- border: rgba(0, 0, 0, 0.1) 1px solid;
616
+ .is-section.protected .is-box-tool {
617
+ display: none !important;
619
618
  }
620
619
 
621
- .box-active {
622
- outline: 1px solid #00da89;
623
- outline-offset: -1px;
620
+ .hard-select .is-box-tool {
621
+ display: none !important;
624
622
  }
625
-
626
- .is-section:not(.box-space) .box-active .is-overlay,
627
- .is-section:not(.box-space).box-active .is-overlay {
628
- top: 1px;
629
- bottom: 1px;
630
- left: 1px;
631
- right: 1px;
623
+ .hard-select .is-section-tool {
624
+ display: none !important;
632
625
  }
633
-
634
- .section-active {
635
- outline: 1px solid #00da89;
626
+ .hard-select .box-select {
627
+ outline: #00da89 1px solid;
636
628
  outline-offset: -1px;
629
+ z-index: 1;
637
630
  }
638
-
639
- .is-section:not(.box-space).section-active .is-overlay {
640
- top: 1px;
641
- bottom: 1px;
642
- left: 1px;
643
- right: 1px;
631
+ .hard-select .box-select .is-box-tool {
632
+ display: flex !important;
644
633
  }
645
-
646
- .content-edit .box-hover {
647
- outline: none !important;
634
+ .hard-select .box-select .is-overlay {
635
+ z-index: -1;
648
636
  }
649
-
650
- .is-wrapper.is-edit .is-section.is-section-navbar,
651
- .is-wrapper.is-edit .is-section.is-section-navbar .is-topbar {
652
- left: 0;
653
- margin-left: 60px;
654
- width: calc(100% - 60px);
637
+ .hard-select .section-select .is-section-tool {
638
+ display: block !important;
655
639
  }
656
- .is-wrapper.is-edit .is-section.is-section-navbar .is-topbar.static {
657
- width: 100%;
658
- margin-left: unset;
640
+
641
+ .is-wrapper > .sortable-ghost {
642
+ height: 40px !important;
643
+ min-height: unset !important;
644
+ background: rgba(204, 204, 204, 0.15) !important;
659
645
  }
660
646
 
661
- .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 {
662
649
  display: none !important;
663
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 {
653
+ display: none !important;
654
+ }
655
+ .is-wrapper.is-clean-edit .hard-select .box-select,
656
+ .is-wrapper.is-clean-edit .box-select {
657
+ outline: none !important;
658
+ }