diff --git a/package-lock.json b/package-lock.json index f1cc613..93b3673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codex-storage/marketplace-ui-components", - "version": "0.0.35", + "version": "0.0.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@codex-storage/marketplace-ui-components", - "version": "0.0.35", + "version": "0.0.36", "license": "MIT", "dependencies": { "lucide-react": "^0.453.0" diff --git a/package.json b/package.json index 2b73937..e987bda 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/codex-storage/codex-marketplace-ui-components" }, - "version": "0.0.35", + "version": "0.0.36", "type": "module", "scripts": { "prepack": "npm run build", diff --git a/src/components/Table/Table.tsx b/src/components/Table/Table.tsx index 056024a..27b3a90 100644 --- a/src/components/Table/Table.tsx +++ b/src/components/Table/Table.tsx @@ -138,9 +138,9 @@ export type RowProps = { className?: string; }; -export function Row({ cells, className = "" }: RowProps) { +export function Row({ cells, className = "", ...rest }: RowProps) { return ( -