@ambuj.bhaskar/react-component-library 0.28.4-alpha → 0.28.6-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/assets/index.css +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3203 -3141
- package/dist/index.umd.js +7 -7
- package/package.json +1 -1
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;
|