@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
23 lines (22 loc) • 945 B
JavaScript
;
{
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] = "502686da-3c0c-4134-a619-fe66f245e12e", e._sentryDebugIdIdentifier = "sentry-dbid-502686da-3c0c-4134-a619-fe66f245e12e");
} catch (e) {
}
}
;
import { c as cssProps } from "./DebugModal-Bv0myReE.js";
const definitions = {
any: { regex: /.*/g, css: cssProps.text },
boolean: { regex: /^(\s*)([\w-]+)(:)\s*(.*)$/g, css: cssProps.boolean },
key: { regex: /^[^:]+/gm, css: cssProps.key },
value: { regex: new RegExp("(?<=:).*$", "gm"), css: cssProps.string },
comment: { regex: /#.*/g, css: cssProps.comment },
keyword: { regex: /:|\||-|>|{|}|\[|}/g, css: cssProps.keyword }
};
const yaml = { definitions };
export {
yaml as default
};