carbon-react 114.17.4 → 114.17.6

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: "30px 40px"
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: "30px 40px"
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "114.17.4",
3
+ "version": "114.17.6",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",
@@ -121,6 +121,7 @@
121
121
  "draft-js": "^0.11.7",
122
122
  "enzyme": "^3.3.0",
123
123
  "enzyme-to-json": "^3.4.0",
124
+ "esbuild": "^0.14.47",
124
125
  "eslint": "^7.25.0",
125
126
  "eslint-config-airbnb": "^18.2.0",
126
127
  "eslint-config-prettier": "^6.15.0",
@@ -175,7 +176,6 @@
175
176
  "crypto-js": "~3.3.0",
176
177
  "date-fns": "^2.26.0",
177
178
  "dotenv": "^10.0.0",
178
- "esbuild": "^0.14.47",
179
179
  "immutable": "~3.8.2",
180
180
  "invariant": "^2.2.4",
181
181
  "lodash": "^4.17.20",