@adyen/kyc-components 3.27.0 → 3.28.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.
Files changed (35) hide show
  1. package/dist/es/adyen-kyc-components.es.js +713 -479
  2. package/dist/es/circle-F380_Tya.js +8 -0
  3. package/dist/style.css +55 -33
  4. package/dist/types/components/AdditionalInformation/component/AdditionalInformationComponent.d.ts +2 -2
  5. package/dist/types/components/AdditionalInformation/types.d.ts +5 -1
  6. package/dist/types/components/BusinessDetails/forms.d.ts +0 -6
  7. package/dist/types/components/BusinessDetails/types.d.ts +0 -2
  8. package/dist/types/components/DecisionMakers/component/DecisionMakersComponent.d.ts +1 -1
  9. package/dist/types/components/DecisionMakers/types.d.ts +2 -2
  10. package/dist/types/components/Dropins/BusinessDetailsDropin/utils.d.ts +1 -2
  11. package/dist/types/components/Dropins/CompanyDropin/types.d.ts +0 -2
  12. package/dist/types/components/Dropins/HighExposureDropin/types.d.ts +1 -5
  13. package/dist/types/components/Dropins/HighExposureDropin/utils.d.ts +2 -0
  14. package/dist/types/components/Dropins/HighExposureDropin/validate.d.ts +3 -1
  15. package/dist/types/components/Dropins/IndividualDropin/components/IndividualDropinComponent.d.ts +1 -1
  16. package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/ServiceAgreementDropinComponent.d.ts +1 -1
  17. package/dist/types/components/Dropins/ServiceAgreementDropinComponent/types.d.ts +3 -0
  18. package/dist/types/components/EmbeddedDropins/CreateContractingComponent/CreateContractingComponent.d.ts +2 -1
  19. package/dist/types/components/Individual/types.d.ts +3 -0
  20. package/dist/types/components/PersonalDetails/types.d.ts +2 -1
  21. package/dist/types/components/StepProgressIndicator/StepProgressIndicator.d.ts +2 -1
  22. package/dist/types/components/internal/Address/types.d.ts +4 -0
  23. package/dist/types/components/internal/Address/utils.d.ts +5 -5
  24. package/dist/types/components/internal/DecisionMakerRole/types.d.ts +2 -0
  25. package/dist/types/components/internal/EntityGuidanceStatus/types.d.ts +1 -1
  26. package/dist/types/components/internal/Modal/Modal.d.ts +1 -1
  27. package/dist/types/components/internal/Svg/svgs.d.ts +2 -1
  28. package/dist/types/core/hooks/singpass/useSingpassMyInfoLogin.d.ts +3 -0
  29. package/dist/types/utils/entity-status-util.d.ts +12 -1
  30. package/dist/types/utils/mapping/componentApiMapping.d.ts +12 -16
  31. package/package.json +1 -1
  32. package/dist/es/cross-circle-fill-BafKD3Av.js +0 -8
  33. package/dist/types/components/Company/trusted-fields.d.ts +0 -7
  34. package/dist/types/components/internal/EntityGuidanceStatus/component/EntityGuidanceLegend.d.ts +0 -3
  35. package/dist/types/components/internal/EntityGuidanceStatus/index.d.ts +0 -3
