@adyen/kyc-components 3.68.0 → 3.68.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 (73) hide show
  1. package/dist/{AcceptTermsOfServiceComponent-yutCVhdr.js → AcceptTermsOfServiceComponent-SQljDrXa.js} +8 -22
  2. package/dist/{AccountSetupRejected-Bp9MbaZF.js → AccountSetupRejected-ycQ81Di0.js} +3 -3
  3. package/dist/{BusinessTypeSelection-Bda3HjOy.js → BusinessTypeSelection-DvvmJzYv.js} +4 -4
  4. package/dist/{CXEL7IU7-DIlmKme0.js → CXEL7IU7-CGVwBOx0.js} +3 -3
  5. package/dist/{CreateIndividualComponent-wIMjaodd.js → CreateIndividualComponent-rathlqPP.js} +13 -12
  6. package/dist/{CustomerSupport-BBpiWDZu.js → CustomerSupport-D_JLR2FT.js} +3 -3
  7. package/dist/{DebugModal-Chl6VeCw.js → DebugModal-P05awsgJ.js} +8 -8
  8. package/dist/{DecisionMakers-91Uxeb4Z.js → DecisionMakers-DUC8rE56.js} +4 -4
  9. package/dist/{EmbedShell-BgnrqkKO.js → EmbedShell-H979Qm-6.js} +3 -3
  10. package/dist/{EventEmitter-MB52FRnR.js → EventEmitter-5jszKCaJ.js} +418 -359
  11. package/dist/{HASRA6WW-CYutWFzS.js → HASRA6WW-BPCY6elk.js} +2 -2
  12. package/dist/{I3HPI4QX-h-J4eisw.js → I3HPI4QX-06D9Iepl.js} +3 -3
  13. package/dist/{Introduction-Cn5uh084.js → Introduction-BghsurRU.js} +3 -3
  14. package/dist/{Review-BITkfvbx.js → Review-Dd7WI3Yz.js} +4 -3
  15. package/dist/{SingpassSelection-BPrfSrSw.js → SingpassSelection-DByRqKls.js} +2 -2
  16. package/dist/{TaxReportingDropin-DZLUs3Hb.js → TaxReportingDropin-BADfykll.js} +7 -12
  17. package/dist/adyen-kyc-components.js +1 -1
  18. package/dist/adyenConfig.js +1 -1
  19. package/dist/{core-DnQST_lN.js → core-C0rY8vL6.js} +81 -110
  20. package/dist/{css-ChtZI8YA.js → css-DLNP39b3.js} +1 -1
  21. package/dist/individual.js +2 -2
  22. package/dist/{json-CY-QM445.js → json-CrltTDwR.js} +1 -1
  23. package/dist/{listToRecord-CogvyLiD.js → listToRecord-3sI8p0aA.js} +2 -2
  24. package/dist/{plaintext-BzvCXlZZ.js → plaintext-BOAoTqQE.js} +1 -1
  25. package/dist/terms-of-service.js +2 -2
  26. package/dist/types/api/address/useAddressCleanse.d.ts +1 -0
  27. package/dist/types/api/address/useRetrieveAddress.d.ts +5 -0
  28. package/dist/types/api/address/useSearchAddress.d.ts +1 -0
  29. package/dist/types/api/businessLines/useBusinessLines.d.ts +1 -0
  30. package/dist/types/api/check/useCheck.d.ts +2 -0
  31. package/dist/types/api/configurations/useScenarios.d.ts +7 -6
  32. package/dist/types/api/configurations/useSupportedCountries.d.ts +1 -0
  33. package/dist/types/api/configurations/useTaskTypes.d.ts +1 -0
  34. package/dist/types/api/configurations/useVersionConfiguration.d.ts +2 -4
  35. package/dist/types/api/datasets/useLegalForms.d.ts +1 -0
  36. package/dist/types/api/datasets/useNaceCodes.d.ts +1 -0
  37. package/dist/types/api/datasets/useSourceOfFundsTypes.d.ts +1 -0
  38. package/dist/types/api/documents/{useGetDocument.d.ts → useDocument.d.ts} +6 -1
  39. package/dist/types/api/invalidateRootLegalEntity.d.ts +6 -0
  40. package/dist/types/api/legalEntity/useLegalEntity.d.ts +5 -0
  41. package/dist/types/api/onboardingStatus/useOnboardingStatus.d.ts +1 -0
  42. package/dist/types/api/openId/useOpenIdAuthorizationLink.d.ts +1 -0
  43. package/dist/types/api/pciTemplate/usePciQuestionnaireList.d.ts +1 -0
  44. package/dist/types/api/pciTemplate/usePciStatus.d.ts +1 -0
  45. package/dist/types/api/pciTemplate/usePciTemplate.d.ts +1 -0
  46. package/dist/types/api/providersConfiguration/useProviderStatus.d.ts +1 -0
  47. package/dist/types/api/queryKeys.d.ts +38 -0
  48. package/dist/types/api/taskStatus/useTaskStatus.d.ts +1 -0
  49. package/dist/types/api/taxClassification/useTaxClassification.d.ts +1 -0
  50. package/dist/types/api/termsOfService/useAcceptedTermsOfService.d.ts +9 -0
  51. package/dist/types/api/termsOfService/useTermsOfService.d.ts +1 -0
  52. package/dist/types/api/termsOfService/useTermsOfServiceAcceptanceInfos.d.ts +1 -0
  53. package/dist/types/api/termsOfService/useTermsOfServiceStatus.d.ts +1 -0
  54. package/dist/types/api/transferInstruments/{useGetBankVerificationProviders.d.ts → useBankVerificationProviders.d.ts} +5 -1
  55. package/dist/types/api/transferInstruments/{useGetTransferInstrument.d.ts → useTransferInstrument.d.ts} +6 -1
  56. package/dist/types/api/transferInstruments/{useGetTransferInstruments.d.ts → useTransferInstruments.d.ts} +2 -1
  57. package/dist/types/api/uiAnalytics/useAnalyticsSession.d.ts +5 -0
  58. package/dist/types/api/validation/useValidatePhoneNumber.d.ts +1 -0
  59. package/dist/types/components/BankAccount/forms/BankVerification/types.d.ts +1 -1
  60. package/dist/types/components/BankAccount/forms/PayoutDetails/types.d.ts +1 -1
  61. package/dist/types/components/BankAccount/forms/PayoutVerificationMethod/PreferInstantVerificationMethod/PreferInstantVerificationMethod.d.ts +1 -1
  62. package/dist/types/components/BankAccount/forms/PayoutVerificationMethod/types.d.ts +1 -1
  63. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverview/ManageTransferInstrumentOverview.d.ts +1 -1
  64. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItem/ManageTransferInstrumentOverviewItem.d.ts +1 -1
  65. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItemModal/ManageTransferInstrumentOverviewItemModal.d.ts +1 -1
  66. package/dist/types/components/EmbeddedDropins/SignPCIComponent/SignPCIComponent.d.ts +1 -2
  67. package/dist/types/components/ui/atoms/Checkbox/Checkbox.d.ts +5 -1
  68. package/dist/types/components/ui/atoms/Radio/Radio.d.ts +3 -1
  69. package/dist/types/components/ui/atoms/SelectListItem/SelectListItem.d.ts +1 -1
  70. package/dist/types/components/ui/atoms/SelectListItem/SelectListItem.types.d.ts +1 -0
  71. package/dist/types/hooks/useScenarioConfiguration.d.ts +1 -1
  72. package/dist/{yaml-CFgf8XoZ.js → yaml-Cc82rT2c.js} +1 -1
  73. package/package.json +4 -4
