@adyen/kyc-components 3.53.1 → 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-COCwspsO.js → B4MFY5CR-BoL9jlIT.js} +1 -1
- package/dist/es/{HO4MOOFI-JEAvbzqu.js → HO4MOOFI-Cj7-DqRm.js} +2 -2
- package/dist/es/{HUY7CZI3-B97MJ-ji.js → HUY7CZI3-n6-nghz1.js} +2 -2
- package/dist/es/adyen-kyc-components.es.js +1 -1
- package/dist/es/{index-C7i-VHmU.js → index-DENuK0_N.js} +5 -5
- 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"
|
|
@@ -58048,7 +58048,7 @@ const ConfigurationApiProvider = ({
|
|
|
58048
58048
|
}) => {
|
|
58049
58049
|
const authContext = useAuthContext();
|
|
58050
58050
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
58051
|
-
const sdkVersion = "3.53.
|
|
58051
|
+
const sdkVersion = "3.53.2";
|
|
58052
58052
|
const rootLegalEntityId = useGlobalStore((store) => store.rootLegalEntity.id);
|
|
58053
58053
|
useAnalytics({
|
|
58054
58054
|
onUserEvent,
|
|
@@ -58169,7 +58169,7 @@ const useAllowedLocales = () => {
|
|
|
58169
58169
|
}, []);
|
|
58170
58170
|
return allowedLocales;
|
|
58171
58171
|
};
|
|
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.
|
|
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") });
|
|
58173
58173
|
const loadLocale = async (locale) => {
|
|
58174
58174
|
const importForLocale = localeImports[`./locales/${locale}.json`];
|
|
58175
58175
|
if (!importForLocale) {
|
|
@@ -58788,7 +58788,7 @@ const DebugModal = ({ onExit }) => {
|
|
|
58788
58788
|
const [tab, setTab] = useState("metadata");
|
|
58789
58789
|
const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
|
|
58790
58790
|
const metadata = {
|
|
58791
|
-
sdkVersion: "3.53.
|
|
58791
|
+
sdkVersion: "3.53.2",
|
|
58792
58792
|
locale: i18n.locale,
|
|
58793
58793
|
rootLegalEntityId: rootLegalEntity.id
|
|
58794
58794
|
};
|
|
@@ -61788,7 +61788,7 @@ var TanstackQueryDevtools = (_k = class {
|
|
|
61788
61788
|
if (__privateGet(this, _Component)) {
|
|
61789
61789
|
Devtools = __privateGet(this, _Component);
|
|
61790
61790
|
} else {
|
|
61791
|
-
Devtools = lazy(() => import("./HO4MOOFI-
|
|
61791
|
+
Devtools = lazy(() => import("./HO4MOOFI-Cj7-DqRm.js"));
|
|
61792
61792
|
__privateSet(this, _Component, Devtools);
|
|
61793
61793
|
}
|
|
61794
61794
|
setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
|
|
@@ -61910,7 +61910,7 @@ var TanstackQueryDevtoolsPanel = (_l = class {
|
|
|
61910
61910
|
if (__privateGet(this, _Component2)) {
|
|
61911
61911
|
Devtools = __privateGet(this, _Component2);
|
|
61912
61912
|
} else {
|
|
61913
|
-
Devtools = lazy(() => import("./HUY7CZI3-
|
|
61913
|
+
Devtools = lazy(() => import("./HUY7CZI3-n6-nghz1.js"));
|
|
61914
61914
|
__privateSet(this, _Component2, Devtools);
|
|
61915
61915
|
}
|
|
61916
61916
|
setupStyleSheet(__privateGet(this, _styleNonce2), __privateGet(this, _shadowDOMTarget2));
|