@rango-dev/widget-embedded 0.17.1-next.3 → 0.17.1-next.31
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/QueueManager.d.ts +5 -2
- package/dist/QueueManager.d.ts.map +1 -1
- package/dist/components/AppRouter.d.ts +0 -2
- package/dist/components/AppRouter.d.ts.map +1 -1
- package/dist/components/AppRoutes.d.ts +1 -6
- package/dist/components/AppRoutes.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +370 -56
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts +0 -2
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts +1 -4
- package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
- package/dist/components/Layout/Layout.d.ts.map +1 -1
- package/dist/components/Layout/Layout.types.d.ts +2 -2
- package/dist/components/Layout/Layout.types.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +1727 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
- package/dist/components/Quote/Quote.d.ts.map +1 -1
- package/dist/components/Quote/Quote.styles.d.ts +633 -3
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.types.d.ts +0 -1
- package/dist/components/Quote/Quote.types.d.ts.map +1 -1
- package/dist/components/Quote/QuoteSummary.styles.d.ts +157 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts +1 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.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 +628 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +157 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.helpers.d.ts +2 -2
- package/dist/components/TokenList/TokenList.helpers.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +942 -0
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.types.d.ts +3 -9
- package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
- package/dist/components/TokenList/index.d.ts +0 -1
- package/dist/components/TokenList/index.d.ts.map +1 -1
- package/dist/components/UpdateUrl.d.ts +1 -6
- package/dist/components/UpdateUrl.d.ts.map +1 -1
- package/dist/components/WidgetEvents.d.ts.map +1 -1
- package/dist/constants/errors.d.ts.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/navigationRoutes.d.ts +1 -2
- package/dist/constants/navigationRoutes.d.ts.map +1 -1
- package/dist/constants/searchParams.d.ts +2 -1
- package/dist/constants/searchParams.d.ts.map +1 -1
- package/dist/containers/App/App.d.ts +3 -0
- package/dist/containers/App/App.d.ts.map +1 -0
- package/dist/containers/App/App.styles.d.ts +158 -0
- package/dist/containers/App/App.styles.d.ts.map +1 -0
- package/dist/containers/App/index.d.ts +2 -0
- package/dist/containers/App/index.d.ts.map +1 -0
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +316 -0
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +3 -0
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
- package/dist/containers/Wallets/Wallets.d.ts +6 -0
- package/dist/containers/Wallets/Wallets.d.ts.map +1 -0
- package/dist/containers/Wallets/Wallets.types.d.ts +11 -0
- package/dist/containers/Wallets/Wallets.types.d.ts.map +1 -0
- package/dist/containers/Wallets/index.d.ts +2 -0
- package/dist/containers/Wallets/index.d.ts.map +1 -0
- package/dist/containers/Widget/Widget.d.ts +5 -0
- package/dist/containers/Widget/Widget.d.ts.map +1 -0
- package/dist/containers/Widget/Widget.types.d.ts +5 -0
- package/dist/containers/Widget/Widget.types.d.ts.map +1 -0
- package/dist/containers/Widget/index.d.ts +3 -0
- package/dist/containers/Widget/index.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts +6 -0
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts +20 -0
- package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +21 -0
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/index.d.ts +2 -0
- package/dist/containers/WidgetInfo/index.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts +5 -0
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts +7 -0
- package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/index.d.ts +2 -0
- package/dist/containers/WidgetProvider/index.d.ts.map +1 -0
- package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts.map +1 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts +6 -3
- package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts.map +1 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts +1 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts.map +1 -1
- package/dist/hooks/useForceAutoConnect.d.ts +2 -0
- package/dist/hooks/useForceAutoConnect.d.ts.map +1 -0
- package/dist/hooks/useLanguage.d.ts +1 -1
- package/dist/hooks/useLanguage.d.ts.map +1 -1
- package/dist/hooks/useNavigateBack.d.ts +1 -3
- package/dist/hooks/useNavigateBack.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts +2 -2
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +3 -5
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts +5 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts.map +1 -1
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useSyncStoresWithConfig.d.ts +1 -2
- package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
- package/dist/hooks/useTheme.d.ts +1 -1
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/hooks/useWalletList.d.ts.map +1 -1
- package/dist/index.d.ts +20 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +4 -4
- package/dist/pages/ConfirmSwapPage.d.ts +1 -6
- package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
- package/dist/pages/HistoryPage.d.ts.map +1 -1
- package/dist/pages/Home.d.ts.map +1 -1
- package/dist/pages/LanguagePage.d.ts.map +1 -1
- package/dist/pages/LiquiditySourcePage.d.ts +1 -2
- package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
- package/dist/pages/SelectBlockchainPage.d.ts.map +1 -1
- package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
- package/dist/pages/SettingsPage.d.ts +1 -6
- package/dist/pages/SettingsPage.d.ts.map +1 -1
- package/dist/pages/SwapDetailsPage.d.ts.map +1 -1
- package/dist/pages/ThemePage.d.ts.map +1 -1
- package/dist/pages/WalletsPage.d.ts +1 -8
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/store/AppStore.d.ts +47 -0
- package/dist/store/AppStore.d.ts.map +1 -0
- package/dist/store/app.d.ts +41 -22
- package/dist/store/app.d.ts.map +1 -1
- package/dist/store/notification.d.ts +4 -3
- package/dist/store/notification.d.ts.map +1 -1
- package/dist/store/quote.d.ts +23 -16
- package/dist/store/quote.d.ts.map +1 -1
- package/dist/store/slices/config.d.ts +3 -2
- package/dist/store/slices/config.d.ts.map +1 -1
- package/dist/store/slices/data.d.ts +3 -0
- package/dist/store/slices/data.d.ts.map +1 -1
- package/dist/store/slices/settings.d.ts +39 -0
- package/dist/store/slices/settings.d.ts.map +1 -0
- package/dist/store/ui.d.ts +2 -1
- package/dist/store/ui.d.ts.map +1 -1
- package/dist/store/wallets.d.ts +14 -9
- package/dist/store/wallets.d.ts.map +1 -1
- package/dist/types/config.d.ts +38 -5
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/swap.d.ts +4 -14
- package/dist/types/swap.d.ts.map +1 -1
- package/dist/types/wallets.d.ts +15 -1
- package/dist/types/wallets.d.ts.map +1 -1
- package/dist/utils/colors.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +1 -0
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/meta.d.ts +2 -1
- package/dist/utils/meta.d.ts.map +1 -1
- package/dist/utils/providers.d.ts +2 -2
- package/dist/utils/providers.d.ts.map +1 -1
- package/dist/utils/queue.d.ts +2 -2
- package/dist/utils/queue.d.ts.map +1 -1
- package/dist/utils/quote.d.ts +1 -1
- package/dist/utils/quote.d.ts.map +1 -1
- package/dist/utils/settings.d.ts +6 -2
- package/dist/utils/settings.d.ts.map +1 -1
- package/dist/utils/swap.d.ts +16 -7
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/utils/time.d.ts +1 -1
- package/dist/utils/time.d.ts.map +1 -1
- package/dist/utils/wallets.d.ts +7 -9
- package/dist/utils/wallets.d.ts.map +1 -1
- package/package.json +12 -10
- package/src/QueueManager.tsx +18 -17
- package/src/components/AppRouter.tsx +8 -32
- package/src/components/AppRoutes.tsx +57 -69
- package/src/components/BlockchainList/BlockchainList.styles.ts +2 -2
- package/src/components/BlockchainList/BlockchainList.tsx +4 -4
- package/src/components/BlockchainsSection/BlockchainsSection.tsx +4 -4
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +12 -6
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +20 -21
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts +0 -2
- package/src/components/ConfirmWalletsModal/WalletList.tsx +6 -5
- package/src/components/ConfirmWalletsModal/WalletList.type.ts +1 -4
- package/src/components/HeaderButtons/HomeButtons.tsx +28 -18
- package/src/components/Layout/Layout.tsx +20 -7
- package/src/components/Layout/Layout.types.ts +2 -2
- package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +14 -7
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +63 -60
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +17 -8
- package/src/components/NoResult/NoResult.helpers.ts +12 -12
- package/src/components/NoResult/NoResult.tsx +6 -6
- package/src/components/NotificationContent/NotificationContent.tsx +5 -3
- package/src/components/Quote/Quote.styles.ts +42 -12
- package/src/components/Quote/Quote.tsx +106 -37
- package/src/components/Quote/Quote.types.ts +0 -1
- package/src/components/Quote/QuoteSkeleton.tsx +1 -1
- package/src/components/Quote/QuoteSummary.styles.ts +9 -8
- package/src/components/Quote/QuoteSummary.tsx +2 -2
- package/src/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.tsx +1 -1
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts +11 -4
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +8 -1
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.tsx +13 -13
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.ts +1 -0
- package/src/components/QuoteWarningsAndErrors/SlippageWariningModal.tsx +3 -3
- package/src/components/Slippage/Slippage.tsx +3 -5
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +5 -7
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +1 -1
- package/src/components/SwapDetails/SwapDetails.styles.ts +37 -33
- package/src/components/SwapDetails/SwapDetails.tsx +33 -45
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +4 -3
- package/src/components/SwapDetailsModal/SwapDetailsModal.Cancel.tsx +2 -2
- package/src/components/SwapDetailsModal/SwapDetailsModal.helpers.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +1 -1
- package/src/components/SwapsGroup/SwapsGroup.styles.ts +10 -1
- package/src/components/SwapsGroup/SwapsGroup.tsx +3 -5
- package/src/components/TokenList/TokenList.helpers.ts +2 -2
- package/src/components/TokenList/TokenList.styles.ts +58 -37
- package/src/components/TokenList/TokenList.tsx +28 -23
- package/src/components/TokenList/TokenList.types.ts +3 -10
- package/src/components/TokenList/index.ts +0 -1
- package/src/components/UpdateUrl.tsx +23 -18
- package/src/components/WidgetEvents.tsx +4 -2
- package/src/constants/errors.ts +9 -5
- package/src/constants/index.ts +1 -0
- package/src/constants/navigationRoutes.ts +7 -8
- package/src/constants/searchParams.ts +1 -0
- package/src/containers/App/App.styles.ts +18 -0
- package/src/containers/App/App.tsx +52 -0
- package/src/containers/App/index.ts +1 -0
- package/src/containers/QuoteInfo/QuoteInfo.styles.ts +17 -1
- package/src/containers/QuoteInfo/QuoteInfo.tsx +44 -43
- package/src/containers/QuoteInfo/QuoteInfo.types.ts +3 -0
- package/src/{Wallets.tsx → containers/Wallets/Wallets.tsx} +48 -34
- package/src/containers/Wallets/Wallets.types.ts +12 -0
- package/src/containers/Wallets/index.ts +1 -0
- package/src/containers/Widget/Widget.tsx +19 -0
- package/src/containers/Widget/Widget.types.ts +5 -0
- package/src/containers/Widget/index.ts +2 -0
- package/src/containers/WidgetInfo/WidgetInfo.helpers.ts +64 -0
- package/src/containers/WidgetInfo/WidgetInfo.tsx +62 -0
- package/src/containers/WidgetInfo/WidgetInfo.types.ts +21 -0
- package/src/containers/WidgetInfo/index.ts +1 -0
- package/src/containers/WidgetProvider/WidgetProvider.tsx +28 -0
- package/src/containers/WidgetProvider/WidgetProvider.types.ts +7 -0
- package/src/containers/WidgetProvider/index.ts +1 -0
- package/src/hooks/useConfirmSwap/useConfirmSwap.helpers.ts +15 -11
- package/src/hooks/useConfirmSwap/useConfirmSwap.ts +25 -24
- package/src/hooks/useConfirmSwap/useConfirmSwap.types.ts +1 -1
- package/src/hooks/useForceAutoConnect.ts +27 -0
- package/src/hooks/useLanguage.ts +4 -5
- package/src/hooks/useNavigateBack.ts +3 -52
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.ts +1 -1
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.ts +37 -7
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.ts +60 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.ts +78 -3
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.ts +15 -6
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.ts +6 -1
- package/src/hooks/useSwapInput.ts +89 -30
- package/src/hooks/useSyncStoresWithConfig.ts +38 -22
- package/src/hooks/useTheme.ts +4 -5
- package/src/hooks/useWalletList.ts +3 -5
- package/src/index.ts +53 -5
- package/src/pages/ConfirmSwapPage.tsx +61 -41
- package/src/pages/HistoryPage.tsx +2 -7
- package/src/pages/Home.tsx +58 -88
- package/src/pages/LanguagePage.tsx +0 -5
- package/src/pages/LiquiditySourcePage.tsx +24 -37
- package/src/pages/SelectBlockchainPage.tsx +28 -21
- package/src/pages/SelectSwapItemsPage.tsx +10 -27
- package/src/pages/SettingsPage.tsx +28 -24
- package/src/pages/SwapDetailsPage.tsx +6 -7
- package/src/pages/ThemePage.tsx +2 -7
- package/src/pages/WalletsPage.tsx +4 -15
- package/src/services/httpService.ts +1 -1
- package/src/store/AppStore.tsx +41 -0
- package/src/store/app.ts +44 -6
- package/src/store/quote.ts +29 -26
- package/src/store/slices/config.ts +25 -15
- package/src/store/slices/data.ts +64 -29
- package/src/store/slices/settings.ts +168 -0
- package/src/store/wallets.ts +68 -37
- package/src/types/config.ts +50 -5
- package/src/types/swap.ts +4 -13
- package/src/types/wallets.ts +18 -1
- package/src/utils/colors.ts +2 -1
- package/src/utils/configs.ts +2 -1
- package/src/utils/date.ts +1 -1
- package/src/utils/meta.ts +8 -1
- package/src/utils/providers.ts +8 -5
- package/src/utils/queue.ts +2 -2
- package/src/utils/quote.ts +7 -7
- package/src/utils/settings.ts +17 -10
- package/src/utils/swap.ts +59 -55
- package/src/utils/time.ts +1 -1
- package/src/utils/wallets.ts +107 -149
- package/dist/Wallets.d.ts +0 -17
- package/dist/Wallets.d.ts.map +0 -1
- package/dist/Widget.d.ts +0 -9
- package/dist/Widget.d.ts.map +0 -1
- package/dist/store/meta.d.ts +0 -23
- package/dist/store/meta.d.ts.map +0 -1
- package/dist/store/settings.d.ts +0 -81
- package/dist/store/settings.d.ts.map +0 -1
- package/src/Widget.tsx +0 -119
- package/src/store/meta.ts +0 -39
- package/src/store/settings.ts +0 -158
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingSwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"LoadingSwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationContent.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NotificationContent.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,wBAAgB,mBAAmB,sBAuFlC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quote.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAkBhD,OAAO,KAA4C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Quote.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAkBhD,OAAO,KAA4C,MAAM,OAAO,CAAC;AA+CjE,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,qBA8VtC"}
|
|
@@ -160,6 +160,163 @@ export declare const QuoteContainer: import("@stitches/react/types/styled-compon
|
|
|
160
160
|
zIndices: {};
|
|
161
161
|
transitions: {};
|
|
162
162
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
163
|
+
export declare const stepsDetailsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
164
|
+
sm: string;
|
|
165
|
+
md: string;
|
|
166
|
+
lg: string;
|
|
167
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
168
|
+
sm: string;
|
|
169
|
+
md: string;
|
|
170
|
+
lg: string;
|
|
171
|
+
}, {
|
|
172
|
+
colors: {
|
|
173
|
+
primary: string;
|
|
174
|
+
primary500: string;
|
|
175
|
+
primary600: string;
|
|
176
|
+
secondary: string;
|
|
177
|
+
secondary100: string;
|
|
178
|
+
secondary200: string;
|
|
179
|
+
secondary300: string;
|
|
180
|
+
secondary400: string;
|
|
181
|
+
secondary500: string;
|
|
182
|
+
secondary600: string;
|
|
183
|
+
secondary700: string;
|
|
184
|
+
secondary800: string;
|
|
185
|
+
secondary900: string;
|
|
186
|
+
neutral: string;
|
|
187
|
+
neutral100: string;
|
|
188
|
+
neutral200: string;
|
|
189
|
+
neutral300: string;
|
|
190
|
+
neutral400: string;
|
|
191
|
+
neutral500: string;
|
|
192
|
+
neutral600: string;
|
|
193
|
+
neutral700: string;
|
|
194
|
+
neutral800: string;
|
|
195
|
+
neutral900: string;
|
|
196
|
+
error100: string;
|
|
197
|
+
error300: string;
|
|
198
|
+
error500: string;
|
|
199
|
+
error600: string;
|
|
200
|
+
error700: string;
|
|
201
|
+
warning100: string;
|
|
202
|
+
warning300: string;
|
|
203
|
+
warning500: string;
|
|
204
|
+
warning600: string;
|
|
205
|
+
warning700: string;
|
|
206
|
+
info: string;
|
|
207
|
+
info100: string;
|
|
208
|
+
info300: string;
|
|
209
|
+
info500: string;
|
|
210
|
+
info600: string;
|
|
211
|
+
info700: string;
|
|
212
|
+
success100: string;
|
|
213
|
+
success300: string;
|
|
214
|
+
success500: string;
|
|
215
|
+
success600: string;
|
|
216
|
+
success700: string;
|
|
217
|
+
background: string;
|
|
218
|
+
foreground: string;
|
|
219
|
+
};
|
|
220
|
+
space: {
|
|
221
|
+
0: string;
|
|
222
|
+
5: string;
|
|
223
|
+
10: string;
|
|
224
|
+
15: string;
|
|
225
|
+
20: string;
|
|
226
|
+
25: string;
|
|
227
|
+
30: string;
|
|
228
|
+
40: string;
|
|
229
|
+
46: string;
|
|
230
|
+
50: string;
|
|
231
|
+
60: string;
|
|
232
|
+
70: string;
|
|
233
|
+
80: string;
|
|
234
|
+
90: string;
|
|
235
|
+
100: string;
|
|
236
|
+
2: string;
|
|
237
|
+
4: string;
|
|
238
|
+
6: string;
|
|
239
|
+
8: string;
|
|
240
|
+
12: string;
|
|
241
|
+
16: string;
|
|
242
|
+
24: string;
|
|
243
|
+
28: string;
|
|
244
|
+
32: string;
|
|
245
|
+
};
|
|
246
|
+
radii: {
|
|
247
|
+
xs: string;
|
|
248
|
+
sm: string;
|
|
249
|
+
xm: string;
|
|
250
|
+
md: string;
|
|
251
|
+
xl: string;
|
|
252
|
+
lg: string;
|
|
253
|
+
primary: string;
|
|
254
|
+
secondary: string;
|
|
255
|
+
};
|
|
256
|
+
fontSizes: {
|
|
257
|
+
10: string;
|
|
258
|
+
12: string;
|
|
259
|
+
14: string;
|
|
260
|
+
16: string;
|
|
261
|
+
18: string;
|
|
262
|
+
20: string;
|
|
263
|
+
22: string;
|
|
264
|
+
24: string;
|
|
265
|
+
28: string;
|
|
266
|
+
32: string;
|
|
267
|
+
36: string;
|
|
268
|
+
40: string;
|
|
269
|
+
48: string;
|
|
270
|
+
};
|
|
271
|
+
fonts: {
|
|
272
|
+
primary: string;
|
|
273
|
+
widget: string;
|
|
274
|
+
};
|
|
275
|
+
fontWeights: {
|
|
276
|
+
regular: number;
|
|
277
|
+
medium: number;
|
|
278
|
+
semiBold: number;
|
|
279
|
+
bold: number;
|
|
280
|
+
};
|
|
281
|
+
lineHeights: {
|
|
282
|
+
12: string;
|
|
283
|
+
16: string;
|
|
284
|
+
20: string;
|
|
285
|
+
24: string;
|
|
286
|
+
26: string;
|
|
287
|
+
28: string;
|
|
288
|
+
30: string;
|
|
289
|
+
36: string;
|
|
290
|
+
40: string;
|
|
291
|
+
44: string;
|
|
292
|
+
52: string;
|
|
293
|
+
64: string;
|
|
294
|
+
};
|
|
295
|
+
letterSpacings: {};
|
|
296
|
+
sizes: {
|
|
297
|
+
4: string;
|
|
298
|
+
6: string;
|
|
299
|
+
8: string;
|
|
300
|
+
12: string;
|
|
301
|
+
16: string;
|
|
302
|
+
18: string;
|
|
303
|
+
20: string;
|
|
304
|
+
24: string;
|
|
305
|
+
28: string;
|
|
306
|
+
32: string;
|
|
307
|
+
36: string;
|
|
308
|
+
40: string;
|
|
309
|
+
45: string;
|
|
310
|
+
48: string;
|
|
311
|
+
};
|
|
312
|
+
borderWidths: {};
|
|
313
|
+
borderStyles: {};
|
|
314
|
+
shadows: {
|
|
315
|
+
s: string;
|
|
316
|
+
};
|
|
317
|
+
zIndices: {};
|
|
318
|
+
transitions: {};
|
|
319
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
163
320
|
export declare const SummaryContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
164
321
|
recommended?: boolean | "true" | "false" | undefined;
|
|
165
322
|
basic?: boolean | "true" | undefined;
|
|
@@ -321,9 +478,482 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
|
|
|
321
478
|
zIndices: {};
|
|
322
479
|
transitions: {};
|
|
323
480
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
324
|
-
export declare const
|
|
325
|
-
|
|
326
|
-
|
|
481
|
+
export declare const summaryStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
482
|
+
sm: string;
|
|
483
|
+
md: string;
|
|
484
|
+
lg: string;
|
|
485
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
486
|
+
sm: string;
|
|
487
|
+
md: string;
|
|
488
|
+
lg: string;
|
|
489
|
+
}, {
|
|
490
|
+
colors: {
|
|
491
|
+
primary: string;
|
|
492
|
+
primary500: string;
|
|
493
|
+
primary600: string;
|
|
494
|
+
secondary: string;
|
|
495
|
+
secondary100: string;
|
|
496
|
+
secondary200: string;
|
|
497
|
+
secondary300: string;
|
|
498
|
+
secondary400: string;
|
|
499
|
+
secondary500: string;
|
|
500
|
+
secondary600: string;
|
|
501
|
+
secondary700: string;
|
|
502
|
+
secondary800: string;
|
|
503
|
+
secondary900: string;
|
|
504
|
+
neutral: string;
|
|
505
|
+
neutral100: string;
|
|
506
|
+
neutral200: string;
|
|
507
|
+
neutral300: string;
|
|
508
|
+
neutral400: string;
|
|
509
|
+
neutral500: string;
|
|
510
|
+
neutral600: string;
|
|
511
|
+
neutral700: string;
|
|
512
|
+
neutral800: string;
|
|
513
|
+
neutral900: string;
|
|
514
|
+
error100: string;
|
|
515
|
+
error300: string;
|
|
516
|
+
error500: string;
|
|
517
|
+
error600: string;
|
|
518
|
+
error700: string;
|
|
519
|
+
warning100: string;
|
|
520
|
+
warning300: string;
|
|
521
|
+
warning500: string;
|
|
522
|
+
warning600: string;
|
|
523
|
+
warning700: string;
|
|
524
|
+
info: string;
|
|
525
|
+
info100: string;
|
|
526
|
+
info300: string;
|
|
527
|
+
info500: string;
|
|
528
|
+
info600: string;
|
|
529
|
+
info700: string;
|
|
530
|
+
success100: string;
|
|
531
|
+
success300: string;
|
|
532
|
+
success500: string;
|
|
533
|
+
success600: string;
|
|
534
|
+
success700: string;
|
|
535
|
+
background: string;
|
|
536
|
+
foreground: string;
|
|
537
|
+
};
|
|
538
|
+
space: {
|
|
539
|
+
0: string;
|
|
540
|
+
5: string;
|
|
541
|
+
10: string;
|
|
542
|
+
15: string;
|
|
543
|
+
20: string;
|
|
544
|
+
25: string;
|
|
545
|
+
30: string;
|
|
546
|
+
40: string;
|
|
547
|
+
46: string;
|
|
548
|
+
50: string;
|
|
549
|
+
60: string;
|
|
550
|
+
70: string;
|
|
551
|
+
80: string;
|
|
552
|
+
90: string;
|
|
553
|
+
100: string;
|
|
554
|
+
2: string;
|
|
555
|
+
4: string;
|
|
556
|
+
6: string;
|
|
557
|
+
8: string;
|
|
558
|
+
12: string;
|
|
559
|
+
16: string;
|
|
560
|
+
24: string;
|
|
561
|
+
28: string;
|
|
562
|
+
32: string;
|
|
563
|
+
};
|
|
564
|
+
radii: {
|
|
565
|
+
xs: string;
|
|
566
|
+
sm: string;
|
|
567
|
+
xm: string;
|
|
568
|
+
md: string;
|
|
569
|
+
xl: string;
|
|
570
|
+
lg: string;
|
|
571
|
+
primary: string;
|
|
572
|
+
secondary: string;
|
|
573
|
+
};
|
|
574
|
+
fontSizes: {
|
|
575
|
+
10: string;
|
|
576
|
+
12: string;
|
|
577
|
+
14: string;
|
|
578
|
+
16: string;
|
|
579
|
+
18: string;
|
|
580
|
+
20: string;
|
|
581
|
+
22: string;
|
|
582
|
+
24: string;
|
|
583
|
+
28: string;
|
|
584
|
+
32: string;
|
|
585
|
+
36: string;
|
|
586
|
+
40: string;
|
|
587
|
+
48: string;
|
|
588
|
+
};
|
|
589
|
+
fonts: {
|
|
590
|
+
primary: string;
|
|
591
|
+
widget: string;
|
|
592
|
+
};
|
|
593
|
+
fontWeights: {
|
|
594
|
+
regular: number;
|
|
595
|
+
medium: number;
|
|
596
|
+
semiBold: number;
|
|
597
|
+
bold: number;
|
|
598
|
+
};
|
|
599
|
+
lineHeights: {
|
|
600
|
+
12: string;
|
|
601
|
+
16: string;
|
|
602
|
+
20: string;
|
|
603
|
+
24: string;
|
|
604
|
+
26: string;
|
|
605
|
+
28: string;
|
|
606
|
+
30: string;
|
|
607
|
+
36: string;
|
|
608
|
+
40: string;
|
|
609
|
+
44: string;
|
|
610
|
+
52: string;
|
|
611
|
+
64: string;
|
|
612
|
+
};
|
|
613
|
+
letterSpacings: {};
|
|
614
|
+
sizes: {
|
|
615
|
+
4: string;
|
|
616
|
+
6: string;
|
|
617
|
+
8: string;
|
|
618
|
+
12: string;
|
|
619
|
+
16: string;
|
|
620
|
+
18: string;
|
|
621
|
+
20: string;
|
|
622
|
+
24: string;
|
|
623
|
+
28: string;
|
|
624
|
+
32: string;
|
|
625
|
+
36: string;
|
|
626
|
+
40: string;
|
|
627
|
+
45: string;
|
|
628
|
+
48: string;
|
|
629
|
+
};
|
|
630
|
+
borderWidths: {};
|
|
631
|
+
borderStyles: {};
|
|
632
|
+
shadows: {
|
|
633
|
+
s: string;
|
|
634
|
+
};
|
|
635
|
+
zIndices: {};
|
|
636
|
+
transitions: {};
|
|
637
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
638
|
+
export declare const basicInfoStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
639
|
+
sm: string;
|
|
640
|
+
md: string;
|
|
641
|
+
lg: string;
|
|
642
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
643
|
+
sm: string;
|
|
644
|
+
md: string;
|
|
645
|
+
lg: string;
|
|
646
|
+
}, {
|
|
647
|
+
colors: {
|
|
648
|
+
primary: string;
|
|
649
|
+
primary500: string;
|
|
650
|
+
primary600: string;
|
|
651
|
+
secondary: string;
|
|
652
|
+
secondary100: string;
|
|
653
|
+
secondary200: string;
|
|
654
|
+
secondary300: string;
|
|
655
|
+
secondary400: string;
|
|
656
|
+
secondary500: string;
|
|
657
|
+
secondary600: string;
|
|
658
|
+
secondary700: string;
|
|
659
|
+
secondary800: string;
|
|
660
|
+
secondary900: string;
|
|
661
|
+
neutral: string;
|
|
662
|
+
neutral100: string;
|
|
663
|
+
neutral200: string;
|
|
664
|
+
neutral300: string;
|
|
665
|
+
neutral400: string;
|
|
666
|
+
neutral500: string;
|
|
667
|
+
neutral600: string;
|
|
668
|
+
neutral700: string;
|
|
669
|
+
neutral800: string;
|
|
670
|
+
neutral900: string;
|
|
671
|
+
error100: string;
|
|
672
|
+
error300: string;
|
|
673
|
+
error500: string;
|
|
674
|
+
error600: string;
|
|
675
|
+
error700: string;
|
|
676
|
+
warning100: string;
|
|
677
|
+
warning300: string;
|
|
678
|
+
warning500: string;
|
|
679
|
+
warning600: string;
|
|
680
|
+
warning700: string;
|
|
681
|
+
info: string;
|
|
682
|
+
info100: string;
|
|
683
|
+
info300: string;
|
|
684
|
+
info500: string;
|
|
685
|
+
info600: string;
|
|
686
|
+
info700: string;
|
|
687
|
+
success100: string;
|
|
688
|
+
success300: string;
|
|
689
|
+
success500: string;
|
|
690
|
+
success600: string;
|
|
691
|
+
success700: string;
|
|
692
|
+
background: string;
|
|
693
|
+
foreground: string;
|
|
694
|
+
};
|
|
695
|
+
space: {
|
|
696
|
+
0: string;
|
|
697
|
+
5: string;
|
|
698
|
+
10: string;
|
|
699
|
+
15: string;
|
|
700
|
+
20: string;
|
|
701
|
+
25: string;
|
|
702
|
+
30: string;
|
|
703
|
+
40: string;
|
|
704
|
+
46: string;
|
|
705
|
+
50: string;
|
|
706
|
+
60: string;
|
|
707
|
+
70: string;
|
|
708
|
+
80: string;
|
|
709
|
+
90: string;
|
|
710
|
+
100: string;
|
|
711
|
+
2: string;
|
|
712
|
+
4: string;
|
|
713
|
+
6: string;
|
|
714
|
+
8: string;
|
|
715
|
+
12: string;
|
|
716
|
+
16: string;
|
|
717
|
+
24: string;
|
|
718
|
+
28: string;
|
|
719
|
+
32: string;
|
|
720
|
+
};
|
|
721
|
+
radii: {
|
|
722
|
+
xs: string;
|
|
723
|
+
sm: string;
|
|
724
|
+
xm: string;
|
|
725
|
+
md: string;
|
|
726
|
+
xl: string;
|
|
727
|
+
lg: string;
|
|
728
|
+
primary: string;
|
|
729
|
+
secondary: string;
|
|
730
|
+
};
|
|
731
|
+
fontSizes: {
|
|
732
|
+
10: string;
|
|
733
|
+
12: string;
|
|
734
|
+
14: string;
|
|
735
|
+
16: string;
|
|
736
|
+
18: string;
|
|
737
|
+
20: string;
|
|
738
|
+
22: string;
|
|
739
|
+
24: string;
|
|
740
|
+
28: string;
|
|
741
|
+
32: string;
|
|
742
|
+
36: string;
|
|
743
|
+
40: string;
|
|
744
|
+
48: string;
|
|
745
|
+
};
|
|
746
|
+
fonts: {
|
|
747
|
+
primary: string;
|
|
748
|
+
widget: string;
|
|
749
|
+
};
|
|
750
|
+
fontWeights: {
|
|
751
|
+
regular: number;
|
|
752
|
+
medium: number;
|
|
753
|
+
semiBold: number;
|
|
754
|
+
bold: number;
|
|
755
|
+
};
|
|
756
|
+
lineHeights: {
|
|
757
|
+
12: string;
|
|
758
|
+
16: string;
|
|
759
|
+
20: string;
|
|
760
|
+
24: string;
|
|
761
|
+
26: string;
|
|
762
|
+
28: string;
|
|
763
|
+
30: string;
|
|
764
|
+
36: string;
|
|
765
|
+
40: string;
|
|
766
|
+
44: string;
|
|
767
|
+
52: string;
|
|
768
|
+
64: string;
|
|
769
|
+
};
|
|
770
|
+
letterSpacings: {};
|
|
771
|
+
sizes: {
|
|
772
|
+
4: string;
|
|
773
|
+
6: string;
|
|
774
|
+
8: string;
|
|
775
|
+
12: string;
|
|
776
|
+
16: string;
|
|
777
|
+
18: string;
|
|
778
|
+
20: string;
|
|
779
|
+
24: string;
|
|
780
|
+
28: string;
|
|
781
|
+
32: string;
|
|
782
|
+
36: string;
|
|
783
|
+
40: string;
|
|
784
|
+
45: string;
|
|
785
|
+
48: string;
|
|
786
|
+
};
|
|
787
|
+
borderWidths: {};
|
|
788
|
+
borderStyles: {};
|
|
789
|
+
shadows: {
|
|
790
|
+
s: string;
|
|
791
|
+
};
|
|
792
|
+
zIndices: {};
|
|
793
|
+
transitions: {};
|
|
794
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
795
|
+
export declare const Chains: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {
|
|
796
|
+
error?: boolean | "true" | "false" | undefined;
|
|
797
|
+
recommended?: boolean | "true" | "false" | undefined;
|
|
798
|
+
}, {
|
|
799
|
+
sm: string;
|
|
800
|
+
md: string;
|
|
801
|
+
lg: string;
|
|
802
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
803
|
+
sm: string;
|
|
804
|
+
md: string;
|
|
805
|
+
lg: string;
|
|
806
|
+
}, {
|
|
807
|
+
colors: {
|
|
808
|
+
primary: string;
|
|
809
|
+
primary500: string;
|
|
810
|
+
primary600: string;
|
|
811
|
+
secondary: string;
|
|
812
|
+
secondary100: string;
|
|
813
|
+
secondary200: string;
|
|
814
|
+
secondary300: string;
|
|
815
|
+
secondary400: string;
|
|
816
|
+
secondary500: string;
|
|
817
|
+
secondary600: string;
|
|
818
|
+
secondary700: string;
|
|
819
|
+
secondary800: string;
|
|
820
|
+
secondary900: string;
|
|
821
|
+
neutral: string;
|
|
822
|
+
neutral100: string;
|
|
823
|
+
neutral200: string;
|
|
824
|
+
neutral300: string;
|
|
825
|
+
neutral400: string;
|
|
826
|
+
neutral500: string;
|
|
827
|
+
neutral600: string;
|
|
828
|
+
neutral700: string;
|
|
829
|
+
neutral800: string;
|
|
830
|
+
neutral900: string;
|
|
831
|
+
error100: string;
|
|
832
|
+
error300: string;
|
|
833
|
+
error500: string;
|
|
834
|
+
error600: string;
|
|
835
|
+
error700: string;
|
|
836
|
+
warning100: string;
|
|
837
|
+
warning300: string;
|
|
838
|
+
warning500: string;
|
|
839
|
+
warning600: string;
|
|
840
|
+
warning700: string;
|
|
841
|
+
info: string;
|
|
842
|
+
info100: string;
|
|
843
|
+
info300: string;
|
|
844
|
+
info500: string;
|
|
845
|
+
info600: string;
|
|
846
|
+
info700: string;
|
|
847
|
+
success100: string;
|
|
848
|
+
success300: string;
|
|
849
|
+
success500: string;
|
|
850
|
+
success600: string;
|
|
851
|
+
success700: string;
|
|
852
|
+
background: string;
|
|
853
|
+
foreground: string;
|
|
854
|
+
};
|
|
855
|
+
space: {
|
|
856
|
+
0: string;
|
|
857
|
+
5: string;
|
|
858
|
+
10: string;
|
|
859
|
+
15: string;
|
|
860
|
+
20: string;
|
|
861
|
+
25: string;
|
|
862
|
+
30: string;
|
|
863
|
+
40: string;
|
|
864
|
+
46: string;
|
|
865
|
+
50: string;
|
|
866
|
+
60: string;
|
|
867
|
+
70: string;
|
|
868
|
+
80: string;
|
|
869
|
+
90: string;
|
|
870
|
+
100: string;
|
|
871
|
+
2: string;
|
|
872
|
+
4: string;
|
|
873
|
+
6: string;
|
|
874
|
+
8: string;
|
|
875
|
+
12: string;
|
|
876
|
+
16: string;
|
|
877
|
+
24: string;
|
|
878
|
+
28: string;
|
|
879
|
+
32: string;
|
|
880
|
+
};
|
|
881
|
+
radii: {
|
|
882
|
+
xs: string;
|
|
883
|
+
sm: string;
|
|
884
|
+
xm: string;
|
|
885
|
+
md: string;
|
|
886
|
+
xl: string;
|
|
887
|
+
lg: string;
|
|
888
|
+
primary: string;
|
|
889
|
+
secondary: string;
|
|
890
|
+
};
|
|
891
|
+
fontSizes: {
|
|
892
|
+
10: string;
|
|
893
|
+
12: string;
|
|
894
|
+
14: string;
|
|
895
|
+
16: string;
|
|
896
|
+
18: string;
|
|
897
|
+
20: string;
|
|
898
|
+
22: string;
|
|
899
|
+
24: string;
|
|
900
|
+
28: string;
|
|
901
|
+
32: string;
|
|
902
|
+
36: string;
|
|
903
|
+
40: string;
|
|
904
|
+
48: string;
|
|
905
|
+
};
|
|
906
|
+
fonts: {
|
|
907
|
+
primary: string;
|
|
908
|
+
widget: string;
|
|
909
|
+
};
|
|
910
|
+
fontWeights: {
|
|
911
|
+
regular: number;
|
|
912
|
+
medium: number;
|
|
913
|
+
semiBold: number;
|
|
914
|
+
bold: number;
|
|
915
|
+
};
|
|
916
|
+
lineHeights: {
|
|
917
|
+
12: string;
|
|
918
|
+
16: string;
|
|
919
|
+
20: string;
|
|
920
|
+
24: string;
|
|
921
|
+
26: string;
|
|
922
|
+
28: string;
|
|
923
|
+
30: string;
|
|
924
|
+
36: string;
|
|
925
|
+
40: string;
|
|
926
|
+
44: string;
|
|
927
|
+
52: string;
|
|
928
|
+
64: string;
|
|
929
|
+
};
|
|
930
|
+
letterSpacings: {};
|
|
931
|
+
sizes: {
|
|
932
|
+
4: string;
|
|
933
|
+
6: string;
|
|
934
|
+
8: string;
|
|
935
|
+
12: string;
|
|
936
|
+
16: string;
|
|
937
|
+
18: string;
|
|
938
|
+
20: string;
|
|
939
|
+
24: string;
|
|
940
|
+
28: string;
|
|
941
|
+
32: string;
|
|
942
|
+
36: string;
|
|
943
|
+
40: string;
|
|
944
|
+
45: string;
|
|
945
|
+
48: string;
|
|
946
|
+
};
|
|
947
|
+
borderWidths: {};
|
|
948
|
+
borderStyles: {};
|
|
949
|
+
shadows: {
|
|
950
|
+
s: string;
|
|
951
|
+
};
|
|
952
|
+
zIndices: {};
|
|
953
|
+
transitions: {};
|
|
954
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
955
|
+
export declare const ChainImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
956
|
+
state?: "warning" | "error" | undefined;
|
|
327
957
|
}, {
|
|
328
958
|
sm: string;
|
|
329
959
|
md: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quote.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAK3D,eAAO,MAAM,oCAAoC,MAAM,CAAC;AAExD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"Quote.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quote.types.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,OAAO,GAAG,WAAW,GAAG,cAAc,CAAC;IAC7C,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC;IACrB,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Quote.types.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,OAAO,GAAG,WAAW,GAAG,cAAc,CAAC;IAC7C,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC;IACrB,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
|