sixseconds-modules 1.6.136 → 1.6.138
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.cjs.js +10 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -11
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -6732,7 +6732,7 @@ var z = /* @__PURE__ */ Object.freeze({
|
|
|
6732
6732
|
quotelessJson,
|
|
6733
6733
|
ZodError
|
|
6734
6734
|
});
|
|
6735
|
-
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "
|
|
6735
|
+
const __vite_import_meta_env__ = { "BASE_URL": "/", "DEV": false, "MODE": "qa", "PROD": true, "SSR": false, "VITE_MODULES_CARDS_ADMIN_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_CARDS_HOME_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_CERT_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_ENV": "qa", "VITE_MODULES_EVENTS_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_SSO_BACKEND_BASE_URL": "https://qa-ssoapi.6seconds.org", "VITE_MODULES_SSO_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org", "VITE_MODULES_TOOLS_FRONTEND_BASE_URL": "https://qa-sso.6seconds.org" };
|
|
6736
6736
|
const env = createEnv({
|
|
6737
6737
|
client: {
|
|
6738
6738
|
VITE_MODULES_ENV: z.string()
|
|
@@ -14796,12 +14796,12 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
|
|
|
14796
14796
|
material.Stack,
|
|
14797
14797
|
{
|
|
14798
14798
|
direction: "row",
|
|
14799
|
-
|
|
14799
|
+
gap: 1,
|
|
14800
14800
|
alignItems: "center",
|
|
14801
14801
|
onClick: () => setInitialState((p) => ({ ...p, toggles: { ...p.toggles, viewProfile: true } })),
|
|
14802
14802
|
sx: { color: "#1A1919", cursor: "pointer", textDecoration: "none" },
|
|
14803
14803
|
children: [
|
|
14804
|
-
/* @__PURE__ */ jsxRuntime.jsx(SVG.CheckedPerson, {}),
|
|
14804
|
+
/* @__PURE__ */ jsxRuntime.jsx(SVG.CheckedPerson, { style: { width: "20px", height: "23px" } }),
|
|
14805
14805
|
/* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { flex: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
14806
14806
|
material.Typography,
|
|
14807
14807
|
{
|
|
@@ -14821,12 +14821,12 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
|
|
|
14821
14821
|
material.Stack,
|
|
14822
14822
|
{
|
|
14823
14823
|
direction: "row",
|
|
14824
|
-
|
|
14824
|
+
gap: 1,
|
|
14825
14825
|
alignItems: "center",
|
|
14826
14826
|
onClick: () => handleRedirection2(userData?.appName, SSO_ROUTES(userData?.appName).editProfile),
|
|
14827
14827
|
sx: { color: "#1A1919", textDecoration: "none" },
|
|
14828
14828
|
children: [
|
|
14829
|
-
/* @__PURE__ */ jsxRuntime.jsx(SVG.UserEdit, {}),
|
|
14829
|
+
/* @__PURE__ */ jsxRuntime.jsx(SVG.UserEdit, { style: { width: "20px", height: "23px" } }),
|
|
14830
14830
|
/* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { flex: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
14831
14831
|
material.Typography,
|
|
14832
14832
|
{
|
|
@@ -14846,12 +14846,12 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
|
|
|
14846
14846
|
material.Stack,
|
|
14847
14847
|
{
|
|
14848
14848
|
direction: "row",
|
|
14849
|
-
|
|
14849
|
+
gap: 1,
|
|
14850
14850
|
alignItems: "center",
|
|
14851
14851
|
onClick: () => setInitialState((p) => ({ ...p, toggles: { ...p.toggles, changePassword: true } })),
|
|
14852
14852
|
sx: { cursor: "pointer", textDecoration: "none" },
|
|
14853
14853
|
children: [
|
|
14854
|
-
/* @__PURE__ */ jsxRuntime.jsx(SVG.CheckedPerson, {}),
|
|
14854
|
+
/* @__PURE__ */ jsxRuntime.jsx(SVG.CheckedPerson, { style: { width: "20px", height: "23px" } }),
|
|
14855
14855
|
/* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { flex: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
14856
14856
|
material.Typography,
|
|
14857
14857
|
{
|
|
@@ -14859,8 +14859,7 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
|
|
|
14859
14859
|
sx: {
|
|
14860
14860
|
color: "#1A1919",
|
|
14861
14861
|
fontSize: "16px",
|
|
14862
|
-
fontWeight: "400"
|
|
14863
|
-
m: 0
|
|
14862
|
+
fontWeight: "400"
|
|
14864
14863
|
},
|
|
14865
14864
|
children: t2("Change Password")
|
|
14866
14865
|
}
|
|
@@ -14872,14 +14871,14 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
|
|
|
14872
14871
|
material.Stack,
|
|
14873
14872
|
{
|
|
14874
14873
|
direction: "row",
|
|
14875
|
-
|
|
14874
|
+
gap: 1,
|
|
14876
14875
|
alignItems: "center",
|
|
14877
14876
|
onClick: () => setInitialState?.((p) => ({
|
|
14878
14877
|
...p,
|
|
14879
14878
|
toggles: { ...p.toggles, logout: true }
|
|
14880
14879
|
})),
|
|
14881
14880
|
children: [
|
|
14882
|
-
/* @__PURE__ */ jsxRuntime.jsx(SVG.Logout, {}),
|
|
14881
|
+
/* @__PURE__ */ jsxRuntime.jsx(SVG.Logout, { style: { width: "20px", height: "23px" } }),
|
|
14883
14882
|
/* @__PURE__ */ jsxRuntime.jsx(material.Box, { sx: { flex: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
14884
14883
|
material.Typography,
|
|
14885
14884
|
{
|