@lanaco/lnc-react-ui 3.11.6 → 3.11.7
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.esm.js +4 -1
- package/lib/index.js +4 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -81785,7 +81785,10 @@ var ModalWrapper = function ModalWrapper(_ref2) {
|
|
|
81785
81785
|
header: header,
|
|
81786
81786
|
footer: footer,
|
|
81787
81787
|
scrollOverlay: scrollOverlay
|
|
81788
|
-
}, rest
|
|
81788
|
+
}, rest, {
|
|
81789
|
+
className: "modal-lnc-container ".concat(themeProps === null || themeProps === void 0 ? void 0 : themeProps.className)
|
|
81790
|
+
}), showCloseButton && /*#__PURE__*/React__default.createElement(CloseButton, _extends$4({}, themeProps, {
|
|
81791
|
+
className: "modal-lnc-times",
|
|
81789
81792
|
onClick: close
|
|
81790
81793
|
}), /*#__PURE__*/React__default.createElement(Icon, {
|
|
81791
81794
|
icon: "times"
|
package/lib/index.js
CHANGED
|
@@ -81834,7 +81834,10 @@ var ModalWrapper = function ModalWrapper(_ref2) {
|
|
|
81834
81834
|
header: header,
|
|
81835
81835
|
footer: footer,
|
|
81836
81836
|
scrollOverlay: scrollOverlay
|
|
81837
|
-
}, rest
|
|
81837
|
+
}, rest, {
|
|
81838
|
+
className: "modal-lnc-container ".concat(themeProps === null || themeProps === void 0 ? void 0 : themeProps.className)
|
|
81839
|
+
}), showCloseButton && /*#__PURE__*/React__default["default"].createElement(CloseButton, _extends__default$1["default"]({}, themeProps, {
|
|
81840
|
+
className: "modal-lnc-times",
|
|
81838
81841
|
onClick: close
|
|
81839
81842
|
}), /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
81840
81843
|
icon: "times"
|