sixseconds-modules 1.6.170 → 1.6.171
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 +3 -21
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -21
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13647,24 +13647,6 @@ var createCache = function createCache2(options) {
|
|
|
13647
13647
|
const isolatedTheme = createTheme({
|
|
13648
13648
|
typography: {
|
|
13649
13649
|
fontFamily: "'IBM Plex Sans', sans-serif"
|
|
13650
|
-
},
|
|
13651
|
-
components: {
|
|
13652
|
-
MuiDialog: {
|
|
13653
|
-
defaultProps: {
|
|
13654
|
-
disablePortal: true
|
|
13655
|
-
// Prevents modals from portaling out into the Host's body so they stay inside MuiProvider's DOM subtree.
|
|
13656
|
-
}
|
|
13657
|
-
},
|
|
13658
|
-
MuiPopover: {
|
|
13659
|
-
defaultProps: {
|
|
13660
|
-
disablePortal: true
|
|
13661
|
-
}
|
|
13662
|
-
},
|
|
13663
|
-
MuiMenu: {
|
|
13664
|
-
defaultProps: {
|
|
13665
|
-
disablePortal: true
|
|
13666
|
-
}
|
|
13667
|
-
}
|
|
13668
13650
|
}
|
|
13669
13651
|
});
|
|
13670
13652
|
unstable_ClassNameGenerator.configure((componentName) => `sixseconds-modules-${componentName}`);
|
|
@@ -13711,7 +13693,7 @@ const DangerDialog = ({
|
|
|
13711
13693
|
onClose: () => handleCloseUtil(setInitialState),
|
|
13712
13694
|
open,
|
|
13713
13695
|
"aria-labelledby": "draggable-dialog-title",
|
|
13714
|
-
children: /* @__PURE__ */ jsxs(Box, { sx: { p: 3 }, children: [
|
|
13696
|
+
children: /* @__PURE__ */ jsxs(Box, { sx: { p: 3 }, className: "sixseconds-header-root", children: [
|
|
13715
13697
|
/* @__PURE__ */ jsxs(Stack$1, { direction: "column", spacing: 2, alignItems: "flex-start", sx: { textAlign: "start", mb: 2 }, children: [
|
|
13716
13698
|
/* @__PURE__ */ jsx(ExitToAppTwoToneIcon, { sx: { color: "#d32f2f", fontSize: "48px" } }),
|
|
13717
13699
|
/* @__PURE__ */ jsx(
|
|
@@ -14183,7 +14165,7 @@ function ViewProfileDialog({ userData, setInitialState, isOpen }) {
|
|
|
14183
14165
|
},
|
|
14184
14166
|
onClose: () => handleCloseUtil(setInitialState),
|
|
14185
14167
|
open: isOpen,
|
|
14186
|
-
children: /* @__PURE__ */ jsxs(ProfileStyled, { children: [
|
|
14168
|
+
children: /* @__PURE__ */ jsxs(ProfileStyled, { className: "sixseconds-header-root", children: [
|
|
14187
14169
|
/* @__PURE__ */ jsx(Box, { sx: { display: "flex", justifyContent: "flex-end", p: 1.5 }, children: /* @__PURE__ */ jsx(
|
|
14188
14170
|
IconButton,
|
|
14189
14171
|
{
|
|
@@ -14424,7 +14406,7 @@ function ChangePasswordDialog({ isOpen, email, t: t2, setInitialState }) {
|
|
|
14424
14406
|
},
|
|
14425
14407
|
onClose: () => handleCloseUtil(setInitialState),
|
|
14426
14408
|
open: isOpen,
|
|
14427
|
-
children: /* @__PURE__ */ jsx("form", { onSubmit: formik.handleSubmit, children: /* @__PURE__ */ jsxs(ChangePasswordStyled, { children: [
|
|
14409
|
+
children: /* @__PURE__ */ jsx("form", { onSubmit: formik.handleSubmit, children: /* @__PURE__ */ jsxs(ChangePasswordStyled, { className: "sixseconds-header-root", children: [
|
|
14428
14410
|
/* @__PURE__ */ jsx(Box, { sx: { display: "flex", justifyContent: "flex-end", p: 1.5 }, children: /* @__PURE__ */ jsx(
|
|
14429
14411
|
IconButton,
|
|
14430
14412
|
{
|