@innovastudio/contentbox 1.5.94 → 1.5.96

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.94",
4
+ "version": "1.5.96",
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.114",
55
+ "@innovastudio/contentbuilder": "^1.4.116",
56
56
  "i": "^0.3.7",
57
57
  "js-beautify": "^1.14.0",
58
58
  "npm": "^10.1.0"
@@ -16,10 +16,10 @@
16
16
  height: 844px;
17
17
  }
18
18
 
19
- @media all and (min-width: 2030px) {
19
+ @media all and (min-width: 1620px) {
20
20
  .is-content-view.desktop {
21
- width: 1560px;
22
- height: 974px;
21
+ width: 1420px;
22
+ height: 887px;
23
23
  }
24
24
 
25
25
  .is-content-view.tablet-landscape {
@@ -27,59 +27,61 @@
27
27
  height: 960px;
28
28
  }
29
29
  }
30
- @media all and (max-width: 1800px) {
31
- .is-content-view {
32
- transform: scale(0.95);
30
+ @media all and (min-width: 1720px) {
31
+ .is-content-view.desktop {
32
+ width: 1520px;
33
+ height: 949px;
33
34
  }
34
- }
35
- @media all and (max-width: 1730px) {
36
- .is-content-view {
37
- transform: scale(0.9);
35
+
36
+ .is-content-view.tablet-landscape {
37
+ width: 1280px;
38
+ height: 960px;
38
39
  }
39
40
  }
40
- @media all and (max-width: 1680px) {
41
- .is-content-view {
42
- transform: scale(0.85);
41
+ @media all and (min-width: 1820px) {
42
+ .is-content-view.desktop {
43
+ width: 1620px;
44
+ height: 1012px;
43
45
  }
44
- }
45
- @media all and (max-width: 1600px) {
46
- .is-content-view {
47
- transform: scale(0.8);
46
+
47
+ .is-content-view.tablet-landscape {
48
+ width: 1280px;
49
+ height: 960px;
48
50
  }
49
51
  }
50
52
  @media all and (max-width: 1520px) {
51
53
  .is-content-view {
52
- transform: scale(0.75);
54
+ transform: scale(0.95);
53
55
  }
54
56
  }
55
57
  @media all and (max-width: 1450px) {
56
58
  .is-content-view {
57
- transform: scale(0.7);
59
+ transform: scale(0.9);
58
60
  }
59
61
  }
60
62
  @media all and (max-width: 1375px) {
61
63
  .is-content-view {
62
- transform: scale(0.65);
64
+ transform: scale(0.85);
63
65
  }
64
66
  }
65
67
  @media all and (max-width: 1300px) {
66
68
  .is-content-view {
67
- transform: scale(0.6);
69
+ transform: scale(0.8);
68
70
  }
69
71
  }
70
72
  @media all and (max-width: 1235px) {
71
73
  .is-content-view {
72
- transform: scale(0.55);
74
+ transform: scale(0.75);
73
75
  }
74
76
  }
75
77
  @media all and (max-width: 1175px) {
76
78
  .is-content-view {
77
- transform: scale(0.5);
79
+ transform: scale(0.7);
78
80
  }
79
81
  }
80
82
  @media all and (max-width: 1090px) {
81
83
  .is-content-view {
82
- transform: scale(0.45);
84
+ transform: scale(0.65);
83
85
  }
84
86
  }
85
87
  body.controlpanel .is-responsive-tool {
@@ -97,6 +99,87 @@ body.controlpanel .is-controlpanel {
97
99
  background: #fff;
98
100
  z-index: 1;
99
101
  }
102
+ body.controlpanel .is-content-view.desktop {
103
+ width: 1366px;
104
+ height: 853px;
105
+ }
106
+ body.controlpanel .is-content-view.tablet-landscape {
107
+ width: 1080px;
108
+ height: 810px;
109
+ }
110
+ body.controlpanel .is-content-view.tablet {
111
+ width: 768px;
112
+ height: 1024px;
113
+ }
114
+ body.controlpanel .is-content-view.mobile {
115
+ width: 390px;
116
+ height: 844px;
117
+ }
118
+ @media all and (min-width: 2030px) {
119
+ body.controlpanel .is-content-view.desktop {
120
+ width: 1560px;
121
+ height: 974px;
122
+ }
123
+ body.controlpanel .is-content-view.tablet-landscape {
124
+ width: 1280px;
125
+ height: 960px;
126
+ }
127
+ }
128
+ @media all and (max-width: 1800px) {
129
+ body.controlpanel .is-content-view {
130
+ transform: scale(0.95);
131
+ }
132
+ }
133
+ @media all and (max-width: 1730px) {
134
+ body.controlpanel .is-content-view {
135
+ transform: scale(0.9);
136
+ }
137
+ }
138
+ @media all and (max-width: 1680px) {
139
+ body.controlpanel .is-content-view {
140
+ transform: scale(0.85);
141
+ }
142
+ }
143
+ @media all and (max-width: 1600px) {
144
+ body.controlpanel .is-content-view {
145
+ transform: scale(0.8);
146
+ }
147
+ }
148
+ @media all and (max-width: 1520px) {
149
+ body.controlpanel .is-content-view {
150
+ transform: scale(0.75);
151
+ }
152
+ }
153
+ @media all and (max-width: 1450px) {
154
+ body.controlpanel .is-content-view {
155
+ transform: scale(0.7);
156
+ }
157
+ }
158
+ @media all and (max-width: 1375px) {
159
+ body.controlpanel .is-content-view {
160
+ transform: scale(0.65);
161
+ }
162
+ }
163
+ @media all and (max-width: 1300px) {
164
+ body.controlpanel .is-content-view {
165
+ transform: scale(0.6);
166
+ }
167
+ }
168
+ @media all and (max-width: 1235px) {
169
+ body.controlpanel .is-content-view {
170
+ transform: scale(0.55);
171
+ }
172
+ }
173
+ @media all and (max-width: 1175px) {
174
+ body.controlpanel .is-content-view {
175
+ transform: scale(0.5);
176
+ }
177
+ }
178
+ @media all and (max-width: 1090px) {
179
+ body.controlpanel .is-content-view {
180
+ transform: scale(0.45);
181
+ }
182
+ }
100
183
 
101
184
  /* /IFRAME */
102
185
  .is-box-tool {