@agility/plenum-ui 2.1.9 → 2.1.10
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/dist/tailwind.css +5 -20204
- package/dist/types/stories/organisms/FormInputWithAddons/FormInputWithAddons.d.ts +1 -0
- package/package.json +1 -1
- package/stories/organisms/FormInputWithAddons/FormInputWithAddons.tsx +4 -1
package/dist/index.d.ts
CHANGED
|
@@ -1081,6 +1081,7 @@ declare module '@agility/plenum-ui/stories/organisms/FormInputWithAddons/FormInp
|
|
|
1081
1081
|
customIconClass?: string;
|
|
1082
1082
|
type: AcceptedInputTypes;
|
|
1083
1083
|
addonBTN?: INestedInputButtonProps;
|
|
1084
|
+
inputRef: React.RefObject<HTMLInputElement>;
|
|
1084
1085
|
}
|
|
1085
1086
|
const FormInputWithAddons: React.FC<IFormInputWithAddonsProps>;
|
|
1086
1087
|
export default FormInputWithAddons;
|