carbon-react 114.17.4 → 114.17.5
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.
|
@@ -37,13 +37,12 @@ const Page = ({
|
|
|
37
37
|
hasContent: true
|
|
38
38
|
}, title), /*#__PURE__*/React.createElement(StyledPageContent, _extends({
|
|
39
39
|
"data-element": "carbon-page-content",
|
|
40
|
-
p: "
|
|
40
|
+
p: "34px 40px"
|
|
41
41
|
}, filterStyledSystemPaddingProps(rest)), /*#__PURE__*/React.createElement(Box, {
|
|
42
42
|
boxSizing: "border-box",
|
|
43
43
|
maxWidth: "100%",
|
|
44
44
|
minWidth: "auto",
|
|
45
|
-
margin: "0 auto"
|
|
46
|
-
padding: "4px 0px"
|
|
45
|
+
margin: "0 auto"
|
|
47
46
|
}, children))));
|
|
48
47
|
};
|
|
49
48
|
|
|
@@ -57,13 +57,12 @@ const Page = ({
|
|
|
57
57
|
hasContent: true
|
|
58
58
|
}, title), /*#__PURE__*/_react.default.createElement(_page.StyledPageContent, _extends({
|
|
59
59
|
"data-element": "carbon-page-content",
|
|
60
|
-
p: "
|
|
60
|
+
p: "34px 40px"
|
|
61
61
|
}, (0, _utils.filterStyledSystemPaddingProps)(rest)), /*#__PURE__*/_react.default.createElement(_box.default, {
|
|
62
62
|
boxSizing: "border-box",
|
|
63
63
|
maxWidth: "100%",
|
|
64
64
|
minWidth: "auto",
|
|
65
|
-
margin: "0 auto"
|
|
66
|
-
padding: "4px 0px"
|
|
65
|
+
margin: "0 auto"
|
|
67
66
|
}, children))));
|
|
68
67
|
};
|
|
69
68
|
|