@bluemarble/bm-components 0.0.82 → 0.0.83

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.
@@ -10,6 +10,7 @@ interface SelectProps extends MuiSelectProps {
10
10
  withFormik?: boolean;
11
11
  FormControlProps?: Partial<FormControlProps>;
12
12
  InputLabelProps?: Partial<CustomInputLabelProps>;
13
+ helperText?: string;
13
14
  }
14
15
  export declare const Select: FC<SelectProps>;
15
16
  export declare const BaseSelect: FC<SelectProps>;
package/dist/index.d.ts CHANGED
@@ -99,6 +99,7 @@ interface SelectProps extends SelectProps$1 {
99
99
  withFormik?: boolean;
100
100
  FormControlProps?: Partial<FormControlProps>;
101
101
  InputLabelProps?: Partial<CustomInputLabelProps>;
102
+ helperText?: string;
102
103
  }
103
104
  declare const Select: FC<SelectProps>;
104
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluemarble/bm-components",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "description": "BM components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",