@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.
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts +169 -1
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +4 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +514 -1088
- 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/WalletList.styles.d.ts +12 -0
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
- package/dist/components/CustomCollapsible/CustomCollapsible.d.ts +5 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.d.ts.map +1 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +654 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts +10 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts.map +1 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +179 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +0 -2
- package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
- package/dist/components/HeaderButtons/RefreshButton.d.ts +6 -0
- package/dist/components/HeaderButtons/RefreshButton.d.ts.map +1 -0
- package/dist/components/Layout/Layout.d.ts +2 -3
- package/dist/components/Layout/Layout.d.ts.map +1 -1
- package/dist/components/Layout/Layout.helpers.d.ts +2 -0
- package/dist/components/Layout/Layout.helpers.d.ts.map +1 -0
- package/dist/components/Layout/Layout.styles.d.ts +14 -4
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
- package/dist/components/Layout/Layout.types.d.ts +6 -3
- package/dist/components/Layout/Layout.types.d.ts.map +1 -1
- package/dist/components/Layout/PageContainer.d.ts +166 -0
- package/dist/components/Layout/PageContainer.d.ts.map +1 -0
- package/dist/components/Layout/ScrollableArea.d.ts +164 -0
- package/dist/components/Layout/ScrollableArea.d.ts.map +1 -0
- package/dist/components/Layout/index.d.ts +2 -0
- package/dist/components/Layout/index.d.ts.map +1 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +4 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +56 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NoResult/NoResult.styles.d.ts +12 -0
- package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts +16 -0
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.d.ts.map +1 -1
- package/dist/components/Quote/Quote.styles.d.ts +386 -2
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.types.d.ts +19 -0
- package/dist/components/Quote/Quote.types.d.ts.map +1 -1
- package/dist/components/Quote/QuoteCostDetails.d.ts +4 -0
- package/dist/components/Quote/QuoteCostDetails.d.ts.map +1 -0
- package/dist/components/Quote/QuoteCostDetails.styles.d.ts +806 -0
- package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -0
- package/dist/components/Quote/QuoteSummary.d.ts.map +1 -1
- package/dist/components/Quote/QuoteSummary.styles.d.ts +8 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
- package/dist/components/Quote/QuoteTrigger .d.ts +4 -0
- package/dist/components/Quote/QuoteTrigger .d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +16 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +40 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +20 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +16 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts +4 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +11 -156
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
- package/dist/components/SettingsContainer/index.d.ts +1 -1
- package/dist/components/SettingsContainer/index.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +20 -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 +523 -1
- 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 +4 -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 +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +20 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +68 -0
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts +16 -0
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
- package/dist/components/WidgetEvents.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/quote.d.ts +12 -0
- package/dist/constants/quote.d.ts.map +1 -0
- package/dist/containers/App/App.d.ts.map +1 -1
- package/dist/containers/App/App.styles.d.ts +4 -0
- package/dist/containers/App/App.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -314
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +0 -7
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
- package/dist/containers/Wallets/Wallets.d.ts.map +1 -1
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -1
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +5 -0
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -1
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -1
- package/dist/hooks/useLanguage.d.ts +2 -1
- package/dist/hooks/useLanguage.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +4 -4
- 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.map +1 -1
- package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
- package/dist/pages/SettingsPage.d.ts.map +1 -1
- package/dist/pages/ThemePage.d.ts.map +1 -1
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/store/AppStore.d.ts +2 -2
- package/dist/store/app.d.ts +2 -2
- package/dist/store/slices/data.d.ts.map +1 -1
- package/dist/store/slices/settings.d.ts +2 -2
- package/dist/store/slices/settings.d.ts.map +1 -1
- package/dist/types/config.d.ts +16 -3
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/notification.d.ts +1 -2
- package/dist/types/notification.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +8 -0
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/date.d.ts.map +1 -1
- package/dist/utils/quote.d.ts +5 -1
- package/dist/utils/quote.d.ts.map +1 -1
- package/dist/utils/settings.d.ts +1 -1
- package/dist/utils/swap.d.ts +5 -1
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/utils/ui.d.ts +2 -0
- package/dist/utils/ui.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/components/BlockchainList/BlockchainList.styles.ts +4 -3
- package/src/components/BlockchainList/BlockchainList.tsx +1 -1
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +27 -96
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +25 -40
- package/src/components/CustomCollapsible/CustomCollapsible.styles.ts +75 -0
- package/src/components/CustomCollapsible/CustomCollapsible.tsx +55 -0
- package/src/components/CustomCollapsible/CustomCollapsible.types.ts +10 -0
- package/src/components/HeaderButtons/HeaderButtons.styles.ts +16 -1
- package/src/components/HeaderButtons/HeaderButtons.types.ts +0 -2
- package/src/components/HeaderButtons/HomeButtons.tsx +19 -33
- package/src/components/HeaderButtons/RefreshButton.tsx +81 -0
- package/src/components/Layout/Layout.helpers.ts +16 -0
- package/src/components/Layout/Layout.styles.ts +17 -31
- package/src/components/Layout/Layout.tsx +23 -21
- package/src/components/Layout/Layout.types.ts +9 -8
- package/src/components/Layout/PageContainer.tsx +24 -0
- package/src/components/Layout/ScrollableArea.tsx +11 -0
- package/src/components/Layout/index.ts +2 -0
- package/src/components/NotificationContent/NotificationContent.tsx +10 -1
- package/src/components/Quote/Quote.styles.ts +44 -5
- package/src/components/Quote/Quote.tsx +10 -77
- package/src/components/Quote/Quote.types.ts +22 -0
- package/src/components/Quote/QuoteCostDetails.styles.ts +50 -0
- package/src/components/Quote/QuoteCostDetails.tsx +218 -0
- package/src/components/Quote/QuoteSummary.tsx +3 -2
- package/src/components/Quote/QuoteTrigger .tsx +215 -0
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +0 -1
- package/src/components/SettingsContainer/SettingsContainer.style.ts +0 -5
- package/src/components/SettingsContainer/index.ts +0 -1
- package/src/components/Slippage/Slippage.tsx +5 -5
- package/src/components/Slippage/SlippageTooltipContent.tsx +1 -1
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +12 -13
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +43 -3
- package/src/components/SwapDetails/SwapDetails.styles.ts +18 -6
- package/src/components/SwapDetails/SwapDetails.tsx +13 -5
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +13 -7
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +2 -0
- package/src/components/SwapsGroup/SwapsGroup.tsx +18 -7
- package/src/components/TokenList/TokenList.styles.ts +2 -0
- package/src/components/TokenList/TokenList.tsx +1 -1
- package/src/components/WidgetEvents.tsx +2 -14
- package/src/constants/index.ts +1 -0
- package/src/constants/quote.ts +23 -0
- package/src/containers/App/App.styles.ts +2 -0
- package/src/containers/App/App.tsx +1 -4
- package/src/containers/QuoteInfo/QuoteInfo.styles.ts +0 -15
- package/src/containers/QuoteInfo/QuoteInfo.tsx +30 -77
- package/src/containers/QuoteInfo/QuoteInfo.types.ts +0 -7
- package/src/containers/Wallets/Wallets.tsx +11 -2
- package/src/containers/WidgetInfo/WidgetInfo.tsx +8 -0
- package/src/containers/WidgetInfo/WidgetInfo.types.ts +5 -0
- package/src/containers/WidgetProvider/WidgetProvider.tsx +2 -1
- package/src/hooks/useLanguage.ts +6 -4
- package/src/hooks/useSwapInput.ts +6 -2
- package/src/hooks/useSyncStoresWithConfig.ts +17 -34
- package/src/index.ts +4 -2
- package/src/pages/ConfirmSwapPage.tsx +59 -50
- package/src/pages/HistoryPage.tsx +4 -11
- package/src/pages/Home.tsx +40 -38
- package/src/pages/LanguagePage.tsx +3 -4
- package/src/pages/LiquiditySourcePage.tsx +8 -6
- package/src/pages/SelectBlockchainPage.tsx +41 -41
- package/src/pages/SelectSwapItemsPage.tsx +45 -39
- package/src/pages/SettingsPage.tsx +3 -4
- package/src/pages/ThemePage.tsx +3 -4
- package/src/pages/WalletsPage.tsx +12 -13
- package/src/store/slices/data.ts +5 -7
- package/src/store/slices/settings.ts +3 -3
- package/src/types/config.ts +16 -3
- package/src/types/notification.ts +0 -7
- package/src/utils/configs.ts +41 -0
- package/src/utils/date.ts +5 -4
- package/src/utils/quote.ts +18 -1
- package/src/utils/swap.ts +35 -0
- package/src/utils/ui.ts +20 -0
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
|
+
xs: string;
|
|
2
3
|
sm: string;
|
|
3
4
|
md: string;
|
|
4
5
|
lg: string;
|
|
5
6
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
7
|
+
xs: string;
|
|
6
8
|
sm: string;
|
|
7
9
|
md: string;
|
|
8
10
|
lg: string;
|
|
@@ -135,12 +137,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
135
137
|
4: string;
|
|
136
138
|
6: string;
|
|
137
139
|
8: string;
|
|
140
|
+
10: string;
|
|
138
141
|
12: string;
|
|
139
142
|
16: string;
|
|
140
143
|
18: string;
|
|
141
144
|
20: string;
|
|
142
145
|
24: string;
|
|
143
146
|
28: string;
|
|
147
|
+
30: string;
|
|
144
148
|
32: string;
|
|
145
149
|
36: string;
|
|
146
150
|
40: string;
|
|
@@ -156,10 +160,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
156
160
|
transitions: {};
|
|
157
161
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
158
162
|
export declare const HeaderDetails: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
163
|
+
xs: string;
|
|
159
164
|
sm: string;
|
|
160
165
|
md: string;
|
|
161
166
|
lg: string;
|
|
162
167
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
168
|
+
xs: string;
|
|
163
169
|
sm: string;
|
|
164
170
|
md: string;
|
|
165
171
|
lg: string;
|
|
@@ -292,12 +298,14 @@ export declare const HeaderDetails: import("@stitches/react/types/styled-compone
|
|
|
292
298
|
4: string;
|
|
293
299
|
6: string;
|
|
294
300
|
8: string;
|
|
301
|
+
10: string;
|
|
295
302
|
12: string;
|
|
296
303
|
16: string;
|
|
297
304
|
18: string;
|
|
298
305
|
20: string;
|
|
299
306
|
24: string;
|
|
300
307
|
28: string;
|
|
308
|
+
30: string;
|
|
301
309
|
32: string;
|
|
302
310
|
36: string;
|
|
303
311
|
40: string;
|
|
@@ -312,11 +320,13 @@ export declare const HeaderDetails: import("@stitches/react/types/styled-compone
|
|
|
312
320
|
zIndices: {};
|
|
313
321
|
transitions: {};
|
|
314
322
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
315
|
-
export declare const StepsList: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
323
|
+
export declare const StepsList: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
324
|
+
xs: string;
|
|
316
325
|
sm: string;
|
|
317
326
|
md: string;
|
|
318
327
|
lg: string;
|
|
319
328
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
329
|
+
xs: string;
|
|
320
330
|
sm: string;
|
|
321
331
|
md: string;
|
|
322
332
|
lg: string;
|
|
@@ -449,12 +459,174 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
|
|
|
449
459
|
4: string;
|
|
450
460
|
6: string;
|
|
451
461
|
8: string;
|
|
462
|
+
10: string;
|
|
452
463
|
12: string;
|
|
453
464
|
16: string;
|
|
454
465
|
18: string;
|
|
455
466
|
20: string;
|
|
456
467
|
24: string;
|
|
457
468
|
28: string;
|
|
469
|
+
30: string;
|
|
470
|
+
32: string;
|
|
471
|
+
36: string;
|
|
472
|
+
40: string;
|
|
473
|
+
45: string;
|
|
474
|
+
48: string;
|
|
475
|
+
};
|
|
476
|
+
borderWidths: {};
|
|
477
|
+
borderStyles: {};
|
|
478
|
+
shadows: {
|
|
479
|
+
s: string;
|
|
480
|
+
};
|
|
481
|
+
zIndices: {};
|
|
482
|
+
transitions: {};
|
|
483
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
|
|
484
|
+
xs: string;
|
|
485
|
+
sm: string;
|
|
486
|
+
md: string;
|
|
487
|
+
lg: string;
|
|
488
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
489
|
+
xs: string;
|
|
490
|
+
sm: string;
|
|
491
|
+
md: string;
|
|
492
|
+
lg: string;
|
|
493
|
+
}, {
|
|
494
|
+
colors: {
|
|
495
|
+
primary: string;
|
|
496
|
+
primary500: string;
|
|
497
|
+
primary600: string;
|
|
498
|
+
secondary: string;
|
|
499
|
+
secondary100: string;
|
|
500
|
+
secondary200: string;
|
|
501
|
+
secondary300: string;
|
|
502
|
+
secondary400: string;
|
|
503
|
+
secondary500: string;
|
|
504
|
+
secondary600: string;
|
|
505
|
+
secondary700: string;
|
|
506
|
+
secondary800: string;
|
|
507
|
+
secondary900: string;
|
|
508
|
+
neutral: string;
|
|
509
|
+
neutral100: string;
|
|
510
|
+
neutral200: string;
|
|
511
|
+
neutral300: string;
|
|
512
|
+
neutral400: string;
|
|
513
|
+
neutral500: string;
|
|
514
|
+
neutral600: string;
|
|
515
|
+
neutral700: string;
|
|
516
|
+
neutral800: string;
|
|
517
|
+
neutral900: string;
|
|
518
|
+
error100: string;
|
|
519
|
+
error300: string;
|
|
520
|
+
error500: string;
|
|
521
|
+
error600: string;
|
|
522
|
+
error700: string;
|
|
523
|
+
warning100: string;
|
|
524
|
+
warning300: string;
|
|
525
|
+
warning500: string;
|
|
526
|
+
warning600: string;
|
|
527
|
+
warning700: string;
|
|
528
|
+
info: string;
|
|
529
|
+
info100: string;
|
|
530
|
+
info300: string;
|
|
531
|
+
info500: string;
|
|
532
|
+
info600: string;
|
|
533
|
+
info700: string;
|
|
534
|
+
success100: string;
|
|
535
|
+
success300: string;
|
|
536
|
+
success500: string;
|
|
537
|
+
success600: string;
|
|
538
|
+
success700: string;
|
|
539
|
+
background: string;
|
|
540
|
+
foreground: string;
|
|
541
|
+
};
|
|
542
|
+
space: {
|
|
543
|
+
0: string;
|
|
544
|
+
5: string;
|
|
545
|
+
10: string;
|
|
546
|
+
15: string;
|
|
547
|
+
20: string;
|
|
548
|
+
25: string;
|
|
549
|
+
30: string;
|
|
550
|
+
40: string;
|
|
551
|
+
46: string;
|
|
552
|
+
50: string;
|
|
553
|
+
60: string;
|
|
554
|
+
70: string;
|
|
555
|
+
80: string;
|
|
556
|
+
90: string;
|
|
557
|
+
100: string;
|
|
558
|
+
2: string;
|
|
559
|
+
4: string;
|
|
560
|
+
6: string;
|
|
561
|
+
8: string;
|
|
562
|
+
12: string;
|
|
563
|
+
16: string;
|
|
564
|
+
24: string;
|
|
565
|
+
28: string;
|
|
566
|
+
32: string;
|
|
567
|
+
};
|
|
568
|
+
radii: {
|
|
569
|
+
xs: string;
|
|
570
|
+
sm: string;
|
|
571
|
+
xm: string;
|
|
572
|
+
md: string;
|
|
573
|
+
xl: string;
|
|
574
|
+
lg: string;
|
|
575
|
+
primary: string;
|
|
576
|
+
secondary: string;
|
|
577
|
+
};
|
|
578
|
+
fontSizes: {
|
|
579
|
+
10: string;
|
|
580
|
+
12: string;
|
|
581
|
+
14: string;
|
|
582
|
+
16: string;
|
|
583
|
+
18: string;
|
|
584
|
+
20: string;
|
|
585
|
+
22: string;
|
|
586
|
+
24: string;
|
|
587
|
+
28: string;
|
|
588
|
+
32: string;
|
|
589
|
+
36: string;
|
|
590
|
+
40: string;
|
|
591
|
+
48: string;
|
|
592
|
+
};
|
|
593
|
+
fonts: {
|
|
594
|
+
primary: string;
|
|
595
|
+
widget: string;
|
|
596
|
+
};
|
|
597
|
+
fontWeights: {
|
|
598
|
+
regular: number;
|
|
599
|
+
medium: number;
|
|
600
|
+
semiBold: number;
|
|
601
|
+
bold: number;
|
|
602
|
+
};
|
|
603
|
+
lineHeights: {
|
|
604
|
+
12: string;
|
|
605
|
+
16: string;
|
|
606
|
+
20: string;
|
|
607
|
+
24: string;
|
|
608
|
+
26: string;
|
|
609
|
+
28: string;
|
|
610
|
+
30: string;
|
|
611
|
+
36: string;
|
|
612
|
+
40: string;
|
|
613
|
+
44: string;
|
|
614
|
+
52: string;
|
|
615
|
+
64: string;
|
|
616
|
+
};
|
|
617
|
+
letterSpacings: {};
|
|
618
|
+
sizes: {
|
|
619
|
+
4: string;
|
|
620
|
+
6: string;
|
|
621
|
+
8: string;
|
|
622
|
+
10: string;
|
|
623
|
+
12: string;
|
|
624
|
+
16: string;
|
|
625
|
+
18: string;
|
|
626
|
+
20: string;
|
|
627
|
+
24: string;
|
|
628
|
+
28: string;
|
|
629
|
+
30: string;
|
|
458
630
|
32: string;
|
|
459
631
|
36: string;
|
|
460
632
|
40: string;
|
|
@@ -470,10 +642,12 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
|
|
|
470
642
|
transitions: {};
|
|
471
643
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
472
644
|
export declare const Alerts: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
645
|
+
xs: string;
|
|
473
646
|
sm: string;
|
|
474
647
|
md: string;
|
|
475
648
|
lg: string;
|
|
476
649
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
650
|
+
xs: string;
|
|
477
651
|
sm: string;
|
|
478
652
|
md: string;
|
|
479
653
|
lg: string;
|
|
@@ -606,12 +780,14 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
606
780
|
4: string;
|
|
607
781
|
6: string;
|
|
608
782
|
8: string;
|
|
783
|
+
10: string;
|
|
609
784
|
12: string;
|
|
610
785
|
16: string;
|
|
611
786
|
18: string;
|
|
612
787
|
20: string;
|
|
613
788
|
24: string;
|
|
614
789
|
28: string;
|
|
790
|
+
30: string;
|
|
615
791
|
32: string;
|
|
616
792
|
36: string;
|
|
617
793
|
40: string;
|
|
@@ -627,10 +803,12 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
627
803
|
transitions: {};
|
|
628
804
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
629
805
|
export declare const PlaceholderContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
806
|
+
xs: string;
|
|
630
807
|
sm: string;
|
|
631
808
|
md: string;
|
|
632
809
|
lg: string;
|
|
633
810
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
811
|
+
xs: string;
|
|
634
812
|
sm: string;
|
|
635
813
|
md: string;
|
|
636
814
|
lg: string;
|
|
@@ -763,12 +941,14 @@ export declare const PlaceholderContainer: import("@stitches/react/types/styled-
|
|
|
763
941
|
4: string;
|
|
764
942
|
6: string;
|
|
765
943
|
8: string;
|
|
944
|
+
10: string;
|
|
766
945
|
12: string;
|
|
767
946
|
16: string;
|
|
768
947
|
18: string;
|
|
769
948
|
20: string;
|
|
770
949
|
24: string;
|
|
771
950
|
28: string;
|
|
951
|
+
30: string;
|
|
772
952
|
32: string;
|
|
773
953
|
36: string;
|
|
774
954
|
40: string;
|
|
@@ -784,10 +964,12 @@ export declare const PlaceholderContainer: import("@stitches/react/types/styled-
|
|
|
784
964
|
transitions: {};
|
|
785
965
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
786
966
|
export declare const LoaderContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
967
|
+
xs: string;
|
|
787
968
|
sm: string;
|
|
788
969
|
md: string;
|
|
789
970
|
lg: string;
|
|
790
971
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
972
|
+
xs: string;
|
|
791
973
|
sm: string;
|
|
792
974
|
md: string;
|
|
793
975
|
lg: string;
|
|
@@ -920,12 +1102,14 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
920
1102
|
4: string;
|
|
921
1103
|
6: string;
|
|
922
1104
|
8: string;
|
|
1105
|
+
10: string;
|
|
923
1106
|
12: string;
|
|
924
1107
|
16: string;
|
|
925
1108
|
18: string;
|
|
926
1109
|
20: string;
|
|
927
1110
|
24: string;
|
|
928
1111
|
28: string;
|
|
1112
|
+
30: string;
|
|
929
1113
|
32: string;
|
|
930
1114
|
36: string;
|
|
931
1115
|
40: string;
|
|
@@ -941,10 +1125,12 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
941
1125
|
transitions: {};
|
|
942
1126
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
943
1127
|
export declare const rowStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1128
|
+
xs: string;
|
|
944
1129
|
sm: string;
|
|
945
1130
|
md: string;
|
|
946
1131
|
lg: string;
|
|
947
1132
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1133
|
+
xs: string;
|
|
948
1134
|
sm: string;
|
|
949
1135
|
md: string;
|
|
950
1136
|
lg: string;
|
|
@@ -1077,12 +1263,175 @@ export declare const rowStyles: import("@stitches/react/types/styled-component")
|
|
|
1077
1263
|
4: string;
|
|
1078
1264
|
6: string;
|
|
1079
1265
|
8: string;
|
|
1266
|
+
10: string;
|
|
1080
1267
|
12: string;
|
|
1081
1268
|
16: string;
|
|
1082
1269
|
18: string;
|
|
1083
1270
|
20: string;
|
|
1084
1271
|
24: string;
|
|
1085
1272
|
28: string;
|
|
1273
|
+
30: string;
|
|
1274
|
+
32: string;
|
|
1275
|
+
36: string;
|
|
1276
|
+
40: string;
|
|
1277
|
+
45: string;
|
|
1278
|
+
48: string;
|
|
1279
|
+
};
|
|
1280
|
+
borderWidths: {};
|
|
1281
|
+
borderStyles: {};
|
|
1282
|
+
shadows: {
|
|
1283
|
+
s: string;
|
|
1284
|
+
};
|
|
1285
|
+
zIndices: {};
|
|
1286
|
+
transitions: {};
|
|
1287
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1288
|
+
export declare const datePlaceholderStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1289
|
+
xs: string;
|
|
1290
|
+
sm: string;
|
|
1291
|
+
md: string;
|
|
1292
|
+
lg: string;
|
|
1293
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
1294
|
+
xs: string;
|
|
1295
|
+
sm: string;
|
|
1296
|
+
md: string;
|
|
1297
|
+
lg: string;
|
|
1298
|
+
}, {
|
|
1299
|
+
colors: {
|
|
1300
|
+
primary: string;
|
|
1301
|
+
primary500: string;
|
|
1302
|
+
primary600: string;
|
|
1303
|
+
secondary: string;
|
|
1304
|
+
secondary100: string;
|
|
1305
|
+
secondary200: string;
|
|
1306
|
+
secondary300: string;
|
|
1307
|
+
secondary400: string;
|
|
1308
|
+
secondary500: string;
|
|
1309
|
+
secondary600: string;
|
|
1310
|
+
secondary700: string;
|
|
1311
|
+
secondary800: string;
|
|
1312
|
+
secondary900: string;
|
|
1313
|
+
neutral: string;
|
|
1314
|
+
neutral100: string;
|
|
1315
|
+
neutral200: string;
|
|
1316
|
+
neutral300: string;
|
|
1317
|
+
neutral400: string;
|
|
1318
|
+
neutral500: string;
|
|
1319
|
+
neutral600: string;
|
|
1320
|
+
neutral700: string;
|
|
1321
|
+
neutral800: string;
|
|
1322
|
+
neutral900: string;
|
|
1323
|
+
error100: string;
|
|
1324
|
+
error300: string;
|
|
1325
|
+
error500: string;
|
|
1326
|
+
error600: string;
|
|
1327
|
+
error700: string;
|
|
1328
|
+
warning100: string;
|
|
1329
|
+
warning300: string;
|
|
1330
|
+
warning500: string;
|
|
1331
|
+
warning600: string;
|
|
1332
|
+
warning700: string;
|
|
1333
|
+
info: string;
|
|
1334
|
+
info100: string;
|
|
1335
|
+
info300: string;
|
|
1336
|
+
info500: string;
|
|
1337
|
+
info600: string;
|
|
1338
|
+
info700: string;
|
|
1339
|
+
success100: string;
|
|
1340
|
+
success300: string;
|
|
1341
|
+
success500: string;
|
|
1342
|
+
success600: string;
|
|
1343
|
+
success700: string;
|
|
1344
|
+
background: string;
|
|
1345
|
+
foreground: string;
|
|
1346
|
+
};
|
|
1347
|
+
space: {
|
|
1348
|
+
0: string;
|
|
1349
|
+
5: string;
|
|
1350
|
+
10: string;
|
|
1351
|
+
15: string;
|
|
1352
|
+
20: string;
|
|
1353
|
+
25: string;
|
|
1354
|
+
30: string;
|
|
1355
|
+
40: string;
|
|
1356
|
+
46: string;
|
|
1357
|
+
50: string;
|
|
1358
|
+
60: string;
|
|
1359
|
+
70: string;
|
|
1360
|
+
80: string;
|
|
1361
|
+
90: string;
|
|
1362
|
+
100: string;
|
|
1363
|
+
2: string;
|
|
1364
|
+
4: string;
|
|
1365
|
+
6: string;
|
|
1366
|
+
8: string;
|
|
1367
|
+
12: string;
|
|
1368
|
+
16: string;
|
|
1369
|
+
24: string;
|
|
1370
|
+
28: string;
|
|
1371
|
+
32: string;
|
|
1372
|
+
};
|
|
1373
|
+
radii: {
|
|
1374
|
+
xs: string;
|
|
1375
|
+
sm: string;
|
|
1376
|
+
xm: string;
|
|
1377
|
+
md: string;
|
|
1378
|
+
xl: string;
|
|
1379
|
+
lg: string;
|
|
1380
|
+
primary: string;
|
|
1381
|
+
secondary: string;
|
|
1382
|
+
};
|
|
1383
|
+
fontSizes: {
|
|
1384
|
+
10: string;
|
|
1385
|
+
12: string;
|
|
1386
|
+
14: string;
|
|
1387
|
+
16: string;
|
|
1388
|
+
18: string;
|
|
1389
|
+
20: string;
|
|
1390
|
+
22: string;
|
|
1391
|
+
24: string;
|
|
1392
|
+
28: string;
|
|
1393
|
+
32: string;
|
|
1394
|
+
36: string;
|
|
1395
|
+
40: string;
|
|
1396
|
+
48: string;
|
|
1397
|
+
};
|
|
1398
|
+
fonts: {
|
|
1399
|
+
primary: string;
|
|
1400
|
+
widget: string;
|
|
1401
|
+
};
|
|
1402
|
+
fontWeights: {
|
|
1403
|
+
regular: number;
|
|
1404
|
+
medium: number;
|
|
1405
|
+
semiBold: number;
|
|
1406
|
+
bold: number;
|
|
1407
|
+
};
|
|
1408
|
+
lineHeights: {
|
|
1409
|
+
12: string;
|
|
1410
|
+
16: string;
|
|
1411
|
+
20: string;
|
|
1412
|
+
24: string;
|
|
1413
|
+
26: string;
|
|
1414
|
+
28: string;
|
|
1415
|
+
30: string;
|
|
1416
|
+
36: string;
|
|
1417
|
+
40: string;
|
|
1418
|
+
44: string;
|
|
1419
|
+
52: string;
|
|
1420
|
+
64: string;
|
|
1421
|
+
};
|
|
1422
|
+
letterSpacings: {};
|
|
1423
|
+
sizes: {
|
|
1424
|
+
4: string;
|
|
1425
|
+
6: string;
|
|
1426
|
+
8: string;
|
|
1427
|
+
10: string;
|
|
1428
|
+
12: string;
|
|
1429
|
+
16: string;
|
|
1430
|
+
18: string;
|
|
1431
|
+
20: string;
|
|
1432
|
+
24: string;
|
|
1433
|
+
28: string;
|
|
1434
|
+
30: string;
|
|
1086
1435
|
32: string;
|
|
1087
1436
|
36: string;
|
|
1088
1437
|
40: string;
|
|
@@ -1098,10 +1447,12 @@ export declare const rowStyles: import("@stitches/react/types/styled-component")
|
|
|
1098
1447
|
transitions: {};
|
|
1099
1448
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1100
1449
|
export declare const requestIdStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1450
|
+
xs: string;
|
|
1101
1451
|
sm: string;
|
|
1102
1452
|
md: string;
|
|
1103
1453
|
lg: string;
|
|
1104
1454
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1455
|
+
xs: string;
|
|
1105
1456
|
sm: string;
|
|
1106
1457
|
md: string;
|
|
1107
1458
|
lg: string;
|
|
@@ -1234,12 +1585,14 @@ export declare const requestIdStyles: import("@stitches/react/types/styled-compo
|
|
|
1234
1585
|
4: string;
|
|
1235
1586
|
6: string;
|
|
1236
1587
|
8: string;
|
|
1588
|
+
10: string;
|
|
1237
1589
|
12: string;
|
|
1238
1590
|
16: string;
|
|
1239
1591
|
18: string;
|
|
1240
1592
|
20: string;
|
|
1241
1593
|
24: string;
|
|
1242
1594
|
28: string;
|
|
1595
|
+
30: string;
|
|
1243
1596
|
32: string;
|
|
1244
1597
|
36: string;
|
|
1245
1598
|
40: string;
|
|
@@ -1255,10 +1608,12 @@ export declare const requestIdStyles: import("@stitches/react/types/styled-compo
|
|
|
1255
1608
|
transitions: {};
|
|
1256
1609
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1257
1610
|
export declare const outputStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1611
|
+
xs: string;
|
|
1258
1612
|
sm: string;
|
|
1259
1613
|
md: string;
|
|
1260
1614
|
lg: string;
|
|
1261
1615
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1616
|
+
xs: string;
|
|
1262
1617
|
sm: string;
|
|
1263
1618
|
md: string;
|
|
1264
1619
|
lg: string;
|
|
@@ -1391,12 +1746,14 @@ export declare const outputStyles: import("@stitches/react/types/styled-componen
|
|
|
1391
1746
|
4: string;
|
|
1392
1747
|
6: string;
|
|
1393
1748
|
8: string;
|
|
1749
|
+
10: string;
|
|
1394
1750
|
12: string;
|
|
1395
1751
|
16: string;
|
|
1396
1752
|
18: string;
|
|
1397
1753
|
20: string;
|
|
1398
1754
|
24: string;
|
|
1399
1755
|
28: string;
|
|
1756
|
+
30: string;
|
|
1400
1757
|
32: string;
|
|
1401
1758
|
36: string;
|
|
1402
1759
|
40: string;
|
|
@@ -1412,10 +1769,173 @@ export declare const outputStyles: import("@stitches/react/types/styled-componen
|
|
|
1412
1769
|
transitions: {};
|
|
1413
1770
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1414
1771
|
export declare const titleStepsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1772
|
+
xs: string;
|
|
1773
|
+
sm: string;
|
|
1774
|
+
md: string;
|
|
1775
|
+
lg: string;
|
|
1776
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
1777
|
+
xs: string;
|
|
1778
|
+
sm: string;
|
|
1779
|
+
md: string;
|
|
1780
|
+
lg: string;
|
|
1781
|
+
}, {
|
|
1782
|
+
colors: {
|
|
1783
|
+
primary: string;
|
|
1784
|
+
primary500: string;
|
|
1785
|
+
primary600: string;
|
|
1786
|
+
secondary: string;
|
|
1787
|
+
secondary100: string;
|
|
1788
|
+
secondary200: string;
|
|
1789
|
+
secondary300: string;
|
|
1790
|
+
secondary400: string;
|
|
1791
|
+
secondary500: string;
|
|
1792
|
+
secondary600: string;
|
|
1793
|
+
secondary700: string;
|
|
1794
|
+
secondary800: string;
|
|
1795
|
+
secondary900: string;
|
|
1796
|
+
neutral: string;
|
|
1797
|
+
neutral100: string;
|
|
1798
|
+
neutral200: string;
|
|
1799
|
+
neutral300: string;
|
|
1800
|
+
neutral400: string;
|
|
1801
|
+
neutral500: string;
|
|
1802
|
+
neutral600: string;
|
|
1803
|
+
neutral700: string;
|
|
1804
|
+
neutral800: string;
|
|
1805
|
+
neutral900: string;
|
|
1806
|
+
error100: string;
|
|
1807
|
+
error300: string;
|
|
1808
|
+
error500: string;
|
|
1809
|
+
error600: string;
|
|
1810
|
+
error700: string;
|
|
1811
|
+
warning100: string;
|
|
1812
|
+
warning300: string;
|
|
1813
|
+
warning500: string;
|
|
1814
|
+
warning600: string;
|
|
1815
|
+
warning700: string;
|
|
1816
|
+
info: string;
|
|
1817
|
+
info100: string;
|
|
1818
|
+
info300: string;
|
|
1819
|
+
info500: string;
|
|
1820
|
+
info600: string;
|
|
1821
|
+
info700: string;
|
|
1822
|
+
success100: string;
|
|
1823
|
+
success300: string;
|
|
1824
|
+
success500: string;
|
|
1825
|
+
success600: string;
|
|
1826
|
+
success700: string;
|
|
1827
|
+
background: string;
|
|
1828
|
+
foreground: string;
|
|
1829
|
+
};
|
|
1830
|
+
space: {
|
|
1831
|
+
0: string;
|
|
1832
|
+
5: string;
|
|
1833
|
+
10: string;
|
|
1834
|
+
15: string;
|
|
1835
|
+
20: string;
|
|
1836
|
+
25: string;
|
|
1837
|
+
30: string;
|
|
1838
|
+
40: string;
|
|
1839
|
+
46: string;
|
|
1840
|
+
50: string;
|
|
1841
|
+
60: string;
|
|
1842
|
+
70: string;
|
|
1843
|
+
80: string;
|
|
1844
|
+
90: string;
|
|
1845
|
+
100: string;
|
|
1846
|
+
2: string;
|
|
1847
|
+
4: string;
|
|
1848
|
+
6: string;
|
|
1849
|
+
8: string;
|
|
1850
|
+
12: string;
|
|
1851
|
+
16: string;
|
|
1852
|
+
24: string;
|
|
1853
|
+
28: string;
|
|
1854
|
+
32: string;
|
|
1855
|
+
};
|
|
1856
|
+
radii: {
|
|
1857
|
+
xs: string;
|
|
1858
|
+
sm: string;
|
|
1859
|
+
xm: string;
|
|
1860
|
+
md: string;
|
|
1861
|
+
xl: string;
|
|
1862
|
+
lg: string;
|
|
1863
|
+
primary: string;
|
|
1864
|
+
secondary: string;
|
|
1865
|
+
};
|
|
1866
|
+
fontSizes: {
|
|
1867
|
+
10: string;
|
|
1868
|
+
12: string;
|
|
1869
|
+
14: string;
|
|
1870
|
+
16: string;
|
|
1871
|
+
18: string;
|
|
1872
|
+
20: string;
|
|
1873
|
+
22: string;
|
|
1874
|
+
24: string;
|
|
1875
|
+
28: string;
|
|
1876
|
+
32: string;
|
|
1877
|
+
36: string;
|
|
1878
|
+
40: string;
|
|
1879
|
+
48: string;
|
|
1880
|
+
};
|
|
1881
|
+
fonts: {
|
|
1882
|
+
primary: string;
|
|
1883
|
+
widget: string;
|
|
1884
|
+
};
|
|
1885
|
+
fontWeights: {
|
|
1886
|
+
regular: number;
|
|
1887
|
+
medium: number;
|
|
1888
|
+
semiBold: number;
|
|
1889
|
+
bold: number;
|
|
1890
|
+
};
|
|
1891
|
+
lineHeights: {
|
|
1892
|
+
12: string;
|
|
1893
|
+
16: string;
|
|
1894
|
+
20: string;
|
|
1895
|
+
24: string;
|
|
1896
|
+
26: string;
|
|
1897
|
+
28: string;
|
|
1898
|
+
30: string;
|
|
1899
|
+
36: string;
|
|
1900
|
+
40: string;
|
|
1901
|
+
44: string;
|
|
1902
|
+
52: string;
|
|
1903
|
+
64: string;
|
|
1904
|
+
};
|
|
1905
|
+
letterSpacings: {};
|
|
1906
|
+
sizes: {
|
|
1907
|
+
4: string;
|
|
1908
|
+
6: string;
|
|
1909
|
+
8: string;
|
|
1910
|
+
10: string;
|
|
1911
|
+
12: string;
|
|
1912
|
+
16: string;
|
|
1913
|
+
18: string;
|
|
1914
|
+
20: string;
|
|
1915
|
+
24: string;
|
|
1916
|
+
28: string;
|
|
1917
|
+
30: string;
|
|
1918
|
+
32: string;
|
|
1919
|
+
36: string;
|
|
1920
|
+
40: string;
|
|
1921
|
+
45: string;
|
|
1922
|
+
48: string;
|
|
1923
|
+
};
|
|
1924
|
+
borderWidths: {};
|
|
1925
|
+
borderStyles: {};
|
|
1926
|
+
shadows: {
|
|
1927
|
+
s: string;
|
|
1928
|
+
};
|
|
1929
|
+
zIndices: {};
|
|
1930
|
+
transitions: {};
|
|
1931
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1932
|
+
export declare const StyledLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
|
|
1933
|
+
xs: string;
|
|
1415
1934
|
sm: string;
|
|
1416
1935
|
md: string;
|
|
1417
1936
|
lg: string;
|
|
1418
1937
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1938
|
+
xs: string;
|
|
1419
1939
|
sm: string;
|
|
1420
1940
|
md: string;
|
|
1421
1941
|
lg: string;
|
|
@@ -1548,12 +2068,14 @@ export declare const titleStepsStyles: import("@stitches/react/types/styled-comp
|
|
|
1548
2068
|
4: string;
|
|
1549
2069
|
6: string;
|
|
1550
2070
|
8: string;
|
|
2071
|
+
10: string;
|
|
1551
2072
|
12: string;
|
|
1552
2073
|
16: string;
|
|
1553
2074
|
18: string;
|
|
1554
2075
|
20: string;
|
|
1555
2076
|
24: string;
|
|
1556
2077
|
28: string;
|
|
2078
|
+
30: string;
|
|
1557
2079
|
32: string;
|
|
1558
2080
|
36: string;
|
|
1559
2081
|
40: string;
|