@steedos/standard-object-database 2.3.0-beta.14 → 2.3.0-beta.15

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.
@@ -35,17 +35,8 @@ module.exports = {
35
35
  gridName: gridName
36
36
  };
37
37
  const fullScreenProps = {
38
- width: "unset",
39
- style: {
40
- top: "50px",
41
- bottom: "50px",
42
- left: "50px",
43
- right: "50px",
44
- padding: "0px",
45
- margin: "0px",
46
- width: "unset"
47
- },
48
- className: "absolute"
38
+ "width": "96%",
39
+ className: "!max-w-[96%]"
49
40
  };
50
41
  Steedos.Page.render(SteedosUI.Modal, page, Object.assign({}, options, {
51
42
  appId: appId,
@@ -68,17 +59,8 @@ module.exports = {
68
59
  gridName: gridName
69
60
  };
70
61
  const fullScreenProps = {
71
- width: "unset",
72
- style: {
73
- top: "50px",
74
- bottom: "50px",
75
- left: "50px",
76
- right: "50px",
77
- padding: "0px",
78
- margin: "0px",
79
- width: "unset"
80
- },
81
- className: "absolute"
62
+ "width": "96%",
63
+ className: "!max-w-[96%]"
82
64
  };
83
65
  Steedos.Page.render(SteedosUI.Modal, page, Object.assign({}, options, {
84
66
  appId: appId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.3.0-beta.14",
3
+ "version": "2.3.0-beta.15",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "2b116bbb0dd1709328c789357aacdabf6bb53dff"
15
+ "gitHead": "c3db84dc93be4194cf902d5db0f5522b6d18281b"
16
16
  }