@txnlab/use-wallet-ui-react 0.2.0 → 0.2.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.
- package/README.md +5 -4
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/style.css +909 -916
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -5660,12 +5660,13 @@ function uf({ children: e }) {
|
|
|
5660
5660
|
}, H = ae.cloneElement(x, j);
|
|
5661
5661
|
return /* @__PURE__ */ L.jsxs(L.Fragment, { children: [
|
|
5662
5662
|
H,
|
|
5663
|
-
/* @__PURE__ */ L.jsx(Ca, { id: "wallet-dialog-portal",
|
|
5663
|
+
/* @__PURE__ */ L.jsx(Ca, { id: "wallet-dialog-portal", children: t && /* @__PURE__ */ L.jsx(
|
|
5664
5664
|
tf,
|
|
5665
5665
|
{
|
|
5666
5666
|
className: "grid place-items-center px-4 z-50 transition-opacity duration-150 ease-in-out bg-black/30 dark:bg-black/50 data-[state=starting]:opacity-0 data-[state=exiting]:opacity-0 data-[state=entered]:opacity-100",
|
|
5667
5667
|
"data-state": r,
|
|
5668
5668
|
lockScroll: !0,
|
|
5669
|
+
"data-wallet-ui": !0,
|
|
5669
5670
|
children: /* @__PURE__ */ L.jsx(Oa, { context: l, modal: !0, children: /* @__PURE__ */ L.jsxs(
|
|
5670
5671
|
"div",
|
|
5671
5672
|
{
|