sixseconds-modules 1.6.145 → 1.6.146
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 +13 -13
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +13 -13
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -14732,7 +14732,7 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
|
|
|
14732
14732
|
]
|
|
14733
14733
|
}
|
|
14734
14734
|
),
|
|
14735
|
-
state.toggles.userProfile && /* @__PURE__ */ jsx(ClickAwayListener, { onClickAway: () => handleCloseUtil(setState), children: /* @__PURE__ */ jsxs(Box, { className: "profile", children: [
|
|
14735
|
+
state.toggles.userProfile && /* @__PURE__ */ jsx(ClickAwayListener, { onClickAway: () => handleCloseUtil(setState), children: /* @__PURE__ */ jsxs(Box, { className: "sixseconds-profile profile", children: [
|
|
14736
14736
|
/* @__PURE__ */ jsxs(
|
|
14737
14737
|
Stack$1,
|
|
14738
14738
|
{
|
|
@@ -15002,7 +15002,7 @@ const Header$1 = ({
|
|
|
15002
15002
|
state.toggles.appMenus && Boolean(userData?.appAccess?.length) && /* @__PURE__ */ jsx(
|
|
15003
15003
|
Box,
|
|
15004
15004
|
{
|
|
15005
|
-
className: "profile headerMenu",
|
|
15005
|
+
className: "sixseconds-headerMenu profile headerMenu",
|
|
15006
15006
|
sx: {
|
|
15007
15007
|
width: "400px !important",
|
|
15008
15008
|
p: 1,
|
|
@@ -16306,15 +16306,15 @@ const App = () => {
|
|
|
16306
16306
|
],
|
|
16307
16307
|
userData: {
|
|
16308
16308
|
userprofile: "",
|
|
16309
|
-
email: "
|
|
16310
|
-
role: "",
|
|
16311
|
-
fullName: "
|
|
16312
|
-
bio: "",
|
|
16313
|
-
title: "",
|
|
16314
|
-
certId:
|
|
16315
|
-
certProfileUrl: "",
|
|
16316
|
-
company: "",
|
|
16317
|
-
certBio: "",
|
|
16309
|
+
email: "sanskar@digimon.in",
|
|
16310
|
+
role: "Super Admin",
|
|
16311
|
+
fullName: "Sanskar Digimon",
|
|
16312
|
+
bio: "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.",
|
|
16313
|
+
title: "Software Engineer",
|
|
16314
|
+
certId: 101,
|
|
16315
|
+
certProfileUrl: "https://cert.6seconds.org/certprofile/101/sanskar-digimon",
|
|
16316
|
+
company: "Digimon Technologies",
|
|
16317
|
+
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.",
|
|
16318
16318
|
certOfferToHelp: "",
|
|
16319
16319
|
appName: APP_NAMES.sso,
|
|
16320
16320
|
appAccess: [
|
|
@@ -16344,7 +16344,7 @@ const App = () => {
|
|
|
16344
16344
|
}
|
|
16345
16345
|
],
|
|
16346
16346
|
certification: [],
|
|
16347
|
-
country: "",
|
|
16347
|
+
country: "India",
|
|
16348
16348
|
languages: [],
|
|
16349
16349
|
areaOfWork: [],
|
|
16350
16350
|
linkedInUrl: "",
|
|
@@ -16355,7 +16355,7 @@ const App = () => {
|
|
|
16355
16355
|
id: 1,
|
|
16356
16356
|
label: "Chinese",
|
|
16357
16357
|
value: "zh",
|
|
16358
|
-
flag: ""
|
|
16358
|
+
flag: "https://cert-6seconds.s3.us-west-2.amazonaws.com/uploads/flags/1735277277.png"
|
|
16359
16359
|
},
|
|
16360
16360
|
{
|
|
16361
16361
|
id: 1,
|