@bigbinary/neetoui 5.0.13 → 5.0.14
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/formik.cjs.js +7 -7
- package/formik.cjs.js.map +1 -1
- package/formik.js +7 -7
- package/formik.js.map +1 -1
- package/index.cjs.js +17 -12
- package/index.cjs.js.map +1 -1
- package/index.js +17 -12
- package/index.js.map +1 -1
- package/layouts.cjs.js +4 -5
- package/layouts.cjs.js.map +1 -1
- package/layouts.js +4 -5
- package/layouts.js.map +1 -1
- package/package.json +1 -1
package/layouts.js
CHANGED
|
@@ -4516,7 +4516,6 @@ var NavIconWrapper = function NavIconWrapper(_ref) {
|
|
|
4516
4516
|
var content = /*#__PURE__*/React.createElement(Tooltip, {
|
|
4517
4517
|
content: tooltipContent,
|
|
4518
4518
|
delay: [400, 40],
|
|
4519
|
-
distance: "20rem",
|
|
4520
4519
|
duration: [200, 200],
|
|
4521
4520
|
position: "right",
|
|
4522
4521
|
className: classnames({
|
|
@@ -4815,7 +4814,7 @@ var Footer = function Footer(_ref) {
|
|
|
4815
4814
|
setIsProfileDropdownOpen = _useState2[1];
|
|
4816
4815
|
return /*#__PURE__*/React.createElement("div", {
|
|
4817
4816
|
className: "neeto-ui-sidebar__footer"
|
|
4818
|
-
}, helpLinks && /*#__PURE__*/React.createElement(Tooltip, {
|
|
4817
|
+
}, helpLinks && /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Tooltip, {
|
|
4819
4818
|
interactive: true,
|
|
4820
4819
|
className: "neeto-ui-help-popup-wrapper",
|
|
4821
4820
|
content: /*#__PURE__*/React.createElement(HelpSectionTooltip, {
|
|
@@ -4824,10 +4823,10 @@ var Footer = function Footer(_ref) {
|
|
|
4824
4823
|
hideOnClick: false,
|
|
4825
4824
|
position: "right",
|
|
4826
4825
|
theme: "light"
|
|
4827
|
-
}, /*#__PURE__*/React.createElement(HelpSection, null)), showAppSwitcher && /*#__PURE__*/React.createElement(AppSwitcher, {
|
|
4826
|
+
}, /*#__PURE__*/React.createElement(HelpSection, null))), showAppSwitcher && /*#__PURE__*/React.createElement(AppSwitcher, {
|
|
4828
4827
|
tooltipStyle: tooltipStyle,
|
|
4829
4828
|
onAppSwitcherToggle: onAppSwitcherToggle
|
|
4830
|
-
}), profileInfo && /*#__PURE__*/React.createElement(Tooltip, {
|
|
4829
|
+
}), profileInfo && /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Tooltip, {
|
|
4831
4830
|
interactive: true,
|
|
4832
4831
|
className: "neeto-ui-profile-popup-wrapper",
|
|
4833
4832
|
content: /*#__PURE__*/React.createElement(ProfileSectionTooltip, {
|
|
@@ -4841,7 +4840,7 @@ var Footer = function Footer(_ref) {
|
|
|
4841
4840
|
onClick: function onClick() {
|
|
4842
4841
|
setIsProfileDropdownOpen(!isProfileDropdownOpen);
|
|
4843
4842
|
}
|
|
4844
|
-
})));
|
|
4843
|
+
}))));
|
|
4845
4844
|
};
|
|
4846
4845
|
|
|
4847
4846
|
var Header = function Header(_ref) {
|