@adyen/kyc-components 4.10.2 → 4.10.3

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.
@@ -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] = "adbbdb21-d380-4c0a-bf1f-9fa97d433919", e._sentryDebugIdIdentifier = "sentry-dbid-adbbdb21-d380-4c0a-bf1f-9fa97d433919");
3
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "315127c6-d1ea-47bf-a12c-d0aac704b0b1", e._sentryDebugIdIdentifier = "sentry-dbid-315127c6-d1ea-47bf-a12c-d0aac704b0b1");
4
4
  } catch (e) {}
5
5
  import { a as Icon, o as createLogger, r as useTranslation } from "./translation-DYpZlvOH.js";
6
6
  import { t as Button } from "./Button-DOLNhJTG.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.10.2",
352
+ sdkVersion: "4.10.3",
353
353
  locale: i18n.language,
354
354
  rootLegalEntityId: rootLegalEntity.id
355
355
  };
@@ -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] = "66286246-96b1-46f9-930f-ad181868f0cf", e._sentryDebugIdIdentifier = "sentry-dbid-66286246-96b1-46f9-930f-ad181868f0cf");
3
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "c1f8f6f7-0997-4802-82a8-3c11b4bfda95", e._sentryDebugIdIdentifier = "sentry-dbid-c1f8f6f7-0997-4802-82a8-3c11b4bfda95");
4
4
  } catch (e) {}
5
5
  import { i as Typography, n as addResourceBundles, r as useTranslation } from "./translation-DYpZlvOH.js";
6
6
  import { r as Loader, t as Button } from "./Button-DOLNhJTG.js";
@@ -493,85 +493,89 @@ var DecisionMakersInner = ({ legalEntity, onNavigateToIndividual, navigateBackTo
493
493
  handleCancelClick: () => navigateBackToTaskList(),
494
494
  addDecisionMakerOnClick
495
495
  });
