@adyen/kyc-components 3.69.1 → 3.69.2

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 (27) hide show
  1. package/dist/{AcceptTermsOfServiceComponent-Cnv5ZPl5.js → AcceptTermsOfServiceComponent-uuOIbTbu.js} +1 -1
  2. package/dist/{AccountSetupRejected-CghDwOps.js → AccountSetupRejected-DfumYvDY.js} +2 -2
  3. package/dist/{BusinessTypeSelection-DeZuB2cX.js → BusinessTypeSelection-DSYpIVjd.js} +3 -3
  4. package/dist/{CXEL7IU7-HK-98F6d.js → CXEL7IU7-DOMbRnMv.js} +2 -2
  5. package/dist/{CreateIndividualComponent-CXcGc6Fg.js → CreateIndividualComponent-B_KRyA54.js} +4 -4
  6. package/dist/{CustomerSupport-BWMKG7BY.js → CustomerSupport-DN4FePLw.js} +2 -2
  7. package/dist/{DebugModal-DlUYp71H.js → DebugModal-Cr4lgdwf.js} +8 -8
  8. package/dist/{DecisionMakers-jM2qEJYz.js → DecisionMakers-Ct5sydeB.js} +3 -3
  9. package/dist/{EmbedShell-CAeuW7V3.js → EmbedShell-CcY7J5Ka.js} +3 -3
  10. package/dist/{EventEmitter-BdbTrGMk.js → EventEmitter-B1hFUO9K.js} +6 -6
  11. package/dist/{HASRA6WW-Bu-29-oR.js → HASRA6WW-CBeULcOL.js} +1 -1
  12. package/dist/{I3HPI4QX-DB3vUJvp.js → I3HPI4QX-D2A4yF_s.js} +2 -2
  13. package/dist/{Introduction-BleGRaa4.js → Introduction-DFbJLMaj.js} +2 -2
  14. package/dist/{Review-B8zggWg2.js → Review-RQfZnNWA.js} +2 -2
  15. package/dist/{SingpassSelection-DC-hVP9Y.js → SingpassSelection-BeU-t-e6.js} +1 -1
  16. package/dist/{TaxReportingDropin-DqSPuzE8.js → TaxReportingDropin-GRg57bbo.js} +3 -3
  17. package/dist/adyen-kyc-components.js +1 -1
  18. package/dist/adyenConfig.js +1 -1
  19. package/dist/{core-B13TZF_D.js → core-Cz8cuSX9.js} +15 -15
  20. package/dist/{css-D1NPnwah.js → css-BrW9cg3e.js} +1 -1
  21. package/dist/individual.js +2 -2
  22. package/dist/{json-BfY90MIx.js → json-DXzvRYRI.js} +1 -1
  23. package/dist/{listToRecord-CAqI3h_G.js → listToRecord-qo_EQkgv.js} +1 -1
  24. package/dist/{plaintext-BtvmsVMu.js → plaintext-CMVVM8BS.js} +1 -1
  25. package/dist/terms-of-service.js +2 -2
  26. package/dist/{yaml-DdX1lwgo.js → yaml-D15-ZpJl.js} +1 -1
  27. package/package.json +1 -1
@@ -9,7 +9,7 @@
9
9
  ;
10
10
  import { jsx, jsxs, Fragment } from "preact/jsx-runtime";
11
11
  import { useRef, useState, useEffect, useCallback } from "preact/hooks";
12
- import { a as useApiContext, R as useInvalidateRootLegalEntity, e as useMutation, h as httpPost, b as useQuery, d as httpGet, d$ as skipToken, Q as Icon, e0 as AlertIcon, c as createLogger, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, n as useExperimentsContext, bj as useForm, V as Alert, G as Button, b8 as localizeDateString, L as LoaderWrapper, b9 as Field, ba as Select, d6 as Checkbox, cH as ActionBar, d5 as MaybeModal, D as ModalContent, F as ModalFooter, dJ as StepProgressIndicator, Y as Spacer, J as LegalEntityType, ak as getOwnSignatories, a4 as doesLegalEntityRequiresLegalRepresentative, a3 as getLegalRepresentative, cF as FormNavigation, I as useCoreContext, u as useLegalEntity, K as Loader, T as TaskTypes } from "./EventEmitter-BdbTrGMk.js";
12
+ import { a as useApiContext, R as useInvalidateRootLegalEntity, e as useMutation, h as httpPost, b as useQuery, d as httpGet, d$ as skipToken, Q as Icon, e0 as AlertIcon, c as createLogger, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, n as useExperimentsContext, bj as useForm, V as Alert, G as Button, b8 as localizeDateString, L as LoaderWrapper, b9 as Field, ba as Select, d6 as Checkbox, cH as ActionBar, d5 as MaybeModal, D as ModalContent, F as ModalFooter, dJ as StepProgressIndicator, Y as Spacer, J as LegalEntityType, ak as getOwnSignatories, a4 as doesLegalEntityRequiresLegalRepresentative, a3 as getLegalRepresentative, cF as FormNavigation, I as useCoreContext, u as useLegalEntity, K as Loader, T as TaskTypes } from "./EventEmitter-B1hFUO9K.js";
13
13
  import cx from "classnames";
14
14
  import { defineSlots } from "named-slots";
15
15
  const acceptTermsOfService = async (legalEntityId, baseUrl, termsOfServiceDocumentId, data) => {
@@ -8,8 +8,8 @@
8
8
  }
9
9
  ;
10
10
  import { jsxs, jsx } from "preact/jsx-runtime";
