@adyen/kyc-components 2.38.1 → 2.39.0
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/es/{AT-njBxlQEe.js → AT-DfFnDrfM.js} +3 -3
- package/dist/es/{AU-DFQDmtVS.js → AU-duGkeX5u.js} +3 -3
- package/dist/es/{BE-C2-55587.js → BE-DyUVAPGr.js} +3 -3
- package/dist/es/{BR-DRRnRMe_.js → BR-C6EuLR5N.js} +3 -3
- package/dist/es/{CA-DF_5NHUp.js → CA-D9XwVu9a.js} +3 -3
- package/dist/es/{CH-DS_pPGGY.js → CH-5BWWB7V-.js} +3 -3
- package/dist/es/{CZ-CGN19Iaf.js → CZ-K85AZiMU.js} +3 -3
- package/dist/es/{DE-CWIcy4sf.js → DE-DidUFPKJ.js} +3 -3
- package/dist/es/{DK-CUV7SrN_.js → DK-VkWwZpKj.js} +3 -3
- package/dist/es/{ES-CXBTHBlj.js → ES-_IZ-GJq2.js} +3 -3
- package/dist/es/{FI-D9lkf5Ag.js → FI-CwQpEt0y.js} +3 -3
- package/dist/es/{FR-C62B055T.js → FR-93Nh7eJw.js} +3 -3
- package/dist/es/{GB-C3gyya0v.js → GB-CLutKk3G.js} +3 -3
- package/dist/es/{HK-BHvvteyC.js → HK-Bi2_xTHs.js} +3 -3
- package/dist/es/{HR-BuR2eqt5.js → HR-B241qzlq.js} +3 -3
- package/dist/es/{HU-BeWCk1sl.js → HU-DAS2gLl6.js} +3 -3
- package/dist/es/{IE-DY6xU4Nq.js → IE-CqqnKWAt.js} +3 -3
- package/dist/es/{IT-DIpVZHWq.js → IT-CTbAQN-N.js} +3 -3
- package/dist/es/{LT-vsmh_veZ.js → LT-CL75MQds.js} +3 -3
- package/dist/es/{NL-D4GPWO-k.js → NL-byavnuPs.js} +3 -3
- package/dist/es/{NO-C2rMiNW_.js → NO-BhWA5RkZ.js} +3 -3
- package/dist/es/{PL-B6DmYhdz.js → PL-DvHlZoe-.js} +3 -3
- package/dist/es/{PT-CiWuVvP4.js → PT-CrMmPrqH.js} +3 -3
- package/dist/es/{RO-CbO4Kr4f.js → RO-ZjE_bLtQ.js} +3 -3
- package/dist/es/{SE-ClnBSAdx.js → SE-pVoKikqF.js} +3 -3
- package/dist/es/{SG-CQ7yymJt.js → SG-o7Vue3ft.js} +3 -3
- package/dist/es/{SI-CKmjaPXK.js → SI-D65TuGII.js} +3 -3
- package/dist/es/{SK-BHbQeHKV.js → SK-B8YA21ir.js} +3 -3
- package/dist/es/{US-Dxp45Utb.js → US-ynCbKn6I.js} +3 -3
- package/dist/es/adyen-kyc-components.es.js +103 -879
- package/dist/style.css +3871 -111033
- package/dist/types/components/Dropins/types.d.ts +1 -1
- package/dist/types/components/PayoutAccount/component/PayoutAccountComponent.d.ts +0 -1
- package/dist/types/components/SingpassBanner/index.d.ts +5 -0
- package/dist/types/components/TaskList/component/TaskListComponent.d.ts +1 -1
- package/dist/types/components/TaskList/types.d.ts +1 -0
- package/dist/types/components/internal/Alert/Alert.d.ts +1 -1
- package/dist/types/components/internal/Alert/types.d.ts +1 -0
- package/dist/types/core/hooks/singpass/useShouldShowSingpass.d.ts +14 -0
- package/package.json +1 -1
|
@@ -20,7 +20,7 @@ interface SingpassLinkResponseItem {
|
|
|
20
20
|
authUrl: string;
|
|
21
21
|
success: boolean;
|
|
22
22
|
}
|
|
23
|
-
interface SingpassLinkResponse {
|
|
23
|
+
export interface SingpassLinkResponse {
|
|
24
24
|
item: SingpassLinkResponseItem;
|
|
25
25
|
}
|
|
26
26
|
export interface DropinComposerProps extends DropinAPIHandlers, BasicComponentProps {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import '../PayoutAccount.scss';
|
|
2
1
|
import { PayoutAccountProps, PayoutAccountSchema } from '../types';
|
|
3
2
|
export declare const payoutAccountFields: Array<keyof PayoutAccountSchema>;
|
|
4
3
|
declare function PayoutAccountComponent(props: PayoutAccountProps): import("preact/compat").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../TaskList.scss';
|
|
2
2
|
import { TaskListComponentProps } from '../types';
|
|
3
|
-
declare function TaskListComponent({ tasks, trackingConfig, onNavigateToTask, legalEntityResponse, capabilityProblems, onPciDownload, isReview, pciStatus, serviceAgreementTypes, serviceAgreementAcceptanceInfos, hasRequiredTrustMemberCount, onTransferInstrumentDelete, }: TaskListComponentProps): import("preact").JSX.Element;
|
|
3
|
+
declare function TaskListComponent({ tasks, trackingConfig, onNavigateToTask, legalEntityResponse, capabilityProblems, onPciDownload, isReview, pciStatus, serviceAgreementTypes, serviceAgreementAcceptanceInfos, hasRequiredTrustMemberCount, onTransferInstrumentDelete, onRetrieveMyinfoBusinessWithSingpass, }: TaskListComponentProps): import("preact").JSX.Element;
|
|
4
4
|
export default TaskListComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './_alert.scss';
|
|
2
2
|
import { AlertIconProps, AlertProps } from './types';
|
|
3
|
-
export declare const Alert: ({ title, type, className, hasCloseButton, children, }: AlertProps) => import("preact").JSX.Element;
|
|
3
|
+
export declare const Alert: ({ title, type, className, hasCloseButton, children, icon, }: AlertProps) => import("preact").JSX.Element;
|
|
4
4
|
export declare const AlertIcon: ({ className, type }: AlertIconProps) => import("preact").JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SingpassLinkResponse } from '../../../components/Dropins/types';
|
|
2
|
+
import { AccountHolderOption } from '../../../components/internal/AccountHolder/types';
|
|
3
|
+
import { ExistingLegalEntity } from '../../models/api/legal-entity';
|
|
4
|
+
interface UseShouldShowSingpassProps {
|
|
5
|
+
isExperimentEnabled: boolean;
|
|
6
|
+
legalEntity: ExistingLegalEntity;
|
|
7
|
+
accountHolder?: AccountHolderOption;
|
|
8
|
+
handleOpenSingpassAuthorizationLink?: () => Promise<SingpassLinkResponse>;
|
|
9
|
+
}
|
|
10
|
+
export declare const useShouldShowSingpass: ({ isExperimentEnabled, legalEntity, accountHolder, handleOpenSingpassAuthorizationLink, }: UseShouldShowSingpassProps) => {
|
|
11
|
+
shouldShowSingpass: boolean;
|
|
12
|
+
shouldShowSingpassForAccountHolder: (newAccountHolder?: AccountHolderOption) => boolean;
|
|
13
|
+
};
|
|
14
|
+
export {};
|