@adyen/kyc-components 4.11.0-beta.0 → 4.11.0-beta.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.
Files changed (30) hide show
  1. package/dist/{ConstitutionalDocument-DLKR6UHP.js → ConstitutionalDocument-DrM5lwZv.js} +1 -1
  2. package/dist/{DebugModal-D0kXm91Y.js → DebugModal-CUeEg9qk.js} +2 -2
  3. package/dist/{DecisionMakerDetailsPage-BfrKjwlD.js → DecisionMakerDetailsPage-iE0ObYZ6.js} +1 -1
  4. package/dist/{IndividualDropin-4_ucmMg8.js → IndividualDropin-DgwQ5nbE.js} +1 -1
  5. package/dist/{InvitedDecisionMakerComponent-D_ddbzUN.js → InvitedDecisionMakerComponent-DZinWUEH.js} +1 -1
  6. package/dist/{LegalRepresentativeDetailsPage-BTrJdEUq.js → LegalRepresentativeDetailsPage-DsPIvYzE.js} +1 -1
  7. package/dist/{PayoutDetailsPage-C8ha9oP7.js → PayoutDetailsPage-DwoVAy_a.js} +1 -1
  8. package/dist/{RootBusinessDetailsPage-CpJpwq-J.js → RootBusinessDetailsPage-y5yYel69.js} +1 -1
  9. package/dist/{RootIndividualDetailsPage-DGgF0kED.js → RootIndividualDetailsPage-CRTmZ5PU.js} +1 -1
  10. package/dist/{SoleProprietorshipPage-BoSOJNxS.js → SoleProprietorshipPage-Dr6RjeGw.js} +1 -1
  11. package/dist/{TaxInformationField-Cnsv_Wjn.js → TaxInformationField-BATWmnyF.js} +6 -1
  12. package/dist/{TrustDetailsPage-d_8FZZQb.js → TrustDetailsPage-CEQDGlga.js} +2 -2
  13. package/dist/{TrustMemberCompanyPage-BCx7sgZY.js → TrustMemberCompanyPage-D5iRkBRx.js} +1 -1
  14. package/dist/{TrustMemberIndividualPage-ya4EV_FT.js → TrustMemberIndividualPage-BAwIfIfu.js} +1 -1
  15. package/dist/{UnincorporatedPartnershipIndividualPage-ovssKMk4.js → UnincorporatedPartnershipIndividualPage-DhisTVyr.js} +1 -1
  16. package/dist/{UnincorporatedPartnershipMemberCompanyPage-DhY3nGNA.js → UnincorporatedPartnershipMemberCompanyPage-CiyQA2Ik.js} +1 -1
  17. package/dist/adyen-business-financing.js +1 -1
  18. package/dist/adyen-individual-configuration.js +2 -2
  19. package/dist/adyen-individual-status.js +1 -1
  20. package/dist/adyen-invited-decision-maker.js +2 -2
  21. package/dist/adyen-onboarding.js +13 -13
  22. package/dist/adyen-terms-of-service-management.js +1 -1
  23. package/dist/adyen-terms-of-service-status.js +1 -1
  24. package/dist/adyen-transfer-instrument-configuration.js +1 -1
  25. package/dist/adyen-transfer-instrument-management.js +1 -1
  26. package/dist/adyen-verification-status.js +1 -1
  27. package/dist/{resolveEnvironment-CrA6j7T1.js → resolveEnvironment-By-8HByO.js} +5 -5
  28. package/dist/{useBusinessDetailsData-Dc5yiygI.js → useBusinessDetailsData-BvRiBknx.js} +4 -4
  29. package/dist/{useNavigate-DQ18xcfQ.js → useNavigate-kfEQllGp.js} +12 -12
  30. package/package.json +1 -1
@@ -14,7 +14,7 @@ import { t as ErrorPanel } from "./ErrorPanel-BXe3GGb1.js";
14
14
  import { t as createFormUtils } from "./formUtils-DcRJcDH1.js";
15
15
  import { a as alphanumericInputs, c as nonInputs, i as alphaInputs, l as numericInputs, s as makeMask, t as MaskedInput, u as spacer } from "./MaskedInput-Dth7KFNX.js";
16
16
  import { a as StateContextSetter } from "./validate-Cmbqq1fk.js";
17
- import { r as MemoizedDocumentUpload } from "./TaxInformationField-Cnsv_Wjn.js";
17
+ import { r as MemoizedDocumentUpload } from "./TaxInformationField-BATWmnyF.js";
18
18
  import { t as uppercase } from "./uppercase-ClG7c-t9.js";
19
19
  import { a as validateNotEmptyOnBlur, o as validatePatternOnBlur } from "./patternValidators-CyquDS0K.js";
20
20
  import { t as resolveFieldMetadata } from "./fieldConfigurations-m7oWP1DZ.js";
@@ -1,6 +1,6 @@
1
1
  try {
2
2
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
3
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "61bed738-4f93-4e01-8308-5d618e10f48d", e._sentryDebugIdIdentifier = "sentry-dbid-61bed738-4f93-4e01-8308-5d618e10f48d");
3
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "88eedf9b-02f5-44f4-864b-a93ed52cf0f1", e._sentryDebugIdIdentifier = "sentry-dbid-88eedf9b-02f5-44f4-864b-a93ed52cf0f1");
4
4
  } catch (e) {}
