@meshsdk/react 1.7.17 → 1.7.18
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.css +7 -7
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
/*
|
|
110
|
-
! tailwindcss v3.4.
|
|
110
|
+
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
|
|
111
111
|
*/
|
|
112
112
|
|
|
113
113
|
/*
|
|
@@ -639,12 +639,12 @@ video {
|
|
|
639
639
|
|
|
640
640
|
.mesh-bg-neutral-50 {
|
|
641
641
|
--tw-bg-opacity: 1;
|
|
642
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
|
642
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
643
643
|
}
|
|
644
644
|
|
|
645
645
|
.mesh-bg-neutral-950 {
|
|
646
646
|
--tw-bg-opacity: 1;
|
|
647
|
-
background-color: rgb(10 10 10 / var(--tw-bg-opacity));
|
|
647
|
+
background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
.mesh-p-1 {
|
|
@@ -698,17 +698,17 @@ video {
|
|
|
698
698
|
|
|
699
699
|
.mesh-text-gray-700 {
|
|
700
700
|
--tw-text-opacity: 1;
|
|
701
|
-
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
701
|
+
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.mesh-text-neutral-50 {
|
|
705
705
|
--tw-text-opacity: 1;
|
|
706
|
-
color: rgb(250 250 250 / var(--tw-text-opacity));
|
|
706
|
+
color: rgb(250 250 250 / var(--tw-text-opacity, 1));
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
.mesh-text-neutral-950 {
|
|
710
710
|
--tw-text-opacity: 1;
|
|
711
|
-
color: rgb(10 10 10 / var(--tw-text-opacity));
|
|
711
|
+
color: rgb(10 10 10 / var(--tw-text-opacity, 1));
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
.mesh-no-underline {
|
|
@@ -733,7 +733,7 @@ video {
|
|
|
733
733
|
|
|
734
734
|
.hover\:mesh-text-black:hover {
|
|
735
735
|
--tw-text-opacity: 1;
|
|
736
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
736
|
+
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
737
737
|
}
|
|
738
738
|
|
|
739
739
|
.hover\:mesh-opacity-100:hover {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshsdk/react",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.18",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"browser": "./dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"react": "^18.2.0",
|
|
33
|
-
"@meshsdk/common": "1.7.
|
|
34
|
-
"@meshsdk/transaction": "1.7.
|
|
35
|
-
"@meshsdk/wallet": "1.7.
|
|
33
|
+
"@meshsdk/common": "1.7.18",
|
|
34
|
+
"@meshsdk/transaction": "1.7.18",
|
|
35
|
+
"@meshsdk/wallet": "1.7.18"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@meshsdk/configs": "*",
|