496
- return /* @__PURE__ */ jsxs("div", {
497
- className: "adyen-kyc-decision-makers adyen-kyc-u-margin-32",
498
- children: [
499
- /* @__PURE__ */ jsxs(StackLayout, {
500
- gap: "medium",
501
- children: [/* @__PURE__ */ jsx(Header, {
502
- title: individualT(($) => $["ownersAndDecisionMakers"]),
503
- description: individualT(($) => $["ownersAndDecisionMakersDescription"]),
504
- status: getTaskStatus(TaskTypes.DECISION_MAKER_OVERVIEW),
496
+ return /* @__PURE__ */ jsx("div", {
497
+ className: "adyen-kyc-u-display-flex adyen-kyc-u-justify-content-center",
498
+ children: /* @__PURE__ */ jsxs("div", {
499
+ className: "adyen-kyc-decision-makers adyen-kyc-u-margin-32",
500
+ children: [
501
+ /* @__PURE__ */ jsxs(StackLayout, {
502
+ gap: "medium",
505
503
  align: "center",
506
- children: /* @__PURE__ */ jsx(Button, {
507
- slot: "actions",
508
- variant: "link",
509
- onClick: openModal,
510
- children: commonT(($) => $["learnMore"])
511
- })
512
- }), showWarning && /* @__PURE__ */ jsx(RemediationAlerts, {
513
- activeCodes: decisionMakerRemediationCodes,
514
- onAction: onRemediationAction
515
- })]
516
- }),
517
- /* @__PURE__ */ jsxs(StackLayout, {
518
- gap: "small",
519
- children: [
520
- decisionMakerSections.map((section) => {
521
- if (section.signatories.length === 0 && section.beneficialOwners.length === 0) return null;
522
- return /* @__PURE__ */ jsx(List, {
523
- padding: "none",
504
+ children: [/* @__PURE__ */ jsx(Header, {
505
+ title: individualT(($) => $["ownersAndDecisionMakers"]),
506
+ description: individualT(($) => $["ownersAndDecisionMakersDescription"]),
507
+ status: getTaskStatus(TaskTypes.DECISION_MAKER_OVERVIEW),
508
+ align: "center",
509
+ children: /* @__PURE__ */ jsx(Button, {
510
+ slot: "actions",
511
+ variant: "link",
512
+ onClick: openModal,
513
+ children: commonT(($) => $["learnMore"])
514
+ })
515
+ }), showWarning && /* @__PURE__ */ jsx(RemediationAlerts, {
516
+ activeCodes: decisionMakerRemediationCodes,
517
+ onAction: onRemediationAction
518
+ })]
519
+ }),
520
+ /* @__PURE__ */ jsxs(StackLayout, {
521
+ gap: "small",
522
+ children: [
523
+ decisionMakerSections.map((section) => {
524
+ if (section.signatories.length === 0 && section.beneficialOwners.length === 0) return null;
525
+ return /* @__PURE__ */ jsx(List, {
526
+ padding: "none",
527
+ dividers: false,
528
+ header: section.title,
529
+ children: /* @__PURE__ */ jsxs(StackLayout, {
530
+ gap: "small",
531
+ children: [renderDecisionMakersList(section.signatories), renderDecisionMakersList(section.beneficialOwners)]
532
+ })
533
+ }, section.key);
534
+ }),
535
+ /* @__PURE__ */ jsx(List, {
536
+ variant: "grouped-primary",
537
+ padding: "small",
524
538
  dividers: false,
525
- header: section.title,
526
- children: /* @__PURE__ */ jsxs(StackLayout, {
527
- gap: "small",
528
- children: [renderDecisionMakersList(section.signatories), renderDecisionMakersList(section.beneficialOwners)]
539
+ children: /* @__PURE__ */ jsx(ListItem, {
540
+ avatar: {
541
+ iconName: "plus",
542
+ circle: true
543
+ },
544
+ title: isFeatureEnabled("EnableVerifyByInvite") ? individualT(($) => $["addNewOrInvite"]) : commonT(($) => $["addNew"]),
545
+ action: { onClick: addDecisionMakerOnClick }
529
546
  })
530
- }, section.key);
531
- }),
532
- /* @__PURE__ */ jsx(List, {
533
- variant: "grouped-primary",
534
- padding: "small",
535
- dividers: false,
536
- children: /* @__PURE__ */ jsx(ListItem, {
537
- avatar: {
538
- iconName: "plus",
539
- circle: true
547
+ }),
548
+ /* @__PURE__ */ jsx(Button, {
549
+ variant: "secondary",
550
+ onClick: () => {
551
+ userEvents.addTaskEvent("Clicked button", {
552
+ task: TaskTypes.DECISION_MAKER_OVERVIEW,
553
+ actionType: "back",
554
+ label: translationKeys.home,
555
+ noOfDecisionMakers: decisionMakers.length
556
+ });
557
+ navigateBackToTaskList();
540
558
  },
541
- title: isFeatureEnabled("EnableVerifyByInvite") ? individualT(($) => $["addNewOrInvite"]) : commonT(($) => $["addNew"]),
542
- action: { onClick: addDecisionMakerOnClick }
559
+ fullWidth: true,
560
+ children: commonT(($) => $[translationKeys.home])
543
561
  })
544
- }),
545
- /* @__PURE__ */ jsx(Button, {
546
- variant: "secondary",
547
- onClick: () => {
548
- userEvents.addTaskEvent("Clicked button", {
549
- task: TaskTypes.DECISION_MAKER_OVERVIEW,
550
- actionType: "back",
551
- label: translationKeys.home,
552
- noOfDecisionMakers: decisionMakers.length
553
- });
554
- navigateBackToTaskList();
555
- },
556
- fullWidth: true,
557
- children: commonT(($) => $[translationKeys.home])
558
- })
559
- ]
560
- }),
561
- showDecisionMakerModal && selectedDecisionMaker && /* @__PURE__ */ jsx(DecisionMakerDetails, {
562
- handleClose: closeDecisionMakerModal,
563
- handleDelete: () => deleteDecisionMaker(selectedDecisionMaker),
564
- handleEdit: () => editDecisionMaker(selectedDecisionMaker),
565
- decisionMaker: selectedDecisionMaker,
566
- parentLegalEntity: legalEntity
567
- }),
568
- isModalOpen && /* @__PURE__ */ jsx(Modal, {
569
- onClose: closeModal,
570
- ariaLabel: individualT(($) => $["moreAboutOwnersAndDecisionMakers"]),
571
- inset: true,
572
- children: /* @__PURE__ */ jsx(DecisionMakersModalContent, {})
573
- })
574
- ]
562
+ ]
563
+ }),
564
+ showDecisionMakerModal && selectedDecisionMaker && /* @__PURE__ */ jsx(DecisionMakerDetails, {
565
+ handleClose: closeDecisionMakerModal,
566
+ handleDelete: () => deleteDecisionMaker(selectedDecisionMaker),
567
+ handleEdit: () => editDecisionMaker(selectedDecisionMaker),
568
+ decisionMaker: selectedDecisionMaker,
569
+ parentLegalEntity: legalEntity
570
+ }),
571
+ isModalOpen && /* @__PURE__ */ jsx(Modal, {
572
+ onClose: closeModal,
573
+ ariaLabel: individualT(($) => $["moreAboutOwnersAndDecisionMakers"]),
574
+ inset: true,
575
+ children: /* @__PURE__ */ jsx(DecisionMakersModalContent, {})
576
+ })
577
+ ]
578
+ })
575
579
  });
576
580
  };
577
581
  //#endregion
@@ -24,7 +24,7 @@ import { t as Confirm } from "./Confirm-CLCtT6To.js";
24
24
  import { n as FeatureNames, t as ExperimentNames } from "./types-DNJs8sHQ.js";
25
25
  import { t as Image } from "./Image-BmLtUsuA.js";
26
26
  import { n as getLegalEntityNameBasedOnType, r as getPayoutAccountHolderName } from "./getName-ODLD6UPV.js";
27
- import { t as useNavigate } from "./useNavigate-C0RNFwGE.js";
27
+ import { t as useNavigate } from "./useNavigate-Ce-WuQZf.js";
28
28
  import { n as FormFlow, r as FormContextProvider, t as useFormContext } from "./useFormContext-C6UUrOvi.js";
29
29
  import { r as getPropsFromConfigurations } from "./process-field-configurations-BotMXbJF.js";
30
30
  import { i as useFormComposer, n as getRequiredForms, t as addValidityToForms } from "./dropinUtils-DhjTTfsL.js";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "c6ebcb83-c1d3-42fd-8e48-251b73cb346e", e._sentryDebugIdIdentifier = "sentry-dbid-c6ebcb83-c1d3-42fd-8e48-251b73cb346e");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, r as useTranslation } from "./translation-DYpZlvOH.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
7
7
  import { r as Loader } from "./Button-DOLNhJTG.js";
8
8
  import { r as useLegalEntity } from "./useLegalEntity-DFEptY6O.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-DYpZlvOH.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
7
7
  import { r as Loader } from "./Button-DOLNhJTG.js";
8
8
  import { r as useLegalEntity } from "./useLegalEntity-DFEptY6O.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] = "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-DYpZlvOH.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
7
7
  import { s as useApiContext } from "./http-BN5CG8KV.js";
8
8
  import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-DFEptY6O.js";
9
9
  import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
@@ -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] = "d7fc94c5-8e2a-471c-aaca-bed5296adc62", e._sentryDebugIdIdentifier = "sentry-dbid-d7fc94c5-8e2a-471c-aaca-bed5296adc62");
4
4
  } catch (e) {}
5
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
5
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
6
6
  import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-CdZ1JmYZ.js";
7
7
  import register from "preact-custom-element";
8
8
  import { jsx } from "preact/jsx-runtime";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "bad54c50-8d55-4375-af5e-886ab34b941b", e._sentryDebugIdIdentifier = "sentry-dbid-bad54c50-8d55-4375-af5e-886ab34b941b");
