@adyen/kyc-components 3.49.1 → 3.49.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.
@@ -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-Ed-ypPId.js";
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-B3fvfRtD.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-AuQHUV9g.js";
2
- import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-Ed-ypPId.js";
1
+ import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, D as Devtools, Q as QueryDevtoolsContext } from "./B4MFY5CR-DvtM_CXZ.js";
2
+ import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-B3fvfRtD.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-AuQHUV9g.js";
2
- import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-Ed-ypPId.js";
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-DvtM_CXZ.js";
2
+ import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-B3fvfRtD.js";
3
3
  var DevtoolsPanelComponent = (props) => {
4
4
  const [localStore, setLocalStore] = createLocalStorage({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,4 +1,4 @@
1
- import { W } from "./index-Ed-ypPId.js";
1
+ import { W } from "./index-B3fvfRtD.js";
2
2
  export {
3
3
  W as default
4
4
  };
@@ -39205,7 +39205,7 @@ function PayoutDetailsDropin({
39205
39205
  userEvents.addEvent("Landed on page", {
39206
39206
  actionLevel: "task",
39207
39207
  actionType: "start",
39208
- isUsingNewBankingFlowExperiment: true
39208
+ isUsingNewBankingFlowExperiment: enableEmphasizedCredentialBankingFlow
39209
39209
  });
39210
39210
  }, []);
39211
39211
  useEffect(() => {
@@ -50626,7 +50626,7 @@ const ConfigurationApiProvider = ({
50626
50626
  }) => {
50627
50627
  const authContext = useAuthContext();
50628
50628
  const { isEmbeddedDropin, loadingContext } = authContext;
50629
- const sdkVersion = "3.49.1";
50629
+ const sdkVersion = "3.49.2";
50630
50630
  const rootLegalEntityId = useGlobalStore((store) => store.rootLegalEntity.id);
50631
50631
  useAnalytics({
50632
50632
  onUserEvent,
@@ -51510,7 +51510,7 @@ const DebugModal = ({ onExit }) => {
51510
51510
  const [tab, setTab] = useState("metadata");
51511
51511
  const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
51512
51512
  const metadata = {
51513
- sdkVersion: "3.49.1",
51513
+ sdkVersion: "3.49.2",
51514
51514
  locale: i18n.locale,
51515
51515
  rootLegalEntityId: rootLegalEntity.id
51516
51516
  };
@@ -54507,7 +54507,7 @@ var TanstackQueryDevtools = (_k = class {
54507
54507
  if (__privateGet(this, _Component)) {
54508
54508
  Devtools = __privateGet(this, _Component);
54509
54509
  } else {
54510
- Devtools = lazy(() => import("./HO4MOOFI-BOYDsHNa.js"));
54510
+ Devtools = lazy(() => import("./HO4MOOFI-BPdL391L.js"));
54511
54511
  __privateSet(this, _Component, Devtools);
54512
54512
  }
54513
54513
  setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
@@ -54629,7 +54629,7 @@ var TanstackQueryDevtoolsPanel = (_l = class {
54629
54629
  if (__privateGet(this, _Component2)) {
54630
54630
  Devtools = __privateGet(this, _Component2);
54631
54631
  } else {
54632
- Devtools = lazy(() => import("./HUY7CZI3-CEkZPXCo.js"));
54632
+ Devtools = lazy(() => import("./HUY7CZI3-Cl0-ZtHu.js"));
54633
54633
  __privateSet(this, _Component2, Devtools);
54634
54634
  }
54635
54635
  setupStyleSheet(__privateGet(this, _styleNonce2), __privateGet(this, _shadowDOMTarget2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/kyc-components",
3
- "version": "3.49.1",
3
+ "version": "3.49.2",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-kyc",