@bigbinary/neeto-molecules 4.1.59 → 4.1.60

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.
@@ -8,7 +8,7 @@ var ramda = require('ramda');
8
8
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
9
9
  var neetoAtoms = require('@bigbinary/neeto-atoms');
10
10
  var reactI18next = require('react-i18next');
11
- var Columns$1 = require('../Columns-ZySdkGqV.js');
11
+ var Columns$1 = require('../Columns-DYu1Qs5a.js');
12
12
  require('@babel/runtime/helpers/toConsumableArray');
13
13
  require('@tanstack/react-query');
14
14
  require('@bigbinary/neeto-commons-frontend/react-utils/useMutationWithInvalidation');
@@ -1,4 +1,4 @@
1
- export { C as COLUMNS_ORDER_STORAGE_KEY, H as HIDDEN_COLUMNS_STORAGE_KEY, T as TABLE_CONFIGURATION_QUERY_KEY, a as default, u as useTableConfigurations } from '../Columns-BVXRaORo.js';
1
+ export { C as COLUMNS_ORDER_STORAGE_KEY, H as HIDDEN_COLUMNS_STORAGE_KEY, T as TABLE_CONFIGURATION_QUERY_KEY, a as default, u as useTableConfigurations } from '../Columns-BpQpkl1E.js';
2
2
  import '@babel/runtime/helpers/defineProperty';
3
3
  import '@babel/runtime/helpers/objectWithoutProperties';
4
4
  import '@babel/runtime/helpers/toConsumableArray';
@@ -568,6 +568,9 @@ var HelpMenu = function HelpMenu() {
568
568
  sideOffset: 8,
569
569
  onMouseEnter: handleMouseEnter,
570
570
  onMouseLeave: handleMouseLeave,
571
+ onOpenAutoFocus: function onOpenAutoFocus(e) {
572
+ return e.preventDefault();
573
+ },
571
574
  children: [/*#__PURE__*/jsxs("a", {
572
575
  className: MENU_ITEM_CLASS$1,
573
576
  "data-testid": "help-link-help-articles-button",
@@ -748,6 +751,9 @@ var OrganizationSwitcher = function OrganizationSwitcher() {
748
751
  sideOffset: 8,
749
752
  onMouseEnter: handleMouseEnter,
750
753
  onMouseLeave: handleMouseLeave,
754
+ onOpenAutoFocus: function onOpenAutoFocus(e) {
755
+ return e.preventDefault();
756
+ },
751
757
  children: [organizations === null || organizations === void 0 ? void 0 : organizations.map(function (organization) {
752
758
  return /*#__PURE__*/jsxs("a", {
753
759
  href: organization.organizationUrl,
@@ -837,6 +843,9 @@ var Dropdown = function Dropdown() {
837
843
  },
838
844
  onMouseEnter: handleMouseEnter,
839
845
  onMouseLeave: handleMouseLeave,
846
+ onOpenAutoFocus: function onOpenAutoFocus(e) {
847
+ return e.preventDefault();
848
+ },
840
849
  children: /*#__PURE__*/jsx(Menu, {})
841
850
  })]
842
851
  });
@@ -982,6 +991,9 @@ var ProfileExpandMenu = function ProfileExpandMenu(_ref) {
982
991
  sideOffset: 8,
983
992
  onMouseEnter: handleMouseEnter,
984
993
  onMouseLeave: handleMouseLeave,
994
+ onOpenAutoFocus: function onOpenAutoFocus(e) {
995
+ return e.preventDefault();
996
+ },
985
997
  children: [/*#__PURE__*/jsxs("button", {
986
998
  className: MENU_ITEM_CLASS,
987
999
  "data-testid": "profile-my-profile-button",
@@ -1181,6 +1193,9 @@ var WorkspaceMenu = function WorkspaceMenu() {
1181
1193
  sideOffset: 8,
1182
1194
  onMouseEnter: handleMouseEnter,
1183
1195
  onMouseLeave: handleMouseLeave,
1196
+ onOpenAutoFocus: function onOpenAutoFocus(e) {
1197
+ return e.preventDefault();
1198
+ },
1184
1199
  children: [/*#__PURE__*/jsx("a", {
1185
1200
  className: "hover:bg-accent flex h-9 w-full items-center gap-2 rounded-md px-2.5 text-sm font-medium",
1186
1201
  "data-testid": "profile-organization-settings-button",
@@ -1423,6 +1438,9 @@ var ProfileButton = function ProfileButton(_ref) {
1423
1438
  sideOffset: 8,
1424
1439
  onMouseEnter: handleMouseEnter,
1425
1440
  onMouseLeave: handleMouseLeave,
1441
+ onOpenAutoFocus: function onOpenAutoFocus(e) {
1442
+ return e.preventDefault();
1443
+ },
1426
1444
  children: /*#__PURE__*/jsx(ProfileMenu, {
1427
1445
  customContent: customContent,
1428
1446
  defaultLinks: defaultLinks,