thecore-auth 0.0.68 → 0.0.69

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.
@@ -915,9 +915,9 @@ const Ne = (t) => /* @__PURE__ */ A.createElement("svg", { xmlns: "http://www.w3
915
915
  );
916
916
  }, UA = ({ label: t, labelId: o, labelStyle: r, overrideStyle: a }) => /* @__PURE__ */ n.jsx("label", { htmlFor: o, className: a || `show-label mb-2 text-input-label font-medium text-color-label ${r}`, children: t }), qe = () => {
917
917
  const { title: t, label: o, type: r, placeholder: a, buttonText: f, formData: g, changeData: d, handleLogin: p, overrideStyle: O } = $A();
918
- return /* @__PURE__ */ n.jsxs("form", { onSubmit: p, className: O.form || "form-sizeoverrideStyle.form || ", children: [
918
+ return /* @__PURE__ */ n.jsxs("form", { onSubmit: p, className: O.form || "form-size", children: [
919
919
  /* @__PURE__ */ n.jsx("h1", { className: O.title || "text-form-title-size show-title title-position m-form-title", children: t }),
920
- /* @__PURE__ */ n.jsxs("div", { className: O.containerEmail || "flex justify-center flex-col gap-1 m-input-form input-size mx-autooverrideStyle.containerEmail || ", children: [
920
+ /* @__PURE__ */ n.jsxs("div", { className: O.containerEmail || "flex justify-center flex-col gap-1 m-input-form input-size mx-auto", children: [
921
921
  /* @__PURE__ */ n.jsx(UA, { labelId: "user-email", label: o }),
922
922
  /* @__PURE__ */ n.jsx(
923
923
  TA,
@@ -933,7 +933,7 @@ const Ne = (t) => /* @__PURE__ */ A.createElement("svg", { xmlns: "http://www.w3
933
933
  }
934
934
  )
935
935
  ] }),
936
- /* @__PURE__ */ n.jsxs("div", { className: O.containerPassword || "flex justify-center flex-col gap-1 my-4 input-size mx-autooverrideStyle.containerPassword || ", children: [
936
+ /* @__PURE__ */ n.jsxs("div", { className: O.containerPassword || "flex justify-center flex-col gap-1 my-4 input-size mx-auto", children: [
937
937
  /* @__PURE__ */ n.jsx(UA, { labelId: "password", label: "Password" }),
938
938
  /* @__PURE__ */ n.jsx(
939
939
  TA,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thecore-auth",
3
3
  "private": false,
4
- "version": "0.0.68",
4
+ "version": "0.0.69",
5
5
  "type": "module",
6
6
  "main": "dist/thecore-auth.cjs.js",
7
7
  "style": "dist/thecore-auth.css",