sixseconds-modules 1.6.153 → 1.6.154
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 +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -4
- 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": "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" };
|
|
6736
6736
|
const env = createEnv({
|
|
6737
6737
|
client: {
|
|
6738
6738
|
VITE_MODULES_ENV: z.string()
|
|
@@ -13868,9 +13868,9 @@ function ViewProfileDialog({ userData, setInitialState, isOpen }) {
|
|
|
13868
13868
|
}
|
|
13869
13869
|
),
|
|
13870
13870
|
/* @__PURE__ */ jsxRuntime.jsx(material.Divider, {}),
|
|
13871
|
-
/* @__PURE__ */ jsxRuntime.jsx(material.Typography, { variant: "h5", sx: { fontSize: "16px", fontWeight: "500" }, children: "Description" })
|
|
13871
|
+
Boolean(userData?.certOfferToHelp?.length) && /* @__PURE__ */ jsxRuntime.jsx(material.Typography, { variant: "h5", sx: { fontSize: "16px", fontWeight: "500" }, children: "Description" })
|
|
13872
13872
|
] }),
|
|
13873
|
-
/* @__PURE__ */ jsxRuntime.jsx(material.Stack, { direction: "row", alignItems: "center", flexWrap: "wrap", spacing: 0.5, useFlexGap: true, children: userData?.certOfferToHelp })
|
|
13873
|
+
Boolean(userData?.certOfferToHelp?.length) && /* @__PURE__ */ jsxRuntime.jsx(material.Stack, { direction: "row", alignItems: "center", flexWrap: "wrap", spacing: 0.5, useFlexGap: true, children: userData?.certOfferToHelp })
|
|
13874
13874
|
] })
|
|
13875
13875
|
] }) })
|
|
13876
13876
|
] }),
|
|
@@ -15534,7 +15534,7 @@ const App = () => {
|
|
|
15534
15534
|
certProfileUrl: "https://cert.6seconds.org/certprofile/101/sanskar-digimon",
|
|
15535
15535
|
company: "Digimon Technologies",
|
|
15536
15536
|
certBio: "Hi, I am Sanskar from Digimon Technologies. We are working in the field of Emotion AI. We build products that help in understanding human emotions using AI. We aim to make the world a better place by leveraging the power of technology to enhance emotional intelligence.",
|
|
15537
|
-
certOfferToHelp: "",
|
|
15537
|
+
certOfferToHelp: "Hi",
|
|
15538
15538
|
appName: APP_NAMES.sso,
|
|
15539
15539
|
appAccess: [
|
|
15540
15540
|
{
|