react-frontend-common-components 0.0.58 → 0.0.59

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
@@ -433,7 +433,8 @@ interface AppPhoneInputProps {
433
433
  countryCode?: string;
434
434
  handleChange: (phone: string, countryCode: string, uniCode: string) => void;
435
435
  className: string;
436
+ id: string;
436
437
  }
437
- declare const AppPhoneInput: ({ value, handleChange, countryCode, className, }: AppPhoneInputProps) => react_jsx_runtime.JSX.Element;
438
+ declare const AppPhoneInput: ({ value, handleChange, countryCode, className, id, }: AppPhoneInputProps) => react_jsx_runtime.JSX.Element;
438
439
 
439
440
  export { AppAvatar, AppBackArrow, AppBadge, AppBreadcrumb, AppButton, AppCard, AppCarousel, AppChart, AppCheckboxText, AppCollapse, AppCustomLoader, AppDivider, AppFloatButton, AppImageBox, AppInput, AppLabel, AppList, AppLoader, AppLocationMap, AppModal, AppOtpField, AppPagination, AppPasswordInput, AppPhoneInput, AppPopover, AppProgress, AppRadioGroup, AppSelect, AppSelectAdd, Sidebar as AppSidebar, AppTab, AppTable, AppTag, AppTextarea, AppTitle, AppToggleButton, AppUploadImage, OverViewCard };