@ansible/ansible-ui-framework 0.0.709 → 0.0.710

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,4 +4,6 @@ export declare function EmptyStateCustom(props: {
4
4
  description: ReactNode;
5
5
  icon?: ComponentClass;
6
6
  button?: ReactElement;
7
+ footNote?: string;
8
+ image?: ReactElement;
7
9
  }): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  export declare function EmptyStateUnauthorized(props: {
3
3
  adminMessage?: string;
4
- loginLink: React.ReactNode;
4
+ loginLink?: React.ReactNode;
5
5
  title?: string;
6
6
  }): JSX.Element;
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.709",
4
+ "version": "0.0.710",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",