vrfi-design-system 1.1.52 → 1.1.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 CHANGED
@@ -42,6 +42,7 @@ import { FooterDetailsProps } from '../types/footerDetails';
42
42
  import { FooterDetailsProps as FooterDetailsProps_2 } from '../../types/footerDetails';
43
43
  import { GenderProfileEnum } from '../../enums/genderProfile.enum';
44
44
  import { GenderProfileEnum as GenderProfileEnum_2 } from '../../../enums/genderProfile.enum';
45
+ import { GenderValueEnum } from '../../enums/genderProfile.enum';
45
46
  import { HTMLAttributes } from 'react';
46
47
  import { HtmlButtonType } from '../../enums/buttonType';
47
48
  import { HtmlButtonType as HtmlButtonType_2 } from '../../../enums/buttonType';
@@ -588,6 +589,8 @@ declare interface FormProps<T extends FieldValues> extends UseFormProps<T> {
588
589
 
589
590
  export { GenderProfileEnum }
590
591
 
592
+ export { GenderValueEnum }
593
+
591
594
  export { HtmlButtonType }
592
595
 
593
596
  export { Icons }