sixseconds-modules 1.6.136 → 1.6.137

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
@@ -6714,7 +6714,7 @@ var z = /* @__PURE__ */ Object.freeze({
6714
6714
  quotelessJson,
6715
6715
  ZodError
6716
6716
  });
6717
- const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "production", "PROD": true, "SSR": false, "VITE_MODULES_CARDS_ADMIN_FRONTEND_BASE_URL": "https://admin-cards.6seconds.org", "VITE_MODULES_CARDS_HOME_FRONTEND_BASE_URL": "https://cards.6seconds.org", "VITE_MODULES_CERT_FRONTEND_BASE_URL": "https://cert.6seconds.org", "VITE_MODULES_ENV": "prod", "VITE_MODULES_EVENTS_FRONTEND_BASE_URL": "https://events.6seconds.org", "VITE_MODULES_SSO_BACKEND_BASE_URL": "https://ssoapi.6seconds.org", "VITE_MODULES_SSO_FRONTEND_BASE_URL": "https://sso.6seconds.org", "VITE_MODULES_TOOLS_FRONTEND_BASE_URL": "https://newtools.6seconds.org" };
6717
+ const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "development", "PROD": true, "SSR": false, "VITE_MODULES_CARDS_ADMIN_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_CARDS_HOME_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_CERT_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_ENV": "dev", "VITE_MODULES_EVENTS_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_SSO_BACKEND_BASE_URL": "https://dev-ssoapi.6seconds.org", "VITE_MODULES_SSO_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org", "VITE_MODULES_TOOLS_FRONTEND_BASE_URL": "https://dev-sso.6seconds.org" };
6718
6718
  const env = createEnv({
6719
6719
  client: {
6720
6720
  VITE_MODULES_ENV: z.string()
@@ -14778,12 +14778,12 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
14778
14778
  Stack$1,
14779
14779
  {
14780
14780
  direction: "row",
14781
- spacing: 1,
14781
+ gap: 1,
14782
14782
  alignItems: "center",
14783
14783
  onClick: () => setInitialState((p) => ({ ...p, toggles: { ...p.toggles, viewProfile: true } })),
14784
14784
  sx: { color: "#1A1919", cursor: "pointer", textDecoration: "none" },
14785
14785
  children: [
14786
- /* @__PURE__ */ jsx(SVG.CheckedPerson, {}),
14786
+ /* @__PURE__ */ jsx(SVG.CheckedPerson, { style: { width: "20px", height: "23px" } }),
14787
14787
  /* @__PURE__ */ jsx(Box, { sx: { flex: 1 }, children: /* @__PURE__ */ jsx(
14788
14788
  Typography,
14789
14789
  {
@@ -14803,12 +14803,12 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
14803
14803
  Stack$1,
14804
14804
  {
14805
14805
  direction: "row",
14806
- spacing: 1,
14806
+ gap: 1,
14807
14807
  alignItems: "center",
14808
14808
  onClick: () => handleRedirection2(userData?.appName, SSO_ROUTES(userData?.appName).editProfile),
14809
14809
  sx: { color: "#1A1919", textDecoration: "none" },
14810
14810
  children: [
14811
- /* @__PURE__ */ jsx(SVG.UserEdit, {}),
14811
+ /* @__PURE__ */ jsx(SVG.UserEdit, { style: { width: "20px", height: "23px" } }),
14812
14812
  /* @__PURE__ */ jsx(Box, { sx: { flex: 1 }, children: /* @__PURE__ */ jsx(
14813
14813
  Typography,
14814
14814
  {
@@ -14828,12 +14828,12 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
14828
14828
  Stack$1,
14829
14829
  {
14830
14830
  direction: "row",
14831
- spacing: 1,
14831
+ gap: 1,
14832
14832
  alignItems: "center",
14833
14833
  onClick: () => setInitialState((p) => ({ ...p, toggles: { ...p.toggles, changePassword: true } })),
14834
14834
  sx: { cursor: "pointer", textDecoration: "none" },
14835
14835
  children: [
14836
- /* @__PURE__ */ jsx(SVG.CheckedPerson, {}),
14836
+ /* @__PURE__ */ jsx(SVG.CheckedPerson, { style: { width: "20px", height: "23px" } }),
14837
14837
  /* @__PURE__ */ jsx(Box, { sx: { flex: 1 }, children: /* @__PURE__ */ jsx(
14838
14838
  Typography,
14839
14839
  {
@@ -14841,8 +14841,7 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
14841
14841
  sx: {
14842
14842
  color: "#1A1919",
14843
14843
  fontSize: "16px",
14844
- fontWeight: "400",
14845
- m: 0
14844
+ fontWeight: "400"
14846
14845
  },
14847
14846
  children: t2("Change Password")
14848
14847
  }
@@ -14854,14 +14853,14 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
14854
14853
  Stack$1,
14855
14854
  {
14856
14855
  direction: "row",
14857
- spacing: 1,
14856
+ gap: 1,
14858
14857
  alignItems: "center",
14859
14858
  onClick: () => setInitialState?.((p) => ({
14860
14859
  ...p,
14861
14860
  toggles: { ...p.toggles, logout: true }
14862
14861
  })),
14863
14862
  children: [
14864
- /* @__PURE__ */ jsx(SVG.Logout, {}),
14863
+ /* @__PURE__ */ jsx(SVG.Logout, { style: { width: "20px", height: "23px" } }),
14865
14864
  /* @__PURE__ */ jsx(Box, { sx: { flex: 1 }, children: /* @__PURE__ */ jsx(
14866
14865
  Typography,
14867
14866
  {