@innovastudio/contentbox 1.3.2-rc3 → 1.3.2-rc7
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbox",
|
|
3
|
-
"version": "1.3.2-
|
|
3
|
+
"version": "1.3.2-rc7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"webpack-dev-server": "^4.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@innovastudio/contentbuilder": "^1.2.4-
|
|
49
|
+
"@innovastudio/contentbuilder": "^1.2.4-rc6",
|
|
50
50
|
"js-beautify": "^1.14.0"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
fill: #fff !important;
|
|
22
22
|
}
|
|
23
23
|
#divBoxTool button#btnEditBox {
|
|
24
|
-
background:
|
|
24
|
+
background: rgb(0, 172, 214);
|
|
25
25
|
}
|
|
26
26
|
#divBoxTool button#btnEditModule {
|
|
27
27
|
background: #FF9800;
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
border: none;
|
|
49
49
|
}
|
|
50
50
|
.is-section-tool .is-section-edit {
|
|
51
|
-
background:
|
|
51
|
+
background: rgb(0, 172, 214);
|
|
52
52
|
}
|
|
53
53
|
.is-section-tool .is-section-edit svg {
|
|
54
54
|
fill: #fff !important;
|
|
55
55
|
}
|
|
56
56
|
.is-section-tool .is-section-remove {
|
|
57
|
-
background:
|
|
57
|
+
background: rgb(247, 99, 46);
|
|
58
58
|
color: #fff !important;
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
display: flex;
|
|
86
86
|
justify-content: center;
|
|
87
87
|
align-items: center;
|
|
88
|
+
outline: none;
|
|
88
89
|
cursor: pointer;
|
|
89
90
|
}
|
|
90
91
|
#_cbhtml .is-sidebar button.is-sidebar-button svg {
|
|
@@ -121,6 +122,7 @@
|
|
|
121
122
|
transition-property: transform;
|
|
122
123
|
transition-duration: 0.3s;
|
|
123
124
|
transform: translate3d(-120%, 0, 0);
|
|
125
|
+
outline: none;
|
|
124
126
|
}
|
|
125
127
|
|
|
126
128
|
.is-sidebar-content.active {
|
|
@@ -209,11 +211,12 @@
|
|
|
209
211
|
line-height: 1;
|
|
210
212
|
}
|
|
211
213
|
#divSidebarTypography #btnTypoClear {
|
|
212
|
-
width:
|
|
213
|
-
height:
|
|
214
|
+
width: 40px;
|
|
215
|
+
height: 35px;
|
|
214
216
|
display: flex;
|
|
215
217
|
background: transparent;
|
|
216
218
|
box-shadow: none;
|
|
219
|
+
margin-right: 5px;
|
|
217
220
|
}
|
|
218
221
|
|
|
219
222
|
#divSidebarSections {
|
|
@@ -233,7 +236,7 @@
|
|
|
233
236
|
}
|
|
234
237
|
#divSelector {
|
|
235
238
|
position: absolute;
|
|
236
|
-
top:
|
|
239
|
+
top: 110px;
|
|
237
240
|
right: 0;
|
|
238
241
|
width: 100%;
|
|
239
242
|
z-index: 2;
|
|
@@ -247,10 +250,10 @@
|
|
|
247
250
|
box-sizing: border-box;
|
|
248
251
|
overflow-y: auto;
|
|
249
252
|
overflow-x: hidden;
|
|
250
|
-
top:
|
|
253
|
+
top: 110px;
|
|
251
254
|
left: 50px;
|
|
252
255
|
width: calc(100% - 50px);
|
|
253
|
-
height: calc(100% -
|
|
256
|
+
height: calc(100% - 110px);
|
|
254
257
|
position: absolute;
|
|
255
258
|
}
|
|
256
259
|
|