vrfi-design-system 1.1.84 → 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 CHANGED
@@ -1358,7 +1358,7 @@ export declare interface ValidationRuleProps {
1358
1358
  export declare function VerificationStatus(props: VerificationStatusProps): default_2.JSX.Element;
1359
1359
 
1360
1360
  export declare type VerificationStatusProps = {
1361
- verificationStatus: VerificationTypes_2;
1361
+ verificationStatus?: VerificationTypes_2 | null;
1362
1362
  };
1363
1363
 
1364
1364
  export { VerificationTypes }