@movalib/movalib-commons 1.1.0 → 1.1.2
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.
|
@@ -114,7 +114,7 @@ var AccountValidation = function (_a) {
|
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
116
|
return ((0, jsx_runtime_1.jsxs)("div", { children: [emptyPwd &&
|
|
117
|
-
(0, jsx_runtime_1.jsx)(MovaDialog_1.default, __assign({ leafImageColor: 'pink', title: movaAppType === Enums_1.MovaAppType.GARAGE ? "
|
|
117
|
+
(0, jsx_runtime_1.jsx)(MovaDialog_1.default, __assign({ leafImageColor: 'pink', title: movaAppType === Enums_1.MovaAppType.GARAGE ? "Bienvenue sur Movalib PRO !" : "Bienvenue sur Movalib !", titleStyle: getTitleStyle(), fullScreen: isMobile, open: emptyPwd, closable: false, onClose: function () {
|
|
118
118
|
throw new Error('Function not implemented.');
|
|
119
119
|
}, actions: (0, jsx_runtime_1.jsx)(lab_1.LoadingButton, __assign({ type: "submit", onClick: handleValidateAccount, fullWidth: true, variant: "contained", sx: { mt: 4, mb: 0 } }, { children: (0, jsx_runtime_1.jsx)("span", { children: "Valider mon compte" }) })) }, { children: (0, jsx_runtime_1.jsxs)(material_1.Grid, __assign({ container: true }, { children: [(0, jsx_runtime_1.jsx)(material_1.Grid, __assign({ item: true, xs: 12 }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, __assign({ sx: { mt: 2, mb: 2 } }, { children: movaAppType === Enums_1.MovaAppType.GARAGE ?
|
|
120
120
|
"Pour commencer, définis ton mot de passe et active ton compte 😉"
|
package/package.json
CHANGED
|
@@ -139,7 +139,7 @@ const AccountValidation: FunctionComponent<AccountValidationProps> = ({ movaAppT
|
|
|
139
139
|
{emptyPwd &&
|
|
140
140
|
<MovaDialog
|
|
141
141
|
leafImageColor='pink'
|
|
142
|
-
title={movaAppType === MovaAppType.GARAGE ? "
|
|
142
|
+
title={movaAppType === MovaAppType.GARAGE ? "Bienvenue sur Movalib PRO !" : "Bienvenue sur Movalib !" }
|
|
143
143
|
titleStyle={getTitleStyle()}
|
|
144
144
|
fullScreen={isMobile}
|
|
145
145
|
open={emptyPwd}
|