@matchain/matchid-sdk-react 0.1.48-alpha.20 → 0.1.48-alpha.22

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.
@@ -12,12 +12,12 @@ import {
12
12
  useTransaction,
13
13
  useUserInfo,
14
14
  useWallet
15
- } from "../chunk-WHZ3HI4R.mjs";
15
+ } from "../chunk-WPXA4QPX.mjs";
16
16
  import "../chunk-UA6XHZHX.mjs";
17
+ import "../chunk-5JHHHLG4.mjs";
17
18
  import {
18
19
  useLayout_exports
19
- } from "../chunk-WXPVHKGJ.mjs";
20
- import "../chunk-5JHHHLG4.mjs";
20
+ } from "../chunk-FB5MHLWX.mjs";
21
21
  import "../chunk-LHNKZISB.mjs";
22
22
  import "../chunk-J5LGTIGS.mjs";
23
23
  export {
package/dist/index.css CHANGED
@@ -1858,4 +1858,37 @@ body {
1858
1858
  }
1859
1859
  .matchid-flex{
1860
1860
  display: flex;
1861
+ }
1862
+ .matchid-import-token-result{
1863
+ display: flex;
1864
+ flex:1;
1865
+ flex-direction: column;
1866
+ padding-bottom: 100px;
1867
+ gap: 24px;
1868
+ justify-content: space-between;
1869
+ @media screen and (max-width: 768px){
1870
+ padding-bottom: 0;
1871
+ }
1872
+ .matchid-import-token-result-box{
1873
+ display: flex;
1874
+ flex-direction: column;
1875
+ gap: 48px;
1876
+ align-items: center;
1877
+ .matchid-import-token-result-img{
1878
+ width:96px;
1879
+ height:96px;
1880
+ }
1881
+ .matchid-import-token-result-text{
1882
+ font-size: 24px;
1883
+ font-weight: 500;
1884
+ color: var(--matchid-success);
1885
+ @media screen and (max-width: 768px){
1886
+ font-size: 20px;
1887
+ }
1888
+ }
1889
+ .matchid-import-token-result-text-fail{
1890
+ color: var(--matchid-error);
1891
+ }
1892
+ }
1893
+
1861
1894
  }