@steedos/webapp 3.0.14-beta.16 → 3.0.14-beta.18

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-DK_dIajS.js";
1
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-C3FysfxH.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -49557,7 +49557,10 @@ class Login extends React$1.Component {
49557
49557
  super(props, context);
49558
49558
  const noRedirect = new URLSearchParams(this.props.location.search).get("default");
49559
49559
  if (this.props.tenant.page_login && !noRedirect) {
49560
- return window.location.href = this.props.tenant.page_login;
49560
+ window.location.href = this.props.tenant.page_login;
49561
+ this._redirecting = true;
49562
+ this.state = {};
49563
+ return;
49561
49564
  }
49562
49565
  let inApp = false;
49563
49566
  let email2 = "";
@@ -49874,6 +49877,9 @@ class Login extends React$1.Component {
49874
49877
  }
49875
49878
  }
49876
49879
  render() {
49880
+ if (this._redirecting) {
49881
+ return null;
49882
+ }
49877
49883
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
49878
49884
  /* @__PURE__ */ jsxRuntimeExports.jsx(Background$1, {}),
49879
49885
  /* @__PURE__ */ jsxRuntimeExports.jsxs(Card$1, { children: [
@@ -81601,7 +81607,7 @@ if (typeof ActiveXObject === "function") {
81601
81607
  if (typeof fetchApi !== "function") fetchApi = void 0;
81602
81608
  if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
81603
81609
  try {
81604
- __vitePreload(() => import("./browser-ponyfill-CZdhPqEb.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81610
+ __vitePreload(() => import("./browser-ponyfill-BGdIZtpJ.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81605
81611
  fetchApi = mod.default;
81606
81612
  }).catch(function() {
81607
81613
  });
@@ -1380,8 +1380,8 @@ video {
1380
1380
  .min-w-\[460px\] {
1381
1381
  min-width: 460px;
1382
1382
  }
1383
- .max-w-5xl {
1384
- max-width: 64rem;
1383
+ .max-w-4xl {
1384
+ max-width: 56rem;
1385
1385
  }
1386
1386
  .max-w-7xl {
1387
1387
  max-width: 80rem;
@@ -1540,8 +1540,8 @@ video {
1540
1540
  -moz-column-gap: 1.5rem;
1541
1541
  column-gap: 1.5rem;
1542
1542
  }
1543
- .gap-y-8 {
1544
- row-gap: 2rem;
1543
+ .gap-y-6 {
1544
+ row-gap: 1.5rem;
1545
1545
  }
1546
1546
  .space-x-1 > :not([hidden]) ~ :not([hidden]) {
1547
1547
  --tw-space-x-reverse: 0;
@@ -1813,10 +1813,6 @@ video {
1813
1813
  --tw-bg-opacity: 1;
1814
1814
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
1815
1815
  }
1816
- .bg-neutral-100 {
1817
- --tw-bg-opacity: 1;
1818
- background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
1819
- }
1820
1816
  .bg-neutral-500 {
1821
1817
  --tw-bg-opacity: 1;
1822
1818
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
@@ -1990,6 +1986,10 @@ video {
1990
1986
  padding-left: 1.5rem;
1991
1987
  padding-right: 1.5rem;
1992
1988
  }
1989
+ .px-8 {
1990
+ padding-left: 2rem;
1991
+ padding-right: 2rem;
1992
+ }
1993
1993
  .py-0 {
1994
1994
  padding-top: 0px;
1995
1995
  padding-bottom: 0px;
@@ -2037,17 +2037,14 @@ video {
2037
2037
  .pb-0 {
2038
2038
  padding-bottom: 0px;
2039
2039
  }
2040
- .pb-10 {
2041
- padding-bottom: 2.5rem;
2042
- }
2043
2040
  .pb-16 {
2044
2041
  padding-bottom: 4rem;
2045
2042
  }
2046
2043
  .pb-2 {
2047
2044
  padding-bottom: 0.5rem;
2048
2045
  }
2049
- .pb-20 {
2050
- padding-bottom: 5rem;
2046
+ .pb-4 {
2047
+ padding-bottom: 1rem;
2051
2048
  }
2052
2049
  .pb-5 {
2053
2050
  padding-bottom: 1.25rem;
@@ -2091,15 +2088,15 @@ video {
2091
2088
  .pt-2 {
2092
2089
  padding-top: 0.5rem;
2093
2090
  }
2094
- .pt-24 {
2095
- padding-top: 6rem;
2096
- }
2097
2091
  .pt-3 {
2098
2092
  padding-top: 0.75rem;
2099
2093
  }
2100
2094
  .pt-4 {
2101
2095
  padding-top: 1rem;
2102
2096
  }
2097
+ .pt-6 {
2098
+ padding-top: 1.5rem;
2099
+ }
2103
2100
  .text-left {
2104
2101
  text-align: left;
2105
2102
  }
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-DK_dIajS.js"></script>
70
- <link rel="stylesheet" crossorigin href="/assets/index-B-61t_gw.css">
69
+ <script type="module" crossorigin src="/assets/index-C3FysfxH.js"></script>
70
+ <link rel="stylesheet" crossorigin href="/assets/index-sx17H-hC.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.16",
3
+ "version": "3.0.14-beta.18",
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": "15bc7fc1744259797fe767bbf93b0853069ee84a",
78
+ "gitHead": "a71b54c772c1aa373cc6c78ea0e84443674baa79",
79
79
  "dependencies": {
80
- "@steedos-widgets/amis-object": "^6.10.53-beta.11",
80
+ "@steedos-widgets/amis-object": "^6.10.53-beta.14",
81
81
  "autoprefixer": "^10.4.23"
82
82
  }
83
83
  }