@bigbinary/neeto-molecules 1.0.94-beta → 1.0.95-beta
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/README.md +1 -0
- package/dist/CustomDomainDashboard.cjs.js +1 -1
- package/dist/CustomDomainDashboard.cjs.js.map +1 -1
- package/dist/CustomDomainDashboard.js +1 -1
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/dist/Header.cjs.js +1 -1
- package/dist/Header.cjs.js.map +1 -1
- package/dist/Header.js +1 -1
- package/dist/Header.js.map +1 -1
- package/dist/NavigationHeader.cjs.js +615 -0
- package/dist/NavigationHeader.cjs.js.map +1 -0
- package/dist/NavigationHeader.js +609 -0
- package/dist/NavigationHeader.js.map +1 -0
- package/dist/PublishBlock.cjs.js +60 -25
- package/dist/PublishBlock.cjs.js.map +1 -1
- package/dist/PublishBlock.js +61 -26
- package/dist/PublishBlock.js.map +1 -1
- package/dist/Schedule.cjs.js +2 -2
- package/dist/Schedule.cjs.js.map +1 -1
- package/dist/Schedule.js +1 -1
- package/dist/Schedule.js.map +1 -1
- package/dist/Security.cjs.js +1 -1
- package/dist/Security.cjs.js.map +1 -1
- package/dist/Security.js +1 -1
- package/dist/Security.js.map +1 -1
- package/dist/Sidebar.cjs.js +26 -16
- package/dist/Sidebar.cjs.js.map +1 -1
- package/dist/Sidebar.js +27 -17
- package/dist/Sidebar.js.map +1 -1
- package/package.json +3 -3
- package/src/translations/en.json +5 -0
- package/types/Header.d.ts +1 -2
- package/types/NavigationHeader.d.ts +145 -0
- package/types/Schedule.d.ts +2 -2
- package/types/Sidebar.d.ts +1 -0
package/dist/Sidebar.cjs.js
CHANGED
|
@@ -34980,7 +34980,7 @@ var Chevron = function Chevron(_ref) {
|
|
|
34980
34980
|
}));
|
|
34981
34981
|
};
|
|
34982
34982
|
|
|
34983
|
-
var css = ":root{--neeto-molecules-sidebar-width:240px;--neeto-molecules-sidebar-z-index:99998;--neeto-chat-primary:136,134,255;--neeto-wireframe-primary:106,103,232;--neeto-site-primary:129,118,255;--neeto-desk-primary:253,148,55;--neeto-planner-primary:82,169,198;--neeto-replay-primary:32,199,189;--neeto-course-primary:140,214,114;--neeto-ci-primary:255,133,184;--neeto-invoice-primary:70,160,211;--neeto-quiz-primary:254,99,99;--neeto-runner-primary:75,71,255;--neeto-form-primary:254,128,114;--neeto-crm-primary:96,154,240;--neeto-changelog-primary:255,135,135;--neeto-deploy-primary:20,209,164;--neeto-kb-primary:101,205,161;--neeto-cal-primary:238,77,95;--neeto-invisible-primary:121,157,250;--neeto-testify-primary:255,158,69;--neeto-monitor-primary:70,181,197;--neeto-git-primary:255,78,110}.neeto-molecules-sidebar__wrapper{display:flex;max-width:240px;max-width:var(--neeto-molecules-sidebar-width);position:relative;transition:all .15s;width:240px;width:var(--neeto-molecules-sidebar-width)}.neeto-molecules-sidebar__wrapper--collapsed{max-width:0;width:0}.neeto-molecules-sidebar__wrapper--collapsed .neeto-molecules-sidebar__toggler{right:-36px;transform:scale(-1)}.neeto-molecules-sidebar__wrapper:hover .neeto-molecules-sidebar__toggler{opacity:1}.neeto-molecules-sidebar{background-color:rgb(var(--neeto-ui-gray-100));border-right:1px solid rgb(var(--neeto-ui-gray-100));height:100vh;padding:24px 0;width:100%;z-index:99998;z-index:var(--neeto-molecules-sidebar-z-index)}.neeto-molecules-sidebar__no-shrinkable{max-width:240px;max-width:var(--neeto-molecules-sidebar-width);width:240px;width:var(--neeto-molecules-sidebar-width)}.neeto-molecules-sidebar::-webkit-scrollbar{height:0;width:0}.neeto-molecules-sidebar::-webkit-scrollbar-thumb{background:rgb(var(--neeto-ui-gray-300));border-radius:50px}.neeto-molecules-sidebar::-webkit-scrollbar-track{background:\"transparent\"}.neeto-molecules-sidebar__toggler-hover-area{bottom:0;left:100%;position:absolute;top:0;width:40px;z-index:99998;z-index:var(--neeto-molecules-sidebar-z-index)}.neeto-molecules-sidebar__toggler{opacity:0;position:absolute;right:8px;top:8px;transition:opacity .3s ease-in-out;z-index:99999;z-index:calc(var(--neeto-molecules-sidebar-z-index) + 1)}.neeto-molecules-sidebar__toggler:focus{opacity:1}.neeto-molecules-sidebar__header{margin:14px 0 28px;padding:0 24px}.neeto-molecules-sidebar__logo svg{height:20px;max-width:100%;width:auto}.neeto-molecules-sidebar__links{margin-bottom:40px}.neeto-molecules-sidebar__link{color:rgb(var(--neeto-ui-gray-800));gap:10px;padding:
|
|
34983
|
+
var css = ":root{--neeto-molecules-sidebar-width:240px;--neeto-molecules-sidebar-z-index:99998;--neeto-chat-primary:136,134,255;--neeto-wireframe-primary:106,103,232;--neeto-site-primary:129,118,255;--neeto-desk-primary:253,148,55;--neeto-planner-primary:82,169,198;--neeto-replay-primary:32,199,189;--neeto-course-primary:140,214,114;--neeto-ci-primary:255,133,184;--neeto-invoice-primary:70,160,211;--neeto-quiz-primary:254,99,99;--neeto-runner-primary:75,71,255;--neeto-form-primary:254,128,114;--neeto-crm-primary:96,154,240;--neeto-changelog-primary:255,135,135;--neeto-deploy-primary:20,209,164;--neeto-kb-primary:101,205,161;--neeto-cal-primary:238,77,95;--neeto-invisible-primary:121,157,250;--neeto-testify-primary:255,158,69;--neeto-monitor-primary:70,181,197;--neeto-git-primary:255,78,110}.neeto-molecules-sidebar__wrapper{display:flex;max-width:240px;max-width:var(--neeto-molecules-sidebar-width);position:relative;transition:all .15s;width:240px;width:var(--neeto-molecules-sidebar-width)}.neeto-molecules-sidebar__wrapper--collapsed{max-width:0;width:0}.neeto-molecules-sidebar__wrapper--collapsed .neeto-molecules-sidebar__toggler{right:-36px;transform:scale(-1)}.neeto-molecules-sidebar__wrapper:hover .neeto-molecules-sidebar__toggler{opacity:1}.neeto-molecules-sidebar{background-color:rgb(var(--neeto-ui-gray-100));border-right:1px solid rgb(var(--neeto-ui-gray-100));height:100vh;padding:24px 0;width:100%;z-index:99998;z-index:var(--neeto-molecules-sidebar-z-index)}.neeto-molecules-sidebar__no-shrinkable{max-width:240px;max-width:var(--neeto-molecules-sidebar-width);width:240px;width:var(--neeto-molecules-sidebar-width)}.neeto-molecules-sidebar::-webkit-scrollbar{height:0;width:0}.neeto-molecules-sidebar::-webkit-scrollbar-thumb{background:rgb(var(--neeto-ui-gray-300));border-radius:50px}.neeto-molecules-sidebar::-webkit-scrollbar-track{background:\"transparent\"}.neeto-molecules-sidebar__toggler-hover-area{bottom:0;left:100%;position:absolute;top:0;width:40px;z-index:99998;z-index:var(--neeto-molecules-sidebar-z-index)}.neeto-molecules-sidebar__toggler{opacity:0;position:absolute;right:8px;top:8px;transition:opacity .3s ease-in-out;z-index:99999;z-index:calc(var(--neeto-molecules-sidebar-z-index) + 1)}.neeto-molecules-sidebar__toggler:focus{opacity:1}.neeto-molecules-sidebar__header{margin:14px 0 28px;padding:0 24px}.neeto-molecules-sidebar__logo svg{height:20px;max-width:100%;width:auto}.neeto-molecules-sidebar__links{margin-bottom:40px}.neeto-molecules-sidebar__link{color:rgb(var(--neeto-ui-gray-800));gap:10px;padding:12px 24px;position:relative;text-decoration:none!important;transition:var(--neeto-ui-transition);width:100%}.neeto-molecules-sidebar__link-icon{flex-shrink:0;transition:var(--neeto-ui-transition)}.neeto-molecules-sidebar__link-icon svg path{vector-effect:non-scaling-stroke}.neeto-molecules-sidebar__link-icon--rotate{transform:scale(-1)}.neeto-molecules-sidebar__link-icon--caret{opacity:0;transition:opacity .3s ease-in-out}.neeto-molecules-sidebar__link-label,.neeto-molecules-sidebar__link-sub-label{flex-grow:1;text-align:left}.neeto-molecules-sidebar__link:hover{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-black))}.neeto-molecules-sidebar__link:focus,.neeto-molecules-sidebar__link:focus-visible,.neeto-molecules-sidebar__link[aria-expanded=true]{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-black));outline:none}.neeto-molecules-sidebar__link.active{background-color:rgb(var(--neeto-ui-white));color:rgb(var(--neeto-ui-black))}.neeto-molecules-sidebar__link.active .neeto-molecules-sidebar__link-label{font-weight:var(--neeto-ui-font-medium)}.neeto-molecules-sidebar__link.active .neeto-molecules-sidebar__link-icon--caret,.neeto-molecules-sidebar__link:focus .neeto-molecules-sidebar__link-icon--caret,.neeto-molecules-sidebar__link:focus-visible .neeto-molecules-sidebar__link-icon--caret,.neeto-molecules-sidebar__link:hover .neeto-molecules-sidebar__link-icon--caret,.neeto-molecules-sidebar__link[aria-expanded=true] .neeto-molecules-sidebar__link-icon--caret{opacity:1}.neeto-molecules-sidebar__link--button:focus{background-color:transparent}.neeto-molecules-sidebar__link--button:focus-visible{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-gray-800))}.neeto-molecules-sidebar__link--change-log{outline:none!important}.neeto-molecules-sidebar__sublink-wrapper{background-color:rgb(var(--neeto-ui-white));padding:4px 0}.neeto-molecules-sidebar__sublink{background-color:rgb(var(--neeto-ui-white));color:rgb(var(--neeto-ui-gray-700));cursor:pointer;gap:8px;padding:8px 24px 8px 58px;text-decoration:none;transition:all .3s}.neeto-molecules-sidebar__sublink:not(:last-child){margin-bottom:4px}.neeto-molecules-sidebar__sublink .neeto-molecules-sidebar__link-sub-count{opacity:.75}.neeto-molecules-sidebar__sublink:hover{color:rgb(var(--neeto-ui-gray-800));text-decoration:none}.neeto-molecules-sidebar__sublink:hover .neeto-molecules-sidebar__link-sub-count{opacity:1}.neeto-molecules-sidebar__sublink:focus,.neeto-molecules-sidebar__sublink:focus-visible{color:rgb(var(--neeto-ui-gray-800));outline:none;text-decoration:none}.neeto-molecules-sidebar__sublink:focus .neeto-molecules-sidebar__link-sub-count,.neeto-molecules-sidebar__sublink:focus-visible .neeto-molecules-sidebar__link-sub-count{opacity:1}.neeto-molecules-sidebar__sublink.active,.neeto-molecules-sidebar__sublink:active{color:rgb(var(--neeto-ui-black));font-weight:var(--neeto-ui-font-medium);text-decoration:none}.neeto-molecules-sidebar__sublink.active .neeto-molecules-sidebar__link-sub-count,.neeto-molecules-sidebar__sublink:active .neeto-molecules-sidebar__link-sub-count{opacity:1}.neeto-molecules-sidebar__footer{margin-top:auto}.sidebar-featured-tooltip__content{border-radius:8px!important;box-shadow:var(--neeto-ui-shadow-sm)!important}.sidebar-featured-tooltip__content .tippy-content{padding:0}.sidebar-featured-tooltip{padding:12px;width:150px}.sidebar-featured-tooltip__icon-wrap{background-color:rgb(var(--neeto-ui-gray-100));border-radius:8px;height:40px;margin-bottom:8px;margin-left:auto;margin-right:auto;width:40px}.sidebar-featured-tooltip__title{margin-bottom:4px}.neeto-molecules-help-popup-wrapper,.neeto-molecules-profile-popup-wrapper{border:1px solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded)!important;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)!important;min-width:240px}.neeto-molecules-help-popup-wrapper .tippy-content,.neeto-molecules-profile-popup-wrapper .tippy-content{padding:0}.neeto-molecules-help-popup-wrapper .tippy-svg-arrow,.neeto-molecules-profile-popup-wrapper .tippy-svg-arrow{display:none!important}.neeto-molecules-profile-popup__top-section{border-top-left-radius:var(--neeto-ui-rounded);border-top-right-radius:var(--neeto-ui-rounded)}.neeto-molecules-profile-sublist{border-top:1px solid rgb(var(--neeto-ui-gray-400))}.neeto-molecules-help-sublist,.neeto-molecules-profile-sublist{list-style:none;margin:0;padding:4px 0}.neeto-molecules-help-sublist__item,.neeto-molecules-profile-sublist__item{width:100%}.neeto-molecules-help-sublist__item-btn,.neeto-molecules-profile-sublist__item-btn{border-radius:0;justify-content:flex-end!important;min-height:40px}.neeto-molecules-help-sublist__item-btn.active,.neeto-molecules-profile-sublist__item-btn.active{background-color:rgb(var(--neeto-ui-gray-800));color:rgb(var(--neeto-ui-white))}.neeto-molecules-help-sublist__item-btn-icon svg path,.neeto-molecules-profile-sublist__item-btn-icon svg path{vector-effect:non-scaling-stroke}.neeto-molecules-sidebar__link-icon{position:relative}.neeto-molecules-sidebar__notif-count{position:absolute;right:-7px;top:-7px}.neeto-molecules-help-sublist__item-btn-count,.neeto-molecules-sidebar__notif-count{align-items:center;background-color:rgb(var(--neeto-ui-primary-500));border-radius:var(--neeto-ui-rounded-full);color:rgb(var(--neeto-ui-white));display:inline-flex;font-size:10px;justify-content:center;margin-left:3px;min-height:16px;min-width:16px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}";
|
|
34984
34984
|
n(css,{});
|
|
34985
34985
|
|
|
34986
34986
|
var AppSwitcherButton = function AppSwitcherButton(_ref) {
|
|
@@ -35132,7 +35132,6 @@ var ProfileSection = function ProfileSection(_ref, ref) {
|
|
|
35132
35132
|
}
|
|
35133
35133
|
}
|
|
35134
35134
|
}, isLoading && hasHovered ? /*#__PURE__*/React__default["default"].createElement("span", {
|
|
35135
|
-
className: "flex h-10 w-10 items-center justify-center",
|
|
35136
35135
|
"data-testid": "profile-avatar-loader"
|
|
35137
35136
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Spinner, null)) : /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(neetoui.Avatar, {
|
|
35138
35137
|
className: "neeto-ui-flex-shrink-0 neeto-molecules-sidebar__profile-avatar",
|
|
@@ -35248,7 +35247,7 @@ var ProfileMenu = function ProfileMenu(_ref) {
|
|
|
35248
35247
|
"data-cy": "profile-popup",
|
|
35249
35248
|
"data-testid": "profile-popup"
|
|
35250
35249
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35251
|
-
className: classnames("neeto-ui-relative neeto-ui-flex neeto-ui-items-center neeto-ui-p-3")
|
|
35250
|
+
className: classnames("neeto-ui-relative neeto-ui-flex neeto-ui-items-center neeto-ui-p-3 neeto-ui-bg-primary-100 neeto-molecules-profile-popup__top-section")
|
|
35252
35251
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35253
35252
|
className: "top-0 left-0"
|
|
35254
35253
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Avatar, {
|
|
@@ -35264,7 +35263,7 @@ var ProfileMenu = function ProfileMenu(_ref) {
|
|
|
35264
35263
|
title: name,
|
|
35265
35264
|
weight: "semibold"
|
|
35266
35265
|
}, pure.truncate(name, 18)), email && /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
35267
|
-
className: "neeto-ui-w-full neeto-ui-truncate neeto-ui-text-gray-
|
|
35266
|
+
className: "neeto-ui-w-full neeto-ui-truncate neeto-ui-text-gray-700",
|
|
35268
35267
|
lineHeight: "tight",
|
|
35269
35268
|
style: "body3"
|
|
35270
35269
|
}, email))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -35291,8 +35290,8 @@ var ProfileButton = function ProfileButton(_ref) {
|
|
|
35291
35290
|
}),
|
|
35292
35291
|
disabled: !data,
|
|
35293
35292
|
hideOnClick: false,
|
|
35294
|
-
interactiveDebounce:
|
|
35295
|
-
offset: 0,
|
|
35293
|
+
interactiveDebounce: 20,
|
|
35294
|
+
offset: [0, -70],
|
|
35296
35295
|
position: "right",
|
|
35297
35296
|
theme: "light"
|
|
35298
35297
|
}, /*#__PURE__*/React__default["default"].createElement(ProfileSection$1, {
|
|
@@ -35300,11 +35299,12 @@ var ProfileButton = function ProfileButton(_ref) {
|
|
|
35300
35299
|
}));
|
|
35301
35300
|
};
|
|
35302
35301
|
|
|
35302
|
+
// Rule can be enabled once the ticket - https://github.com/bigbinary/neeto-commons-frontend/issues/905 is closed.
|
|
35303
|
+
// eslint-disable-next-line @bigbinary/neeto/no-dumb-components-with-use-translation
|
|
35303
35304
|
var HelpSection = function HelpSection(_ref, ref) {
|
|
35304
|
-
_ref.changesCount;
|
|
35305
|
+
var changesCount = _ref.changesCount;
|
|
35305
35306
|
var _useTranslation = reactI18next.useTranslation(),
|
|
35306
35307
|
t = _useTranslation.t;
|
|
35307
|
-
var showChangesCount = false;
|
|
35308
35308
|
return /*#__PURE__*/React__default["default"].createElement("button", {
|
|
35309
35309
|
className: "neeto-molecules-sidebar__link neeto-molecules-sidebar__link--button neeto-ui-shadow-none neeto-ui-flex neeto-ui-items-center neeto-ui-no-underline neeto-ui-select-none",
|
|
35310
35310
|
"data-cy": "help-button",
|
|
@@ -35313,7 +35313,10 @@ var HelpSection = function HelpSection(_ref, ref) {
|
|
|
35313
35313
|
className: "neeto-molecules-sidebar__link-icon neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center"
|
|
35314
35314
|
}, /*#__PURE__*/React__default["default"].createElement(neetoIcons.Help, {
|
|
35315
35315
|
size: 24
|
|
35316
|
-
}),
|
|
35316
|
+
}), pure.isPresent(changesCount) && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
35317
|
+
className: "neeto-molecules-sidebar__notif-count",
|
|
35318
|
+
"data-testid": "help-icon-changes-count"
|
|
35319
|
+
}, changesCount)), /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
35317
35320
|
className: "neeto-molecules-sidebar__link-label",
|
|
35318
35321
|
component: "span",
|
|
35319
35322
|
style: "body2",
|
|
@@ -35331,7 +35334,6 @@ var HelpSectionMenu = function HelpSectionMenu(_ref) {
|
|
|
35331
35334
|
var _KeyboardShortcuts$us = KeyboardShortcuts__default["default"].usePaneState(),
|
|
35332
35335
|
_KeyboardShortcuts$us2 = _slicedToArray(_KeyboardShortcuts$us, 2),
|
|
35333
35336
|
setIsOpen = _KeyboardShortcuts$us2[1];
|
|
35334
|
-
var showChangesCount = false;
|
|
35335
35337
|
var helpLinks = Object.keys(DEFAULT_HELP_LINK_PROPS).map(function (key) {
|
|
35336
35338
|
return _objectSpread$1(_objectSpread$1(_objectSpread$1(_objectSpread$1({}, DEFAULT_HELP_LINK_PROPS[key]), helpLinkOverrides[key]), key === "keyboardShortcutProps" && {
|
|
35337
35339
|
onClick: function onClick() {
|
|
@@ -35358,7 +35360,10 @@ var HelpSectionMenu = function HelpSectionMenu(_ref) {
|
|
|
35358
35360
|
iconPosition: "left",
|
|
35359
35361
|
iconSize: 18,
|
|
35360
35362
|
style: "text"
|
|
35361
|
-
}, buttonProps), label,
|
|
35363
|
+
}, buttonProps), label, pure.isPresent(buttonProps.changesCount) && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
35364
|
+
className: "neeto-molecules-help-sublist__item-btn-count",
|
|
35365
|
+
"data-testid": "help-section-menu-changes-count"
|
|
35366
|
+
}, buttonProps.changesCount)));
|
|
35362
35367
|
}));
|
|
35363
35368
|
};
|
|
35364
35369
|
|
|
@@ -35396,8 +35401,8 @@ var Footer = function Footer(_ref) {
|
|
|
35396
35401
|
helpLinkOverrides: helpLinkOverrides
|
|
35397
35402
|
}),
|
|
35398
35403
|
hideOnClick: false,
|
|
35399
|
-
interactiveDebounce:
|
|
35400
|
-
offset: 0,
|
|
35404
|
+
interactiveDebounce: 20,
|
|
35405
|
+
offset: [0, -70],
|
|
35401
35406
|
position: "right",
|
|
35402
35407
|
theme: "light"
|
|
35403
35408
|
}, /*#__PURE__*/React__default["default"].createElement(HelpSection$1, {
|
|
@@ -35410,11 +35415,13 @@ var Footer = function Footer(_ref) {
|
|
|
35410
35415
|
}));
|
|
35411
35416
|
};
|
|
35412
35417
|
|
|
35413
|
-
var Header = function Header() {
|
|
35418
|
+
var Header = function Header(_ref) {
|
|
35414
35419
|
var _ProductTypefaceLogos;
|
|
35420
|
+
var customLogo = _ref.customLogo;
|
|
35415
35421
|
var productName = globalProps.appName.substr(5);
|
|
35416
35422
|
var logoName = "Neeto".concat(pure.capitalize(productName.toLowerCase()));
|
|
35417
35423
|
var ProductTypefaceLogo = (_ProductTypefaceLogos = ProductTypefaceLogos__namespace[logoName]) !== null && _ProductTypefaceLogos !== void 0 ? _ProductTypefaceLogos : ProductTypefaceLogos.Neeto;
|
|
35424
|
+
var LogoComponent = customLogo !== null && customLogo !== void 0 ? customLogo : ProductTypefaceLogo;
|
|
35418
35425
|
var _useFetchNeetoApps = reactUtils.useFetchNeetoApps(),
|
|
35419
35426
|
data = _useFetchNeetoApps.data;
|
|
35420
35427
|
var homePath = "/";
|
|
@@ -35432,7 +35439,7 @@ var Header = function Header() {
|
|
|
35432
35439
|
}, /*#__PURE__*/React__default["default"].createElement(reactRouterDom.Link, {
|
|
35433
35440
|
className: "neeto-molecules-sidebar__logo neeto-ui-w-full",
|
|
35434
35441
|
to: homePath
|
|
35435
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
35442
|
+
}, /*#__PURE__*/React__default["default"].createElement(LogoComponent, null)));
|
|
35436
35443
|
};
|
|
35437
35444
|
var Header$1 = /*#__PURE__*/React__default["default"].memo(Header);
|
|
35438
35445
|
|
|
@@ -35537,6 +35544,7 @@ var Links = function Links(_ref) {
|
|
|
35537
35544
|
|
|
35538
35545
|
var Sidebar = function Sidebar(_ref) {
|
|
35539
35546
|
var navLinks = _ref.navLinks,
|
|
35547
|
+
customLogo = _ref.customLogo,
|
|
35540
35548
|
_ref$profileInfoOverr = _ref.profileInfoOverrides,
|
|
35541
35549
|
profileInfoOverrides = _ref$profileInfoOverr === void 0 ? {} : _ref$profileInfoOverr,
|
|
35542
35550
|
_ref$helpLinkOverride = _ref.helpLinkOverrides,
|
|
@@ -35570,7 +35578,9 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
35570
35578
|
className: "neeto-molecules-sidebar neeto-ui-flex neeto-ui-flex-col neeto-ui-flex-shrink-0 neeto-ui-overflow-y-auto neeto-ui-overflow-x-hidden",
|
|
35571
35579
|
"data-cy": "sidebar-wrapper",
|
|
35572
35580
|
"data-testid": "sidebar"
|
|
35573
|
-
}, /*#__PURE__*/React__default["default"].createElement(Header$1,
|
|
35581
|
+
}, /*#__PURE__*/React__default["default"].createElement(Header$1, {
|
|
35582
|
+
customLogo: customLogo
|
|
35583
|
+
}), /*#__PURE__*/React__default["default"].createElement(Links, {
|
|
35574
35584
|
navLinks: navLinks
|
|
35575
35585
|
}), /*#__PURE__*/React__default["default"].createElement(Footer, {
|
|
35576
35586
|
extraTopLinks: extraTopLinks,
|