@steedos/webapp 3.0.14-beta.13 → 3.0.14-beta.14

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-Ct6XMqeI.js";
1
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-DrEd80ys.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -1284,6 +1284,9 @@ video {
1284
1284
  .max-h-full {
1285
1285
  max-height: 100%;
1286
1286
  }
1287
+ .min-h-0 {
1288
+ min-height: 0px;
1289
+ }
1287
1290
  .min-h-8 {
1288
1291
  min-height: 2rem;
1289
1292
  }
@@ -2138,9 +2141,6 @@ video {
2138
2141
  .align-middle {
2139
2142
  vertical-align: middle;
2140
2143
  }
2141
- .font-\[SimSun\] {
2142
- font-family: SimSun;
2143
- }
2144
2144
  .font-mono {
2145
2145
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2146
2146
  }
@@ -81568,7 +81568,7 @@ if (typeof ActiveXObject === "function") {
81568
81568
  if (typeof fetchApi !== "function") fetchApi = void 0;
81569
81569
  if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
81570
81570
  try {
81571
- __vitePreload(() => import("./browser-ponyfill-CGATudUg.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81571
+ __vitePreload(() => import("./browser-ponyfill-BaajAj-x.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81572
81572
  fetchApi = mod.default;
81573
81573
  }).catch(function() {
81574
81574
  });
package/dist/index.html CHANGED
@@ -66,8 +66,8 @@
66
66
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
67
67
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
68
68
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
69
- <script type="module" crossorigin src="/assets/index-Ct6XMqeI.js"></script>
70
- <link rel="stylesheet" crossorigin href="/assets/index-DR9C1Zsh.css">
69
+ <script type="module" crossorigin src="/assets/index-DrEd80ys.js"></script>
70
+ <link rel="stylesheet" crossorigin href="/assets/index-DchxWQUw.css">
71
71
  </head>
72
72
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
73
73
  <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.14-beta.13",
3
+ "version": "3.0.14-beta.14",
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": "509c8ba8762b0d15fc5fbba518fb08c0350ecb8f",
78
+ "gitHead": "554add336a2137b998ab14a35a9b07b7c1925c0a",
79
79
  "dependencies": {
80
- "@steedos-widgets/amis-object": "^6.10.53-beta.9",
80
+ "@steedos-widgets/amis-object": "^6.10.53-beta.10",
81
81
  "autoprefixer": "^10.4.23"
82
82
  }
83
83
  }