4
4
  } catch (e) {}
5
5
  import { a as Icon, i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-DYpZlvOH.js";
6
- import { i as stylesheets, n as EmbedShell, r as useToggles, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
6
+ import { i as stylesheets, n as EmbedShell, r as useToggles, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
7
7
  import { n as IconButton, r as Loader, t as Button } from "./Button-DOLNhJTG.js";
8
8
  import { n as httpGet, r as httpPost, s as useApiContext } from "./http-BN5CG8KV.js";
9
9
  import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-DFEptY6O.js";
@@ -55,7 +55,7 @@ import { t as isNewEntity } from "./isNewEntity-BCb_oxKh.js";
55
55
  import { a as idNowPostSubmit, n as isBafinSignatoryFlow, s as showIdNowModal } from "./bafinUtils-AZHgY8qT.js";
56
56
  import { t as useTrustMembers } from "./useTrustMembers-Ct1kgqYn.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-C0RNFwGE.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-Ce-WuQZf.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";
@@ -1771,13 +1771,13 @@ var Introduction = lazy(async () => (await import("./Introduction-R3pJAAjC.js"))
1771
1771
  var BusinessTypeSelectionPage = lazy(async () => (await import("./BusinessTypeSelectionPage-jPRJLvft.js")).BusinessTypeSelectionPage);
1772
1772
  var SingpassSelection = lazy(async () => (await import("./SingpassSelection-C15eIC01.js")).SingpassSelection);
1773
1773
  var AccountSetupRejected = lazy(async () => (await import("./AccountSetupRejected-BzFFFICR.js")).AccountSetupRejected);
1774
- var DecisionMakers = lazy(async () => (await import("./DecisionMakers-Bpu5Z1LR.js")).DecisionMakers);
1774
+ var DecisionMakers = lazy(async () => (await import("./DecisionMakers-C8_ENVoN.js")).DecisionMakers);
1775
1775
  var CustomerSupport = lazy(async () => (await import("./CustomerSupport-DlmcZZIS.js")).CustomerSupport);
1776
1776
  var Review = lazy(async () => (await import("./Review-CDkjLdYZ.js")).Review);
1777
1777
  var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-B-i3ZuyT.js")).SignPCIComponent);
1778
1778
  var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-B1XFTOp3.js")).AcceptTermsOfServiceComponent);
1779
1779
  var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-BJn2w28B.js")).TaxReportingDropin);
1780
- var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-PZqOIgKt.js")).PayoutDetailsPage);
1780
+ var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-DH3O8Mw9.js")).PayoutDetailsPage);
1781
1781
  var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-rPzcDZ27.js")).RootBusinessDetailsPage);
1782
1782
  var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-BCtGPxXv.js")).RootBusinessLinesPage);
1783
1783
  var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-kJ24hUvN.js")).SoleProprietorshipPage);
@@ -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-v_81BITS.js";
5
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
6
6
  import { t as emitAdyenSdkEvent } from "./emitEvent-B8K0cb1F.js";
7
7
  import { t as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-DpErIZwZ.js";
8
8
  import register from "preact-custom-element";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "bb2ba99f-9a7f-4594-bd1d-ac5a78137f13", e._sentryDebugIdIdentifier = "sentry-dbid-bb2ba99f-9a7f-4594-bd1d-ac5a78137f13");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, r as useTranslation } from "./translation-DYpZlvOH.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
7
7
  import { s as useApiContext } from "./http-BN5CG8KV.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-D4qV1cKo.js";
@@ -3,7 +3,7 @@ try {
3
3
  n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "c5ea9b7c-87e6-407e-a87f-5592955f29da", e._sentryDebugIdIdentifier = "sentry-dbid-c5ea9b7c-87e6-407e-a87f-5592955f29da");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, r as useTranslation } from "./translation-DYpZlvOH.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
7
7
  import { r as Loader } from "./Button-DOLNhJTG.js";
8
8
  import { r as useLegalEntity } from "./useLegalEntity-DFEptY6O.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] = "5b4378cd-5300-45e1-be6e-bdb9ce425700", e._sentryDebugIdIdentifier = "sentry-dbid-5b4378cd-5300-45e1-be6e-bdb9ce425700");
4
4
  } catch (e) {}
5
5
  import { i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-DYpZlvOH.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
7
7
  import { r as Loader, t as Button } from "./Button-DOLNhJTG.js";
8
8
  import { n as httpGet, s as useApiContext } from "./http-BN5CG8KV.js";
9
9
  import { c as entriesOf, n as cloneObject } from "./AnalyticsContext-zvlAxIPp.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-DYpZlvOH.js";
6
- import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-v_81BITS.js";
6
+ import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-DlN-o-Mp.js";
7
7
  import { r as Loader, t as Button } from "./Button-DOLNhJTG.js";
8
8
  import { r as httpPost, s as useApiContext } from "./http-BN5CG8KV.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] = "3d021ab1-0923-4a2a-9093-b4084bdc432f", e._sentryDebugIdIdentifier = "sentry-dbid-3d021ab1-0923-4a2a-9093-b4084bdc432f");
3
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "0cf07c61-6e76-474a-aec0-6407fa6bbc2d", e._sentryDebugIdIdentifier = "sentry-dbid-0cf07c61-6e76-474a-aec0-6407fa6bbc2d");
4
4
  } catch (e) {}
