@ansible/ansible-ui-framework 0.0.545 → 0.0.547

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,6 @@ import { ReactNode } from 'react';
2
2
  export declare function PageDetail(props: {
3
3
  label?: string;
4
4
  children?: ReactNode;
5
- helpText?: string;
5
+ helpText?: string | ReactNode;
6
6
  isEmpty?: boolean;
7
7
  }): 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.545",
4
+ "version": "0.0.547",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",