@mindly/ui-components 3.30.0 → 3.30.1

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.
@@ -4,7 +4,6 @@ declare type CustomSelectProps = {
4
4
  id: string | number;
5
5
  label: string | number;
6
6
  }[];
7
- selected?: string | number;
8
7
  isError?: boolean;
9
8
  } & React.SelectHTMLAttributes<HTMLSelectElement>;
10
9
  declare const _default: React.NamedExoticComponent<CustomSelectProps>;
package/dist/index.d.ts CHANGED
@@ -901,7 +901,6 @@ declare type CustomSelectProps = {
901
901
  id: string | number;
902
902
  label: string | number;
903
903
  }[];
904
- selected?: string | number;
905
904
  isError?: boolean;
906
905
  } & React.SelectHTMLAttributes<HTMLSelectElement>;
907
906
  declare const _default: React.NamedExoticComponent<CustomSelectProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.30.0",
3
+ "version": "3.30.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",