5
5
  import { a as Icon, o as createLogger, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
6
  import { t as Button } from "./Button-CAoywEKy.js";
@@ -349,7 +349,7 @@ var DebugModal = ({ onExit }) => {
349
349
  const rootLegalEntity = useGlobalStore().rootLegalEntity.value;
350
350
  const formDebugAvailable = Object.keys(formDebugInfo.value).length > 0;
351
351
  const metadata = {
352
- sdkVersion: "4.11.0-beta.0",
352
+ sdkVersion: "4.11.0-beta.1",
353
353
  locale: i18n.language,
354
354
  rootLegalEntityId: rootLegalEntity.id
355
355
  };
@@ -15,7 +15,7 @@ import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProb
15
15
  import { n as getTrustedFields, r as getTrustedFieldsProvider } from "./getTrustedFields-BF_CmfLe.js";
16
16
  import { n as removeIdVerificationProblemsForBafinSignatory, t as isBafinSignatoryFlow } from "./bafinUtils-D3gY2wvY.js";
17
17
  import { c as useScenarios } from "./mapExistingFile-BNIpBgK_.js";
18
- import { t as IndividualDropin } from "./IndividualDropin-4_ucmMg8.js";
18
+ import { t as IndividualDropin } from "./IndividualDropin-DgwQ5nbE.js";
19
19
  import { t as getTrustedDecisionMakers } from "./getTrustedDecisionMakers-BjGAWMyl.js";
20
20
  import { jsx } from "preact/jsx-runtime";
21
21
  import { skipToken } from "@tanstack/preact-query";
@@ -59,7 +59,7 @@ import { i as isValidationError, o as processValidationErrors, s as isMaintenanc
59
59
  import { c as getDocument, d as getIdDocument, f as mergeAttachments, o as createDocumentRequest, s as documentApiUtils, u as getFileExtention } from "./validate-Cmbqq1fk.js";
60
60
  import { t as getLocalizedIdDocumentTypeOptions } from "./utils-Dq8hAri1.js";
61
61
  import { r as formatObject } from "./utils-DoIwWADT.js";
62
- import { a as getFieldsWithExistingData, i as DocumentGuidance, n as TaxInformationField, r as MemoizedDocumentUpload } from "./TaxInformationField-Cnsv_Wjn.js";
62
+ import { a as getFieldsWithExistingData, i as DocumentGuidance, n as TaxInformationField, r as MemoizedDocumentUpload } from "./TaxInformationField-BATWmnyF.js";
63
63
  import { t as isJapanLocalizationEnabled } from "./japanSupportUtils-BFwywtpf.js";
64
64
  import { t as localizeDateString } from "./localizeDateString-wO7n7rJg.js";
65
65
  import { t as omitObscuredFieldsIfUnchanged } from "./omitObscuredFieldsIfUnchanged-BS9XJvaa.js";
@@ -15,7 +15,7 @@ import { i as TaskStatuses, n as TASK_STATUS_POLLING_INTERVAL_MS } from "./taskS
15
15
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
16
16
  import { t as Image } from "./Image-DTsQXPLw.js";
17
17
  import { t as getIndividualLegalEntityName } from "./getName-ODLD6UPV.js";
18
- import { t as IndividualDropin } from "./IndividualDropin-4_ucmMg8.js";
18
+ import { t as IndividualDropin } from "./IndividualDropin-DgwQ5nbE.js";
19
19
  import { t as List } from "./List-DLrcpMVd.js";
20
20
  import { t as LandingLayout } from "./LandingLayout-Du-73NPo.js";
21
21
  import { t as useTaskStatus } from "./useTaskStatus-BzC5sEXT.js";
@@ -11,7 +11,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
11
11
  import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
12
12
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
13
13
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
14
- import { t as IndividualDropin } from "./IndividualDropin-4_ucmMg8.js";
14
+ import { t as IndividualDropin } from "./IndividualDropin-DgwQ5nbE.js";
15
15
  import { jsx } from "preact/jsx-runtime";
16
16
  import { skipToken } from "@tanstack/preact-query";
17
17
  //#region src/components/Individual/pages/LegalRepresentativeDetailsPage.tsx
@@ -8,7 +8,7 @@ import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-CJD0bWSj.js"
8
8
  import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
9
9
  import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
10
10
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
11
- import { t as useNavigate } from "./useNavigate-DQ18xcfQ.js";
11
+ import { t as useNavigate } from "./useNavigate-kfEQllGp.js";
12
12
  import { t as PayoutDetailsDropinMultiForm } from "./PayoutDetailsDropinMultiForm-LplNAPWx.js";
13
13
  import { jsx } from "preact/jsx-runtime";
14
14
  import { useParams } from "wouter-preact";
@@ -11,7 +11,7 @@ import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
11
11
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
12
12
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
13
13
  import { t as filterProblemsByTaskForms } from "./filterProblemsByTaskForms-DGjmBtpp.js";
14
- import { n as BusinessDetailsDropin, r as getForms, t as useBusinessDetailsData } from "./useBusinessDetailsData-Dc5yiygI.js";
14
+ import { n as BusinessDetailsDropin, r as getForms, t as useBusinessDetailsData } from "./useBusinessDetailsData-BvRiBknx.js";
15
15
  import { jsx } from "preact/jsx-runtime";
16
16
  //#region src/components/Business/pages/RootBusinessDetailsPage.tsx
17
17
  var RootBusinessDetailsPage = ({ onSubmit, handleHomeClick }) => {
@@ -15,7 +15,7 @@ import { o as isPartOfTrustFromLegalEntity } from "./trustUtil-CVipffas.js";
15
15
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
16
16
  import { t as filterProblemsByTaskForms } from "./filterProblemsByTaskForms-DGjmBtpp.js";
17
17
  import { n as getTrustedFields, r as getTrustedFieldsProvider } from "./getTrustedFields-BF_CmfLe.js";
18
- import { n as individualForms, t as IndividualDropin } from "./IndividualDropin-4_ucmMg8.js";
18
+ import { n as individualForms, t as IndividualDropin } from "./IndividualDropin-DgwQ5nbE.js";
19
19
  import { jsx } from "preact/jsx-runtime";
20
20
  //#region src/components/Individual/pages/RootIndividualDetailsPage.tsx
21
21
  function RootIndividualDetailsPage({ asModal = false, hideSidebar = false, isTargetLegalEntityType = false, onSubmit, handleBackClick, handleCloseClick, handleHomeClick = noop }) {
@@ -10,7 +10,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
10
10
  import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
11
11
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
12
12
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
13
- import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-Dc5yiygI.js";
13
+ import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-BvRiBknx.js";
14
14
  import { jsx } from "preact/jsx-runtime";
15
15
  import { skipToken } from "@tanstack/preact-query";
16
16
  //#region src/components/SoleProprietorship/pages/SoleProprietorshipPage.tsx
@@ -1,6 +1,6 @@
1
1
  try {
2
2
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
3
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "edaba3c6-59f8-4c6b-9d66-4fb34399165f", e._sentryDebugIdIdentifier = "sentry-dbid-edaba3c6-59f8-4c6b-9d66-4fb34399165f");
3
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "da2a4910-3c98-4b56-9396-e56f58beeed7", e._sentryDebugIdIdentifier = "sentry-dbid-da2a4910-3c98-4b56-9396-e56f58beeed7");
4
4
  } catch (e) {}
5
5
  import { a as Icon, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
6
  import { t as useAccountHolder } from "./useAccountHolder-qrG5pzdN.js";
@@ -420,6 +420,11 @@ function TaxInformationField({ data, valid, errors, labels, mask, placeholder, r
420
420
  country,
421
421
  setUenAsTaxId
422
422
  ]);
423
+ const isInitialized = useRef$1(false);
424
+ if (!isInitialized.current && country === "SG" && !defaultData?.find((taxInfo) => taxInfo.country === country)?.number) {
425
+ isInitialized.current = true;
426
+ handleChangeFor("isUen")(false);
427
+ }
423
428
  return /* @__PURE__ */ jsxs("div", { children: [
424
429
  /* @__PURE__ */ jsx(TaxIdNumberTypeSelector, {
425
430
  country,
@@ -43,7 +43,7 @@ import { i as mapAddressLabels } from "./utils-k_FCPeM1.js";
43
43
  import { i as isValidationError, o as processValidationErrors, s as isMaintenanceModeError } from "./validationError-Au-8gBsy.js";
44
44
  import { c as getDocument, o as createDocumentRequest, s as documentApiUtils } from "./validate-Cmbqq1fk.js";
45
45
  import { i as getProp, r as formatObject } from "./utils-DoIwWADT.js";
46
- import { a as getFieldsWithExistingData, n as TaxInformationField, t as TAX_INFORMATION_FIELD } from "./TaxInformationField-Cnsv_Wjn.js";
46
+ import { a as getFieldsWithExistingData, n as TaxInformationField, t as TAX_INFORMATION_FIELD } from "./TaxInformationField-BATWmnyF.js";
47
47
  import { a as validateNotEmptyOnBlur } from "./patternValidators-CyquDS0K.js";
48
48
  import { S as taxInformationDefaultFieldMetadata, i as COUNTRIES_THAT_USE_TAX_ID_INSTEAD_OF_VAT, u as countryToTaxInfoTypeMap, v as exemptedFromTaxDefaultFieldConfig, x as taxInformationDefaultFieldConfig, y as exemptedFromTaxDefaultFieldMetadata } from "./utils-DJiLPA9H.js";
49
49
  import { t as resolveFieldMetadata } from "./fieldConfigurations-m7oWP1DZ.js";
@@ -61,7 +61,7 @@ import { t as Spacer } from "./Spacer-CIwzVSSs.js";
61
61
  import { t as FormNavigation } from "./FormNavigation-CnYKCwKM.js";
62
62
  import { n as useStateContext, t as useGlobalDataSlice } from "./useGlobalData-kCF9O1er.js";
63
63
  import { c as getRegistrationNumberHelperText, i as getCompanyRegistrationNumberOptions, l as registrationNumberDefaultFieldConfig, n as getDefaultRegistrationNumberType, o as exemptFromRegistrationNumberDefaultFieldConfig, r as inferCompanyRegistrationNumberType, s as exemptFromRegistrationNumberDefaultFieldMetadata, u as registrationNumberDefaultFieldMetadata } from "./CompanyRegistrationNumberTypeSelector-ClsEwZ_M.js";
64
- import { _ as BusinessRegistrationNumberField, a as operationalAddressIsSameItems, c as getDefaultVatNumberType, f as doingBusinessAsAbsentFieldMetadata, g as BUSINESS_REGISTRATION_NUMBER_FIELD, h as DBA_NAME_FIELD, i as operationalAddressIsSameIds, l as defaultFieldConfig, m as DBANameField, n as RegistrationAddress, o as VAT_NUMBER_FIELD, p as doingBusinessAsFieldMetadata, r as registrationAddressFields, s as VatNumberField, t as MemoizedConstitutionalDocument, u as defaultFieldMetadata } from "./ConstitutionalDocument-DLKR6UHP.js";
64
+ import { _ as BusinessRegistrationNumberField, a as operationalAddressIsSameItems, c as getDefaultVatNumberType, f as doingBusinessAsAbsentFieldMetadata, g as BUSINESS_REGISTRATION_NUMBER_FIELD, h as DBA_NAME_FIELD, i as operationalAddressIsSameIds, l as defaultFieldConfig, m as DBANameField, n as RegistrationAddress, o as VAT_NUMBER_FIELD, p as doingBusinessAsFieldMetadata, r as registrationAddressFields, s as VatNumberField, t as MemoizedConstitutionalDocument, u as defaultFieldMetadata } from "./ConstitutionalDocument-DrM5lwZv.js";
65
65
  import { a as UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_REQUIRED, i as UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_OPTIONAL, n as UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_OPTIONAL, o as UNINCORPORATED_PARTNERSHIP_COUNTRIES_VAT_NUMBER_OPTIONAL, r as UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_REQUIRED, t as ALLOWED_UNINCORPORATED_PARTNERSHIP_COUNTRIES } from "./types-DFnOnn2u.js";
66
66
  import { t as StepProgressIndicator } from "./StepProgressIndicator-J9mjU88T.js";
67
67
  import { useCallback, useEffect, useMemo, useRef, useState } from "preact/hooks";
@@ -11,7 +11,7 @@ import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
11
11
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
12
12
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
13
13
  import { t as useTrustMembers } from "./useTrustMembers-BzDYlbbF.js";
14
- import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-Dc5yiygI.js";
14
+ import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-BvRiBknx.js";
15
15
  import { jsx } from "preact/jsx-runtime";
16
16
  import { skipToken } from "@tanstack/preact-query";
17
17
  import { useParams } from "wouter-preact";
@@ -11,7 +11,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
11
11
  import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
12
12
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
13
13
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
14
- import { t as IndividualDropin } from "./IndividualDropin-4_ucmMg8.js";
14
+ import { t as IndividualDropin } from "./IndividualDropin-DgwQ5nbE.js";
15
15
  import { jsx } from "preact/jsx-runtime";
16
16
  import { skipToken } from "@tanstack/preact-query";
17
17
  import { useParams } from "wouter-preact";
@@ -11,7 +11,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
11
11
  import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
12
12
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
13
13
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
14
- import { t as IndividualDropin } from "./IndividualDropin-4_ucmMg8.js";
14
+ import { t as IndividualDropin } from "./IndividualDropin-DgwQ5nbE.js";
15
15
  import { jsx } from "preact/jsx-runtime";
16
16
  import { skipToken } from "@tanstack/preact-query";
17
17
  import { useParams } from "wouter-preact";
@@ -11,7 +11,7 @@ import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
11
11
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
12
12
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
13
13
  import { t as useUnincorporatedPartnershipMembers } from "./useUnincorporatedPartnershipMembers-rr3GdonJ.js";
14
- import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-Dc5yiygI.js";
14
+ import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-BvRiBknx.js";
15
15
  import { jsx } from "preact/jsx-runtime";
16
16
  import { skipToken } from "@tanstack/preact-query";
17
17
  import { useParams } from "wouter-preact";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "c54bb053-284d-4fd1-b61d-e22913c1d663", e._sentryDebugIdIdentifier = "sentry-dbid-c54bb053-284d-4fd1-b61d-e22913c1d663");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
7
7
  import { r as Loader } from "./Button-CAoywEKy.js";
8
8
  import { r as useLegalEntity } from "./useLegalEntity-CJD0bWSj.js";
9
9
  import { t as getLegalEntityCountry } from "./getLegalEntityCountry-C6bSV6sB.js";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "aeb1e5a2-78c7-4331-a6a9-da426229ce97", e._sentryDebugIdIdentifier = "sentry-dbid-aeb1e5a2-78c7-4331-a6a9-da426229ce97");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
7
7
  import { r as Loader } from "./Button-CAoywEKy.js";
8
8
  import { r as useLegalEntity } from "./useLegalEntity-CJD0bWSj.js";
9
9
  import { t as getLegalEntityCountry } from "./getLegalEntityCountry-C6bSV6sB.js";
@@ -11,7 +11,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
11
11
  import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
12
12
  import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
13
13
  import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-_KT3YxwG.js";
14
- import { t as IndividualDropin } from "./IndividualDropin-4_ucmMg8.js";
14
+ import { t as IndividualDropin } from "./IndividualDropin-DgwQ5nbE.js";
15
15
  import { t as emitAdyenSdkEvent } from "./emitEvent-B8K0cb1F.js";
16
16
  import register from "preact-custom-element";
17
17
  import { useRef } from "preact/hooks";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "c8be474e-157a-49bc-a055-6eaab8578b95", e._sentryDebugIdIdentifier = "sentry-dbid-c8be474e-157a-49bc-a055-6eaab8578b95");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
7
7
  import { s as useApiContext } from "./http-j2zqU8vS.js";
8
8
  import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-CJD0bWSj.js";
9
9
  import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
@@ -2,8 +2,8 @@ try {
2
2
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "ebe06342-38a0-406f-a544-cec71485ae48", e._sentryDebugIdIdentifier = "sentry-dbid-ebe06342-38a0-406f-a544-cec71485ae48");
4
4
  } catch (e) {}
5
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
- import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-D_ddbzUN.js";
5
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
6
+ import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-DZinWUEH.js";
7
7
  import register from "preact-custom-element";
8
8
  import { jsx } from "preact/jsx-runtime";
9
9
  //#region src/embeds/invited-decision-maker/adyen-invited-decision-maker.tsx
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "790b8093-ef78-4ba3-8ed4-df38c43a3064", e._sentryDebugIdIdentifier = "sentry-dbid-790b8093-ef78-4ba3-8ed4-df38c43a3064");
4
4
  } catch (e) {}
5
5
  import { a as Icon, i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
- import { i as stylesheets, n as EmbedShell, r as useToggles, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
+ import { i as stylesheets, n as EmbedShell, r as useToggles, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
7
7
  import { n as IconButton, r as Loader, t as Button } from "./Button-CAoywEKy.js";
8
8
  import { n as httpGet, r as httpPost, s as useApiContext } from "./http-j2zqU8vS.js";
9
9
  import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-CJD0bWSj.js";
@@ -55,7 +55,7 @@ import { t as isNewEntity } from "./isNewEntity-BCb_oxKh.js";
55
55
  import { i as idNowPostSubmit, o as showIdNowModal, t as isBafinSignatoryFlow } from "./bafinUtils-D3gY2wvY.js";
56
56
  import { t as useTrustMembers } from "./useTrustMembers-BzDYlbbF.js";
57
57
  import { t as UnincorporatedPartnershipMemberTypes } from "./unincorporated-partnership-CtwHVLzp.js";
58
- import { A as UnincorporatedPartnershipMembersOverview$1, C as TrustMemberCompanyPage$1, D as UnincorporatedPartnershipIndividualPage$1, E as TrustMembersOverview$1, M as getDefaultTask$1, O as UnincorporatedPartnershipMemberCompanyPage$1, S as TrustDetailsPage$1, T as TrustMemberRoleAndTypePage$1, _ as SignPCIComponent$1, a as BusinessTypeSelectionPage$1, b as SourceOfFundsPage$1, c as DecisionMakers$1, d as PayoutDetailsPage$1, f as ROUTE_PATHS, g as RootIndividualDetailsPage$1, h as RootBusinessLinesPage$1, i as BusinessFinancingPage$1, j as detectBasePath, k as UnincorporatedPartnershipMemberRoleAndTypePage$1, l as Introduction$1, m as RootBusinessDetailsPage$1, n as AcceptTermsOfService$1, o as CustomerSupport$1, p as Review$1, r as AccountSetupRejected$1, s as DecisionMakerDetailsPage$1, t as useNavigate, u as LegalRepresentativeDetailsPage$1, v as SingpassSelection$1, w as TrustMemberIndividualPage$1, x as TaxReportingDropin$1, y as SoleProprietorshipPage$1 } from "./useNavigate-DQ18xcfQ.js";
58
+ import { A as UnincorporatedPartnershipMembersOverview$1, C as TrustMemberCompanyPage$1, D as UnincorporatedPartnershipIndividualPage$1, E as TrustMembersOverview$1, M as getDefaultTask$1, O as UnincorporatedPartnershipMemberCompanyPage$1, S as TrustDetailsPage$1, T as TrustMemberRoleAndTypePage$1, _ as SignPCIComponent$1, a as BusinessTypeSelectionPage$1, b as SourceOfFundsPage$1, c as DecisionMakers$1, d as PayoutDetailsPage$1, f as ROUTE_PATHS, g as RootIndividualDetailsPage$1, h as RootBusinessLinesPage$1, i as BusinessFinancingPage$1, j as detectBasePath, k as UnincorporatedPartnershipMemberRoleAndTypePage$1, l as Introduction$1, m as RootBusinessDetailsPage$1, n as AcceptTermsOfService$1, o as CustomerSupport$1, p as Review$1, r as AccountSetupRejected$1, s as DecisionMakerDetailsPage$1, t as useNavigate, u as LegalRepresentativeDetailsPage$1, v as SingpassSelection$1, w as TrustMemberIndividualPage$1, x as TaxReportingDropin$1, y as SoleProprietorshipPage$1 } from "./useNavigate-kfEQllGp.js";
59
59
  import register from "preact-custom-element";
60
60
  import { Suspense, lazy } from "preact/compat";
61
61
  import { useCallback as useCallback$1, useContext as useContext$1, useEffect as useEffect$1, useMemo as useMemo$1, useReducer, useRef as useRef$1, useState as useState$1 } from "preact/hooks";
@@ -1777,24 +1777,24 @@ var Review = lazy(async () => (await import("./Review-D_V907-B.js")).Review);
1777
1777
  var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-vkWdNgks.js").then((n) => n.n)).SignPCIComponent);
1778
1778
  var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-B7fbVXdI.js").then((n) => n.n)).AcceptTermsOfServiceComponent);
1779
1779
  var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-D1js0BZh.js").then((n) => n.n)).TaxReportingDropin);
1780
- var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-C8ha9oP7.js")).PayoutDetailsPage);
1781
- var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-CpJpwq-J.js")).RootBusinessDetailsPage);
1780
+ var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-DwoVAy_a.js")).PayoutDetailsPage);
1781
+ var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-y5yYel69.js")).RootBusinessDetailsPage);
1782
1782
  var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-kR_YA3x3.js")).RootBusinessLinesPage);
1783
- var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-BoSOJNxS.js")).SoleProprietorshipPage);
1784
- var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-BCx7sgZY.js")).TrustMemberCompanyPage);
1785
- var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-ya4EV_FT.js")).TrustMemberIndividualPage);
1783
+ var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-Dr6RjeGw.js")).SoleProprietorshipPage);
1784
+ var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-D5iRkBRx.js")).TrustMemberCompanyPage);
1785
+ var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-BAwIfIfu.js")).TrustMemberIndividualPage);
1786
1786
  var TrustMemberRoleAndTypePage = lazy(async () => (await import("./TrustMemberRoleAndTypePage-DRbPuuPH.js")).TrustMemberRoleAndTypePage);
1787
1787
  var TrustMembersOverview = lazy(async () => (await import("./TrustMembersOverview-CXAI1CK4.js")).TrustMembersOverview);
1788
- var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-DhY3nGNA.js")).UnincorporatedPartnershipMemberCompanyPage);
1789
- var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-ovssKMk4.js")).UnincorporatedPartnershipIndividualPage);
1788
+ var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-CiyQA2Ik.js")).UnincorporatedPartnershipMemberCompanyPage);
1789
+ var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-DhisTVyr.js")).UnincorporatedPartnershipIndividualPage);
1790
1790
  var UnincorporatedPartnershipMemberRoleAndTypePage = lazy(async () => (await import("./UnincorporatedPartnershipMemberRoleAndTypePage-VUd7Y8HV.js")).UnincorporatedPartnershipMemberRoleAndTypePage);
1791
1791
  var UnincorporatedPartnershipMembersOverview = lazy(async () => (await import("./UnincorporatedPartnershipMembersOverview-B2b21SFS.js")).UnincorporatedPartnershipMembersOverview);
1792
1792
  var BusinessFinancingPage = lazy(async () => (await import("./BusinessFinancingPage-nH-LXbfW.js")).BusinessFinancingPage);
1793
- var TrustDetailsPage = lazy(async () => (await import("./TrustDetailsPage-d_8FZZQb.js")).TrustDetailsPage);
1793
+ var TrustDetailsPage = lazy(async () => (await import("./TrustDetailsPage-CEQDGlga.js")).TrustDetailsPage);
1794
1794
  var SourceOfFundsPage = lazy(async () => (await import("./SourceOfFundsPage-9ewg3IS3.js")).SourceOfFundsPage);
1795
- var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-DGgF0kED.js")).RootIndividualDetailsPage);
1796
- var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-BTrJdEUq.js")).LegalRepresentativeDetailsPage);
1797
- var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-BfrKjwlD.js")).DecisionMakerDetailsPage);
1795
+ var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-CRTmZ5PU.js")).RootIndividualDetailsPage);
1796
+ var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-DsPIvYzE.js")).LegalRepresentativeDetailsPage);
1797
+ var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-iE0ObYZ6.js")).DecisionMakerDetailsPage);
1798
1798
  function isIn(values, x) {
1799
1799
  return values.includes(x);
1800
1800
  }
@@ -2,7 +2,7 @@ try {
2
2
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "29ba5771-76f7-4d6a-a86b-5c7cebed1d6a", e._sentryDebugIdIdentifier = "sentry-dbid-29ba5771-76f7-4d6a-a86b-5c7cebed1d6a");
4
4
  } catch (e) {}
5
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
5
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
6
6
  import { t as emitAdyenSdkEvent } from "./emitEvent-B8K0cb1F.js";
7
7
  import { t as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-B7fbVXdI.js";
8
8
  import register from "preact-custom-element";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "1d693f3a-5b3f-422f-8df1-ca648afef005", e._sentryDebugIdIdentifier = "sentry-dbid-1d693f3a-5b3f-422f-8df1-ca648afef005");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
7
7
  import { s as useApiContext } from "./http-j2zqU8vS.js";
8
8
  import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
9
9
  import { n as useTermsOfServiceAcceptanceInfos, t as useTermsOfServiceStatus } from "./useTermsOfServiceStatus-BEnd0oh0.js";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "51923a4f-0f01-4da4-8a1d-f6ece7f53ec3", e._sentryDebugIdIdentifier = "sentry-dbid-51923a4f-0f01-4da4-8a1d-f6ece7f53ec3");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
7
7
  import { r as Loader } from "./Button-CAoywEKy.js";
8
8
  import { r as useLegalEntity } from "./useLegalEntity-CJD0bWSj.js";
9
9
  import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "27a34ece-32bc-4a16-8aac-adb15a9bb2a2", e._sentryDebugIdIdentifier = "sentry-dbid-27a34ece-32bc-4a16-8aac-adb15a9bb2a2");
4
4
  } catch (e) {}
5
5
  import { i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
7
7
  import { r as Loader, t as Button } from "./Button-CAoywEKy.js";
8
8
  import { n as httpGet, s as useApiContext } from "./http-j2zqU8vS.js";
9
9
  import { c as entriesOf, n as cloneObject } from "./AnalyticsContext-C0HNdPss.js";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "11efa216-4dc2-42d9-b27b-7f4d2b685ea3", e._sentryDebugIdIdentifier = "sentry-dbid-11efa216-4dc2-42d9-b27b-7f4d2b685ea3");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-CrA6j7T1.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-By-8HByO.js";
7
7
  import { r as Loader, t as Button } from "./Button-CAoywEKy.js";
8
8
  import { r as httpPost, s as useApiContext } from "./http-j2zqU8vS.js";
9
9
  import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
@@ -1,6 +1,6 @@
1
1
  try {
2
2
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
3
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "78472687-d21c-46e9-ba3e-f87b4c62df20", e._sentryDebugIdIdentifier = "sentry-dbid-78472687-d21c-46e9-ba3e-f87b4c62df20");
3
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "89237df7-921b-4023-b0c8-37b213be088d", e._sentryDebugIdIdentifier = "sentry-dbid-89237df7-921b-4023-b0c8-37b213be088d");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, o as createLogger, r as useTranslation, s as initReactI18next } from "./translation-hEYGx0ZB.js";
6
6
  import { r as Loader, t as Button } from "./Button-CAoywEKy.js";
