magneto365.ui 2.69.0 → 2.70.0
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/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +4 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -6210,8 +6210,8 @@ var styles$Y = {"summary-modal":"mg_application_summary_summary-modal_17gu5"};
|
|
|
6210
6210
|
|
|
6211
6211
|
var cx$v = classNames.bind(styles$Y);
|
|
6212
6212
|
var Component$16 = function (_a) {
|
|
6213
|
-
var children = _a.children, props = __rest(_a, ["children"]);
|
|
6214
|
-
return (React.createElement(ModalResponsive, __assign({ modalClassName: cx$v('summary-modal'), mobileDrawerClassName: cx$v('summary-drawer') }, props), children));
|
|
6213
|
+
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
|
6214
|
+
return (React.createElement(ModalResponsive, __assign({ modalClassName: cx$v('summary-modal', className), mobileDrawerClassName: cx$v('summary-drawer') }, props), children));
|
|
6215
6215
|
};
|
|
6216
6216
|
var ApplicationSummary = Object.assign(Component$16, {
|
|
6217
6217
|
Section: ApplicationSection,
|