identity-admin-ui 1.7.25 → 1.7.26

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.
@@ -18,5 +18,5 @@ export interface IListRecordsProps extends IListProps {
18
18
  bulkActionsComponents?: IBulkActionComponent;
19
19
  HeadingView?: JSX.Element;
20
20
  disableFilterButton?: boolean;
21
- dataListComponent?: (props: GridProps) => '';
21
+ dataListComponent?: (props: GridProps) => JSX.Element;
22
22
  }
@@ -18,5 +18,5 @@ export interface IListRecordsProps extends IListProps {
18
18
  bulkActionsComponents?: IBulkActionComponent;
19
19
  HeadingView?: JSX.Element;
20
20
  disableFilterButton?: boolean;
21
- dataListComponent?: (props: GridProps) => '';
21
+ dataListComponent?: (props: GridProps) => JSX.Element;
22
22
  }
package/lib/index.d.ts CHANGED
@@ -424,7 +424,7 @@ interface IListRecordsProps extends IListProps {
424
424
  bulkActionsComponents?: IBulkActionComponent;
425
425
  HeadingView?: JSX.Element;
426
426
  disableFilterButton?: boolean;
427
- dataListComponent?: (props: GridProps) => '';
427
+ dataListComponent?: (props: GridProps) => JSX.Element;
428
428
  }
429
429
 
430
430
  type AlertColor = 'success' | 'info' | 'warning' | 'error';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin-ui",
3
- "version": "1.7.25",
3
+ "version": "1.7.26",
4
4
  "description": "Identity solutions UI package using for identity-admin dashboard",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",