vrfi-design-system 1.2.10 → 1.2.12
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 +3 -6
- package/dist/main.es.js +3745 -3737
- package/dist/main.umd.js +13 -13
- package/dist/style.css +1 -1
- package/package.json +4 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ActionType } from '../../enums/trigger';
|
|
2
2
|
import { Align } from '../../enums/align.enum';
|
|
3
|
-
import { AllowedCountries } from '../../enums/allowedCountries';
|
|
3
|
+
import { AllowedCountries } from '../../enums/allowedCountries.enum';
|
|
4
|
+
import { AllowedCountries as AllowedCountries_2 } from '../../../../enums/allowedCountries.enum';
|
|
4
5
|
import { RadioProps as AntdRadioProps } from 'antd';
|
|
5
6
|
import { default as AuthBanner } from '../../views/Auth/AuthBanner';
|
|
6
7
|
import { AuthBannerTextType } from '../../views/Auth/AuthBanner/authBanner.constants';
|
|
@@ -198,11 +199,6 @@ export { Align }
|
|
|
198
199
|
|
|
199
200
|
export { AllowedCountries }
|
|
200
201
|
|
|
201
|
-
declare enum AllowedCountries_2 {
|
|
202
|
-
CANADA = "CA",
|
|
203
|
-
UNITED_STATES = "US"
|
|
204
|
-
}
|
|
205
|
-
|
|
206
202
|
export { AntdRadioProps }
|
|
207
203
|
|
|
208
204
|
export declare const ApplicationHeader: default_2.FC<ApplicationHeaderProps>;
|
|
@@ -935,6 +931,7 @@ declare interface PreviewCardProps {
|
|
|
935
931
|
verificationStatus?: string;
|
|
936
932
|
canUpload?: boolean;
|
|
937
933
|
handleUploadClick?: (fileName: string) => void;
|
|
934
|
+
handleExpiryEdit?: () => void;
|
|
938
935
|
}
|
|
939
936
|
|
|
940
937
|
export declare const PreviewDocumentsCard: default_2.FC<PreviewDocumentsCardProps>;
|