@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.
|
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.
|
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:
|
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
|
-
|
605
|
-
|
606
|
-
|
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
|
-
|
610
|
-
|
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
|
-
.
|
618
|
-
|
616
|
+
.is-section.protected .is-box-tool {
|
617
|
+
display: none !important;
|
619
618
|
}
|
620
619
|
|
621
|
-
.box-
|
622
|
-
|
623
|
-
outline-offset: -1px;
|
620
|
+
.hard-select .is-box-tool {
|
621
|
+
display: none !important;
|
624
622
|
}
|
625
|
-
|
626
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
647
|
-
outline: none !important;
|
634
|
+
.hard-select .box-select .is-overlay {
|
635
|
+
z-index: -1;
|
648
636
|
}
|
649
|
-
|
650
|
-
|
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
|
-
|
657
|
-
|
658
|
-
|
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-
|
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
|
+
}
|