magneto365.ui 2.63.1 → 2.63.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/dist/esm/index.js
CHANGED
|
@@ -5586,7 +5586,7 @@ var FooterMenuLinks = function (_a) {
|
|
|
5586
5586
|
return React.createElement(React.Fragment, null, footerMenuResponsive);
|
|
5587
5587
|
};
|
|
5588
5588
|
|
|
5589
|
-
var styles$L = {"magneto-ui-header-analyst":"mg_header_analyst_magneto-ui-header-
|
|
5589
|
+
var styles$L = {"magneto-ui-header-analyst":"mg_header_analyst_magneto-ui-header-analyst_19p1u","magneto-ui-header-analyst__container":"mg_header_analyst_magneto-ui-header-analyst_container_19p1u","magneto-ui-header-analyst__main-menu":"mg_header_analyst_magneto-ui-header-analyst_main-menu_19p1u","magneto-ui-header-analyst__logo":"mg_header_analyst_magneto-ui-header-analyst_logo_19p1u","magneto-ui-header-analyst__legend":"mg_header_analyst_magneto-ui-header-analyst_legend_19p1u","magneto-ui-header-analyst__user-menu":"mg_header_analyst_magneto-ui-header-analyst_user-menu_19p1u"};
|
|
5590
5590
|
|
|
5591
5591
|
var cx$s = classNames.bind(styles$L);
|
|
5592
5592
|
var Component$W = function (_a) {
|
|
@@ -5602,8 +5602,9 @@ var Component$W = function (_a) {
|
|
|
5602
5602
|
return (React.createElement("header", { className: cx$s('magneto-ui-header-analyst', className) },
|
|
5603
5603
|
React.createElement("div", { className: cx$s('magneto-ui-header-analyst__container') },
|
|
5604
5604
|
React.createElement("div", { className: cx$s('magneto-ui-header-analyst__main-menu') },
|
|
5605
|
-
React.createElement(
|
|
5606
|
-
|
|
5605
|
+
React.createElement("div", { className: cx$s('magneto-ui-header-analyst__logo') },
|
|
5606
|
+
React.createElement(MainButton, __assign({ onClick: onMainMenuClick }, MenuButtonAnalystProps)),
|
|
5607
|
+
headerLogo),
|
|
5607
5608
|
legend && React.createElement("span", { className: cx$s('magneto-ui-header-analyst__legend') }, legend)),
|
|
5608
5609
|
React.createElement("div", { className: cx$s('magneto-ui-header-analyst__user-menu') },
|
|
5609
5610
|
userNotificationProps && React.createElement(Link, __assign({ iconProps: { icon: Notification$1, size: 20 } }, userNotificationProps)),
|