@adyen/kyc-components 2.69.1 → 2.69.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,7 @@ const KNOWN_BROKEN_PRIMARY_SOURCE_CONNECTIONS = [
|
|
|
1929
1929
|
const KNOWN_DISALLOWED_INDEX_DATASET_STATES = [
|
|
1930
1930
|
StateCodesUS.California,
|
|
1931
1931
|
StateCodesUS.Florida,
|
|
1932
|
+
StateCodesUS.Illinois,
|
|
1932
1933
|
StateCodesUS.Texas
|
|
1933
1934
|
];
|
|
1934
1935
|
const logger$E = createLogger("useBusinessData");
|
|
@@ -39332,7 +39333,7 @@ const convertToEmbeddedEvent = (eventQueueItem, sessionData) => {
|
|
|
39332
39333
|
};
|
|
39333
39334
|
};
|
|
39334
39335
|
const useAnalytics = ({ onUserEvent, legalEntityId, componentName }) => {
|
|
39335
|
-
const sdkVersion = "2.69.
|
|
39336
|
+
const sdkVersion = "2.69.2";
|
|
39336
39337
|
const { isEmbeddedDropin, loadingContext: base } = useAuthContext();
|
|
39337
39338
|
const loadingContext = `${base}api/${COMPONENTS_API_VERSION}/`;
|
|
39338
39339
|
useEffect(() => {
|
|
@@ -39674,7 +39675,7 @@ const ConfigurationApiProvider = ({
|
|
|
39674
39675
|
[authContext, rootLegalEntityId]
|
|
39675
39676
|
);
|
|
39676
39677
|
return /* @__PURE__ */ jsxs(ConfigurationApiContext.Provider, { value: contextValue, children: [
|
|
39677
|
-
/* @__PURE__ */ jsx("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "2.69.
|
|
39678
|
+
/* @__PURE__ */ jsx("span", { className: "adyen-kyc__sdk-version", hidden: true, children: "2.69.2" }),
|
|
39678
39679
|
children
|
|
39679
39680
|
] });
|
|
39680
39681
|
};
|
|
@@ -40290,7 +40291,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40290
40291
|
};
|
|
40291
40292
|
const copyToClipboard = async () => {
|
|
40292
40293
|
const toCopy = {
|
|
40293
|
-
sdkVersion: "2.69.
|
|
40294
|
+
sdkVersion: "2.69.2",
|
|
40294
40295
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40295
40296
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40296
40297
|
};
|
|
@@ -40355,7 +40356,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40355
40356
|
/* @__PURE__ */ jsx("div", { className: "adyen-kyc-debug-modal__meta", children: /* @__PURE__ */ jsx("table", { children: /* @__PURE__ */ jsxs("tbody", { children: [
|
|
40356
40357
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40357
40358
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "SDK version" }),
|
|
40358
|
-
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.69.
|
|
40359
|
+
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.69.2" })
|
|
40359
40360
|
] }) }),
|
|
40360
40361
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40361
40362
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "rootLegalEntityId" }),
|
|
@@ -40500,7 +40501,7 @@ class UIElement extends BaseElement {
|
|
|
40500
40501
|
userEvents.updateBaseTrackingPayload({
|
|
40501
40502
|
...baseTracking,
|
|
40502
40503
|
componentName: this.props.componentName,
|
|
40503
|
-
sdkVersion: "2.69.
|
|
40504
|
+
sdkVersion: "2.69.2",
|
|
40504
40505
|
userAgent: navigator.userAgent
|
|
40505
40506
|
});
|
|
40506
40507
|
return /* @__PURE__ */ jsx(SettingsProvider, { settings: this.props.settings, children: /* @__PURE__ */ jsx(
|