@adyen/kyc-components 3.67.3 → 3.68.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 (142) hide show
  1. package/dist/AcceptTermsOfServiceComponent-CU2alc91.js +1711 -0
  2. package/dist/{AccountSetupRejected-ChiJY18-.js → AccountSetupRejected-CJ-_A3Ny.js} +3 -2
  3. package/dist/{BusinessTypeSelection-D7ZvvIMS.js → BusinessTypeSelection-8O8S1NJQ.js} +16 -16
  4. package/dist/{CXEL7IU7-Bk2n0dNy.js → CXEL7IU7-BJwGAGi_.js} +3 -3
  5. package/dist/CreateIndividualComponent-CbKLS3lw.js +3803 -0
  6. package/dist/{CustomerSupport-CJNWyhvH.js → CustomerSupport-DwHNm45d.js} +4 -3
  7. package/dist/{DebugModal-Bv0myReE.js → DebugModal-Bl6alyPp.js} +8 -9
  8. package/dist/{DecisionMakers-ChL8AjTJ.js → DecisionMakers-D35kGGBp.js} +4 -2
  9. package/dist/EmbedShell-uQMA3IsQ.js +60 -0
  10. package/dist/{core-B_WrZP-J.js → EventEmitter-BCgWoSHk.js} +1242 -23651
  11. package/dist/{HASRA6WW-1uv7rGnF.js → HASRA6WW-bymne0OX.js} +2 -2
  12. package/dist/{I3HPI4QX-Cu2MHefw.js → I3HPI4QX-BjDbFXav.js} +3 -3
  13. package/dist/{Introduction-S84AjEkr.js → Introduction-C0NQbS7T.js} +3 -2
  14. package/dist/{Review-B416UIqb.js → Review-dqxqat30.js} +4 -2
  15. package/dist/{SingpassSelection-CGe7MVVA.js → SingpassSelection-Dkxz3a-V.js} +3 -3
  16. package/dist/{TaxReportingDropin-CUnugFcz.js → TaxReportingDropin-E8B4As4p.js} +48 -17
  17. package/dist/adyen-kyc-components.js +1 -1
  18. package/dist/adyenConfig.js +3 -13
  19. package/dist/core-PYXN6HpB.js +18040 -0
  20. package/dist/{css-BdtMD5A5.js → css-w3W1DNq3.js} +2 -2
  21. package/dist/individual.js +35 -19
  22. package/dist/{json-DbFHJS1e.js → json-BVkPD1GZ.js} +2 -2
  23. package/dist/listToRecord-CBVflh7a.js +160 -0
  24. package/dist/{plaintext-DuNA8yq2.js → plaintext-Bgjkv8j9.js} +2 -2
  25. package/dist/style.css +948 -377
  26. package/dist/styles-CLV89_hH.js +6142 -0
  27. package/dist/terms-of-service-preact.js +15 -0
  28. package/dist/terms-of-service-react.js +15 -0
  29. package/dist/terms-of-service.js +55 -0
  30. package/dist/types/api/address/useAddressCleanse.d.ts +1 -0
  31. package/dist/types/api/address/useRetrieveAddress.d.ts +5 -0
  32. package/dist/types/api/address/useSearchAddress.d.ts +1 -0
  33. package/dist/types/api/businessLines/useBusinessLines.d.ts +1 -0
  34. package/dist/types/api/check/useCheck.d.ts +2 -0
  35. package/dist/types/api/configurations/useScenarios.d.ts +181 -0
  36. package/dist/types/api/configurations/useSupportedCountries.d.ts +1 -0
  37. package/dist/types/api/configurations/useTaskTypes.d.ts +6 -0
  38. package/dist/types/api/configurations/useVersionConfiguration.d.ts +2 -4
  39. package/dist/types/api/datasets/useLegalForms.d.ts +1 -0
  40. package/dist/types/api/datasets/useNaceCodes.d.ts +1 -0
  41. package/dist/types/api/datasets/useSourceOfFundsTypes.d.ts +1 -0
  42. package/dist/types/api/documents/{useGetDocument.d.ts → useDocument.d.ts} +6 -1
  43. package/dist/types/api/legalEntity/useLegalEntity.d.ts +5 -0
  44. package/dist/types/api/onboardingStatus/useOnboardingStatus.d.ts +1 -0
  45. package/dist/types/api/openId/useOpenIdAuthorizationLink.d.ts +1 -0
  46. package/dist/types/api/pciTemplate/usePciQuestionnaireList.d.ts +6 -2
  47. package/dist/types/api/pciTemplate/usePciStatus.d.ts +5 -2
  48. package/dist/types/api/pciTemplate/usePciTemplate.d.ts +5 -2
  49. package/dist/types/api/pciTemplate/useSignPci.d.ts +4 -1
  50. package/dist/types/api/providersConfiguration/useProviderStatus.d.ts +1 -0
  51. package/dist/types/api/taskStatus/useTaskStatus.d.ts +1 -0
  52. package/dist/types/api/taxClassification/useTaxClassification.d.ts +1 -0
  53. package/dist/types/api/termsOfService/useAcceptTermsOfService.d.ts +4 -1
  54. package/dist/types/api/termsOfService/useAcceptedTermsOfService.d.ts +14 -2
  55. package/dist/types/api/termsOfService/useTermsOfService.d.ts +6 -2
  56. package/dist/types/api/termsOfService/useTermsOfServiceAcceptanceInfos.d.ts +5 -1
  57. package/dist/types/api/termsOfService/useTermsOfServiceStatus.d.ts +6 -2
  58. package/dist/types/api/transferInstruments/{useGetBankVerificationProviders.d.ts → useBankVerificationProviders.d.ts} +5 -1
  59. package/dist/types/api/transferInstruments/{useGetTransferInstrument.d.ts → useTransferInstrument.d.ts} +6 -1
  60. package/dist/types/api/transferInstruments/{useGetTransferInstruments.d.ts → useTransferInstruments.d.ts} +2 -1
  61. package/dist/types/api/types.d.ts +14 -0
  62. package/dist/types/api/uiAnalytics/useAnalyticsSession.d.ts +5 -0
  63. package/dist/types/api/validation/useValidateAccountIdentification.d.ts +6 -2
  64. package/dist/types/api/validation/useValidatePhoneNumber.d.ts +15 -0
  65. package/dist/types/components/BankAccount/forms/BankVerification/types.d.ts +1 -1
  66. package/dist/types/components/BankAccount/forms/PayoutDetails/types.d.ts +1 -1
  67. package/dist/types/components/BankAccount/forms/PayoutVerificationMethod/PreferInstantVerificationMethod/PreferInstantVerificationMethod.d.ts +1 -1
  68. package/dist/types/components/BankAccount/forms/PayoutVerificationMethod/types.d.ts +1 -1
  69. package/dist/types/components/BankAccount/hooks/useAsyncAccountDetailsValidationRules.d.ts +1 -1
  70. package/dist/types/components/BankAccount/mapping/payoutKeyMappings.d.ts +1 -1
  71. package/dist/types/components/Business/tasks/BusinessDetailsDropin/BusinessDetailsDropin.d.ts +1 -1
  72. package/dist/types/components/Business/tasks/BusinessDetailsDropin/types.d.ts +4 -4
  73. package/dist/types/components/EFP/tasks/HighExposureDropin/types.d.ts +0 -2
  74. package/dist/types/components/EFP/tasks/TaxReportingDropin/utils.d.ts +2 -1
  75. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverview/ManageTransferInstrumentOverview.d.ts +1 -1
  76. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItem/ManageTransferInstrumentOverviewItem.d.ts +1 -1
  77. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItemModal/ManageTransferInstrumentOverviewItemModal.d.ts +1 -1
  78. package/dist/types/components/EmbeddedDropins/OnboardingDropinComponent/DropinComposer/DropinComposer.d.ts +1 -1
  79. package/dist/types/components/EmbeddedDropins/OnboardingDropinComponent/DropinComposer/types.d.ts +2 -8
  80. package/dist/types/components/Individual/forms/Individual/IdDocumentUpload/types.d.ts +4 -3
  81. package/dist/types/components/Individual/forms/Individual/IdDocumentUpload/utils.d.ts +3 -0
  82. package/dist/types/components/Individual/forms/IndividualOnfido/BasicDetails/BasicDetails.types.d.ts +0 -5
  83. package/dist/types/components/Individual/forms/IndividualOnfido/IndividualOnfido.types.d.ts +2 -4
  84. package/dist/types/components/Individual/tasks/IndividualDropin/IndividualDropin.d.ts +1 -1
  85. package/dist/types/components/Individual/tasks/IndividualOnfidoDropin/IndividualOnfidoDropin.d.ts +1 -1
  86. package/dist/types/components/Shared/fields/IdFieldTypeSelector/countryIdNumberTypes.d.ts +10 -0
  87. package/dist/types/components/Shared/fields/PhoneField/fieldConfig.d.ts +2 -2
  88. package/dist/types/components/Shared/forms/Address/utils.d.ts +1 -1
  89. package/dist/types/components/Shared/forms/BusinessTypeSelection/types.d.ts +2 -2
  90. package/dist/types/components/Shared/tasks/TaskList/TaskList.d.ts +1 -1
  91. package/dist/types/components/Shared/tasks/TaskList/types.d.ts +0 -3
  92. package/dist/types/components/Trust/forms/Trust/types.d.ts +2 -2
  93. package/dist/types/components/Trust/hooks/useTrustMemberNavigation.hook.d.ts +30 -0
  94. package/dist/types/components/Trust/tasks/TrustDropin/TrustDropin.d.ts +1 -1
  95. package/dist/types/components/Trust/tasks/TrustMembers/TrustMembersOverview.d.ts +6 -3
  96. package/dist/types/components/Trust/utils/addOrUpdateAssociatedTrustMember.d.ts +4 -4
  97. package/dist/types/components/Trust/utils/addOrUpdateUndefinedBeneficiary.d.ts +2 -2
  98. package/dist/types/components/Trust/utils/updateExemptSettlorName.d.ts +4 -4
  99. package/dist/types/components/UnincorporatedPartnership/utils/unincorporatedPartnershipMembers.d.ts +2 -2
  100. package/dist/types/components/ui/atoms/Checkbox/Checkbox.d.ts +7 -3
  101. package/dist/types/components/ui/atoms/Field/Field.d.ts +26 -7
  102. package/dist/types/components/ui/atoms/Field/Field.types.d.ts +4 -2
  103. package/dist/types/components/ui/atoms/InputBase/InputBase.d.ts +2 -6
  104. package/dist/types/components/ui/atoms/Select/Select.d.ts +1 -1
  105. package/dist/types/components/ui/atoms/Select/Select.types.d.ts +3 -3
  106. package/dist/types/components/ui/atoms/SelectButton/SelectButton.d.ts +1 -2
  107. package/dist/types/components/ui/atoms/SelectButton/SelectButton.types.d.ts +3 -2
  108. package/dist/types/components/ui/atoms/SelectListItem/SelectListItem.d.ts +1 -1
  109. package/dist/types/components/ui/atoms/SelectListItem/SelectListItem.types.d.ts +1 -0
  110. package/dist/types/components/ui/molecules/Dropzone/FilePicker.d.ts +4 -2
  111. package/dist/types/context/ExperimentContext/types.d.ts +0 -10
  112. package/dist/types/context/SettingsContext/types.d.ts +3 -1
  113. package/dist/types/core/EmbedShell/EmbedShell.d.ts +26 -0
  114. package/dist/types/core/models/errors/validation-error.d.ts +1 -9
  115. package/dist/types/core/services/http.d.ts +3 -3
  116. package/dist/types/core/services/types.d.ts +2 -2
  117. package/dist/types/embeds/individual/individual.types.d.ts +5 -1
  118. package/dist/types/embeds/individual/preact/Individual.d.ts +3 -3
  119. package/dist/types/embeds/individual/react/Individual.d.ts +3 -3
  120. package/dist/types/embeds/individual/vue/individual.types.d.ts +3 -3
  121. package/dist/types/embeds/terms-of-service/adyen-terms-of-service.d.ts +1 -0
  122. package/dist/types/embeds/terms-of-service/preact/TermsOfService.d.ts +10 -0
  123. package/dist/types/embeds/terms-of-service/react/TermsOfService.d.ts +20 -0
  124. package/dist/types/embeds/terms-of-service/terms-of-service.types.d.ts +8 -0
  125. package/dist/types/embeds/utils.d.ts +4 -0
  126. package/dist/types/hooks/useScenarioConfiguration.d.ts +11 -4
  127. package/dist/types/utils/api/processValidationErrors.d.ts +5 -1
  128. package/dist/types/utils/entityStatusUtil.d.ts +1 -1
  129. package/dist/utils-Do7EwrWz.js +24 -0
  130. package/dist/{yaml-CZT9wc9a.js → yaml-Jyq-xpmw.js} +2 -2
  131. package/package.json +16 -1
  132. package/dist/types/context/ConfigurationApiContext/ConfigurationApiContext.d.ts +0 -7
  133. package/dist/types/context/ConfigurationApiContext/ConfigurationApiProvider.d.ts +0 -7
  134. package/dist/types/context/ConfigurationApiContext/getEmbeddedApi.d.ts +0 -5
  135. package/dist/types/context/ConfigurationApiContext/useConfigurationApi.d.ts +0 -2
  136. package/dist/types/core/models/api/get-configuration.d.ts +0 -17
  137. package/dist/types/core/models/api/get-tasks.d.ts +0 -2
  138. package/dist/types/core/services/componentApi/get-scenarios.d.ts +0 -4
  139. package/dist/types/core/services/componentApi/get-tasks.d.ts +0 -3
  140. package/dist/types/core/services/componentApi/update-legal-entity.d.ts +0 -3
  141. package/dist/types/core/services/componentApi/validate-phone-number.d.ts +0 -3
  142. package/dist/types/hooks/useComponentApi.d.ts +0 -10
