@ansible/ansible-ui-framework 2.4.76 → 2.4.77

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ export interface PageFormAsyncSelectProps<TFieldValues extends FieldValues = Fie
4
4
  id?: string;
5
5
  name: TFieldName;
6
6
  label: string;
7
+ labelHelp?: string | ReactNode;
7
8
  placeholder: string;
8
9
  loadingPlaceholder: string;
9
10
  loadingErrorText: string;
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
3
3
  export type PageFormGroupProps = Pick<FormGroupProps, 'children' | 'helperText' | 'helperTextInvalid' | 'isRequired' | 'label' | 'labelIcon'> & {
4
4
  id?: string;
5
5
  labelHelpTitle?: string;
6
- labelHelp?: string;
6
+ labelHelp?: string | ReactNode;
7
7
  additionalControls?: ReactNode;
8
8
  };
9
9
  export declare function PageFormGroup(props: PageFormGroupProps): 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": "2.4.76",
4
+ "version": "2.4.77",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",