@adyen/kyc-components 3.53.0 → 3.53.2
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.
- package/dist/es/{B4MFY5CR-nPQpm6EK.js → B4MFY5CR-BoL9jlIT.js} +1 -1
- package/dist/es/{HO4MOOFI-C2t_6ISR.js → HO4MOOFI-Cj7-DqRm.js} +2 -2
- package/dist/es/{HUY7CZI3-CW_-Weeh.js → HUY7CZI3-n6-nghz1.js} +2 -2
- package/dist/es/adyen-kyc-components.es.js +1 -1
- package/dist/es/{index-DOzLbDW6.js → index-DENuK0_N.js} +7 -6
- package/package.json +1 -1
|
@@ -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-
|
|
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-DENuK0_N.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-
|
|
2
|
-
import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-
|
|
1
|
+
import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, D as Devtools, Q as QueryDevtoolsContext } from "./B4MFY5CR-BoL9jlIT.js";
|
|
2
|
+
import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-DENuK0_N.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-
|
|
2
|
-
import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-
|
|
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-BoL9jlIT.js";
|
|
2
|
+
import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-DENuK0_N.js";
|
|
3
3
|
var DevtoolsPanelComponent = (props) => {
|
|
4
4
|
const [localStore, setLocalStore] = createLocalStorage({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -32523,7 +32523,8 @@ const getForms = (country) => ({
|
|
|
32523
32523
|
const documentFormsIds = [
|
|
32524
32524
|
"companyRegistrationDocument",
|
|
32525
32525
|
"companyTaxDocument",
|
|
32526
|
-
"companyProofOfDirectorDocument"
|
|
32526
|
+
"companyProofOfDirectorDocument",
|
|
32527
|
+
"companyConstitutionalDocument"
|
|
32527
32528
|
];
|
|
32528
32529
|
const mapApiDocumentToBusinessDetailsDocuments = (entityId) => {
|
|
32529
32530
|
const registrationDocument = getDocument$1(entityId, DocumentType.REGISTRATION_DOCUMENT) ?? null;
|
|
@@ -58047,7 +58048,7 @@ const ConfigurationApiProvider = ({
|
|
|
58047
58048
|
}) => {
|
|
58048
58049
|
const authContext = useAuthContext();
|
|
58049
58050
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
58050
|
-
const sdkVersion = "3.53.
|
|
58051
|
+
const sdkVersion = "3.53.2";
|
|
58051
58052
|
const rootLegalEntityId = useGlobalStore((store) => store.rootLegalEntity.id);
|
|
58052
58053
|
useAnalytics({
|
|
58053
58054
|
onUserEvent,
|
|
@@ -58168,7 +58169,7 @@ const useAllowedLocales = () => {
|
|
|
58168
58169
|
}, []);
|
|
58169
58170
|
return allowedLocales;
|
|
58170
58171
|
};
|
|
58171
|
-
const localeImports = /* @__PURE__ */ Object.assign({ "./locales/bg-BG.json": () => import("./bg-BG-DsUc0kup.js"), "./locales/cs-CZ.json": () => import("./cs-CZ-NpGjMJK8.js"), "./locales/da-DK.json": () => import("./da-DK-BRGhS3bB.js"), "./locales/de-DE.json": () => import("./de-DE-D9nZLQ7_.js"), "./locales/el-GR.json": () => import("./el-GR-DMqNszvM.js"), "./locales/en-US.
|
|
58172
|
+
const localeImports = /* @__PURE__ */ Object.assign({ "./locales/bg-BG.json": () => import("./bg-BG-DsUc0kup.js"), "./locales/cs-CZ.json": () => import("./cs-CZ-NpGjMJK8.js"), "./locales/da-DK.json": () => import("./da-DK-BRGhS3bB.js"), "./locales/de-DE.json": () => import("./de-DE-D9nZLQ7_.js"), "./locales/el-GR.json": () => import("./el-GR-DMqNszvM.js"), "./locales/en-US.json": () => Promise.resolve().then(() => enUS), "./locales/es-ES.json": () => import("./es-ES-B2jnQ9gD.js"), "./locales/et-EE.json": () => import("./et-EE-Dvv6jO9G.js"), "./locales/fi-FI.json": () => import("./fi-FI-Dzbf9H8A.js"), "./locales/fr-FR.json": () => import("./fr-FR-odEoEWuS.js"), "./locales/hr-HR.json": () => import("./hr-HR-CuytP6oL.js"), "./locales/hu-HU.json": () => import("./hu-HU-D4i2k96R.js"), "./locales/it-IT.json": () => import("./it-IT-DbQib6EJ.js"), "./locales/lt-LT.json": () => import("./lt-LT-VjpHHZTz.js"), "./locales/lv-LV.json": () => import("./lv-LV-H3bljn19.js"), "./locales/nl-NL.json": () => import("./nl-NL-Df6Qaluo.js"), "./locales/no-NO.json": () => import("./no-NO-CnmJV2vm.js"), "./locales/pl-PL.json": () => import("./pl-PL-fRr9JmiA.js"), "./locales/pt-PT.json": () => import("./pt-PT-h9NgXWgy.js"), "./locales/ro-RO.json": () => import("./ro-RO-37YDJPYt.js"), "./locales/sk-SK.json": () => import("./sk-SK-DwgJLguO.js"), "./locales/sl-SI.json": () => import("./sl-SI-F0jZuNCm.js"), "./locales/sv-SE.json": () => import("./sv-SE-qitGfWdY.js") });
|
|
58172
58173
|
const loadLocale = async (locale) => {
|
|
58173
58174
|
const importForLocale = localeImports[`./locales/${locale}.json`];
|
|
58174
58175
|
if (!importForLocale) {
|
|
@@ -58787,7 +58788,7 @@ const DebugModal = ({ onExit }) => {
|
|
|
58787
58788
|
const [tab, setTab] = useState("metadata");
|
|
58788
58789
|
const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
|
|
58789
58790
|
const metadata = {
|
|
58790
|
-
sdkVersion: "3.53.
|
|
58791
|
+
sdkVersion: "3.53.2",
|
|
58791
58792
|
locale: i18n.locale,
|
|
58792
58793
|
rootLegalEntityId: rootLegalEntity.id
|
|
58793
58794
|
};
|
|
@@ -61787,7 +61788,7 @@ var TanstackQueryDevtools = (_k = class {
|
|
|
61787
61788
|
if (__privateGet(this, _Component)) {
|
|
61788
61789
|
Devtools = __privateGet(this, _Component);
|
|
61789
61790
|
} else {
|
|
61790
|
-
Devtools = lazy(() => import("./HO4MOOFI-
|
|
61791
|
+
Devtools = lazy(() => import("./HO4MOOFI-Cj7-DqRm.js"));
|
|
61791
61792
|
__privateSet(this, _Component, Devtools);
|
|
61792
61793
|
}
|
|
61793
61794
|
setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
|
|
@@ -61909,7 +61910,7 @@ var TanstackQueryDevtoolsPanel = (_l = class {
|
|
|
61909
61910
|
if (__privateGet(this, _Component2)) {
|
|
61910
61911
|
Devtools = __privateGet(this, _Component2);
|
|
61911
61912
|
} else {
|
|
61912
|
-
Devtools = lazy(() => import("./HUY7CZI3-
|
|
61913
|
+
Devtools = lazy(() => import("./HUY7CZI3-n6-nghz1.js"));
|
|
61913
61914
|
__privateSet(this, _Component2, Devtools);
|
|
61914
61915
|
}
|
|
61915
61916
|
setupStyleSheet(__privateGet(this, _styleNonce2), __privateGet(this, _shadowDOMTarget2));
|