@@ -2,13 +2,14 @@
2
2
  {
3
3
  try {
4
4
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
5
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "aac53988-f047-405c-a215-a66f6c072b43", e._sentryDebugIdIdentifier = "sentry-dbid-aac53988-f047-405c-a215-a66f6c072b43");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "93fb8e55-cd0e-40f8-a59e-6287a9b8347b", e._sentryDebugIdIdentifier = "sentry-dbid-93fb8e55-cd0e-40f8-a59e-6287a9b8347b");
6
6
  } catch (e) {
7
7
  }
8
8
  }
9
9
  ;
10
10
  import { jsxs, jsx } from "preact/jsx-runtime";
11
- import { u as useI18nContext, V as AlertIcon, W as FormHeader, X as DropinLayout } from "./core-B_WrZP-J.js";
11
+ import { i as useI18nContext, dV as AlertIcon, bX as FormHeader } from "./EventEmitter-BCgWoSHk.js";
12
+ import { D as DropinLayout } from "./core-PYXN6HpB.js";
12
13
  function AccountSetupRejected() {
13
14
  const { i18n } = useI18nContext();
14
15
  const content = /* @__PURE__ */ jsxs("div", { children: [
@@ -2,14 +2,16 @@
2
2
  {
3
3
  try {
4
4
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
5
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "ec7d1fc0-9b05-478a-89e2-1f7136004a7a", e._sentryDebugIdIdentifier = "sentry-dbid-ec7d1fc0-9b05-478a-89e2-1f7136004a7a");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "a8a4a6f9-9aa0-4c55-b75b-67c1eeb6bf28", e._sentryDebugIdIdentifier = "sentry-dbid-a8a4a6f9-9aa0-4c55-b75b-67c1eeb6bf28");
6
6
  } catch (e) {
7
7
  }
8
8
  }
9
9
  ;
10
10
  import { jsx, jsxs, Fragment } from "preact/jsx-runtime";
11
11
  import { useState, useEffect } from "preact/hooks";
12
- import { p as useLegalEntity, q as Loader, u as useI18nContext, n as useAnalyticsContext, r as useToastContext, b as useExperimentsContext, w as useSelectionOptions, x as getCapabilities, y as getLegalEntityCountry, z as getBusinessType, A as getDefaultLegalArrangementOrSuborganizationType, L as LegalEntityType, D as useForm, E as legalArrangementMetadata, F as getTargetLegalEntityType, G as LoaderWrapper, H as Typography, J as Field, K as EntityTypeRadioGroupCard, R as RadioGroupCard, B as Button, N as Spacer, h as Icon, O as businessTypeIcons, P as hasSolePropInLegalEntity, Q as determineOrganizationTypeToUpdate } from "./core-B_WrZP-J.js";
12
+ import { u as useLegalEntity, K as Loader, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, n as useExperimentsContext, ao as getCapabilities, q as getLegalEntityCountry, J as LegalEntityType, bi as useForm, L as LoaderWrapper, E as Typography, b8 as Field, d_ as EntityTypeRadioGroupCard, cy as RadioGroupCard, G as Button, X as Spacer, Q as Icon, a6 as hasSolePropInLegalEntity } from "./EventEmitter-BCgWoSHk.js";
13
+ import { B as useUpdateLegalEntity } from "./CreateIndividualComponent-CbKLS3lw.js";
14
+ import { b as useSelectionOptions, g as getBusinessType, c as getDefaultLegalArrangementOrSuborganizationType, l as legalArrangementMetadata, d as getTargetLegalEntityType, e as businessTypeIcons, f as determineOrganizationTypeToUpdate } from "./core-PYXN6HpB.js";
13
15
  const businessTypeExamples = /* @__PURE__ */ Object.assign({ "../localized/legalEntityTypeExamples/AT.json": () => import("./AT-EpV7jN58.js"), "../localized/legalEntityTypeExamples/AU.json": () => import("./AU-pBsEvEUy.js"), "../localized/legalEntityTypeExamples/BE.json": () => import("./BE-CU5o9cmc.js"), "../localized/legalEntityTypeExamples/BR.json": () => import("./BR-ORoHRwTk.js"), "../localized/legalEntityTypeExamples/CA.json": () => import("./CA-VXNq-m6m.js"), "../localized/legalEntityTypeExamples/CH.json": () => import("./CH-B_-afpD_.js"), "../localized/legalEntityTypeExamples/CZ.json": () => import("./CZ-CTw_bQIu.js"), "../localized/legalEntityTypeExamples/DE.json": () => import("./DE-D_jIDxOH.js"), "../localized/legalEntityTypeExamples/DK.json": () => import("./DK-dBzrfgpQ.js"), "../localized/legalEntityTypeExamples/ES.json": () => import("./ES-DYbZmFcJ.js"), "../localized/legalEntityTypeExamples/FI.json": () => import("./FI-C9nRvop7.js"), "../localized/legalEntityTypeExamples/FR.json": () => import("./FR-BycGQO4W.js"), "../localized/legalEntityTypeExamples/GB.json": () => import("./GB-DFyzo5sN.js"), "../localized/legalEntityTypeExamples/HK.json": () => import("./HK-WqZ5UBEF.js"), "../localized/legalEntityTypeExamples/HR.json": () => import("./HR-CRa19tH1.js"), "../localized/legalEntityTypeExamples/HU.json": () => import("./HU-D5NCweWf.js"), "../localized/legalEntityTypeExamples/IE.json": () => import("./IE-rhATS57q.js"), "../localized/legalEntityTypeExamples/IT.json": () => import("./IT-wD7dHdYD.js"), "../localized/legalEntityTypeExamples/LT.json": () => import("./LT-0F72uCyI.js"), "../localized/legalEntityTypeExamples/NL.json": () => import("./NL-q2U2l276.js"), "../localized/legalEntityTypeExamples/NO.json": () => import("./NO-CX12Zsf_.js"), "../localized/legalEntityTypeExamples/PL.json": () => import("./PL-CwCXF3Yu.js"), "../localized/legalEntityTypeExamples/PT.json": () => import("./PT-Dei5v1nD.js"), "../localized/legalEntityTypeExamples/RO.json": () => import("./RO-Dxk08mOu.js"), "../localized/legalEntityTypeExamples/SE.json": () => import("./SE-AP3gLiyy.js"), "../localized/legalEntityTypeExamples/SG.json": () => import("./SG-DMcOb17i.js"), "../localized/legalEntityTypeExamples/SI.json": () => import("./SI-BXe-yndm.js"), "../localized/legalEntityTypeExamples/SK.json": () => import("./SK-DwdgoGnD.js"), "../localized/legalEntityTypeExamples/US.json": () => import("./US-DHxLSqeC.js") });
14
16
  const getBusinessTypeExamplesForCountry = async (country) => {
15
17
  const importForCountry = businessTypeExamples[`../localized/legalEntityTypeExamples/${country}.json`];
@@ -140,8 +142,7 @@ const BusinessTypeSelectionInner = ({
140
142
  legalEntityResponse,
141
143
  accountHolder,
142
144
  onComplete,
143
- onBack,
144
- handleUpdateLegalEntity
145
+ onBack
145
146
  }) => {
146
147
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n;
147
148
  const { i18n } = useI18nContext();
@@ -156,6 +157,7 @@ const BusinessTypeSelectionInner = ({
156
157
  const [formSchema, setFormSchema] = useState([
157
158
  "businessType"
158
159
  ]);
160
+ const { mutateAsync: updateLegalEntity } = useUpdateLegalEntity();
159
161
  const hasBackButton = [
160
162
  1,
161
163
  2
@@ -263,7 +265,7 @@ const BusinessTypeSelectionInner = ({
263
265
  const updateLegalEntityPayload = {
264
266
  type: targetLegalEntityType
265
267
  };
266
- await (handleUpdateLegalEntity == null ? void 0 : handleUpdateLegalEntity(updateLegalEntityPayload, legalEntityResponse == null ? void 0 : legalEntityResponse.id));
268
+ await updateLegalEntity({ ...updateLegalEntityPayload, id: legalEntityResponse == null ? void 0 : legalEntityResponse.id });
267
269
  userEvents.addTaskEvent("Success", trackingPayload);
268
270
  }
269
271
  if (targetLegalEntityType === LegalEntityType.INDIVIDUAL) {
@@ -272,7 +274,7 @@ const BusinessTypeSelectionInner = ({
272
274
  const updateLegalEntityPayload = {
273
275
  entityAssociations: []
274
276
  };
275
- await (handleUpdateLegalEntity == null ? void 0 : handleUpdateLegalEntity(updateLegalEntityPayload, legalEntityResponse == null ? void 0 : legalEntityResponse.id));
277
+ await updateLegalEntity({ ...updateLegalEntityPayload, id: legalEntityResponse == null ? void 0 : legalEntityResponse.id });
276
278
  userEvents.addTaskEvent("Success", trackingPayload);
277
279
  }
278
280
  return;
@@ -282,14 +284,12 @@ const BusinessTypeSelectionInner = ({
282
284
  currentCompanyTypesValue
283
285
  );
284
286
  if (targetOrganizationType !== void 0) {
285
- await (handleUpdateLegalEntity == null ? void 0 : handleUpdateLegalEntity(
286
- {
287
- organization: {
288
- type: targetOrganizationType
289
- }
287
+ await (updateLegalEntity == null ? void 0 : updateLegalEntity({
288
+ organization: {
289
+ type: targetOrganizationType
290
290
  },
291
- legalEntityResponse == null ? void 0 : legalEntityResponse.id
292
- ));
291
+ id: legalEntityResponse == null ? void 0 : legalEntityResponse.id
292
+ }));
293
293
  userEvents.addTaskEvent("Success", trackingPayload);
294
294
  }
295
295
  } catch {
@@ -327,8 +327,8 @@ const BusinessTypeSelectionInner = ({
327
327
  currentStep === 0 && /* @__PURE__ */ jsx(
328
328
  Field,
329
329
  {
330
+ el: "fieldset",
330
331
  name: "businessType",
331
- useLabelElement: false,
332
332
  errorMessage: (_k = errors.businessType) == null ? void 0 : _k.errorMessage,
333
333
  showErrorIconBottom: true,
334
334
  isValid: valid.businessType,
@@ -357,7 +357,7 @@ const BusinessTypeSelectionInner = ({
357
357
  Field,
358
358
  {
359
359
  name: "legalArrangement",
360
- useLabelElement: false,
360
+ el: "fieldset",
361
361
  errorMessage: (_l = errors.legalArrangement) == null ? void 0 : _l.errorMessage,
362
362
  showErrorIconBottom: true,
363
363
  isValid: valid.legalArrangement,
@@ -383,12 +383,12 @@ const BusinessTypeSelectionInner = ({
383
383
  trustOrUnincorporatedPartnership && /* @__PURE__ */ jsx(
384
384
  Field,
385
385
  {
386
+ el: "fieldset",
386
387
  name: "trusteeType",
387
388
  label: i18n.get(
388
389
  ((_m = data.legalArrangement) == null ? void 0 : _m.id) === "aTrust" ? "whatTypeOfTrusteeAreYou" : "whatTypeOfOPartnershipAreYou"
389
390
  ),
390
391
  className: "adyen-kyc-u-margin-top-32",
391
- useLabelElement: false,
392
392
  errorMessage: (_n = errors.trusteeType) == null ? void 0 : _n.errorMessage,
393
393
  showErrorIconBottom: true,
394
394
  isValid: valid.trusteeType,
@@ -2,13 +2,13 @@
2
2
  {
3
3
  try {
4
4
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
5
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "84effdac-d303-4c5a-9f0c-ed51d824d1e6", e._sentryDebugIdIdentifier = "sentry-dbid-84effdac-d303-4c5a-9f0c-ed51d824d1e6");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "5f4e04d1-838f-42d9-8447-c205377ea3b5", e._sentryDebugIdIdentifier = "sentry-dbid-5f4e04d1-838f-42d9-8447-c205377ea3b5");
6
6
  } catch (e) {
7
7
  }
8
8
  }
9
9
  ;
10
- import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, b as ParentPanel, C as ContentView, Q as QueryDevtoolsContext } from "./HASRA6WW-1uv7rGnF.js";
11
- import { aF as getPreferredColorScheme, aG as createMemo, aH as createComponent } from "./core-B_WrZP-J.js";
10
+ import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, b as ParentPanel, C as ContentView, Q as QueryDevtoolsContext } from "./HASRA6WW-bymne0OX.js";
11
+ import { e0 as getPreferredColorScheme, e1 as createMemo, e2 as createComponent } from "./EventEmitter-BCgWoSHk.js";
12
12
  var DevtoolsPanelComponent = (props) => {
13
13
  const [localStore, setLocalStore] = createLocalStorage({
14
14
  prefix: "TanstackQueryDevtools"