@meshsdk/react 1.8.2 → 1.8.3
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 +5 -5
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -3798,7 +3798,7 @@ function MenuItem({
|
|
|
3798
3798
|
onClick: action,
|
|
3799
3799
|
children: [
|
|
3800
3800
|
icon && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("img", { className: "mesh-pr-2 mesh-m-1 mesh-h-8", src: icon }),
|
|
3801
|
-
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "mesh-mr-menu-item mesh-text-xl mesh-font-normal mesh-text-
|
|
3801
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "mesh-mr-menu-item mesh-text-xl mesh-font-normal mesh-text-neutral-700 hover:mesh-text-black", children: label.split(" ").map((word) => {
|
|
3802
3802
|
return word.charAt(0).toUpperCase() + word.slice(1).toLowerCase();
|
|
3803
3803
|
}).join(" ") })
|
|
3804
3804
|
]
|
package/dist/index.css
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
/*
|
|
110
|
-
! tailwindcss v3.4.
|
|
110
|
+
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
|
|
111
111
|
*/
|
|
112
112
|
|
|
113
113
|
/*
|
|
@@ -992,14 +992,14 @@ video {
|
|
|
992
992
|
letter-spacing: 0.1em;
|
|
993
993
|
}
|
|
994
994
|
|
|
995
|
-
.mesh-text-
|
|
995
|
+
.mesh-text-neutral-50 {
|
|
996
996
|
--tw-text-opacity: 1;
|
|
997
|
-
color: rgb(
|
|
997
|
+
color: rgb(250 250 250 / var(--tw-text-opacity, 1));
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
|
-
.mesh-text-neutral-
|
|
1000
|
+
.mesh-text-neutral-700 {
|
|
1001
1001
|
--tw-text-opacity: 1;
|
|
1002
|
-
color: rgb(
|
|
1002
|
+
color: rgb(64 64 64 / var(--tw-text-opacity, 1));
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
1005
|
.mesh-text-neutral-950 {
|
package/dist/index.js
CHANGED
|
@@ -3754,7 +3754,7 @@ function MenuItem({
|
|
|
3754
3754
|
onClick: action,
|
|
3755
3755
|
children: [
|
|
3756
3756
|
icon && /* @__PURE__ */ jsx20("img", { className: "mesh-pr-2 mesh-m-1 mesh-h-8", src: icon }),
|
|
3757
|
-
/* @__PURE__ */ jsx20("span", { className: "mesh-mr-menu-item mesh-text-xl mesh-font-normal mesh-text-
|
|
3757
|
+
/* @__PURE__ */ jsx20("span", { className: "mesh-mr-menu-item mesh-text-xl mesh-font-normal mesh-text-neutral-700 hover:mesh-text-black", children: label.split(" ").map((word) => {
|
|
3758
3758
|
return word.charAt(0).toUpperCase() + word.slice(1).toLowerCase();
|
|
3759
3759
|
}).join(" ") })
|
|
3760
3760
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshsdk/react",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.3",
|
|
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.8.
|
|
34
|
-
"@meshsdk/transaction": "1.8.
|
|
35
|
-
"@meshsdk/wallet": "1.8.
|
|
33
|
+
"@meshsdk/common": "1.8.3",
|
|
34
|
+
"@meshsdk/transaction": "1.8.3",
|
|
35
|
+
"@meshsdk/wallet": "1.8.3",
|
|
36
36
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
37
37
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
38
38
|
"@radix-ui/react-icons": "^1.3.2",
|