next-helios-fe 1.10.8 → 1.10.9

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.10.8",
3
+ "version": "1.10.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -780,7 +780,7 @@ export const Table: TableComponentProps = ({
780
780
  return (
781
781
  <td
782
782
  key={headerItem.key}
783
- className="whitespace-nowrap bg-secondary-bg px-4 py-1.5 capitalize"
783
+ className="whitespace-nowrap bg-secondary-bg px-4 py-1.5"
784
784
  >
785
785
  {headerItem.render(item) || "-"}
786
786
  </td>