@tender-cash/agent-sdk-react 0.3.6-beta.2 → 0.3.6-beta.3

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.
@@ -7,7 +7,7 @@ import { createPortal as Za } from "react-dom";
7
7
  /**
8
8
  * agent-sdk-react.js
9
9
  * @summary
10
- * @version v0.3.6-beta.2
10
+ * @version v0.3.6-beta.3
11
11
  * @author Tender
12
12
  * @license Released under the MIT license.
13
13
  * @copyright Tender Cash
@@ -12984,8 +12984,8 @@ const yx = ({
12984
12984
  fiatCurrency: s,
12985
12985
  paymentExpirySeconds: c,
12986
12986
  onEventResponse: l
12987
- }) => Za(
12988
- /* @__PURE__ */ Q.jsx("div", { id: "tender-cash-agent-sdk", className: "tender-cash-agent-sdk", children: /* @__PURE__ */ Q.jsx(
12987
+ }) => /* @__PURE__ */ Q.jsx("div", { id: "tender-cash-agent-sdk", className: "tender-cash-agent-sdk", children: Za(
12988
+ /* @__PURE__ */ Q.jsx(
12989
12989
  fx,
12990
12990
  {
12991
12991
  config: {
@@ -13000,9 +13000,9 @@ const yx = ({
13000
13000
  },
13001
13001
  children: /* @__PURE__ */ Q.jsx(Sx, {})
13002
13002
  }
13003
- ) }),
13004
- document.body
13005
- );
13003
+ ),
13004
+ document.getElementById("tender-cash-agent-sdk") || document.body
13005
+ ) });
13006
13006
  export {
13007
13007
  $x as TenderAgentSdk
13008
13008
  };