@mindly/ui-components 3.57.1 → 3.58.0

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' | 'secondary' | 'accent' | 'accent-dark-green';
2
+ export declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green' | 'transparent';
3
3
  declare type ButtonProps = {
4
4
  buttonType: PossibleButtonTypes;
5
5
  borderRadius?: number;
@@ -2,5 +2,6 @@ import React from 'react';
2
2
  declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
3
3
  isError?: boolean | undefined;
4
4
  errorStyle?: "filled" | "unfilled" | undefined;
5
- } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
5
+ type?: "text" | "email" | undefined;
6
+ } & React.InputHTMLAttributes<HTMLInputElement> & React.RefAttributes<HTMLInputElement>>>;
6
7
  export default _default;
package/dist/index.d.ts CHANGED
@@ -1037,7 +1037,8 @@ declare const SpecialistCard: React.FC<SpecialistCardProps>;
1037
1037
  declare const _default$a: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
1038
1038
  isError?: boolean | undefined;
1039
1039
  errorStyle?: "filled" | "unfilled" | undefined;
1040
- } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
1040
+ type?: "text" | "email" | undefined;
1041
+ } & React.InputHTMLAttributes<HTMLInputElement> & React.RefAttributes<HTMLInputElement>>>;
1041
1042
 
1042
1043
  declare const ImageInput: React.ForwardRefExoticComponent<{
1043
1044
  dimension?: number | undefined;
@@ -1068,7 +1069,7 @@ declare const _default$8: React.MemoExoticComponent<React.ForwardRefExoticCompon
1068
1069
  selectedBy?: "label" | "id" | undefined;
1069
1070
  } & React.SelectHTMLAttributes<HTMLSelectElement> & React.RefAttributes<HTMLSelectElement>>>;
1070
1071
 
1071
- declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green';
1072
+ declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green' | 'transparent';
1072
1073
  declare type ButtonProps = {
1073
1074
  buttonType: PossibleButtonTypes;
1074
1075
  borderRadius?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.57.1",
3
+ "version": "3.58.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",