@adyen/kyc-components 2.47.2 → 2.48.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/dist/es/adyen-kyc-components.es.js +1730 -931
  2. package/dist/es/{arrow-right-DF4Qe-8E.js → arrow-right-C4o8oS1C.js} +1 -1
  3. package/dist/es/{chevron-down-BzENwYSf.js → chevron-down-C8-1xmDI.js} +1 -1
  4. package/dist/es/chevron-left-DSyI3arz.js +11 -0
  5. package/dist/es/{chevron-right-DczMHcvL.js → chevron-right-BDZzxAre.js} +1 -1
  6. package/dist/es/{cross-BadGfrgB.js → cross-D-SQig6J.js} +1 -1
  7. package/dist/es/{download-DGC5_Bxe.js → download-COfxdarq.js} +1 -1
  8. package/dist/style.css +382 -2127
  9. package/dist/types/components/AdditionalInformation/VerifiedBusinessCard.d.ts +7 -0
  10. package/dist/types/components/AdditionalInformation/component/AdditionalInformationComponent.d.ts +1 -1
  11. package/dist/types/components/AdditionalInformation/types.d.ts +4 -0
  12. package/dist/types/components/BasicInformation/component/BasicInformationComponent.d.ts +1 -1
  13. package/dist/types/components/BasicInformation/types.d.ts +2 -8
  14. package/dist/types/components/BusinessDetails/component/BusinessDetailsComponent.d.ts +1 -0
  15. package/dist/types/components/BusinessDetails/forms.d.ts +1 -2
  16. package/dist/types/components/BusinessDetails/types.d.ts +15 -0
  17. package/dist/types/components/BusinessSelection/BusinessInformationCard.d.ts +16 -0
  18. package/dist/types/components/BusinessSelection/component/BusinessSelectionComponent.d.ts +3 -0
  19. package/dist/types/components/BusinessSelection/index.d.ts +1 -0
  20. package/dist/types/components/BusinessSelection/types.d.ts +25 -0
  21. package/dist/types/components/CompanyStructure/component/CompanyStructureComponent.d.ts +1 -1
  22. package/dist/types/components/CompanyStructure/types.d.ts +3 -0
  23. package/dist/types/components/Dropins/BusinessDetailsDropin/types.d.ts +2 -1
  24. package/dist/types/components/Dropins/DropinLayout/ActionBar/ActionBar.d.ts +1 -1
  25. package/dist/types/components/Dropins/DropinLayout/ActionBar/type.d.ts +1 -0
  26. package/dist/types/components/Dropins/FormNavigation/FormNavigation.d.ts +1 -2
  27. package/dist/types/components/Dropins/FormNavigation/index.d.ts +1 -1
  28. package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +3 -1
  29. package/dist/types/components/Individual/validators.d.ts +1 -2
  30. package/dist/types/components/RegistrationAddress/types.d.ts +2 -0
  31. package/dist/types/components/UIElement/UIElement.d.ts +22 -0
  32. package/dist/types/components/internal/Address/components/FieldContainer.d.ts +1 -0
  33. package/dist/types/components/internal/Address/components/SearchAddress.d.ts +1 -1
  34. package/dist/types/components/internal/Address/types.d.ts +3 -0
  35. package/dist/types/components/internal/Alert/Alert.d.ts +1 -1
  36. package/dist/types/components/internal/Alert/types.d.ts +4 -7
  37. package/dist/types/components/internal/Card/Card.d.ts +1 -1
  38. package/dist/types/components/internal/Card/CardGroup.d.ts +1 -1
  39. package/dist/types/components/internal/Card/index.d.ts +2 -0
  40. package/dist/types/components/internal/Card/types.d.ts +2 -0
  41. package/dist/types/components/internal/DBANameField/DBANameField.d.ts +1 -1
  42. package/dist/types/components/internal/DBANameField/fieldConfig.d.ts +1 -0
  43. package/dist/types/components/internal/DBANameField/types.d.ts +1 -1
  44. package/dist/types/components/internal/Icon/Icon.d.ts +1 -0
  45. package/dist/types/components/internal/Link/Link.d.ts +1 -1
  46. package/dist/types/components/internal/Link/types.d.ts +0 -3
  47. package/dist/types/components/internal/Loader/Loader.d.ts +7 -9
  48. package/dist/types/components/internal/LoaderWrapper/LoaderWrapper.d.ts +1 -2
  49. package/dist/types/core/core.d.ts +1 -1
  50. package/dist/types/core/hooks/useBankConfigurationHandlers.d.ts +3 -1
  51. package/dist/types/core/hooks/useForm/reducer.d.ts +4 -2
  52. package/dist/types/core/hooks/useForm/types.d.ts +11 -0
  53. package/dist/types/core/hooks/useForm/useForm.d.ts +2 -1
  54. package/dist/types/core/hooks/useUnifyLoadingStatus.d.ts +2 -0
  55. package/dist/types/core/models/api/company-search.d.ts +1 -0
  56. package/dist/types/core/models/api/organization.d.ts +1 -0
  57. package/dist/types/core/models/country-code.d.ts +1 -0
  58. package/dist/types/core/process-field-configurations.d.ts +3 -2
  59. package/dist/types/utils/birth-date-utils.d.ts +11 -0
  60. package/dist/types/utils/mapping/componentApiMapping.d.ts +2 -1
  61. package/dist/types/utils/regex/patternValidators.d.ts +1 -1
  62. package/dist/types/utils/testing/IgnoreLocalStorage.d.ts +5 -0
  63. package/package.json +13 -2
  64. package/dist/types/components/UIElement.d.ts +0 -22
  65. package/dist/types/components/internal/Loader/index.d.ts +0 -2
  66. package/dist/types/components/internal/Spinner/Spinner.d.ts +0 -16
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
2
  const SvgArrowRight = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 15 15", ...props, children: [
