@adyen/kyc-components 3.49.2 → 3.50.0

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 (52) hide show
  1. package/dist/es/{B4MFY5CR-DvtM_CXZ.js → B4MFY5CR-Bt-nnzG3.js} +1 -1
  2. package/dist/es/{HO4MOOFI-BPdL391L.js → HO4MOOFI-70Nm-7sY.js} +2 -2
  3. package/dist/es/{HUY7CZI3-Cl0-ZtHu.js → HUY7CZI3-1U-zoofU.js} +2 -2
  4. package/dist/es/adyen-kyc-components.es.js +1 -1
  5. package/dist/es/{index-B3fvfRtD.js → index-BSV6Ni-p.js} +696 -520
  6. package/dist/style.css +84 -104
  7. package/dist/types/components/Address/constants.d.ts +0 -1
  8. package/dist/types/components/Address/utils.d.ts +1 -1
  9. package/dist/types/components/BusinessMismatchModal/BusinessMismatchModal.d.ts +6 -0
  10. package/dist/types/components/Company/Company.d.ts +0 -1
  11. package/dist/types/components/Dropins/FormNavigation/types.d.ts +2 -5
  12. package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataForAssetSale.d.ts +2 -2
  13. package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataForBusiness.d.ts +2 -2
  14. package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataForCryptocurrency.d.ts +2 -2
  15. package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataForDonation.d.ts +2 -2
  16. package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataForGambling.d.ts +2 -2
  17. package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataForInheritance.d.ts +2 -2
  18. package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataForThirdParty.d.ts +2 -2
  19. package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataOriginatorLegalEntity.d.ts +2 -2
  20. package/dist/types/components/Dropins/SourceOfFundsDropin/types.d.ts +1 -1
  21. package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/ViewVerificationStatusComponent.d.ts +0 -1
  22. package/dist/types/components/ErrorPanel/types.d.ts +4 -4
  23. package/dist/types/components/Individual/Individual.d.ts +0 -1
  24. package/dist/types/components/SingpassBanner/SingpassBanner.d.ts +1 -1
  25. package/dist/types/components/Summary/types.d.ts +2 -6
  26. package/dist/types/components/TaskList/TaskListItem.d.ts +1 -1
  27. package/dist/types/components/TaskList/types.d.ts +4 -1
  28. package/dist/types/components/Trust/Trust.d.ts +0 -1
  29. package/dist/types/components/UIElement/UIElement.d.ts +4 -4
  30. package/dist/types/components/ui/atoms/Button/Button.d.ts +1 -1
  31. package/dist/types/components/ui/atoms/Button/Button.types.d.ts +1 -0
  32. package/dist/types/components/ui/atoms/Modal/Modal.d.ts +2 -1
  33. package/dist/types/components/ui/atoms/Tag/Tag.d.ts +0 -2
  34. package/dist/types/components/{FormEndState → ui/molecules/FormEndState}/types.d.ts +1 -1
  35. package/dist/types/core/context/ExperimentContext/types.d.ts +2 -1
  36. package/dist/types/core/hooks/useBusinessData/types.d.ts +1 -0
  37. package/dist/types/core/hooks/useForm/reducer.d.ts +2 -2
  38. package/dist/types/core/hooks/useForm/types.d.ts +4 -1
  39. package/dist/types/core/hooks/useForm/useForm.d.ts +1 -1
  40. package/dist/types/core/models/api/document.d.ts +8 -8
  41. package/dist/types/core/models/form-rules.d.ts +1 -0
  42. package/dist/types/core/user-events.d.ts +10 -5
  43. package/dist/types/utils/entityStatusUtil.d.ts +1 -1
  44. package/dist/types/utils/formUtils.d.ts +4 -5
  45. package/dist/types/utils/localizeDateString.d.ts +4 -1
  46. package/dist/types/utils/mapping/componentApiMapping.d.ts +1 -1
  47. package/dist/types/utils/trackNavigation.d.ts +9 -7
  48. package/dist/types/utils/validation/types.d.ts +2 -1
  49. package/package.json +2 -2
  50. package/dist/types/components/ui/molecules/Splashscreen/Splashscreen.d.ts +0 -10
  51. package/dist/types/core/hooks/usePolling.d.ts +0 -9
  52. /package/dist/types/components/{FormEndState → ui/molecules/FormEndState}/FormEndState.d.ts +0 -0
