@adyen/kyc-components 2.53.1 → 2.54.1
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/adyen-kyc-components.es.js +582 -484
- package/dist/es/circle-F380_Tya.js +8 -0
- package/dist/style.css +55 -33
- package/dist/types/components/AdditionalInformation/component/AdditionalInformationComponent.d.ts +2 -2
- package/dist/types/components/AdditionalInformation/types.d.ts +5 -1
- package/dist/types/components/BasicInformation/component/BasicInformationComponent.d.ts +1 -1
- package/dist/types/components/BasicInformation/types.d.ts +4 -4
- package/dist/types/components/BusinessDetails/forms.d.ts +0 -6
- package/dist/types/components/BusinessDetails/types.d.ts +4 -6
- package/dist/types/components/BusinessSelection/BusinessInformationCard.d.ts +4 -3
- package/dist/types/components/BusinessSelection/component/BusinessSelectionComponent.d.ts +1 -1
- package/dist/types/components/BusinessSelection/types.d.ts +4 -4
- package/dist/types/components/DecisionMakers/component/DecisionMakersComponent.d.ts +1 -1
- package/dist/types/components/DecisionMakers/types.d.ts +2 -2
- package/dist/types/components/Dropins/BusinessDetailsDropin/components/BusinessDetailsDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/BusinessDetailsDropin/types.d.ts +2 -2
- package/dist/types/components/Dropins/BusinessDetailsDropin/utils.d.ts +2 -3
- package/dist/types/components/Dropins/CompanyDropin/types.d.ts +0 -2
- package/dist/types/components/Dropins/CompanySearchDropin/components/CompanySearchDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/CompanySearchDropin/types.d.ts +0 -2
- package/dist/types/components/Dropins/IndividualDropin/components/IndividualDropinComponent.d.ts +1 -1
- package/dist/types/components/Individual/types.d.ts +3 -0
- package/dist/types/components/PersonalDetails/types.d.ts +2 -1
- package/dist/types/components/StepProgressIndicator/StepProgressIndicator.d.ts +2 -1
- package/dist/types/components/internal/Address/types.d.ts +4 -0
- package/dist/types/components/internal/Address/utils.d.ts +5 -5
- package/dist/types/components/internal/DecisionMakerRole/types.d.ts +2 -0
- package/dist/types/components/internal/EntityGuidanceStatus/types.d.ts +1 -1
- package/dist/types/components/internal/Modal/Modal.d.ts +1 -1
- package/dist/types/components/internal/Svg/svgs.d.ts +2 -1
- package/dist/types/core/hooks/singpass/useSingpassMyInfoLogin.d.ts +3 -0
- package/dist/types/core/hooks/useBusinessData/types.d.ts +4 -4
- package/dist/types/core/hooks/useCompanySearchTaskSubmit.d.ts +3 -1
- package/dist/types/utils/entity-status-util.d.ts +12 -1
- package/dist/types/utils/mapping/componentApiMapping.d.ts +15 -19
- package/package.json +1 -1
- package/dist/es/cross-circle-fill-BafKD3Av.js +0 -8
- package/dist/types/components/Company/trusted-fields.d.ts +0 -7
- package/dist/types/components/internal/EntityGuidanceStatus/component/EntityGuidanceLegend.d.ts +0 -3
- package/dist/types/components/internal/EntityGuidanceStatus/index.d.ts +0 -3
|
@@ -17,11 +17,13 @@ export declare const svgs: {
|
|
|
17
17
|
readonly bin: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
18
18
|
readonly check: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
19
19
|
readonly checkmark: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
20
|
+
readonly 'checkmark-circle-fill': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
20
21
|
readonly 'checkmark-small': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
21
22
|
readonly 'chevron-down': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
22
23
|
readonly 'chevron-right': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
23
24
|
readonly 'chevron-left': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
24
25
|
readonly 'chevron-up': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
26
|
+
readonly circle: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
25
27
|
readonly company: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
26
28
|
readonly 'company-2': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
27
29
|
readonly contract: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
@@ -52,7 +54,6 @@ export declare const svgs: {
|
|
|
52
54
|
readonly upload: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
53
55
|
readonly 'users-3': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
54
56
|
readonly warning: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
55
|
-
readonly wrong: import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
56
57
|
readonly 'document-blurred': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
57
58
|
readonly 'document-cutoff': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
58
59
|
readonly 'document-expired': import("preact").FunctionComponent<import("preact/compat").JSX.SVGAttributes<SVGSVGElement>>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { SingpassLinkResponse } from '../../../components/Dropins/types';
|
|
2
2
|
import type { AccountHolderOption } from '../../../components/internal/AccountHolder/types';
|
|
3
|
+
import type { UniqueEntityAssociation } from '../../../components/internal/EntityAssociation/types';
|
|
3
4
|
import type { Translatable } from '../../../language/types';
|
|
4
5
|
import type { ExistingLegalEntity } from '../../models/api/legal-entity';
|
|
5
6
|
export declare enum SingpassMyInfoLoginActionType {
|
|
@@ -28,6 +29,7 @@ interface UseSingpassMyInfoLoginProps {
|
|
|
28
29
|
accountHolder: AccountHolderOption | null;
|
|
29
30
|
handleOpenSingpassAuthorizationLink: (() => Promise<SingpassLinkResponse>) | undefined;
|
|
30
31
|
}
|
|
32
|
+
export declare const getTrustedEntityAssociations: (legalEntityTrustedFields: string[]) => Partial<UniqueEntityAssociation>[];
|
|
31
33
|
export declare const useSingpassMyInfoLogin: ({ legalEntity, accountHolder, handleOpenSingpassAuthorizationLink, }: UseSingpassMyInfoLoginProps) => {
|
|
32
34
|
isEligibleForSingpass: boolean;
|
|
33
35
|
state: SingpassMyInfoLoginState;
|
|
@@ -36,5 +38,6 @@ export declare const useSingpassMyInfoLogin: ({ legalEntity, accountHolder, hand
|
|
|
36
38
|
handleSingpassMyInfoLoginFailure: (errorMessage: Translatable) => void;
|
|
37
39
|
handleSingpassMyInfoLoginReset: () => void;
|
|
38
40
|
trustedFields: Record<string, string[]>;
|
|
41
|
+
trustedEntityAssociations: Partial<UniqueEntityAssociation>[];
|
|
39
42
|
};
|
|
40
43
|
export {};
|
|
@@ -16,10 +16,10 @@ export type UseBusinessData = {
|
|
|
16
16
|
clearTrustedBusinessData: () => Promise<void>;
|
|
17
17
|
resetBusinessData: () => void;
|
|
18
18
|
resetTinVerification: () => void;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
searching: HookStatus;
|
|
20
|
+
fetching: HookStatus;
|
|
21
|
+
verifying: HookStatus;
|
|
22
|
+
resettingTrustedData: HookStatus;
|
|
23
23
|
currentSearchName: string | undefined;
|
|
24
24
|
searchResults: CompanySearchResult[] | undefined;
|
|
25
25
|
verifiedBusiness: CompanyDatasetResponse | undefined;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Dispatch, StateUpdater } from 'preact/hooks';
|
|
2
2
|
import type { CompanySearchSchema } from '../../components/CompanySearch/types';
|
|
3
3
|
import type { DropinAPIHandlers } from '../../components/Dropins/types';
|
|
4
|
+
import type { AccountHolderOption } from '../../components/internal/AccountHolder/types';
|
|
4
5
|
import type { LoadingStatus } from '../../components/internal/LoaderWrapper/constants';
|
|
5
6
|
import { TaskTypes } from '../../components/TaskList/types';
|
|
6
7
|
import type { DocumentApiUtils } from '../../utils/api/documentUtils';
|
|
@@ -27,8 +28,9 @@ export interface FormTaskSubmitOptions {
|
|
|
27
28
|
setLoadingStatus: Dispatch<StateUpdater<LoadingStatus>>;
|
|
28
29
|
onExternalSubmit?: (company: CompanySearchSchema) => void;
|
|
29
30
|
handleUpdateLegalEntity: Required<DropinAPIHandlers>['handleUpdateLegalEntity'];
|
|
31
|
+
accountHolder: AccountHolderOption | null;
|
|
30
32
|
}
|
|
31
33
|
export type FormTaskSubmit<FormTaskSchema> = {
|
|
32
34
|
submit: (options: SubmitOptions<FormTaskSchema>) => Promise<void>;
|
|
33
35
|
};
|
|
34
|
-
export declare function useCompanySearchTaskSubmit<FormTaskSchema extends CompanySearchSchema>({ task, forms, legalEntityResponse, problems, baseTrackingPayload, isTargetLegalEntityType, documentUtils, setProblems, setLoadingStatus, onExternalSubmit, handleUpdateLegalEntity, }: FormTaskSubmitOptions): FormTaskSubmit<FormTaskSchema>;
|
|
36
|
+
export declare function useCompanySearchTaskSubmit<FormTaskSchema extends CompanySearchSchema>({ task, forms, legalEntityResponse, problems, baseTrackingPayload, isTargetLegalEntityType, documentUtils, setProblems, setLoadingStatus, onExternalSubmit, handleUpdateLegalEntity, accountHolder, }: FormTaskSubmitOptions): FormTaskSubmit<FormTaskSchema>;
|
|
@@ -3,5 +3,16 @@ import { TaskTypes } from '../components/TaskList/types';
|
|
|
3
3
|
import type { DecisionMakerType } from '../core/models/api/decision-maker-type';
|
|
4
4
|
import type { CountryCode } from '../core/models/country-code';
|
|
5
5
|
import type { TrustMemberGuidanceLabel } from '../core/models/trust';
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Determines the status of an entity based on the current and minimum values.
|
|
8
|
+
*
|
|
9
|
+
* This function compares the `current` number of entities provided with the `min` entities required.
|
|
10
|
+
* If the `current` value is greater than 0 and is greater than or equal to `min`,
|
|
11
|
+
* it returns `'satisfied'`. Otherwise, it returns `'empty'`.
|
|
12
|
+
*
|
|
13
|
+
* @param {number} current - The current value to be evaluated.
|
|
14
|
+
* @param {number} min - The minimum threshold that `current` must meet or exceed.
|
|
15
|
+
* @returns {EntityStatus} - Returns `'satisfied'` if the current value meets the condition, otherwise `'empty'`.
|
|
16
|
+
*/
|
|
17
|
+
export declare const iconStatus: (current: number, min: number) => EntityStatus;
|
|
7
18
|
export declare const getEntityStatusRuleDescription: (country: CountryCode, currentTask: TaskTypes, entityLabel: TrustMemberGuidanceLabel | DecisionMakerType) => import("../language/types").TranslationKey;
|
|
@@ -47,36 +47,34 @@ export declare const businessDetailsComponentsKeyMapping: {
|
|
|
47
47
|
'basicInformation.stateOrProvince': string;
|
|
48
48
|
'basicInformation.registrationNumber': string;
|
|
49
49
|
'basicInformation.taxInformation': string;
|
|
50
|
-
'basicInformation.isUen': string;
|
|
51
50
|
'companyStructure.entityType': string;
|
|
52
51
|
'additionalInformation.legalCompanyName': string;
|
|
53
52
|
'additionalInformation.legalFormDescription': string;
|
|
54
53
|
'additionalInformation.dbaName': string;
|
|
55
54
|
'additionalInformation.registrationNumber': string;
|
|
56
55
|
'additionalInformation.taxInformation': string;
|
|
57
|
-
'additionalInformation.isUen': string;
|
|
58
56
|
'additionalInformation.vatNumber': string;
|
|
59
57
|
'additionalInformation.vatAbsenceReason': string;
|
|
60
58
|
'additionalInformation.dateOfIncorporation': string;
|
|
61
59
|
'additionalInformation.stockExchangeMIC': string;
|
|
62
60
|
'additionalInformation.stockISIN': string;
|
|
63
61
|
'additionalInformation.stockTickerSymbol': string;
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'
|
|
62
|
+
'additionalInformation.registrationAddress.city': string;
|
|
63
|
+
'additionalInformation.registrationAddress.country': string;
|
|
64
|
+
'additionalInformation.registrationAddress.postalCode': string;
|
|
65
|
+
'additionalInformation.registrationAddress.stateOrProvince': string;
|
|
66
|
+
'additionalInformation.registrationAddress.address': string;
|
|
67
|
+
'additionalInformation.registrationAddress.otherAddressInformation': string;
|
|
68
|
+
'additionalInformation.operationalAddress.city': string;
|
|
69
|
+
'additionalInformation.operationalAddress.country': string;
|
|
70
|
+
'additionalInformation.operationalAddress.postalCode': string;
|
|
71
|
+
'additionalInformation.operationalAddress.stateOrProvince': string;
|
|
72
|
+
'additionalInformation.operationalAddress.address': string;
|
|
73
|
+
'additionalInformation.operationalAddress.otherAddressInformation': string;
|
|
76
74
|
'additionalInformation.exemptedFromVat': string;
|
|
77
75
|
};
|
|
78
76
|
export declare const businessDetailsApiKeyMapping: {
|
|
79
|
-
[x: string]: "
|
|
77
|
+
[x: string]: "companyStructure.entityType" | "additionalInformation.legalCompanyName" | "additionalInformation.dateOfIncorporation" | "additionalInformation.registrationNumber" | "additionalInformation.stockExchangeMIC" | "additionalInformation.stockISIN" | "additionalInformation.stockTickerSymbol" | "additionalInformation.vatAbsenceReason" | "additionalInformation.vatNumber" | "additionalInformation.taxInformation" | "additionalInformation.operationalAddress.city" | "additionalInformation.operationalAddress.country" | "additionalInformation.operationalAddress.postalCode" | "additionalInformation.operationalAddress.stateOrProvince" | "additionalInformation.operationalAddress.address" | "additionalInformation.operationalAddress.otherAddressInformation" | "additionalInformation.registrationAddress.city" | "additionalInformation.registrationAddress.country" | "additionalInformation.registrationAddress.postalCode" | "additionalInformation.registrationAddress.stateOrProvince" | "additionalInformation.registrationAddress.address" | "additionalInformation.registrationAddress.otherAddressInformation" | "additionalInformation.dbaName" | "additionalInformation.legalFormDescription" | "basicInformation.country" | "basicInformation.stateOrProvince" | "basicInformation.registrationNumber" | "basicInformation.taxInformation" | "basicInformation.businessName";
|
|
80
78
|
};
|
|
81
79
|
export declare const companyComponentsKeyMapping: {
|
|
82
80
|
'companyNameAndCountry.country': string;
|
|
@@ -89,7 +87,6 @@ export declare const companyComponentsKeyMapping: {
|
|
|
89
87
|
'companyRegistrationDetails.vatNumber': string;
|
|
90
88
|
'companyRegistrationDetails.vatAbsenceReason': string;
|
|
91
89
|
'companyRegistrationDetails.dateOfIncorporation': string;
|
|
92
|
-
'companyRegistrationDetails.isUen': string;
|
|
93
90
|
'companyRegistrationDetails.stockExchangeMIC': string;
|
|
94
91
|
'companyRegistrationDetails.stockISIN': string;
|
|
95
92
|
'companyRegistrationDetails.stockTickerSymbol': string;
|
|
@@ -108,7 +105,7 @@ export declare const companyComponentsKeyMapping: {
|
|
|
108
105
|
'companyRegistrationDetails.exemptedFromVat': string;
|
|
109
106
|
};
|
|
110
107
|
export declare const companyApiKeyMapping: {
|
|
111
|
-
[x: string]: "companyType.entityType" | "companyNameAndCountry.country" | "companyNameAndCountry.countryOfGoverningLaw" | "companyNameAndCountry.legalCompanyName" | "companyRegistrationDetails.dateOfIncorporation" | "companyRegistrationDetails.registrationNumber" | "companyRegistrationDetails.stockExchangeMIC" | "companyRegistrationDetails.stockISIN" | "companyRegistrationDetails.stockTickerSymbol" | "companyRegistrationDetails.tradingName" | "companyRegistrationDetails.vatAbsenceReason" | "companyRegistrationDetails.vatNumber" | "companyRegistrationDetails.
|
|
108
|
+
[x: string]: "companyType.entityType" | "companyNameAndCountry.country" | "companyNameAndCountry.countryOfGoverningLaw" | "companyNameAndCountry.legalCompanyName" | "companyRegistrationDetails.dateOfIncorporation" | "companyRegistrationDetails.registrationNumber" | "companyRegistrationDetails.stockExchangeMIC" | "companyRegistrationDetails.stockISIN" | "companyRegistrationDetails.stockTickerSymbol" | "companyRegistrationDetails.tradingName" | "companyRegistrationDetails.vatAbsenceReason" | "companyRegistrationDetails.vatNumber" | "companyRegistrationDetails.taxInformation" | "companyRegistrationAddress.operationalAddress.city" | "companyRegistrationAddress.operationalAddress.country" | "companyRegistrationAddress.operationalAddress.postalCode" | "companyRegistrationAddress.operationalAddress.stateOrProvince" | "companyRegistrationAddress.operationalAddress.address" | "companyRegistrationAddress.operationalAddress.otherAddressInformation" | "companyRegistrationAddress.registrationAddress.city" | "companyRegistrationAddress.registrationAddress.country" | "companyRegistrationAddress.registrationAddress.postalCode" | "companyRegistrationAddress.registrationAddress.stateOrProvince" | "companyRegistrationAddress.registrationAddress.address" | "companyRegistrationAddress.registrationAddress.otherAddressInformation";
|
|
112
109
|
};
|
|
113
110
|
export declare const companySearchComponentsKeyMapping: {
|
|
114
111
|
'companyBasics.country': string;
|
|
@@ -134,14 +131,13 @@ export declare const companySearchComponentsKeyMapping: {
|
|
|
134
131
|
'companyOtherDetails.vatNumber': string;
|
|
135
132
|
'companyOtherDetails.vatAbsenceReason': string;
|
|
136
133
|
'companyOtherDetails.dateOfIncorporation': string;
|
|
137
|
-
'companyOtherDetails.isUen': string;
|
|
138
134
|
'companyOtherDetails.stockExchangeMIC': string;
|
|
139
135
|
'companyOtherDetails.stockISIN': string;
|
|
140
136
|
'companyOtherDetails.stockTickerSymbol': string;
|
|
141
137
|
'companyOtherDetails.exemptedFromVat': string;
|
|
142
138
|
};
|
|
143
139
|
export declare const companySearchApiKeyMapping: {
|
|
144
|
-
[x: string]: "companyRegistrationAddress.operationalAddress.city" | "companyRegistrationAddress.operationalAddress.country" | "companyRegistrationAddress.operationalAddress.postalCode" | "companyRegistrationAddress.operationalAddress.stateOrProvince" | "companyRegistrationAddress.operationalAddress.address" | "companyRegistrationAddress.operationalAddress.otherAddressInformation" | "companyRegistrationAddress.registrationAddress.city" | "companyRegistrationAddress.registrationAddress.country" | "companyRegistrationAddress.registrationAddress.postalCode" | "companyRegistrationAddress.registrationAddress.stateOrProvince" | "companyRegistrationAddress.registrationAddress.address" | "companyRegistrationAddress.registrationAddress.otherAddressInformation" | "companyStructure.entityType" | "companyBasics.country" | "companyBasics.stateOrProvince" | "companyBasics.legalCompanyName" | "companyBasics.taxInformation" | "companyOtherDetails.dateOfIncorporation" | "companyOtherDetails.registrationNumber" | "companyOtherDetails.stockExchangeMIC" | "companyOtherDetails.stockISIN" | "companyOtherDetails.stockTickerSymbol" | "companyOtherDetails.tradingName" | "companyOtherDetails.vatAbsenceReason" | "companyOtherDetails.vatNumber" | "companyOtherDetails.
|
|
140
|
+
[x: string]: "companyRegistrationAddress.operationalAddress.city" | "companyRegistrationAddress.operationalAddress.country" | "companyRegistrationAddress.operationalAddress.postalCode" | "companyRegistrationAddress.operationalAddress.stateOrProvince" | "companyRegistrationAddress.operationalAddress.address" | "companyRegistrationAddress.operationalAddress.otherAddressInformation" | "companyRegistrationAddress.registrationAddress.city" | "companyRegistrationAddress.registrationAddress.country" | "companyRegistrationAddress.registrationAddress.postalCode" | "companyRegistrationAddress.registrationAddress.stateOrProvince" | "companyRegistrationAddress.registrationAddress.address" | "companyRegistrationAddress.registrationAddress.otherAddressInformation" | "companyStructure.entityType" | "companyBasics.country" | "companyBasics.stateOrProvince" | "companyBasics.legalCompanyName" | "companyBasics.taxInformation" | "companyOtherDetails.dateOfIncorporation" | "companyOtherDetails.registrationNumber" | "companyOtherDetails.stockExchangeMIC" | "companyOtherDetails.stockISIN" | "companyOtherDetails.stockTickerSymbol" | "companyOtherDetails.tradingName" | "companyOtherDetails.vatAbsenceReason" | "companyOtherDetails.vatNumber" | "companyOtherDetails.taxInformation";
|
|
145
141
|
};
|
|
146
142
|
export declare const payoutComponentKeyMapping: {
|
|
147
143
|
'payoutAccountDetails.transferInstrumentId': string;
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "preact/compat/jsx-runtime";
|
|
2
|
-
const SvgCrossCircleFill = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: [
|
|
3
|
-
/* @__PURE__ */ jsx("g", { clipPath: "url(#uia-icons-16-cross_circle_fill__a)", children: /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M0.25 8C0.25 3.71979 3.71979 0.25 8 0.25C12.2802 0.25 15.75 3.71979 15.75 8C15.75 12.2802 12.2802 15.75 8 15.75C3.71979 15.75 0.25 12.2802 0.25 8ZM6.00011 4.93945L4.93945 6.00011L6.93945 8.00011L4.93945 10.0001L6.00011 11.0608L8.00011 9.06077L10.0001 11.0608L11.0608 10.0001L9.06077 8.00011L11.0608 6.00011L10.0001 4.93945L8.00011 6.93945L6.00011 4.93945Z" }) }),
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "uia-icons-16-cross_circle_fill__a", children: /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#fff" }) }) })
|
|
5
|
-
] });
|
|
6
|
-
export {
|
|
7
|
-
SvgCrossCircleFill as default
|
|
8
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { LegalEntityTrustedFields } from '../../core/models/api/legal-entity';
|
|
2
|
-
import type { TrustedFieldsProvider } from '../../core/models/api/trusted-fields-provider';
|
|
3
|
-
export declare const trustedFields: ({ fields, trustedFieldsProvider, apiMapping, }: {
|
|
4
|
-
fields?: LegalEntityTrustedFields[];
|
|
5
|
-
trustedFieldsProvider?: TrustedFieldsProvider;
|
|
6
|
-
apiMapping?: Record<string, string>;
|
|
7
|
-
}) => Record<string, string[]>;
|