@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.
Files changed (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.js +1 -1
  3. 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: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/trading-widget",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",