@rango-dev/widget-embedded 0.20.1-next.11 → 0.20.1-next.12
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/components/BlockchainList/BlockchainList.styles.d.ts +4 -0
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +2 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +40 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +6 -0
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +10 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/Layout/Layout.styles.d.ts +6 -0
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +2 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +28 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NoResult/NoResult.styles.d.ts +6 -0
- package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts +8 -0
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.styles.d.ts +30 -0
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
- package/dist/components/Quote/QuoteSummary.styles.d.ts +4 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +8 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +20 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +10 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +8 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts +2 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +8 -0
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +10 -0
- package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +20 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +2 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +2 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +10 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +34 -0
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts +8 -0
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
- package/dist/containers/App/App.styles.d.ts +2 -0
- package/dist/containers/App/App.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -0
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -135,12 +135,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
135
135
|
4: string;
|
|
136
136
|
6: string;
|
|
137
137
|
8: string;
|
|
138
|
+
10: string;
|
|
138
139
|
12: string;
|
|
139
140
|
16: string;
|
|
140
141
|
18: string;
|
|
141
142
|
20: string;
|
|
142
143
|
24: string;
|
|
143
144
|
28: string;
|
|
145
|
+
30: string;
|
|
144
146
|
32: string;
|
|
145
147
|
36: string;
|
|
146
148
|
40: string;
|
|
@@ -292,12 +294,14 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
292
294
|
4: string;
|
|
293
295
|
6: string;
|
|
294
296
|
8: string;
|
|
297
|
+
10: string;
|
|
295
298
|
12: string;
|
|
296
299
|
16: string;
|
|
297
300
|
18: string;
|
|
298
301
|
20: string;
|
|
299
302
|
24: string;
|
|
300
303
|
28: string;
|
|
304
|
+
30: string;
|
|
301
305
|
32: string;
|
|
302
306
|
36: string;
|
|
303
307
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUf,CAAC"}
|
|
@@ -135,12 +135,14 @@ export declare const Blockchains: import("@stitches/react/types/styled-component
|
|
|
135
135
|
4: string;
|
|
136
136
|
6: string;
|
|
137
137
|
8: string;
|
|
138
|
+
10: string;
|
|
138
139
|
12: string;
|
|
139
140
|
16: string;
|
|
140
141
|
18: string;
|
|
141
142
|
20: string;
|
|
142
143
|
24: string;
|
|
143
144
|
28: string;
|
|
145
|
+
30: string;
|
|
144
146
|
32: string;
|
|
145
147
|
36: string;
|
|
146
148
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAItB,CAAC"}
|
|
@@ -140,12 +140,14 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
140
140
|
4: string;
|
|
141
141
|
6: string;
|
|
142
142
|
8: string;
|
|
143
|
+
10: string;
|
|
143
144
|
12: string;
|
|
144
145
|
16: string;
|
|
145
146
|
18: string;
|
|
146
147
|
20: string;
|
|
147
148
|
24: string;
|
|
148
149
|
28: string;
|
|
150
|
+
30: string;
|
|
149
151
|
32: string;
|
|
150
152
|
36: string;
|
|
151
153
|
40: string;
|
|
@@ -297,12 +299,14 @@ export declare const ListContainer: import("@stitches/react/types/styled-compone
|
|
|
297
299
|
4: string;
|
|
298
300
|
6: string;
|
|
299
301
|
8: string;
|
|
302
|
+
10: string;
|
|
300
303
|
12: string;
|
|
301
304
|
16: string;
|
|
302
305
|
18: string;
|
|
303
306
|
20: string;
|
|
304
307
|
24: string;
|
|
305
308
|
28: string;
|
|
309
|
+
30: string;
|
|
306
310
|
32: string;
|
|
307
311
|
36: string;
|
|
308
312
|
40: string;
|
|
@@ -456,12 +460,14 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
456
460
|
4: string;
|
|
457
461
|
6: string;
|
|
458
462
|
8: string;
|
|
463
|
+
10: string;
|
|
459
464
|
12: string;
|
|
460
465
|
16: string;
|
|
461
466
|
18: string;
|
|
462
467
|
20: string;
|
|
463
468
|
24: string;
|
|
464
469
|
28: string;
|
|
470
|
+
30: string;
|
|
465
471
|
32: string;
|
|
466
472
|
36: string;
|
|
467
473
|
40: string;
|
|
@@ -615,12 +621,14 @@ export declare const ShowMoreWallets: import("@stitches/react/types/styled-compo
|
|
|
615
621
|
4: string;
|
|
616
622
|
6: string;
|
|
617
623
|
8: string;
|
|
624
|
+
10: string;
|
|
618
625
|
12: string;
|
|
619
626
|
16: string;
|
|
620
627
|
18: string;
|
|
621
628
|
20: string;
|
|
622
629
|
24: string;
|
|
623
630
|
28: string;
|
|
631
|
+
30: string;
|
|
624
632
|
32: string;
|
|
625
633
|
36: string;
|
|
626
634
|
40: string;
|
|
@@ -771,12 +779,14 @@ export declare const ShowMoreWallets: import("@stitches/react/types/styled-compo
|
|
|
771
779
|
4: string;
|
|
772
780
|
6: string;
|
|
773
781
|
8: string;
|
|
782
|
+
10: string;
|
|
774
783
|
12: string;
|
|
775
784
|
16: string;
|
|
776
785
|
18: string;
|
|
777
786
|
20: string;
|
|
778
787
|
24: string;
|
|
779
788
|
28: string;
|
|
789
|
+
30: string;
|
|
780
790
|
32: string;
|
|
781
791
|
36: string;
|
|
782
792
|
40: string;
|
|
@@ -928,12 +938,14 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
|
|
|
928
938
|
4: string;
|
|
929
939
|
6: string;
|
|
930
940
|
8: string;
|
|
941
|
+
10: string;
|
|
931
942
|
12: string;
|
|
932
943
|
16: string;
|
|
933
944
|
18: string;
|
|
934
945
|
20: string;
|
|
935
946
|
24: string;
|
|
936
947
|
28: string;
|
|
948
|
+
30: string;
|
|
937
949
|
32: string;
|
|
938
950
|
36: string;
|
|
939
951
|
40: string;
|
|
@@ -1085,12 +1097,14 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
1085
1097
|
4: string;
|
|
1086
1098
|
6: string;
|
|
1087
1099
|
8: string;
|
|
1100
|
+
10: string;
|
|
1088
1101
|
12: string;
|
|
1089
1102
|
16: string;
|
|
1090
1103
|
18: string;
|
|
1091
1104
|
20: string;
|
|
1092
1105
|
24: string;
|
|
1093
1106
|
28: string;
|
|
1107
|
+
30: string;
|
|
1094
1108
|
32: string;
|
|
1095
1109
|
36: string;
|
|
1096
1110
|
40: string;
|
|
@@ -1244,12 +1258,14 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
|
|
|
1244
1258
|
4: string;
|
|
1245
1259
|
6: string;
|
|
1246
1260
|
8: string;
|
|
1261
|
+
10: string;
|
|
1247
1262
|
12: string;
|
|
1248
1263
|
16: string;
|
|
1249
1264
|
18: string;
|
|
1250
1265
|
20: string;
|
|
1251
1266
|
24: string;
|
|
1252
1267
|
28: string;
|
|
1268
|
+
30: string;
|
|
1253
1269
|
32: string;
|
|
1254
1270
|
36: string;
|
|
1255
1271
|
40: string;
|
|
@@ -1401,12 +1417,14 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
|
|
|
1401
1417
|
4: string;
|
|
1402
1418
|
6: string;
|
|
1403
1419
|
8: string;
|
|
1420
|
+
10: string;
|
|
1404
1421
|
12: string;
|
|
1405
1422
|
16: string;
|
|
1406
1423
|
18: string;
|
|
1407
1424
|
20: string;
|
|
1408
1425
|
24: string;
|
|
1409
1426
|
28: string;
|
|
1427
|
+
30: string;
|
|
1410
1428
|
32: string;
|
|
1411
1429
|
36: string;
|
|
1412
1430
|
40: string;
|
|
@@ -1558,12 +1576,14 @@ export declare const walletsListStyles: import("@stitches/react/types/styled-com
|
|
|
1558
1576
|
4: string;
|
|
1559
1577
|
6: string;
|
|
1560
1578
|
8: string;
|
|
1579
|
+
10: string;
|
|
1561
1580
|
12: string;
|
|
1562
1581
|
16: string;
|
|
1563
1582
|
18: string;
|
|
1564
1583
|
20: string;
|
|
1565
1584
|
24: string;
|
|
1566
1585
|
28: string;
|
|
1586
|
+
30: string;
|
|
1567
1587
|
32: string;
|
|
1568
1588
|
36: string;
|
|
1569
1589
|
40: string;
|
|
@@ -1717,12 +1737,14 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
|
|
|
1717
1737
|
4: string;
|
|
1718
1738
|
6: string;
|
|
1719
1739
|
8: string;
|
|
1740
|
+
10: string;
|
|
1720
1741
|
12: string;
|
|
1721
1742
|
16: string;
|
|
1722
1743
|
18: string;
|
|
1723
1744
|
20: string;
|
|
1724
1745
|
24: string;
|
|
1725
1746
|
28: string;
|
|
1747
|
+
30: string;
|
|
1726
1748
|
32: string;
|
|
1727
1749
|
36: string;
|
|
1728
1750
|
40: string;
|
|
@@ -2154,12 +2176,14 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
2154
2176
|
4: string;
|
|
2155
2177
|
6: string;
|
|
2156
2178
|
8: string;
|
|
2179
|
+
10: string;
|
|
2157
2180
|
12: string;
|
|
2158
2181
|
16: string;
|
|
2159
2182
|
18: string;
|
|
2160
2183
|
20: string;
|
|
2161
2184
|
24: string;
|
|
2162
2185
|
28: string;
|
|
2186
|
+
30: string;
|
|
2163
2187
|
32: string;
|
|
2164
2188
|
36: string;
|
|
2165
2189
|
40: string;
|
|
@@ -2311,12 +2335,14 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
|
|
|
2311
2335
|
4: string;
|
|
2312
2336
|
6: string;
|
|
2313
2337
|
8: string;
|
|
2338
|
+
10: string;
|
|
2314
2339
|
12: string;
|
|
2315
2340
|
16: string;
|
|
2316
2341
|
18: string;
|
|
2317
2342
|
20: string;
|
|
2318
2343
|
24: string;
|
|
2319
2344
|
28: string;
|
|
2345
|
+
30: string;
|
|
2320
2346
|
32: string;
|
|
2321
2347
|
36: string;
|
|
2322
2348
|
40: string;
|
|
@@ -2468,12 +2494,14 @@ export declare const alarmsStyles: import("@stitches/react/types/styled-componen
|
|
|
2468
2494
|
4: string;
|
|
2469
2495
|
6: string;
|
|
2470
2496
|
8: string;
|
|
2497
|
+
10: string;
|
|
2471
2498
|
12: string;
|
|
2472
2499
|
16: string;
|
|
2473
2500
|
18: string;
|
|
2474
2501
|
20: string;
|
|
2475
2502
|
24: string;
|
|
2476
2503
|
28: string;
|
|
2504
|
+
30: string;
|
|
2477
2505
|
32: string;
|
|
2478
2506
|
36: string;
|
|
2479
2507
|
40: string;
|
|
@@ -2627,12 +2655,14 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
|
|
|
2627
2655
|
4: string;
|
|
2628
2656
|
6: string;
|
|
2629
2657
|
8: string;
|
|
2658
|
+
10: string;
|
|
2630
2659
|
12: string;
|
|
2631
2660
|
16: string;
|
|
2632
2661
|
18: string;
|
|
2633
2662
|
20: string;
|
|
2634
2663
|
24: string;
|
|
2635
2664
|
28: string;
|
|
2665
|
+
30: string;
|
|
2636
2666
|
32: string;
|
|
2637
2667
|
36: string;
|
|
2638
2668
|
40: string;
|
|
@@ -2784,12 +2814,14 @@ export declare const ConfirmButton: import("@stitches/react/types/styled-compone
|
|
|
2784
2814
|
4: string;
|
|
2785
2815
|
6: string;
|
|
2786
2816
|
8: string;
|
|
2817
|
+
10: string;
|
|
2787
2818
|
12: string;
|
|
2788
2819
|
16: string;
|
|
2789
2820
|
18: string;
|
|
2790
2821
|
20: string;
|
|
2791
2822
|
24: string;
|
|
2792
2823
|
28: string;
|
|
2824
|
+
30: string;
|
|
2793
2825
|
32: string;
|
|
2794
2826
|
36: string;
|
|
2795
2827
|
40: string;
|
|
@@ -2805,12 +2837,13 @@ export declare const ConfirmButton: import("@stitches/react/types/styled-compone
|
|
|
2805
2837
|
transitions: {};
|
|
2806
2838
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2807
2839
|
export declare const StyledTextField: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
2808
|
-
label?:
|
|
2840
|
+
label?: import("react").ReactNode;
|
|
2809
2841
|
prefix?: import("react").ReactNode;
|
|
2810
2842
|
suffix?: import("react").ReactNode;
|
|
2811
2843
|
size?: "small" | "large" | undefined;
|
|
2812
2844
|
variant?: "contained" | "outlined" | "ghost" | undefined;
|
|
2813
2845
|
fullWidth?: boolean | undefined;
|
|
2846
|
+
labelProps?: import("@rango-dev/ui/dist/widget/ui/src/components/Typography/Typography.types").PropTypes | undefined;
|
|
2814
2847
|
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
|
|
2815
2848
|
children?: import("react").ReactNode;
|
|
2816
2849
|
} & import("react").RefAttributes<HTMLInputElement>>, {}, {
|
|
@@ -2950,12 +2983,14 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
2950
2983
|
4: string;
|
|
2951
2984
|
6: string;
|
|
2952
2985
|
8: string;
|
|
2986
|
+
10: string;
|
|
2953
2987
|
12: string;
|
|
2954
2988
|
16: string;
|
|
2955
2989
|
18: string;
|
|
2956
2990
|
20: string;
|
|
2957
2991
|
24: string;
|
|
2958
2992
|
28: string;
|
|
2993
|
+
30: string;
|
|
2959
2994
|
32: string;
|
|
2960
2995
|
36: string;
|
|
2961
2996
|
40: string;
|
|
@@ -3109,12 +3144,14 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
3109
3144
|
4: string;
|
|
3110
3145
|
6: string;
|
|
3111
3146
|
8: string;
|
|
3147
|
+
10: string;
|
|
3112
3148
|
12: string;
|
|
3113
3149
|
16: string;
|
|
3114
3150
|
18: string;
|
|
3115
3151
|
20: string;
|
|
3116
3152
|
24: string;
|
|
3117
3153
|
28: string;
|
|
3154
|
+
30: string;
|
|
3118
3155
|
32: string;
|
|
3119
3156
|
36: string;
|
|
3120
3157
|
40: string;
|
|
@@ -3266,12 +3303,14 @@ export declare const Wallets: import("@stitches/react/types/styled-component").S
|
|
|
3266
3303
|
4: string;
|
|
3267
3304
|
6: string;
|
|
3268
3305
|
8: string;
|
|
3306
|
+
10: string;
|
|
3269
3307
|
12: string;
|
|
3270
3308
|
16: string;
|
|
3271
3309
|
18: string;
|
|
3272
3310
|
20: string;
|
|
3273
3311
|
24: string;
|
|
3274
3312
|
28: string;
|
|
3313
|
+
30: string;
|
|
3275
3314
|
32: string;
|
|
3276
3315
|
36: string;
|
|
3277
3316
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":";;;AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAW3D,eAAO,MAAM,8BAA8B,MAAM,CAAC;AAoBlD,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -135,12 +135,14 @@ export declare const LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
135
135
|
4: string;
|
|
136
136
|
6: string;
|
|
137
137
|
8: string;
|
|
138
|
+
10: string;
|
|
138
139
|
12: string;
|
|
139
140
|
16: string;
|
|
140
141
|
18: string;
|
|
141
142
|
20: string;
|
|
142
143
|
24: string;
|
|
143
144
|
28: string;
|
|
145
|
+
30: string;
|
|
144
146
|
32: string;
|
|
145
147
|
36: string;
|
|
146
148
|
40: string;
|
|
@@ -292,12 +294,14 @@ export declare const Spinner: import("@stitches/react/types/styled-component").S
|
|
|
292
294
|
4: string;
|
|
293
295
|
6: string;
|
|
294
296
|
8: string;
|
|
297
|
+
10: string;
|
|
295
298
|
12: string;
|
|
296
299
|
16: string;
|
|
297
300
|
18: string;
|
|
298
301
|
20: string;
|
|
299
302
|
24: string;
|
|
300
303
|
28: string;
|
|
304
|
+
30: string;
|
|
301
305
|
32: string;
|
|
302
306
|
36: string;
|
|
303
307
|
40: string;
|
|
@@ -449,12 +453,14 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
449
453
|
4: string;
|
|
450
454
|
6: string;
|
|
451
455
|
8: string;
|
|
456
|
+
10: string;
|
|
452
457
|
12: string;
|
|
453
458
|
16: string;
|
|
454
459
|
18: string;
|
|
455
460
|
20: string;
|
|
456
461
|
24: string;
|
|
457
462
|
28: string;
|
|
463
|
+
30: string;
|
|
458
464
|
32: string;
|
|
459
465
|
36: string;
|
|
460
466
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
|
|
@@ -138,12 +138,14 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
138
138
|
4: string;
|
|
139
139
|
6: string;
|
|
140
140
|
8: string;
|
|
141
|
+
10: string;
|
|
141
142
|
12: string;
|
|
142
143
|
16: string;
|
|
143
144
|
18: string;
|
|
144
145
|
20: string;
|
|
145
146
|
24: string;
|
|
146
147
|
28: string;
|
|
148
|
+
30: string;
|
|
147
149
|
32: string;
|
|
148
150
|
36: string;
|
|
149
151
|
40: string;
|
|
@@ -295,12 +297,14 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
295
297
|
4: string;
|
|
296
298
|
6: string;
|
|
297
299
|
8: string;
|
|
300
|
+
10: string;
|
|
298
301
|
12: string;
|
|
299
302
|
16: string;
|
|
300
303
|
18: string;
|
|
301
304
|
20: string;
|
|
302
305
|
24: string;
|
|
303
306
|
28: string;
|
|
307
|
+
30: string;
|
|
304
308
|
32: string;
|
|
305
309
|
36: string;
|
|
306
310
|
40: string;
|
|
@@ -452,12 +456,14 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
452
456
|
4: string;
|
|
453
457
|
6: string;
|
|
454
458
|
8: string;
|
|
459
|
+
10: string;
|
|
455
460
|
12: string;
|
|
456
461
|
16: string;
|
|
457
462
|
18: string;
|
|
458
463
|
20: string;
|
|
459
464
|
24: string;
|
|
460
465
|
28: string;
|
|
466
|
+
30: string;
|
|
461
467
|
32: string;
|
|
462
468
|
36: string;
|
|
463
469
|
40: string;
|
|
@@ -609,12 +615,14 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
|
|
|
609
615
|
4: string;
|
|
610
616
|
6: string;
|
|
611
617
|
8: string;
|
|
618
|
+
10: string;
|
|
612
619
|
12: string;
|
|
613
620
|
16: string;
|
|
614
621
|
18: string;
|
|
615
622
|
20: string;
|
|
616
623
|
24: string;
|
|
617
624
|
28: string;
|
|
625
|
+
30: string;
|
|
618
626
|
32: string;
|
|
619
627
|
36: string;
|
|
620
628
|
40: string;
|
|
@@ -768,12 +776,14 @@ export declare const ProgressIcon: import("@stitches/react/types/styled-componen
|
|
|
768
776
|
4: string;
|
|
769
777
|
6: string;
|
|
770
778
|
8: string;
|
|
779
|
+
10: string;
|
|
771
780
|
12: string;
|
|
772
781
|
16: string;
|
|
773
782
|
18: string;
|
|
774
783
|
20: string;
|
|
775
784
|
24: string;
|
|
776
785
|
28: string;
|
|
786
|
+
30: string;
|
|
777
787
|
32: string;
|
|
778
788
|
36: string;
|
|
779
789
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUvB,CAAC"}
|
|
@@ -137,12 +137,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
137
137
|
4: string;
|
|
138
138
|
6: string;
|
|
139
139
|
8: string;
|
|
140
|
+
10: string;
|
|
140
141
|
12: string;
|
|
141
142
|
16: string;
|
|
142
143
|
18: string;
|
|
143
144
|
20: string;
|
|
144
145
|
24: string;
|
|
145
146
|
28: string;
|
|
147
|
+
30: string;
|
|
146
148
|
32: string;
|
|
147
149
|
36: string;
|
|
148
150
|
40: string;
|
|
@@ -296,12 +298,14 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
296
298
|
4: string;
|
|
297
299
|
6: string;
|
|
298
300
|
8: string;
|
|
301
|
+
10: string;
|
|
299
302
|
12: string;
|
|
300
303
|
16: string;
|
|
301
304
|
18: string;
|
|
302
305
|
20: string;
|
|
303
306
|
24: string;
|
|
304
307
|
28: string;
|
|
308
|
+
30: string;
|
|
305
309
|
32: string;
|
|
306
310
|
36: string;
|
|
307
311
|
40: string;
|
|
@@ -453,12 +457,14 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
453
457
|
4: string;
|
|
454
458
|
6: string;
|
|
455
459
|
8: string;
|
|
460
|
+
10: string;
|
|
456
461
|
12: string;
|
|
457
462
|
16: string;
|
|
458
463
|
18: string;
|
|
459
464
|
20: string;
|
|
460
465
|
24: string;
|
|
461
466
|
28: string;
|
|
467
|
+
30: string;
|
|
462
468
|
32: string;
|
|
463
469
|
36: string;
|
|
464
470
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BpB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQjB,CAAC"}
|
|
@@ -136,12 +136,14 @@ export declare const CustomeListItem: import("@stitches/react/types/styled-compo
|
|
|
136
136
|
4: string;
|
|
137
137
|
6: string;
|
|
138
138
|
8: string;
|
|
139
|
+
10: string;
|
|
139
140
|
12: string;
|
|
140
141
|
16: string;
|
|
141
142
|
18: string;
|
|
142
143
|
20: string;
|
|
143
144
|
24: string;
|
|
144
145
|
28: string;
|
|
146
|
+
30: string;
|
|
145
147
|
32: string;
|
|
146
148
|
36: string;
|
|
147
149
|
40: string;
|
package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingLiquiditySourceList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"LoadingLiquiditySourceList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC"}
|