@dhedge/trading-widget 3.15.0 → 3.16.0
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.
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -41757,7 +41757,7 @@ const kM = (e) => ({
|
|
|
41757
41757
|
const { onOpen: a, isModalOpen: o, onClose: u, isTransactionPending: f } = HX(), p = Dc();
|
|
41758
41758
|
GX();
|
|
41759
41759
|
const h = Ve(
|
|
41760
|
-
() => /* @__PURE__ */ D.jsx(YX, { config: t }),
|
|
41760
|
+
({ children: g }) => /* @__PURE__ */ D.jsx(YX, { config: t, children: g }),
|
|
41761
41761
|
[t]
|
|
41762
41762
|
);
|
|
41763
41763
|
return /* @__PURE__ */ D.jsxs(D.Fragment, { children: [
|