@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.
- package/dist/cjs/decorators.js +1 -2
- package/dist/decorators.js +1 -2
- package/package.json +1 -1
package/dist/cjs/decorators.js
CHANGED
|
@@ -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)));
|
package/dist/decorators.js
CHANGED
|
@@ -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)));
|