3
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { id: "arrow-right_svg__a", d: "M1 8.5a1 1 0 1 1 0-2h10.83l-1.59-1.85a1 1 0 1 1 1.52-1.3l3 3.5a1 1 0 0 1 0 1.3l-3 3.5a1 1 0 0 1-1.52-1.3l1.59-1.85z" }) }),
3
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", id: "arrow-right_svg__a", d: "M1 8.5a1 1 0 1 1 0-2h10.83l-1.59-1.85a1 1 0 1 1 1.52-1.3l3 3.5a1 1 0 0 1 0 1.3l-3 3.5a1 1 0 0 1-1.52-1.3l1.59-1.85z" }) }),
4
4
  /* @__PURE__ */ jsx("use", { xlinkHref: "#arrow-right_svg__a", fillRule: "evenodd" })
5
5
  ] });
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
2
  const SvgChevronDown = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 15 15", ...props, children: [
3
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { id: "chevron-down_svg__a", d: "M2 5a1 1 0 0 1 1.74-.67L7.5 8.51l3.76-4.18a1 1 0 0 1 1.48 1.34l-4.5 5a1 1 0 0 1-1.48 0l-4.5-5A1 1 0 0 1 2 5" }) }),
3
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", id: "chevron-down_svg__a", d: "M2 5a1 1 0 0 1 1.74-.67L7.5 8.51l3.76-4.18a1 1 0 0 1 1.48 1.34l-4.5 5a1 1 0 0 1-1.48 0l-4.5-5A1 1 0 0 1 2 5" }) }),
4
4
  /* @__PURE__ */ jsx("use", { xlinkHref: "#chevron-down_svg__a", fillRule: "evenodd" })
5
5
  ] });
6
6
  export {
@@ -0,0 +1,11 @@
1
+ import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
+ const SvgChevronLeft = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 15 15", style: {
3
+ display: "block",
4
+ transform: "scale(-1,1)"
5
+ }, ...props, children: [
6
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", id: "chevron-right_svg__a", d: "M5 13a1 1 0 0 1-.67-1.74L8.51 7.5 4.33 3.74a1 1 0 0 1 1.34-1.48l5 4.5a1 1 0 0 1 0 1.48l-5 4.5A1 1 0 0 1 5 13" }) }),
7
+ /* @__PURE__ */ jsx("use", { xlinkHref: "#chevron-right_svg__a", fillRule: "evenodd" })
8
+ ] });
9
+ export {
10
+ SvgChevronLeft as default
11
+ };
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
2
  const SvgChevronRight = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 15 15", ...props, children: [
3
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { id: "chevron-right_svg__a", d: "M5 13a1 1 0 0 1-.67-1.74L8.51 7.5 4.33 3.74a1 1 0 0 1 1.34-1.48l5 4.5a1 1 0 0 1 0 1.48l-5 4.5A1 1 0 0 1 5 13" }) }),
3
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", id: "chevron-right_svg__a", d: "M5 13a1 1 0 0 1-.67-1.74L8.51 7.5 4.33 3.74a1 1 0 0 1 1.34-1.48l5 4.5a1 1 0 0 1 0 1.48l-5 4.5A1 1 0 0 1 5 13" }) }),
4
4
  /* @__PURE__ */ jsx("use", { xlinkHref: "#chevron-right_svg__a", fillRule: "evenodd" })
5
5
  ] });
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
2
  const SvgCross = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 15 15", ...props, children: [
3
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { id: "cross_svg__a", d: "m8.9 7.5 3.8-3.8c.4-.4.4-1 0-1.4s-1-.4-1.4 0L7.5 6.1 3.7 2.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l3.8 3.8-3.8 3.8c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3l3.8-3.8 3.8 3.8c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4z" }) }),
3
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", id: "cross_svg__a", d: "m8.9 7.5 3.8-3.8c.4-.4.4-1 0-1.4s-1-.4-1.4 0L7.5 6.1 3.7 2.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l3.8 3.8-3.8 3.8c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3l3.8-3.8 3.8 3.8c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4z" }) }),
4
4
  /* @__PURE__ */ jsx("use", { xlinkHref: "#cross_svg__a" })
5
5
  ] });
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "preact/compat/jsx-runtime";
2
2
  const SvgDownload = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 15 15", ...props, children: [
3
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { id: "download_svg__a", d: "M12 13c.6 0 1 .4 1 1s-.4 1-1 1H3c-.6 0-1-.4-1-1s.4-1 1-1zm-5.2-2.3L3.3 7.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l1.8 1.8V1c0-.6.4-1 1-1s1 .4 1 1v6.6l1.8-1.8c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-3.5 3.5c-.1.1-.2.1-.3.2s-.3.1-.4.1-.3 0-.4-.1c-.1 0-.2-.1-.3-.2" }) }),
3
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", id: "download_svg__a", d: "M12 13c.6 0 1 .4 1 1s-.4 1-1 1H3c-.6 0-1-.4-1-1s.4-1 1-1zm-5.2-2.3L3.3 7.2c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l1.8 1.8V1c0-.6.4-1 1-1s1 .4 1 1v6.6l1.8-1.8c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-3.5 3.5c-.1.1-.2.1-.3.2s-.3.1-.4.1-.3 0-.4-.1c-.1 0-.2-.1-.3-.2" }) }),
4
4
  /* @__PURE__ */ jsx("use", { xlinkHref: "#download_svg__a" })
5
5
  ] });
6
6
  export {