@agility/plenum-ui 2.1.10 → 2.1.11

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.
@@ -18,7 +18,7 @@ export interface IFormInputWithAddonsProps extends Omit<IInputFieldProps, "type"
18
18
  customIconClass?: string;
19
19
  type: AcceptedInputTypes;
20
20
  addonBTN?: INestedInputButtonProps;
21
- inputRef: React.RefObject<HTMLInputElement>;
21
+ inputRef?: React.RefObject<HTMLInputElement>;
22
22
  }
23
23
  declare const FormInputWithAddons: React.FC<IFormInputWithAddonsProps>;
24
24
  export default FormInputWithAddons;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -20,7 +20,7 @@ export interface IFormInputWithAddonsProps extends Omit<IInputFieldProps, "type"
20
20
  customIconClass?: string
21
21
  type: AcceptedInputTypes
22
22
  addonBTN?: INestedInputButtonProps
23
- inputRef: React.RefObject<HTMLInputElement>
23
+ inputRef?: React.RefObject<HTMLInputElement>
24
24
  }
25
25
 
26
26
  const FormInputWithAddons: React.FC<IFormInputWithAddonsProps> = ({