@@ -19,13 +19,13 @@ 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] = "65796f06-5bc9-4671-9db8-a0f19e93f621", e._sentryDebugIdIdentifier = "sentry-dbid-65796f06-5bc9-4671-9db8-a0f19e93f621");
22
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "faa87b86-d62d-445c-8a57-276208586b42", e._sentryDebugIdIdentifier = "sentry-dbid-faa87b86-d62d-445c-8a57-276208586b42");
23
23
  } catch (e) {
24
24
  }
25
25
  }
26
26
  ;
27
+ import { useContext as useContext$1, useCallback, useState, useEffect, useMemo, useRef, useLayoutEffect, useReducer } from "preact/hooks";
27
28
  import { jsx as jsx$1, jsxs, Fragment } from "preact/jsx-runtime";
28
- import { useContext as useContext$1, useState, useEffect, useMemo, useRef, useLayoutEffect, useCallback, useReducer } from "preact/hooks";
29
29
  import cx from "classnames";
30
30
  import { createContext as createContext$1, isValidElement, createElement as createElement$1 } from "preact";
31
31
  import * as React from "preact/compat";
@@ -1969,7 +1969,7 @@ const createLogger = () => {
1969
1969
  };
1970
1970
  let sdkToken;
1971
1971
  let fetchSdkToken;
1972
- const logger$k = createLogger();
1972
+ const logger$l = createLogger();
1973
1973
  const setSdkToken = (token) => {
1974
1974
  sdkToken = token;
1975
1975
  };
@@ -1994,7 +1994,7 @@ const refreshSession = async () => {
1994
1994
  setSdkToken(token);
1995
1995
  isSessionRefreshed = true;
1996
1996
  } catch (e) {
1997
- logger$k.error("Failed to fetch sdk token", e);
1997
+ logger$l.error("Failed to fetch sdk token", e);
1998
1998
  }
1999
1999
  return isSessionRefreshed;
2000
2000
  };
