opus-toolkit-components 1.7.0 → 1.7.2
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/lib/index.d.ts +466 -463
- package/lib/opus-components.main.js +2 -2
- package/lib/opus-components.main.js.map +1 -1
- package/package.json +4 -4
|
@@ -1587,7 +1587,7 @@ const PageTemplate = _ref => {
|
|
|
1587
1587
|
center: headerCenter,
|
|
1588
1588
|
right: headerRight
|
|
1589
1589
|
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)("main", {
|
|
1590
|
-
className: "flex-1 p-
|
|
1590
|
+
className: "flex-1 p-4",
|
|
1591
1591
|
children: children
|
|
1592
1592
|
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)(_Footer_Footer__WEBPACK_IMPORTED_MODULE_2__["default"], {
|
|
1593
1593
|
left: footerLeft,
|
|
@@ -63579,7 +63579,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
63579
63579
|
|
|
63580
63580
|
|
|
63581
63581
|
|
|
63582
|
-
module.exports = __webpack_exports__
|
|
63582
|
+
module.exports = __webpack_exports__;
|
|
63583
63583
|
/******/ })()
|
|
63584
63584
|
;
|
|
63585
63585
|
//# sourceMappingURL=opus-components.main.js.map
|