@@ -1,7 +1,7 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { b as createContext, d as createSignal, o as onMount, e as createEffect, c as createMemo, a as createComponent, P as Portal, S as Show, t as template, i as insert, f as createRenderEffect, h as className, j as clearDelegatedEvents, k as delegateEvents, u as useContext, l as onCleanup, s as sortFns, m as mutationSortFns, n as on, p as setAttribute, q as getSidedProp, r as use, v as createUniqueId, w as batch, x as getQueryStatusLabel, y as getMutationStatusColor, z as getQueryStatusColor, A as getQueryStatusColorByLabel, B as displayValue, F as For, C as convertRemToPixels, D as untrack, $ as $TRACK, E as useTransition, G as spread, H as mergeProps, I as createRoot, J as serialize, K as Index, L as updateNestedDataByPath, M as addEventListener, N as stringify, O as Match, Q as Switch, R as deleteNestedDataByPath, T as splitProps, U as Dynamic, V as createComputed } from "./index-B3fvfRtD.js";
4
+ import { b as createContext, d as createSignal, o as onMount, e as createEffect, c as createMemo, a as createComponent, P as Portal, S as Show, t as template, i as insert, f as createRenderEffect, h as className, j as clearDelegatedEvents, k as delegateEvents, u as useContext, l as onCleanup, s as sortFns, m as mutationSortFns, n as on, p as setAttribute, q as getSidedProp, r as use, v as createUniqueId, w as batch, x as getQueryStatusLabel, y as getMutationStatusColor, z as getQueryStatusColor, A as getQueryStatusColorByLabel, B as displayValue, F as For, C as convertRemToPixels, D as untrack, $ as $TRACK, E as useTransition, G as spread, H as mergeProps, I as createRoot, J as serialize, K as Index, L as updateNestedDataByPath, M as addEventListener, N as stringify, O as Match, Q as Switch, R as deleteNestedDataByPath, T as splitProps, U as Dynamic, V as createComputed } from "./index-BSV6Ni-p.js";
5
5
  var isNonNullable = (i2) => i2 != null;
6
6
  var filterNonNullable = (arr) => arr.filter(isNonNullable);
7
7
  function chain(callbacks) {
@@ -1,5 +1,5 @@
1
- import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, D as Devtools, Q as QueryDevtoolsContext } from "./B4MFY5CR-DvtM_CXZ.js";
2
- import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-B3fvfRtD.js";
1
+ import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, D as Devtools, Q as QueryDevtoolsContext } from "./B4MFY5CR-Bt-nnzG3.js";
2
+ import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-BSV6Ni-p.js";
3
3
  var DevtoolsComponent = (props) => {
4
4
  const [localStore, setLocalStore] = createLocalStorage({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,5 +1,5 @@
1
- import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, b as ParentPanel, C as ContentView, Q as QueryDevtoolsContext } from "./B4MFY5CR-DvtM_CXZ.js";
2
- import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-B3fvfRtD.js";
1
+ import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, b as ParentPanel, C as ContentView, Q as QueryDevtoolsContext } from "./B4MFY5CR-Bt-nnzG3.js";
2
+ import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-BSV6Ni-p.js";
3
3
  var DevtoolsPanelComponent = (props) => {
4
4
  const [localStore, setLocalStore] = createLocalStorage({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,4 +1,4 @@
1
- import { W } from "./index-B3fvfRtD.js";
1
+ import { W } from "./index-BSV6Ni-p.js";
2
2
  export {
3
3
  W as default
4
4
  };