@portnet/ui 0.0.62 → 0.0.63

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.
@@ -30,12 +30,10 @@ const PuiErrorBasePage = _ref => {
30
30
  retour: true
31
31
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_system.Box, {
32
32
  sx: {
33
- position: "absolute",
34
- width: "100%",
35
- left: 0,
36
- top: "50%",
37
- transform: "translateY(-50%)",
38
- textAlign: "center"
33
+ marginTop: "100px",
34
+ display: "flex",
35
+ flexDirection: "column",
36
+ alignItems: "center"
39
37
  },
40
38
  children: [children, /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
41
39
  variant: "h2",
@@ -43,7 +41,10 @@ const PuiErrorBasePage = _ref => {
43
41
  color: _apperance.palette.primary,
44
42
  fontSize: "9em",
45
43
  fontWeight: "bold",
46
- padding: 2
44
+ paddingLeft: 2,
45
+ paddingRight: 2,
46
+ paddingTop: 0,
47
+ paddingBottom: 0
47
48
  },
48
49
  children: mainContent
49
50
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
@@ -52,7 +53,10 @@ const PuiErrorBasePage = _ref => {
52
53
  color: _apperance.palette.primary,
53
54
  fontSize: "1.2em",
54
55
  lineHeight: "1.6",
55
- padding: 2
56
+ paddingLeft: 2,
57
+ paddingRight: 2,
58
+ paddingTop: 0,
59
+ paddingBottom: 0
56
60
  },
57
61
  children: subContent
58
62
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portnet/ui",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "Portnet UI",
5
5
  "keywords": [
6
6
  "react",