@adyen/kyc-components 3.55.0 → 3.55.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-BnabZiPw.js → B4MFY5CR-KRRKmDDT.js} +1 -1
- package/dist/es/{HO4MOOFI-CbQXxCI7.js → HO4MOOFI-BMo1SmuC.js} +2 -2
- package/dist/es/{HUY7CZI3-C5Xiww-6.js → HUY7CZI3-CdrVTZqE.js} +2 -2
- package/dist/es/adyen-kyc-components.es.js +1 -1
- package/dist/es/{index-ejaIsAw5.js → index-BLdGGt8Q.js} +6 -6
- package/dist/style.css +3 -1
- 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-BLdGGt8Q.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-KRRKmDDT.js";
|
|
2
|
+
import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-BLdGGt8Q.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-KRRKmDDT.js";
|
|
2
|
+
import { g as getPreferredColorScheme, c as createMemo, a as createComponent } from "./index-BLdGGt8Q.js";
|
|
3
3
|
var DevtoolsPanelComponent = (props) => {
|
|
4
4
|
const [localStore, setLocalStore] = createLocalStorage({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -34428,9 +34428,9 @@ function BusinessDetailsDropin({
|
|
|
34428
34428
|
const isSoleProp = accountHolder === "mySoleProprietorName";
|
|
34429
34429
|
useEffect(() => {
|
|
34430
34430
|
var _a3, _b3;
|
|
34431
|
-
const isBankAccountRequested = (_b3 = (_a3 =
|
|
34431
|
+
const isBankAccountRequested = (_b3 = (_a3 = legalEntityResponse == null ? void 0 : legalEntityResponse.capabilities) == null ? void 0 : _a3.issueBankAccount) == null ? void 0 : _b3.requested;
|
|
34432
34432
|
setIsBankAccountRequestedForOrganization(isBankAccountRequested);
|
|
34433
|
-
}, [
|
|
34433
|
+
}, [legalEntityResponse]);
|
|
34434
34434
|
const {
|
|
34435
34435
|
state: { currentState }
|
|
34436
34436
|
} = useStateContext();
|
|
@@ -55679,7 +55679,7 @@ var TanstackQueryDevtools = (_k = class {
|
|
|
55679
55679
|
if (__privateGet(this, _Component)) {
|
|
55680
55680
|
Devtools = __privateGet(this, _Component);
|
|
55681
55681
|
} else {
|
|
55682
|
-
Devtools = lazy(() => import("./HO4MOOFI-
|
|
55682
|
+
Devtools = lazy(() => import("./HO4MOOFI-BMo1SmuC.js"));
|
|
55683
55683
|
__privateSet(this, _Component, Devtools);
|
|
55684
55684
|
}
|
|
55685
55685
|
setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
|
|
@@ -55801,7 +55801,7 @@ var TanstackQueryDevtoolsPanel = (_l = class {
|
|
|
55801
55801
|
if (__privateGet(this, _Component2)) {
|
|
55802
55802
|
Devtools = __privateGet(this, _Component2);
|
|
55803
55803
|
} else {
|
|
55804
|
-
Devtools = lazy(() => import("./HUY7CZI3-
|
|
55804
|
+
Devtools = lazy(() => import("./HUY7CZI3-CdrVTZqE.js"));
|
|
55805
55805
|
__privateSet(this, _Component2, Devtools);
|
|
55806
55806
|
}
|
|
55807
55807
|
setupStyleSheet(__privateGet(this, _styleNonce2), __privateGet(this, _shadowDOMTarget2));
|
|
@@ -56177,7 +56177,7 @@ const DebugModal = ({ onExit }) => {
|
|
|
56177
56177
|
const [tab, setTab] = useState("metadata");
|
|
56178
56178
|
const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
|
|
56179
56179
|
const metadata = {
|
|
56180
|
-
sdkVersion: "3.55.
|
|
56180
|
+
sdkVersion: "3.55.2",
|
|
56181
56181
|
locale: i18n.locale,
|
|
56182
56182
|
rootLegalEntityId: rootLegalEntity.id
|
|
56183
56183
|
};
|
|
@@ -56933,7 +56933,7 @@ const ConfigurationApiProvider = ({
|
|
|
56933
56933
|
}) => {
|
|
56934
56934
|
const authContext = useAuthContext();
|
|
56935
56935
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
56936
|
-
const sdkVersion = "3.55.
|
|
56936
|
+
const sdkVersion = "3.55.2";
|
|
56937
56937
|
const rootLegalEntityId = useGlobalStore((store) => store.rootLegalEntity.id);
|
|
56938
56938
|
useAnalytics({
|
|
56939
56939
|
onUserEvent,
|
package/dist/style.css
CHANGED
|
@@ -1843,7 +1843,9 @@ button[disabled]:hover {
|
|
|
1843
1843
|
bottom: -30px;
|
|
1844
1844
|
top: auto;
|
|
1845
1845
|
}
|
|
1846
|
-
|
|
1846
|
+
|
|
1847
|
+
/* stylelint-disable-next-line selector-no-qualifying-type */
|
|
1848
|
+
input.adyen-kyc-radio-group-card__radio--floating {
|
|
1847
1849
|
bottom: auto;
|
|
1848
1850
|
left: auto;
|
|
1849
1851
|
position: absolute;
|