@meshsdk/react 1.7.29 → 1.7.31
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 +1 -1
- package/dist/index.css +6 -2
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -3478,7 +3478,7 @@ function ScreenMain({
|
|
|
3478
3478
|
}) {
|
|
3479
3479
|
const wallets = useWalletList({ metamask });
|
|
3480
3480
|
const { connect } = useWallet();
|
|
3481
|
-
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(TooltipProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "mesh-grid mesh-gap-4 mesh-py-4 mesh-grid-cols-
|
|
3481
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(TooltipProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "mesh-grid mesh-gap-4 mesh-py-4 mesh-grid-cols-5 mesh-place-items-center mesh-gap-y-8", children: [
|
|
3482
3482
|
wallets.map((wallet, index) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
3483
3483
|
WalletIcon,
|
|
3484
3484
|
{
|
package/dist/index.css
CHANGED
|
@@ -745,8 +745,8 @@ video {
|
|
|
745
745
|
user-select: none;
|
|
746
746
|
}
|
|
747
747
|
|
|
748
|
-
.mesh-grid-cols-
|
|
749
|
-
grid-template-columns: repeat(
|
|
748
|
+
.mesh-grid-cols-5 {
|
|
749
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
750
750
|
}
|
|
751
751
|
|
|
752
752
|
.mesh-flex-row {
|
|
@@ -785,6 +785,10 @@ video {
|
|
|
785
785
|
gap: 1rem;
|
|
786
786
|
}
|
|
787
787
|
|
|
788
|
+
.mesh-gap-y-8 {
|
|
789
|
+
row-gap: 2rem;
|
|
790
|
+
}
|
|
791
|
+
|
|
788
792
|
.mesh-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
789
793
|
--tw-space-y-reverse: 0;
|
|
790
794
|
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
package/dist/index.js
CHANGED
|
@@ -3434,7 +3434,7 @@ function ScreenMain({
|
|
|
3434
3434
|
}) {
|
|
3435
3435
|
const wallets = useWalletList({ metamask });
|
|
3436
3436
|
const { connect } = useWallet();
|
|
3437
|
-
return /* @__PURE__ */ jsx14(TooltipProvider, { children: /* @__PURE__ */ jsxs9("div", { className: "mesh-grid mesh-gap-4 mesh-py-4 mesh-grid-cols-
|
|
3437
|
+
return /* @__PURE__ */ jsx14(TooltipProvider, { children: /* @__PURE__ */ jsxs9("div", { className: "mesh-grid mesh-gap-4 mesh-py-4 mesh-grid-cols-5 mesh-place-items-center mesh-gap-y-8", children: [
|
|
3438
3438
|
wallets.map((wallet, index) => /* @__PURE__ */ jsx14(
|
|
3439
3439
|
WalletIcon,
|
|
3440
3440
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshsdk/react",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.31",
|
|
4
4
|
"description": "React component library - https://meshjs.dev/react",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"browser": "./dist/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@fabianbormann/cardano-peer-connect": "^1.2.18",
|
|
32
|
-
"@meshsdk/common": "1.7.
|
|
33
|
-
"@meshsdk/transaction": "1.7.
|
|
34
|
-
"@meshsdk/wallet": "1.7.
|
|
32
|
+
"@meshsdk/common": "1.7.31",
|
|
33
|
+
"@meshsdk/transaction": "1.7.31",
|
|
34
|
+
"@meshsdk/wallet": "1.7.31",
|
|
35
35
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
36
36
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
37
37
|
"@radix-ui/react-icons": "^1.3.2",
|