next-helios-fe 1.8.76 → 1.8.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.8.76",
3
+ "version": "1.8.78",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -497,7 +497,7 @@ export const Table: TableComponentProps = ({
497
497
  >
498
498
  <Tooltip
499
499
  content={item[headerItem.key as keyof typeof item] || "-"}
500
- options={{ position: "top", enableHover: true }}
500
+ options={{ position: "top" }}
501
501
  >
502
502
  <span className="px-4 py-1.5">
503
503
  {item[headerItem.key as keyof typeof item] || "-"}