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