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