@ansible/ansible-ui-framework 2.4.598 → 2.4.600

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,8 @@
1
+ import { ReactNode } from 'react';
1
2
  export declare function PageDetailCodeEditor(props: {
2
3
  label?: string;
3
4
  value: string;
4
- helpText?: string;
5
+ helpText?: string | ReactNode;
5
6
  showCopyToClipboard?: boolean;
6
7
  toggleLanguage?: boolean;
7
8
  }): import("react/jsx-runtime").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.598",
4
+ "version": "2.4.600",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",