luna-one 3.1.528 → 3.1.529

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.
@@ -538,7 +538,8 @@ var NavBar = function NavBar(props) {
538
538
  type: "button",
539
539
  className: "ter-utility-nav__my-account",
540
540
  onClick: function onClick() {
541
- return handleSectorFlyoutDeployed();
541
+ handleSectorFlyoutDeployed();
542
+ setDesktopSearchDeployed(false);
542
543
  }
543
544
  }, /*#__PURE__*/_react["default"].createElement("img", {
544
545
  src: _user["default"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.528",
3
+ "version": "3.1.529",
4
4
  "peerDependencies": {
5
5
  "react": "^17.0.2",
6
6
  "react-dom": "^17.0.2",