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.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": "
|
|
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()
|
|
@@ -13850,9 +13850,9 @@ function ViewProfileDialog({ userData, setInitialState, isOpen }) {
|
|
|
13850
13850
|
}
|
|
13851
13851
|
),
|
|
13852
13852
|
/* @__PURE__ */ jsx(Divider, {}),
|
|
13853
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h5", sx: { fontSize: "16px", fontWeight: "500" }, children: "Description" })
|
|
13853
|
+
Boolean(userData?.certOfferToHelp?.length) && /* @__PURE__ */ jsx(Typography, { variant: "h5", sx: { fontSize: "16px", fontWeight: "500" }, children: "Description" })
|
|
13854
13854
|
] }),
|
|
13855
|
-
/* @__PURE__ */ jsx(Stack$1, { direction: "row", alignItems: "center", flexWrap: "wrap", spacing: 0.5, useFlexGap: true, children: userData?.certOfferToHelp })
|
|
13855
|
+
Boolean(userData?.certOfferToHelp?.length) && /* @__PURE__ */ jsx(Stack$1, { direction: "row", alignItems: "center", flexWrap: "wrap", spacing: 0.5, useFlexGap: true, children: userData?.certOfferToHelp })
|
|
13856
13856
|
] })
|
|
13857
13857
|
] }) })
|
|
13858
13858
|
] }),
|
|
@@ -15516,7 +15516,7 @@ const App = () => {
|
|
|
15516
15516
|
certProfileUrl: "https://cert.6seconds.org/certprofile/101/sanskar-digimon",
|
|
15517
15517
|
company: "Digimon Technologies",
|
|
15518
15518
|
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.",
|
|
15519
|
-
certOfferToHelp: "",
|
|
15519
|
+
certOfferToHelp: "Hi",
|
|
15520
15520
|
appName: APP_NAMES.sso,
|
|
15521
15521
|
appAccess: [
|
|
15522
15522
|
{
|