5
5
  import { n as addResourceBundles, o as createLogger, r as useTranslation, s as initReactI18next } from "./translation-DYpZlvOH.js";
6
6
  import { r as Loader, t as Button } from "./Button-DOLNhJTG.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.10.2";
304
+ const sdkVersion = "4.10.3";
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.10.2",
399
+ sdkVersion: "4.10.3",
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-BD6WkfWG.js")).DebugModal);
854
+ var DebugModal = lazy(async () => (await import("./DebugModal-BivwGsZ_.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.10.2"
952
+ children: "4.10.3"
953
953
  }), /* @__PURE__ */ jsx(AnalyticsProvider, {
954
954
  componentName,
955
955
  locale,
@@ -30,13 +30,13 @@ var Adaptive = lazy(async () => (await import("./Adaptive-C3FNEnVH.js")).Adaptiv
30
30
  var BusinessTypeSelectionPage = lazy(async () => (await import("./BusinessTypeSelectionPage-jPRJLvft.js")).BusinessTypeSelectionPage);
31
31
  var SingpassSelection = lazy(async () => (await import("./SingpassSelection-C15eIC01.js")).SingpassSelection);
32
32
  var AccountSetupRejected = lazy(async () => (await import("./AccountSetupRejected-BzFFFICR.js")).AccountSetupRejected);
33
- var DecisionMakers = lazy(async () => (await import("./DecisionMakers-Bpu5Z1LR.js")).DecisionMakers);
33
+ var DecisionMakers = lazy(async () => (await import("./DecisionMakers-C8_ENVoN.js")).DecisionMakers);
34
34
  var CustomerSupport = lazy(async () => (await import("./CustomerSupport-DlmcZZIS.js")).CustomerSupport);
35
35
  var Review = lazy(async () => (await import("./Review-CDkjLdYZ.js")).Review);
36
36
  var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-B-i3ZuyT.js")).SignPCIComponent);
37
37
  var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-B1XFTOp3.js")).AcceptTermsOfServiceComponent);
38
38
  var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-BJn2w28B.js")).TaxReportingDropin);
39
- var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-PZqOIgKt.js")).PayoutDetailsPage);
39
+ var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-DH3O8Mw9.js")).PayoutDetailsPage);
40
40
  var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-rPzcDZ27.js")).RootBusinessDetailsPage);
41
41
  var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-BCtGPxXv.js")).RootBusinessLinesPage);
42
42
  var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-kJ24hUvN.js")).SoleProprietorshipPage);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/kyc-components",
3
- "version": "4.10.2",
3
+ "version": "4.10.3",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-for-platforms",