@rango-dev/widget-embedded 0.12.1-next.11 → 0.12.1-next.13
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.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts +14 -4
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
- package/dist/components/BlockchainsChip/BlockchainsChip.styles.d.ts +6 -1
- package/dist/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +6 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +90 -15
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +18 -3
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +24 -4
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/Layout/Layout.styles.d.ts +18 -3
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +6 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
- package/dist/components/NoRoutes/NoRoutes.styles.d.ts +18 -3
- package/dist/components/NoRoutes/NoRoutes.styles.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts +24 -4
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
- package/dist/components/RouteErrors/RouteErrors.d.ts.map +1 -1
- package/dist/components/RouteErrors/RouteErrors.styles.d.ts +24 -4
- package/dist/components/RouteErrors/RouteErrors.styles.d.ts.map +1 -1
- package/dist/components/RouteErrors/RouteErrors.types.d.ts +3 -1
- package/dist/components/RouteErrors/RouteErrors.types.d.ts.map +1 -1
- package/dist/components/RouteErrors/RouteErrorsModal.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts +6 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/dist/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +18 -3
- package/dist/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +30 -5
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +24 -4
- package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -8
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +35 -153
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +6 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +6 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +24 -4
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +207 -9
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts +24 -4
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
- package/dist/constants/errors.d.ts +2 -2
- package/dist/constants/routing.d.ts +12 -2
- package/dist/constants/routing.d.ts.map +1 -1
- package/dist/globalStyles.d.ts +1 -1
- package/dist/globalStyles.d.ts.map +1 -1
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useTheme.d.ts +3 -6
- package/dist/hooks/useTheme.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/types/config.d.ts +3 -0
- package/dist/types/config.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/routing.d.ts +4 -2
- package/dist/utils/routing.d.ts.map +1 -1
- package/dist/utils/swap.d.ts +1 -1
- package/dist/utils/swap.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/Widget.tsx +2 -1
- package/src/components/BlockchainList/BlockchainList.styles.ts +6 -5
- package/src/components/BlockchainList/BlockchainList.tsx +5 -8
- package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +26 -4
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +1 -1
- package/src/components/Layout/Layout.styles.ts +1 -2
- package/src/components/Layout/Layout.tsx +2 -2
- package/src/components/RouteErrors/RouteErrors.styles.ts +2 -1
- package/src/components/RouteErrors/RouteErrors.tsx +37 -26
- package/src/components/RouteErrors/RouteErrors.types.ts +3 -1
- package/src/components/RouteErrors/RouteErrorsModal.tsx +38 -11
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +9 -26
- package/src/components/SwapDetails/SwapDetails.styles.ts +1 -9
- package/src/components/SwapDetails/SwapDetails.tsx +99 -73
- package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +3 -7
- package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +3 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +1 -0
- package/src/components/TokenList/TokenList.styles.ts +7 -1
- package/src/components/TokenList/TokenList.tsx +3 -2
- package/src/constants/errors.ts +2 -2
- package/src/constants/routing.ts +17 -2
- package/src/globalStyles.ts +1 -4
- package/src/hooks/useFetchBestRoute.ts +2 -2
- package/src/hooks/useSwapInput.ts +10 -1
- package/src/hooks/useTheme.ts +37 -75
- package/src/pages/ConfirmSwapPage.tsx +47 -19
- package/src/pages/Home.tsx +90 -42
- package/src/types/config.ts +3 -0
- package/src/utils/configs.ts +3 -0
- package/src/utils/routing.ts +56 -13
- package/src/utils/swap.ts +35 -19
package/dist/Widget.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Widget.d.ts","sourceRoot":"","sources":["../src/Widget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAmD,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Widget.d.ts","sourceRoot":"","sources":["../src/Widget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAmD,MAAM,OAAO,CAAC;AAqBxE,MAAM,MAAM,WAAW,GAAG;IACxB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB,CAAC;AAEF,wBAAgB,IAAI,CAAC,KAAK,EAAE,iBAAiB,CAAC,WAAW,CAAC,qBAyCzD;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,iBAAiB,CAAC,WAAW,CAAC,qBAa3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainList.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAWxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"BlockchainList.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAWxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,qBAqD9C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
2
|
sm: string;
|
|
3
3
|
md: string;
|
|
4
4
|
lg: string;
|
|
@@ -84,6 +84,8 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -146,7 +151,7 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
146
151
|
zIndices: {};
|
|
147
152
|
transitions: {};
|
|
148
153
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
149
|
-
export declare const
|
|
154
|
+
export declare const List: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
|
|
150
155
|
sm: string;
|
|
151
156
|
md: string;
|
|
152
157
|
lg: string;
|
|
@@ -232,6 +237,8 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
232
237
|
md: string;
|
|
233
238
|
xl: string;
|
|
234
239
|
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
235
242
|
};
|
|
236
243
|
fontSizes: {
|
|
237
244
|
10: string;
|
|
@@ -248,7 +255,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
248
255
|
40: string;
|
|
249
256
|
48: string;
|
|
250
257
|
};
|
|
251
|
-
fonts: {
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
252
262
|
fontWeights: {
|
|
253
263
|
regular: number;
|
|
254
264
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUf,CAAC"}
|
|
@@ -86,6 +86,8 @@ export declare const Chip: import("@stitches/react/types/styled-component").Styl
|
|
|
86
86
|
md: string;
|
|
87
87
|
xl: string;
|
|
88
88
|
lg: string;
|
|
89
|
+
primary: string;
|
|
90
|
+
secondary: string;
|
|
89
91
|
};
|
|
90
92
|
fontSizes: {
|
|
91
93
|
10: string;
|
|
@@ -102,7 +104,10 @@ export declare const Chip: import("@stitches/react/types/styled-component").Styl
|
|
|
102
104
|
40: string;
|
|
103
105
|
48: string;
|
|
104
106
|
};
|
|
105
|
-
fonts: {
|
|
107
|
+
fonts: {
|
|
108
|
+
primary: string;
|
|
109
|
+
widget: string;
|
|
110
|
+
};
|
|
106
111
|
fontWeights: {
|
|
107
112
|
regular: number;
|
|
108
113
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2Bf,CAAC"}
|
|
@@ -84,6 +84,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWallets.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uEAAuE,CAAC;AAClG,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfirmWallets.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uEAAuE,CAAC;AAClG,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAUnE,wBAAgB,eAAe,CAC7B,SAAS,EAAE,iBAAiB,GAC3B,IAAI,EAAE,GAAG,SAAS,CA4CpB;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI,GAAG,MAAM,EAAE,CAgB5E;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,cAAc,EACrB,OAAO,EAAE,MAAM,GACd,OAAO,CAIT"}
|
|
@@ -89,6 +89,8 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
89
89
|
md: string;
|
|
90
90
|
xl: string;
|
|
91
91
|
lg: string;
|
|
92
|
+
primary: string;
|
|
93
|
+
secondary: string;
|
|
92
94
|
};
|
|
93
95
|
fontSizes: {
|
|
94
96
|
10: string;
|
|
@@ -105,7 +107,10 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
105
107
|
40: string;
|
|
106
108
|
48: string;
|
|
107
109
|
};
|
|
108
|
-
fonts: {
|
|
110
|
+
fonts: {
|
|
111
|
+
primary: string;
|
|
112
|
+
widget: string;
|
|
113
|
+
};
|
|
109
114
|
fontWeights: {
|
|
110
115
|
regular: number;
|
|
111
116
|
medium: number;
|
|
@@ -237,6 +242,8 @@ export declare const ListContainer: import("@stitches/react/types/styled-compone
|
|
|
237
242
|
md: string;
|
|
238
243
|
xl: string;
|
|
239
244
|
lg: string;
|
|
245
|
+
primary: string;
|
|
246
|
+
secondary: string;
|
|
240
247
|
};
|
|
241
248
|
fontSizes: {
|
|
242
249
|
10: string;
|
|
@@ -253,7 +260,10 @@ export declare const ListContainer: import("@stitches/react/types/styled-compone
|
|
|
253
260
|
40: string;
|
|
254
261
|
48: string;
|
|
255
262
|
};
|
|
256
|
-
fonts: {
|
|
263
|
+
fonts: {
|
|
264
|
+
primary: string;
|
|
265
|
+
widget: string;
|
|
266
|
+
};
|
|
257
267
|
fontWeights: {
|
|
258
268
|
regular: number;
|
|
259
269
|
medium: number;
|
|
@@ -387,6 +397,8 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
387
397
|
md: string;
|
|
388
398
|
xl: string;
|
|
389
399
|
lg: string;
|
|
400
|
+
primary: string;
|
|
401
|
+
secondary: string;
|
|
390
402
|
};
|
|
391
403
|
fontSizes: {
|
|
392
404
|
10: string;
|
|
@@ -403,7 +415,10 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
403
415
|
40: string;
|
|
404
416
|
48: string;
|
|
405
417
|
};
|
|
406
|
-
fonts: {
|
|
418
|
+
fonts: {
|
|
419
|
+
primary: string;
|
|
420
|
+
widget: string;
|
|
421
|
+
};
|
|
407
422
|
fontWeights: {
|
|
408
423
|
regular: number;
|
|
409
424
|
medium: number;
|
|
@@ -535,6 +550,8 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
|
|
|
535
550
|
md: string;
|
|
536
551
|
xl: string;
|
|
537
552
|
lg: string;
|
|
553
|
+
primary: string;
|
|
554
|
+
secondary: string;
|
|
538
555
|
};
|
|
539
556
|
fontSizes: {
|
|
540
557
|
10: string;
|
|
@@ -551,7 +568,10 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
|
|
|
551
568
|
40: string;
|
|
552
569
|
48: string;
|
|
553
570
|
};
|
|
554
|
-
fonts: {
|
|
571
|
+
fonts: {
|
|
572
|
+
primary: string;
|
|
573
|
+
widget: string;
|
|
574
|
+
};
|
|
555
575
|
fontWeights: {
|
|
556
576
|
regular: number;
|
|
557
577
|
medium: number;
|
|
@@ -683,6 +703,8 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
683
703
|
md: string;
|
|
684
704
|
xl: string;
|
|
685
705
|
lg: string;
|
|
706
|
+
primary: string;
|
|
707
|
+
secondary: string;
|
|
686
708
|
};
|
|
687
709
|
fontSizes: {
|
|
688
710
|
10: string;
|
|
@@ -699,7 +721,10 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
699
721
|
40: string;
|
|
700
722
|
48: string;
|
|
701
723
|
};
|
|
702
|
-
fonts: {
|
|
724
|
+
fonts: {
|
|
725
|
+
primary: string;
|
|
726
|
+
widget: string;
|
|
727
|
+
};
|
|
703
728
|
fontWeights: {
|
|
704
729
|
regular: number;
|
|
705
730
|
medium: number;
|
|
@@ -831,6 +856,8 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
|
|
|
831
856
|
md: string;
|
|
832
857
|
xl: string;
|
|
833
858
|
lg: string;
|
|
859
|
+
primary: string;
|
|
860
|
+
secondary: string;
|
|
834
861
|
};
|
|
835
862
|
fontSizes: {
|
|
836
863
|
10: string;
|
|
@@ -847,7 +874,10 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
|
|
|
847
874
|
40: string;
|
|
848
875
|
48: string;
|
|
849
876
|
};
|
|
850
|
-
fonts: {
|
|
877
|
+
fonts: {
|
|
878
|
+
primary: string;
|
|
879
|
+
widget: string;
|
|
880
|
+
};
|
|
851
881
|
fontWeights: {
|
|
852
882
|
regular: number;
|
|
853
883
|
medium: number;
|
|
@@ -979,6 +1009,8 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
|
|
|
979
1009
|
md: string;
|
|
980
1010
|
xl: string;
|
|
981
1011
|
lg: string;
|
|
1012
|
+
primary: string;
|
|
1013
|
+
secondary: string;
|
|
982
1014
|
};
|
|
983
1015
|
fontSizes: {
|
|
984
1016
|
10: string;
|
|
@@ -995,7 +1027,10 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
|
|
|
995
1027
|
40: string;
|
|
996
1028
|
48: string;
|
|
997
1029
|
};
|
|
998
|
-
fonts: {
|
|
1030
|
+
fonts: {
|
|
1031
|
+
primary: string;
|
|
1032
|
+
widget: string;
|
|
1033
|
+
};
|
|
999
1034
|
fontWeights: {
|
|
1000
1035
|
regular: number;
|
|
1001
1036
|
medium: number;
|
|
@@ -1129,6 +1164,8 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
|
|
|
1129
1164
|
md: string;
|
|
1130
1165
|
xl: string;
|
|
1131
1166
|
lg: string;
|
|
1167
|
+
primary: string;
|
|
1168
|
+
secondary: string;
|
|
1132
1169
|
};
|
|
1133
1170
|
fontSizes: {
|
|
1134
1171
|
10: string;
|
|
@@ -1145,7 +1182,10 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
|
|
|
1145
1182
|
40: string;
|
|
1146
1183
|
48: string;
|
|
1147
1184
|
};
|
|
1148
|
-
fonts: {
|
|
1185
|
+
fonts: {
|
|
1186
|
+
primary: string;
|
|
1187
|
+
widget: string;
|
|
1188
|
+
};
|
|
1149
1189
|
fontWeights: {
|
|
1150
1190
|
regular: number;
|
|
1151
1191
|
medium: number;
|
|
@@ -1556,6 +1596,8 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1556
1596
|
md: string;
|
|
1557
1597
|
xl: string;
|
|
1558
1598
|
lg: string;
|
|
1599
|
+
primary: string;
|
|
1600
|
+
secondary: string;
|
|
1559
1601
|
};
|
|
1560
1602
|
fontSizes: {
|
|
1561
1603
|
10: string;
|
|
@@ -1572,7 +1614,10 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1572
1614
|
40: string;
|
|
1573
1615
|
48: string;
|
|
1574
1616
|
};
|
|
1575
|
-
fonts: {
|
|
1617
|
+
fonts: {
|
|
1618
|
+
primary: string;
|
|
1619
|
+
widget: string;
|
|
1620
|
+
};
|
|
1576
1621
|
fontWeights: {
|
|
1577
1622
|
regular: number;
|
|
1578
1623
|
medium: number;
|
|
@@ -1704,6 +1749,8 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
|
|
|
1704
1749
|
md: string;
|
|
1705
1750
|
xl: string;
|
|
1706
1751
|
lg: string;
|
|
1752
|
+
primary: string;
|
|
1753
|
+
secondary: string;
|
|
1707
1754
|
};
|
|
1708
1755
|
fontSizes: {
|
|
1709
1756
|
10: string;
|
|
@@ -1720,7 +1767,10 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
|
|
|
1720
1767
|
40: string;
|
|
1721
1768
|
48: string;
|
|
1722
1769
|
};
|
|
1723
|
-
fonts: {
|
|
1770
|
+
fonts: {
|
|
1771
|
+
primary: string;
|
|
1772
|
+
widget: string;
|
|
1773
|
+
};
|
|
1724
1774
|
fontWeights: {
|
|
1725
1775
|
regular: number;
|
|
1726
1776
|
medium: number;
|
|
@@ -1854,6 +1904,8 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
|
|
|
1854
1904
|
md: string;
|
|
1855
1905
|
xl: string;
|
|
1856
1906
|
lg: string;
|
|
1907
|
+
primary: string;
|
|
1908
|
+
secondary: string;
|
|
1857
1909
|
};
|
|
1858
1910
|
fontSizes: {
|
|
1859
1911
|
10: string;
|
|
@@ -1870,7 +1922,10 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
|
|
|
1870
1922
|
40: string;
|
|
1871
1923
|
48: string;
|
|
1872
1924
|
};
|
|
1873
|
-
fonts: {
|
|
1925
|
+
fonts: {
|
|
1926
|
+
primary: string;
|
|
1927
|
+
widget: string;
|
|
1928
|
+
};
|
|
1874
1929
|
fontWeights: {
|
|
1875
1930
|
regular: number;
|
|
1876
1931
|
medium: number;
|
|
@@ -2002,6 +2057,8 @@ export declare const ConfirmButton: import("@stitches/react/types/styled-compone
|
|
|
2002
2057
|
md: string;
|
|
2003
2058
|
xl: string;
|
|
2004
2059
|
lg: string;
|
|
2060
|
+
primary: string;
|
|
2061
|
+
secondary: string;
|
|
2005
2062
|
};
|
|
2006
2063
|
fontSizes: {
|
|
2007
2064
|
10: string;
|
|
@@ -2018,7 +2075,10 @@ export declare const ConfirmButton: import("@stitches/react/types/styled-compone
|
|
|
2018
2075
|
40: string;
|
|
2019
2076
|
48: string;
|
|
2020
2077
|
};
|
|
2021
|
-
fonts: {
|
|
2078
|
+
fonts: {
|
|
2079
|
+
primary: string;
|
|
2080
|
+
widget: string;
|
|
2081
|
+
};
|
|
2022
2082
|
fontWeights: {
|
|
2023
2083
|
regular: number;
|
|
2024
2084
|
medium: number;
|
|
@@ -2159,6 +2219,8 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
2159
2219
|
md: string;
|
|
2160
2220
|
xl: string;
|
|
2161
2221
|
lg: string;
|
|
2222
|
+
primary: string;
|
|
2223
|
+
secondary: string;
|
|
2162
2224
|
};
|
|
2163
2225
|
fontSizes: {
|
|
2164
2226
|
10: string;
|
|
@@ -2175,7 +2237,10 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
2175
2237
|
40: string;
|
|
2176
2238
|
48: string;
|
|
2177
2239
|
};
|
|
2178
|
-
fonts: {
|
|
2240
|
+
fonts: {
|
|
2241
|
+
primary: string;
|
|
2242
|
+
widget: string;
|
|
2243
|
+
};
|
|
2179
2244
|
fontWeights: {
|
|
2180
2245
|
regular: number;
|
|
2181
2246
|
medium: number;
|
|
@@ -2309,6 +2374,8 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
2309
2374
|
md: string;
|
|
2310
2375
|
xl: string;
|
|
2311
2376
|
lg: string;
|
|
2377
|
+
primary: string;
|
|
2378
|
+
secondary: string;
|
|
2312
2379
|
};
|
|
2313
2380
|
fontSizes: {
|
|
2314
2381
|
10: string;
|
|
@@ -2325,7 +2392,10 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
2325
2392
|
40: string;
|
|
2326
2393
|
48: string;
|
|
2327
2394
|
};
|
|
2328
|
-
fonts: {
|
|
2395
|
+
fonts: {
|
|
2396
|
+
primary: string;
|
|
2397
|
+
widget: string;
|
|
2398
|
+
};
|
|
2329
2399
|
fontWeights: {
|
|
2330
2400
|
regular: number;
|
|
2331
2401
|
medium: number;
|
|
@@ -2457,6 +2527,8 @@ export declare const Wallets: import("@stitches/react/types/styled-component").S
|
|
|
2457
2527
|
md: string;
|
|
2458
2528
|
xl: string;
|
|
2459
2529
|
lg: string;
|
|
2530
|
+
primary: string;
|
|
2531
|
+
secondary: string;
|
|
2460
2532
|
};
|
|
2461
2533
|
fontSizes: {
|
|
2462
2534
|
10: string;
|
|
@@ -2473,7 +2545,10 @@ export declare const Wallets: import("@stitches/react/types/styled-component").S
|
|
|
2473
2545
|
40: string;
|
|
2474
2546
|
48: string;
|
|
2475
2547
|
};
|
|
2476
|
-
fonts: {
|
|
2548
|
+
fonts: {
|
|
2549
|
+
primary: string;
|
|
2550
|
+
widget: string;
|
|
2551
|
+
};
|
|
2477
2552
|
fontWeights: {
|
|
2478
2553
|
regular: number;
|
|
2479
2554
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":";;;AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAEL,UAAU,EAIX,MAAM,eAAe,CAAC;AAoBvB,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -84,6 +84,8 @@ export declare const LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -232,6 +237,8 @@ export declare const Spinner: import("@stitches/react/types/styled-component").S
|
|
|
232
237
|
md: string;
|
|
233
238
|
xl: string;
|
|
234
239
|
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
235
242
|
};
|
|
236
243
|
fontSizes: {
|
|
237
244
|
10: string;
|
|
@@ -248,7 +255,10 @@ export declare const Spinner: import("@stitches/react/types/styled-component").S
|
|
|
248
255
|
40: string;
|
|
249
256
|
48: string;
|
|
250
257
|
};
|
|
251
|
-
fonts: {
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
252
262
|
fontWeights: {
|
|
253
263
|
regular: number;
|
|
254
264
|
medium: number;
|
|
@@ -380,6 +390,8 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
380
390
|
md: string;
|
|
381
391
|
xl: string;
|
|
382
392
|
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
383
395
|
};
|
|
384
396
|
fontSizes: {
|
|
385
397
|
10: string;
|
|
@@ -396,7 +408,10 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
396
408
|
40: string;
|
|
397
409
|
48: string;
|
|
398
410
|
};
|
|
399
|
-
fonts: {
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
400
415
|
fontWeights: {
|
|
401
416
|
regular: number;
|
|
402
417
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
|
|
@@ -366,6 +366,8 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
366
366
|
md: string;
|
|
367
367
|
xl: string;
|
|
368
368
|
lg: string;
|
|
369
|
+
primary: string;
|
|
370
|
+
secondary: string;
|
|
369
371
|
};
|
|
370
372
|
fontSizes: {
|
|
371
373
|
10: string;
|
|
@@ -382,7 +384,10 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
382
384
|
40: string;
|
|
383
385
|
48: string;
|
|
384
386
|
};
|
|
385
|
-
fonts: {
|
|
387
|
+
fonts: {
|
|
388
|
+
primary: string;
|
|
389
|
+
widget: string;
|
|
390
|
+
};
|
|
386
391
|
fontWeights: {
|
|
387
392
|
regular: number;
|
|
388
393
|
medium: number;
|
|
@@ -514,6 +519,8 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
514
519
|
md: string;
|
|
515
520
|
xl: string;
|
|
516
521
|
lg: string;
|
|
522
|
+
primary: string;
|
|
523
|
+
secondary: string;
|
|
517
524
|
};
|
|
518
525
|
fontSizes: {
|
|
519
526
|
10: string;
|
|
@@ -530,7 +537,10 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
530
537
|
40: string;
|
|
531
538
|
48: string;
|
|
532
539
|
};
|
|
533
|
-
fonts: {
|
|
540
|
+
fonts: {
|
|
541
|
+
primary: string;
|
|
542
|
+
widget: string;
|
|
543
|
+
};
|
|
534
544
|
fontWeights: {
|
|
535
545
|
regular: number;
|
|
536
546
|
medium: number;
|
|
@@ -662,6 +672,8 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
662
672
|
md: string;
|
|
663
673
|
xl: string;
|
|
664
674
|
lg: string;
|
|
675
|
+
primary: string;
|
|
676
|
+
secondary: string;
|
|
665
677
|
};
|
|
666
678
|
fontSizes: {
|
|
667
679
|
10: string;
|
|
@@ -678,7 +690,10 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
678
690
|
40: string;
|
|
679
691
|
48: string;
|
|
680
692
|
};
|
|
681
|
-
fonts: {
|
|
693
|
+
fonts: {
|
|
694
|
+
primary: string;
|
|
695
|
+
widget: string;
|
|
696
|
+
};
|
|
682
697
|
fontWeights: {
|
|
683
698
|
regular: number;
|
|
684
699
|
medium: number;
|
|
@@ -810,6 +825,8 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
|
|
|
810
825
|
md: string;
|
|
811
826
|
xl: string;
|
|
812
827
|
lg: string;
|
|
828
|
+
primary: string;
|
|
829
|
+
secondary: string;
|
|
813
830
|
};
|
|
814
831
|
fontSizes: {
|
|
815
832
|
10: string;
|
|
@@ -826,7 +843,10 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
|
|
|
826
843
|
40: string;
|
|
827
844
|
48: string;
|
|
828
845
|
};
|
|
829
|
-
fonts: {
|
|
846
|
+
fonts: {
|
|
847
|
+
primary: string;
|
|
848
|
+
widget: string;
|
|
849
|
+
};
|
|
830
850
|
fontWeights: {
|
|
831
851
|
regular: number;
|
|
832
852
|
medium: number;
|
|
@@ -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"}
|
|
@@ -86,6 +86,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
86
86
|
md: string;
|
|
87
87
|
xl: string;
|
|
88
88
|
lg: string;
|
|
89
|
+
primary: string;
|
|
90
|
+
secondary: string;
|
|
89
91
|
};
|
|
90
92
|
fontSizes: {
|
|
91
93
|
10: string;
|
|
@@ -102,7 +104,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
102
104
|
40: string;
|
|
103
105
|
48: string;
|
|
104
106
|
};
|
|
105
|
-
fonts: {
|
|
107
|
+
fonts: {
|
|
108
|
+
primary: string;
|
|
109
|
+
widget: string;
|
|
110
|
+
};
|
|
106
111
|
fontWeights: {
|
|
107
112
|
regular: number;
|
|
108
113
|
medium: number;
|
|
@@ -236,6 +241,8 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
236
241
|
md: string;
|
|
237
242
|
xl: string;
|
|
238
243
|
lg: string;
|
|
244
|
+
primary: string;
|
|
245
|
+
secondary: string;
|
|
239
246
|
};
|
|
240
247
|
fontSizes: {
|
|
241
248
|
10: string;
|
|
@@ -252,7 +259,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
252
259
|
40: string;
|
|
253
260
|
48: string;
|
|
254
261
|
};
|
|
255
|
-
fonts: {
|
|
262
|
+
fonts: {
|
|
263
|
+
primary: string;
|
|
264
|
+
widget: string;
|
|
265
|
+
};
|
|
256
266
|
fontWeights: {
|
|
257
267
|
regular: number;
|
|
258
268
|
medium: number;
|
|
@@ -384,6 +394,8 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
384
394
|
md: string;
|
|
385
395
|
xl: string;
|
|
386
396
|
lg: string;
|
|
397
|
+
primary: string;
|
|
398
|
+
secondary: string;
|
|
387
399
|
};
|
|
388
400
|
fontSizes: {
|
|
389
401
|
10: string;
|
|
@@ -400,7 +412,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
400
412
|
40: string;
|
|
401
413
|
48: string;
|
|
402
414
|
};
|
|
403
|
-
fonts: {
|
|
415
|
+
fonts: {
|
|
416
|
+
primary: string;
|
|
417
|
+
widget: string;
|
|
418
|
+
};
|
|
404
419
|
fontWeights: {
|
|
405
420
|
regular: number;
|
|
406
421
|
medium: number;
|