@tecsinapse/cortex-react 1.3.0-beta.29 → 1.3.0-beta.30

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.
@@ -14,7 +14,7 @@ const PopoverContent = ({
14
14
  {
15
15
  ref: refs.setFloating,
16
16
  className: clsx(
17
- "border border-gray-200 bg-black p-[0px] rounded-md shadow-lg z-50",
17
+ "border border-gray-200 bg-black p-[0px] rounded-md shadow-lg z-popover",
18
18
  className
19
19
  ),
20
20
  style: {
@@ -12,7 +12,7 @@ const PopoverContent = ({
12
12
  {
13
13
  ref: refs.setFloating,
14
14
  className: clsx(
15
- "border border-gray-200 bg-black p-[0px] rounded-md shadow-lg z-50",
15
+ "border border-gray-200 bg-black p-[0px] rounded-md shadow-lg z-popover",
16
16
  className
17
17
  ),
18
18
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.3.0-beta.29",
3
+ "version": "1.3.0-beta.30",
4
4
  "description": "React components based in @tecsinapse/cortex-core",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
@@ -43,5 +43,5 @@
43
43
  "react-dom": ">=18.0.0",
44
44
  "tailwind": ">=3.3.0"
45
45
  },
46
- "gitHead": "2ceb508137d792de6f16fd375bd66abe5db90420"
46
+ "gitHead": "f3b68b5b7a140b849035bec7285c888cc1fe3c61"
47
47
  }