@rango-dev/widget-embedded 0.14.1-next.2 → 0.14.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/Widget.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts +8 -0
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.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 +60 -0
- 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.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/HeaderButtons/HeaderButtons.styles.d.ts +16 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/Layout/Layout.styles.d.ts +12 -0
- package/dist/components/Layout/Layout.styles.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 +12 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NoRoutes/NoRoutes.styles.d.ts +12 -0
- package/dist/components/NoRoutes/NoRoutes.styles.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/RouteErrors/RouteErrors.styles.d.ts +16 -0
- package/dist/components/RouteErrors/RouteErrors.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 +16 -0
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +16 -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.styles.d.ts +24 -0
- package/dist/components/SwapDetails/SwapDetails.styles.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/SwapDetailsModal/SwapDetailsModal.styles.d.ts +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +16 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +40 -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/constants/configs.d.ts +2 -0
- package/dist/constants/configs.d.ts.map +1 -0
- package/dist/constants/errors.d.ts +1 -1
- package/dist/constants/errors.d.ts.map +1 -1
- package/dist/constants/fonts.d.ts +2 -0
- package/dist/constants/fonts.d.ts.map +1 -0
- package/dist/{constants.d.ts → constants/index.d.ts} +1 -1
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/languages.d.ts +11 -0
- package/dist/constants/languages.d.ts.map +1 -0
- package/dist/constants/messages.d.ts +1 -1
- package/dist/constants/messages.d.ts.map +1 -1
- package/dist/hooks/useLanguage.d.ts +11 -0
- package/dist/hooks/useLanguage.d.ts.map +1 -0
- package/dist/hooks/usePrepareBlockchainList/index.d.ts +2 -0
- package/dist/hooks/usePrepareBlockchainList/index.d.ts.map +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts +2 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts.map +1 -0
- package/dist/hooks/{usePrepareBlockchainList.d.ts → usePrepareBlockchainList/usePrepareBlockchainList.d.ts} +1 -9
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts.map +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +10 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts.map +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts +3 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts.map +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.d.ts +2 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.d.ts.map +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts +11 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts.map +1 -0
- package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
- package/dist/hooks/useTheme.d.ts +2 -2
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/index.d.ts +9 -6
- 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.map +1 -1
- package/dist/pages/Home.d.ts.map +1 -1
- package/dist/pages/LanguagePage.d.ts.map +1 -1
- package/dist/store/bestRoute.d.ts.map +1 -1
- package/dist/store/settings.d.ts +15 -6
- package/dist/store/settings.d.ts.map +1 -1
- package/dist/types/config.d.ts +11 -13
- package/dist/types/config.d.ts.map +1 -1
- package/dist/utils/colors.d.ts +11 -0
- package/dist/utils/colors.d.ts.map +1 -0
- package/dist/utils/common.d.ts +0 -4
- package/dist/utils/common.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +2 -0
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/hash.d.ts +2 -0
- package/dist/utils/hash.d.ts.map +1 -0
- package/dist/utils/meta.d.ts +3 -1
- package/dist/utils/meta.d.ts.map +1 -1
- package/dist/utils/routing.d.ts +8 -1
- package/dist/utils/routing.d.ts.map +1 -1
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/utils/time.d.ts.map +1 -1
- package/dist/utils/ui.d.ts +13 -0
- package/dist/utils/ui.d.ts.map +1 -0
- package/dist/utils/wallets.d.ts +0 -1
- package/dist/utils/wallets.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/Widget.tsx +15 -3
- package/src/components/BlockchainsSection/BlockchainsSection.tsx +21 -6
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +5 -11
- package/src/components/ConfirmWalletsModal/WalletList.tsx +35 -24
- package/src/components/Layout/Layout.styles.ts +7 -2
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +1 -1
- package/src/components/NoRoutes/NoRoutes.helper.ts +4 -4
- package/src/components/NoRoutes/NoRoutes.tsx +2 -2
- package/src/components/NotificationContent/NotificationContent.tsx +1 -1
- package/src/components/NotificationContent/NotificationNotFound.tsx +1 -1
- package/src/components/RouteErrors/RouteErrors.tsx +2 -2
- package/src/components/RouteErrors/RouteErrorsModal.tsx +6 -6
- package/src/components/RouteErrors/RouteErrorsModalItem.tsx +1 -1
- package/src/components/Slippage/SlippageTooltipContent.tsx +1 -1
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +5 -6
- package/src/components/SwapDetails/SwapDetails.tsx +6 -10
- package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +1 -1
- package/src/components/SwapsGroup/SwapsGroup.tsx +2 -2
- package/src/components/TokenList/TokenList.styles.ts +1 -1
- package/src/components/TokenList/TokenList.tsx +2 -2
- package/src/constants/configs.ts +1 -0
- package/src/constants/errors.ts +44 -41
- package/src/constants/fonts.ts +1 -0
- package/src/constants/languages.ts +19 -0
- package/src/constants/messages.ts +7 -5
- package/src/hooks/useConfirmSwap.ts +1 -1
- package/src/hooks/useLanguage.ts +27 -0
- package/src/hooks/usePrepareBlockchainList/index.ts +1 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.ts +1 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.ts +108 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.ts +3101 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.ts +273 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.ts +38 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.ts +12 -0
- package/src/hooks/useSyncStoresWithConfig.ts +49 -1
- package/src/hooks/useTheme.ts +44 -26
- package/src/index.ts +33 -26
- package/src/pages/ConfirmSwapPage.tsx +9 -18
- package/src/pages/Home.tsx +6 -7
- package/src/pages/LanguagePage.tsx +16 -39
- package/src/pages/SettingsPage.tsx +1 -1
- package/src/store/bestRoute.ts +12 -38
- package/src/store/settings.ts +46 -4
- package/src/types/config.ts +10 -12
- package/src/utils/colors.ts +109 -0
- package/src/utils/common.ts +0 -49
- package/src/utils/configs.ts +3 -0
- package/src/utils/hash.ts +27 -0
- package/src/utils/meta.ts +11 -1
- package/src/utils/routing.ts +58 -0
- package/src/utils/settings.ts +1 -1
- package/src/utils/swap.ts +15 -20
- package/src/utils/time.ts +2 -4
- package/src/utils/ui.ts +72 -0
- package/src/utils/wallets.ts +4 -25
- package/dist/constants.d.ts.map +0 -1
- package/dist/hooks/usePrepareBlockchainList.d.ts.map +0 -1
- package/src/hooks/usePrepareBlockchainList.ts +0 -125
- /package/src/{constants.ts → constants/index.ts} +0 -0
|
@@ -11,8 +11,10 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
11
11
|
lg: string;
|
|
12
12
|
}, {
|
|
13
13
|
colors: {
|
|
14
|
+
primary: string;
|
|
14
15
|
primary500: string;
|
|
15
16
|
primary600: string;
|
|
17
|
+
secondary: string;
|
|
16
18
|
secondary100: string;
|
|
17
19
|
secondary200: string;
|
|
18
20
|
secondary300: string;
|
|
@@ -22,6 +24,7 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
22
24
|
secondary700: string;
|
|
23
25
|
secondary800: string;
|
|
24
26
|
secondary900: string;
|
|
27
|
+
neutral: string;
|
|
25
28
|
neutral100: string;
|
|
26
29
|
neutral200: string;
|
|
27
30
|
neutral300: string;
|
|
@@ -41,6 +44,7 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
41
44
|
warning500: string;
|
|
42
45
|
warning600: string;
|
|
43
46
|
warning700: string;
|
|
47
|
+
info: string;
|
|
44
48
|
info100: string;
|
|
45
49
|
info300: string;
|
|
46
50
|
info500: string;
|
|
@@ -164,8 +168,10 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
164
168
|
lg: string;
|
|
165
169
|
}, {
|
|
166
170
|
colors: {
|
|
171
|
+
primary: string;
|
|
167
172
|
primary500: string;
|
|
168
173
|
primary600: string;
|
|
174
|
+
secondary: string;
|
|
169
175
|
secondary100: string;
|
|
170
176
|
secondary200: string;
|
|
171
177
|
secondary300: string;
|
|
@@ -175,6 +181,7 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
175
181
|
secondary700: string;
|
|
176
182
|
secondary800: string;
|
|
177
183
|
secondary900: string;
|
|
184
|
+
neutral: string;
|
|
178
185
|
neutral100: string;
|
|
179
186
|
neutral200: string;
|
|
180
187
|
neutral300: string;
|
|
@@ -194,6 +201,7 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
194
201
|
warning500: string;
|
|
195
202
|
warning600: string;
|
|
196
203
|
warning700: string;
|
|
204
|
+
info: string;
|
|
197
205
|
info100: string;
|
|
198
206
|
info300: string;
|
|
199
207
|
info500: string;
|
|
@@ -317,8 +325,10 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
317
325
|
lg: string;
|
|
318
326
|
}, {
|
|
319
327
|
colors: {
|
|
328
|
+
primary: string;
|
|
320
329
|
primary500: string;
|
|
321
330
|
primary600: string;
|
|
331
|
+
secondary: string;
|
|
322
332
|
secondary100: string;
|
|
323
333
|
secondary200: string;
|
|
324
334
|
secondary300: string;
|
|
@@ -328,6 +338,7 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
328
338
|
secondary700: string;
|
|
329
339
|
secondary800: string;
|
|
330
340
|
secondary900: string;
|
|
341
|
+
neutral: string;
|
|
331
342
|
neutral100: string;
|
|
332
343
|
neutral200: string;
|
|
333
344
|
neutral300: string;
|
|
@@ -347,6 +358,7 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
347
358
|
warning500: string;
|
|
348
359
|
warning600: string;
|
|
349
360
|
warning700: string;
|
|
361
|
+
info: string;
|
|
350
362
|
info100: string;
|
|
351
363
|
info300: string;
|
|
352
364
|
info500: string;
|
|
@@ -470,8 +482,10 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
|
|
|
470
482
|
lg: string;
|
|
471
483
|
}, {
|
|
472
484
|
colors: {
|
|
485
|
+
primary: string;
|
|
473
486
|
primary500: string;
|
|
474
487
|
primary600: string;
|
|
488
|
+
secondary: string;
|
|
475
489
|
secondary100: string;
|
|
476
490
|
secondary200: string;
|
|
477
491
|
secondary300: string;
|
|
@@ -481,6 +495,7 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
|
|
|
481
495
|
secondary700: string;
|
|
482
496
|
secondary800: string;
|
|
483
497
|
secondary900: string;
|
|
498
|
+
neutral: string;
|
|
484
499
|
neutral100: string;
|
|
485
500
|
neutral200: string;
|
|
486
501
|
neutral300: string;
|
|
@@ -500,6 +515,7 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
|
|
|
500
515
|
warning500: string;
|
|
501
516
|
warning600: string;
|
|
502
517
|
warning700: string;
|
|
518
|
+
info: string;
|
|
503
519
|
info100: string;
|
|
504
520
|
info300: string;
|
|
505
521
|
info500: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtC,CAAC"}
|
|
@@ -10,8 +10,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
10
10
|
lg: string;
|
|
11
11
|
}, {
|
|
12
12
|
colors: {
|
|
13
|
+
primary: string;
|
|
13
14
|
primary500: string;
|
|
14
15
|
primary600: string;
|
|
16
|
+
secondary: string;
|
|
15
17
|
secondary100: string;
|
|
16
18
|
secondary200: string;
|
|
17
19
|
secondary300: string;
|
|
@@ -21,6 +23,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
21
23
|
secondary700: string;
|
|
22
24
|
secondary800: string;
|
|
23
25
|
secondary900: string;
|
|
26
|
+
neutral: string;
|
|
24
27
|
neutral100: string;
|
|
25
28
|
neutral200: string;
|
|
26
29
|
neutral300: string;
|
|
@@ -40,6 +43,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
40
43
|
warning500: string;
|
|
41
44
|
warning600: string;
|
|
42
45
|
warning700: string;
|
|
46
|
+
info: string;
|
|
43
47
|
info100: string;
|
|
44
48
|
info300: string;
|
|
45
49
|
info500: string;
|
|
@@ -165,8 +169,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
165
169
|
lg: string;
|
|
166
170
|
}, {
|
|
167
171
|
colors: {
|
|
172
|
+
primary: string;
|
|
168
173
|
primary500: string;
|
|
169
174
|
primary600: string;
|
|
175
|
+
secondary: string;
|
|
170
176
|
secondary100: string;
|
|
171
177
|
secondary200: string;
|
|
172
178
|
secondary300: string;
|
|
@@ -176,6 +182,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
176
182
|
secondary700: string;
|
|
177
183
|
secondary800: string;
|
|
178
184
|
secondary900: string;
|
|
185
|
+
neutral: string;
|
|
179
186
|
neutral100: string;
|
|
180
187
|
neutral200: string;
|
|
181
188
|
neutral300: string;
|
|
@@ -195,6 +202,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
195
202
|
warning500: string;
|
|
196
203
|
warning600: string;
|
|
197
204
|
warning700: string;
|
|
205
|
+
info: string;
|
|
198
206
|
info100: string;
|
|
199
207
|
info300: string;
|
|
200
208
|
info500: string;
|
|
@@ -318,8 +326,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
318
326
|
lg: string;
|
|
319
327
|
}, {
|
|
320
328
|
colors: {
|
|
329
|
+
primary: string;
|
|
321
330
|
primary500: string;
|
|
322
331
|
primary600: string;
|
|
332
|
+
secondary: string;
|
|
323
333
|
secondary100: string;
|
|
324
334
|
secondary200: string;
|
|
325
335
|
secondary300: string;
|
|
@@ -329,6 +339,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
329
339
|
secondary700: string;
|
|
330
340
|
secondary800: string;
|
|
331
341
|
secondary900: string;
|
|
342
|
+
neutral: string;
|
|
332
343
|
neutral100: string;
|
|
333
344
|
neutral200: string;
|
|
334
345
|
neutral300: string;
|
|
@@ -348,6 +359,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
348
359
|
warning500: string;
|
|
349
360
|
warning600: string;
|
|
350
361
|
warning700: string;
|
|
362
|
+
info: string;
|
|
351
363
|
info100: string;
|
|
352
364
|
info300: string;
|
|
353
365
|
info500: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAyBpB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQjB,CAAC"}
|
|
@@ -9,8 +9,10 @@ export declare const CustomeListItem: import("@stitches/react/types/styled-compo
|
|
|
9
9
|
lg: string;
|
|
10
10
|
}, {
|
|
11
11
|
colors: {
|
|
12
|
+
primary: string;
|
|
12
13
|
primary500: string;
|
|
13
14
|
primary600: string;
|
|
15
|
+
secondary: string;
|
|
14
16
|
secondary100: string;
|
|
15
17
|
secondary200: string;
|
|
16
18
|
secondary300: string;
|
|
@@ -20,6 +22,7 @@ export declare const CustomeListItem: import("@stitches/react/types/styled-compo
|
|
|
20
22
|
secondary700: string;
|
|
21
23
|
secondary800: string;
|
|
22
24
|
secondary900: string;
|
|
25
|
+
neutral: string;
|
|
23
26
|
neutral100: string;
|
|
24
27
|
neutral200: string;
|
|
25
28
|
neutral300: string;
|
|
@@ -39,6 +42,7 @@ export declare const CustomeListItem: import("@stitches/react/types/styled-compo
|
|
|
39
42
|
warning500: string;
|
|
40
43
|
warning600: string;
|
|
41
44
|
warning700: string;
|
|
45
|
+
info: string;
|
|
42
46
|
info100: string;
|
|
43
47
|
info300: string;
|
|
44
48
|
info500: string;
|
package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingLiquiditySourceList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"LoadingLiquiditySourceList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC"}
|
|
@@ -8,8 +8,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
8
8
|
lg: string;
|
|
9
9
|
}, {
|
|
10
10
|
colors: {
|
|
11
|
+
primary: string;
|
|
11
12
|
primary500: string;
|
|
12
13
|
primary600: string;
|
|
14
|
+
secondary: string;
|
|
13
15
|
secondary100: string;
|
|
14
16
|
secondary200: string;
|
|
15
17
|
secondary300: string;
|
|
@@ -19,6 +21,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
19
21
|
secondary700: string;
|
|
20
22
|
secondary800: string;
|
|
21
23
|
secondary900: string;
|
|
24
|
+
neutral: string;
|
|
22
25
|
neutral100: string;
|
|
23
26
|
neutral200: string;
|
|
24
27
|
neutral300: string;
|
|
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
38
41
|
warning500: string;
|
|
39
42
|
warning600: string;
|
|
40
43
|
warning700: string;
|
|
44
|
+
info: string;
|
|
41
45
|
info100: string;
|
|
42
46
|
info300: string;
|
|
43
47
|
info500: string;
|
|
@@ -161,8 +165,10 @@ export declare const StepContainer: import("@stitches/react/types/styled-compone
|
|
|
161
165
|
lg: string;
|
|
162
166
|
}, {
|
|
163
167
|
colors: {
|
|
168
|
+
primary: string;
|
|
164
169
|
primary500: string;
|
|
165
170
|
primary600: string;
|
|
171
|
+
secondary: string;
|
|
166
172
|
secondary100: string;
|
|
167
173
|
secondary200: string;
|
|
168
174
|
secondary300: string;
|
|
@@ -172,6 +178,7 @@ export declare const StepContainer: import("@stitches/react/types/styled-compone
|
|
|
172
178
|
secondary700: string;
|
|
173
179
|
secondary800: string;
|
|
174
180
|
secondary900: string;
|
|
181
|
+
neutral: string;
|
|
175
182
|
neutral100: string;
|
|
176
183
|
neutral200: string;
|
|
177
184
|
neutral300: string;
|
|
@@ -191,6 +198,7 @@ export declare const StepContainer: import("@stitches/react/types/styled-compone
|
|
|
191
198
|
warning500: string;
|
|
192
199
|
warning600: string;
|
|
193
200
|
warning700: string;
|
|
201
|
+
info: string;
|
|
194
202
|
info100: string;
|
|
195
203
|
info300: string;
|
|
196
204
|
info500: string;
|
|
@@ -314,8 +322,10 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
314
322
|
lg: string;
|
|
315
323
|
}, {
|
|
316
324
|
colors: {
|
|
325
|
+
primary: string;
|
|
317
326
|
primary500: string;
|
|
318
327
|
primary600: string;
|
|
328
|
+
secondary: string;
|
|
319
329
|
secondary100: string;
|
|
320
330
|
secondary200: string;
|
|
321
331
|
secondary300: string;
|
|
@@ -325,6 +335,7 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
325
335
|
secondary700: string;
|
|
326
336
|
secondary800: string;
|
|
327
337
|
secondary900: string;
|
|
338
|
+
neutral: string;
|
|
328
339
|
neutral100: string;
|
|
329
340
|
neutral200: string;
|
|
330
341
|
neutral300: string;
|
|
@@ -344,6 +355,7 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
344
355
|
warning500: string;
|
|
345
356
|
warning600: string;
|
|
346
357
|
warning700: string;
|
|
358
|
+
info: string;
|
|
347
359
|
info100: string;
|
|
348
360
|
info300: string;
|
|
349
361
|
info500: string;
|
|
@@ -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":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoCpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+BxB,CAAC;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKxB,CAAC"}
|
|
@@ -8,8 +8,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
8
8
|
lg: string;
|
|
9
9
|
}, {
|
|
10
10
|
colors: {
|
|
11
|
+
primary: string;
|
|
11
12
|
primary500: string;
|
|
12
13
|
primary600: string;
|
|
14
|
+
secondary: string;
|
|
13
15
|
secondary100: string;
|
|
14
16
|
secondary200: string;
|
|
15
17
|
secondary300: string;
|
|
@@ -19,6 +21,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
19
21
|
secondary700: string;
|
|
20
22
|
secondary800: string;
|
|
21
23
|
secondary900: string;
|
|
24
|
+
neutral: string;
|
|
22
25
|
neutral100: string;
|
|
23
26
|
neutral200: string;
|
|
24
27
|
neutral300: string;
|
|
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
38
41
|
warning500: string;
|
|
39
42
|
warning600: string;
|
|
40
43
|
warning700: string;
|
|
44
|
+
info: string;
|
|
41
45
|
info100: string;
|
|
42
46
|
info300: string;
|
|
43
47
|
info500: string;
|
|
@@ -161,8 +165,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
161
165
|
lg: string;
|
|
162
166
|
}, {
|
|
163
167
|
colors: {
|
|
168
|
+
primary: string;
|
|
164
169
|
primary500: string;
|
|
165
170
|
primary600: string;
|
|
171
|
+
secondary: string;
|
|
166
172
|
secondary100: string;
|
|
167
173
|
secondary200: string;
|
|
168
174
|
secondary300: string;
|
|
@@ -172,6 +178,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
172
178
|
secondary700: string;
|
|
173
179
|
secondary800: string;
|
|
174
180
|
secondary900: string;
|
|
181
|
+
neutral: string;
|
|
175
182
|
neutral100: string;
|
|
176
183
|
neutral200: string;
|
|
177
184
|
neutral300: string;
|
|
@@ -191,6 +198,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
191
198
|
warning500: string;
|
|
192
199
|
warning600: string;
|
|
193
200
|
warning700: string;
|
|
201
|
+
info: string;
|
|
194
202
|
info100: string;
|
|
195
203
|
info300: string;
|
|
196
204
|
info500: string;
|
|
@@ -314,8 +322,10 @@ export declare const PrefixIcon: import("@stitches/react/types/styled-component"
|
|
|
314
322
|
lg: string;
|
|
315
323
|
}, {
|
|
316
324
|
colors: {
|
|
325
|
+
primary: string;
|
|
317
326
|
primary500: string;
|
|
318
327
|
primary600: string;
|
|
328
|
+
secondary: string;
|
|
319
329
|
secondary100: string;
|
|
320
330
|
secondary200: string;
|
|
321
331
|
secondary300: string;
|
|
@@ -325,6 +335,7 @@ export declare const PrefixIcon: import("@stitches/react/types/styled-component"
|
|
|
325
335
|
secondary700: string;
|
|
326
336
|
secondary800: string;
|
|
327
337
|
secondary900: string;
|
|
338
|
+
neutral: string;
|
|
328
339
|
neutral100: string;
|
|
329
340
|
neutral200: string;
|
|
330
341
|
neutral300: string;
|
|
@@ -344,6 +355,7 @@ export declare const PrefixIcon: import("@stitches/react/types/styled-component"
|
|
|
344
355
|
warning500: string;
|
|
345
356
|
warning600: string;
|
|
346
357
|
warning700: string;
|
|
358
|
+
info: string;
|
|
347
359
|
info100: string;
|
|
348
360
|
info300: string;
|
|
349
361
|
info500: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NoRoutes.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NoRoutes/NoRoutes.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"NoRoutes.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NoRoutes/NoRoutes.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAErB,CAAC"}
|
|
@@ -8,8 +8,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
8
8
|
lg: string;
|
|
9
9
|
}, {
|
|
10
10
|
colors: {
|
|
11
|
+
primary: string;
|
|
11
12
|
primary500: string;
|
|
12
13
|
primary600: string;
|
|
14
|
+
secondary: string;
|
|
13
15
|
secondary100: string;
|
|
14
16
|
secondary200: string;
|
|
15
17
|
secondary300: string;
|
|
@@ -19,6 +21,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
19
21
|
secondary700: string;
|
|
20
22
|
secondary800: string;
|
|
21
23
|
secondary900: string;
|
|
24
|
+
neutral: string;
|
|
22
25
|
neutral100: string;
|
|
23
26
|
neutral200: string;
|
|
24
27
|
neutral300: string;
|
|
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
38
41
|
warning500: string;
|
|
39
42
|
warning600: string;
|
|
40
43
|
warning700: string;
|
|
44
|
+
info: string;
|
|
41
45
|
info100: string;
|
|
42
46
|
info300: string;
|
|
43
47
|
info500: string;
|
|
@@ -161,8 +165,10 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
161
165
|
lg: string;
|
|
162
166
|
}, {
|
|
163
167
|
colors: {
|
|
168
|
+
primary: string;
|
|
164
169
|
primary500: string;
|
|
165
170
|
primary600: string;
|
|
171
|
+
secondary: string;
|
|
166
172
|
secondary100: string;
|
|
167
173
|
secondary200: string;
|
|
168
174
|
secondary300: string;
|
|
@@ -172,6 +178,7 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
172
178
|
secondary700: string;
|
|
173
179
|
secondary800: string;
|
|
174
180
|
secondary900: string;
|
|
181
|
+
neutral: string;
|
|
175
182
|
neutral100: string;
|
|
176
183
|
neutral200: string;
|
|
177
184
|
neutral300: string;
|
|
@@ -191,6 +198,7 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
191
198
|
warning500: string;
|
|
192
199
|
warning600: string;
|
|
193
200
|
warning700: string;
|
|
201
|
+
info: string;
|
|
194
202
|
info100: string;
|
|
195
203
|
info300: string;
|
|
196
204
|
info500: string;
|
|
@@ -314,8 +322,10 @@ export declare const Images: import("@stitches/react/types/styled-component").St
|
|
|
314
322
|
lg: string;
|
|
315
323
|
}, {
|
|
316
324
|
colors: {
|
|
325
|
+
primary: string;
|
|
317
326
|
primary500: string;
|
|
318
327
|
primary600: string;
|
|
328
|
+
secondary: string;
|
|
319
329
|
secondary100: string;
|
|
320
330
|
secondary200: string;
|
|
321
331
|
secondary300: string;
|
|
@@ -325,6 +335,7 @@ export declare const Images: import("@stitches/react/types/styled-component").St
|
|
|
325
335
|
secondary700: string;
|
|
326
336
|
secondary800: string;
|
|
327
337
|
secondary900: string;
|
|
338
|
+
neutral: string;
|
|
328
339
|
neutral100: string;
|
|
329
340
|
neutral200: string;
|
|
330
341
|
neutral300: string;
|
|
@@ -344,6 +355,7 @@ export declare const Images: import("@stitches/react/types/styled-component").St
|
|
|
344
355
|
warning500: string;
|
|
345
356
|
warning600: string;
|
|
346
357
|
warning700: string;
|
|
358
|
+
info: string;
|
|
347
359
|
info100: string;
|
|
348
360
|
info300: string;
|
|
349
361
|
info500: string;
|
|
@@ -467,8 +479,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
467
479
|
lg: string;
|
|
468
480
|
}, {
|
|
469
481
|
colors: {
|
|
482
|
+
primary: string;
|
|
470
483
|
primary500: string;
|
|
471
484
|
primary600: string;
|
|
485
|
+
secondary: string;
|
|
472
486
|
secondary100: string;
|
|
473
487
|
secondary200: string;
|
|
474
488
|
secondary300: string;
|
|
@@ -478,6 +492,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
478
492
|
secondary700: string;
|
|
479
493
|
secondary800: string;
|
|
480
494
|
secondary900: string;
|
|
495
|
+
neutral: string;
|
|
481
496
|
neutral100: string;
|
|
482
497
|
neutral200: string;
|
|
483
498
|
neutral300: string;
|
|
@@ -497,6 +512,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
497
512
|
warning500: string;
|
|
498
513
|
warning600: string;
|
|
499
514
|
warning700: string;
|
|
515
|
+
info: string;
|
|
500
516
|
info100: string;
|
|
501
517
|
info300: string;
|
|
502
518
|
info500: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"NotificationContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ5B,CAAC"}
|
|
@@ -8,8 +8,10 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
8
8
|
lg: string;
|
|
9
9
|
}, {
|
|
10
10
|
colors: {
|
|
11
|
+
primary: string;
|
|
11
12
|
primary500: string;
|
|
12
13
|
primary600: string;
|
|
14
|
+
secondary: string;
|
|
13
15
|
secondary100: string;
|
|
14
16
|
secondary200: string;
|
|
15
17
|
secondary300: string;
|
|
@@ -19,6 +21,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
19
21
|
secondary700: string;
|
|
20
22
|
secondary800: string;
|
|
21
23
|
secondary900: string;
|
|
24
|
+
neutral: string;
|
|
22
25
|
neutral100: string;
|
|
23
26
|
neutral200: string;
|
|
24
27
|
neutral300: string;
|
|
@@ -38,6 +41,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
38
41
|
warning500: string;
|
|
39
42
|
warning600: string;
|
|
40
43
|
warning700: string;
|
|
44
|
+
info: string;
|
|
41
45
|
info100: string;
|
|
42
46
|
info300: string;
|
|
43
47
|
info500: string;
|
|
@@ -161,8 +165,10 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
161
165
|
lg: string;
|
|
162
166
|
}, {
|
|
163
167
|
colors: {
|
|
168
|
+
primary: string;
|
|
164
169
|
primary500: string;
|
|
165
170
|
primary600: string;
|
|
171
|
+
secondary: string;
|
|
166
172
|
secondary100: string;
|
|
167
173
|
secondary200: string;
|
|
168
174
|
secondary300: string;
|
|
@@ -172,6 +178,7 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
172
178
|
secondary700: string;
|
|
173
179
|
secondary800: string;
|
|
174
180
|
secondary900: string;
|
|
181
|
+
neutral: string;
|
|
175
182
|
neutral100: string;
|
|
176
183
|
neutral200: string;
|
|
177
184
|
neutral300: string;
|
|
@@ -191,6 +198,7 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
191
198
|
warning500: string;
|
|
192
199
|
warning600: string;
|
|
193
200
|
warning700: string;
|
|
201
|
+
info: string;
|
|
194
202
|
info100: string;
|
|
195
203
|
info300: string;
|
|
196
204
|
info500: string;
|
|
@@ -314,8 +322,10 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
314
322
|
lg: string;
|
|
315
323
|
}, {
|
|
316
324
|
colors: {
|
|
325
|
+
primary: string;
|
|
317
326
|
primary500: string;
|
|
318
327
|
primary600: string;
|
|
328
|
+
secondary: string;
|
|
319
329
|
secondary100: string;
|
|
320
330
|
secondary200: string;
|
|
321
331
|
secondary300: string;
|
|
@@ -325,6 +335,7 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
325
335
|
secondary700: string;
|
|
326
336
|
secondary800: string;
|
|
327
337
|
secondary900: string;
|
|
338
|
+
neutral: string;
|
|
328
339
|
neutral100: string;
|
|
329
340
|
neutral200: string;
|
|
330
341
|
neutral300: string;
|
|
@@ -344,6 +355,7 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
344
355
|
warning500: string;
|
|
345
356
|
warning600: string;
|
|
346
357
|
warning700: string;
|
|
358
|
+
info: string;
|
|
347
359
|
info100: string;
|
|
348
360
|
info300: string;
|
|
349
361
|
info500: string;
|
|
@@ -467,8 +479,10 @@ export declare const Action: import("@stitches/react/types/styled-component").St
|
|
|
467
479
|
lg: string;
|
|
468
480
|
}, {
|
|
469
481
|
colors: {
|
|
482
|
+
primary: string;
|
|
470
483
|
primary500: string;
|
|
471
484
|
primary600: string;
|
|
485
|
+
secondary: string;
|
|
472
486
|
secondary100: string;
|
|
473
487
|
secondary200: string;
|
|
474
488
|
secondary300: string;
|
|
@@ -478,6 +492,7 @@ export declare const Action: import("@stitches/react/types/styled-component").St
|
|
|
478
492
|
secondary700: string;
|
|
479
493
|
secondary800: string;
|
|
480
494
|
secondary900: string;
|
|
495
|
+
neutral: string;
|
|
481
496
|
neutral100: string;
|
|
482
497
|
neutral200: string;
|
|
483
498
|
neutral300: string;
|
|
@@ -497,6 +512,7 @@ export declare const Action: import("@stitches/react/types/styled-component").St
|
|
|
497
512
|
warning500: string;
|
|
498
513
|
warning600: string;
|
|
499
514
|
warning700: string;
|
|
515
|
+
info: string;
|
|
500
516
|
info100: string;
|
|
501
517
|
info300: string;
|
|
502
518
|
info500: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"RouteErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
|
|
@@ -8,8 +8,10 @@ export declare const IconWrapper: import("@stitches/react/types/styled-component
|
|
|
8
8
|
lg: string;
|
|
9
9
|
}, {
|
|
10
10
|
colors: {
|
|
11
|
+
primary: string;
|
|
11
12
|
primary500: string;
|
|
12
13
|
primary600: string;
|
|
14
|
+
secondary: string;
|
|
13
15
|
secondary100: string;
|
|
14
16
|
secondary200: string;
|
|
15
17
|
secondary300: string;
|
|
@@ -19,6 +21,7 @@ export declare const IconWrapper: import("@stitches/react/types/styled-component
|
|
|
19
21
|
secondary700: string;
|
|
20
22
|
secondary800: string;
|
|
21
23
|
secondary900: string;
|
|
24
|
+
neutral: string;
|
|
22
25
|
neutral100: string;
|
|
23
26
|
neutral200: string;
|
|
24
27
|
neutral300: string;
|
|
@@ -38,6 +41,7 @@ export declare const IconWrapper: import("@stitches/react/types/styled-component
|
|
|
38
41
|
warning500: string;
|
|
39
42
|
warning600: string;
|
|
40
43
|
warning700: string;
|
|
44
|
+
info: string;
|
|
41
45
|
info100: string;
|
|
42
46
|
info300: string;
|
|
43
47
|
info500: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC"}
|