magneto365.ui 2.50.1 → 2.50.3

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 CHANGED
@@ -7087,7 +7087,7 @@ var UserTermUList = Component$8;
7087
7087
 
7088
7088
  var cx = classNames.bind(styles$8);
7089
7089
  var Component$7 = function (_a) {
7090
- var children = _a.children, isOpen = _a.isOpen, onClose = _a.onClose;
7090
+ var children = _a.children, isOpen = _a.isOpen, _b = _a.onClose, onClose = _b === void 0 ? function () { return ({}); } : _b;
7091
7091
  var container = useMediaQuery(React__default["default"].createElement(Modal$1, { className: cx('user-term-modal'), blockBackgroundClose: true, isOpen: isOpen, onClose: onClose }, children), {
7092
7092
  sm: (React__default["default"].createElement(MobileDrawer, { className: cx('user-term-drawer'), blockBackgroundClose: true, isOpen: isOpen, onClose: onClose }, children))
7093
7093
  });