UNPKG

@adyen/kyc-components

Version:

`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar

24 lines (23 loc) 1.05 kB
; { try { let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack; n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "aac53988-f047-405c-a215-a66f6c072b43", e._sentryDebugIdIdentifier = "sentry-dbid-aac53988-f047-405c-a215-a66f6c072b43"); } catch (e) { } } ; import { jsxs, jsx } from "preact/jsx-runtime"; import { u as useI18nContext, V as AlertIcon, W as FormHeader, X as DropinLayout } from "./core-B_WrZP-J.js"; function AccountSetupRejected() { const { i18n } = useI18nContext(); const content = /* @__PURE__ */ jsxs("div", { children: [ /* @__PURE__ */ jsx(AlertIcon, { variant: "error" }), /* @__PURE__ */ jsx(FormHeader, { heading: i18n.get("cantSetUpAcccount") }), /* @__PURE__ */ jsx("span", { children: i18n.get("accountCantBeSetUp") }) ] }); return /* @__PURE__ */ jsx(DropinLayout, { content }); } export { AccountSetupRejected };