@ansible/ansible-ui-framework 0.0.615 → 0.0.617

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,10 +35,10 @@ export type PageTableProps<T extends object> = {
35
35
  errorStateTitle: string;
36
36
  error?: Error;
37
37
  emptyStateTitle: string;
38
- emptyStateDescription?: string;
38
+ emptyStateDescription?: string | null;
39
39
  emptyStateIcon?: React.ComponentType<any>;
40
40
  emptyStateButtonIcon?: React.ReactNode;
41
- emptyStateButtonText?: string;
41
+ emptyStateButtonText?: string | null;
42
42
  emptyStateButtonClick?: () => void;
43
43
  showSelect?: boolean;
44
44
  disableTableView?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.615",
4
+ "version": "0.0.617",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -10,7 +10,7 @@
10
10
  "homepage": "https://github.com/ansible/ansible-ui/tree/main/framework#readme",
11
11
  "main": "./index.umd.cjs",
12
12
  "module": "./index.js",
13
- "types": "./index.d.ts",
13
+ "types": "./framework/index.d.ts",
14
14
  "exports": {
15
15
  ".": {
16
16
  "import": "./index.js",