@bigbinary/neeto-molecules 1.0.64 → 1.0.65-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/dist/Container.cjs.js +1 -1
- package/dist/Container.js +1 -1
- package/dist/CustomDomainDashboard.cjs.js +7 -16
- package/dist/CustomDomainDashboard.cjs.js.map +1 -1
- package/dist/CustomDomainDashboard.js +8 -17
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/dist/EmailPreview.cjs.js +2 -1
- package/dist/EmailPreview.cjs.js.map +1 -1
- package/dist/EmailPreview.js +2 -1
- package/dist/EmailPreview.js.map +1 -1
- package/dist/Header.cjs.js +6 -15
- package/dist/Header.cjs.js.map +1 -1
- package/dist/Header.js +8 -17
- package/dist/Header.js.map +1 -1
- package/dist/MenuBar.cjs.js +1 -1
- package/dist/MenuBar.js +1 -1
- package/dist/PhoneNumber.cjs.js +8 -6
- package/dist/PhoneNumber.cjs.js.map +1 -1
- package/dist/PhoneNumber.js +9 -7
- package/dist/PhoneNumber.js.map +1 -1
- package/dist/Rename.cjs.js +8 -6
- package/dist/Rename.cjs.js.map +1 -1
- package/dist/Rename.js +8 -6
- package/dist/Rename.js.map +1 -1
- package/dist/ShareViaEmail.cjs.js +7 -5
- package/dist/ShareViaEmail.cjs.js.map +1 -1
- package/dist/ShareViaEmail.js +8 -6
- package/dist/ShareViaEmail.js.map +1 -1
- package/dist/Sidebar.cjs.js +123 -94
- package/dist/Sidebar.cjs.js.map +1 -1
- package/dist/Sidebar.js +126 -97
- package/dist/Sidebar.js.map +1 -1
- package/dist/ThemeSidebar.cjs.js +4 -3
- package/dist/ThemeSidebar.cjs.js.map +1 -1
- package/dist/ThemeSidebar.js +4 -3
- package/dist/ThemeSidebar.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +4 -1
- package/types/Rename.d.ts +1 -0
- package/types/Sidebar.d.ts +1 -1
package/dist/Sidebar.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React, { useRef, useCallback, useEffect, Children, isValidElement, cloneElement, forwardRef, useState } from 'react';
|
|
2
|
+
import { NeetoIcon, Close, Search, AppSwitcher as AppSwitcher$1, ChatEmpty, Book, Gift, Keyboard, User, Settings, LeftArrow, Help, Down, Expand } from '@bigbinary/neeto-icons';
|
|
3
|
+
import { Typography, Button, Input, Avatar, Tooltip } from '@bigbinary/neetoui';
|
|
2
4
|
import { toLower, mergeDeepLeft, curry, is, includes, __, not } from 'ramda';
|
|
3
|
-
import { Link, useLocation, NavLink } from 'react-router-dom';
|
|
4
|
-
import { NeetoIcon, Close, Search, AppSwitcher as AppSwitcher$1, ChatEmpty, Book, Gift, Keyboard, User, Settings, LeftArrow, Help } from '@bigbinary/neeto-icons';
|
|
5
|
-
import { Typography, Button, Input, Tooltip, Avatar } from '@bigbinary/neetoui';
|
|
6
5
|
import { useTranslation } from 'react-i18next';
|
|
7
|
-
import {
|
|
6
|
+
import { Link, useLocation, NavLink } from 'react-router-dom';
|
|
7
|
+
import { capitalize, truncate, _findBy } from '@bigbinary/neeto-commons-frontend/pure';
|
|
8
8
|
import * as AppIcons from '@bigbinary/neeto-icons/app-icons';
|
|
9
9
|
import { t as t$1 } from 'i18next';
|
|
10
10
|
import { resetAuthTokens } from '@bigbinary/neeto-commons-frontend/utils';
|
|
11
11
|
import KeyboardShortcuts from '@bigbinary/neeto-molecules/KeyboardShortcuts';
|
|
12
|
-
import * as ProductLogos from '@bigbinary/neeto-icons/logos';
|
|
13
|
-
import { Neeto } from '@bigbinary/neeto-icons/logos';
|
|
12
|
+
import * as ProductLogos from '@bigbinary/neeto-icons/typeface-logos';
|
|
13
|
+
import { Neeto } from '@bigbinary/neeto-icons/typeface-logos';
|
|
14
14
|
import { globalProps as globalProps$1 } from '@bigbinary/neeto-commons-frontend/initializers';
|
|
15
15
|
|
|
16
16
|
function _arrayWithHoles(arr) {
|
|
@@ -31485,7 +31485,7 @@ SwitchTransition.defaultProps = {
|
|
|
31485
31485
|
|
|
31486
31486
|
var e=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
31487
31487
|
|
|
31488
|
-
var css$1 = ".neeto-molecules-app-switcher__backdrop{align-items:center;background-color:rgba(27,31,35,.867);flex-direction:row;left:
|
|
31488
|
+
var css$1 = ".neeto-molecules-app-switcher__backdrop{align-items:center;background-color:rgba(27,31,35,.867);flex-direction:row;left:240px;overflow:hidden;position:fixed;top:0;width:100vw;z-index:99996}.neeto-molecules-app-switcher__backdrop,.neeto-molecules-app-switcher__wrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;height:100vh;justify-content:flex-start;transition:all .3s}.neeto-molecules-app-switcher__wrapper{align-items:flex-start;animation:nuifadeIn .3s ease-in;background-color:rgb(var(--neeto-ui-white));flex-direction:column;max-width:100%;overflow-y:auto;padding:72px;position:relative;width:calc(100% - 240px)}.neeto-molecules-app-switcher__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(288px,1fr))}.neeto-molecules-app-switcher__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:32px;position:relative;width:100%}.neeto-molecules-app-switcher__close-btn{position:absolute;right:24px;top:24px}.neeto-molecules-app-switcher__search-wrapper{width:316px}.neeto-molecules-app-switcher__body{display:flex;flex-direction:column;font-size:var(--neeto-ui-text-sm);gap:12px;margin-bottom:24px;width:100%}.neeto-molecules-app-switcher-link{align-items:center;background-color:rgb(var(--neeto-ui-gray-100));border-color:rgb(var(--neeto-ui-gray-100));border-radius:var(--neeto-ui-rounded-lg);border-style:solid;border-width:2px;cursor:pointer;display:flex;gap:12px;max-width:100%;padding:12px 16px;text-decoration:none;transition:background-color .3s ease-in-out;width:100%}.neeto-molecules-app-switcher-link:focus,.neeto-molecules-app-switcher-link:focus-visible{outline:none}.neeto-molecules-app-switcher-link:focus-visible{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-molecules-app-switcher-link:not(.neeto-molecules-app-switcher-link--active):hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-molecules-app-switcher-link--active{background:rgb(var(--neeto-ui-primary-100));border-color:rgb(var(--neeto-ui-primary-600))}.neeto-molecules-app-switcher-link__icon-holder{align-items:center;border-radius:var(--neeto-ui-rounded-lg);display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.neeto-molecules-app-switcher-link__content{flex-grow:1}.neeto-molecules-app-switcher-link__content span{display:block}.neeto-molecules-app-switcher-enter.neeto-molecules-app-switcher__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0}.neeto-molecules-app-switcher-enter-active.neeto-molecules-app-switcher__backdrop,.neeto-molecules-app-switcher-enter-done.neeto-molecules-app-switcher__backdrop,.neeto-molecules-app-switcher-exit.neeto-molecules-app-switcher__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:1}.neeto-molecules-app-switcher-exit-active.neeto-molecules-app-switcher__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0}";
|
|
31489
31489
|
n(css$1,{});
|
|
31490
31490
|
|
|
31491
31491
|
function _extends() {
|
|
@@ -31580,6 +31580,7 @@ var AppLink = function AppLink(_ref) {
|
|
|
31580
31580
|
weight: "normal"
|
|
31581
31581
|
}, description)));
|
|
31582
31582
|
};
|
|
31583
|
+
var AppLink$1 = /*#__PURE__*/React.memo(AppLink);
|
|
31583
31584
|
|
|
31584
31585
|
var Body = function Body(_ref) {
|
|
31585
31586
|
var _globalProps$neetoApp;
|
|
@@ -31625,7 +31626,7 @@ var Body = function Body(_ref) {
|
|
|
31625
31626
|
}, (filteredApps === null || filteredApps === void 0 ? void 0 : filteredApps.length) > 0 ? /*#__PURE__*/React.createElement("div", {
|
|
31626
31627
|
className: "neeto-molecules-app-switcher__grid"
|
|
31627
31628
|
}, filteredApps.map(function (app) {
|
|
31628
|
-
return /*#__PURE__*/React.createElement(AppLink, _extends({
|
|
31629
|
+
return /*#__PURE__*/React.createElement(AppLink$1, _extends({
|
|
31629
31630
|
key: app.name
|
|
31630
31631
|
}, app));
|
|
31631
31632
|
})) : /*#__PURE__*/React.createElement(Typography, {
|
|
@@ -31713,50 +31714,14 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
31713
31714
|
})))));
|
|
31714
31715
|
};
|
|
31715
31716
|
|
|
31716
|
-
var css = ".neeto-molecules-sidebar{background-color:rgb(var(--neeto-ui-
|
|
31717
|
+
var css = ":root{--neeto-molecules-sidebar-width:240px;--neeto-molecules-sidebar-z-index:99998}.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{transform:scale(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{left:calc(100% + 4px);position:absolute;top:32px;transform:scale(-1);z-index:99996;z-index:calc(var(--neeto-molecules-sidebar-z-index) - 2)}.neeto-molecules-sidebar__header{margin-bottom:40px;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:8px 24px;position:relative;text-decoration:none!important;transition:var(--neeto-ui-transition);width:100%}.neeto-molecules-sidebar__link:not(:first-child){margin-top:10px}.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-label,.neeto-molecules-sidebar__link-sub-label{flex-grow:1;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.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--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;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}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile-name{flex-grow:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile:hover{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-black));text-decoration:none}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile:focus,.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile:focus-visible,.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile[aria-expanded=true]{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-black));outline:none;text-decoration:none}.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:var(--neeto-ui-shadow-xs)!important}.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-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}.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}";
|
|
31717
31718
|
n(css,{});
|
|
31718
31719
|
|
|
31719
|
-
var FeaturedTooltip = function FeaturedTooltip(_ref) {
|
|
31720
|
-
var label = _ref.label,
|
|
31721
|
-
description = _ref.description;
|
|
31722
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
31723
|
-
className: "neeto-ui-flex neeto-ui-flex-col sidebar-featured-tooltip"
|
|
31724
|
-
}, /*#__PURE__*/React.createElement(Typography, {
|
|
31725
|
-
className: "neeto-ui-text-center sidebar-featured-tooltip__title",
|
|
31726
|
-
lineHeight: "tight",
|
|
31727
|
-
style: "h5",
|
|
31728
|
-
weight: "semibold"
|
|
31729
|
-
}, label), description && /*#__PURE__*/React.createElement(Typography, {
|
|
31730
|
-
className: "neeto-ui-text-center neeto-ui-text-gray-400 sidebar-featured-tooltip__description",
|
|
31731
|
-
lineHeight: "normal",
|
|
31732
|
-
style: "body3"
|
|
31733
|
-
}, description));
|
|
31734
|
-
};
|
|
31735
|
-
|
|
31736
|
-
var NavIconWrapper = function NavIconWrapper(_ref) {
|
|
31737
|
-
var description = _ref.description,
|
|
31738
|
-
label = _ref.label,
|
|
31739
|
-
children = _ref.children;
|
|
31740
|
-
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
31741
|
-
className: "sidebar-featured-tooltip__content",
|
|
31742
|
-
content: /*#__PURE__*/React.createElement(FeaturedTooltip, {
|
|
31743
|
-
description: description,
|
|
31744
|
-
label: label
|
|
31745
|
-
}),
|
|
31746
|
-
delay: [400, 40],
|
|
31747
|
-
distance: "20rem",
|
|
31748
|
-
duration: [200, 200],
|
|
31749
|
-
position: "right"
|
|
31750
|
-
}, children);
|
|
31751
|
-
};
|
|
31752
|
-
|
|
31753
31720
|
var AppSwitcherButton = function AppSwitcherButton(_ref) {
|
|
31754
31721
|
var onAppSwitcherToggle = _ref.onAppSwitcherToggle;
|
|
31755
31722
|
var _useTranslation = useTranslation(),
|
|
31756
31723
|
t = _useTranslation.t;
|
|
31757
|
-
return /*#__PURE__*/React.createElement(
|
|
31758
|
-
label: t("neetoMolecules.sidebar.productSwitcher")
|
|
31759
|
-
}, /*#__PURE__*/React.createElement("button", {
|
|
31724
|
+
return /*#__PURE__*/React.createElement("button", {
|
|
31760
31725
|
className: "neeto-molecules-sidebar__link neeto-molecules-sidebar__link--app-switcher neeto-molecules-sidebar__link--button neeto-ui-flex neeto-ui-w-full neeto-ui-select-none neeto-ui-items-center neeto-ui-justify-start neeto-ui-shadow-none",
|
|
31761
31726
|
"data-cy": "app-switcher-button",
|
|
31762
31727
|
onClick: onAppSwitcherToggle
|
|
@@ -31764,7 +31729,12 @@ var AppSwitcherButton = function AppSwitcherButton(_ref) {
|
|
|
31764
31729
|
className: "neeto-molecules-sidebar__link-icon neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center"
|
|
31765
31730
|
}, /*#__PURE__*/React.createElement(AppSwitcher$1, {
|
|
31766
31731
|
size: 24
|
|
31767
|
-
}))
|
|
31732
|
+
})), /*#__PURE__*/React.createElement(Typography, {
|
|
31733
|
+
className: "neeto-molecules-sidebar__link-label",
|
|
31734
|
+
component: "span",
|
|
31735
|
+
style: "body2",
|
|
31736
|
+
weight: "normal"
|
|
31737
|
+
}, t("neetoMolecules.sidebar.productSwitcher")));
|
|
31768
31738
|
};
|
|
31769
31739
|
|
|
31770
31740
|
var MY_PROFILE_URL = "/auth/profile/edit";
|
|
@@ -31835,24 +31805,26 @@ var getProfileInfo = function getProfileInfo(profileInfoOverrides) {
|
|
|
31835
31805
|
};
|
|
31836
31806
|
|
|
31837
31807
|
var HelpSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
31838
|
-
|
|
31808
|
+
_ref.changesCount;
|
|
31809
|
+
var _useTranslation = useTranslation(),
|
|
31810
|
+
t = _useTranslation.t;
|
|
31811
|
+
var showChangesCount = false;
|
|
31839
31812
|
return /*#__PURE__*/React.createElement("button", {
|
|
31840
|
-
className: "neeto-molecules-sidebar__link neeto-molecules-sidebar__link--button neeto-ui-shadow-none",
|
|
31813
|
+
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",
|
|
31841
31814
|
"data-cy": "help-button",
|
|
31842
31815
|
ref: ref
|
|
31843
31816
|
}, /*#__PURE__*/React.createElement("span", {
|
|
31844
31817
|
className: "neeto-molecules-sidebar__link-icon neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center"
|
|
31845
31818
|
}, /*#__PURE__*/React.createElement(Help, {
|
|
31846
31819
|
size: 24
|
|
31847
|
-
}),
|
|
31848
|
-
className: "neeto-molecules-
|
|
31849
|
-
|
|
31850
|
-
|
|
31820
|
+
}), showChangesCount ), /*#__PURE__*/React.createElement(Typography, {
|
|
31821
|
+
className: "neeto-molecules-sidebar__link-label",
|
|
31822
|
+
component: "span",
|
|
31823
|
+
style: "body2",
|
|
31824
|
+
weight: "normal"
|
|
31825
|
+
}, t("neetoMolecules.sidebar.helpLinks.helpCenter")));
|
|
31851
31826
|
});
|
|
31852
31827
|
HelpSection.displayName = "HelpSection";
|
|
31853
|
-
HelpSection.propTypes = {
|
|
31854
|
-
changesCount: propTypes.exports.number
|
|
31855
|
-
};
|
|
31856
31828
|
|
|
31857
31829
|
function _typeof(obj) {
|
|
31858
31830
|
"@babel/helpers - typeof";
|
|
@@ -31903,6 +31875,7 @@ var HelpSectionMenu = function HelpSectionMenu(_ref) {
|
|
|
31903
31875
|
var _KeyboardShortcuts$us = KeyboardShortcuts.usePaneState(),
|
|
31904
31876
|
_KeyboardShortcuts$us2 = _slicedToArray(_KeyboardShortcuts$us, 2),
|
|
31905
31877
|
setIsOpen = _KeyboardShortcuts$us2[1];
|
|
31878
|
+
var showChangesCount = false;
|
|
31906
31879
|
var helpLinks = Object.keys(DEFAULT_HELP_LINK_PROPS).map(function (key) {
|
|
31907
31880
|
return _objectSpread(_objectSpread(_objectSpread({}, DEFAULT_HELP_LINK_PROPS[key]), helpLinkOverrides[key]), key === "keyboardShortcutProps" && {
|
|
31908
31881
|
onClick: function onClick() {
|
|
@@ -31913,37 +31886,40 @@ var HelpSectionMenu = function HelpSectionMenu(_ref) {
|
|
|
31913
31886
|
var hide = _ref2.hide;
|
|
31914
31887
|
return !hide;
|
|
31915
31888
|
});
|
|
31916
|
-
return /*#__PURE__*/React.createElement("ul",
|
|
31889
|
+
return /*#__PURE__*/React.createElement("ul", {
|
|
31890
|
+
className: "neeto-molecules-help-sublist"
|
|
31891
|
+
}, helpLinks.map(function (_ref3, idx) {
|
|
31917
31892
|
var label = _ref3.label,
|
|
31918
31893
|
buttonProps = _objectWithoutProperties(_ref3, _excluded$2);
|
|
31919
31894
|
return /*#__PURE__*/React.createElement("li", {
|
|
31920
31895
|
className: "neeto-molecules-help-sublist__item",
|
|
31921
31896
|
key: idx
|
|
31922
31897
|
}, /*#__PURE__*/React.createElement(Button, _extends({
|
|
31898
|
+
fullWidth: true,
|
|
31923
31899
|
className: "neeto-molecules-help-sublist__item-btn",
|
|
31924
31900
|
iconPosition: "left",
|
|
31925
31901
|
iconSize: 18,
|
|
31926
31902
|
style: "text"
|
|
31927
|
-
}, buttonProps), label,
|
|
31928
|
-
className: "neeto-molecules-help-sublist__item-btn-count",
|
|
31929
|
-
"data-testid": "help-section-menu-changes-count"
|
|
31930
|
-
}, buttonProps.changesCount)));
|
|
31903
|
+
}, buttonProps), label, showChangesCount ));
|
|
31931
31904
|
}));
|
|
31932
31905
|
};
|
|
31933
31906
|
|
|
31934
31907
|
var ProfileSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
31935
31908
|
var profileInfo = _ref.profileInfo;
|
|
31936
31909
|
return /*#__PURE__*/React.createElement("button", {
|
|
31937
|
-
className: "neeto-molecules-sidebar__profile-
|
|
31910
|
+
className: "neeto-molecules-sidebar__profile neeto-ui-flex neeto-ui-items-center neeto-ui-no-underline neeto-ui-select-none neeto-molecules-sidebar__link",
|
|
31938
31911
|
"data-cy": "profile-section",
|
|
31939
31912
|
ref: ref
|
|
31940
|
-
}, /*#__PURE__*/React.createElement("span", {
|
|
31941
|
-
className: "neeto-molecules-sidebar__profile neeto-ui-flex neeto-ui-w-full neeto-ui-flex-shrink-0 neeto-ui-items-center"
|
|
31942
31913
|
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
31943
|
-
className: "neeto-ui-flex-shrink-0",
|
|
31944
|
-
size: "
|
|
31914
|
+
className: "neeto-ui-flex-shrink-0 neeto-molecules-sidebar__profile-avatar",
|
|
31915
|
+
size: "small",
|
|
31945
31916
|
user: profileInfo
|
|
31946
|
-
})
|
|
31917
|
+
}), /*#__PURE__*/React.createElement(Typography, {
|
|
31918
|
+
className: "neeto-molecules-sidebar__link-label",
|
|
31919
|
+
component: "span",
|
|
31920
|
+
style: "body2",
|
|
31921
|
+
weight: "normal"
|
|
31922
|
+
}, truncate(profileInfo.name, 18)));
|
|
31947
31923
|
});
|
|
31948
31924
|
ProfileSection.displayName = "ProfileSection";
|
|
31949
31925
|
|
|
@@ -31974,22 +31950,19 @@ var LinkSection = function LinkSection(_ref) {
|
|
|
31974
31950
|
_ref2$icon = _ref2.icon,
|
|
31975
31951
|
icon = _ref2$icon === void 0 ? null : _ref2$icon,
|
|
31976
31952
|
otherProps = _objectWithoutProperties(_ref2, _excluded$1);
|
|
31977
|
-
var IconSVG = icon;
|
|
31978
31953
|
return /*#__PURE__*/React.createElement("li", {
|
|
31979
31954
|
className: "neeto-molecules-profile-sublist__item",
|
|
31980
31955
|
key: idx
|
|
31981
|
-
}, /*#__PURE__*/React.createElement(
|
|
31956
|
+
}, /*#__PURE__*/React.createElement(Button, _extends({
|
|
31957
|
+
fullWidth: true,
|
|
31958
|
+
className: "neeto-molecules-profile-sublist__item-btn",
|
|
31959
|
+
icon: icon,
|
|
31960
|
+
iconPosition: "left",
|
|
31961
|
+
iconSize: 18,
|
|
31962
|
+
label: label,
|
|
31963
|
+
style: "text",
|
|
31982
31964
|
onClick: onClick
|
|
31983
|
-
}, otherProps
|
|
31984
|
-
className: "neeto-molecules-profile-sublist__item-btn"
|
|
31985
|
-
}), icon && /*#__PURE__*/React.createElement("span", {
|
|
31986
|
-
className: "neeto-molecules-profile-sublist__item-btn-icon"
|
|
31987
|
-
}, /*#__PURE__*/React.createElement(IconSVG, null)), /*#__PURE__*/React.createElement(Typography, {
|
|
31988
|
-
className: "neeto-molecules-profile-sublist__item-btn-label",
|
|
31989
|
-
component: "span",
|
|
31990
|
-
style: "body2",
|
|
31991
|
-
weight: "normal"
|
|
31992
|
-
}, label)));
|
|
31965
|
+
}, otherProps)));
|
|
31993
31966
|
}));
|
|
31994
31967
|
};
|
|
31995
31968
|
|
|
@@ -32043,7 +32016,7 @@ var Footer = function Footer(_ref) {
|
|
|
32043
32016
|
var profileInfo = getProfileInfo(profileInfoOverrides);
|
|
32044
32017
|
var changesCount = (_helpLinkOverrides$ch = helpLinkOverrides.changelogProps) === null || _helpLinkOverrides$ch === void 0 ? void 0 : _helpLinkOverrides$ch.changesCount;
|
|
32045
32018
|
return /*#__PURE__*/React.createElement("div", {
|
|
32046
|
-
className: "neeto-molecules-sidebar__footer"
|
|
32019
|
+
className: "neeto-molecules-sidebar__footer neeto-molecules-sidebar__no-shrinkable"
|
|
32047
32020
|
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
32048
32021
|
interactive: true,
|
|
32049
32022
|
className: "neeto-molecules-help-popup-wrapper",
|
|
@@ -32051,6 +32024,8 @@ var Footer = function Footer(_ref) {
|
|
|
32051
32024
|
helpLinkOverrides: helpLinkOverrides
|
|
32052
32025
|
}),
|
|
32053
32026
|
hideOnClick: false,
|
|
32027
|
+
interactiveDebounce: 30,
|
|
32028
|
+
offset: 0,
|
|
32054
32029
|
position: "right",
|
|
32055
32030
|
theme: "light"
|
|
32056
32031
|
}, /*#__PURE__*/React.createElement(HelpSection, {
|
|
@@ -32061,6 +32036,8 @@ var Footer = function Footer(_ref) {
|
|
|
32061
32036
|
interactive: true,
|
|
32062
32037
|
className: "neeto-molecules-profile-popup-wrapper",
|
|
32063
32038
|
hideOnClick: false,
|
|
32039
|
+
interactiveDebounce: 30,
|
|
32040
|
+
offset: 0,
|
|
32064
32041
|
position: "right",
|
|
32065
32042
|
theme: "light",
|
|
32066
32043
|
content: /*#__PURE__*/React.createElement(ProfileMenu, {
|
|
@@ -32080,16 +32057,17 @@ var Header = function Header() {
|
|
|
32080
32057
|
name: globalProps.appName.split("neeto")[1]
|
|
32081
32058
|
}, globalProps.neetoApps)) === null || _findBy2 === void 0 ? void 0 : _findBy2.url) !== null && _findBy$url !== void 0 ? _findBy$url : window.location.origin);
|
|
32082
32059
|
return /*#__PURE__*/React.createElement("div", {
|
|
32083
|
-
className: "neeto-
|
|
32060
|
+
className: "neeto-molecules-sidebar__header neeto-molecules-sidebar__no-shrinkable",
|
|
32084
32061
|
"data-cy": "sidebar-info"
|
|
32085
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
32086
|
-
className: "neeto-molecules-sidebar__logo flex flex-shrink-0 items-center justify-center"
|
|
32087
32062
|
}, /*#__PURE__*/React.createElement(Link, {
|
|
32063
|
+
className: "neeto-molecules-sidebar__logo neeto-ui-w-full",
|
|
32088
32064
|
to: homeUrl.pathname
|
|
32089
|
-
}, ProductLogo ? /*#__PURE__*/React.createElement(ProductLogo, null) : /*#__PURE__*/React.createElement(Neeto, null)))
|
|
32065
|
+
}, ProductLogo ? /*#__PURE__*/React.createElement(ProductLogo, null) : /*#__PURE__*/React.createElement(Neeto, null)));
|
|
32090
32066
|
};
|
|
32067
|
+
var Header$1 = /*#__PURE__*/React.memo(Header);
|
|
32091
32068
|
|
|
32092
|
-
var _excluded = ["label", "to", "icon", "
|
|
32069
|
+
var _excluded = ["label", "to", "icon", "items"],
|
|
32070
|
+
_excluded2 = ["label", "to", "count"];
|
|
32093
32071
|
var Links = function Links(_ref) {
|
|
32094
32072
|
var navLinks = _ref.navLinks;
|
|
32095
32073
|
var location = useLocation();
|
|
@@ -32101,31 +32079,61 @@ var Links = function Links(_ref) {
|
|
|
32101
32079
|
return true;
|
|
32102
32080
|
});
|
|
32103
32081
|
return /*#__PURE__*/React.createElement("div", {
|
|
32104
|
-
className: "neeto-molecules-sidebar__links"
|
|
32082
|
+
className: "neeto-molecules-sidebar__links neeto-molecules-sidebar__no-shrinkable"
|
|
32105
32083
|
}, navLinks.filter(filterByPermissions).map(function (_ref3, mainIndex) {
|
|
32106
32084
|
var label = _ref3.label,
|
|
32107
32085
|
to = _ref3.to,
|
|
32108
32086
|
icon = _ref3.icon,
|
|
32109
|
-
|
|
32087
|
+
items = _ref3.items,
|
|
32110
32088
|
otherProps = _objectWithoutProperties(_ref3, _excluded);
|
|
32111
32089
|
var IconSVG = icon;
|
|
32112
32090
|
var url = new URL(to, window.location.href);
|
|
32113
32091
|
var isActive = function isActive() {
|
|
32114
32092
|
return location.pathname.startsWith(url.pathname);
|
|
32115
32093
|
};
|
|
32116
|
-
return /*#__PURE__*/React.createElement(
|
|
32117
|
-
|
|
32118
|
-
key: mainIndex,
|
|
32119
|
-
label: label
|
|
32094
|
+
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
32095
|
+
key: mainIndex
|
|
32120
32096
|
}, /*#__PURE__*/React.createElement(NavLink, _extends({
|
|
32121
32097
|
activeClassName: "active",
|
|
32122
32098
|
className: "neeto-ui-flex neeto-ui-items-center neeto-ui-no-underline neeto-ui-select-none neeto-molecules-sidebar__link",
|
|
32123
32099
|
isActive: isActive,
|
|
32124
32100
|
to: to
|
|
32125
|
-
}, otherProps), icon && /*#__PURE__*/React.createElement("
|
|
32126
|
-
className: "neeto-
|
|
32101
|
+
}, otherProps), icon && /*#__PURE__*/React.createElement("span", {
|
|
32102
|
+
className: "neeto-molecules-sidebar__link-icon",
|
|
32127
32103
|
"data-testid": label
|
|
32128
|
-
}, /*#__PURE__*/React.createElement(IconSVG, null))
|
|
32104
|
+
}, /*#__PURE__*/React.createElement(IconSVG, null)), /*#__PURE__*/React.createElement(Typography, {
|
|
32105
|
+
className: "neeto-molecules-sidebar__link-label",
|
|
32106
|
+
component: "span",
|
|
32107
|
+
style: "body2",
|
|
32108
|
+
weight: "normal"
|
|
32109
|
+
}, label), items && /*#__PURE__*/React.createElement("span", {
|
|
32110
|
+
className: classnames("neeto-molecules-sidebar__link-icon", {
|
|
32111
|
+
"neeto-molecules-sidebar__link-icon--rotate": isActive()
|
|
32112
|
+
})
|
|
32113
|
+
}, /*#__PURE__*/React.createElement(Down, {
|
|
32114
|
+
size: 16
|
|
32115
|
+
}))), items && isActive() && /*#__PURE__*/React.createElement("div", {
|
|
32116
|
+
className: "neeto-molecules-sidebar__sublink-wrapper"
|
|
32117
|
+
}, items.map(function (_ref4, subIndex) {
|
|
32118
|
+
var subLabel = _ref4.label,
|
|
32119
|
+
subRoute = _ref4.to,
|
|
32120
|
+
count = _ref4.count,
|
|
32121
|
+
otherProps = _objectWithoutProperties(_ref4, _excluded2);
|
|
32122
|
+
return /*#__PURE__*/React.createElement(NavLink, _extends({
|
|
32123
|
+
activeClassName: "active",
|
|
32124
|
+
className: "neeto-molecules-sidebar__sublink neeto-ui-flex neeto-ui-items-center neeto-ui-select-none",
|
|
32125
|
+
key: subIndex,
|
|
32126
|
+
to: subRoute
|
|
32127
|
+
}, otherProps), /*#__PURE__*/React.createElement(Typography, {
|
|
32128
|
+
className: "neeto-molecules-sidebar__link-sub-label neeto-ui-flex-grow",
|
|
32129
|
+
component: "span",
|
|
32130
|
+
style: "body2"
|
|
32131
|
+
}, subLabel), /*#__PURE__*/React.createElement(Typography, {
|
|
32132
|
+
className: "neeto-molecules-sidebar__link-sub-count neeto-ui-flex-shrink-0",
|
|
32133
|
+
component: "span",
|
|
32134
|
+
style: "body2"
|
|
32135
|
+
}, count));
|
|
32136
|
+
})));
|
|
32129
32137
|
}));
|
|
32130
32138
|
};
|
|
32131
32139
|
|
|
@@ -32143,16 +32151,26 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
32143
32151
|
_useState2 = _slicedToArray(_useState, 2),
|
|
32144
32152
|
isAppSwitcherOpen = _useState2[0],
|
|
32145
32153
|
setIsAppSwitcherOpen = _useState2[1];
|
|
32154
|
+
var _useState3 = useState(false),
|
|
32155
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
32156
|
+
isSidebarCollapsed = _useState4[0],
|
|
32157
|
+
setIsSidebarCollapsed = _useState4[1];
|
|
32146
32158
|
var location = useLocation();
|
|
32159
|
+
var _useTranslation = useTranslation(),
|
|
32160
|
+
t = _useTranslation.t;
|
|
32147
32161
|
useEffect(function () {
|
|
32148
32162
|
isAppSwitcherOpen && setIsAppSwitcherOpen(false);
|
|
32149
32163
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
32150
32164
|
}, [location]);
|
|
32151
32165
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
32166
|
+
className: classnames("neeto-molecules-sidebar__wrapper", {
|
|
32167
|
+
"neeto-molecules-sidebar__wrapper--collapsed": isSidebarCollapsed
|
|
32168
|
+
})
|
|
32169
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
32170
|
+
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",
|
|
32152
32171
|
"data-cy": "sidebar-wrapper",
|
|
32153
|
-
"data-testid": "sidebar"
|
|
32154
|
-
|
|
32155
|
-
}, /*#__PURE__*/React.createElement(Header, null), /*#__PURE__*/React.createElement(Links, {
|
|
32172
|
+
"data-testid": "sidebar"
|
|
32173
|
+
}, /*#__PURE__*/React.createElement(Header$1, null), /*#__PURE__*/React.createElement(Links, {
|
|
32156
32174
|
navLinks: navLinks
|
|
32157
32175
|
}), /*#__PURE__*/React.createElement(Footer, {
|
|
32158
32176
|
extraTopLinks: extraTopLinks,
|
|
@@ -32162,6 +32180,17 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
32162
32180
|
onAppSwitcherToggle: function onAppSwitcherToggle() {
|
|
32163
32181
|
return setIsAppSwitcherOpen(not);
|
|
32164
32182
|
}
|
|
32183
|
+
})), /*#__PURE__*/React.createElement(Button, {
|
|
32184
|
+
className: "neeto-molecules-sidebar__toggler",
|
|
32185
|
+
icon: Expand,
|
|
32186
|
+
style: "text",
|
|
32187
|
+
tooltipProps: {
|
|
32188
|
+
content: isSidebarCollapsed ? t("neetoMolecules.sidebar.showMenu") : t("neetoMolecules.sidebar.hideMenu"),
|
|
32189
|
+
position: "bottom"
|
|
32190
|
+
},
|
|
32191
|
+
onClick: function onClick() {
|
|
32192
|
+
return setIsSidebarCollapsed(!isSidebarCollapsed);
|
|
32193
|
+
}
|
|
32165
32194
|
})), showAppSwitcher && /*#__PURE__*/React.createElement(AppSwitcher, {
|
|
32166
32195
|
isOpen: isAppSwitcherOpen,
|
|
32167
32196
|
onClose: function onClose() {
|