11
- import { i as useI18nContext, e0 as AlertIcon, bY as FormHeader } from "./EventEmitter-BdbTrGMk.js";
12
- import { D as DropinLayout } from "./core-B13TZF_D.js";
11
+ import { i as useI18nContext, e0 as AlertIcon, bY as FormHeader } from "./EventEmitter-B1hFUO9K.js";
12
+ import { D as DropinLayout } from "./core-Cz8cuSX9.js";
13
13
  function AccountSetupRejected() {
14
14
  const { i18n } = useI18nContext();
15
15
  const content = /* @__PURE__ */ jsxs("div", { children: [
@@ -9,9 +9,9 @@
9
9
  ;
10
10
  import { jsx, jsxs, Fragment } from "preact/jsx-runtime";
11
11
  import { useState, useEffect } from "preact/hooks";
12
- import { u as useLegalEntity, K as Loader, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, n as useExperimentsContext, ap as getCapabilities, q as getLegalEntityCountry, J as LegalEntityType, bj as useForm, L as LoaderWrapper, E as Typography, b9 as Field, e5 as EntityTypeRadioGroupCard, cz as RadioGroupCard, G as Button, Y as Spacer, Q as Icon, a7 as hasSolePropInLegalEntity } from "./EventEmitter-BdbTrGMk.js";
13
- import { B as useUpdateLegalEntity } from "./CreateIndividualComponent-CXcGc6Fg.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-B13TZF_D.js";
12
+ import { u as useLegalEntity, K as Loader, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, n as useExperimentsContext, ap as getCapabilities, q as getLegalEntityCountry, J as LegalEntityType, bj as useForm, L as LoaderWrapper, E as Typography, b9 as Field, e5 as EntityTypeRadioGroupCard, cz as RadioGroupCard, G as Button, Y as Spacer, Q as Icon, a7 as hasSolePropInLegalEntity } from "./EventEmitter-B1hFUO9K.js";
13
+ import { B as useUpdateLegalEntity } from "./CreateIndividualComponent-B_KRyA54.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-Cz8cuSX9.js";
15
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") });
16
16
  const getBusinessTypeExamplesForCountry = async (country) => {
17
17
  const importForCountry = businessTypeExamples[`../localized/legalEntityTypeExamples/${country}.json`];
@@ -7,8 +7,8 @@
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-Bu-29-oR.js";
11
- import { e7 as getPreferredColorScheme, e8 as createMemo, e9 as createComponent } from "./EventEmitter-BdbTrGMk.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-CBeULcOL.js";
11
+ import { e7 as getPreferredColorScheme, e8 as createMemo, e9 as createComponent } from "./EventEmitter-B1hFUO9K.js";
12
12
  var DevtoolsPanelComponent = (props) => {
13
13
  const [localStore, setLocalStore] = createLocalStorage({
14
14
  prefix: "TanstackQueryDevtools"
@@ -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] = "d9a265bb-24ee-4b81-86b5-690784799293", e._sentryDebugIdIdentifier = "sentry-dbid-d9a265bb-24ee-4b81-86b5-690784799293");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "f3409d93-db17-4575-a824-4c73568b8e31", e._sentryDebugIdIdentifier = "sentry-dbid-f3409d93-db17-4575-a824-4c73568b8e31");
6
6
  } catch (e) {
7
7
  }
8
8
  }
9
9
  ;
10
10
  import { jsx, jsxs } from "preact/jsx-runtime";
11
- import { a as useApiContext, b as useQuery, d as httpGet, e as useMutation, h as httpPost, R as useInvalidateRootLegalEntity, f as useQueryClient, dq as FormContext, $ as entriesOf, aC as objectsDeepEqual, c as createLogger, c5 as TrustedFieldsProvider, aL as businessDetailsApiKeyMapping, dr as individualApiKeyMapping, ds as remediationHasFileUploadField, dt as dataMissingRemediationsToFieldsMap, k as keysOf, n as useExperimentsContext, q as getLegalEntityCountry, C as CountryCodes, a6 as isPartOfTrustFromLegalEntity, J as LegalEntityType, a7 as hasSolePropInLegalEntity, du as individualComponentsKeyMapping, aE as businessDetailsComponentsKeyMapping, j as useAnalyticsContext, cE as summaryStep, dv as ValidationResult, dw as isNotEmptyValidator, H as isEmpty, I as useCoreContext, dx as AdyenKycSdkError, dy as hasText, dz as matchesRegex, dA as trimValWithOneSpace, dB as NO_ALPHABET_REGEX, dC as EMOJI_REGEX, dD as hasRepeatedCharacters, dE as isInvalidName, dF as INDIVIDUAL_VALID_CHAR_REGEX, dG as getFormattingRegEx, dH as SPECIAL_CHARS, dI as FormRouterContext, i as useI18nContext, d5 as MaybeModal, D as ModalContent, B as ModalHeader, L as LoaderWrapper, cF as FormNavigation, F as ModalFooter, dJ as StepProgressIndicator, G as Button, Y as Spacer, cG as Summary, U as httpDelete, bJ as getLocalizedIdDocumentTypeOptions, dK as isNewlyUploadedFile, T as TaskTypes, dL as remediationPayoutApiKeyMapping, dM as remediationBusinessDetailsApiKeyMapping, dN as remediationIndividualApiKeyMapping, dO as getNestedPropertyKeys, y as cloneObject, dP as isValueObscured, bB as isTruthyValidator, dQ as emailPattern, aS as resolveFieldMetadata, bC as getSSNType, bD as defaultFieldMetadata, bE as defaultFieldConfig, dR as defaultFieldMetadata$1, dS as fieldConfig, aX as defaultFieldMetadata$2, aZ as defaultFieldConfig$1, bF as getAgeToday, bG as euCountries, bH as DecisionMakerType, g as createFormRules, bI as allowedCountriesForNominee, bn as getAddressSchemaForCountry, bo as COUNTRIES_WITH_STATES_DATASET, bK as Scenarios, b6 as reverseMapping, dT as getNomineeFromAssociation, aD as drop, l as useToastContext, o as useSettingsContext, cm as useProviderStatus, b2 as getAssociatedLeAnalyticsPayload, bA as addressValidators, cn as getAsyncIdNumberValidationRule, co as getAsyncPhoneValidationRules, dU as addressFormatters, cp as setHasMotionCaptureScenario, dV as individualForms, cd as showIndividualMotionCapture, cq as getAllowedDecisionMakerRoles, z as datasetUtilities, dW as Individual, ap as getCapabilities, aQ as filterOutUnwantedAssociationsIfRootLE, aO as mapAddressLabels, dX as individualDocumentForms, b8 as localizeDateString, dY as individualDocumentMapping, dZ as individualObscuredFields, a$ as getOwnEntityAssociations, cr as hasNomineesChanged, cs as attachNomineeToRole, b0 as doArraysMatch, u as useLegalEntity, K as Loader } from "./EventEmitter-BdbTrGMk.js";
11
+ import { a as useApiContext, b as useQuery, d as httpGet, e as useMutation, h as httpPost, R as useInvalidateRootLegalEntity, f as useQueryClient, dq as FormContext, $ as entriesOf, aC as objectsDeepEqual, c as createLogger, c5 as TrustedFieldsProvider, aL as businessDetailsApiKeyMapping, dr as individualApiKeyMapping, ds as remediationHasFileUploadField, dt as dataMissingRemediationsToFieldsMap, k as keysOf, n as useExperimentsContext, q as getLegalEntityCountry, C as CountryCodes, a6 as isPartOfTrustFromLegalEntity, J as LegalEntityType, a7 as hasSolePropInLegalEntity, du as individualComponentsKeyMapping, aE as businessDetailsComponentsKeyMapping, j as useAnalyticsContext, cE as summaryStep, dv as ValidationResult, dw as isNotEmptyValidator, H as isEmpty, I as useCoreContext, dx as AdyenKycSdkError, dy as hasText, dz as matchesRegex, dA as trimValWithOneSpace, dB as NO_ALPHABET_REGEX, dC as EMOJI_REGEX, dD as hasRepeatedCharacters, dE as isInvalidName, dF as INDIVIDUAL_VALID_CHAR_REGEX, dG as getFormattingRegEx, dH as SPECIAL_CHARS, dI as FormRouterContext, i as useI18nContext, d5 as MaybeModal, D as ModalContent, B as ModalHeader, L as LoaderWrapper, cF as FormNavigation, F as ModalFooter, dJ as StepProgressIndicator, G as Button, Y as Spacer, cG as Summary, U as httpDelete, bJ as getLocalizedIdDocumentTypeOptions, dK as isNewlyUploadedFile, T as TaskTypes, dL as remediationPayoutApiKeyMapping, dM as remediationBusinessDetailsApiKeyMapping, dN as remediationIndividualApiKeyMapping, dO as getNestedPropertyKeys, y as cloneObject, dP as isValueObscured, bB as isTruthyValidator, dQ as emailPattern, aS as resolveFieldMetadata, bC as getSSNType, bD as defaultFieldMetadata, bE as defaultFieldConfig, dR as defaultFieldMetadata$1, dS as fieldConfig, aX as defaultFieldMetadata$2, aZ as defaultFieldConfig$1, bF as getAgeToday, bG as euCountries, bH as DecisionMakerType, g as createFormRules, bI as allowedCountriesForNominee, bn as getAddressSchemaForCountry, bo as COUNTRIES_WITH_STATES_DATASET, bK as Scenarios, b6 as reverseMapping, dT as getNomineeFromAssociation, aD as drop, l as useToastContext, o as useSettingsContext, cm as useProviderStatus, b2 as getAssociatedLeAnalyticsPayload, bA as addressValidators, cn as getAsyncIdNumberValidationRule, co as getAsyncPhoneValidationRules, dU as addressFormatters, cp as setHasMotionCaptureScenario, dV as individualForms, cd as showIndividualMotionCapture, cq as getAllowedDecisionMakerRoles, z as datasetUtilities, dW as Individual, ap as getCapabilities, aQ as filterOutUnwantedAssociationsIfRootLE, aO as mapAddressLabels, dX as individualDocumentForms, b8 as localizeDateString, dY as individualDocumentMapping, dZ as individualObscuredFields, a$ as getOwnEntityAssociations, cr as hasNomineesChanged, cs as attachNomineeToRole, b0 as doArraysMatch, u as useLegalEntity, K as Loader } from "./EventEmitter-B1hFUO9K.js";
12
12
  import { useCallback, useMemo, useReducer, useState, useEffect } from "preact/hooks";
13
13
  const getScenarios = async (legalEntityId, baseUrl, legalEntityType, countryCode) => {
14
14
  const scenarioParams = new URLSearchParams({
@@ -901,10 +901,10 @@ function reducer({
901
901
  };
902
902
  }
903
903
  case "setRequiredFields": {
904
- if (objectsDeepEqual(requiredFields, clonedState.requiredFields) && objectsDeepEqual(newOptionalFields, clonedState.optionalFields)) {
904
+ const hasDefaultDataChanged = !objectsDeepEqual(defaultData, state.defaultData);
905
+ if (objectsDeepEqual(requiredFields, clonedState.requiredFields) && objectsDeepEqual(newOptionalFields, clonedState.optionalFields) && !hasDefaultDataChanged) {
905
906
  return state;
906
907
  }
907
- const hasDefaultDataChanged = !objectsDeepEqual(defaultData, state.defaultData);
908
908
  const updatedData = hasDefaultDataChanged ? defaultData : clonedState.data;
909
909
  const newState = init({
910
910
  requiredFields,
@@ -8,9 +8,9 @@
8
8
  }
9
9
  ;
10
10
  import { jsx, jsxs } from "preact/jsx-runtime";
11
- import { u as useLegalEntity, K as Loader, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, f as useQueryClient, aS as resolveFieldMetadata, dR as defaultFieldMetadata, dS as fieldConfig, co as getAsyncPhoneValidationRules, bY as FormHeader, c9 as ContactDetails, cH as ActionBar, c as createLogger } from "./EventEmitter-BdbTrGMk.js";
11
+ import { u as useLegalEntity, K as Loader, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, f as useQueryClient, aS as resolveFieldMetadata, dR as defaultFieldMetadata, dS as fieldConfig, co as getAsyncPhoneValidationRules, bY as FormHeader, c9 as ContactDetails, cH as ActionBar, c as createLogger } from "./EventEmitter-B1hFUO9K.js";
12
12
  import { useCallback, useMemo, useEffect } from "preact/hooks";
13
- import { B as useUpdateLegalEntity, H as contactDetailsValidationRules, L as useValidatePhoneNumberImperatively, N as useMultiForm } from "./CreateIndividualComponent-CXcGc6Fg.js";
13
+ import { B as useUpdateLegalEntity, H as contactDetailsValidationRules, L as useValidatePhoneNumberImperatively, N as useMultiForm } from "./CreateIndividualComponent-B_KRyA54.js";
14
14
  const mapCustomerSupportSchemaToCustomerSupportType = (customerSupport) => {
15
15
  var _a, _b, _c;
16
16
  return {
@@ -2,15 +2,15 @@
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] = "f2d7878c-b745-424c-9b47-f986eb77f983", e._sentryDebugIdIdentifier = "sentry-dbid-f2d7878c-b745-424c-9b47-f986eb77f983");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "4c0d55ca-95b4-457a-aa49-26979db6554f", e._sentryDebugIdIdentifier = "sentry-dbid-4c0d55ca-95b4-457a-aa49-26979db6554f");
6
6
  } catch (e) {
7
7
  }
8
8
  }
9
9
  ;
10
10
  import { jsx, jsxs, Fragment } from "preact/jsx-runtime";
11
11
  import { useMemo, useState } from "preact/hooks";
12
- import { G as Button, $ as entriesOf, bd as InputText, i as useI18nContext, e1 as splitTaskIdentifier, n as useExperimentsContext, o as useSettingsContext, cu as useGlobalStore, e2 as valuesOf, e3 as useTaskStatuses, M as Modal, c as createLogger, Q as Icon, S as SettingNames } from "./EventEmitter-BdbTrGMk.js";
13
- import { T as Tag, a as TaskItemStatus, l as listToRecord } from "./listToRecord-CAqI3h_G.js";
12
+ import { G as Button, $ as entriesOf, bd as InputText, i as useI18nContext, e1 as splitTaskIdentifier, n as useExperimentsContext, o as useSettingsContext, cu as useGlobalStore, e2 as valuesOf, e3 as useTaskStatuses, M as Modal, c as createLogger, Q as Icon, S as SettingNames } from "./EventEmitter-B1hFUO9K.js";
13
+ import { T as Tag, a as TaskItemStatus, l as listToRecord } from "./listToRecord-qo_EQkgv.js";
14
14
  var ExperimentNames = /* @__PURE__ */ ((ExperimentNames2) => {
15
15
  ExperimentNames2["AllowMoreRolesForMainRootTrustee"] = "AllowMoreRolesForMainRootTrustee";
16
16
  ExperimentNames2["ShowUnsupportedEntityType"] = "ShowUnsupportedEntityType";
@@ -175,10 +175,10 @@ const transformModule = (highlights, codeNode, scope) => {
175
175
  };
176
176
  const supportedModules = ["plaintext", "json", "yaml", "css"];
177
177
  const moduleMap = {
178
- plaintext: () => import("./plaintext-BtvmsVMu.js"),
179
- json: () => import("./json-BfY90MIx.js"),
180
- yaml: () => import("./yaml-DdX1lwgo.js"),
181
- css: () => import("./css-D1NPnwah.js")
178
+ plaintext: () => import("./plaintext-CMVVM8BS.js"),
179
+ json: () => import("./json-DXzvRYRI.js"),
180
+ yaml: () => import("./yaml-D15-ZpJl.js"),
181
+ css: () => import("./css-BrW9cg3e.js")
182
182
  };
183
183
  const getModule = async (name) => {
184
184
  if (!supportedModules.includes(name)) {
@@ -469,7 +469,7 @@ const DebugModal = ({ onExit }) => {
469
469
  const [tab, setTab] = useState("metadata");
470
470
  const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
471
471
  const metadata = {
472
- sdkVersion: "3.69.1",
472
+ sdkVersion: "3.69.2",
473
473
  locale: i18n.locale,
474
474
  rootLegalEntityId: rootLegalEntity.id
475
475
  };
@@ -9,9 +9,9 @@
9
9
  ;
10
10
  import { jsx, jsxs } from "preact/jsx-runtime";
11
11
  import { useState, useEffect } from "preact/hooks";
12
- import { u as useLegalEntity, K as Loader, ai as useGetTaskStatus, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, d4 as getOwnDecisionMakers, e6 as getAvailableDecisionMakerRoleTypes, T as TaskTypes, cq as getAllowedDecisionMakerRoles, bY as FormHeader, c4 as ContextGuidance, bH as DecisionMakerType, V as Alert, af as CardGroup, G as Button, cH as ActionBar } from "./EventEmitter-BdbTrGMk.js";
13
- import { B as useUpdateLegalEntity } from "./CreateIndividualComponent-CXcGc6Fg.js";
14
- import { h as useDataMissingRemediations, D as DropinLayout, E as EntityGuidanceStatus, i as iconStatus, j as EntityAssociation } from "./core-B13TZF_D.js";
12
+ import { u as useLegalEntity, K as Loader, ai as useGetTaskStatus, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, d4 as getOwnDecisionMakers, e6 as getAvailableDecisionMakerRoleTypes, T as TaskTypes, cq as getAllowedDecisionMakerRoles, bY as FormHeader, c4 as ContextGuidance, bH as DecisionMakerType, V as Alert, af as CardGroup, G as Button, cH as ActionBar } from "./EventEmitter-B1hFUO9K.js";
13
+ import { B as useUpdateLegalEntity } from "./CreateIndividualComponent-B_KRyA54.js";
14
+ import { h as useDataMissingRemediations, D as DropinLayout, E as EntityGuidanceStatus, i as iconStatus, j as EntityAssociation } from "./core-Cz8cuSX9.js";
15
15
  const DecisionMakers = (props) => {
16
16
  const { data, isLoading } = useLegalEntity();
17
17
  if (isLoading || !data) {
@@ -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] = "b868eb02-e8ba-46bc-8d47-4f3601dcc7c9", e._sentryDebugIdIdentifier = "sentry-dbid-b868eb02-e8ba-46bc-8d47-4f3601dcc7c9");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "ca1d072b-597c-46cc-9b41-28e921cb90d4", e._sentryDebugIdIdentifier = "sentry-dbid-ca1d072b-597c-46cc-9b41-28e921cb90d4");
6
6
  } catch (e) {
7
7
  }
8
8
  }
9
9
  ;
10
10
  import { jsxs, jsx, Fragment } from "preact/jsx-runtime";
11
- import { d_ as refreshSession, G as Button, K as Loader, da as SettingsProvider, db as ExperimentsContextProvider, dc as ApiProvider, dd as QueryClientProvider, de as StoreProvider, df as AnalyticsProvider, dg as CoreProvider, dh as I18nProvider, d9 as EventEmitter, di as DebugListener, dj as ToastContextProvider, dk as StateProvider, dl as ReactQueryDevtools2, dp as setSdkTokenHandler } from "./EventEmitter-BdbTrGMk.js";
11
+ import { d_ as refreshSession, G as Button, K as Loader, da as SettingsProvider, db as ExperimentsContextProvider, dc as ApiProvider, dd as QueryClientProvider, de as StoreProvider, df as AnalyticsProvider, dg as CoreProvider, dh as I18nProvider, d9 as EventEmitter, di as DebugListener, dj as ToastContextProvider, dk as StateProvider, dl as ReactQueryDevtools2, dp as setSdkTokenHandler } from "./EventEmitter-B1hFUO9K.js";
12
12
  import { useState, useEffect } from "preact/hooks";
13
13
  function injectCss(shadowRoot) {
14
14
  {
@@ -58,7 +58,7 @@ const EmbedShell = ({
58
58
  }
59
59
  return /* @__PURE__ */ jsx(SettingsProvider, { settings, children: /* @__PURE__ */ jsx(ExperimentsContextProvider, { experiments, refreshExperiments, children: /* @__PURE__ */ jsx(ApiProvider, { rootLegalEntityId: legalEntityId, baseUrl, children: /* @__PURE__ */ jsx(QueryClientProvider, { children: /* @__PURE__ */ jsxs(Fragment, { children: [
60
60
  /* @__PURE__ */ jsxs(StoreProvider, { children: [
61
- /* @__PURE__ */ jsx("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "3.69.1" }),
61
+ /* @__PURE__ */ jsx("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "3.69.2" }),
62
62
  /* @__PURE__ */ jsx(
63
63
  AnalyticsProvider,
64
64
  {
@@ -19,7 +19,7 @@ var _focused, _cleanup, _setup, _a, _online, _cleanup2, _setup2, _b, _gcTimeout,
19
19
  {
20
20
  try {
21
21
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
22
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "e6c928a0-a0da-4cbf-b63a-eb89e827633f", e._sentryDebugIdIdentifier = "sentry-dbid-e6c928a0-a0da-4cbf-b63a-eb89e827633f");
22
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "a7cdead9-ca8d-4c6b-a015-a7348d8f22ed", e._sentryDebugIdIdentifier = "sentry-dbid-a7cdead9-ca8d-4c6b-a015-a7348d8f22ed");
23
23
  } catch (e) {
24
24
  }
25
25
  }
@@ -32400,7 +32400,7 @@ var TanstackQueryDevtools = (_l = class {
32400
32400
  if (__privateGet(this, _Component)) {
32401
32401
  Devtools = __privateGet(this, _Component);
32402
32402
  } else {
32403
- Devtools = lazy(() => import("./I3HPI4QX-DB3vUJvp.js"));
32403
+ Devtools = lazy(() => import("./I3HPI4QX-D2A4yF_s.js"));
32404
32404
  __privateSet(this, _Component, Devtools);
32405
32405
  }
32406
32406
  setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
@@ -32522,7 +32522,7 @@ var TanstackQueryDevtoolsPanel = (_m = class {
32522
32522
  if (__privateGet(this, _Component2)) {
32523
32523
  Devtools = __privateGet(this, _Component2);
32524
32524
  } else {
32525
- Devtools = lazy(() => import("./CXEL7IU7-HK-98F6d.js"));
32525
+ Devtools = lazy(() => import("./CXEL7IU7-DOMbRnMv.js"));
32526
32526
  __privateSet(this, _Component2, Devtools);
32527
32527
  }
32528
32528
  setupStyleSheet(__privateGet(this, _styleNonce2), __privateGet(this, _shadowDOMTarget2));
@@ -32729,7 +32729,7 @@ const convertToEmbeddedEvent = (eventQueueItem, sessionData) => {
32729
32729
  };
32730
32730
  };
32731
32731
  const useAnalytics = ({ userEvents: userEvents2, sessionId, sessionData }) => {
32732
- const sdkVersion = "3.69.1";
32732
+ const sdkVersion = "3.69.2";
32733
32733
  const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
32734
32734
  const countryCode = useGlobalStore((store) => store.rootLegalEntityCountry);
32735
32735
  const capabilities = Object.keys(rootLegalEntity.capabilities ?? {});
@@ -32798,7 +32798,7 @@ const AnalyticsProvider = ({
32798
32798
  const { onboardingVersion } = useVersion();
32799
32799
  const userEvents2 = useMemo(() => createUserEvents(), []);
32800
32800
  const sessionData = {
32801
- sdkVersion: "3.69.1",
32801
+ sdkVersion: "3.69.2",
32802
32802
  componentName,
32803
32803
  userAgent: navigator.userAgent,
32804
32804
  legalEntityId,
@@ -33280,7 +33280,7 @@ function StateProvider({
33280
33280
  );
33281
33281
  return /* @__PURE__ */ jsx$1(StateContext.Provider, { value: contextValue, children: children2 });
33282
33282
  }
33283
- const DebugModal = lazy$1(async () => (await import("./DebugModal-DlUYp71H.js").then((n) => n.D)).DebugModal);
33283
+ const DebugModal = lazy$1(async () => (await import("./DebugModal-Cr4lgdwf.js").then((n) => n.D)).DebugModal);
33284
33284
  const DebugListener = () => {
33285
33285
  const [debugUiOpen, setDebugUiOpen] = useState(false);
33286
33286
  const { isSettingEnabled } = useSettingsContext();
@@ -10,7 +10,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
10
10
  }
11
11
  }
12
12
  ;
13
- import { ea as createContext, eb as createSignal, ec as onMount, ed as createEffect, e8 as createMemo, e9 as createComponent, ee as Portal, ef as Show, eg as template, eh as insert, ei as createRenderEffect, ej as className, ek as clearDelegatedEvents, el as delegateEvents, em as useContext, en as onCleanup, eo as sortFns, ep as mutationSortFns, eq as on, er as setAttribute, es as getSidedProp, et as use, eu as createUniqueId, ev as batch, ew as getQueryStatusLabel, ex as getMutationStatusColor, ey as getQueryStatusColor, ez as getQueryStatusColorByLabel, eA as displayValue, eB as For, eC as convertRemToPixels, eD as untrack, eE as $TRACK, eF as useTransition, eG as spread, eH as mergeProps, eI as createRoot, eJ as serialize, eK as Index, eL as updateNestedDataByPath, eM as addEventListener, eN as stringify, eO as Match, eP as Switch, eQ as deleteNestedDataByPath, eR as splitProps, eS as Dynamic, eT as createComputed } from "./EventEmitter-BdbTrGMk.js";
13
+ import { ea as createContext, eb as createSignal, ec as onMount, ed as createEffect, e8 as createMemo, e9 as createComponent, ee as Portal, ef as Show, eg as template, eh as insert, ei as createRenderEffect, ej as className, ek as clearDelegatedEvents, el as delegateEvents, em as useContext, en as onCleanup, eo as sortFns, ep as mutationSortFns, eq as on, er as setAttribute, es as getSidedProp, et as use, eu as createUniqueId, ev as batch, ew as getQueryStatusLabel, ex as getMutationStatusColor, ey as getQueryStatusColor, ez as getQueryStatusColorByLabel, eA as displayValue, eB as For, eC as convertRemToPixels, eD as untrack, eE as $TRACK, eF as useTransition, eG as spread, eH as mergeProps, eI as createRoot, eJ as serialize, eK as Index, eL as updateNestedDataByPath, eM as addEventListener, eN as stringify, eO as Match, eP as Switch, eQ as deleteNestedDataByPath, eR as splitProps, eS as Dynamic, eT as createComputed } from "./EventEmitter-B1hFUO9K.js";
14
14
  var isNonNullable = (i2) => i2 != null;
15
15
  var filterNonNullable = (arr) => arr.filter(isNonNullable);
16
16
  function chain(callbacks) {
@@ -7,8 +7,8 @@
7
7
  }
8
8
  }
9
9
  ;
10
- import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, D as Devtools, Q as QueryDevtoolsContext } from "./HASRA6WW-Bu-29-oR.js";
11
- import { e7 as getPreferredColorScheme, e8 as createMemo, e9 as createComponent } from "./EventEmitter-BdbTrGMk.js";
10
+ import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, D as Devtools, Q as QueryDevtoolsContext } from "./HASRA6WW-CBeULcOL.js";
11
+ import { e7 as getPreferredColorScheme, e8 as createMemo, e9 as createComponent } from "./EventEmitter-B1hFUO9K.js";
12
12
  var DevtoolsComponent = (props) => {
13
13
  const [localStore, setLocalStore] = createLocalStorage({
14
14
  prefix: "TanstackQueryDevtools"
@@ -9,9 +9,9 @@
9
9
  ;
10
10
  import { jsxs, Fragment, jsx } from "preact/jsx-runtime";
11
11
  import { useMemo as useMemo$1, useState, useEffect } from "preact/hooks";
12
- import { T as TaskTypes, J as LegalEntityType, e4 as getTranslationKeysByPrefix, i as useI18nContext, j as useAnalyticsContext, dJ as StepProgressIndicator, G as Button } from "./EventEmitter-BdbTrGMk.js";
12
+ import { T as TaskTypes, J as LegalEntityType, e4 as getTranslationKeysByPrefix, i as useI18nContext, j as useAnalyticsContext, dJ as StepProgressIndicator, G as Button } from "./EventEmitter-B1hFUO9K.js";
13
13
  import { useMemo } from "preact/compat";
14
- import { u as useCanSeeIntroduction, a as useLegalEntityType, t as toCapitalized } from "./core-B13TZF_D.js";
14
+ import { u as useCanSeeIntroduction, a as useLegalEntityType, t as toCapitalized } from "./core-Cz8cuSX9.js";
15
15
  var IntroductionScreens = ((IntroductionScreens2) => {
16
16
  IntroductionScreens2["PROLOGUE"] = "PROLOGUE";
17
17
  IntroductionScreens2[IntroductionScreens2["INDIVIDUAL"] = TaskTypes.INDIVIDUAL] = "INDIVIDUAL";
@@ -9,8 +9,8 @@
9
9
  ;
10
10
  import { jsx, jsxs } from "preact/jsx-runtime";
11
11
  import { useState } from "preact/hooks";
12
- import { a as useApiContext, e as useMutation, h as httpPost, i as useI18nContext, l as useToastContext, L as LoaderWrapper, bY as FormHeader, d6 as Checkbox, cH as ActionBar } from "./EventEmitter-BdbTrGMk.js";
13
- import { D as DropinLayout } from "./core-B13TZF_D.js";
12
+ import { a as useApiContext, e as useMutation, h as httpPost, i as useI18nContext, l as useToastContext, L as LoaderWrapper, bY as FormHeader, d6 as Checkbox, cH as ActionBar } from "./EventEmitter-B1hFUO9K.js";
13
+ import { D as DropinLayout } from "./core-Cz8cuSX9.js";
14
14
  const confirmReview = async (legalEntityId, baseUrl) => {
15
15
  return httpPost({
16
16
  baseUrl,
@@ -9,7 +9,7 @@
9
9
  ;
10
10
  import { jsx, jsxs } from "preact/jsx-runtime";
11
11
  import { useState } from "preact/hooks";
12
- import { i as useI18nContext, bj as useForm, E as Typography, b9 as Field, cz as RadioGroupCard, G as Button, bx as Svg, J as LegalEntityType } from "./EventEmitter-BdbTrGMk.js";
12
+ import { i as useI18nContext, bj as useForm, E as Typography, b9 as Field, cz as RadioGroupCard, G as Button, bx as Svg, J as LegalEntityType } from "./EventEmitter-B1hFUO9K.js";
13
13
  const setupAccountMethods = ["singpass", "manual"];
14
14
  const setupAccountMethodFields = ["setupAccountMethod"];
15
15
  const getSingpassSelectionDisabled = (legalEntityType) => {
@@ -9,10 +9,10 @@
9
9
  ;
10
10
  import { jsx, jsxs, Fragment } from "preact/jsx-runtime";
11
11
  import { useState, useRef, useEffect, useMemo, useCallback } from "preact/hooks";
12
- import { a as useApiContext, b as useQuery, d as httpGet, E as Typography, i as useI18nContext, bO as useFormContext, V as Alert, b9 as Field, bb as RadioGroup, aw as getFormProps, Q as Icon, aM as isEmpty, bx as Svg, G as Button, W as Card, X as StructuredList, Z as IconButton, H as isEmpty$1, R as useInvalidateRootLegalEntity, j as useAnalyticsContext, u as useLegalEntity, c as createLogger, K as Loader } from "./EventEmitter-BdbTrGMk.js";
13
- import { B as useUpdateLegalEntity, N as useMultiForm, h as getRequiredForms, i as addValidityToForms, j as useFormComposer, T as FormContextProvider, F as FormWrapper } from "./CreateIndividualComponent-CXcGc6Fg.js";
12
+ import { a as useApiContext, b as useQuery, d as httpGet, E as Typography, i as useI18nContext, bO as useFormContext, V as Alert, b9 as Field, bb as RadioGroup, aw as getFormProps, Q as Icon, aM as isEmpty, bx as Svg, G as Button, W as Card, X as StructuredList, Z as IconButton, H as isEmpty$1, R as useInvalidateRootLegalEntity, j as useAnalyticsContext, u as useLegalEntity, c as createLogger, K as Loader } from "./EventEmitter-B1hFUO9K.js";
13
+ import { B as useUpdateLegalEntity, N as useMultiForm, h as getRequiredForms, i as addValidityToForms, j as useFormComposer, T as FormContextProvider, F as FormWrapper } from "./CreateIndividualComponent-B_KRyA54.js";
14
14
  import { signal } from "@preact/signals";
15
- import { s as sofStyles, T as TaskStatusIndicator, n as normalizedTaskStatusStore } from "./core-B13TZF_D.js";
15
+ import { s as sofStyles, T as TaskStatusIndicator, n as normalizedTaskStatusStore } from "./core-Cz8cuSX9.js";
16
16
  const getTaxClassification = async (legalEntityId, baseUrl) => {
17
17
  return httpGet({
18
18
  baseUrl,
@@ -7,7 +7,7 @@
7
7
  }
8
8
  }
9
9
  ;
10
- import { C as Core } from "./core-B13TZF_D.js";
10
+ import { C as Core } from "./core-Cz8cuSX9.js";
11
11
  if (CSS.supports("container", "foo / inline-size") === false) {
12
12
  import("container-query-polyfill");
13
13
  }
@@ -7,7 +7,7 @@
7
7
  }
8
8
  }
9
9
  ;
10
- import { C as Core } from "./core-B13TZF_D.js";
10
+ import { C as Core } from "./core-Cz8cuSX9.js";
11
11
  import { p as propsToCoreOptions } from "./utils-Do7EwrWz.js";
12
12
  const loadAdyenConfig = async (config) => {
13
13
  if (!config.environment) {
@@ -2,18 +2,18 @@
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] = "26f04b86-7dcf-405a-b429-ceda429a2e66", e._sentryDebugIdIdentifier = "sentry-dbid-26f04b86-7dcf-405a-b429-ceda429a2e66");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "2a20cfb9-a9ca-4c8b-98c7-79b8357ab4e2", e._sentryDebugIdIdentifier = "sentry-dbid-2a20cfb9-a9ca-4c8b-98c7-79b8357ab4e2");
6
6
  } catch (e) {
7
7
  }
8
8
  }
9
9
  ;
10
- import { c as createLogger, u as useLegalEntity, a as useApiContext, b as useQuery, h as httpPost, d as httpGet, e as useMutation, f as useQueryClient, g as createFormRules, m as mapPayoutAccountSchemaToApiBankAccount, p as payoutComponentKeyMapping, k as keysOf, s as summaryItem, C as CountryCodes, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, n as useExperimentsContext, o as useSettingsContext, q as getLegalEntityCountry, r as currencyByCountry, t as getLegalEntityNameBasedOnType, T as TaskTypes, v as useStateContext, w as getCapabilityProblems, x as isProviderWidgetInline, S as SettingNames, y as cloneObject, z as datasetUtilities, A as payoutSteps, L as LoaderWrapper, M as Modal, B as ModalHeader, D as ModalContent, E as Typography, F as ModalFooter, G as Button, P as PayoutDetails, H as isEmpty, I as useCoreContext, J as LegalEntityType, K as Loader, N as TaskStatus, O as Skeleton, Q as Icon, R as useInvalidateRootLegalEntity, U as httpDelete, V as Alert, W as Card, X as StructuredList, Y as Spacer, Z as IconButton, _ as Confirm, $ as entriesOf, a0 as useDataset, a1 as datasetIdentifier, a2 as useLocalStorage, a3 as getLegalRepresentative, a4 as doesLegalEntityRequiresLegalRepresentative, a5 as ProviderButton, a6 as isPartOfTrustFromLegalEntity, a7 as hasSolePropInLegalEntity, a8 as hasOwnEntityAssociationOfType, a9 as isEmptyEntity, aa as CompanyTypesValue, ab as EntityType, ac as DATA_MISSING_DECISION_MAKER_ERROR_CODE_MAPPING, ad as handleKeys, ae as noop, af as CardGroup, ag as useSetting, ah as useTasks, ai as useGetTaskStatus, aj as isPartOfUnincorporatedPartnership, ak as getOwnSignatories, al as getOwnDecisionMakersLegalEntityIds, am as getOwnSolePropProblems, an as getOwnTrustProblems, ao as getOwnUnincorporatedPartnershipProblems, ap as getCapabilities, aq as ALLOWED_UNINCORPORATED_PARTNERSHIP_COUNTRIES, ar as MemoizedDocumentUpload, as as List, at as useGlobalData, au as getForms, av as BasicInformation, aw as getFormProps, ax as CompanyStructure, ay as AdditionalInformation, az as MemoizedConstitutionalDocument, aA as FinancialInformation, aB as StateCodesUS, aC as objectsDeepEqual, aD as drop, aE as businessDetailsComponentsKeyMapping, aF as solePropBusinessDetailsKeyMapping, aG as operationalAddressIsSameIds, aH as COUNTRIES_USING_COMPANY_SEARCH, aI as FIELDS_NEEDED_FOR_COMPANY_SEARCH, aJ as isUndefinedOrNull, aK as solePropBusinessDetailsApiKeyMapping, aL as businessDetailsApiKeyMapping, aM as isEmpty$1, aN as COUNTRIES_THAT_USE_TAX_ID_INSTEAD_OF_VAT, aO as mapAddressLabels, aP as companyTypeMetadata, aQ as filterOutUnwantedAssociationsIfRootLE, aR as documentFormsIds, aS as resolveFieldMetadata, aT as defaultFieldMetadata, aU as inferCompanyRegistrationNumberType, aV as getCompanyRegistrationNumberOptions, aW as defaultFieldConfig, aX as defaultFieldMetadata$1, aY as countryToTaxInfoTypeMap, aZ as defaultFieldConfig$1, a_ as getKeyForField, a$ as getOwnEntityAssociations, b0 as doArraysMatch, b1 as setIsBankAccountRequestedForOrganization, b2 as getAssociatedLeAnalyticsPayload, b3 as rules$2, b4 as solePropBusinessDetailsDocumentMapping, b5 as businessDetailsDocumentMapping, b6 as reverseMapping, b7 as eeaCountries, b8 as localizeDateString, b9 as Field, ba as Select, bb as RadioGroup, bc as Link, bd as InputText, be as InputNumber, bf as InputDate, bg as Currency, bh as CURRENCY_FIELD, bi as InputCurrency, bj as useForm, bk as useGlobalDataSlice, bl as ErrorPanel, bm as createFormUtils, bn as getAddressSchemaForCountry, bo as COUNTRIES_WITH_STATES_DATASET, bp as Address, bq as getAddressSchemaLabelsByCountry, br as Currencies, bs as InputGroup, bt as TextArea, bu as CountryField, bv as useId, bw as KEYBOARD_KEYS, bx as Svg, by as Dropzone, bz as useLegalEntities, bA as addressValidators, bB as isTruthyValidator, bC as getSSNType, bD as defaultFieldMetadata$2, bE as defaultFieldConfig$2, bF as getAgeToday, bG as euCountries, bH as DecisionMakerType, bI as allowedCountriesForNominee, bJ as getLocalizedIdDocumentTypeOptions, bK as Scenarios, bL as licenseCardNumberDefaultMetadata, bM as licenseCardNumberDefaultConfig, bN as mergeFieldMetadataIntoProps, bO as useFormContext, bP as getFieldProps, bQ as idNumberFields, bR as IdentityNumber, bS as additionallIdNumberOptions, bT as MaskedInput, bU as formatDateObj, bV as DriversLicense, bW as addressFields, bX as getDefaultTaxIdNumberType, bY as FormHeader, bZ as IndividualIdNumberTypeSelector, b_ as TaxInformationField, b$ as PatriotActDisclosure, c0 as nameFields, c1 as decisionMakerRoleFields, c2 as nomineeFields, c3 as contactDetailFields, c4 as ContextGuidance, c5 as TrustedFieldsProvider, c6 as DecisionMakerRole, c7 as NomineeDecisionMakerRole, c8 as Name, c9 as ContactDetails, ca as RadioWithLabel, cb as pick, cc as IdVerification, cd as showIndividualMotionCapture, ce as IdDocumentManualUpload, cf as idDocumentUploadFields, cg as useFormRouterContext, ch as setShowIndividualMotionCapture, ci as shouldShowMotionCapture, cj as hasMotionCaptureScenario, ck as MemoizedProofOfRelationship, cl as MemoizedProofOfResidencyUpload, cm as useProviderStatus, cn as getAsyncIdNumberValidationRule, co as getAsyncPhoneValidationRules, cp as setHasMotionCaptureScenario, cq as getAllowedDecisionMakerRoles, cr as hasNomineesChanged, cs as attachNomineeToRole, ct as TrustMemberTypes, cu as useGlobalStore, cv as defaultFieldMetadata$3, cw as defaultFieldConfig$3, cx as MultiSelectList, cy as makeSelectItemForRole, cz as RadioGroupCard, cA as COUNTRY_FIELD, cB as LegalCompanyNameField, cC as LEGAL_COMPANY_NAME_FIELD, cD as getRoleName, cE as summaryStep, cF as FormNavigation, cG as Summary, cH as ActionBar, cI as updateTaxInformation, cJ as TrustTypes, cK as UNINCORPORATED_PARTNERSHIP_COUNTRIES_VAT_NUMBER_OPTIONAL, cL as UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_REQUIRED, cM as UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_OPTIONAL, cN as UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_REQUIRED, cO as UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_OPTIONAL, cP as trustComponentsKeyMapping, cQ as trustApiKeyMapping, cR as trustDocumentMapping, cS as trustForms, cT as Trust, cU as trustTypeOptions, cV as trustConstitutionalDocumentFormId, cW as UnincorporatedPartnershipMemberTypes, cX as getDecisionMakerDescriptionMap, cY as TRUST_DEFAULT_DESCRIPTIONS_MAP, cZ as getRoleTagVariant, c_ as DEFAULT_TRUST_MEMBER_REQUIREMENTS, c$ as deleteUnincorporatedPartnershipMember, d0 as mapEntityAssociationsToUnincorporatedPartnershipMembers, d1 as hasAllCapabilitiesResolved, d2 as hasRejectedCapabilities, d3 as getPayoutAccountHolderName, d4 as getOwnDecisionMakers, d5 as MaybeModal, d6 as Checkbox, d7 as listify, d8 as uuidv4, d9 as EventEmitter, da as SettingsProvider, db as ExperimentsContextProvider, dc as ApiProvider, dd as QueryClientProvider, de as StoreProvider, df as AnalyticsProvider, dg as CoreProvider, dh as I18nProvider, di as DebugListener, dj as ToastContextProvider, dk as StateProvider, dl as ReactQueryDevtools2, dm as FALLBACK_LOCALE, dn as setSdkToken, dp as setSdkTokenHandler } from "./EventEmitter-BdbTrGMk.js";
11
- import { u as useTermsOfServiceAcceptanceInfos, a as useTermsOfServiceStatus, d as downloadFile, F as FormEndState, O as OutlinedIcon, C as ContractViewer, A as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-Cnv5ZPl5.js";
12
- import { g as getDocument, m as mapExistingFile, a as getPageName, c as createDocumentRequest, b as mapWith, d as documentApiUtils, u as useScenarioConfiguration, e as getPropsFromConfigurations, f as useUnifyLoadingStatus, h as getRequiredForms, i as addValidityToForms, j as useFormComposer, F as FormWrapper, k as augmentWithCountryConfigs, o as omitObscuredFieldsIfUnchanged, l as isValidationError, p as processValidationErrors, n as isIdDocumentUploadError, q as isBankStatementUploadError, r as isMaintenanceModeError, s as mapCreateOrUpdateTransferInstrumentErrorMessageToTranslatable, t as getFileExtention, S as SOLE_PROP_COUNTRIES, v as formatObject, w as composePerScenarioFormConfigurations, x as getProp, y as getFieldsWithExistingData, z as hasDataChanged, A as useCreateLegalEntity, B as useUpdateLegalEntity, D as trackNavigation, E as fieldsPerScenario, G as nomineeDecisionMakerRoleValidationRules, H as contactDetailsValidationRules, I as nameValidationRulesV4, J as nameValidationRules, K as adjustIdentificationData, L as useValidatePhoneNumberImperatively, M as useVerifyIdNumber, N as useMultiForm, O as useScenarios, P as mandateIdVerificationForMotionCapture, Q as mapApiDocumentToIndividualDocuments, R as useIdVerificationStartCheck, T as FormContextProvider, U as mapIndividualDocumentToApiDocument, V as mergeAttachments, W as onfidoDocumentTypeMapping, X as IndividualDropin, Y as useSingpassMyInfoLogin, C as CreateIndividualComponent } from "./CreateIndividualComponent-CXcGc6Fg.js";
10
+ import { c as createLogger, u as useLegalEntity, a as useApiContext, b as useQuery, h as httpPost, d as httpGet, e as useMutation, f as useQueryClient, g as createFormRules, m as mapPayoutAccountSchemaToApiBankAccount, p as payoutComponentKeyMapping, k as keysOf, s as summaryItem, C as CountryCodes, i as useI18nContext, j as useAnalyticsContext, l as useToastContext, n as useExperimentsContext, o as useSettingsContext, q as getLegalEntityCountry, r as currencyByCountry, t as getLegalEntityNameBasedOnType, T as TaskTypes, v as useStateContext, w as getCapabilityProblems, x as isProviderWidgetInline, S as SettingNames, y as cloneObject, z as datasetUtilities, A as payoutSteps, L as LoaderWrapper, M as Modal, B as ModalHeader, D as ModalContent, E as Typography, F as ModalFooter, G as Button, P as PayoutDetails, H as isEmpty, I as useCoreContext, J as LegalEntityType, K as Loader, N as TaskStatus, O as Skeleton, Q as Icon, R as useInvalidateRootLegalEntity, U as httpDelete, V as Alert, W as Card, X as StructuredList, Y as Spacer, Z as IconButton, _ as Confirm, $ as entriesOf, a0 as useDataset, a1 as datasetIdentifier, a2 as useLocalStorage, a3 as getLegalRepresentative, a4 as doesLegalEntityRequiresLegalRepresentative, a5 as ProviderButton, a6 as isPartOfTrustFromLegalEntity, a7 as hasSolePropInLegalEntity, a8 as hasOwnEntityAssociationOfType, a9 as isEmptyEntity, aa as CompanyTypesValue, ab as EntityType, ac as DATA_MISSING_DECISION_MAKER_ERROR_CODE_MAPPING, ad as handleKeys, ae as noop, af as CardGroup, ag as useSetting, ah as useTasks, ai as useGetTaskStatus, aj as isPartOfUnincorporatedPartnership, ak as getOwnSignatories, al as getOwnDecisionMakersLegalEntityIds, am as getOwnSolePropProblems, an as getOwnTrustProblems, ao as getOwnUnincorporatedPartnershipProblems, ap as getCapabilities, aq as ALLOWED_UNINCORPORATED_PARTNERSHIP_COUNTRIES, ar as MemoizedDocumentUpload, as as List, at as useGlobalData, au as getForms, av as BasicInformation, aw as getFormProps, ax as CompanyStructure, ay as AdditionalInformation, az as MemoizedConstitutionalDocument, aA as FinancialInformation, aB as StateCodesUS, aC as objectsDeepEqual, aD as drop, aE as businessDetailsComponentsKeyMapping, aF as solePropBusinessDetailsKeyMapping, aG as operationalAddressIsSameIds, aH as COUNTRIES_USING_COMPANY_SEARCH, aI as FIELDS_NEEDED_FOR_COMPANY_SEARCH, aJ as isUndefinedOrNull, aK as solePropBusinessDetailsApiKeyMapping, aL as businessDetailsApiKeyMapping, aM as isEmpty$1, aN as COUNTRIES_THAT_USE_TAX_ID_INSTEAD_OF_VAT, aO as mapAddressLabels, aP as companyTypeMetadata, aQ as filterOutUnwantedAssociationsIfRootLE, aR as documentFormsIds, aS as resolveFieldMetadata, aT as defaultFieldMetadata, aU as inferCompanyRegistrationNumberType, aV as getCompanyRegistrationNumberOptions, aW as defaultFieldConfig, aX as defaultFieldMetadata$1, aY as countryToTaxInfoTypeMap, aZ as defaultFieldConfig$1, a_ as getKeyForField, a$ as getOwnEntityAssociations, b0 as doArraysMatch, b1 as setIsBankAccountRequestedForOrganization, b2 as getAssociatedLeAnalyticsPayload, b3 as rules$2, b4 as solePropBusinessDetailsDocumentMapping, b5 as businessDetailsDocumentMapping, b6 as reverseMapping, b7 as eeaCountries, b8 as localizeDateString, b9 as Field, ba as Select, bb as RadioGroup, bc as Link, bd as InputText, be as InputNumber, bf as InputDate, bg as Currency, bh as CURRENCY_FIELD, bi as InputCurrency, bj as useForm, bk as useGlobalDataSlice, bl as ErrorPanel, bm as createFormUtils, bn as getAddressSchemaForCountry, bo as COUNTRIES_WITH_STATES_DATASET, bp as Address, bq as getAddressSchemaLabelsByCountry, br as Currencies, bs as InputGroup, bt as TextArea, bu as CountryField, bv as useId, bw as KEYBOARD_KEYS, bx as Svg, by as Dropzone, bz as useLegalEntities, bA as addressValidators, bB as isTruthyValidator, bC as getSSNType, bD as defaultFieldMetadata$2, bE as defaultFieldConfig$2, bF as getAgeToday, bG as euCountries, bH as DecisionMakerType, bI as allowedCountriesForNominee, bJ as getLocalizedIdDocumentTypeOptions, bK as Scenarios, bL as licenseCardNumberDefaultMetadata, bM as licenseCardNumberDefaultConfig, bN as mergeFieldMetadataIntoProps, bO as useFormContext, bP as getFieldProps, bQ as idNumberFields, bR as IdentityNumber, bS as additionallIdNumberOptions, bT as MaskedInput, bU as formatDateObj, bV as DriversLicense, bW as addressFields, bX as getDefaultTaxIdNumberType, bY as FormHeader, bZ as IndividualIdNumberTypeSelector, b_ as TaxInformationField, b$ as PatriotActDisclosure, c0 as nameFields, c1 as decisionMakerRoleFields, c2 as nomineeFields, c3 as contactDetailFields, c4 as ContextGuidance, c5 as TrustedFieldsProvider, c6 as DecisionMakerRole, c7 as NomineeDecisionMakerRole, c8 as Name, c9 as ContactDetails, ca as RadioWithLabel, cb as pick, cc as IdVerification, cd as showIndividualMotionCapture, ce as IdDocumentManualUpload, cf as idDocumentUploadFields, cg as useFormRouterContext, ch as setShowIndividualMotionCapture, ci as shouldShowMotionCapture, cj as hasMotionCaptureScenario, ck as MemoizedProofOfRelationship, cl as MemoizedProofOfResidencyUpload, cm as useProviderStatus, cn as getAsyncIdNumberValidationRule, co as getAsyncPhoneValidationRules, cp as setHasMotionCaptureScenario, cq as getAllowedDecisionMakerRoles, cr as hasNomineesChanged, cs as attachNomineeToRole, ct as TrustMemberTypes, cu as useGlobalStore, cv as defaultFieldMetadata$3, cw as defaultFieldConfig$3, cx as MultiSelectList, cy as makeSelectItemForRole, cz as RadioGroupCard, cA as COUNTRY_FIELD, cB as LegalCompanyNameField, cC as LEGAL_COMPANY_NAME_FIELD, cD as getRoleName, cE as summaryStep, cF as FormNavigation, cG as Summary, cH as ActionBar, cI as updateTaxInformation, cJ as TrustTypes, cK as UNINCORPORATED_PARTNERSHIP_COUNTRIES_VAT_NUMBER_OPTIONAL, cL as UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_REQUIRED, cM as UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_OPTIONAL, cN as UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_REQUIRED, cO as UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_OPTIONAL, cP as trustComponentsKeyMapping, cQ as trustApiKeyMapping, cR as trustDocumentMapping, cS as trustForms, cT as Trust, cU as trustTypeOptions, cV as trustConstitutionalDocumentFormId, cW as UnincorporatedPartnershipMemberTypes, cX as getDecisionMakerDescriptionMap, cY as TRUST_DEFAULT_DESCRIPTIONS_MAP, cZ as getRoleTagVariant, c_ as DEFAULT_TRUST_MEMBER_REQUIREMENTS, c$ as deleteUnincorporatedPartnershipMember, d0 as mapEntityAssociationsToUnincorporatedPartnershipMembers, d1 as hasAllCapabilitiesResolved, d2 as hasRejectedCapabilities, d3 as getPayoutAccountHolderName, d4 as getOwnDecisionMakers, d5 as MaybeModal, d6 as Checkbox, d7 as listify, d8 as uuidv4, d9 as EventEmitter, da as SettingsProvider, db as ExperimentsContextProvider, dc as ApiProvider, dd as QueryClientProvider, de as StoreProvider, df as AnalyticsProvider, dg as CoreProvider, dh as I18nProvider, di as DebugListener, dj as ToastContextProvider, dk as StateProvider, dl as ReactQueryDevtools2, dm as FALLBACK_LOCALE, dn as setSdkToken, dp as setSdkTokenHandler } from "./EventEmitter-B1hFUO9K.js";
11
+ import { u as useTermsOfServiceAcceptanceInfos, a as useTermsOfServiceStatus, d as downloadFile, F as FormEndState, O as OutlinedIcon, C as ContractViewer, A as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-uuOIbTbu.js";
12
+ import { g as getDocument, m as mapExistingFile, a as getPageName, c as createDocumentRequest, b as mapWith, d as documentApiUtils, u as useScenarioConfiguration, e as getPropsFromConfigurations, f as useUnifyLoadingStatus, h as getRequiredForms, i as addValidityToForms, j as useFormComposer, F as FormWrapper, k as augmentWithCountryConfigs, o as omitObscuredFieldsIfUnchanged, l as isValidationError, p as processValidationErrors, n as isIdDocumentUploadError, q as isBankStatementUploadError, r as isMaintenanceModeError, s as mapCreateOrUpdateTransferInstrumentErrorMessageToTranslatable, t as getFileExtention, S as SOLE_PROP_COUNTRIES, v as formatObject, w as composePerScenarioFormConfigurations, x as getProp, y as getFieldsWithExistingData, z as hasDataChanged, A as useCreateLegalEntity, B as useUpdateLegalEntity, D as trackNavigation, E as fieldsPerScenario, G as nomineeDecisionMakerRoleValidationRules, H as contactDetailsValidationRules, I as nameValidationRulesV4, J as nameValidationRules, K as adjustIdentificationData, L as useValidatePhoneNumberImperatively, M as useVerifyIdNumber, N as useMultiForm, O as useScenarios, P as mandateIdVerificationForMotionCapture, Q as mapApiDocumentToIndividualDocuments, R as useIdVerificationStartCheck, T as FormContextProvider, U as mapIndividualDocumentToApiDocument, V as mergeAttachments, W as onfidoDocumentTypeMapping, X as IndividualDropin, Y as useSingpassMyInfoLogin, C as CreateIndividualComponent } from "./CreateIndividualComponent-B_KRyA54.js";
13
13
  import { jsxs, jsx, Fragment } from "preact/jsx-runtime";
14
14
  import { useMemo, useState, useEffect, useCallback, useRef } from "preact/hooks";
15
15
  import cx from "classnames";
16
- import { T as Tag, a as TaskItemStatus, l as listToRecord } from "./listToRecord-CAqI3h_G.js";
16
+ import { T as Tag, a as TaskItemStatus, l as listToRecord } from "./listToRecord-qo_EQkgv.js";
17
17
  import { lazy, Suspense } from "preact/compat";
18
18
  import { signal } from "@preact/signals";
19
19
  import isURL from "validator/es/lib/isURL.js";
@@ -16283,32 +16283,32 @@ const hasProgressedBeyondEntitySelection = (legalEntity) => {
16283
16283
  return hasOwnEntityAssocation || !!hasOrganizationType;
16284
16284
  };
16285
16285
  const Introduction = lazy(
16286
- async () => (await import("./Introduction-BleGRaa4.js")).Introduction
16286
+ async () => (await import("./Introduction-DFbJLMaj.js")).Introduction
16287
16287
  );
16288
16288
  const BusinessTypeSelection = lazy(
16289
- async () => (await import("./BusinessTypeSelection-DeZuB2cX.js")).BusinessTypeSelection
16289
+ async () => (await import("./BusinessTypeSelection-DSYpIVjd.js")).BusinessTypeSelection
16290
16290
  );
16291
16291
  const SingpassSelection = lazy(
16292
- async () => (await import("./SingpassSelection-DC-hVP9Y.js")).SingpassSelection
16292
+ async () => (await import("./SingpassSelection-BeU-t-e6.js")).SingpassSelection
16293
16293
  );
16294
16294
  const AccountSetupRejected = lazy(
16295
- async () => (await import("./AccountSetupRejected-CghDwOps.js")).AccountSetupRejected
16295
+ async () => (await import("./AccountSetupRejected-DfumYvDY.js")).AccountSetupRejected
16296
16296
  );
16297
16297
  const DecisionMakers = lazy(
16298
- async () => (await import("./DecisionMakers-jM2qEJYz.js")).DecisionMakers
16298
+ async () => (await import("./DecisionMakers-Ct5sydeB.js")).DecisionMakers
16299
16299
  );
16300
16300
  const CustomerSupport = lazy(
16301
- async () => (await import("./CustomerSupport-BWMKG7BY.js")).CustomerSupport
16301
+ async () => (await import("./CustomerSupport-DN4FePLw.js")).CustomerSupport
16302
16302
  );
16303
- const Review = lazy(async () => (await import("./Review-B8zggWg2.js")).Review);
16303
+ const Review = lazy(async () => (await import("./Review-RQfZnNWA.js")).Review);
16304
16304
  const SignPCIComponent$2 = lazy(
16305
16305
  async () => (await Promise.resolve().then(() => SignPCIComponent$1)).SignPCIComponent
16306
16306
  );
16307
16307
  const AcceptTermsOfService = lazy(
16308
- async () => (await import("./AcceptTermsOfServiceComponent-Cnv5ZPl5.js").then((n) => n.b)).AcceptTermsOfServiceComponent
16308
+ async () => (await import("./AcceptTermsOfServiceComponent-uuOIbTbu.js").then((n) => n.b)).AcceptTermsOfServiceComponent
16309
16309
  );
16310
16310
  const TaxReportingDropin = lazy(
16311
- async () => (await import("./TaxReportingDropin-DqSPuzE8.js")).TaxReportingDropin
16311
+ async () => (await import("./TaxReportingDropin-GRg57bbo.js")).TaxReportingDropin
16312
16312
  );
16313
16313
  const PAGES_WITH_POLLING = [TaskTypes.DECISION_MAKER_OVERVIEW, TaskTypes.TASKS_OVERVIEW];
16314
16314
  const logger$1 = createLogger();
@@ -17769,7 +17769,7 @@ class UIElement extends BaseElement {
17769
17769
  baseUrl: this.props.baseUrl,
17770
17770
  children: /* @__PURE__ */ jsx(QueryClientProvider, { children: /* @__PURE__ */ jsxs(Fragment, { children: [
17771
17771
  /* @__PURE__ */ jsxs(StoreProvider, { children: [
17772
- /* @__PURE__ */ jsx("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "3.69.1" }),
17772
+ /* @__PURE__ */ jsx("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "3.69.2" }),
17773
17773
  /* @__PURE__ */ jsx(
17774
17774
  AnalyticsProvider,
17775
17775
  {
@@ -7,7 +7,7 @@
7
7
  }
8
8
  }
9
9
  ;
10
- import { c as cssProps } from "./DebugModal-DlUYp71H.js";
10
+ import { c as cssProps } from "./DebugModal-Cr4lgdwf.js";
11
11
  const definitions = {
12
12
  any: { regex: /.*/g, css: cssProps.text },
13
13
  property: { regex: /(^|[\r\n])[^:]*:/g, css: cssProps.key },
@@ -9,8 +9,8 @@
9
9
  ;
10
10
  import { jsx } from "preact/jsx-runtime";
11
11
  import { render } from "preact";
12
- import { i as injectCss, E as EmbedShell } from "./EmbedShell-CAeuW7V3.js";
13
- import { C as CreateIndividualComponent } from "./CreateIndividualComponent-CXcGc6Fg.js";
12
+ import { i as injectCss, E as EmbedShell } from "./EmbedShell-CcY7J5Ka.js";
13
+ import { C as CreateIndividualComponent } from "./CreateIndividualComponent-B_KRyA54.js";
14
14
  import { e as environmentMap } from "./utils-Do7EwrWz.js";
15
15
  class AdyenIndividual extends HTMLElement {
16
16
  constructor() {
@@ -7,7 +7,7 @@
7
7
  }
8
8
  }
9
9
  ;
10
- import { c as cssProps } from "./DebugModal-DlUYp71H.js";
10
+ import { c as cssProps } from "./DebugModal-Cr4lgdwf.js";
11
11
  const definitions = {
12
12
  any: { regex: /.*/g, css: cssProps.text },
13
13
  number: { regex: /-?\d+(\.\d+)?([eE][+-]?\d+)?/g, css: cssProps.number },
@@ -9,7 +9,7 @@
9
9
  ;
10
10
  import { jsx, jsxs } from "preact/jsx-runtime";
11
11
  import cx from "classnames";
12
- import { K as Loader, Q as Icon, i as useI18nContext, N as TaskStatus, bw as KEYBOARD_KEYS } from "./EventEmitter-BdbTrGMk.js";
12
+ import { K as Loader, Q as Icon, i as useI18nContext, N as TaskStatus, bw as KEYBOARD_KEYS } from "./EventEmitter-B1hFUO9K.js";
13
13
  const tag = "adyen-kyc-tag";
14
14
  const tagGrey = "adyen-kyc-tag-grey";
15
15
  const tagBlue = "adyen-kyc-tag-blue";
@@ -7,7 +7,7 @@
7
7
  }
8
8
  }
9
9
  ;
10
- import { c as cssProps } from "./DebugModal-DlUYp71H.js";
10
+ import { c as cssProps } from "./DebugModal-Cr4lgdwf.js";
11
11
  const definitions = {
12
12
  any: { regex: /.*/g, css: cssProps.text }
13
13
  };
@@ -9,8 +9,8 @@
9
9
  ;
10
10
  import { jsx } from "preact/jsx-runtime";
11
11
  import { render } from "preact";
12
- import { i as injectCss, E as EmbedShell } from "./EmbedShell-CAeuW7V3.js";
13
- import { A as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-Cnv5ZPl5.js";
12
+ import { i as injectCss, E as EmbedShell } from "./EmbedShell-CcY7J5Ka.js";
13
+ import { A as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-uuOIbTbu.js";
14
14
  import { e as environmentMap } from "./utils-Do7EwrWz.js";
15
15
  class AdyenTermsOfService extends HTMLElement {
16
16
  constructor() {
@@ -7,7 +7,7 @@
7
7
  }
8
8
  }
9
9
  ;
10
- import { c as cssProps } from "./DebugModal-DlUYp71H.js";
10
+ import { c as cssProps } from "./DebugModal-Cr4lgdwf.js";
11
11
  const definitions = {
12
12
  any: { regex: /.*/g, css: cssProps.text },
13
13
  boolean: { regex: /^(\s*)([\w-]+)(:)\s*(.*)$/g, css: cssProps.boolean },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/kyc-components",
3
- "version": "3.69.1",
3
+ "version": "3.69.2",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-kyc",