@@ -4876,7 +4876,7 @@ const useApiContext = () => {
4876
4876
  const ApiProvider = ({ legalEntityId, baseUrl, children: children2 }) => {
4877
4877
  return /* @__PURE__ */ jsx$1(ApiContext.Provider, { value: createApiState(legalEntityId, baseUrl), children: children2 });
4878
4878
  };
4879
- const logger$j = createLogger();
4879
+ const logger$k = createLogger();
4880
4880
  const getRequestObject = (options, data) => {
4881
4881
  const { headers = [], method = "GET", authentication } = options;
4882
4882
  let authHeaders;
@@ -4917,10 +4917,10 @@ const logFetchError = (message, level) => {
4917
4917
  case "info":
4918
4918
  case "warn":
4919
4919
  case "error":
4920
- logger$j[level](message);
4920
+ logger$k[level](message);
4921
4921
  break;
4922
4922
  default:
4923
- logger$j.error(message);
4923
+ logger$k.error(message);
4924
4924
  }
4925
4925
  };
4926
4926
  const handleFetchResponse = async (response, responseType) => {
@@ -5008,12 +5008,7 @@ const useLegalEntity = (id, options) => {
5008
5008
  const { legalEntityId: rootLegalEntityId, baseUrl } = useApiContext();
5009
5009
  const enabled = (options == null ? void 0 : options.enabled) ?? true;
5010
5010
  const result = useQuery({
5011
- queryKey: [
5012
- "legalEntity",
5013
- rootLegalEntityId.value,
5014
- baseUrl.value,
5015
- id ?? rootLegalEntityId.value
5016
- ],
5011
+ queryKey: ["legalEntity", id ?? rootLegalEntityId.value],
5017
5012
  queryFn: () => getLegalEntity(rootLegalEntityId.value, baseUrl.value, id),
5018
5013
  ...options
5019
5014
  });
@@ -5026,12 +5021,41 @@ const useLegalEntities = (ids, options) => {
5026
5021
  const { legalEntityId, baseUrl } = useApiContext();
5027
5022
  return useQueries({
5028
5023
  queries: ids.map((id) => ({
5029
- queryKey: ["legalEntity", legalEntityId.value, baseUrl.value, id],
5024
+ queryKey: ["legalEntity", id],
5030
5025
  queryFn: () => getLegalEntity(legalEntityId.value, baseUrl.value, id),
5031
5026
  ...options
5032
5027
  }))
5033
5028
  });
5034
5029
  };
5030
+ const logger$j = createLogger();
5031
+ const QUERIES_TO_INVALIDATE_WHEN_ROOT_LE_IS_INVALIDATED = [
5032
+ "businessLines",
5033
+ "onboardingStatus",
5034
+ "pciStatus",
5035
+ "pciQuestionnaireList",
5036
+ "scenarios",
5037
+ "taskStatus",
5038
+ "taskTypes",
5039
+ "taxClassification",
5040
+ "termsOfServiceAcceptanceInfos",
5041
+ "termsOfServiceStatus",
5042
+ "transferInstruments"
5043
+ ];
5044
+ const useInvalidateRootLegalEntity = () => {
5045
+ const queryClient = useQueryClient();
5046
+ const { legalEntityId } = useApiContext();
5047
+ return useCallback(
5048
+ () => Promise.all([
5049
+ queryClient.invalidateQueries({
5050
+ queryKey: ["legalEntity", legalEntityId.value]
5051
+ }),
5052
+ queryClient.invalidateQueries({
5053
+ predicate: ({ queryKey }) => QUERIES_TO_INVALIDATE_WHEN_ROOT_LE_IS_INVALIDATED.includes(queryKey[0])
5054
+ })
5055
+ ]).catch(logger$j.error),
5056
+ [legalEntityId.value, queryClient]
5057
+ );
5058
+ };
5035
5059
  const loaderWrapper = "adyen-kyc-loader-wrapper";
5036
5060
  const loaderWrapperInline = "adyen-kyc-loader-wrapper-inline";
5037
5061
  const loader = "adyen-kyc-loader";
@@ -5523,42 +5547,52 @@ const useAnalyticsContext = () => {
5523
5547
  return context;
5524
5548
  };
5525
5549
  function Checkbox({
5550
+ id,
5551
+ name,
5552
+ value,
5553
+ className: className2,
5526
5554
  classNameModifiers = [],
5527
5555
  label,
5528
5556
  isInvalid,
5529
5557
  onChange,
5530
5558
  helper,
5531
5559
  checked,
5560
+ readonly,
5532
5561
  disabled,
5533
5562
  enableTracking = false,
5534
- id,
5535
- ...props
5563
+ "aria-required": ariaRequired,
5564
+ "aria-invalid": ariaInvalid,
5565
+ "aria-describedby": ariaDescribedBy
5536
5566
  }) {
5537
5567
  const userEvents2 = useAnalyticsContext();
5538
5568
  const handleChange = (newValue) => {
5539
5569
  if (enableTracking) {
5540
5570
  userEvents2.addFieldEvent("Interacted with form field", {
5541
5571
  actionType: "input",
5542
- field: props.name,
5572
+ field: name,
5543
5573
  returnValue: String(newValue)
5544
5574
  });
5545
5575
  }
5546
5576
  onChange(newValue);
5547
5577
  };
5548
5578
  const helperId = `${id}-helper`;
5549
- const ariaDescribedBy = `${helper ? helperId : ""} ${props["aria-describedby"] ?? ""}`.trim();
5579
+ const ariaDescribedById = `${helper ? helperId : ""} ${ariaDescribedBy ?? ""}`.trim();
5550
5580
  return /* @__PURE__ */ jsxs(Fragment, { children: [
5551
5581
  /* @__PURE__ */ jsx$1(
5552
5582
  "input",
5553
5583
  {
5554
- ...props,
5555
5584
  id,
5556
- "aria-describedby": ariaDescribedBy,
5585
+ name,
5586
+ value,
5587
+ "aria-describedby": ariaDescribedById,
5588
+ "aria-invalid": ariaInvalid || isInvalid,
5589
+ "aria-required": ariaRequired,
5590
+ readOnly: readonly,
5557
5591
  disabled,
5558
5592
  checked,
5559
5593
  className: cx([
5560
5594
  "adyen-kyc-checkbox__input",
5561
- [props.className],
5595
+ [className2],
5562
5596
  { "adyen-kyc-checkbox__input--invalid": isInvalid },
5563
5597
  classNameModifiers.map((m) => `adyen-kyc-input--${m}`)
5564
5598
  ]),
@@ -5574,7 +5608,7 @@ function Checkbox({
5574
5608
  ] });
5575
5609
  }
5576
5610
  const screenReaderOnly = "adyen-kyc-screen-reader-only";
5577
- const sharedStyles = {
5611
+ const globalStyles = {
5578
5612
  screenReaderOnly
5579
5613
  };
5580
5614
  const determineAllowedAttributes = (allowedTags) => {
@@ -5843,7 +5877,7 @@ const Field = ({
5843
5877
  !!errorMessage && !showErrorIconBottom && /* @__PURE__ */ jsx$1("span", { className: "adyen-kyc-input__inline-validation adyen-kyc-input__inline-validation--invalid", children: /* @__PURE__ */ jsx$1(Icon, { name: "field-error" }) })
5844
5878
  ] }),
5845
5879
  /* @__PURE__ */ jsxs("div", { "aria-live": "polite", "aria-atomic": true, className: "adyen-kyc-error-text", children: [
5846
- /* @__PURE__ */ jsx$1("span", { className: sharedStyles.screenReaderOnly, children: `${label}:` }),
5880
+ /* @__PURE__ */ jsx$1("span", { className: globalStyles.screenReaderOnly, children: `${label}:` }),
5847
5881
  !!errorMessage && typeof errorMessage !== "boolean" && /* @__PURE__ */ jsxs("span", { id: elementIds.error, children: [
5848
5882
  isValidElement(errorMessage) ? errorMessage : i18n.get(errorMessage),
5849
5883
  showErrorIconBottom && /* @__PURE__ */ jsx$1("span", { className: "adyen-kyc-input__inline-validation adyen-kyc-input__inline-validation--invalid-bottom", children: /* @__PURE__ */ jsx$1(Icon, { name: "field-error" }) })
@@ -6569,6 +6603,7 @@ const Typography = ({
6569
6603
  return /* @__PURE__ */ jsx$1(TypographyElement, { ...props, className: classNames, children: children2 });
6570
6604
  };
6571
6605
  const SelectListItem = ({
6606
+ id,
6572
6607
  item,
6573
6608
  selected,
6574
6609
  isMulti,
@@ -6614,6 +6649,7 @@ const SelectListItem = ({
6614
6649
  children: isMulti ? /* @__PURE__ */ jsx$1("span", { style: { pointerEvents: "none", width: "100%" }, children: /* @__PURE__ */ jsx$1(
6615
6650
  Checkbox,
6616
6651
  {
6652
+ id,
6617
6653
  onChange: noop,
6618
6654
  label: item.name,
6619
6655
  disabled: item.disabled,
@@ -6776,6 +6812,7 @@ function SelectList({
6776
6812
  SelectListItem,
6777
6813
  {
6778
6814
  item,
6815
+ id: item.id,
6779
6816
  onKeyDown: (event) => onKeyDown(event, item),
6780
6817
  onFocus: (event) => {
6781
6818
  focusItem(item);
@@ -7177,7 +7214,7 @@ const StepProgressIndicator = ({
7177
7214
  className: cx(styles$d.progressStep, {
7178
7215
  [styles$d.progressStepActive]: isHighlighted
7179
7216
  }),
7180
- children: /* @__PURE__ */ jsx$1("span", { className: sharedStyles.screenReaderOnly, children: `Step ${stepNumber}: ${stepNumber < activeStepIndex ? "completed" : "not completed"}` })
7217
+ children: /* @__PURE__ */ jsx$1("span", { className: globalStyles.screenReaderOnly, children: `Step ${stepNumber}: ${stepNumber < activeStepIndex ? "completed" : "not completed"}` })
7181
7218
  },
7182
7219
  stepNumber
7183
7220
  );
@@ -8184,11 +8221,11 @@ const FormNavigationItem = ({
8184
8221
  i18n.get(form.formName),
8185
8222
  form.hasServerValidationErrors && /* @__PURE__ */ jsxs("span", { className: "adyen-kyc-form-navigation__item-icon adyen-kyc-form-navigation__item-icon--error", children: [
8186
8223
  /* @__PURE__ */ jsx$1(Icon, { name: "warning" }),
8187
- /* @__PURE__ */ jsx$1("span", { className: sharedStyles.screenReaderOnly, children: i18n.get("formStepInvalid") })
8224
+ /* @__PURE__ */ jsx$1("span", { className: globalStyles.screenReaderOnly, children: i18n.get("formStepInvalid") })
8188
8225
  ] }),
8189
8226
  form.isValid && !hasError && /* @__PURE__ */ jsxs("span", { className: "adyen-kyc-form-navigation__item-icon adyen-kyc-form-navigation__item-icon--success", children: [
8190
8227
  /* @__PURE__ */ jsx$1(Icon, { name: "checkmark-small" }),
8191
- /* @__PURE__ */ jsx$1("span", { className: sharedStyles.screenReaderOnly, children: i18n.get("formStepCompleted") })
8228
+ /* @__PURE__ */ jsx$1("span", { className: globalStyles.screenReaderOnly, children: i18n.get("formStepCompleted") })
8192
8229
  ] })
8193
8230
  ]
8194
8231
  }
@@ -8958,7 +8995,7 @@ const getProvidersStatus = async (legalEntityId, url, data) => {
8958
8995
  const useProviderStatus = (data, options) => {
8959
8996
  const { legalEntityId, baseUrl } = useApiContext();
8960
8997
  return useQuery({
8961
- queryKey: ["providersStatus", legalEntityId.value, baseUrl.value, data],
8998
+ queryKey: ["providersStatus", data],
8962
8999
  queryFn: () => getProvidersStatus(legalEntityId.value, baseUrl.value, data),
8963
9000
  ...options
8964
9001
  });
@@ -15008,10 +15045,14 @@ const Radio = ({
15008
15045
  checked = false,
15009
15046
  disabled = false,
15010
15047
  onClick,
15011
- className: className2
15048
+ className: className2,
15049
+ "aria-labelledby": ariaLabelledBy,
15050
+ "aria-describedby": ariaDescribedBy
15012
15051
  }) => /* @__PURE__ */ jsx$1(
15013
15052
  "input",
15014
15053
  {
15054
+ "aria-labelledby": ariaLabelledBy,
15055
+ "aria-describedby": ariaDescribedBy,
15015
15056
  className: cx(["adyen-kyc-input-radio__input", className2]),
15016
15057
  id,
15017
15058
  type: "radio",
@@ -15041,10 +15082,15 @@ const RadioCard = ({
15041
15082
  }) => {
15042
15083
  const { i18n } = useI18nContext();
15043
15084
  const id = useId("radio");
15085
+ const elementIds = {
15086
+ label: `${id}-label`,
15087
+ description: `${id}-description`,
15088
+ subtitle: `${id}-subtitle`
15089
+ };
15090
+ const ariaDescribedBy = `${optionSubtitle ? elementIds.subtitle : ""} ${optionDescription || body ? elementIds.description : ""}`.trim();
15044
15091
  return /* @__PURE__ */ jsxs(
15045
15092
  "label",
15046
15093
  {
15047
- htmlFor: id,
15048
15094
  className: cx([
15049
15095
  "adyen-kyc-radio-card",
15050
15096
  classNames == null ? void 0 : classNames.label,
@@ -15063,18 +15109,30 @@ const RadioCard = ({
15063
15109
  { "adyen-kyc-radio-group-card__label--invalid": isInvalid }
15064
15110
  ]),
15065
15111
  children: [
15066
- optionSubtitle && /* @__PURE__ */ jsx$1("div", { className: "adyen-kyc-radio-group-card__subtitle", children: i18n.get(optionSubtitle) ?? optionSubtitle }),
15067
- i18n.get(optionName) ?? optionName
15112
+ optionSubtitle && /* @__PURE__ */ jsxs("div", { id: elementIds.subtitle, className: "adyen-kyc-radio-group-card__subtitle", children: [
15113
+ i18n.get(optionSubtitle) ?? optionSubtitle,
15114
+ /* @__PURE__ */ jsx$1("span", { className: globalStyles.screenReaderOnly, children: "." })
15115
+ ] }),
15116
+ /* @__PURE__ */ jsx$1("span", { id: elementIds.label, children: i18n.get(optionName) ?? optionName })
15068
15117
  ]
15069
15118
  }
15070
15119
  ) }),
15071
- /* @__PURE__ */ jsx$1("div", { className: cx("adyen-kyc-radio-card__body", classNames == null ? void 0 : classNames.body), children: body ?? (optionDescription && i18n.get(optionDescription)) ?? optionDescription }),
15120
+ /* @__PURE__ */ jsx$1(
15121
+ "div",
15122
+ {
15123
+ id: elementIds.description,
15124
+ className: cx("adyen-kyc-radio-card__body", classNames == null ? void 0 : classNames.body),
15125
+ children: body ?? (optionDescription && i18n.get(optionDescription)) ?? optionDescription
15126
+ }
15127
+ ),
15072
15128
  footer && /* @__PURE__ */ jsx$1("div", { className: cx("adyen-kyc-radio-card__footer", classNames == null ? void 0 : classNames.footer), children: footer })
15073
15129
  ] }),
15074
15130
  loading ? /* @__PURE__ */ jsx$1("span", { className: "adyen-kyc-radio-card__loading-icon", children: /* @__PURE__ */ jsx$1(Loader, { size: "small", dot: true }) }) : /* @__PURE__ */ jsx$1(
15075
15131
  Radio,
15076
15132
  {
15077
15133
  id,
15134
+ "aria-describedby": ariaDescribedBy,
15135
+ "aria-labelledby": elementIds.label,
15078
15136
  checked: isSelected,
15079
15137
  groupName: name,
15080
15138
  onClick: onSelect,
@@ -18158,7 +18216,7 @@ const cleanseAddress = async (legalEntityId, url, data) => {
18158
18216
  const useAddressCleanse = (data, options) => {
18159
18217
  const { legalEntityId, baseUrl } = useApiContext();
18160
18218
  return useQuery({
18161
- queryKey: ["addressCleanse", data, legalEntityId.value, baseUrl.value],
18219
+ queryKey: ["addressCleanse", data],
18162
18220
  queryFn: () => cleanseAddress(legalEntityId.value, baseUrl.value, data),
18163
18221
  ...options
18164
18222
  });
@@ -21897,7 +21955,7 @@ const retrieveAddress = async (legalEntityId, url, addressId) => {
21897
21955
  const useRetrieveAddress = (addressId, options) => {
21898
21956
  const { legalEntityId, baseUrl } = useApiContext();
21899
21957
  return useQuery({
21900
- queryKey: ["retrieveAddress", legalEntityId.value, baseUrl.value, addressId],
21958
+ queryKey: ["retrieveAddress", addressId],
21901
21959
  queryFn: () => retrieveAddress(legalEntityId.value, baseUrl.value, addressId),
21902
21960
  ...options
21903
21961
  });
@@ -21920,7 +21978,7 @@ const searchAddress = async (legalEntityId, url, data) => {
21920
21978
  const useSearchAddress = (data, options) => {
21921
21979
  const { legalEntityId, baseUrl } = useApiContext();
21922
21980
  return useQuery({
21923
- queryKey: ["searchAddress", legalEntityId.value, baseUrl.value, data],
21981
+ queryKey: ["searchAddress", data],
21924
21982
  queryFn: () => searchAddress(legalEntityId.value, baseUrl.value, data),
21925
21983
  ...options
21926
21984
  });
@@ -26439,6 +26497,7 @@ const MultiSelectList = ({
26439
26497
  return /* @__PURE__ */ jsx$1(
26440
26498
  SelectListItem,
26441
26499
  {
26500
+ id: item.id,
26442
26501
  item,
26443
26502
  selected: isSelected,
26444
26503
  onKeyDown: handleKeys(["Enter", " "], handleSelect),
@@ -32332,7 +32391,7 @@ var TanstackQueryDevtools = (_l = class {
32332
32391
  if (__privateGet(this, _Component)) {
32333
32392
  Devtools = __privateGet(this, _Component);
32334
32393
  } else {
32335
- Devtools = lazy(() => import("./I3HPI4QX-h-J4eisw.js"));
32394
+ Devtools = lazy(() => import("./I3HPI4QX-06D9Iepl.js"));
32336
32395
  __privateSet(this, _Component, Devtools);
32337
32396
  }
32338
32397
  setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
@@ -32454,7 +32513,7 @@ var TanstackQueryDevtoolsPanel = (_m = class {
32454
32513
  if (__privateGet(this, _Component2)) {
32455
32514
  Devtools = __privateGet(this, _Component2);
32456
32515
  } else {
32457
- Devtools = lazy(() => import("./CXEL7IU7-DIlmKme0.js"));
32516
+ Devtools = lazy(() => import("./CXEL7IU7-CGVwBOx0.js"));
32458
32517
  __privateSet(this, _Component2, Devtools);
32459
32518
  }
32460
32519
  setupStyleSheet(__privateGet(this, _styleNonce2), __privateGet(this, _shadowDOMTarget2));
@@ -32630,8 +32689,7 @@ const useAnalyticsSession = (sessionData, onboardingVersion, options) => {
32630
32689
  const { getSetting } = useSettingsContext();
32631
32690
  return useQuery({
32632
32691
  // TODO: sessionData.componentName triggers a refresh of this, but the sessionId should be unique
32633
- // eslint-disable-next-line @tanstack/query/exhaustive-deps
32634
- queryKey: ["analyticsSession", baseUrl.value, onboardingVersion],
32692
+ queryKey: ["analyticsSession", onboardingVersion],
32635
32693
  queryFn: () => getAnalyticsSession(baseUrl.value, {
32636
32694
  ...sessionData,
32637
32695
  // @ts-expect-error - BE userData type is wrong
@@ -32674,7 +32732,7 @@ const convertToEmbeddedEvent = (eventQueueItem, sessionData) => {
32674
32732
  };
32675
32733
  };
32676
32734
  const useAnalytics = ({ userEvents: userEvents2, sessionId, sessionData }) => {
32677
- const sdkVersion = "3.68.0";
32735
+ const sdkVersion = "3.68.2";
32678
32736
  const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
32679
32737
  const countryCode = useGlobalStore((store) => store.rootLegalEntityCountry);
32680
32738
  const capabilities = Object.keys(rootLegalEntity.capabilities ?? {});
@@ -32726,7 +32784,7 @@ const getVersionConfiguration = async (legalEntityId, url) => {
32726
32784
  const useVersionConfiguration = (options) => {
32727
32785
  const { legalEntityId, baseUrl } = useApiContext();
32728
32786
  return useQuery({
32729
- queryKey: ["versionConfiguration", legalEntityId.value, baseUrl.value],
32787
+ queryKey: ["versionConfiguration"],
32730
32788
  queryFn: () => getVersionConfiguration(legalEntityId.value, baseUrl.value),
32731
32789
  ...options
32732
32790
  });
@@ -32749,7 +32807,7 @@ const AnalyticsProvider = ({
32749
32807
  const { onboardingVersion } = useVersion();
32750
32808
  const userEvents2 = useMemo(() => createUserEvents(), []);
32751
32809
  const sessionData = {
32752
- sdkVersion: "3.68.0",
32810
+ sdkVersion: "3.68.2",
32753
32811
  componentName,
32754
32812
  userAgent: navigator.userAgent,
32755
32813
  legalEntityId,
@@ -32782,7 +32840,7 @@ const getSupportedCountries = async (legalEntityId, url) => {
32782
32840
  const useSupportedCountries = (options) => {
32783
32841
  const { legalEntityId, baseUrl } = useApiContext();
32784
32842
  return useQuery({
32785
- queryKey: ["supportedCountries", legalEntityId.value, baseUrl.value],
32843
+ queryKey: ["supportedCountries"],
32786
32844
  queryFn: () => getSupportedCountries(legalEntityId.value, baseUrl.value),
32787
32845
  ...options
32788
32846
  });
@@ -33236,7 +33294,7 @@ function StateProvider({
33236
33294
  );
33237
33295
  return /* @__PURE__ */ jsx$1(StateContext.Provider, { value: contextValue, children: children2 });
33238
33296
  }
33239
- const DebugModal = lazy$1(async () => (await import("./DebugModal-Chl6VeCw.js").then((n) => n.D)).DebugModal);
33297
+ const DebugModal = lazy$1(async () => (await import("./DebugModal-P05awsgJ.js").then((n) => n.D)).DebugModal);
33240
33298
  const DebugListener = () => {
33241
33299
  const [debugUiOpen, setDebugUiOpen] = useState(false);
33242
33300
  const { isSettingEnabled } = useSettingsContext();
@@ -33293,7 +33351,7 @@ class AbstractEventEmitter {
33293
33351
  class EventEmitter extends AbstractEventEmitter {
33294
33352
  }
33295
33353
  export {
33296
- useDataset as $,
33354
+ entriesOf as $,
33297
33355
  payoutSteps as A,
33298
33356
  ModalHeader as B,
33299
33357
  CountryCodes as C,
@@ -33311,325 +33369,326 @@ export {
33311
33369
  Skeleton as O,
33312
33370
  PayoutDetails as P,
33313
33371
  Icon as Q,
33314
- httpDelete as R,
33372
+ useInvalidateRootLegalEntity as R,
33315
33373
  SettingNames as S,
33316
33374
  TaskTypes as T,
33317
- Alert as U,
33318
- Card as V,
33319
- StructuredList as W,
33320
- Spacer as X,
33321
- IconButton as Y,
33322
- Confirm as Z,
33323
- entriesOf as _,
33375
+ httpDelete as U,
33376
+ Alert as V,
33377
+ Card as W,
33378
+ StructuredList as X,
33379
+ Spacer as Y,
33380
+ IconButton as Z,
33381
+ Confirm as _,
33324
33382
  useApiContext as a,
33325
- doArraysMatch as a$,
33326
- datasetIdentifier as a0,
33327
- useLocalStorage as a1,
33328
- getLegalRepresentative as a2,
33329
- doesLegalEntityRequiresLegalRepresentative as a3,
33330
- ProviderButton as a4,
33331
- isPartOfTrustFromLegalEntity as a5,
33332
- hasSolePropInLegalEntity as a6,
33333
- hasOwnEntityAssociationOfType as a7,
33334
- isEmptyEntity as a8,
33335
- CompanyTypesValue as a9,
33336
- StateCodesUS as aA,
33337
- objectsDeepEqual as aB,
33338
- drop as aC,
33339
- businessDetailsComponentsKeyMapping as aD,
33340
- solePropBusinessDetailsKeyMapping as aE,
33341
- operationalAddressIsSameIds as aF,
33342
- COUNTRIES_USING_COMPANY_SEARCH as aG,
33343
- FIELDS_NEEDED_FOR_COMPANY_SEARCH as aH,
33344
- isUndefinedOrNull as aI,
33345
- solePropBusinessDetailsApiKeyMapping as aJ,
33346
- businessDetailsApiKeyMapping as aK,
33347
- isEmpty as aL,
33348
- COUNTRIES_THAT_USE_TAX_ID_INSTEAD_OF_VAT as aM,
33349
- mapAddressLabels as aN,
33350
- companyTypeMetadata as aO,
33351
- filterOutUnwantedAssociationsIfRootLE as aP,
33352
- documentFormsIds as aQ,
33353
- resolveFieldMetadata as aR,
33354
- defaultFieldMetadata$6 as aS,
33355
- inferCompanyRegistrationNumberType as aT,
33356
- getCompanyRegistrationNumberOptions as aU,
33357
- defaultFieldConfig$5 as aV,
33358
- defaultFieldMetadata$5 as aW,
33359
- countryToTaxInfoTypeMap as aX,
33360
- defaultFieldConfig$4 as aY,
33361
- getKeyForField as aZ,
33362
- getOwnEntityAssociations as a_,
33363
- EntityType as aa,
33364
- DATA_MISSING_DECISION_MAKER_ERROR_CODE_MAPPING as ab,
33365
- handleKeys as ac,
33366
- noop as ad,
33367
- CardGroup as ae,
33368
- useSetting as af,
33369
- useTasks as ag,
33370
- useGetTaskStatus as ah,
33371
- isPartOfUnincorporatedPartnership as ai,
33372
- getOwnSignatories as aj,
33373
- getOwnDecisionMakersLegalEntityIds as ak,
33374
- getOwnSolePropProblems as al,
33375
- getOwnTrustProblems as am,
33376
- getOwnUnincorporatedPartnershipProblems as an,
33377
- getCapabilities as ao,
33378
- ALLOWED_UNINCORPORATED_PARTNERSHIP_COUNTRIES as ap,
33379
- MemoizedDocumentUpload as aq,
33380
- List as ar,
33381
- useGlobalData as as,
33382
- getForms as at,
33383
- BasicInformation as au,
33384
- getFormProps as av,
33385
- CompanyStructure as aw,
33386
- AdditionalInformation as ax,
33387
- MemoizedConstitutionalDocument as ay,
33388
- FinancialInformation as az,
33383
+ getOwnEntityAssociations as a$,
33384
+ useDataset as a0,
33385
+ datasetIdentifier as a1,
33386
+ useLocalStorage as a2,
33387
+ getLegalRepresentative as a3,
33388
+ doesLegalEntityRequiresLegalRepresentative as a4,
33389
+ ProviderButton as a5,
33390
+ isPartOfTrustFromLegalEntity as a6,
33391
+ hasSolePropInLegalEntity as a7,
33392
+ hasOwnEntityAssociationOfType as a8,
33393
+ isEmptyEntity as a9,
33394
+ FinancialInformation as aA,
33395
+ StateCodesUS as aB,
33396
+ objectsDeepEqual as aC,
33397
+ drop as aD,
33398
+ businessDetailsComponentsKeyMapping as aE,
33399
+ solePropBusinessDetailsKeyMapping as aF,
33400
+ operationalAddressIsSameIds as aG,
33401
+ COUNTRIES_USING_COMPANY_SEARCH as aH,
33402
+ FIELDS_NEEDED_FOR_COMPANY_SEARCH as aI,
33403
+ isUndefinedOrNull as aJ,
33404
+ solePropBusinessDetailsApiKeyMapping as aK,
33405
+ businessDetailsApiKeyMapping as aL,
33406
+ isEmpty as aM,
33407
+ COUNTRIES_THAT_USE_TAX_ID_INSTEAD_OF_VAT as aN,
33408
+ mapAddressLabels as aO,
33409
+ companyTypeMetadata as aP,
33410
+ filterOutUnwantedAssociationsIfRootLE as aQ,
33411
+ documentFormsIds as aR,
33412
+ resolveFieldMetadata as aS,
33413
+ defaultFieldMetadata$6 as aT,
33414
+ inferCompanyRegistrationNumberType as aU,
33415
+ getCompanyRegistrationNumberOptions as aV,
33416
+ defaultFieldConfig$5 as aW,
33417
+ defaultFieldMetadata$5 as aX,
33418
+ countryToTaxInfoTypeMap as aY,
33419
+ defaultFieldConfig$4 as aZ,
33420
+ getKeyForField as a_,
33421
+ CompanyTypesValue as aa,
33422
+ EntityType as ab,
33423
+ DATA_MISSING_DECISION_MAKER_ERROR_CODE_MAPPING as ac,
33424
+ handleKeys as ad,
33425
+ noop as ae,
33426
+ CardGroup as af,
33427
+ useSetting as ag,
33428
+ useTasks as ah,
33429
+ useGetTaskStatus as ai,
33430
+ isPartOfUnincorporatedPartnership as aj,
33431
+ getOwnSignatories as ak,
33432
+ getOwnDecisionMakersLegalEntityIds as al,
33433
+ getOwnSolePropProblems as am,
33434
+ getOwnTrustProblems as an,
33435
+ getOwnUnincorporatedPartnershipProblems as ao,
33436
+ getCapabilities as ap,
33437
+ ALLOWED_UNINCORPORATED_PARTNERSHIP_COUNTRIES as aq,
33438
+ MemoizedDocumentUpload as ar,
33439
+ List as as,
33440
+ useGlobalData as at,
33441
+ getForms as au,
33442
+ BasicInformation as av,
33443
+ getFormProps as aw,
33444
+ CompanyStructure as ax,
33445
+ AdditionalInformation as ay,
33446
+ MemoizedConstitutionalDocument as az,
33389
33447
  useQuery as b,
33390
- nameFields as b$,
33391
- setIsBankAccountRequestedForOrganization as b0,
33392
- getAssociatedLeAnalyticsPayload as b1,
33393
- rules as b2,
33394
- solePropBusinessDetailsDocumentMapping as b3,
33395
- businessDetailsDocumentMapping as b4,
33396
- reverseMapping as b5,
33397
- eeaCountries as b6,
33398
- localizeDateString as b7,
33399
- Field as b8,
33400
- Select as b9,
33401
- isTruthyValidator as bA,
33402
- getSSNType as bB,
33403
- defaultFieldMetadata as bC,
33404
- defaultFieldConfig as bD,
33405
- getAgeToday as bE,
33406
- euCountries as bF,
33407
- DecisionMakerType as bG,
33408
- allowedCountriesForNominee as bH,
33409
- getLocalizedIdDocumentTypeOptions as bI,
33410
- Scenarios as bJ,
33411
- licenseCardNumberDefaultMetadata as bK,
33412
- licenseCardNumberDefaultConfig as bL,
33413
- mergeFieldMetadataIntoProps as bM,
33414
- useFormContext as bN,
33415
- getFieldProps as bO,
33416
- idNumberFields as bP,
33417
- IdentityNumber as bQ,
33418
- additionallIdNumberOptions as bR,
33419
- MaskedInput as bS,
33420
- formatDateObj as bT,
33421
- DriversLicense as bU,
33422
- addressFields as bV,
33423
- getDefaultTaxIdNumberType as bW,
33424
- FormHeader as bX,
33425
- IndividualIdNumberTypeSelector as bY,
33426
- TaxInformationField as bZ,
33427
- PatriotActDisclosure as b_,
33428
- RadioGroup as ba,
33429
- Link as bb,
33430
- InputText as bc,
33431
- InputNumber as bd,
33432
- InputDate as be,
33433
- Currency as bf,
33434
- CURRENCY_FIELD as bg,
33435
- InputCurrency as bh,
33436
- useForm as bi,
33437
- useGlobalDataSlice as bj,
33438
- ErrorPanel as bk,
33439
- createFormUtils as bl,
33440
- getAddressSchemaForCountry as bm,
33441
- COUNTRIES_WITH_STATES_DATASET as bn,
33442
- Address as bo,
33443
- getAddressSchemaLabelsByCountry as bp,
33444
- Currencies as bq,
33445
- InputGroup as br,
33446
- TextArea as bs,
33447
- CountryField as bt,
33448
- useId as bu,
33449
- KEYBOARD_KEYS as bv,
33450
- Svg as bw,
33451
- Dropzone as bx,
33452
- useLegalEntities as by,
33453
- addressValidators as bz,
33448
+ PatriotActDisclosure as b$,
33449
+ doArraysMatch as b0,
33450
+ setIsBankAccountRequestedForOrganization as b1,
33451
+ getAssociatedLeAnalyticsPayload as b2,
33452
+ rules as b3,
33453
+ solePropBusinessDetailsDocumentMapping as b4,
33454
+ businessDetailsDocumentMapping as b5,
33455
+ reverseMapping as b6,
33456
+ eeaCountries as b7,
33457
+ localizeDateString as b8,
33458
+ Field as b9,
33459
+ addressValidators as bA,
33460
+ isTruthyValidator as bB,
33461
+ getSSNType as bC,
33462
+ defaultFieldMetadata as bD,
33463
+ defaultFieldConfig as bE,
33464
+ getAgeToday as bF,
33465
+ euCountries as bG,
33466
+ DecisionMakerType as bH,
33467
+ allowedCountriesForNominee as bI,
33468
+ getLocalizedIdDocumentTypeOptions as bJ,
33469
+ Scenarios as bK,
33470
+ licenseCardNumberDefaultMetadata as bL,
33471
+ licenseCardNumberDefaultConfig as bM,
33472
+ mergeFieldMetadataIntoProps as bN,
33473
+ useFormContext as bO,
33474
+ getFieldProps as bP,
33475
+ idNumberFields as bQ,
33476
+ IdentityNumber as bR,
33477
+ additionallIdNumberOptions as bS,
33478
+ MaskedInput as bT,
33479
+ formatDateObj as bU,
33480
+ DriversLicense as bV,
33481
+ addressFields as bW,
33482
+ getDefaultTaxIdNumberType as bX,
33483
+ FormHeader as bY,
33484
+ IndividualIdNumberTypeSelector as bZ,
33485
+ TaxInformationField as b_,
33486
+ Select as ba,
33487
+ RadioGroup as bb,
33488
+ Link as bc,
33489
+ InputText as bd,
33490
+ InputNumber as be,
33491
+ InputDate as bf,
33492
+ Currency as bg,
33493
+ CURRENCY_FIELD as bh,
33494
+ InputCurrency as bi,
33495
+ useForm as bj,
33496
+ useGlobalDataSlice as bk,
33497
+ ErrorPanel as bl,
33498
+ createFormUtils as bm,
33499
+ getAddressSchemaForCountry as bn,
33500
+ COUNTRIES_WITH_STATES_DATASET as bo,
33501
+ Address as bp,
33502
+ getAddressSchemaLabelsByCountry as bq,
33503
+ Currencies as br,
33504
+ InputGroup as bs,
33505
+ TextArea as bt,
33506
+ CountryField as bu,
33507
+ useId as bv,
33508
+ KEYBOARD_KEYS as bw,
33509
+ Svg as bx,
33510
+ Dropzone as by,
33511
+ useLegalEntities as bz,
33454
33512
  createLogger as c,
33455
- MaybeModal as c$,
33456
- decisionMakerRoleFields as c0,
33457
- nomineeFields as c1,
33458
- contactDetailFields as c2,
33459
- ContextGuidance as c3,
33460
- TrustedFieldsProvider as c4,
33461
- DecisionMakerRole as c5,
33462
- NomineeDecisionMakerRole as c6,
33463
- Name as c7,
33464
- ContactDetails as c8,
33465
- RadioWithLabel as c9,
33466
- LegalCompanyNameField as cA,
33467
- LEGAL_COMPANY_NAME_FIELD as cB,
33468
- getRoleName as cC,
33469
- summaryStep as cD,
33470
- FormNavigation as cE,
33471
- Summary as cF,
33472
- ActionBar as cG,
33473
- updateTaxInformation as cH,
33474
- TrustTypes as cI,
33475
- trustComponentsKeyMapping as cJ,
33476
- trustApiKeyMapping as cK,
33477
- trustDocumentMapping as cL,
33478
- trustForms as cM,
33479
- Trust as cN,
33480
- trustTypeOptions as cO,
33481
- trustConstitutionalDocumentFormId as cP,
33482
- UnincorporatedPartnershipMemberTypes as cQ,
33483
- getDecisionMakerDescriptionMap as cR,
33484
- TRUST_DEFAULT_DESCRIPTIONS_MAP as cS,
33485
- getRoleTagVariant as cT,
33486
- DEFAULT_TRUST_MEMBER_REQUIREMENTS as cU,
33487
- deleteUnincorporatedPartnershipMember as cV,
33488
- mapEntityAssociationsToUnincorporatedPartnershipMembers as cW,
33489
- hasAllCapabilitiesResolved as cX,
33490
- hasRejectedCapabilities as cY,
33491
- getPayoutAccountHolderName as cZ,
33492
- getOwnDecisionMakers as c_,
33493
- pick as ca,
33494
- IdVerification as cb,
33495
- showIndividualMotionCapture as cc,
33496
- IdDocumentManualUpload as cd,
33497
- idDocumentUploadFields as ce,
33498
- useFormRouterContext as cf,
33499
- setShowIndividualMotionCapture as cg,
33500
- shouldShowMotionCapture as ch,
33501
- hasMotionCaptureScenario as ci,
33502
- MemoizedProofOfRelationship as cj,
33503
- MemoizedProofOfResidencyUpload as ck,
33504
- useProviderStatus as cl,
33505
- getAsyncIdNumberValidationRule as cm,
33506
- getAsyncPhoneValidationRules as cn,
33507
- setHasMotionCaptureScenario as co,
33508
- getAllowedDecisionMakerRoles as cp,
33509
- hasNomineesChanged as cq,
33510
- attachNomineeToRole as cr,
33511
- TrustMemberTypes as cs,
33512
- useGlobalStore as ct,
33513
- defaultFieldMetadata$3 as cu,
33514
- defaultFieldConfig$2 as cv,
33515
- MultiSelectList as cw,
33516
- makeSelectItemForRole as cx,
33517
- RadioGroupCard as cy,
33518
- COUNTRY_FIELD as cz,
33519
- useMutation as d,
33520
- getAvailableDecisionMakerRoleTypes as d$,
33521
- Checkbox as d0,
33522
- listify as d1,
33523
- uuidv4 as d2,
33524
- EventEmitter as d3,
33525
- SettingsProvider as d4,
33526
- ExperimentsContextProvider as d5,
33527
- ApiProvider as d6,
33528
- QueryClientProvider as d7,
33529
- StoreProvider as d8,
33530
- AnalyticsProvider as d9,
33531
- getFormattingRegEx as dA,
33532
- SPECIAL_CHARS as dB,
33533
- FormRouterContext as dC,
33534
- StepProgressIndicator as dD,
33535
- isNewlyUploadedFile as dE,
33536
- remediationPayoutApiKeyMapping as dF,
33537
- remediationBusinessDetailsApiKeyMapping as dG,
33538
- remediationIndividualApiKeyMapping as dH,
33539
- getNestedPropertyKeys as dI,
33540
- isValueObscured as dJ,
33541
- emailPattern as dK,
33542
- defaultFieldMetadata$1 as dL,
33543
- fieldConfig as dM,
33544
- getNomineeFromAssociation as dN,
33545
- addressFormatters as dO,
33546
- individualForms as dP,
33547
- Individual as dQ,
33548
- individualDocumentForms as dR,
33549
- individualDocumentMapping as dS,
33550
- individualObscuredFields as dT,
33551
- skipToken as dU,
33552
- AlertIcon as dV,
33553
- splitTaskIdentifier as dW,
33554
- valuesOf as dX,
33555
- useTaskStatuses as dY,
33556
- getTranslationKeysByPrefix as dZ,
33557
- EntityTypeRadioGroupCard as d_,
33558
- CoreProvider as da,
33559
- I18nProvider as db,
33560
- DebugListener as dc,
33561
- ToastContextProvider as dd,
33562
- StateProvider as de,
33563
- ReactQueryDevtools2 as df,
33564
- FALLBACK_LOCALE as dg,
33565
- setSdkToken as dh,
33566
- setSdkTokenHandler as di,
33567
- FormContext as dj,
33568
- individualApiKeyMapping as dk,
33569
- remediationHasFileUploadField as dl,
33570
- dataMissingRemediationsToFieldsMap as dm,
33571
- individualComponentsKeyMapping as dn,
33572
- ValidationResult as dp,
33573
- isNotEmptyValidator as dq,
33574
- AdyenKycSdkError as dr,
33575
- hasText as ds,
33576
- matchesRegex as dt,
33577
- trimValWithOneSpace as du,
33578
- NO_ALPHABET_REGEX as dv,
33579
- EMOJI_REGEX as dw,
33580
- hasRepeatedCharacters as dx,
33581
- isInvalidName as dy,
33582
- INDIVIDUAL_VALID_CHAR_REGEX as dz,
33583
- httpGet as e,
33584
- getPreferredColorScheme as e0,
33585
- createMemo as e1,
33586
- createComponent as e2,
33587
- createContext as e3,
33588
- createSignal as e4,
33589
- onMount as e5,
33590
- createEffect as e6,
33591
- Portal as e7,
33592
- Show as e8,
33593
- template as e9,
33594
- mergeProps as eA,
33595
- createRoot as eB,
33596
- serialize as eC,
33597
- Index as eD,
33598
- updateNestedDataByPath as eE,
33599
- addEventListener as eF,
33600
- stringify as eG,
33601
- Match as eH,
33602
- Switch as eI,
33603
- deleteNestedDataByPath as eJ,
33604
- splitProps as eK,
33605
- Dynamic as eL,
33606
- createComputed as eM,
33607
- insert as ea,
33608
- createRenderEffect as eb,
33609
- className as ec,
33610
- clearDelegatedEvents as ed,
33611
- delegateEvents as ee,
33612
- useContext as ef,
33613
- onCleanup as eg,
33614
- sortFns as eh,
33615
- mutationSortFns as ei,
33616
- on as ej,
33617
- setAttribute as ek,
33618
- getSidedProp as el,
33619
- use as em,
33620
- createUniqueId as en,
33621
- batch as eo,
33622
- getQueryStatusLabel as ep,
33623
- getMutationStatusColor as eq,
33624
- getQueryStatusColor as er,
33625
- getQueryStatusColorByLabel as es,
33626
- displayValue as et,
33627
- For as eu,
33628
- convertRemToPixels as ev,
33629
- untrack as ew,
33630
- $TRACK as ex,
33631
- useTransition as ey,
33632
- spread as ez,
33513
+ getOwnDecisionMakers as c$,
33514
+ nameFields as c0,
33515
+ decisionMakerRoleFields as c1,
33516
+ nomineeFields as c2,
33517
+ contactDetailFields as c3,
33518
+ ContextGuidance as c4,
33519
+ TrustedFieldsProvider as c5,
33520
+ DecisionMakerRole as c6,
33521
+ NomineeDecisionMakerRole as c7,
33522
+ Name as c8,
33523
+ ContactDetails as c9,
33524
+ COUNTRY_FIELD as cA,
33525
+ LegalCompanyNameField as cB,
33526
+ LEGAL_COMPANY_NAME_FIELD as cC,
33527
+ getRoleName as cD,
33528
+ summaryStep as cE,
33529
+ FormNavigation as cF,
33530
+ Summary as cG,
33531
+ ActionBar as cH,
33532
+ updateTaxInformation as cI,
33533
+ TrustTypes as cJ,
33534
+ trustComponentsKeyMapping as cK,
33535
+ trustApiKeyMapping as cL,
33536
+ trustDocumentMapping as cM,
33537
+ trustForms as cN,
33538
+ Trust as cO,
33539
+ trustTypeOptions as cP,
33540
+ trustConstitutionalDocumentFormId as cQ,
33541
+ UnincorporatedPartnershipMemberTypes as cR,
33542
+ getDecisionMakerDescriptionMap as cS,
33543
+ TRUST_DEFAULT_DESCRIPTIONS_MAP as cT,
33544
+ getRoleTagVariant as cU,
33545
+ DEFAULT_TRUST_MEMBER_REQUIREMENTS as cV,
33546
+ deleteUnincorporatedPartnershipMember as cW,
33547
+ mapEntityAssociationsToUnincorporatedPartnershipMembers as cX,
33548
+ hasAllCapabilitiesResolved as cY,
33549
+ hasRejectedCapabilities as cZ,
33550
+ getPayoutAccountHolderName as c_,
33551
+ RadioWithLabel as ca,
33552
+ pick as cb,
33553
+ IdVerification as cc,
33554
+ showIndividualMotionCapture as cd,
33555
+ IdDocumentManualUpload as ce,
33556
+ idDocumentUploadFields as cf,
33557
+ useFormRouterContext as cg,
33558
+ setShowIndividualMotionCapture as ch,
33559
+ shouldShowMotionCapture as ci,
33560
+ hasMotionCaptureScenario as cj,
33561
+ MemoizedProofOfRelationship as ck,
33562
+ MemoizedProofOfResidencyUpload as cl,
33563
+ useProviderStatus as cm,
33564
+ getAsyncIdNumberValidationRule as cn,
33565
+ getAsyncPhoneValidationRules as co,
33566
+ setHasMotionCaptureScenario as cp,
33567
+ getAllowedDecisionMakerRoles as cq,
33568
+ hasNomineesChanged as cr,
33569
+ attachNomineeToRole as cs,
33570
+ TrustMemberTypes as ct,
33571
+ useGlobalStore as cu,
33572
+ defaultFieldMetadata$3 as cv,
33573
+ defaultFieldConfig$2 as cw,
33574
+ MultiSelectList as cx,
33575
+ makeSelectItemForRole as cy,
33576
+ RadioGroupCard as cz,
33577
+ httpGet as d,
33578
+ EntityTypeRadioGroupCard as d$,
33579
+ MaybeModal as d0,
33580
+ Checkbox as d1,
33581
+ listify as d2,
33582
+ uuidv4 as d3,
33583
+ EventEmitter as d4,
33584
+ SettingsProvider as d5,
33585
+ ExperimentsContextProvider as d6,
33586
+ ApiProvider as d7,
33587
+ QueryClientProvider as d8,
33588
+ StoreProvider as d9,
33589
+ INDIVIDUAL_VALID_CHAR_REGEX as dA,
33590
+ getFormattingRegEx as dB,
33591
+ SPECIAL_CHARS as dC,
33592
+ FormRouterContext as dD,
33593
+ StepProgressIndicator as dE,
33594
+ isNewlyUploadedFile as dF,
33595
+ remediationPayoutApiKeyMapping as dG,
33596
+ remediationBusinessDetailsApiKeyMapping as dH,
33597
+ remediationIndividualApiKeyMapping as dI,
33598
+ getNestedPropertyKeys as dJ,
33599
+ isValueObscured as dK,
33600
+ emailPattern as dL,
33601
+ defaultFieldMetadata$1 as dM,
33602
+ fieldConfig as dN,
33603
+ getNomineeFromAssociation as dO,
33604
+ addressFormatters as dP,
33605
+ individualForms as dQ,
33606
+ Individual as dR,
33607
+ individualDocumentForms as dS,
33608
+ individualDocumentMapping as dT,
33609
+ individualObscuredFields as dU,
33610
+ skipToken as dV,
33611
+ AlertIcon as dW,
33612
+ splitTaskIdentifier as dX,
33613
+ valuesOf as dY,
33614
+ useTaskStatuses as dZ,
33615
+ getTranslationKeysByPrefix as d_,
33616
+ AnalyticsProvider as da,
33617
+ CoreProvider as db,
33618
+ I18nProvider as dc,
33619
+ DebugListener as dd,
33620
+ ToastContextProvider as de,
33621
+ StateProvider as df,
33622
+ ReactQueryDevtools2 as dg,
33623
+ FALLBACK_LOCALE as dh,
33624
+ setSdkToken as di,
33625
+ setSdkTokenHandler as dj,
33626
+ FormContext as dk,
33627
+ individualApiKeyMapping as dl,
33628
+ remediationHasFileUploadField as dm,
33629
+ dataMissingRemediationsToFieldsMap as dn,
33630
+ individualComponentsKeyMapping as dp,
33631
+ ValidationResult as dq,
33632
+ isNotEmptyValidator as dr,
33633
+ AdyenKycSdkError as ds,
33634
+ hasText as dt,
33635
+ matchesRegex as du,
33636
+ trimValWithOneSpace as dv,
33637
+ NO_ALPHABET_REGEX as dw,
33638
+ EMOJI_REGEX as dx,
33639
+ hasRepeatedCharacters as dy,
33640
+ isInvalidName as dz,
33641
+ useMutation as e,
33642
+ getAvailableDecisionMakerRoleTypes as e0,
33643
+ getPreferredColorScheme as e1,
33644
+ createMemo as e2,
33645
+ createComponent as e3,
33646
+ createContext as e4,
33647
+ createSignal as e5,
33648
+ onMount as e6,
33649
+ createEffect as e7,
33650
+ Portal as e8,
33651
+ Show as e9,
33652
+ spread as eA,
33653
+ mergeProps as eB,
33654
+ createRoot as eC,
33655
+ serialize as eD,
33656
+ Index as eE,
33657
+ updateNestedDataByPath as eF,
33658
+ addEventListener as eG,
33659
+ stringify as eH,
33660
+ Match as eI,
33661
+ Switch as eJ,
33662
+ deleteNestedDataByPath as eK,
33663
+ splitProps as eL,
33664
+ Dynamic as eM,
33665
+ createComputed as eN,
33666
+ template as ea,
33667
+ insert as eb,
33668
+ createRenderEffect as ec,
33669
+ className as ed,
33670
+ clearDelegatedEvents as ee,
33671
+ delegateEvents as ef,
33672
+ useContext as eg,
33673
+ onCleanup as eh,
33674
+ sortFns as ei,
33675
+ mutationSortFns as ej,
33676
+ on as ek,
33677
+ setAttribute as el,
33678
+ getSidedProp as em,
33679
+ use as en,
33680
+ createUniqueId as eo,
33681
+ batch as ep,
33682
+ getQueryStatusLabel as eq,
33683
+ getMutationStatusColor as er,
33684
+ getQueryStatusColor as es,
33685
+ getQueryStatusColorByLabel as et,
33686
+ displayValue as eu,
33687
+ For as ev,
33688
+ convertRemToPixels as ew,
33689
+ untrack as ex,
33690
+ $TRACK as ey,
33691
+ useTransition as ez,
33633
33692
  useQueryClient as f,
33634
33693
  createFormRules as g,
33635
33694
  httpPost as h,