vrfi-design-system 1.0.52 → 1.0.54
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 +9 -1
- package/dist/main.es.js +12980 -12959
- package/dist/main.umd.js +118 -118
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -96,7 +96,9 @@ import { UploadFile } from 'antd/lib/upload/interface';
|
|
|
96
96
|
import { UploadFile as UploadFile_2 } from 'antd';
|
|
97
97
|
import { UploadProps } from 'antd';
|
|
98
98
|
import { UploadProps as UploadProps_2 } from 'antd/lib';
|
|
99
|
+
import { default as useForm } from '../hooks/useForm';
|
|
99
100
|
import { UseFormProps } from 'react-hook-form';
|
|
101
|
+
import { useFormProps } from '../hooks/useForm';
|
|
100
102
|
import { UseFormReturn } from 'react-hook-form';
|
|
101
103
|
import { VerificationTypes } from '../../enums/verificationTypes.enum';
|
|
102
104
|
import { VerificationTypes as VerificationTypes_2 } from '../../../enums/verificationTypes.enum';
|
|
@@ -390,7 +392,7 @@ export declare interface INotification {
|
|
|
390
392
|
type: string;
|
|
391
393
|
}
|
|
392
394
|
|
|
393
|
-
export declare const InputField: ({ label, type, placeholder, prefix, required, textLabel, ...rest }: CustomInputProps & InputProps) => default_2.JSX.Element;
|
|
395
|
+
export declare const InputField: ({ label, type, placeholder, prefix, required, textLabel, className, ...rest }: CustomInputProps & InputProps) => default_2.JSX.Element;
|
|
394
396
|
|
|
395
397
|
export { InputTypes }
|
|
396
398
|
|
|
@@ -457,6 +459,8 @@ export declare interface NoDataProps {
|
|
|
457
459
|
headingText?: string;
|
|
458
460
|
}
|
|
459
461
|
|
|
462
|
+
export declare const NoInternetScreen: () => default_2.JSX.Element;
|
|
463
|
+
|
|
460
464
|
export declare const NoRecords: ({ headingText, subHeading, noRecordsIcon }: NoRecordsProps) => default_2.JSX.Element;
|
|
461
465
|
|
|
462
466
|
export declare interface NoRecordsProps {
|
|
@@ -751,6 +755,10 @@ export declare interface UploadBasePropsForDropdown extends CustomDropDownFileUp
|
|
|
751
755
|
|
|
752
756
|
export declare const UploadWithDropdown: ({ name, onChange, ...rest }: UploadBasePropsForDropdown) => default_2.JSX.Element;
|
|
753
757
|
|
|
758
|
+
export { useForm }
|
|
759
|
+
|
|
760
|
+
export { useFormProps }
|
|
761
|
+
|
|
754
762
|
export declare const UserBadge: (props: UserBadgeProps) => default_2.JSX.Element;
|
|
755
763
|
|
|
756
764
|
export declare interface UserBadgeProps {
|