@meshsdk/react 1.9.0-beta.18 → 1.9.0-beta.19

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/dist/index.cjs CHANGED
@@ -24436,7 +24436,6 @@ function ScreenMain({
24436
24436
  const wallets = useWalletList({ injectFn });
24437
24437
  const { connect: connect2 } = useWallet();
24438
24438
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(TooltipProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "mesh-grid mesh-gap-4 mesh-py-4 mesh-grid-cols-5 mesh-place-items-center mesh-gap-y-8", children: [
24439
- web3Services && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Web3Services, { options: web3Services, setOpen }),
24440
24439
  wallets.map((wallet, index) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
24441
24440
  WalletIcon,
24442
24441
  {
@@ -24449,6 +24448,7 @@ function ScreenMain({
24449
24448
  },
24450
24449
  index
24451
24450
  )),
24451
+ web3Services && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Web3Services, { options: web3Services, setOpen }),
24452
24452
  webauthn && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
24453
24453
  WalletIcon,
24454
24454
  {
package/dist/index.js CHANGED
@@ -24415,7 +24415,6 @@ function ScreenMain({
24415
24415
  const wallets = useWalletList({ injectFn });
24416
24416
  const { connect: connect2 } = useWallet();
24417
24417
  return /* @__PURE__ */ jsx16(TooltipProvider, { children: /* @__PURE__ */ jsxs10("div", { className: "mesh-grid mesh-gap-4 mesh-py-4 mesh-grid-cols-5 mesh-place-items-center mesh-gap-y-8", children: [
24418
- web3Services && /* @__PURE__ */ jsx16(Web3Services, { options: web3Services, setOpen }),
24419
24418
  wallets.map((wallet, index) => /* @__PURE__ */ jsx16(
24420
24419
  WalletIcon,
24421
24420
  {
@@ -24428,6 +24427,7 @@ function ScreenMain({
24428
24427
  },
24429
24428
  index
24430
24429
  )),
24430
+ web3Services && /* @__PURE__ */ jsx16(Web3Services, { options: web3Services, setOpen }),
24431
24431
  webauthn && /* @__PURE__ */ jsx16(
24432
24432
  WalletIcon,
24433
24433
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/react",
3
- "version": "1.9.0-beta.18",
3
+ "version": "1.9.0-beta.19",
4
4
  "description": "React component library - https://meshjs.dev/react",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@fabianbormann/cardano-peer-connect": "^1.2.18",
33
- "@meshsdk/common": "1.9.0-beta.18",
34
- "@meshsdk/transaction": "1.9.0-beta.18",
35
- "@meshsdk/wallet": "1.9.0-beta.18",
33
+ "@meshsdk/common": "1.9.0-beta.19",
34
+ "@meshsdk/transaction": "1.9.0-beta.19",
35
+ "@meshsdk/wallet": "1.9.0-beta.19",
36
36
  "@meshsdk/web3-sdk": "^0.0.3",
37
37
  "@radix-ui/react-dialog": "^1.1.2",
38
38
  "@radix-ui/react-dropdown-menu": "^2.1.2",