@rango-dev/widget-embedded 0.20.1-next.2 → 0.20.1-next.21

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.
Files changed (227) hide show
  1. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +169 -1
  2. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  3. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +4 -0
  4. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  5. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +514 -1088
  6. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  7. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
  8. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +12 -0
  9. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  10. package/dist/components/CustomCollapsible/CustomCollapsible.d.ts +5 -0
  11. package/dist/components/CustomCollapsible/CustomCollapsible.d.ts.map +1 -0
  12. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +654 -0
  13. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -0
  14. package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts +10 -0
  15. package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts.map +1 -0
  16. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +179 -0
  17. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  18. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +0 -2
  19. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -1
  20. package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
  21. package/dist/components/HeaderButtons/RefreshButton.d.ts +6 -0
  22. package/dist/components/HeaderButtons/RefreshButton.d.ts.map +1 -0
  23. package/dist/components/Layout/Layout.d.ts +2 -3
  24. package/dist/components/Layout/Layout.d.ts.map +1 -1
  25. package/dist/components/Layout/Layout.helpers.d.ts +2 -0
  26. package/dist/components/Layout/Layout.helpers.d.ts.map +1 -0
  27. package/dist/components/Layout/Layout.styles.d.ts +14 -4
  28. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  29. package/dist/components/Layout/Layout.types.d.ts +6 -3
  30. package/dist/components/Layout/Layout.types.d.ts.map +1 -1
  31. package/dist/components/Layout/PageContainer.d.ts +166 -0
  32. package/dist/components/Layout/PageContainer.d.ts.map +1 -0
  33. package/dist/components/Layout/ScrollableArea.d.ts +164 -0
  34. package/dist/components/Layout/ScrollableArea.d.ts.map +1 -0
  35. package/dist/components/Layout/index.d.ts +2 -0
  36. package/dist/components/Layout/index.d.ts.map +1 -1
  37. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +4 -0
  38. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  39. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +56 -0
  40. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  41. package/dist/components/NoResult/NoResult.styles.d.ts +12 -0
  42. package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
  43. package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
  44. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +16 -0
  45. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
  46. package/dist/components/Quote/Quote.d.ts.map +1 -1
  47. package/dist/components/Quote/Quote.styles.d.ts +386 -2
  48. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  49. package/dist/components/Quote/Quote.types.d.ts +19 -0
  50. package/dist/components/Quote/Quote.types.d.ts.map +1 -1
  51. package/dist/components/Quote/QuoteCostDetails.d.ts +4 -0
  52. package/dist/components/Quote/QuoteCostDetails.d.ts.map +1 -0
  53. package/dist/components/Quote/QuoteCostDetails.styles.d.ts +806 -0
  54. package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -0
  55. package/dist/components/Quote/QuoteSummary.d.ts.map +1 -1
  56. package/dist/components/Quote/QuoteSummary.styles.d.ts +8 -0
  57. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  58. package/dist/components/Quote/QuoteTrigger .d.ts +4 -0
  59. package/dist/components/Quote/QuoteTrigger .d.ts.map +1 -0
  60. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +16 -0
  61. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
  62. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +40 -0
  63. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
  64. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +20 -0
  65. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
  66. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +16 -0
  67. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  68. package/dist/components/SearchInput/SearchInput.styles.d.ts +4 -0
  69. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  70. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +11 -156
  71. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  72. package/dist/components/SettingsContainer/index.d.ts +1 -1
  73. package/dist/components/SettingsContainer/index.d.ts.map +1 -1
  74. package/dist/components/Slippage/Slippage.styles.d.ts +20 -0
  75. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  76. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
  77. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  78. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
  79. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
  80. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +523 -1
  81. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  82. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts.map +1 -1
  83. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +4 -0
  84. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  85. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +2 -1
  86. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -1
  87. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +4 -0
  88. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  89. package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
  90. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +20 -0
  91. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  92. package/dist/components/TokenList/TokenList.styles.d.ts +68 -0
  93. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  94. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +16 -0
  95. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
  96. package/dist/components/WidgetEvents.d.ts.map +1 -1
  97. package/dist/constants/index.d.ts +1 -0
  98. package/dist/constants/index.d.ts.map +1 -1
  99. package/dist/constants/quote.d.ts +12 -0
  100. package/dist/constants/quote.d.ts.map +1 -0
  101. package/dist/containers/App/App.d.ts.map +1 -1
  102. package/dist/containers/App/App.styles.d.ts +4 -0
  103. package/dist/containers/App/App.styles.d.ts.map +1 -1
  104. package/dist/containers/QuoteInfo/QuoteInfo.d.ts +1 -1
  105. package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
  106. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -314
  107. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  108. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +0 -7
  109. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
  110. package/dist/containers/Wallets/Wallets.d.ts.map +1 -1
  111. package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -1
  112. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +5 -0
  113. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -1
  114. package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -1
  115. package/dist/hooks/useLanguage.d.ts +2 -1
  116. package/dist/hooks/useLanguage.d.ts.map +1 -1
  117. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
  118. package/dist/hooks/useSwapInput.d.ts.map +1 -1
  119. package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
  120. package/dist/index.d.ts +6 -6
  121. package/dist/index.d.ts.map +1 -1
  122. package/dist/index.js +2 -1
  123. package/dist/index.js.map +4 -4
  124. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
  125. package/dist/pages/HistoryPage.d.ts.map +1 -1
  126. package/dist/pages/Home.d.ts.map +1 -1
  127. package/dist/pages/LanguagePage.d.ts.map +1 -1
  128. package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
  129. package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
  130. package/dist/pages/SettingsPage.d.ts.map +1 -1
  131. package/dist/pages/ThemePage.d.ts.map +1 -1
  132. package/dist/pages/WalletsPage.d.ts.map +1 -1
  133. package/dist/store/AppStore.d.ts +2 -2
  134. package/dist/store/app.d.ts +2 -2
  135. package/dist/store/slices/data.d.ts.map +1 -1
  136. package/dist/store/slices/settings.d.ts +2 -2
  137. package/dist/store/slices/settings.d.ts.map +1 -1
  138. package/dist/types/config.d.ts +16 -3
  139. package/dist/types/config.d.ts.map +1 -1
  140. package/dist/types/notification.d.ts +1 -2
  141. package/dist/types/notification.d.ts.map +1 -1
  142. package/dist/utils/configs.d.ts +8 -0
  143. package/dist/utils/configs.d.ts.map +1 -1
  144. package/dist/utils/date.d.ts.map +1 -1
  145. package/dist/utils/quote.d.ts +5 -1
  146. package/dist/utils/quote.d.ts.map +1 -1
  147. package/dist/utils/settings.d.ts +1 -1
  148. package/dist/utils/swap.d.ts +5 -1
  149. package/dist/utils/swap.d.ts.map +1 -1
  150. package/dist/utils/ui.d.ts +2 -0
  151. package/dist/utils/ui.d.ts.map +1 -1
  152. package/package.json +6 -6
  153. package/src/components/BlockchainList/BlockchainList.styles.ts +4 -3
  154. package/src/components/BlockchainList/BlockchainList.tsx +1 -1
  155. package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +27 -96
  156. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +25 -40
  157. package/src/components/CustomCollapsible/CustomCollapsible.styles.ts +75 -0
  158. package/src/components/CustomCollapsible/CustomCollapsible.tsx +55 -0
  159. package/src/components/CustomCollapsible/CustomCollapsible.types.ts +10 -0
  160. package/src/components/HeaderButtons/HeaderButtons.styles.ts +16 -1
  161. package/src/components/HeaderButtons/HeaderButtons.types.ts +0 -2
  162. package/src/components/HeaderButtons/HomeButtons.tsx +19 -33
  163. package/src/components/HeaderButtons/RefreshButton.tsx +81 -0
  164. package/src/components/Layout/Layout.helpers.ts +16 -0
  165. package/src/components/Layout/Layout.styles.ts +17 -31
  166. package/src/components/Layout/Layout.tsx +23 -21
  167. package/src/components/Layout/Layout.types.ts +9 -8
  168. package/src/components/Layout/PageContainer.tsx +24 -0
  169. package/src/components/Layout/ScrollableArea.tsx +11 -0
  170. package/src/components/Layout/index.ts +2 -0
  171. package/src/components/NotificationContent/NotificationContent.tsx +10 -1
  172. package/src/components/Quote/Quote.styles.ts +44 -5
  173. package/src/components/Quote/Quote.tsx +10 -77
  174. package/src/components/Quote/Quote.types.ts +22 -0
  175. package/src/components/Quote/QuoteCostDetails.styles.ts +50 -0
  176. package/src/components/Quote/QuoteCostDetails.tsx +218 -0
  177. package/src/components/Quote/QuoteSummary.tsx +3 -2
  178. package/src/components/Quote/QuoteTrigger .tsx +215 -0
  179. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +0 -1
  180. package/src/components/SettingsContainer/SettingsContainer.style.ts +0 -5
  181. package/src/components/SettingsContainer/index.ts +0 -1
  182. package/src/components/Slippage/Slippage.tsx +5 -5
  183. package/src/components/Slippage/SlippageTooltipContent.tsx +1 -1
  184. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +12 -13
  185. package/src/components/SwapDetails/SwapDetails.helpers.tsx +43 -3
  186. package/src/components/SwapDetails/SwapDetails.styles.ts +18 -6
  187. package/src/components/SwapDetails/SwapDetails.tsx +13 -5
  188. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +13 -7
  189. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +2 -0
  190. package/src/components/SwapsGroup/SwapsGroup.tsx +18 -7
  191. package/src/components/TokenList/TokenList.styles.ts +2 -0
  192. package/src/components/TokenList/TokenList.tsx +1 -1
  193. package/src/components/WidgetEvents.tsx +2 -14
  194. package/src/constants/index.ts +1 -0
  195. package/src/constants/quote.ts +23 -0
  196. package/src/containers/App/App.styles.ts +2 -0
  197. package/src/containers/App/App.tsx +1 -4
  198. package/src/containers/QuoteInfo/QuoteInfo.styles.ts +0 -15
  199. package/src/containers/QuoteInfo/QuoteInfo.tsx +30 -77
  200. package/src/containers/QuoteInfo/QuoteInfo.types.ts +0 -7
  201. package/src/containers/Wallets/Wallets.tsx +11 -2
  202. package/src/containers/WidgetInfo/WidgetInfo.tsx +8 -0
  203. package/src/containers/WidgetInfo/WidgetInfo.types.ts +5 -0
  204. package/src/containers/WidgetProvider/WidgetProvider.tsx +2 -1
  205. package/src/hooks/useLanguage.ts +6 -4
  206. package/src/hooks/useSwapInput.ts +6 -2
  207. package/src/hooks/useSyncStoresWithConfig.ts +17 -34
  208. package/src/index.ts +4 -2
  209. package/src/pages/ConfirmSwapPage.tsx +59 -50
  210. package/src/pages/HistoryPage.tsx +4 -11
  211. package/src/pages/Home.tsx +40 -38
  212. package/src/pages/LanguagePage.tsx +3 -4
  213. package/src/pages/LiquiditySourcePage.tsx +8 -6
  214. package/src/pages/SelectBlockchainPage.tsx +41 -41
  215. package/src/pages/SelectSwapItemsPage.tsx +45 -39
  216. package/src/pages/SettingsPage.tsx +3 -4
  217. package/src/pages/ThemePage.tsx +3 -4
  218. package/src/pages/WalletsPage.tsx +12 -13
  219. package/src/store/slices/data.ts +5 -7
  220. package/src/store/slices/settings.ts +3 -3
  221. package/src/types/config.ts +16 -3
  222. package/src/types/notification.ts +0 -7
  223. package/src/utils/configs.ts +41 -0
  224. package/src/utils/date.ts +5 -4
  225. package/src/utils/quote.ts +18 -1
  226. package/src/utils/swap.ts +35 -0
  227. package/src/utils/ui.ts +20 -0
