@rango-dev/widget-embedded 0.20.1-next.11 → 0.20.1-next.13
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.Placeholder.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +338 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.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/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +2 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.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/constants/index.d.ts +1 -0
- package/dist/constants/index.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/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/package.json +3 -3
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +12 -12
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +43 -3
- package/src/components/SwapDetails/SwapDetails.styles.ts +13 -0
- package/src/components/SwapDetails/SwapDetails.tsx +10 -0
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +13 -7
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +2 -0
- package/src/constants/index.ts +1 -0
|
@@ -136,12 +136,14 @@ export declare const tokenNameStyles: 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;
|
|
@@ -293,12 +295,14 @@ export declare const descriptionStyles: import("@stitches/react/types/styled-com
|
|
|
293
295
|
4: string;
|
|
294
296
|
6: string;
|
|
295
297
|
8: string;
|
|
298
|
+
10: string;
|
|
296
299
|
12: string;
|
|
297
300
|
16: string;
|
|
298
301
|
18: string;
|
|
299
302
|
20: string;
|
|
300
303
|
24: string;
|
|
301
304
|
28: string;
|
|
305
|
+
30: string;
|
|
302
306
|
32: string;
|
|
303
307
|
36: string;
|
|
304
308
|
40: string;
|
|
@@ -450,12 +454,14 @@ export declare const tokenTitleStyles: import("@stitches/react/types/styled-comp
|
|
|
450
454
|
4: string;
|
|
451
455
|
6: string;
|
|
452
456
|
8: string;
|
|
457
|
+
10: string;
|
|
453
458
|
12: string;
|
|
454
459
|
16: string;
|
|
455
460
|
18: string;
|
|
456
461
|
20: string;
|
|
457
462
|
24: string;
|
|
458
463
|
28: string;
|
|
464
|
+
30: string;
|
|
459
465
|
32: string;
|
|
460
466
|
36: string;
|
|
461
467
|
40: string;
|
|
@@ -607,12 +613,14 @@ export declare const tokenAddressStyles: import("@stitches/react/types/styled-co
|
|
|
607
613
|
4: string;
|
|
608
614
|
6: string;
|
|
609
615
|
8: string;
|
|
616
|
+
10: string;
|
|
610
617
|
12: string;
|
|
611
618
|
16: string;
|
|
612
619
|
18: string;
|
|
613
620
|
20: string;
|
|
614
621
|
24: string;
|
|
615
622
|
28: string;
|
|
623
|
+
30: string;
|
|
616
624
|
32: string;
|
|
617
625
|
36: string;
|
|
618
626
|
40: string;
|
|
@@ -764,12 +772,14 @@ export declare const tokenWithoutNameStyles: import("@stitches/react/types/style
|
|
|
764
772
|
4: string;
|
|
765
773
|
6: string;
|
|
766
774
|
8: string;
|
|
775
|
+
10: string;
|
|
767
776
|
12: string;
|
|
768
777
|
16: string;
|
|
769
778
|
18: string;
|
|
770
779
|
20: string;
|
|
771
780
|
24: string;
|
|
772
781
|
28: string;
|
|
782
|
+
30: string;
|
|
773
783
|
32: string;
|
|
774
784
|
36: string;
|
|
775
785
|
40: string;
|
|
@@ -921,12 +931,14 @@ export declare const usdValueStyles: import("@stitches/react/types/styled-compon
|
|
|
921
931
|
4: string;
|
|
922
932
|
6: string;
|
|
923
933
|
8: string;
|
|
934
|
+
10: string;
|
|
924
935
|
12: string;
|
|
925
936
|
16: string;
|
|
926
937
|
18: string;
|
|
927
938
|
20: string;
|
|
928
939
|
24: string;
|
|
929
940
|
28: string;
|
|
941
|
+
30: string;
|
|
930
942
|
32: string;
|
|
931
943
|
36: string;
|
|
932
944
|
40: string;
|
|
@@ -1078,12 +1090,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
1078
1090
|
4: string;
|
|
1079
1091
|
6: string;
|
|
1080
1092
|
8: string;
|
|
1093
|
+
10: string;
|
|
1081
1094
|
12: string;
|
|
1082
1095
|
16: string;
|
|
1083
1096
|
18: string;
|
|
1084
1097
|
20: string;
|
|
1085
1098
|
24: string;
|
|
1086
1099
|
28: string;
|
|
1100
|
+
30: string;
|
|
1087
1101
|
32: string;
|
|
1088
1102
|
36: string;
|
|
1089
1103
|
40: string;
|
|
@@ -1235,12 +1249,14 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
1235
1249
|
4: string;
|
|
1236
1250
|
6: string;
|
|
1237
1251
|
8: string;
|
|
1252
|
+
10: string;
|
|
1238
1253
|
12: string;
|
|
1239
1254
|
16: string;
|
|
1240
1255
|
18: string;
|
|
1241
1256
|
20: string;
|
|
1242
1257
|
24: string;
|
|
1243
1258
|
28: string;
|
|
1259
|
+
30: string;
|
|
1244
1260
|
32: string;
|
|
1245
1261
|
36: string;
|
|
1246
1262
|
40: string;
|
|
@@ -1392,12 +1408,14 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
1392
1408
|
4: string;
|
|
1393
1409
|
6: string;
|
|
1394
1410
|
8: string;
|
|
1411
|
+
10: string;
|
|
1395
1412
|
12: string;
|
|
1396
1413
|
16: string;
|
|
1397
1414
|
18: string;
|
|
1398
1415
|
20: string;
|
|
1399
1416
|
24: string;
|
|
1400
1417
|
28: string;
|
|
1418
|
+
30: string;
|
|
1401
1419
|
32: string;
|
|
1402
1420
|
36: string;
|
|
1403
1421
|
40: string;
|
|
@@ -1549,12 +1567,14 @@ export declare const Tag: import("@stitches/react/types/styled-component").Style
|
|
|
1549
1567
|
4: string;
|
|
1550
1568
|
6: string;
|
|
1551
1569
|
8: string;
|
|
1570
|
+
10: string;
|
|
1552
1571
|
12: string;
|
|
1553
1572
|
16: string;
|
|
1554
1573
|
18: string;
|
|
1555
1574
|
20: string;
|
|
1556
1575
|
24: string;
|
|
1557
1576
|
28: string;
|
|
1577
|
+
30: string;
|
|
1558
1578
|
32: string;
|
|
1559
1579
|
36: string;
|
|
1560
1580
|
40: string;
|
|
@@ -1706,12 +1726,14 @@ export declare const TagTitle: import("@stitches/react/types/styled-component").
|
|
|
1706
1726
|
4: string;
|
|
1707
1727
|
6: string;
|
|
1708
1728
|
8: string;
|
|
1729
|
+
10: string;
|
|
1709
1730
|
12: string;
|
|
1710
1731
|
16: string;
|
|
1711
1732
|
18: string;
|
|
1712
1733
|
20: string;
|
|
1713
1734
|
24: string;
|
|
1714
1735
|
28: string;
|
|
1736
|
+
30: string;
|
|
1715
1737
|
32: string;
|
|
1716
1738
|
36: string;
|
|
1717
1739
|
40: string;
|
|
@@ -1863,12 +1885,14 @@ export declare const BalanceContainer: import("@stitches/react/types/styled-comp
|
|
|
1863
1885
|
4: string;
|
|
1864
1886
|
6: string;
|
|
1865
1887
|
8: string;
|
|
1888
|
+
10: string;
|
|
1866
1889
|
12: string;
|
|
1867
1890
|
16: string;
|
|
1868
1891
|
18: string;
|
|
1869
1892
|
20: string;
|
|
1870
1893
|
24: string;
|
|
1871
1894
|
28: string;
|
|
1895
|
+
30: string;
|
|
1872
1896
|
32: string;
|
|
1873
1897
|
36: string;
|
|
1874
1898
|
40: string;
|
|
@@ -2020,12 +2044,14 @@ export declare const End: import("@stitches/react/types/styled-component").Style
|
|
|
2020
2044
|
4: string;
|
|
2021
2045
|
6: string;
|
|
2022
2046
|
8: string;
|
|
2047
|
+
10: string;
|
|
2023
2048
|
12: string;
|
|
2024
2049
|
16: string;
|
|
2025
2050
|
18: string;
|
|
2026
2051
|
20: string;
|
|
2027
2052
|
24: string;
|
|
2028
2053
|
28: string;
|
|
2054
|
+
30: string;
|
|
2029
2055
|
32: string;
|
|
2030
2056
|
36: string;
|
|
2031
2057
|
40: string;
|
|
@@ -2177,12 +2203,14 @@ export declare const Description: import("@stitches/react/types/styled-component
|
|
|
2177
2203
|
4: string;
|
|
2178
2204
|
6: string;
|
|
2179
2205
|
8: string;
|
|
2206
|
+
10: string;
|
|
2180
2207
|
12: string;
|
|
2181
2208
|
16: string;
|
|
2182
2209
|
18: string;
|
|
2183
2210
|
20: string;
|
|
2184
2211
|
24: string;
|
|
2185
2212
|
28: string;
|
|
2213
|
+
30: string;
|
|
2186
2214
|
32: string;
|
|
2187
2215
|
36: string;
|
|
2188
2216
|
40: string;
|
|
@@ -2334,12 +2362,14 @@ export declare const ImageSection: import("@stitches/react/types/styled-componen
|
|
|
2334
2362
|
4: string;
|
|
2335
2363
|
6: string;
|
|
2336
2364
|
8: string;
|
|
2365
|
+
10: string;
|
|
2337
2366
|
12: string;
|
|
2338
2367
|
16: string;
|
|
2339
2368
|
18: string;
|
|
2340
2369
|
20: string;
|
|
2341
2370
|
24: string;
|
|
2342
2371
|
28: string;
|
|
2372
|
+
30: string;
|
|
2343
2373
|
32: string;
|
|
2344
2374
|
36: string;
|
|
2345
2375
|
40: string;
|
|
@@ -2491,12 +2521,14 @@ export declare const Pin: import("@stitches/react/types/styled-component").Style
|
|
|
2491
2521
|
4: string;
|
|
2492
2522
|
6: string;
|
|
2493
2523
|
8: string;
|
|
2524
|
+
10: string;
|
|
2494
2525
|
12: string;
|
|
2495
2526
|
16: string;
|
|
2496
2527
|
18: string;
|
|
2497
2528
|
20: string;
|
|
2498
2529
|
24: string;
|
|
2499
2530
|
28: string;
|
|
2531
|
+
30: string;
|
|
2500
2532
|
32: string;
|
|
2501
2533
|
36: string;
|
|
2502
2534
|
40: string;
|
|
@@ -2648,12 +2680,14 @@ export declare const TokenBalance: import("@stitches/react/types/styled-componen
|
|
|
2648
2680
|
4: string;
|
|
2649
2681
|
6: string;
|
|
2650
2682
|
8: string;
|
|
2683
|
+
10: string;
|
|
2651
2684
|
12: string;
|
|
2652
2685
|
16: string;
|
|
2653
2686
|
18: string;
|
|
2654
2687
|
20: string;
|
|
2655
2688
|
24: string;
|
|
2656
2689
|
28: string;
|
|
2690
|
+
30: string;
|
|
2657
2691
|
32: string;
|
|
2658
2692
|
36: string;
|
|
2659
2693
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,UAAU,EACX,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -135,12 +135,14 @@ export declare const IconContainer: 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 LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
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 Spinner: import("@stitches/react/types/styled-component").S
|
|
|
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;
|
|
@@ -606,12 +612,14 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
606
612
|
4: string;
|
|
607
613
|
6: string;
|
|
608
614
|
8: string;
|
|
615
|
+
10: string;
|
|
609
616
|
12: string;
|
|
610
617
|
16: string;
|
|
611
618
|
18: string;
|
|
612
619
|
20: string;
|
|
613
620
|
24: string;
|
|
614
621
|
28: string;
|
|
622
|
+
30: string;
|
|
615
623
|
32: string;
|
|
616
624
|
36: string;
|
|
617
625
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletModalContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModalContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"WalletModalContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModalContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQxB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const RANGO_PUBLIC_API_KEY = "c6381a79-2817-4602-83bf-6a641a409e32";
|
|
2
2
|
export declare const DEFAULT_BASE_URL = "https://api.rango.exchange";
|
|
3
3
|
export declare const RANGO_SWAP_BOX_ID = "rango-swap-box";
|
|
4
|
+
export declare const SCANNER_BASE_URL = "https://scan.rango.exchange";
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAC3E,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAC3E,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,mBAAmB,CAAC;AAClD,eAAO,MAAM,gBAAgB,gCAAgC,CAAC"}
|
|
@@ -135,12 +135,14 @@ export declare const MainContainer: 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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.styles.d.ts","sourceRoot":"","sources":["../../../src/containers/App/App.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"App.styles.d.ts","sourceRoot":"","sources":["../../../src/containers/App/App.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcxB,CAAC"}
|
|
@@ -135,12 +135,14 @@ export declare const PositionTopAlerts: import("@stitches/react/types/styled-com
|
|
|
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 QuoteContainer: import("@stitches/react/types/styled-compon
|
|
|
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;
|
|
@@ -451,12 +455,14 @@ export declare const SkeletonContainer: import("@stitches/react/types/styled-com
|
|
|
451
455
|
4: string;
|
|
452
456
|
6: string;
|
|
453
457
|
8: string;
|
|
458
|
+
10: string;
|
|
454
459
|
12: string;
|
|
455
460
|
16: string;
|
|
456
461
|
18: string;
|
|
457
462
|
20: string;
|
|
458
463
|
24: string;
|
|
459
464
|
28: string;
|
|
465
|
+
30: string;
|
|
460
466
|
32: string;
|
|
461
467
|
36: string;
|
|
462
468
|
40: string;
|
|
@@ -608,12 +614,14 @@ export declare const FooterStepAlarm: import("@stitches/react/types/styled-compo
|
|
|
608
614
|
4: string;
|
|
609
615
|
6: string;
|
|
610
616
|
8: string;
|
|
617
|
+
10: string;
|
|
611
618
|
12: string;
|
|
612
619
|
16: string;
|
|
613
620
|
18: string;
|
|
614
621
|
20: string;
|
|
615
622
|
24: string;
|
|
616
623
|
28: string;
|
|
624
|
+
30: string;
|
|
617
625
|
32: string;
|
|
618
626
|
36: string;
|
|
619
627
|
40: string;
|
|
@@ -765,12 +773,14 @@ export declare const FooterAlert: import("@stitches/react/types/styled-component
|
|
|
765
773
|
4: string;
|
|
766
774
|
6: string;
|
|
767
775
|
8: string;
|
|
776
|
+
10: string;
|
|
768
777
|
12: string;
|
|
769
778
|
16: string;
|
|
770
779
|
18: string;
|
|
771
780
|
20: string;
|
|
772
781
|
24: string;
|
|
773
782
|
28: string;
|
|
783
|
+
30: string;
|
|
774
784
|
32: string;
|
|
775
785
|
36: string;
|
|
776
786
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteInfo.styles.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"QuoteInfo.styles.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE5B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKzB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ5B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC"}
|