@ambuj.bhaskar/react-component-library 0.28.3-alpha → 0.28.5-alpha

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
@@ -727,6 +727,8 @@ export declare type CompactEventCardPropsType = {
727
727
  fontSizeSmall?: CSSstring;
728
728
  width?: CSSstring;
729
729
  height?: CSSstring;
730
+ dateFormat?: Intl.DateTimeFormat;
731
+ timeFormat?: Intl.DateTimeFormat;
730
732
  };
731
733
 
732
734
  export declare const ContactInput: ({ value, onChange, height, width, className, placeholder, separator, disabled, triggerBackgroundColor, menuBackgroundColor, menuActiveColor, menuHoverColor, borderColor, dsabledColor, }: ContactInputProps) => JSX_2.Element;