cr-ui-lib 1.0.18 → 1.0.19

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
@@ -377,6 +377,8 @@ interface DynamicTableV2Props {
377
377
  }
378
378
  declare const DynamicTableV2: React$1.FC<DynamicTableV2Props>;
379
379
 
380
+ declare const TableHeader: React.FC<TableHeaderProps>;
381
+
380
382
  interface PaginationProps {
381
383
  totalPages: number;
382
384
  currentPage: number;
@@ -385,8 +387,6 @@ interface PaginationProps {
385
387
  }
386
388
  declare const Pagination: React$1.FC<PaginationProps>;
387
389
 
388
- declare const TableHeader: React.FC<TableHeaderProps>;
389
-
390
390
  interface ErrorToastProps {
391
391
  message?: string;
392
392
  onClose?: () => void;
package/dist/index.d.ts CHANGED
@@ -377,6 +377,8 @@ interface DynamicTableV2Props {
377
377
  }
378
378
  declare const DynamicTableV2: React$1.FC<DynamicTableV2Props>;
379
379
 
380
+ declare const TableHeader: React.FC<TableHeaderProps>;
381
+
380
382
  interface PaginationProps {
381
383
  totalPages: number;
382
384
  currentPage: number;
@@ -385,8 +387,6 @@ interface PaginationProps {
385
387
  }
386
388
  declare const Pagination: React$1.FC<PaginationProps>;
387
389
 
388
- declare const TableHeader: React.FC<TableHeaderProps>;
389
-
390
390
  interface ErrorToastProps {
391
391
  message?: string;
392
392
  onClose?: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cr-ui-lib",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",