@innovastudio/contentbox 1.5.95 → 1.5.97

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.95",
4
+ "version": "1.5.97",
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.115",
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,32 @@
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
+ }
24
+
25
+ .is-content-view.tablet-landscape {
26
+ width: 1280px;
27
+ height: 960px;
28
+ }
29
+ }
30
+ @media all and (min-width: 1720px) {
31
+ .is-content-view.desktop {
32
+ width: 1520px;
33
+ height: 949px;
34
+ }
35
+
36
+ .is-content-view.tablet-landscape {
37
+ width: 1280px;
38
+ height: 960px;
39
+ }
40
+ }
41
+ @media all and (min-width: 1820px) {
42
+ .is-content-view.desktop {
43
+ width: 1620px;
44
+ height: 1012px;
23
45
  }
24
46
 
25
47
  .is-content-view.tablet-landscape {