@tecsinapse/cortex-react 1.9.37 → 1.9.38

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.
@@ -21,7 +21,7 @@ const PopoverContent = ({
21
21
  getFloatingProps,
22
22
  context
23
23
  } = Context.usePopoverContext();
24
- return /* @__PURE__ */ React.createElement(React.Fragment, null, isOpen && /* @__PURE__ */ React.createElement(react.FloatingPortal, { preserveTabOrder: true }, /* @__PURE__ */ React.createElement(react.FloatingFocusManager, { ...rest, context, modal }, /* @__PURE__ */ React.createElement(
24
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, isOpen && /* @__PURE__ */ React.createElement(react.FloatingFocusManager, { ...rest, context, modal }, /* @__PURE__ */ React.createElement(
25
25
  "div",
26
26
  {
27
27
  ref: refs.setFloating,
@@ -38,7 +38,7 @@ const PopoverContent = ({
38
38
  }
39
39
  },
40
40
  children
41
- ))));
41
+ )));
42
42
  };
43
43
 
44
44
  exports.PopoverContent = PopoverContent;
@@ -1,4 +1,4 @@
1
- import { FloatingPortal, FloatingFocusManager } from '@floating-ui/react';
1
+ import { FloatingFocusManager } from '@floating-ui/react';
2
2
  import clsx from 'clsx';
3
3
  import React__default from 'react';
4
4
  import { usePopoverContext } from './Context.js';
@@ -19,7 +19,7 @@ const PopoverContent = ({
19
19
  getFloatingProps,
20
20
  context
21
21
  } = usePopoverContext();
22
- return /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, isOpen && /* @__PURE__ */ React__default.createElement(FloatingPortal, { preserveTabOrder: true }, /* @__PURE__ */ React__default.createElement(FloatingFocusManager, { ...rest, context, modal }, /* @__PURE__ */ React__default.createElement(
22
+ return /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, isOpen && /* @__PURE__ */ React__default.createElement(FloatingFocusManager, { ...rest, context, modal }, /* @__PURE__ */ React__default.createElement(
23
23
  "div",
24
24
  {
25
25
  ref: refs.setFloating,
@@ -36,7 +36,7 @@ const PopoverContent = ({
36
36
  }
37
37
  },
38
38
  children
39
- ))));
39
+ )));
40
40
  };
41
41
 
42
42
  export { PopoverContent };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.9.37",
3
+ "version": "1.9.38",
4
4
  "description": "React components based in @tecsinapse/cortex-core",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
@@ -48,5 +48,5 @@
48
48
  "react-dom": ">=18.0.0",
49
49
  "tailwind": ">=3.3.0"
50
50
  },
51
- "gitHead": "358f009c767b36078cad5c0ee3577f1468741cb3"
51
+ "gitHead": "b8c5795863dd10ef090d61654a70163d1dfdd452"
52
52
  }