@adyen/kyc-components 3.50.1 → 3.50.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-Cb_V47vX.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-BGerupa5.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-C09zwQsp.js";
2
- import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-Cb_V47vX.js";
1
+ import { c as createLocalStorage, T as THEME_PREFERENCE, P as PiPProvider, a as ThemeContext, D as Devtools, Q as QueryDevtoolsContext } from "./B4MFY5CR-B_M9Rijb.js";
2
+ import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-BGerupa5.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-C09zwQsp.js";
2
- import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-Cb_V47vX.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-B_M9Rijb.js";
2
+ import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-BGerupa5.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-Cb_V47vX.js";
1
+ import { W } from "./index-BGerupa5.js";
2
2
  export {
3
3
  W as default
4
4
  };
@@ -41027,7 +41027,7 @@ function ServiceAgreementDropin({
41027
41027
  });
41028
41028
  }
41029
41029
  };
41030
- const isSoleProprietor = hasSolePropInLegalEntity(legalEntityResponse) && accountHolder === "mySoleProprietorName";
41030
+ const isSoleProprietor = hasSolePropInLegalEntity(legalEntityResponse) || accountHolder === "mySoleProprietorName";
41031
41031
  const addSignerAlert = /* @__PURE__ */ jsx(
41032
41032
  Alert,
41033
41033
  {
@@ -50806,7 +50806,7 @@ const ConfigurationApiProvider = ({
50806
50806
  }) => {
50807
50807
  const authContext = useAuthContext();
50808
50808
  const { isEmbeddedDropin, loadingContext } = authContext;
50809
- const sdkVersion = "3.50.1";
50809
+ const sdkVersion = "3.50.2";
50810
50810
  const rootLegalEntityId = useGlobalStore((store) => store.rootLegalEntity.id);
50811
50811
  useAnalytics({
50812
50812
  onUserEvent,
@@ -51690,7 +51690,7 @@ const DebugModal = ({ onExit }) => {
51690
51690
  const [tab, setTab] = useState("metadata");
51691
51691
  const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
51692
51692
  const metadata = {
51693
- sdkVersion: "3.50.1",
51693
+ sdkVersion: "3.50.2",
51694
51694
  locale: i18n.locale,
51695
51695
  rootLegalEntityId: rootLegalEntity.id
51696
51696
  };
@@ -54687,7 +54687,7 @@ var TanstackQueryDevtools = (_k = class {
54687
54687
  if (__privateGet(this, _Component)) {
54688
54688
  Devtools = __privateGet(this, _Component);
54689
54689
  } else {
54690
- Devtools = lazy(() => import("./HO4MOOFI-DkcbvWhF.js"));
54690
+ Devtools = lazy(() => import("./HO4MOOFI-6-_r_YKd.js"));
54691
54691
  __privateSet(this, _Component, Devtools);
54692
54692
  }
54693
54693
  setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
@@ -54809,7 +54809,7 @@ var TanstackQueryDevtoolsPanel = (_l = class {
54809
54809
  if (__privateGet(this, _Component2)) {
54810
54810
  Devtools = __privateGet(this, _Component2);
54811
54811
  } else {
54812
- Devtools = lazy(() => import("./HUY7CZI3-BpLsA4ow.js"));
54812
+ Devtools = lazy(() => import("./HUY7CZI3-BSnh9U8W.js"));
54813
54813
  __privateSet(this, _Component2, Devtools);
54814
54814
  }
54815
54815
  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.50.1",
3
+ "version": "3.50.2",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-kyc",