@agility/plenum-ui 2.1.8 → 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 CHANGED
@@ -990,6 +990,7 @@ declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownC
990
990
  buttonClassname?: ClassNameWithAutocomplete;
991
991
  iconClassname?: ClassNameWithAutocomplete;
992
992
  iconSpacingClassname?: ClassNameWithAutocomplete;
993
+ dividerClassname?: ClassNameWithAutocomplete;
993
994
  placement?: Placement;
994
995
  offsetOptions?: Partial<{
995
996
  mainAxis: number;
@@ -1010,6 +1011,7 @@ declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownC
1010
1011
  buttonClassname: string;
1011
1012
  iconClassname: string;
1012
1013
  iconSpacingClassname: string;
1014
+ dividerClassname: string;
1013
1015
  };
1014
1016
  /** Comment */
1015
1017
  const Dropdown: React.FC<IDropdownProps>;
@@ -1079,6 +1081,7 @@ declare module '@agility/plenum-ui/stories/organisms/FormInputWithAddons/FormInp
1079
1081
  customIconClass?: string;
1080
1082
  type: AcceptedInputTypes;
1081
1083
  addonBTN?: INestedInputButtonProps;
1084
+ inputRef: React.RefObject<HTMLInputElement>;
1082
1085
  }
1083
1086
  const FormInputWithAddons: React.FC<IFormInputWithAddonsProps>;
1084
1087
  export default FormInputWithAddons;