@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
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
export declare const HeaderButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
|
|
3
3
|
children?: import("react").ReactNode;
|
|
4
4
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
5
|
+
xs: string;
|
|
5
6
|
sm: string;
|
|
6
7
|
md: string;
|
|
7
8
|
lg: string;
|
|
8
9
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
10
|
+
xs: string;
|
|
9
11
|
sm: string;
|
|
10
12
|
md: string;
|
|
11
13
|
lg: string;
|
|
@@ -138,12 +140,14 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
138
140
|
4: string;
|
|
139
141
|
6: string;
|
|
140
142
|
8: string;
|
|
143
|
+
10: string;
|
|
141
144
|
12: string;
|
|
142
145
|
16: string;
|
|
143
146
|
18: string;
|
|
144
147
|
20: string;
|
|
145
148
|
24: string;
|
|
146
149
|
28: string;
|
|
150
|
+
30: string;
|
|
147
151
|
32: string;
|
|
148
152
|
36: string;
|
|
149
153
|
40: string;
|
|
@@ -159,10 +163,12 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
159
163
|
transitions: {};
|
|
160
164
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
161
165
|
export declare const ConnectedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
166
|
+
xs: string;
|
|
162
167
|
sm: string;
|
|
163
168
|
md: string;
|
|
164
169
|
lg: string;
|
|
165
170
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
171
|
+
xs: string;
|
|
166
172
|
sm: string;
|
|
167
173
|
md: string;
|
|
168
174
|
lg: string;
|
|
@@ -295,12 +301,14 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
295
301
|
4: string;
|
|
296
302
|
6: string;
|
|
297
303
|
8: string;
|
|
304
|
+
10: string;
|
|
298
305
|
12: string;
|
|
299
306
|
16: string;
|
|
300
307
|
18: string;
|
|
301
308
|
20: string;
|
|
302
309
|
24: string;
|
|
303
310
|
28: string;
|
|
311
|
+
30: string;
|
|
304
312
|
32: string;
|
|
305
313
|
36: string;
|
|
306
314
|
40: string;
|
|
@@ -316,10 +324,12 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
316
324
|
transitions: {};
|
|
317
325
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
318
326
|
export declare const SuffixContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
327
|
+
xs: string;
|
|
319
328
|
sm: string;
|
|
320
329
|
md: string;
|
|
321
330
|
lg: string;
|
|
322
331
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
332
|
+
xs: string;
|
|
323
333
|
sm: string;
|
|
324
334
|
md: string;
|
|
325
335
|
lg: string;
|
|
@@ -452,12 +462,14 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
452
462
|
4: string;
|
|
453
463
|
6: string;
|
|
454
464
|
8: string;
|
|
465
|
+
10: string;
|
|
455
466
|
12: string;
|
|
456
467
|
16: string;
|
|
457
468
|
18: string;
|
|
458
469
|
20: string;
|
|
459
470
|
24: string;
|
|
460
471
|
28: string;
|
|
472
|
+
30: string;
|
|
461
473
|
32: string;
|
|
462
474
|
36: string;
|
|
463
475
|
40: string;
|
|
@@ -473,10 +485,12 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
473
485
|
transitions: {};
|
|
474
486
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
475
487
|
export declare const NotificationsBadgeContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
488
|
+
xs: string;
|
|
476
489
|
sm: string;
|
|
477
490
|
md: string;
|
|
478
491
|
lg: string;
|
|
479
492
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
493
|
+
xs: string;
|
|
480
494
|
sm: string;
|
|
481
495
|
md: string;
|
|
482
496
|
lg: string;
|
|
@@ -609,12 +623,177 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
|
|
|
609
623
|
4: string;
|
|
610
624
|
6: string;
|
|
611
625
|
8: string;
|
|
626
|
+
10: string;
|
|
612
627
|
12: string;
|
|
613
628
|
16: string;
|
|
614
629
|
18: string;
|
|
615
630
|
20: string;
|
|
616
631
|
24: string;
|
|
617
632
|
28: string;
|
|
633
|
+
30: string;
|
|
634
|
+
32: string;
|
|
635
|
+
36: string;
|
|
636
|
+
40: string;
|
|
637
|
+
45: string;
|
|
638
|
+
48: string;
|
|
639
|
+
};
|
|
640
|
+
borderWidths: {};
|
|
641
|
+
borderStyles: {};
|
|
642
|
+
shadows: {
|
|
643
|
+
s: string;
|
|
644
|
+
};
|
|
645
|
+
zIndices: {};
|
|
646
|
+
transitions: {};
|
|
647
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
648
|
+
export declare const ProgressIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
649
|
+
isRefetched?: boolean | "true" | undefined;
|
|
650
|
+
}, {
|
|
651
|
+
xs: string;
|
|
652
|
+
sm: string;
|
|
653
|
+
md: string;
|
|
654
|
+
lg: string;
|
|
655
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
656
|
+
xs: string;
|
|
657
|
+
sm: string;
|
|
658
|
+
md: string;
|
|
659
|
+
lg: string;
|
|
660
|
+
}, {
|
|
661
|
+
colors: {
|
|
662
|
+
primary: string;
|
|
663
|
+
primary500: string;
|
|
664
|
+
primary600: string;
|
|
665
|
+
secondary: string;
|
|
666
|
+
secondary100: string;
|
|
667
|
+
secondary200: string;
|
|
668
|
+
secondary300: string;
|
|
669
|
+
secondary400: string;
|
|
670
|
+
secondary500: string;
|
|
671
|
+
secondary600: string;
|
|
672
|
+
secondary700: string;
|
|
673
|
+
secondary800: string;
|
|
674
|
+
secondary900: string;
|
|
675
|
+
neutral: string;
|
|
676
|
+
neutral100: string;
|
|
677
|
+
neutral200: string;
|
|
678
|
+
neutral300: string;
|
|
679
|
+
neutral400: string;
|
|
680
|
+
neutral500: string;
|
|
681
|
+
neutral600: string;
|
|
682
|
+
neutral700: string;
|
|
683
|
+
neutral800: string;
|
|
684
|
+
neutral900: string;
|
|
685
|
+
error100: string;
|
|
686
|
+
error300: string;
|
|
687
|
+
error500: string;
|
|
688
|
+
error600: string;
|
|
689
|
+
error700: string;
|
|
690
|
+
warning100: string;
|
|
691
|
+
warning300: string;
|
|
692
|
+
warning500: string;
|
|
693
|
+
warning600: string;
|
|
694
|
+
warning700: string;
|
|
695
|
+
info: string;
|
|
696
|
+
info100: string;
|
|
697
|
+
info300: string;
|
|
698
|
+
info500: string;
|
|
699
|
+
info600: string;
|
|
700
|
+
info700: string;
|
|
701
|
+
success100: string;
|
|
702
|
+
success300: string;
|
|
703
|
+
success500: string;
|
|
704
|
+
success600: string;
|
|
705
|
+
success700: string;
|
|
706
|
+
background: string;
|
|
707
|
+
foreground: string;
|
|
708
|
+
};
|
|
709
|
+
space: {
|
|
710
|
+
0: string;
|
|
711
|
+
5: string;
|
|
712
|
+
10: string;
|
|
713
|
+
15: string;
|
|
714
|
+
20: string;
|
|
715
|
+
25: string;
|
|
716
|
+
30: string;
|
|
717
|
+
40: string;
|
|
718
|
+
46: string;
|
|
719
|
+
50: string;
|
|
720
|
+
60: string;
|
|
721
|
+
70: string;
|
|
722
|
+
80: string;
|
|
723
|
+
90: string;
|
|
724
|
+
100: string;
|
|
725
|
+
2: string;
|
|
726
|
+
4: string;
|
|
727
|
+
6: string;
|
|
728
|
+
8: string;
|
|
729
|
+
12: string;
|
|
730
|
+
16: string;
|
|
731
|
+
24: string;
|
|
732
|
+
28: string;
|
|
733
|
+
32: string;
|
|
734
|
+
};
|
|
735
|
+
radii: {
|
|
736
|
+
xs: string;
|
|
737
|
+
sm: string;
|
|
738
|
+
xm: string;
|
|
739
|
+
md: string;
|
|
740
|
+
xl: string;
|
|
741
|
+
lg: string;
|
|
742
|
+
primary: string;
|
|
743
|
+
secondary: string;
|
|
744
|
+
};
|
|
745
|
+
fontSizes: {
|
|
746
|
+
10: string;
|
|
747
|
+
12: string;
|
|
748
|
+
14: string;
|
|
749
|
+
16: string;
|
|
750
|
+
18: string;
|
|
751
|
+
20: string;
|
|
752
|
+
22: string;
|
|
753
|
+
24: string;
|
|
754
|
+
28: string;
|
|
755
|
+
32: string;
|
|
756
|
+
36: string;
|
|
757
|
+
40: string;
|
|
758
|
+
48: string;
|
|
759
|
+
};
|
|
760
|
+
fonts: {
|
|
761
|
+
primary: string;
|
|
762
|
+
widget: string;
|
|
763
|
+
};
|
|
764
|
+
fontWeights: {
|
|
765
|
+
regular: number;
|
|
766
|
+
medium: number;
|
|
767
|
+
semiBold: number;
|
|
768
|
+
bold: number;
|
|
769
|
+
};
|
|
770
|
+
lineHeights: {
|
|
771
|
+
12: string;
|
|
772
|
+
16: string;
|
|
773
|
+
20: string;
|
|
774
|
+
24: string;
|
|
775
|
+
26: string;
|
|
776
|
+
28: string;
|
|
777
|
+
30: string;
|
|
778
|
+
36: string;
|
|
779
|
+
40: string;
|
|
780
|
+
44: string;
|
|
781
|
+
52: string;
|
|
782
|
+
64: string;
|
|
783
|
+
};
|
|
784
|
+
letterSpacings: {};
|
|
785
|
+
sizes: {
|
|
786
|
+
4: string;
|
|
787
|
+
6: string;
|
|
788
|
+
8: string;
|
|
789
|
+
10: string;
|
|
790
|
+
12: string;
|
|
791
|
+
16: string;
|
|
792
|
+
18: string;
|
|
793
|
+
20: string;
|
|
794
|
+
24: string;
|
|
795
|
+
28: string;
|
|
796
|
+
30: string;
|
|
618
797
|
32: string;
|
|
619
798
|
36: string;
|
|
620
799
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUvB,CAAC"}
|
|
@@ -4,10 +4,8 @@ export interface PropTypes {
|
|
|
4
4
|
container?: HTMLElement;
|
|
5
5
|
}
|
|
6
6
|
export interface HomeButtonsPropTypes {
|
|
7
|
-
layoutRef: HTMLDivElement | null;
|
|
8
7
|
onClickRefresh?: () => void;
|
|
9
8
|
onClickHistory?: () => void;
|
|
10
9
|
onClickSettings?: () => void;
|
|
11
|
-
onClickNotifications?: () => void;
|
|
12
10
|
}
|
|
13
11
|
//# sourceMappingURL=HeaderButtons.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderButtons.types.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB;AACD,MAAM,WAAW,oBAAoB;IACnC,
|
|
1
|
+
{"version":3,"file":"HeaderButtons.types.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB;AACD,MAAM,WAAW,oBAAoB;IACnC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAC9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HomeButtons.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HomeButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"HomeButtons.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HomeButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAUlE,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,oBAAoB,qBAuDtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefreshButton.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/RefreshButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAA;CAAE,qBAqExE;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { PropTypes } from './Layout.types';
|
|
2
|
+
import type { PropsWithChildren } from 'react';
|
|
2
3
|
import React from 'react';
|
|
3
|
-
declare
|
|
4
|
-
children?: React.ReactNode;
|
|
5
|
-
} & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare function Layout(props: PropsWithChildren<PropTypes>): React.JSX.Element;
|
|
6
5
|
export { Layout };
|
|
7
6
|
//# sourceMappingURL=Layout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAA4B,MAAM,OAAO,CAAC;AAejD,iBAAS,MAAM,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBA2ElD;AACD,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Layout.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.helpers.ts"],"names":[],"mappings":"AAEA,wBAAgB,sCAAsC,CAAC,CAAC,EAAE,KAAK,QAa9D"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
2
|
-
|
|
2
|
+
height?: "auto" | "fixed" | undefined;
|
|
3
3
|
}, {
|
|
4
|
+
xs: string;
|
|
4
5
|
sm: string;
|
|
5
6
|
md: string;
|
|
6
7
|
lg: string;
|
|
7
8
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
9
|
+
xs: string;
|
|
8
10
|
sm: string;
|
|
9
11
|
md: string;
|
|
10
12
|
lg: string;
|
|
@@ -137,12 +139,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
137
139
|
4: string;
|
|
138
140
|
6: string;
|
|
139
141
|
8: string;
|
|
142
|
+
10: string;
|
|
140
143
|
12: string;
|
|
141
144
|
16: string;
|
|
142
145
|
18: string;
|
|
143
146
|
20: string;
|
|
144
147
|
24: string;
|
|
145
148
|
28: string;
|
|
149
|
+
30: string;
|
|
146
150
|
32: string;
|
|
147
151
|
36: string;
|
|
148
152
|
40: string;
|
|
@@ -157,13 +161,13 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
157
161
|
zIndices: {};
|
|
158
162
|
transitions: {};
|
|
159
163
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
160
|
-
export declare const Content: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
161
|
-
|
|
162
|
-
}, {
|
|
164
|
+
export declare const Content: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
165
|
+
xs: string;
|
|
163
166
|
sm: string;
|
|
164
167
|
md: string;
|
|
165
168
|
lg: string;
|
|
166
169
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
170
|
+
xs: string;
|
|
167
171
|
sm: string;
|
|
168
172
|
md: string;
|
|
169
173
|
lg: string;
|
|
@@ -296,12 +300,14 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
296
300
|
4: string;
|
|
297
301
|
6: string;
|
|
298
302
|
8: string;
|
|
303
|
+
10: string;
|
|
299
304
|
12: string;
|
|
300
305
|
16: string;
|
|
301
306
|
18: string;
|
|
302
307
|
20: string;
|
|
303
308
|
24: string;
|
|
304
309
|
28: string;
|
|
310
|
+
30: string;
|
|
305
311
|
32: string;
|
|
306
312
|
36: string;
|
|
307
313
|
40: string;
|
|
@@ -317,10 +323,12 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
317
323
|
transitions: {};
|
|
318
324
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
319
325
|
export declare const Footer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
326
|
+
xs: string;
|
|
320
327
|
sm: string;
|
|
321
328
|
md: string;
|
|
322
329
|
lg: string;
|
|
323
330
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
331
|
+
xs: string;
|
|
324
332
|
sm: string;
|
|
325
333
|
md: string;
|
|
326
334
|
lg: string;
|
|
@@ -453,12 +461,14 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
453
461
|
4: string;
|
|
454
462
|
6: string;
|
|
455
463
|
8: string;
|
|
464
|
+
10: string;
|
|
456
465
|
12: string;
|
|
457
466
|
16: string;
|
|
458
467
|
18: string;
|
|
459
468
|
20: string;
|
|
460
469
|
24: string;
|
|
461
470
|
28: string;
|
|
471
|
+
30: string;
|
|
462
472
|
32: string;
|
|
463
473
|
36: string;
|
|
464
474
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuBpB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQlB,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQjB,CAAC"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import type { Container } from './Layout.styles';
|
|
3
|
+
import type * as Stitches from '@stitches/react';
|
|
4
|
+
type ContainerProps = Stitches.VariantProps<typeof Container>;
|
|
5
|
+
type ContainerHeightProp = NonNullable<Exclude<ContainerProps['height'], object>>;
|
|
2
6
|
export interface PropTypes {
|
|
3
7
|
header: {
|
|
4
8
|
title: string;
|
|
@@ -10,8 +14,7 @@ export interface PropTypes {
|
|
|
10
14
|
};
|
|
11
15
|
hasLogo?: boolean;
|
|
12
16
|
footer?: React.ReactNode;
|
|
13
|
-
|
|
14
|
-
fixedHeight?: boolean;
|
|
17
|
+
height?: ContainerHeightProp;
|
|
15
18
|
}
|
|
16
|
-
export
|
|
19
|
+
export {};
|
|
17
20
|
//# sourceMappingURL=Layout.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.types.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.types.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"Layout.types.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAEjD,KAAK,cAAc,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC;AAC9D,KAAK,mBAAmB,GAAG,WAAW,CACpC,OAAO,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,CAC1C,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;QACtB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACzB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;KACvB,CAAC;IACF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,mBAAmB,CAAC;CAC9B"}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
declare const PageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
2
|
+
view?: boolean | "true" | undefined;
|
|
3
|
+
compact?: boolean | "true" | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
xs: string;
|
|
6
|
+
sm: string;
|
|
7
|
+
md: string;
|
|
8
|
+
lg: string;
|
|
9
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
10
|
+
xs: string;
|
|
11
|
+
sm: string;
|
|
12
|
+
md: string;
|
|
13
|
+
lg: string;
|
|
14
|
+
}, {
|
|
15
|
+
colors: {
|
|
16
|
+
primary: string;
|
|
17
|
+
primary500: string;
|
|
18
|
+
primary600: string;
|
|
19
|
+
secondary: string;
|
|
20
|
+
secondary100: string;
|
|
21
|
+
secondary200: string;
|
|
22
|
+
secondary300: string;
|
|
23
|
+
secondary400: string;
|
|
24
|
+
secondary500: string;
|
|
25
|
+
secondary600: string;
|
|
26
|
+
secondary700: string;
|
|
27
|
+
secondary800: string;
|
|
28
|
+
secondary900: string;
|
|
29
|
+
neutral: string;
|
|
30
|
+
neutral100: string;
|
|
31
|
+
neutral200: string;
|
|
32
|
+
neutral300: string;
|
|
33
|
+
neutral400: string;
|
|
34
|
+
neutral500: string;
|
|
35
|
+
neutral600: string;
|
|
36
|
+
neutral700: string;
|
|
37
|
+
neutral800: string;
|
|
38
|
+
neutral900: string;
|
|
39
|
+
error100: string;
|
|
40
|
+
error300: string;
|
|
41
|
+
error500: string;
|
|
42
|
+
error600: string;
|
|
43
|
+
error700: string;
|
|
44
|
+
warning100: string;
|
|
45
|
+
warning300: string;
|
|
46
|
+
warning500: string;
|
|
47
|
+
warning600: string;
|
|
48
|
+
warning700: string;
|
|
49
|
+
info: string;
|
|
50
|
+
info100: string;
|
|
51
|
+
info300: string;
|
|
52
|
+
info500: string;
|
|
53
|
+
info600: string;
|
|
54
|
+
info700: string;
|
|
55
|
+
success100: string;
|
|
56
|
+
success300: string;
|
|
57
|
+
success500: string;
|
|
58
|
+
success600: string;
|
|
59
|
+
success700: string;
|
|
60
|
+
background: string;
|
|
61
|
+
foreground: string;
|
|
62
|
+
};
|
|
63
|
+
space: {
|
|
64
|
+
0: string;
|
|
65
|
+
5: string;
|
|
66
|
+
10: string;
|
|
67
|
+
15: string;
|
|
68
|
+
20: string;
|
|
69
|
+
25: string;
|
|
70
|
+
30: string;
|
|
71
|
+
40: string;
|
|
72
|
+
46: string;
|
|
73
|
+
50: string;
|
|
74
|
+
60: string;
|
|
75
|
+
70: string;
|
|
76
|
+
80: string;
|
|
77
|
+
90: string;
|
|
78
|
+
100: string;
|
|
79
|
+
2: string;
|
|
80
|
+
4: string;
|
|
81
|
+
6: string;
|
|
82
|
+
8: string;
|
|
83
|
+
12: string;
|
|
84
|
+
16: string;
|
|
85
|
+
24: string;
|
|
86
|
+
28: string;
|
|
87
|
+
32: string;
|
|
88
|
+
};
|
|
89
|
+
radii: {
|
|
90
|
+
xs: string;
|
|
91
|
+
sm: string;
|
|
92
|
+
xm: string;
|
|
93
|
+
md: string;
|
|
94
|
+
xl: string;
|
|
95
|
+
lg: string;
|
|
96
|
+
primary: string;
|
|
97
|
+
secondary: string;
|
|
98
|
+
};
|
|
99
|
+
fontSizes: {
|
|
100
|
+
10: string;
|
|
101
|
+
12: string;
|
|
102
|
+
14: string;
|
|
103
|
+
16: string;
|
|
104
|
+
18: string;
|
|
105
|
+
20: string;
|
|
106
|
+
22: string;
|
|
107
|
+
24: string;
|
|
108
|
+
28: string;
|
|
109
|
+
32: string;
|
|
110
|
+
36: string;
|
|
111
|
+
40: string;
|
|
112
|
+
48: string;
|
|
113
|
+
};
|
|
114
|
+
fonts: {
|
|
115
|
+
primary: string;
|
|
116
|
+
widget: string;
|
|
117
|
+
};
|
|
118
|
+
fontWeights: {
|
|
119
|
+
regular: number;
|
|
120
|
+
medium: number;
|
|
121
|
+
semiBold: number;
|
|
122
|
+
bold: number;
|
|
123
|
+
};
|
|
124
|
+
lineHeights: {
|
|
125
|
+
12: string;
|
|
126
|
+
16: string;
|
|
127
|
+
20: string;
|
|
128
|
+
24: string;
|
|
129
|
+
26: string;
|
|
130
|
+
28: string;
|
|
131
|
+
30: string;
|
|
132
|
+
36: string;
|
|
133
|
+
40: string;
|
|
134
|
+
44: string;
|
|
135
|
+
52: string;
|
|
136
|
+
64: string;
|
|
137
|
+
};
|
|
138
|
+
letterSpacings: {};
|
|
139
|
+
sizes: {
|
|
140
|
+
4: string;
|
|
141
|
+
6: string;
|
|
142
|
+
8: string;
|
|
143
|
+
10: string;
|
|
144
|
+
12: string;
|
|
145
|
+
16: string;
|
|
146
|
+
18: string;
|
|
147
|
+
20: string;
|
|
148
|
+
24: string;
|
|
149
|
+
28: string;
|
|
150
|
+
30: string;
|
|
151
|
+
32: string;
|
|
152
|
+
36: string;
|
|
153
|
+
40: string;
|
|
154
|
+
45: string;
|
|
155
|
+
48: string;
|
|
156
|
+
};
|
|
157
|
+
borderWidths: {};
|
|
158
|
+
borderStyles: {};
|
|
159
|
+
shadows: {
|
|
160
|
+
s: string;
|
|
161
|
+
};
|
|
162
|
+
zIndices: {};
|
|
163
|
+
transitions: {};
|
|
164
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
165
|
+
export { PageContainer };
|
|
166
|
+
//# sourceMappingURL=PageContainer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/PageContainer.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBjB,CAAC;AAEH,OAAO,EAAE,aAAa,EAAE,CAAC"}
|