@mindly/ui-components 3.33.1 → 3.33.2

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export declare type PossibleButtonTypes = 'primary';
2
+ export declare type PossibleButtonTypes = 'primary' | 'secondary';
3
3
  declare type ButtonProps = {
4
4
  buttonType: PossibleButtonTypes;
5
5
  borderRadius?: number;
@@ -7,5 +7,6 @@ declare const ImageInput: React.ForwardRefExoticComponent<{
7
7
  onCloseClick?: (() => void) | undefined;
8
8
  isVideoContent?: boolean | undefined;
9
9
  isError?: boolean | undefined;
10
+ loadedFileValue?: string | undefined;
10
11
  } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
11
12
  export default ImageInput;
package/dist/index.d.ts CHANGED
@@ -897,6 +897,7 @@ declare const ImageInput: React.ForwardRefExoticComponent<{
897
897
  onCloseClick?: (() => void) | undefined;
898
898
  isVideoContent?: boolean | undefined;
899
899
  isError?: boolean | undefined;
900
+ loadedFileValue?: string | undefined;
900
901
  } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
901
902
 
902
903
  declare const PasswordInput: React.ForwardRefExoticComponent<{
@@ -915,7 +916,7 @@ declare const _default$3: React.MemoExoticComponent<React.ForwardRefExoticCompon
915
916
  isError?: boolean | undefined;
916
917
  } & React.SelectHTMLAttributes<HTMLSelectElement> & React.RefAttributes<HTMLSelectElement>>>;
917
918
 
918
- declare type PossibleButtonTypes = 'primary';
919
+ declare type PossibleButtonTypes = 'primary' | 'secondary';
919
920
  declare type ButtonProps = {
920
921
  buttonType: PossibleButtonTypes;
921
922
  borderRadius?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.33.1",
3
+ "version": "3.33.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",