yaml-admin-front 0.0.82 → 0.0.83

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.
package/dist/index.es.js CHANGED
@@ -86985,7 +86985,7 @@ const XC = /* @__PURE__ */ yn(FMe), $Me = typeof XC == "object" ? XC.default : X
86985
86985
  }, []), /* @__PURE__ */ L.jsx(L.Fragment, { children: u && /* @__PURE__ */ L.jsx(jOe, { initialYml: o, custom: n, width: "1250px", children: /* @__PURE__ */ L.jsxs(
86986
86986
  ESe,
86987
86987
  {
86988
- loginPage: KMe,
86988
+ loginPage: n?.layout?.Login || KMe,
86989
86989
  theme: { ...Kge, ...a },
86990
86990
  dashboard: o?.front?.dashboard ? GMe : void 0,
86991
86991
  layout: i || Ske,
@@ -87020,6 +87020,8 @@ export {
87020
87020
  QW as AppBar,
87021
87021
  nRe as EntityTreeView,
87022
87022
  gq as Layout,
87023
+ N3 as Login,
87024
+ Qwe as LoginForm,
87023
87025
  WW as Logout,
87024
87026
  bh as Menu,
87025
87027
  CA as UserMenu,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yaml-admin-front",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",