@steedos/webapp 3.0.0-beta.56 → 3.0.0-beta.58

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.
@@ -53524,6 +53524,9 @@ Try polyfilling it using "@formatjs/intl-displaynames"
53524
53524
  } else {
53525
53525
  navigate(to);
53526
53526
  }
53527
+ },
53528
+ getModalContainer: (props) => {
53529
+ return document.body;
53527
53530
  }
53528
53531
  };
53529
53532
  const content = {
package/dist/index.html CHANGED
@@ -66,7 +66,7 @@
66
66
  window.loadCss = loadCss;
67
67
 
68
68
  </script>
69
- <script type="module" crossorigin src="/assets/index-DPlbZ7hr.js"></script>
69
+ <script type="module" crossorigin src="/assets/index-XXrWxhjr.js"></script>
70
70
  </head>
71
71
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
72
72
  <div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/webapp",
3
- "version": "3.0.0-beta.56",
3
+ "version": "3.0.0-beta.58",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -69,5 +69,5 @@
69
69
  "access": "public"
70
70
  },
71
71
  "repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
72
- "gitHead": "88863d32808d49cafbf8ce9d55546babc12dcef5"
72
+ "gitHead": "91582b851bcf50f5440bbc0219b6b8cb1a11a904"
73
73
  }