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