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