@matchain/matchid-sdk-react 0.1.52 → 0.1.53-alpha.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/dist/{chunk-OL4R4SZU.mjs → chunk-2DVC6WCN.mjs} +105 -92
- package/dist/chunk-2DVC6WCN.mjs.map +1 -0
- package/dist/{chunk-KJQKG6RI.mjs → chunk-6QTW3KXN.mjs} +2 -2
- package/dist/components/index.js +61 -57
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/api/index.js +29 -26
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +3 -3
- package/dist/hooks/index.js +21 -17
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.css +18 -5
- package/dist/index.js +97 -84
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/example/dist/assets/TransportWebHID-BEu7tC0r.js +1 -0
- package/example/dist/assets/bignumber-iG7K-qxw.js +10 -0
- package/example/dist/assets/ccip-a6wQ1Vcb.js +1 -0
- package/example/dist/assets/draggabilly-CRYR_S0q.js +14 -0
- package/example/dist/assets/index--dp9m9Ep.js +1 -0
- package/example/dist/assets/index-BDTHolFv.js +569 -0
- package/example/dist/assets/index-BZl59qLb.js +179 -0
- package/example/dist/assets/index-BmMbYNHO.js +303 -0
- package/example/dist/assets/index-C7cxVRDF.js +1677 -0
- package/example/dist/assets/index-CJk171Yb.js +1 -0
- package/example/dist/assets/index-CQiBesAa.js +3 -0
- package/example/dist/assets/index-D62loNA9.js +3 -0
- package/example/dist/assets/index-DqyX3FG6.js +1 -0
- package/example/dist/assets/index-Gy3FXGhr.css +1 -0
- package/example/dist/assets/inherits_browser-BlmhoU4v.js +1 -0
- package/example/dist/assets/solanaEmbed.esm-Djn-u4Vn.js +38 -0
- package/example/dist/index.html +14 -0
- package/example/package.json +2 -1
- package/example/src/App.tsx +18 -5
- package/example/src/store/useLocalStore.ts +9 -0
- package/package.json +1 -1
- package/dist/chunk-OL4R4SZU.mjs.map +0 -1
- /package/dist/{chunk-KJQKG6RI.mjs.map → chunk-6QTW3KXN.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -12,12 +12,12 @@ import {
|
|
|
12
12
|
useTransaction,
|
|
13
13
|
useUserInfo,
|
|
14
14
|
useWallet
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-2DVC6WCN.mjs";
|
|
16
16
|
import "../chunk-UA6XHZHX.mjs";
|
|
17
|
+
import "../chunk-HLUFAIFV.mjs";
|
|
17
18
|
import {
|
|
18
19
|
useLayout_exports
|
|
19
20
|
} from "../chunk-FB5MHLWX.mjs";
|
|
20
|
-
import "../chunk-HLUFAIFV.mjs";
|
|
21
21
|
import "../chunk-LHNKZISB.mjs";
|
|
22
22
|
import "../chunk-J5LGTIGS.mjs";
|
|
23
23
|
export {
|
package/dist/index.css
CHANGED
|
@@ -54,6 +54,7 @@ body {
|
|
|
54
54
|
|
|
55
55
|
/**overlay component**/
|
|
56
56
|
--matchid-overlay-index: 9999;
|
|
57
|
+
--matchid-overlay-color: var(--matchid-black);
|
|
57
58
|
/**modal component**/
|
|
58
59
|
--matchid-modal-bg: var(--matchid-white);
|
|
59
60
|
--matchid-modal-shadow: var(--matchid-shadow-full);
|
|
@@ -133,6 +134,12 @@ body {
|
|
|
133
134
|
/**radio**/
|
|
134
135
|
--matchid-radio-line: var(--matchid-gray-300);
|
|
135
136
|
--matchid-radio-checked: var(--matchid-highlight-orange);
|
|
137
|
+
/**matchid-wallet-asset**/
|
|
138
|
+
--matchid-wallet-asset-bg: var(--matchid-white);
|
|
139
|
+
--matchid-wallet-asset-color: var(--matchid-black);
|
|
140
|
+
/**matchid-transaction-list**/
|
|
141
|
+
--matchid-wallet-transaction-bg: var(--matchid-white);
|
|
142
|
+
--matchid-wallet-transaction-color: var(--matchid-black);
|
|
136
143
|
|
|
137
144
|
|
|
138
145
|
}
|
|
@@ -393,6 +400,7 @@ body {
|
|
|
393
400
|
overflow: hidden;
|
|
394
401
|
backdrop-filter: blur(2px);
|
|
395
402
|
background: rgba(0, 0, 0, .3);
|
|
403
|
+
color:var(--matchid-overlay-color);
|
|
396
404
|
@media screen and (max-width: 768px) {
|
|
397
405
|
align-items: center;
|
|
398
406
|
}
|
|
@@ -448,8 +456,8 @@ body {
|
|
|
448
456
|
|
|
449
457
|
.matchid-modal-header-title {
|
|
450
458
|
color: var(--matchid-modal-header-color, #000);
|
|
451
|
-
font-size:
|
|
452
|
-
font-weight:
|
|
459
|
+
font-size: 20px;
|
|
460
|
+
font-weight: 500;
|
|
453
461
|
@media screen and (max-width: 768px) {
|
|
454
462
|
font-size: 16px;
|
|
455
463
|
font-weight: 500;
|
|
@@ -495,7 +503,7 @@ body {
|
|
|
495
503
|
outline: 0;
|
|
496
504
|
color: var(--matchid-input-color);
|
|
497
505
|
font-size: 18px;
|
|
498
|
-
font-weight:
|
|
506
|
+
font-weight: 500;
|
|
499
507
|
background: none;
|
|
500
508
|
min-width: 0;
|
|
501
509
|
@media screen and (max-width: 768px) {
|
|
@@ -552,7 +560,7 @@ body {
|
|
|
552
560
|
.matchid-field-label {
|
|
553
561
|
color: var(--matchid-field-color);
|
|
554
562
|
font-size: 18px;
|
|
555
|
-
font-weight:
|
|
563
|
+
font-weight: 500;
|
|
556
564
|
@media screen and (max-width: 768px) {
|
|
557
565
|
font-size: 14px;
|
|
558
566
|
font-weight: 500;
|
|
@@ -565,7 +573,7 @@ body {
|
|
|
565
573
|
|
|
566
574
|
.matchid-field-error {
|
|
567
575
|
font-size: 14px;
|
|
568
|
-
font-weight:
|
|
576
|
+
font-weight: 400;
|
|
569
577
|
color: var(--matchid-field-error-color);
|
|
570
578
|
}
|
|
571
579
|
}
|
|
@@ -1343,6 +1351,9 @@ body {
|
|
|
1343
1351
|
}
|
|
1344
1352
|
|
|
1345
1353
|
.matchid-wallet-asset-item {
|
|
1354
|
+
|
|
1355
|
+
background:var(--matchid-wallet-asset-bg);
|
|
1356
|
+
color: var(--matchid-wallet-asset-color);
|
|
1346
1357
|
display: flex;
|
|
1347
1358
|
cursor: pointer;
|
|
1348
1359
|
gap: 8px;
|
|
@@ -1829,6 +1840,8 @@ body {
|
|
|
1829
1840
|
border: 1px solid var(--matchid-line);
|
|
1830
1841
|
border-radius: 16px;
|
|
1831
1842
|
height: 78px;
|
|
1843
|
+
background:var(--matchid-wallet-transaction-bg);
|
|
1844
|
+
color: var(--matchid-wallet-transaction-color);
|
|
1832
1845
|
@media screen and (max-width: 768px) {
|
|
1833
1846
|
height: 64px;
|
|
1834
1847
|
}
|