@adyen/kyc-components 3.63.4 → 3.63.6
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/{CPIOZS5X-BwADRQoM.js → CPIOZS5X-Bh8ZlV_I.js} +2 -2
- package/dist/{DebugModal-BW_UUM92.js → DebugModal-B_V3B_fX.js} +6 -6
- package/dist/{Introduction-DSesgyxz.js → Introduction-St1vMsu_.js} +1 -1
- package/dist/{OKF6E45R-Bzj685wg.js → OKF6E45R-BglmwOtj.js} +2 -2
- package/dist/{WXAWMS3D-DPRRb0XO.js → WXAWMS3D-CFdGfEAB.js} +1 -1
- package/dist/adyen-kyc-components.js +1 -1
- package/dist/adyenConfig.js +1 -1
- package/dist/{core-6UVLmWS0.js → core-DotawVzz.js} +9 -7
- package/dist/{css-DMPCtRck.js → css-Dlxa63-N.js} +1 -1
- package/dist/{json-cGO3gs8w.js → json-B2gC9Xoz.js} +1 -1
- package/dist/{plaintext-DPFKVMU-.js → plaintext-DZzxLxqn.js} +1 -1
- package/dist/{yaml-BfDvyUVz.js → yaml-aRErhKCB.js} +1 -1
- package/package.json +1 -1
|
@@ -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 "./WXAWMS3D-
|
|
2
|
-
import { p as getPreferredColorScheme, q as createMemo, r as createComponent } from "./core-
|
|
1
|
+
import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, D as Devtools, Q as QueryDevtoolsContext } from "./WXAWMS3D-CFdGfEAB.js";
|
|
2
|
+
import { p as getPreferredColorScheme, q as createMemo, r as createComponent } from "./core-DotawVzz.js";
|
|
3
3
|
var DevtoolsComponent = (props) => {
|
|
4
4
|
const [localStore, setLocalStore] = createLocalStorage({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "preact/jsx-runtime";
|
|
2
2
|
import { useMemo, useState } from "preact/hooks";
|
|
3
|
-
import { B as Button, d as Tag, e as entriesOf, I as InputText, b as useI18nContext, s as splitTaskIdentifier, f as TaskItemStatus, h as useExperimentsContext, i as useSettingsContext, j as useGlobalStore, l as listToRecord, v as valuesOf, k as useTaskStatuses, M as Modal, m as createLogger, n as Icon, o as SettingNames, E as ExperimentNames } from "./core-
|
|
3
|
+
import { B as Button, d as Tag, e as entriesOf, I as InputText, b as useI18nContext, s as splitTaskIdentifier, f as TaskItemStatus, h as useExperimentsContext, i as useSettingsContext, j as useGlobalStore, l as listToRecord, v as valuesOf, k as useTaskStatuses, M as Modal, m as createLogger, n as Icon, o as SettingNames, E as ExperimentNames } from "./core-DotawVzz.js";
|
|
4
4
|
const tabs = "adyen-kyc-tabs";
|
|
5
5
|
const styles$1 = {
|
|
6
6
|
tabs
|
|
@@ -135,10 +135,10 @@ const transformModule = (highlights, codeNode, scope) => {
|
|
|
135
135
|
};
|
|
136
136
|
const supportedModules = ["plaintext", "json", "yaml", "css"];
|
|
137
137
|
const moduleMap = {
|
|
138
|
-
plaintext: () => import("./plaintext-
|
|
139
|
-
json: () => import("./json-
|
|
140
|
-
yaml: () => import("./yaml-
|
|
141
|
-
css: () => import("./css-
|
|
138
|
+
plaintext: () => import("./plaintext-DZzxLxqn.js"),
|
|
139
|
+
json: () => import("./json-B2gC9Xoz.js"),
|
|
140
|
+
yaml: () => import("./yaml-aRErhKCB.js"),
|
|
141
|
+
css: () => import("./css-Dlxa63-N.js")
|
|
142
142
|
};
|
|
143
143
|
const getModule = async (name) => {
|
|
144
144
|
if (!supportedModules.includes(name)) {
|
|
@@ -429,7 +429,7 @@ const DebugModal = ({ onExit }) => {
|
|
|
429
429
|
const [tab, setTab] = useState("metadata");
|
|
430
430
|
const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
|
|
431
431
|
const metadata = {
|
|
432
|
-
sdkVersion: "3.63.
|
|
432
|
+
sdkVersion: "3.63.6",
|
|
433
433
|
locale: i18n.locale,
|
|
434
434
|
rootLegalEntityId: rootLegalEntity.id
|
|
435
435
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from "preact/jsx-runtime";
|
|
2
2
|
import { useMemo as useMemo$1, useState, useEffect } from "preact/hooks";
|
|
3
|
-
import { T as TaskTypes, L as LegalEntityType, u as useCanSeeIntroduction, a as useLegalEntityType, t as toCapitalized, g as getTranslationKeysByPrefix, b as useI18nContext, c as useAnalyticsContext, S as StepProgressIndicator, B as Button } from "./core-
|
|
3
|
+
import { T as TaskTypes, L as LegalEntityType, u as useCanSeeIntroduction, a as useLegalEntityType, t as toCapitalized, g as getTranslationKeysByPrefix, b as useI18nContext, c as useAnalyticsContext, S as StepProgressIndicator, B as Button } from "./core-DotawVzz.js";
|
|
4
4
|
import { useMemo } from "preact/compat";
|
|
5
5
|
var IntroductionScreens = ((IntroductionScreens2) => {
|
|
6
6
|
IntroductionScreens2["PROLOGUE"] = "PROLOGUE";
|
|
@@ -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 "./WXAWMS3D-
|
|
2
|
-
import { p as getPreferredColorScheme, q as createMemo, r as createComponent } from "./core-
|
|
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 "./WXAWMS3D-CFdGfEAB.js";
|
|
2
|
+
import { p as getPreferredColorScheme, q as createMemo, r as createComponent } from "./core-DotawVzz.js";
|
|
3
3
|
var DevtoolsPanelComponent = (props) => {
|
|
4
4
|
const [localStore, setLocalStore] = createLocalStorage({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -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 { w as createContext, x as createSignal, y as onMount, z as createEffect, q as createMemo, r as createComponent, P as Portal, A as Show, D as template, F as insert, G as createRenderEffect, H as className, J as clearDelegatedEvents, K as delegateEvents, N as useContext, O as onCleanup, Q as sortFns, R as mutationSortFns, U as on, V as setAttribute, W as getSidedProp, X as use, Y as createUniqueId, Z as batch, _ as getQueryStatusLabel, $ as getMutationStatusColor, a0 as getQueryStatusColor, a1 as getQueryStatusColorByLabel, a2 as displayValue, a3 as For, a4 as convertRemToPixels, a5 as untrack, a6 as $TRACK, a7 as useTransition, a8 as spread, a9 as mergeProps, aa as createRoot, ab as serialize, ac as Index, ad as updateNestedDataByPath, ae as addEventListener, af as stringify, ag as Match, ah as Switch, ai as deleteNestedDataByPath, aj as splitProps, ak as Dynamic, al as createComputed } from "./core-
|
|
4
|
+
import { w as createContext, x as createSignal, y as onMount, z as createEffect, q as createMemo, r as createComponent, P as Portal, A as Show, D as template, F as insert, G as createRenderEffect, H as className, J as clearDelegatedEvents, K as delegateEvents, N as useContext, O as onCleanup, Q as sortFns, R as mutationSortFns, U as on, V as setAttribute, W as getSidedProp, X as use, Y as createUniqueId, Z as batch, _ as getQueryStatusLabel, $ as getMutationStatusColor, a0 as getQueryStatusColor, a1 as getQueryStatusColorByLabel, a2 as displayValue, a3 as For, a4 as convertRemToPixels, a5 as untrack, a6 as $TRACK, a7 as useTransition, a8 as spread, a9 as mergeProps, aa as createRoot, ab as serialize, ac as Index, ad as updateNestedDataByPath, ae as addEventListener, af as stringify, ag as Match, ah as Switch, ai as deleteNestedDataByPath, aj as splitProps, ak as Dynamic, al as createComputed } from "./core-DotawVzz.js";
|
|
5
5
|
var isNonNullable = (i2) => i2 != null;
|
|
6
6
|
var filterNonNullable = (arr) => arr.filter(isNonNullable);
|
|
7
7
|
function chain(callbacks) {
|
package/dist/adyenConfig.js
CHANGED
|
@@ -32500,6 +32500,8 @@ const KNOWN_BROKEN_PRIMARY_SOURCE_CONNECTIONS = [
|
|
|
32500
32500
|
];
|
|
32501
32501
|
const KNOWN_DISALLOWED_INDEX_DATASET_STATES = [
|
|
32502
32502
|
StateCodesUS.California,
|
|
32503
|
+
StateCodesUS.Florida,
|
|
32504
|
+
StateCodesUS.Illinois,
|
|
32503
32505
|
StateCodesUS.Texas
|
|
32504
32506
|
];
|
|
32505
32507
|
const logger$r = createLogger();
|
|
@@ -53477,7 +53479,7 @@ const hasProgressedBeyondEntitySelection = (legalEntity) => {
|
|
|
53477
53479
|
return hasOwnEntityAssocation || !!hasOrganizationType;
|
|
53478
53480
|
};
|
|
53479
53481
|
const Introduction = lazy$1(
|
|
53480
|
-
async () => (await import("./Introduction-
|
|
53482
|
+
async () => (await import("./Introduction-St1vMsu_.js")).Introduction
|
|
53481
53483
|
);
|
|
53482
53484
|
const PAGES_WITH_POLLING = [TaskTypes.DECISION_MAKER_OVERVIEW, TaskTypes.TASKS_OVERVIEW];
|
|
53483
53485
|
const logger$7 = createLogger();
|
|
@@ -58154,7 +58156,7 @@ var TanstackQueryDevtools = (_k = class {
|
|
|
58154
58156
|
if (__privateGet(this, _Component)) {
|
|
58155
58157
|
Devtools = __privateGet(this, _Component);
|
|
58156
58158
|
} else {
|
|
58157
|
-
Devtools = lazy(() => import("./CPIOZS5X-
|
|
58159
|
+
Devtools = lazy(() => import("./CPIOZS5X-Bh8ZlV_I.js"));
|
|
58158
58160
|
__privateSet(this, _Component, Devtools);
|
|
58159
58161
|
}
|
|
58160
58162
|
setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
|
|
@@ -58276,7 +58278,7 @@ var TanstackQueryDevtoolsPanel = (_l = class {
|
|
|
58276
58278
|
if (__privateGet(this, _Component2)) {
|
|
58277
58279
|
Devtools = __privateGet(this, _Component2);
|
|
58278
58280
|
} else {
|
|
58279
|
-
Devtools = lazy(() => import("./OKF6E45R-
|
|
58281
|
+
Devtools = lazy(() => import("./OKF6E45R-BglmwOtj.js"));
|
|
58280
58282
|
__privateSet(this, _Component2, Devtools);
|
|
58281
58283
|
}
|
|
58282
58284
|
setupStyleSheet(__privateGet(this, _styleNonce2), __privateGet(this, _shadowDOMTarget2));
|
|
@@ -58495,7 +58497,7 @@ const convertToEmbeddedEvent = (eventQueueItem, sessionData) => {
|
|
|
58495
58497
|
};
|
|
58496
58498
|
};
|
|
58497
58499
|
const useAnalytics = ({ userEvents: userEvents2, sessionId, sessionData }) => {
|
|
58498
|
-
const sdkVersion = "3.63.
|
|
58500
|
+
const sdkVersion = "3.63.6";
|
|
58499
58501
|
const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
|
|
58500
58502
|
const countryCode = useGlobalStore((store) => store.rootLegalEntityCountry);
|
|
58501
58503
|
const capabilities = Object.keys(rootLegalEntity.capabilities ?? {});
|
|
@@ -58569,7 +58571,7 @@ const AnalyticsProvider = ({
|
|
|
58569
58571
|
const { onboardingVersion } = useVersion();
|
|
58570
58572
|
const userEvents2 = useMemo(() => createUserEvents(), []);
|
|
58571
58573
|
const sessionData = {
|
|
58572
|
-
sdkVersion: "3.63.
|
|
58574
|
+
sdkVersion: "3.63.6",
|
|
58573
58575
|
componentName,
|
|
58574
58576
|
userAgent: navigator.userAgent,
|
|
58575
58577
|
legalEntityId,
|
|
@@ -58721,7 +58723,7 @@ const ConfigurationApiProvider = ({ children: children2 }) => {
|
|
|
58721
58723
|
[baseUrl, rootLegalEntityId]
|
|
58722
58724
|
);
|
|
58723
58725
|
return /* @__PURE__ */ jsxs(ConfigurationApiContext.Provider, { value: contextValue, children: [
|
|
58724
|
-
/* @__PURE__ */ jsx$1("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "3.63.
|
|
58726
|
+
/* @__PURE__ */ jsx$1("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "3.63.6" }),
|
|
58725
58727
|
children2
|
|
58726
58728
|
] });
|
|
58727
58729
|
};
|
|
@@ -59196,7 +59198,7 @@ function StateProvider({
|
|
|
59196
59198
|
);
|
|
59197
59199
|
return /* @__PURE__ */ jsx$1(StateContext.Provider, { value: contextValue, children: children2 });
|
|
59198
59200
|
}
|
|
59199
|
-
const DebugModal = lazy$1(async () => (await import("./DebugModal-
|
|
59201
|
+
const DebugModal = lazy$1(async () => (await import("./DebugModal-B_V3B_fX.js").then((n) => n.D)).DebugModal);
|
|
59200
59202
|
const DebugListener = () => {
|
|
59201
59203
|
const [debugUiOpen, setDebugUiOpen] = useState(false);
|
|
59202
59204
|
const { isSettingEnabled } = useSettingsContext();
|