vrfi-design-system 1.1.83 → 1.1.85
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 +1 -2
- package/dist/main.es.js +10674 -10671
- package/dist/main.umd.js +102 -102
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -849,7 +849,6 @@ export declare interface NotificationPanelProps {
|
|
|
849
849
|
data: NotificationData[];
|
|
850
850
|
title?: string;
|
|
851
851
|
visible: boolean;
|
|
852
|
-
onScrollEnd?: default_2.UIEventHandler<HTMLDivElement>;
|
|
853
852
|
}
|
|
854
853
|
|
|
855
854
|
export { NotificationTypes }
|
|
@@ -1359,7 +1358,7 @@ export declare interface ValidationRuleProps {
|
|
|
1359
1358
|
export declare function VerificationStatus(props: VerificationStatusProps): default_2.JSX.Element;
|
|
1360
1359
|
|
|
1361
1360
|
export declare type VerificationStatusProps = {
|
|
1362
|
-
verificationStatus
|
|
1361
|
+
verificationStatus?: VerificationTypes_2 | null;
|
|
1363
1362
|
};
|
|
1364
1363
|
|
|
1365
1364
|
export { VerificationTypes }
|