@ansible/ansible-ui-framework 2.4.280 → 2.4.282

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
+ import { FileUploadProps } from '@patternfly/react-core';
1
2
  import { PageFormGroupProps } from './PageFormGroup';
2
3
  export type PageFormFileUploadProps = {
3
4
  name: string;
4
- isReadOnly?: boolean;
5
5
  placeholder?: string;
6
- } & PageFormGroupProps;
6
+ } & PageFormGroupProps & Omit<FileUploadProps, 'id'>;
7
7
  export declare function PageFormFileUpload(props: PageFormFileUploadProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ interface IPageFormExpandableSectionProps {
3
+ children: React.ReactNode;
4
+ singleColumn?: boolean;
5
+ }
6
+ export declare function PageFormExpandableSection(props: IPageFormExpandableSectionProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
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.280",
4
+ "version": "2.4.282",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",