@@ -5,10 +5,12 @@ export declare const EXPANDABLE_QUOTE_TRANSITION_DURATION = 300;
5
5
  export declare const QuoteContainer: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>, {
6
6
  recommended?: boolean | "true" | "false" | undefined;
7
7
  }, {
8
+ xs: string;
8
9
  sm: string;
9
10
  md: string;
10
11
  lg: string;
11
12
  }, import("@stitches/react/types/css-util").CSS<{
13
+ xs: string;
12
14
  sm: string;
13
15
  md: string;
14
16
  lg: string;
@@ -141,12 +143,14 @@ export declare const QuoteContainer: import("@stitches/react/types/styled-compon
141
143
  4: string;
142
144
  6: string;
143
145
  8: string;
146
+ 10: string;
144
147
  12: string;
145
148
  16: string;
146
149
  18: string;
147
150
  20: string;
148
151
  24: string;
149
152
  28: string;
153
+ 30: string;
150
154
  32: string;
151
155
  36: string;
152
156
  40: string;
@@ -162,10 +166,12 @@ export declare const QuoteContainer: import("@stitches/react/types/styled-compon
162
166
  transitions: {};
163
167
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
164
168
  export declare const stepsDetailsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
169
+ xs: string;
165
170
  sm: string;
166
171
  md: string;
167
172
  lg: string;
168
173
  }, import("@stitches/react/types/css-util").CSS<{
174
+ xs: string;
169
175
  sm: string;
170
176
  md: string;
171
177
  lg: string;
@@ -298,12 +304,14 @@ export declare const stepsDetailsStyles: import("@stitches/react/types/styled-co
298
304
  4: string;
299
305
  6: string;
300
306
  8: string;
307
+ 10: string;
301
308
  12: string;
302
309
  16: string;
303
310
  18: string;
304
311
  20: string;
305
312
  24: string;
306
313
  28: string;
314
+ 30: string;
307
315
  32: string;
308
316
  36: string;
309
317
  40: string;
@@ -323,10 +331,12 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
323
331
  basic?: boolean | "true" | undefined;
324
332
  listItem?: boolean | "true" | "false" | undefined;
325
333
  }, {
334
+ xs: string;
326
335
  sm: string;
327
336
  md: string;
328
337
  lg: string;
329
338
  }, import("@stitches/react/types/css-util").CSS<{
339
+ xs: string;
330
340
  sm: string;
331
341
  md: string;
332
342
  lg: string;
@@ -459,12 +469,14 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
459
469
  4: string;
460
470
  6: string;
461
471
  8: string;
472
+ 10: string;
462
473
  12: string;
463
474
  16: string;
464
475
  18: string;
465
476
  20: string;
466
477
  24: string;
467
478
  28: string;
479
+ 30: string;
468
480
  32: string;
469
481
  36: string;
470
482
  40: string;
@@ -480,10 +492,173 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
480
492
  transitions: {};
481
493
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
482
494
  export declare const summaryStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
495
+ xs: string;
496
+ sm: string;
497
+ md: string;
498
+ lg: string;
499
+ }, import("@stitches/react/types/css-util").CSS<{
500
+ xs: string;
501
+ sm: string;
502
+ md: string;
503
+ lg: string;
504
+ }, {
505
+ colors: {
506
+ primary: string;
507
+ primary500: string;
508
+ primary600: string;
509
+ secondary: string;
510
+ secondary100: string;
511
+ secondary200: string;
512
+ secondary300: string;
513
+ secondary400: string;
514
+ secondary500: string;
515
+ secondary600: string;
516
+ secondary700: string;
517
+ secondary800: string;
518
+ secondary900: string;
519
+ neutral: string;
520
+ neutral100: string;
521
+ neutral200: string;
522
+ neutral300: string;
523
+ neutral400: string;
524
+ neutral500: string;
525
+ neutral600: string;
526
+ neutral700: string;
527
+ neutral800: string;
528
+ neutral900: string;
529
+ error100: string;
530
+ error300: string;
531
+ error500: string;
532
+ error600: string;
533
+ error700: string;
534
+ warning100: string;
535
+ warning300: string;
536
+ warning500: string;
537
+ warning600: string;
538
+ warning700: string;
539
+ info: string;
540
+ info100: string;
541
+ info300: string;
542
+ info500: string;
543
+ info600: string;
544
+ info700: string;
545
+ success100: string;
546
+ success300: string;
547
+ success500: string;
548
+ success600: string;
549
+ success700: string;
550
+ background: string;
551
+ foreground: string;
552
+ };
553
+ space: {
554
+ 0: string;
555
+ 5: string;
556
+ 10: string;
557
+ 15: string;
558
+ 20: string;
559
+ 25: string;
560
+ 30: string;
561
+ 40: string;
562
+ 46: string;
563
+ 50: string;
564
+ 60: string;
565
+ 70: string;
566
+ 80: string;
567
+ 90: string;
568
+ 100: string;
569
+ 2: string;
570
+ 4: string;
571
+ 6: string;
572
+ 8: string;
573
+ 12: string;
574
+ 16: string;
575
+ 24: string;
576
+ 28: string;
577
+ 32: string;
578
+ };
579
+ radii: {
580
+ xs: string;
581
+ sm: string;
582
+ xm: string;
583
+ md: string;
584
+ xl: string;
585
+ lg: string;
586
+ primary: string;
587
+ secondary: string;
588
+ };
589
+ fontSizes: {
590
+ 10: string;
591
+ 12: string;
592
+ 14: string;
593
+ 16: string;
594
+ 18: string;
595
+ 20: string;
596
+ 22: string;
597
+ 24: string;
598
+ 28: string;
599
+ 32: string;
600
+ 36: string;
601
+ 40: string;
602
+ 48: string;
603
+ };
604
+ fonts: {
605
+ primary: string;
606
+ widget: string;
607
+ };
608
+ fontWeights: {
609
+ regular: number;
610
+ medium: number;
611
+ semiBold: number;
612
+ bold: number;
613
+ };
614
+ lineHeights: {
615
+ 12: string;
616
+ 16: string;
617
+ 20: string;
618
+ 24: string;
619
+ 26: string;
620
+ 28: string;
621
+ 30: string;
622
+ 36: string;
623
+ 40: string;
624
+ 44: string;
625
+ 52: string;
626
+ 64: string;
627
+ };
628
+ letterSpacings: {};
629
+ sizes: {
630
+ 4: string;
631
+ 6: string;
632
+ 8: string;
633
+ 10: string;
634
+ 12: string;
635
+ 16: string;
636
+ 18: string;
637
+ 20: string;
638
+ 24: string;
639
+ 28: string;
640
+ 30: string;
641
+ 32: string;
642
+ 36: string;
643
+ 40: string;
644
+ 45: string;
645
+ 48: string;
646
+ };
647
+ borderWidths: {};
648
+ borderStyles: {};
649
+ shadows: {
650
+ s: string;
651
+ };
652
+ zIndices: {};
653
+ transitions: {};
654
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
655
+ export declare const rowStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
656
+ xs: string;
483
657
  sm: string;
484
658
  md: string;
485
659
  lg: string;
486
660
  }, import("@stitches/react/types/css-util").CSS<{
661
+ xs: string;
487
662
  sm: string;
488
663
  md: string;
489
664
  lg: string;
@@ -616,12 +791,14 @@ export declare const summaryStyles: import("@stitches/react/types/styled-compone
616
791
  4: string;
617
792
  6: string;
618
793
  8: string;
794
+ 10: string;
619
795
  12: string;
620
796
  16: string;
621
797
  18: string;
622
798
  20: string;
623
799
  24: string;
624
800
  28: string;
801
+ 30: string;
625
802
  32: string;
626
803
  36: string;
627
804
  40: string;
@@ -637,10 +814,12 @@ export declare const summaryStyles: import("@stitches/react/types/styled-compone
637
814
  transitions: {};
638
815
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
639
816
  export declare const basicInfoStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
817
+ xs: string;
640
818
  sm: string;
641
819
  md: string;
642
820
  lg: string;
643
821
  }, import("@stitches/react/types/css-util").CSS<{
822
+ xs: string;
644
823
  sm: string;
645
824
  md: string;
646
825
  lg: string;
@@ -773,12 +952,14 @@ export declare const basicInfoStyles: import("@stitches/react/types/styled-compo
773
952
  4: string;
774
953
  6: string;
775
954
  8: string;
955
+ 10: string;
776
956
  12: string;
777
957
  16: string;
778
958
  18: string;
779
959
  20: string;
780
960
  24: string;
781
961
  28: string;
962
+ 30: string;
782
963
  32: string;
783
964
  36: string;
784
965
  40: string;
@@ -793,14 +974,16 @@ export declare const basicInfoStyles: import("@stitches/react/types/styled-compo
793
974
  zIndices: {};
794
975
  transitions: {};
795
976
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
796
- export declare const Chains: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {
977
+ export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {
797
978
  error?: boolean | "true" | "false" | undefined;
798
979
  recommended?: boolean | "true" | "false" | undefined;
799
980
  }, {
981
+ xs: string;
800
982
  sm: string;
801
983
  md: string;
802
984
  lg: string;
803
985
  }, import("@stitches/react/types/css-util").CSS<{
986
+ xs: string;
804
987
  sm: string;
805
988
  md: string;
806
989
  lg: string;
@@ -933,12 +1116,14 @@ export declare const Chains: import("@stitches/react/types/styled-component").St
933
1116
  4: string;
934
1117
  6: string;
935
1118
  8: string;
1119
+ 10: string;
936
1120
  12: string;
937
1121
  16: string;
938
1122
  18: string;
939
1123
  20: string;
940
1124
  24: string;
941
1125
  28: string;
1126
+ 30: string;
942
1127
  32: string;
943
1128
  36: string;
944
1129
  40: string;
@@ -953,13 +1138,15 @@ export declare const Chains: import("@stitches/react/types/styled-component").St
953
1138
  zIndices: {};
954
1139
  transitions: {};
955
1140
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
956
- export declare const ChainImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1141
+ export declare const ImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
957
1142
  state?: "warning" | "error" | undefined;
958
1143
  }, {
1144
+ xs: string;
959
1145
  sm: string;
960
1146
  md: string;
961
1147
  lg: string;
962
1148
  }, import("@stitches/react/types/css-util").CSS<{
1149
+ xs: string;
963
1150
  sm: string;
964
1151
  md: string;
965
1152
  lg: string;
@@ -1092,12 +1279,14 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
1092
1279
  4: string;
1093
1280
  6: string;
1094
1281
  8: string;
1282
+ 10: string;
1095
1283
  12: string;
1096
1284
  16: string;
1097
1285
  18: string;
1098
1286
  20: string;
1099
1287
  24: string;
1100
1288
  28: string;
1289
+ 30: string;
1101
1290
  32: string;
1102
1291
  36: string;
1103
1292
  40: string;
@@ -1115,10 +1304,12 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
1115
1304
  export declare const Content: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>, {
1116
1305
  open?: boolean | "true" | "false" | undefined;
1117
1306
  }, {
1307
+ xs: string;
1118
1308
  sm: string;
1119
1309
  md: string;
1120
1310
  lg: string;
1121
1311
  }, import("@stitches/react/types/css-util").CSS<{
1312
+ xs: string;
1122
1313
  sm: string;
1123
1314
  md: string;
1124
1315
  lg: string;
@@ -1251,12 +1442,14 @@ export declare const Content: import("@stitches/react/types/styled-component").S
1251
1442
  4: string;
1252
1443
  6: string;
1253
1444
  8: string;
1445
+ 10: string;
1254
1446
  12: string;
1255
1447
  16: string;
1256
1448
  18: string;
1257
1449
  20: string;
1258
1450
  24: string;
1259
1451
  28: string;
1452
+ 30: string;
1260
1453
  32: string;
1261
1454
  36: string;
1262
1455
  40: string;
@@ -1271,10 +1464,12 @@ export declare const Content: import("@stitches/react/types/styled-component").S
1271
1464
  zIndices: {};
1272
1465
  transitions: {};
1273
1466
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
1467
+ xs: string;
1274
1468
  sm: string;
1275
1469
  md: string;
1276
1470
  lg: string;
1277
1471
  }, import("@stitches/react/types/css-util").CSS<{
1472
+ xs: string;
1278
1473
  sm: string;
1279
1474
  md: string;
1280
1475
  lg: string;
@@ -1407,12 +1602,14 @@ export declare const Content: import("@stitches/react/types/styled-component").S
1407
1602
  4: string;
1408
1603
  6: string;
1409
1604
  8: string;
1605
+ 10: string;
1410
1606
  12: string;
1411
1607
  16: string;
1412
1608
  18: string;
1413
1609
  20: string;
1414
1610
  24: string;
1415
1611
  28: string;
1612
+ 30: string;
1416
1613
  32: string;
1417
1614
  36: string;
1418
1615
  40: string;
@@ -1430,10 +1627,12 @@ export declare const Content: import("@stitches/react/types/styled-component").S
1430
1627
  export declare const IconContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1431
1628
  orientation?: "down" | "up" | undefined;
1432
1629
  }, {
1630
+ xs: string;
1433
1631
  sm: string;
1434
1632
  md: string;
1435
1633
  lg: string;
1436
1634
  }, import("@stitches/react/types/css-util").CSS<{
1635
+ xs: string;
1437
1636
  sm: string;
1438
1637
  md: string;
1439
1638
  lg: string;
@@ -1566,12 +1765,14 @@ export declare const IconContainer: import("@stitches/react/types/styled-compone
1566
1765
  4: string;
1567
1766
  6: string;
1568
1767
  8: string;
1768
+ 10: string;
1569
1769
  12: string;
1570
1770
  16: string;
1571
1771
  18: string;
1572
1772
  20: string;
1573
1773
  24: string;
1574
1774
  28: string;
1775
+ 30: string;
1575
1776
  32: string;
1576
1777
  36: string;
1577
1778
  40: string;
@@ -1587,10 +1788,12 @@ export declare const IconContainer: import("@stitches/react/types/styled-compone
1587
1788
  transitions: {};
1588
1789
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1589
1790
  export declare const Separator: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1791
+ xs: string;
1590
1792
  sm: string;
1591
1793
  md: string;
1592
1794
  lg: string;
1593
1795
  }, import("@stitches/react/types/css-util").CSS<{
1796
+ xs: string;
1594
1797
  sm: string;
1595
1798
  md: string;
1596
1799
  lg: string;
@@ -1723,12 +1926,14 @@ export declare const Separator: import("@stitches/react/types/styled-component")
1723
1926
  4: string;
1724
1927
  6: string;
1725
1928
  8: string;
1929
+ 10: string;
1726
1930
  12: string;
1727
1931
  16: string;
1728
1932
  18: string;
1729
1933
  20: string;
1730
1934
  24: string;
1731
1935
  28: string;
1936
+ 30: string;
1732
1937
  32: string;
1733
1938
  36: string;
1734
1939
  40: string;
@@ -1744,10 +1949,12 @@ export declare const Separator: import("@stitches/react/types/styled-component")
1744
1949
  transitions: {};
1745
1950
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1746
1951
  export declare const HorizontalSeparator: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1952
+ xs: string;
1747
1953
  sm: string;
1748
1954
  md: string;
1749
1955
  lg: string;
1750
1956
  }, import("@stitches/react/types/css-util").CSS<{
1957
+ xs: string;
1751
1958
  sm: string;
1752
1959
  md: string;
1753
1960
  lg: string;
@@ -1880,12 +2087,14 @@ export declare const HorizontalSeparator: import("@stitches/react/types/styled-c
1880
2087
  4: string;
1881
2088
  6: string;
1882
2089
  8: string;
2090
+ 10: string;
1883
2091
  12: string;
1884
2092
  16: string;
1885
2093
  18: string;
1886
2094
  20: string;
1887
2095
  24: string;
1888
2096
  28: string;
2097
+ 30: string;
1889
2098
  32: string;
1890
2099
  36: string;
1891
2100
  40: string;
@@ -1901,10 +2110,12 @@ export declare const HorizontalSeparator: import("@stitches/react/types/styled-c
1901
2110
  transitions: {};
1902
2111
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1903
2112
  export declare const FrameIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2113
+ xs: string;
1904
2114
  sm: string;
1905
2115
  md: string;
1906
2116
  lg: string;
1907
2117
  }, import("@stitches/react/types/css-util").CSS<{
2118
+ xs: string;
1908
2119
  sm: string;
1909
2120
  md: string;
1910
2121
  lg: string;
@@ -2037,12 +2248,14 @@ export declare const FrameIcon: import("@stitches/react/types/styled-component")
2037
2248
  4: string;
2038
2249
  6: string;
2039
2250
  8: string;
2251
+ 10: string;
2040
2252
  12: string;
2041
2253
  16: string;
2042
2254
  18: string;
2043
2255
  20: string;
2044
2256
  24: string;
2045
2257
  28: string;
2258
+ 30: string;
2046
2259
  32: string;
2047
2260
  36: string;
2048
2261
  40: string;
@@ -2058,10 +2271,12 @@ export declare const FrameIcon: import("@stitches/react/types/styled-component")
2058
2271
  transitions: {};
2059
2272
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2060
2273
  export declare const BasicInfoOutput: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
2274
+ xs: string;
2061
2275
  sm: string;
2062
2276
  md: string;
2063
2277
  lg: string;
2064
2278
  }, import("@stitches/react/types/css-util").CSS<{
2279
+ xs: string;
2065
2280
  sm: string;
2066
2281
  md: string;
2067
2282
  lg: string;
@@ -2194,12 +2409,14 @@ export declare const BasicInfoOutput: import("@stitches/react/types/styled-compo
2194
2409
  4: string;
2195
2410
  6: string;
2196
2411
  8: string;
2412
+ 10: string;
2197
2413
  12: string;
2198
2414
  16: string;
2199
2415
  18: string;
2200
2416
  20: string;
2201
2417
  24: string;
2202
2418
  28: string;
2419
+ 30: string;
2203
2420
  32: string;
2204
2421
  36: string;
2205
2422
  40: string;
@@ -2215,10 +2432,175 @@ export declare const BasicInfoOutput: import("@stitches/react/types/styled-compo
2215
2432
  transitions: {};
2216
2433
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2217
2434
  export declare const ContainerInfoOutput: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2435
+ xs: string;
2436
+ sm: string;
2437
+ md: string;
2438
+ lg: string;
2439
+ }, import("@stitches/react/types/css-util").CSS<{
2440
+ xs: string;
2441
+ sm: string;
2442
+ md: string;
2443
+ lg: string;
2444
+ }, {
2445
+ colors: {
2446
+ primary: string;
2447
+ primary500: string;
2448
+ primary600: string;
2449
+ secondary: string;
2450
+ secondary100: string;
2451
+ secondary200: string;
2452
+ secondary300: string;
2453
+ secondary400: string;
2454
+ secondary500: string;
2455
+ secondary600: string;
2456
+ secondary700: string;
2457
+ secondary800: string;
2458
+ secondary900: string;
2459
+ neutral: string;
2460
+ neutral100: string;
2461
+ neutral200: string;
2462
+ neutral300: string;
2463
+ neutral400: string;
2464
+ neutral500: string;
2465
+ neutral600: string;
2466
+ neutral700: string;
2467
+ neutral800: string;
2468
+ neutral900: string;
2469
+ error100: string;
2470
+ error300: string;
2471
+ error500: string;
2472
+ error600: string;
2473
+ error700: string;
2474
+ warning100: string;
2475
+ warning300: string;
2476
+ warning500: string;
2477
+ warning600: string;
2478
+ warning700: string;
2479
+ info: string;
2480
+ info100: string;
2481
+ info300: string;
2482
+ info500: string;
2483
+ info600: string;
2484
+ info700: string;
2485
+ success100: string;
2486
+ success300: string;
2487
+ success500: string;
2488
+ success600: string;
2489
+ success700: string;
2490
+ background: string;
2491
+ foreground: string;
2492
+ };
2493
+ space: {
2494
+ 0: string;
2495
+ 5: string;
2496
+ 10: string;
2497
+ 15: string;
2498
+ 20: string;
2499
+ 25: string;
2500
+ 30: string;
2501
+ 40: string;
2502
+ 46: string;
2503
+ 50: string;
2504
+ 60: string;
2505
+ 70: string;
2506
+ 80: string;
2507
+ 90: string;
2508
+ 100: string;
2509
+ 2: string;
2510
+ 4: string;
2511
+ 6: string;
2512
+ 8: string;
2513
+ 12: string;
2514
+ 16: string;
2515
+ 24: string;
2516
+ 28: string;
2517
+ 32: string;
2518
+ };
2519
+ radii: {
2520
+ xs: string;
2521
+ sm: string;
2522
+ xm: string;
2523
+ md: string;
2524
+ xl: string;
2525
+ lg: string;
2526
+ primary: string;
2527
+ secondary: string;
2528
+ };
2529
+ fontSizes: {
2530
+ 10: string;
2531
+ 12: string;
2532
+ 14: string;
2533
+ 16: string;
2534
+ 18: string;
2535
+ 20: string;
2536
+ 22: string;
2537
+ 24: string;
2538
+ 28: string;
2539
+ 32: string;
2540
+ 36: string;
2541
+ 40: string;
2542
+ 48: string;
2543
+ };
2544
+ fonts: {
2545
+ primary: string;
2546
+ widget: string;
2547
+ };
2548
+ fontWeights: {
2549
+ regular: number;
2550
+ medium: number;
2551
+ semiBold: number;
2552
+ bold: number;
2553
+ };
2554
+ lineHeights: {
2555
+ 12: string;
2556
+ 16: string;
2557
+ 20: string;
2558
+ 24: string;
2559
+ 26: string;
2560
+ 28: string;
2561
+ 30: string;
2562
+ 36: string;
2563
+ 40: string;
2564
+ 44: string;
2565
+ 52: string;
2566
+ 64: string;
2567
+ };
2568
+ letterSpacings: {};
2569
+ sizes: {
2570
+ 4: string;
2571
+ 6: string;
2572
+ 8: string;
2573
+ 10: string;
2574
+ 12: string;
2575
+ 16: string;
2576
+ 18: string;
2577
+ 20: string;
2578
+ 24: string;
2579
+ 28: string;
2580
+ 30: string;
2581
+ 32: string;
2582
+ 36: string;
2583
+ 40: string;
2584
+ 45: string;
2585
+ 48: string;
2586
+ };
2587
+ borderWidths: {};
2588
+ borderStyles: {};
2589
+ shadows: {
2590
+ s: string;
2591
+ };
2592
+ zIndices: {};
2593
+ transitions: {};
2594
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2595
+ export declare const MoreStep: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2596
+ state?: "warning" | "error" | undefined;
2597
+ }, {
2598
+ xs: string;
2218
2599
  sm: string;
2219
2600
  md: string;
2220
2601
  lg: string;
2221
2602
  }, import("@stitches/react/types/css-util").CSS<{
2603
+ xs: string;
2222
2604
  sm: string;
2223
2605
  md: string;
2224
2606
  lg: string;
@@ -2351,12 +2733,14 @@ export declare const ContainerInfoOutput: import("@stitches/react/types/styled-c
2351
2733
  4: string;
2352
2734
  6: string;
2353
2735
  8: string;
2736
+ 10: string;
2354
2737
  12: string;
2355
2738
  16: string;
2356
2739
  18: string;
2357
2740
  20: string;
2358
2741
  24: string;
2359
2742
  28: string;
2743
+ 30: string;
2360
2744
  32: string;
2361
2745
  36: string;
2362
2746
  40: string;