@cyber-harbour/ui 1.1.26 → 1.1.28

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/dist/index.d.mts CHANGED
@@ -189,11 +189,6 @@ type Theme = {
189
189
  section: {
190
190
  background: string;
191
191
  padding: string;
192
- title: {
193
- color: string;
194
- fontSize: string;
195
- fontWeight: number;
196
- };
197
192
  };
198
193
  delimeter: {
199
194
  color: string;
@@ -1067,8 +1062,9 @@ interface TableProps {
1067
1062
  renderCell: (props: RenderCellProps<any>) => any;
1068
1063
  renderHeaderCell: (props: RenderHeaderCellProps<any>) => any;
1069
1064
  rowIds?: string[];
1065
+ className?: string;
1070
1066
  }
1071
- declare const Table: ({ columns, rowCount, renderCell, renderHeaderCell, rowIds }: TableProps) => react_jsx_runtime.JSX.Element;
1067
+ declare const Table: ({ columns, rowCount, renderCell, renderHeaderCell, rowIds, className }: TableProps) => react_jsx_runtime.JSX.Element;
1072
1068
 
1073
1069
  interface PaginationProps {
1074
1070
  total_items: number;
package/dist/index.d.ts CHANGED
@@ -189,11 +189,6 @@ type Theme = {
189
189
  section: {
190
190
  background: string;
191
191
  padding: string;
192
- title: {
193
- color: string;
194
- fontSize: string;
195
- fontWeight: number;
196
- };
197
192
  };
198
193
  delimeter: {
199
194
  color: string;
@@ -1067,8 +1062,9 @@ interface TableProps {
1067
1062
  renderCell: (props: RenderCellProps<any>) => any;
1068
1063
  renderHeaderCell: (props: RenderHeaderCellProps<any>) => any;
1069
1064
  rowIds?: string[];
1065
+ className?: string;
1070
1066
  }
1071
- declare const Table: ({ columns, rowCount, renderCell, renderHeaderCell, rowIds }: TableProps) => react_jsx_runtime.JSX.Element;
1067
+ declare const Table: ({ columns, rowCount, renderCell, renderHeaderCell, rowIds, className }: TableProps) => react_jsx_runtime.JSX.Element;
1072
1068
 
1073
1069
  interface PaginationProps {
1074
1070
  total_items: number;