@movalib/movalib-commons 1.2.1 → 1.2.11

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.
@@ -217,7 +217,7 @@ var MovaLogin = function (_a) {
217
217
  left: '0%',
218
218
  opacity: '0.3',
219
219
  zIndex: -8 }, alt: 'Feuille Verte Movalib' }), (0, jsx_runtime_1.jsxs)(material_1.Container, __assign({ component: "main", maxWidth: "sm", disableGutters: disableGutters }, { children: [(0, jsx_runtime_1.jsx)(material_1.CssBaseline, {}), (0, jsx_runtime_1.jsxs)(material_1.Box, __assign({ sx: {
220
- marginTop: 6,
220
+ marginTop: showHeaderLogo ? 6 : 0,
221
221
  display: 'flex',
222
222
  flexDirection: 'column',
223
223
  alignItems: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movalib/movalib-commons",
3
- "version": "1.2.1",
3
+ "version": "1.2.11",
4
4
  "description": "Bibliothèque d'objets communs à l'ensemble des projets React de Movalib",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -227,7 +227,7 @@ const MovaLogin: FunctionComponent<MovaSignUpProps> = ({ loading, movaAppType, o
227
227
  <CssBaseline />
228
228
  <Box
229
229
  sx={{
230
- marginTop: 6,
230
+ marginTop: showHeaderLogo ? 6 : 0,
231
231
  display: 'flex',
232
232
  flexDirection: 'column',
233
233
  alignItems: 'center',