@innovastudio/contentbox 1.5.93 → 1.5.95

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/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.93",
4
+ "version": "1.5.95",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -52,7 +52,7 @@
52
52
  "ws": "^8.13.0"
53
53
  },
54
54
  "dependencies": {
55
- "@innovastudio/contentbuilder": "^1.4.113",
55
+ "@innovastudio/contentbuilder": "^1.4.115",
56
56
  "i": "^0.3.7",
57
57
  "js-beautify": "^1.14.0",
58
58
  "npm": "^10.1.0"
@@ -1,3 +1,165 @@
1
+ /* IFRAME * New Control Panel */
2
+ .is-content-view.desktop {
3
+ width: 1366px;
4
+ height: 853px;
5
+ }
6
+ .is-content-view.tablet-landscape {
7
+ width: 1080px;
8
+ height: 810px;
9
+ }
10
+ .is-content-view.tablet {
11
+ width: 768px;
12
+ height: 1024px;
13
+ }
14
+ .is-content-view.mobile {
15
+ width: 390px;
16
+ height: 844px;
17
+ }
18
+
19
+ @media all and (min-width: 2030px) {
20
+ .is-content-view.desktop {
21
+ width: 1560px;
22
+ height: 974px;
23
+ }
24
+
25
+ .is-content-view.tablet-landscape {
26
+ width: 1280px;
27
+ height: 960px;
28
+ }
29
+ }
30
+ @media all and (max-width: 1520px) {
31
+ .is-content-view {
32
+ transform: scale(0.95);
33
+ }
34
+ }
35
+ @media all and (max-width: 1450px) {
36
+ .is-content-view {
37
+ transform: scale(0.9);
38
+ }
39
+ }
40
+ @media all and (max-width: 1375px) {
41
+ .is-content-view {
42
+ transform: scale(0.85);
43
+ }
44
+ }
45
+ @media all and (max-width: 1300px) {
46
+ .is-content-view {
47
+ transform: scale(0.8);
48
+ }
49
+ }
50
+ @media all and (max-width: 1235px) {
51
+ .is-content-view {
52
+ transform: scale(0.75);
53
+ }
54
+ }
55
+ @media all and (max-width: 1175px) {
56
+ .is-content-view {
57
+ transform: scale(0.7);
58
+ }
59
+ }
60
+ @media all and (max-width: 1090px) {
61
+ .is-content-view {
62
+ transform: scale(0.65);
63
+ }
64
+ }
65
+ body.controlpanel .is-responsive-tool {
66
+ right: 340px;
67
+ }
68
+ body.controlpanel .is-content-view {
69
+ margin-right: 290px;
70
+ }
71
+ body.controlpanel .is-controlpanel {
72
+ position: fixed;
73
+ width: 290px;
74
+ height: 100vh;
75
+ top: 0;
76
+ right: 0;
77
+ background: #fff;
78
+ z-index: 1;
79
+ }
80
+ body.controlpanel .is-content-view.desktop {
81
+ width: 1366px;
82
+ height: 853px;
83
+ }
84
+ body.controlpanel .is-content-view.tablet-landscape {
85
+ width: 1080px;
86
+ height: 810px;
87
+ }
88
+ body.controlpanel .is-content-view.tablet {
89
+ width: 768px;
90
+ height: 1024px;
91
+ }
92
+ body.controlpanel .is-content-view.mobile {
93
+ width: 390px;
94
+ height: 844px;
95
+ }
96
+ @media all and (min-width: 2030px) {
97
+ body.controlpanel .is-content-view.desktop {
98
+ width: 1560px;
99
+ height: 974px;
100
+ }
101
+ body.controlpanel .is-content-view.tablet-landscape {
102
+ width: 1280px;
103
+ height: 960px;
104
+ }
105
+ }
106
+ @media all and (max-width: 1800px) {
107
+ body.controlpanel .is-content-view {
108
+ transform: scale(0.95);
109
+ }
110
+ }
111
+ @media all and (max-width: 1730px) {
112
+ body.controlpanel .is-content-view {
113
+ transform: scale(0.9);
114
+ }
115
+ }
116
+ @media all and (max-width: 1680px) {
117
+ body.controlpanel .is-content-view {
118
+ transform: scale(0.85);
119
+ }
120
+ }
121
+ @media all and (max-width: 1600px) {
122
+ body.controlpanel .is-content-view {
123
+ transform: scale(0.8);
124
+ }
125
+ }
126
+ @media all and (max-width: 1520px) {
127
+ body.controlpanel .is-content-view {
128
+ transform: scale(0.75);
129
+ }
130
+ }
131
+ @media all and (max-width: 1450px) {
132
+ body.controlpanel .is-content-view {
133
+ transform: scale(0.7);
134
+ }
135
+ }
136
+ @media all and (max-width: 1375px) {
137
+ body.controlpanel .is-content-view {
138
+ transform: scale(0.65);
139
+ }
140
+ }
141
+ @media all and (max-width: 1300px) {
142
+ body.controlpanel .is-content-view {
143
+ transform: scale(0.6);
144
+ }
145
+ }
146
+ @media all and (max-width: 1235px) {
147
+ body.controlpanel .is-content-view {
148
+ transform: scale(0.55);
149
+ }
150
+ }
151
+ @media all and (max-width: 1175px) {
152
+ body.controlpanel .is-content-view {
153
+ transform: scale(0.5);
154
+ }
155
+ }
156
+ @media all and (max-width: 1090px) {
157
+ body.controlpanel .is-content-view {
158
+ transform: scale(0.45);
159
+ }
160
+ }
161
+
162
+ /* /IFRAME */
1
163
  .is-box-tool {
2
164
  display: none;
3
165
  z-index: 1;
@@ -11,14 +173,14 @@
11
173
  outline: none;
12
174
  text-align: center;
13
175
  cursor: pointer;
14
- border-radius: 0px;
15
- overflow: hidden;
16
- border-radius: 3px;
176
+ border-radius: 0;
177
+ border-top-left-radius: 3px;
178
+ border-top-right-radius: 3px;
17
179
  overflow: hidden;
18
180
  }
19
181
  .is-box-tool button {
20
- width: 40px !important;
21
- height: 40px !important;
182
+ width: 35px !important;
183
+ height: 35px !important;
22
184
  cursor: pointer;
23
185
  }
24
186
  .is-box-tool button svg {
@@ -31,37 +193,54 @@
31
193
  background: #FF9800;
32
194
  }
33
195
 
196
+ /* New Section Tool */
34
197
  .is-section-tool {
35
198
  display: none;
36
199
  z-index: 1;
37
200
  position: absolute;
38
- top: 15%;
201
+ margin-top: 40px;
202
+ top: 12%;
39
203
  right: 0px;
40
204
  left: auto;
41
- width: 40px;
42
- height: 80px;
43
- border-radius: 3px;
205
+ width: 35px;
206
+ height: auto;
207
+ flex-direction: column;
208
+ border-top-left-radius: 3px;
209
+ border-bottom-left-radius: 3px;
44
210
  overflow: hidden;
45
211
  }
46
212
  .is-section-tool > button {
47
- width: 40px;
48
- height: 40px;
213
+ width: 35px;
214
+ height: 35px;
49
215
  border-radius: 0;
50
- line-height: 40px;
216
+ line-height: 35px;
51
217
  padding: 0px;
52
218
  font-size: 13px;
53
219
  cursor: pointer;
54
220
  border: none;
221
+ background: transparent;
55
222
  }
56
- .is-section-tool .is-section-edit {
57
- background: rgb(0, 172, 214);
223
+ .is-section-tool > button.btn-move-section-up, .is-section-tool > button.btn-move-section-down {
224
+ background: #E3E3E3;
58
225
  }
59
- .is-section-tool .is-section-edit svg {
60
- fill: #fff !important;
226
+ .is-section-tool > button.btn-section-edit {
227
+ background: #03ACD6;
61
228
  }
62
- .is-section-tool .is-section-remove {
229
+ .is-section-tool > button.btn-section-remove {
63
230
  background: rgb(247, 99, 46);
64
- color: #fff !important;
231
+ }
232
+ .is-section-tool > button svg {
233
+ width: 16px;
234
+ height: 16px;
235
+ flex: none;
236
+ }
237
+ .is-section-tool > button.btn-move-section-up *, .is-section-tool > button.btn-move-section-down * {
238
+ color: #000;
239
+ fill: #000;
240
+ }
241
+ .is-section-tool > button.btn-section-edit *, .is-section-tool > button.btn-section-remove * {
242
+ color: #fff;
243
+ fill: #fff;
65
244
  }
66
245
 
67
246
  .is-dummy {
@@ -754,10 +933,3 @@
754
933
  }
755
934
 
756
935
  */
757
- .is-box-info * {
758
- color: #000;
759
- }
760
-
761
- .box-modal-open .box-select .is-container {
762
- outline: #00da89 1px solid;
763
- }