@@ -48,32 +48,30 @@ export declare const businessDetailsComponentsKeyMapping: {
48
48
  'basicInformation.stateOrProvince': string;
49
49
  'basicInformation.registrationNumber': string;
50
50
  'basicInformation.taxInformation': string;
51
- 'basicInformation.isUen': string;
52
51
  'companyStructure.entityType': string;
53
52
  'additionalInformation.legalCompanyName': string;
54
53
  'additionalInformation.legalFormDescription': string;
55
54
  'additionalInformation.dbaName': string;
56
55
  'additionalInformation.registrationNumber': string;
57
56
  'additionalInformation.taxInformation': string;
58
- 'additionalInformation.isUen': string;
59
57
  'additionalInformation.vatNumber': string;
60
58
  'additionalInformation.vatAbsenceReason': string;
61
59
  'additionalInformation.dateOfIncorporation': string;
62
60
  'additionalInformation.stockExchangeMIC': string;
63
61
  'additionalInformation.stockISIN': string;
64
62
  'additionalInformation.stockTickerSymbol': string;
65
- 'companyRegistrationAddress.registrationAddress.city': string;
66
- 'companyRegistrationAddress.registrationAddress.country': string;
67
- 'companyRegistrationAddress.registrationAddress.postalCode': string;
68
- 'companyRegistrationAddress.registrationAddress.stateOrProvince': string;
69
- 'companyRegistrationAddress.registrationAddress.address': string;
70
- 'companyRegistrationAddress.registrationAddress.otherAddressInformation': string;
71
- 'companyRegistrationAddress.operationalAddress.city': string;
72
- 'companyRegistrationAddress.operationalAddress.country': string;
73
- 'companyRegistrationAddress.operationalAddress.postalCode': string;
74
- 'companyRegistrationAddress.operationalAddress.stateOrProvince': string;
75
- 'companyRegistrationAddress.operationalAddress.address': string;
76
- 'companyRegistrationAddress.operationalAddress.otherAddressInformation': string;
63
+ 'additionalInformation.registrationAddress.city': string;
64
+ 'additionalInformation.registrationAddress.country': string;
65
+ 'additionalInformation.registrationAddress.postalCode': string;
66
+ 'additionalInformation.registrationAddress.stateOrProvince': string;
67
+ 'additionalInformation.registrationAddress.address': string;
68
+ 'additionalInformation.registrationAddress.otherAddressInformation': string;
69
+ 'additionalInformation.operationalAddress.city': string;
70
+ 'additionalInformation.operationalAddress.country': string;
71
+ 'additionalInformation.operationalAddress.postalCode': string;
72
+ 'additionalInformation.operationalAddress.stateOrProvince': string;
73
+ 'additionalInformation.operationalAddress.address': string;
74
+ 'additionalInformation.operationalAddress.otherAddressInformation': string;
77
75
  'additionalInformation.exemptedFromVat': string;
78
76
  };
79
77
  export declare const businessDetailsApiKeyMapping: {};
@@ -88,7 +86,6 @@ export declare const companyComponentsKeyMapping: {
88
86
  'companyRegistrationDetails.vatNumber': string;
89
87
  'companyRegistrationDetails.vatAbsenceReason': string;
90
88
  'companyRegistrationDetails.dateOfIncorporation': string;
91
- 'companyRegistrationDetails.isUen': string;
92
89
  'companyRegistrationDetails.stockExchangeMIC': string;
93
90
  'companyRegistrationDetails.stockISIN': string;
94
91
  'companyRegistrationDetails.stockTickerSymbol': string;
@@ -131,7 +128,6 @@ export declare const companySearchComponentsKeyMapping: {
131
128
  'companyOtherDetails.vatNumber': string;
132
129
  'companyOtherDetails.vatAbsenceReason': string;
133
130
  'companyOtherDetails.dateOfIncorporation': string;
134
- 'companyOtherDetails.isUen': string;
135
131
  'companyOtherDetails.stockExchangeMIC': string;
136
132
  'companyOtherDetails.stockISIN': string;
137
133
  'companyOtherDetails.stockTickerSymbol': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/kyc-components",
3
- "version": "3.27.0",
3
+ "version": "3.28.0",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-kyc",
@@ -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[]>;
@@ -1,3 +0,0 @@
1
- import '../EntityGuidanceStatus.scss';
2
- declare const EntityGuidanceLegend: () => import("preact").JSX.Element;
3
- export default EntityGuidanceLegend;
@@ -1,3 +0,0 @@
1
- import EntityGuidanceLegend from './component/EntityGuidanceLegend';
2
- import EntityGuidanceStatus from './component/EntityGuidanceStatus';
3
- export { EntityGuidanceLegend, EntityGuidanceStatus };