@@ -301,7 +301,7 @@ var getAnalyticsAssociatedEntityDetails = (rootLegalEntity, accountHolderType) =
301
301
  //#endregion
302
302
  //#region src/hooks/useAnalytics/useAnalytics.ts
303
303
  var useAnalytics = ({ userEvents, sessionId, sessionData }) => {
304
- const sdkVersion = "4.11.0-beta.0";
304
+ const sdkVersion = "4.11.0-beta.1";
305
305
  const { data: rootLegalEntity } = useLegalEntity(ROOT_LE);
306
306
  const { mutateAsync } = usePushAnalyticEvent(sessionId ?? "");
307
307
  const { accountHolder } = useAccountHolder();
@@ -396,7 +396,7 @@ var AnalyticsProvider = ({ componentName, children, rootLegalEntityId, locale })
396
396
  const capabilities = rootLegalEntity?.capabilities && Object.keys(rootLegalEntity.capabilities);
397
397
  const shouldTrackPrefilledDetails = capabilities?.includes("receivePayments") && onboardingVersion && onboardingVersion > 1;
398
398
  const sessionData = {
399
- sdkVersion: "4.11.0-beta.0",
399
+ sdkVersion: "4.11.0-beta.1",
400
400
  componentName,
401
401
  userAgent: navigator.userAgent,
402
402
  legalEntityId: rootLegalEntityId,
@@ -851,7 +851,7 @@ var AllowedCountryGate = ({ children }) => {
851
851
  };
852
852
  //#endregion
853
853
  //#region src/components/Shared/devex/DebugListener/DebugListener.tsx
854
- var DebugModal = lazy(async () => (await import("./DebugModal-D0kXm91Y.js")).DebugModal);
854
+ var DebugModal = lazy(async () => (await import("./DebugModal-CUeEg9qk.js")).DebugModal);
855
855
  /**
856
856
  * Adds a listener on the page to open the debug modal when the
857
857
  * debug modal key combination is pressed to open it
@@ -949,7 +949,7 @@ var EmbedShell = ({ children, rootLegalEntityId, settings, features, refreshExpe
949
949
  children: /* @__PURE__ */ jsxs(StoreProvider, { children: [/* @__PURE__ */ jsx("span", {
950
950
  id: "sdk-version",
951
951
  hidden: true,
952
- children: "4.11.0-beta.0"
952
+ children: "4.11.0-beta.1"
953
953
  }), /* @__PURE__ */ jsx(AnalyticsProvider, {
954
954
  componentName,
955
955
  locale,
@@ -1,6 +1,6 @@
1
1
  try {
2
2
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
3
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "ade4a5ef-2039-41fe-abcf-c67685e1ef3c", e._sentryDebugIdIdentifier = "sentry-dbid-ade4a5ef-2039-41fe-abcf-c67685e1ef3c");
3
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "78bc71bb-f620-4b74-8900-7fd2b3b88db3", e._sentryDebugIdIdentifier = "sentry-dbid-78bc71bb-f620-4b74-8900-7fd2b3b88db3");
4
4
  } catch (e) {}
5
5
  import { i as Typography, o as createLogger, r as useTranslation } from "./translation-hEYGx0ZB.js";
6
6
  import { r as Loader, t as Button } from "./Button-CAoywEKy.js";
@@ -54,7 +54,7 @@ import { a as mapAddressLabelsNewSummary, c as COUNTRIES_WITH_STATES_DATASET, n
54
54
  import { i as isValidationError, n as isBusinessSelectionLegalArrangementError, o as processValidationErrors, s as isMaintenanceModeError } from "./validationError-Au-8gBsy.js";
55
55
  import { c as getDocument, l as getDocuments, o as createDocumentRequest, p as mergeProofOfOwnershipAttachments, s as documentApiUtils, u as getFileExtention } from "./validate-Cmbqq1fk.js";
56
56
  import { r as formatObject } from "./utils-DoIwWADT.js";
57
- import { a as getFieldsWithExistingData, n as TaxInformationField, r as MemoizedDocumentUpload, t as TAX_INFORMATION_FIELD } from "./TaxInformationField-Cnsv_Wjn.js";
57
+ import { a as getFieldsWithExistingData, n as TaxInformationField, r as MemoizedDocumentUpload, t as TAX_INFORMATION_FIELD } from "./TaxInformationField-BATWmnyF.js";
58
58
  import { t as isJapanLocalizationEnabled } from "./japanSupportUtils-BFwywtpf.js";
59
59
  import { t as uppercase } from "./uppercase-ClG7c-t9.js";
60
60
  import { a as validateNotEmptyOnBlur, n as validateJaKanaLegalCompanyName, o as validatePatternOnBlur, t as validateJaHaniLegalCompanyName } from "./patternValidators-CyquDS0K.js";
@@ -86,7 +86,7 @@ import { t as ListItem } from "./ListItem-CfjtbmOG.js";
86
86
  import { A as formatCurrency, t as ALLOWED_SOF_SERVICES } from "./utils-g2Ds-zYM.js";
87
87
  import { a as getValidCompanyTypesForRegistrationNumberType, c as getRegistrationNumberHelperText, i as getCompanyRegistrationNumberOptions, l as registrationNumberDefaultFieldConfig, n as getDefaultRegistrationNumberType, r as inferCompanyRegistrationNumberType, s as exemptFromRegistrationNumberDefaultFieldMetadata, u as registrationNumberDefaultFieldMetadata } from "./CompanyRegistrationNumberTypeSelector-ClsEwZ_M.js";
88
88
  import { t as useIndustryCodes } from "./useIndustryCodes-UxfJAgIy.js";
89
- import { _ as BusinessRegistrationNumberField, c as getDefaultVatNumberType, d as vatAbsenceReasonMetadata, f as doingBusinessAsAbsentFieldMetadata, g as BUSINESS_REGISTRATION_NUMBER_FIELD, h as DBA_NAME_FIELD, i as operationalAddressIsSameIds, l as defaultFieldConfig$1, m as DBANameField, o as VAT_NUMBER_FIELD, p as doingBusinessAsFieldMetadata, r as registrationAddressFields, s as VatNumberField, t as MemoizedConstitutionalDocument, u as defaultFieldMetadata$1 } from "./ConstitutionalDocument-DLKR6UHP.js";
89
+ import { _ as BusinessRegistrationNumberField, c as getDefaultVatNumberType, d as vatAbsenceReasonMetadata, f as doingBusinessAsAbsentFieldMetadata, g as BUSINESS_REGISTRATION_NUMBER_FIELD, h as DBA_NAME_FIELD, i as operationalAddressIsSameIds, l as defaultFieldConfig$1, m as DBANameField, o as VAT_NUMBER_FIELD, p as doingBusinessAsFieldMetadata, r as registrationAddressFields, s as VatNumberField, t as MemoizedConstitutionalDocument, u as defaultFieldMetadata$1 } from "./ConstitutionalDocument-DrM5lwZv.js";
90
90
  import { d as IndustryCodeField, m as industryCodeFieldMetadata, n as useCreateBusinessLine, r as INDUSTRY_CODE_FIELD, t as useUpdateBusinessLine } from "./useUpdateBusinessLines-Cb4l4EVO.js";
91
91
  import { a as defaultFieldMetadata$2, i as defaultFieldConfigV4, o as defaultFieldMetadataV4, r as defaultFieldConfig$2, s as getLegalCompanyNameGuidanceText, t as LEGAL_COMPANY_NAME_FIELD } from "./LegalCompanyNameField-Bbx35Zwc.js";
92
92
  import { s as organizationTypesToSkipCompanyStructureForm } from "./utils-BkkjRLzb.js";
@@ -1110,7 +1110,7 @@ function BasicInformation({ id, country, shouldValidate, validationErrors = EMPT
1110
1110
  shouldValidate,
1111
1111
  handleChangeFor,
1112
1112
  canExempt: showField(["exemptedFromTax"]),
1113
- registrationNumber: form.data.additionalInformation?.registrationNumber,
1113
+ registrationNumber: form.data.basicInformation?.registrationNumber,
1114
1114
  country,
1115
1115
  entityType: companyType,
1116
1116
  defaultData: form.defaultData?.basicInformation?.taxInformation,
@@ -36,25 +36,25 @@ var Review = lazy(async () => (await import("./Review-D_V907-B.js")).Review);
36
36
  var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-vkWdNgks.js").then((n) => n.n)).SignPCIComponent);
37
37
  var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-B7fbVXdI.js").then((n) => n.n)).AcceptTermsOfServiceComponent);
38
38
  var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-D1js0BZh.js").then((n) => n.n)).TaxReportingDropin);
39
- var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-C8ha9oP7.js")).PayoutDetailsPage);
40
- var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-CpJpwq-J.js")).RootBusinessDetailsPage);
39
+ var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-DwoVAy_a.js")).PayoutDetailsPage);
40
+ var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-y5yYel69.js")).RootBusinessDetailsPage);
41
41
  var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-kR_YA3x3.js")).RootBusinessLinesPage);
42
- var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-BoSOJNxS.js")).SoleProprietorshipPage);
43
- var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-BCx7sgZY.js")).TrustMemberCompanyPage);
44
- var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-ya4EV_FT.js")).TrustMemberIndividualPage);
42
+ var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-Dr6RjeGw.js")).SoleProprietorshipPage);
43
+ var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-D5iRkBRx.js")).TrustMemberCompanyPage);
44
+ var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-BAwIfIfu.js")).TrustMemberIndividualPage);
45
45
  var TrustMemberRoleAndTypePage = lazy(async () => (await import("./TrustMemberRoleAndTypePage-DRbPuuPH.js")).TrustMemberRoleAndTypePage);
46
46
  var TrustMembersOverview = lazy(async () => (await import("./TrustMembersOverview-CXAI1CK4.js")).TrustMembersOverview);
47
- var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-DhY3nGNA.js")).UnincorporatedPartnershipMemberCompanyPage);
48
- var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-ovssKMk4.js")).UnincorporatedPartnershipIndividualPage);
47
+ var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-CiyQA2Ik.js")).UnincorporatedPartnershipMemberCompanyPage);
48
+ var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-DhisTVyr.js")).UnincorporatedPartnershipIndividualPage);
49
49
  var UnincorporatedPartnershipMemberRoleAndTypePage = lazy(async () => (await import("./UnincorporatedPartnershipMemberRoleAndTypePage-VUd7Y8HV.js")).UnincorporatedPartnershipMemberRoleAndTypePage);
50
50
  var UnincorporatedPartnershipMembersOverview = lazy(async () => (await import("./UnincorporatedPartnershipMembersOverview-B2b21SFS.js")).UnincorporatedPartnershipMembersOverview);
51
51
  var BusinessFinancingPage = lazy(async () => (await import("./BusinessFinancingPage-nH-LXbfW.js")).BusinessFinancingPage);
52
- var TrustDetailsPage = lazy(async () => (await import("./TrustDetailsPage-d_8FZZQb.js")).TrustDetailsPage);
52
+ var TrustDetailsPage = lazy(async () => (await import("./TrustDetailsPage-CEQDGlga.js")).TrustDetailsPage);
53
53
  var SourceOfFundsPage = lazy(async () => (await import("./SourceOfFundsPage-9ewg3IS3.js")).SourceOfFundsPage);
54
- var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-DGgF0kED.js")).RootIndividualDetailsPage);
55
- var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-BTrJdEUq.js")).LegalRepresentativeDetailsPage);
56
- var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-BfrKjwlD.js")).DecisionMakerDetailsPage);
57
- lazy(async () => (await import("./InvitedDecisionMakerComponent-D_ddbzUN.js").then((n) => n.n)).InvitedDecisionMakerComponent);
54
+ var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-CRTmZ5PU.js")).RootIndividualDetailsPage);
55
+ var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-DsPIvYzE.js")).LegalRepresentativeDetailsPage);
56
+ var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-iE0ObYZ6.js")).DecisionMakerDetailsPage);
57
+ lazy(async () => (await import("./InvitedDecisionMakerComponent-DZinWUEH.js").then((n) => n.n)).InvitedDecisionMakerComponent);
58
58
  var ROUTE_CONFIG = {
59
59
  [TaskTypes.ADAPTIVE]: {
60
60
  path: "/adaptive",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/kyc-components",
3
- "version": "4.11.0-beta.0",
3
+ "version": "4.11.0-beta.1",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-for-platforms",