@ansible/ansible-ui-framework 2.4.76 → 2.4.77

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.
@@ -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",