vrfi-design-system 1.1.9 → 1.1.10
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 +8 -2
- package/dist/main.es.js +1 -1
- package/dist/main.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ActionType } from '../../enums/trigger';
|
|
2
2
|
import { Align } from '../../enums/align.enum';
|
|
3
|
+
import { RadioProps as AntdRadioProps } from 'antd';
|
|
3
4
|
import { default as AuthBanner } from '../../views/Auth/AuthBanner';
|
|
4
5
|
import { AuthBannerTextType } from '../../views/Auth/AuthBanner/authBanner.constants';
|
|
5
6
|
import { default as AuthForm } from '../../views/Auth/AuthForm';
|
|
@@ -71,7 +72,6 @@ import { ProfileDetailFooterTypes } from '../../enums/profileDetailFooter.enum';
|
|
|
71
72
|
import { PropsWithChildren } from 'react';
|
|
72
73
|
import { RadioChangeEvent } from 'antd';
|
|
73
74
|
import { RadioGroupProps } from 'antd';
|
|
74
|
-
import { RadioProps as RadioProps_2 } from 'antd';
|
|
75
75
|
import { RateProps as RateProps_2 } from 'antd';
|
|
76
76
|
import { ReactElement } from 'react';
|
|
77
77
|
import { ReactNode } from 'react';
|
|
@@ -170,6 +170,8 @@ declare interface AgencyJobCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
170
170
|
|
|
171
171
|
export { Align }
|
|
172
172
|
|
|
173
|
+
export { AntdRadioProps }
|
|
174
|
+
|
|
173
175
|
export declare const ApplicationHeader: default_2.FC<ApplicationHeaderProps>;
|
|
174
176
|
|
|
175
177
|
export declare interface ApplicationHeaderProps {
|
|
@@ -823,9 +825,13 @@ export declare interface ProfileDetailProps {
|
|
|
823
825
|
textImage?: boolean;
|
|
824
826
|
}
|
|
825
827
|
|
|
828
|
+
export { RadioChangeEvent }
|
|
829
|
+
|
|
826
830
|
export declare function RadioGroup({ name, required, label, options, customOnChange, ...rest }: RadioProps): default_2.JSX.Element;
|
|
827
831
|
|
|
828
|
-
export
|
|
832
|
+
export { RadioGroupProps }
|
|
833
|
+
|
|
834
|
+
export declare interface RadioProps extends AntdRadioProps, Pick<RadioGroupProps, "options"> {
|
|
829
835
|
name: string;
|
|
830
836
|
label?: string;
|
|
831
837
|
required?: boolean;
|
package/dist/main.es.js
CHANGED
|
@@ -67568,7 +67568,7 @@ const gxe = ({
|
|
|
67568
67568
|
children: e.map((i) => /* @__PURE__ */ z.jsx(Vye, { header: i.title, children: i.description }, i.id))
|
|
67569
67569
|
}
|
|
67570
67570
|
);
|
|
67571
|
-
}, Xye = "
|
|
67571
|
+
}, Xye = "_cardContainer_ne9zy_24", Kye = "_verifiedCard_ne9zy_30", Gye = "_pendingCard_ne9zy_34", Uye = "_rejectedCard_ne9zy_38", Yye = "_documentStats_ne9zy_42", qye = "_statTitle_ne9zy_50", Zye = "_statSubtitle_ne9zy_50", ewe = "_headerSection_ne9zy_54", twe = "_headerTitle_ne9zy_58", nwe = "_headerIcon_ne9zy_68", rwe = "_statusIcon_ne9zy_74", owe = "_acceptIcon_ne9zy_78", awe = "_rejectedIcon_ne9zy_79", iwe = "_footerSection_ne9zy_83", lwe = "_previewIcon_ne9zy_91", swe = "_deleteIcon_ne9zy_95", cwe = "_iconWrapper_ne9zy_102", Awe = "_previewDoc_ne9zy_109", uwe = "_previewDoc__iframe_ne9zy_113", dwe = "_previewWrapper_ne9zy_120", fwe = "_pdfPreviewWrapper_ne9zy_124", vwe = "_previewCardModal_ne9zy_129", Cn = {
|
|
67572
67572
|
cardContainer: Xye,
|
|
67573
67573
|
verifiedCard: Kye,
|
|
67574
67574
|
pendingCard: Gye,
|