@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
25 lines (24 loc) • 1.03 kB
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] = "a997389c-6c3c-4c0d-953f-cfa12482d3f1", e._sentryDebugIdIdentifier = "sentry-dbid-a997389c-6c3c-4c0d-953f-cfa12482d3f1");
} catch (e) {
}
}
;
import { c as cssProps } from "./DebugModal-Bv0myReE.js";
const definitions = {
any: { regex: /.*/g, css: cssProps.text },
property: { regex: /(^|[\r\n])[^:]*:/g, css: cssProps.key },
value: { regex: /:.*/g, css: cssProps.string },
dashes: { regex: /--/g, css: cssProps.dashes },
parenthesis: { regex: /[\\(\\)]/g, css: cssProps.curlyBrackets },
keyword: { regex: /var(?=\()/g, css: cssProps.keyword },
comment: { regex: /\/\*([\s\S]*?)\*\//g, css: cssProps.comment },
symbol: { regex: /;/g, css: cssProps.text }
};
const css = { definitions };
export {
css as default
};