@steedos/webapp 3.0.13-beta.49 → 3.0.13-beta.50

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.
@@ -1,4 +1,4 @@
1
- import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-BF23HN8m.js";
1
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-DbB2k2Bs.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -1010,6 +1010,9 @@ video {
1010
1010
  .top-0 {
1011
1011
  top: 0px;
1012
1012
  }
1013
+ .isolate {
1014
+ isolation: isolate;
1015
+ }
1013
1016
  .z-10 {
1014
1017
  z-index: 10;
1015
1018
  }
@@ -81349,7 +81349,7 @@ if (typeof ActiveXObject === "function") {
81349
81349
  if (typeof fetchApi !== "function") fetchApi = void 0;
81350
81350
  if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
81351
81351
  try {
81352
- __vitePreload(() => import("./browser-ponyfill-BQNYupHc.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81352
+ __vitePreload(() => import("./browser-ponyfill-DxTWaLDY.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81353
81353
  fetchApi = mod.default;
81354
81354
  }).catch(function() {
81355
81355
  });
package/dist/index.html CHANGED
@@ -65,8 +65,8 @@
65
65
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
66
66
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
67
67
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
68
- <script type="module" crossorigin src="/assets/index-BF23HN8m.js"></script>
69
- <link rel="stylesheet" crossorigin href="/assets/index-NERFUrP-.css">
68
+ <script type="module" crossorigin src="/assets/index-DbB2k2Bs.js"></script>
69
+ <link rel="stylesheet" crossorigin href="/assets/index-CQX0gCBj.css">
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 bg-slate-50"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/webapp",
3
- "version": "3.0.13-beta.49",
3
+ "version": "3.0.13-beta.50",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -75,9 +75,9 @@
75
75
  "access": "public"
76
76
  },
77
77
  "repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
78
- "gitHead": "6c241a810528fd16a3e3192bc46f63cc105168f5",
78
+ "gitHead": "732dec4ff1ad0fa939301524b7ca7c0025ccfe35",
79
79
  "dependencies": {
80
- "@steedos-widgets/amis-object": "^6.10.52-beta.33",
80
+ "@steedos-widgets/amis-object": "^6.10.52-beta.34",
81
81
  "autoprefixer": "^10.4.23"
82
82
  }
83
83
  }