@adyen/kyc-components 2.70.1 → 2.70.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.
|
@@ -1930,6 +1930,7 @@ const KNOWN_BROKEN_PRIMARY_SOURCE_CONNECTIONS = [
|
|
|
1930
1930
|
const KNOWN_DISALLOWED_INDEX_DATASET_STATES = [
|
|
1931
1931
|
StateCodesUS.California,
|
|
1932
1932
|
StateCodesUS.Florida,
|
|
1933
|
+
StateCodesUS.Illinois,
|
|
1933
1934
|
StateCodesUS.Texas
|
|
1934
1935
|
];
|
|
1935
1936
|
const logger$E = createLogger("useBusinessData");
|
|
@@ -39345,7 +39346,7 @@ const convertToEmbeddedEvent = (eventQueueItem, sessionData) => {
|
|
|
39345
39346
|
};
|
|
39346
39347
|
};
|
|
39347
39348
|
const useAnalytics = ({ onUserEvent, legalEntityId, componentName }) => {
|
|
39348
|
-
const sdkVersion = "2.70.
|
|
39349
|
+
const sdkVersion = "2.70.2";
|
|
39349
39350
|
const { isEmbeddedDropin, loadingContext: base } = useAuthContext();
|
|
39350
39351
|
const loadingContext = `${base}api/${COMPONENTS_API_VERSION}/`;
|
|
39351
39352
|
useEffect(() => {
|
|
@@ -39687,7 +39688,7 @@ const ConfigurationApiProvider = ({
|
|
|
39687
39688
|
[authContext, rootLegalEntityId]
|
|
39688
39689
|
);
|
|
39689
39690
|
return /* @__PURE__ */ jsxs(ConfigurationApiContext.Provider, { value: contextValue, children: [
|
|
39690
|
-
/* @__PURE__ */ jsx("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "2.70.
|
|
39691
|
+
/* @__PURE__ */ jsx("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "2.70.2" }),
|
|
39691
39692
|
children
|
|
39692
39693
|
] });
|
|
39693
39694
|
};
|
|
@@ -40303,7 +40304,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40303
40304
|
};
|
|
40304
40305
|
const copyToClipboard = async () => {
|
|
40305
40306
|
const toCopy = {
|
|
40306
|
-
sdkVersion: "2.70.
|
|
40307
|
+
sdkVersion: "2.70.2",
|
|
40307
40308
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40308
40309
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40309
40310
|
};
|
|
@@ -40368,7 +40369,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40368
40369
|
/* @__PURE__ */ jsx("div", { className: "adyen-kyc-debug-modal__meta", children: /* @__PURE__ */ jsx("table", { children: /* @__PURE__ */ jsxs("tbody", { children: [
|
|
40369
40370
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40370
40371
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "SDK version" }),
|
|
40371
|
-
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.70.
|
|
40372
|
+
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.70.2" })
|
|
40372
40373
|
] }) }),
|
|
40373
40374
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40374
40375
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "rootLegalEntityId" }),
|
|
@@ -40513,7 +40514,7 @@ class UIElement extends BaseElement {
|
|
|
40513
40514
|
userEvents.updateBaseTrackingPayload({
|
|
40514
40515
|
...baseTracking,
|
|
40515
40516
|
componentName: this.props.componentName,
|
|
40516
|
-
sdkVersion: "2.70.
|
|
40517
|
+
sdkVersion: "2.70.2",
|
|
40517
40518
|
userAgent: navigator.userAgent
|
|
40518
40519
|
});
|
|
40519
40520
|
return /* @__PURE__ */ jsx(SettingsProvider, { settings: this.props.settings, children: /* @__PURE__ */ jsx(
|