@itcase/storybook-config 1.1.75 → 1.1.76

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.
@@ -411,8 +411,7 @@ function withLayoutDecorator() {
411
411
  }, /*#__PURE__*/React.createElement(Story, null));
412
412
  }
413
413
  return /*#__PURE__*/React.createElement("div", {
414
- className: layoutClass,
415
- style: maxWidthStyle
414
+ className: layoutClass
416
415
  }, /*#__PURE__*/React.createElement("div", {
417
416
  style: maxWidthStyle
418
417
  }, /*#__PURE__*/React.createElement(Story, null)));
@@ -409,8 +409,7 @@ function withLayoutDecorator() {
409
409
  }, /*#__PURE__*/React.createElement(Story, null));
410
410
  }
411
411
  return /*#__PURE__*/React.createElement("div", {
412
- className: layoutClass,
413
- style: maxWidthStyle
412
+ className: layoutClass
414
413
  }, /*#__PURE__*/React.createElement("div", {
415
414
  style: maxWidthStyle
416
415
  }, /*#__PURE__*/React.createElement(Story, null)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.1.75",
3
+ "version": "1.1.76",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {