@cube-dev/ui-kit 0.7.11 → 0.7.12

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.
@@ -9,6 +9,11 @@ export interface CubeFileInputProps extends BaseProps, PositionStyleProps, Block
9
9
  inputRef?: RefObject<HTMLInputElement>;
10
10
  /** Style map for the input */
11
11
  inputStyles?: Styles;
12
+ /**
13
+ * The type of the input
14
+ * @default 'file'
15
+ */
16
+ type?: 'file' | 'text';
12
17
  }
13
18
  /**
14
19
  * FileInputs are file inputs that allow users to select local files to