@rango-dev/widget-embedded 0.12.1-next.12 → 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.styles.d.ts +12 -2
- 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.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.styles.d.ts +24 -4
- package/dist/components/RouteErrors/RouteErrors.styles.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.styles.d.ts +36 -6
- 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.styles.d.ts +6 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.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.styles.d.ts +60 -10
- 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/globalStyles.d.ts +1 -1
- package/dist/globalStyles.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/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/package.json +2 -2
- package/src/Widget.tsx +2 -1
- package/src/components/Layout/Layout.styles.ts +1 -2
- package/src/globalStyles.ts +1 -4
- package/src/hooks/useTheme.ts +37 -75
- package/src/types/config.ts +3 -0
- package/src/utils/configs.ts +3 -0
|
@@ -84,6 +84,8 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
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 Alerts: import("@stitches/react/types/styled-component").St
|
|
|
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":"SwapDetailsAlerts.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"SwapDetailsAlerts.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
|
|
@@ -84,6 +84,8 @@ export declare const WalletContainer: import("@stitches/react/types/styled-compo
|
|
|
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 WalletContainer: import("@stitches/react/types/styled-compo
|
|
|
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":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC"}
|
|
@@ -84,6 +84,8 @@ export declare const Group: import("@stitches/react/types/styled-component").Sty
|
|
|
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 Group: import("@stitches/react/types/styled-component").Sty
|
|
|
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 Time: import("@stitches/react/types/styled-component").Styl
|
|
|
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 Time: import("@stitches/react/types/styled-component").Styl
|
|
|
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 SwapList: import("@stitches/react/types/styled-component").
|
|
|
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 SwapList: import("@stitches/react/types/styled-component").
|
|
|
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;
|
|
@@ -528,6 +543,8 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
528
543
|
md: string;
|
|
529
544
|
xl: string;
|
|
530
545
|
lg: string;
|
|
546
|
+
primary: string;
|
|
547
|
+
secondary: string;
|
|
531
548
|
};
|
|
532
549
|
fontSizes: {
|
|
533
550
|
10: string;
|
|
@@ -544,7 +561,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
544
561
|
40: string;
|
|
545
562
|
48: string;
|
|
546
563
|
};
|
|
547
|
-
fonts: {
|
|
564
|
+
fonts: {
|
|
565
|
+
primary: string;
|
|
566
|
+
widget: string;
|
|
567
|
+
};
|
|
548
568
|
fontWeights: {
|
|
549
569
|
regular: number;
|
|
550
570
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapsGroup.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapsGroup/SwapsGroup.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"SwapsGroup.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapsGroup/SwapsGroup.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAInB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
|
|
@@ -85,6 +85,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
85
85
|
md: string;
|
|
86
86
|
xl: string;
|
|
87
87
|
lg: string;
|
|
88
|
+
primary: string;
|
|
89
|
+
secondary: string;
|
|
88
90
|
};
|
|
89
91
|
fontSizes: {
|
|
90
92
|
10: string;
|
|
@@ -101,7 +103,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
101
103
|
40: string;
|
|
102
104
|
48: string;
|
|
103
105
|
};
|
|
104
|
-
fonts: {
|
|
106
|
+
fonts: {
|
|
107
|
+
primary: string;
|
|
108
|
+
widget: string;
|
|
109
|
+
};
|
|
105
110
|
fontWeights: {
|
|
106
111
|
regular: number;
|
|
107
112
|
medium: number;
|
|
@@ -233,6 +238,8 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
233
238
|
md: string;
|
|
234
239
|
xl: string;
|
|
235
240
|
lg: string;
|
|
241
|
+
primary: string;
|
|
242
|
+
secondary: string;
|
|
236
243
|
};
|
|
237
244
|
fontSizes: {
|
|
238
245
|
10: string;
|
|
@@ -249,7 +256,10 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
249
256
|
40: string;
|
|
250
257
|
48: string;
|
|
251
258
|
};
|
|
252
|
-
fonts: {
|
|
259
|
+
fonts: {
|
|
260
|
+
primary: string;
|
|
261
|
+
widget: string;
|
|
262
|
+
};
|
|
253
263
|
fontWeights: {
|
|
254
264
|
regular: number;
|
|
255
265
|
medium: number;
|
|
@@ -381,6 +391,8 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
381
391
|
md: string;
|
|
382
392
|
xl: string;
|
|
383
393
|
lg: string;
|
|
394
|
+
primary: string;
|
|
395
|
+
secondary: string;
|
|
384
396
|
};
|
|
385
397
|
fontSizes: {
|
|
386
398
|
10: string;
|
|
@@ -397,7 +409,10 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
397
409
|
40: string;
|
|
398
410
|
48: string;
|
|
399
411
|
};
|
|
400
|
-
fonts: {
|
|
412
|
+
fonts: {
|
|
413
|
+
primary: string;
|
|
414
|
+
widget: string;
|
|
415
|
+
};
|
|
401
416
|
fontWeights: {
|
|
402
417
|
regular: number;
|
|
403
418
|
medium: number;
|
|
@@ -529,6 +544,8 @@ export declare const Tag: import("@stitches/react/types/styled-component").Style
|
|
|
529
544
|
md: string;
|
|
530
545
|
xl: string;
|
|
531
546
|
lg: string;
|
|
547
|
+
primary: string;
|
|
548
|
+
secondary: string;
|
|
532
549
|
};
|
|
533
550
|
fontSizes: {
|
|
534
551
|
10: string;
|
|
@@ -545,7 +562,10 @@ export declare const Tag: import("@stitches/react/types/styled-component").Style
|
|
|
545
562
|
40: string;
|
|
546
563
|
48: string;
|
|
547
564
|
};
|
|
548
|
-
fonts: {
|
|
565
|
+
fonts: {
|
|
566
|
+
primary: string;
|
|
567
|
+
widget: string;
|
|
568
|
+
};
|
|
549
569
|
fontWeights: {
|
|
550
570
|
regular: number;
|
|
551
571
|
medium: number;
|
|
@@ -677,6 +697,8 @@ export declare const TagTitle: import("@stitches/react/types/styled-component").
|
|
|
677
697
|
md: string;
|
|
678
698
|
xl: string;
|
|
679
699
|
lg: string;
|
|
700
|
+
primary: string;
|
|
701
|
+
secondary: string;
|
|
680
702
|
};
|
|
681
703
|
fontSizes: {
|
|
682
704
|
10: string;
|
|
@@ -693,7 +715,10 @@ export declare const TagTitle: import("@stitches/react/types/styled-component").
|
|
|
693
715
|
40: string;
|
|
694
716
|
48: string;
|
|
695
717
|
};
|
|
696
|
-
fonts: {
|
|
718
|
+
fonts: {
|
|
719
|
+
primary: string;
|
|
720
|
+
widget: string;
|
|
721
|
+
};
|
|
697
722
|
fontWeights: {
|
|
698
723
|
regular: number;
|
|
699
724
|
medium: number;
|
|
@@ -825,6 +850,8 @@ export declare const BalanceContainer: import("@stitches/react/types/styled-comp
|
|
|
825
850
|
md: string;
|
|
826
851
|
xl: string;
|
|
827
852
|
lg: string;
|
|
853
|
+
primary: string;
|
|
854
|
+
secondary: string;
|
|
828
855
|
};
|
|
829
856
|
fontSizes: {
|
|
830
857
|
10: string;
|
|
@@ -841,7 +868,10 @@ export declare const BalanceContainer: import("@stitches/react/types/styled-comp
|
|
|
841
868
|
40: string;
|
|
842
869
|
48: string;
|
|
843
870
|
};
|
|
844
|
-
fonts: {
|
|
871
|
+
fonts: {
|
|
872
|
+
primary: string;
|
|
873
|
+
widget: string;
|
|
874
|
+
};
|
|
845
875
|
fontWeights: {
|
|
846
876
|
regular: number;
|
|
847
877
|
medium: number;
|
|
@@ -973,6 +1003,8 @@ export declare const End: import("@stitches/react/types/styled-component").Style
|
|
|
973
1003
|
md: string;
|
|
974
1004
|
xl: string;
|
|
975
1005
|
lg: string;
|
|
1006
|
+
primary: string;
|
|
1007
|
+
secondary: string;
|
|
976
1008
|
};
|
|
977
1009
|
fontSizes: {
|
|
978
1010
|
10: string;
|
|
@@ -989,7 +1021,10 @@ export declare const End: import("@stitches/react/types/styled-component").Style
|
|
|
989
1021
|
40: string;
|
|
990
1022
|
48: string;
|
|
991
1023
|
};
|
|
992
|
-
fonts: {
|
|
1024
|
+
fonts: {
|
|
1025
|
+
primary: string;
|
|
1026
|
+
widget: string;
|
|
1027
|
+
};
|
|
993
1028
|
fontWeights: {
|
|
994
1029
|
regular: number;
|
|
995
1030
|
medium: number;
|
|
@@ -1121,6 +1156,8 @@ export declare const Description: import("@stitches/react/types/styled-component
|
|
|
1121
1156
|
md: string;
|
|
1122
1157
|
xl: string;
|
|
1123
1158
|
lg: string;
|
|
1159
|
+
primary: string;
|
|
1160
|
+
secondary: string;
|
|
1124
1161
|
};
|
|
1125
1162
|
fontSizes: {
|
|
1126
1163
|
10: string;
|
|
@@ -1137,7 +1174,10 @@ export declare const Description: import("@stitches/react/types/styled-component
|
|
|
1137
1174
|
40: string;
|
|
1138
1175
|
48: string;
|
|
1139
1176
|
};
|
|
1140
|
-
fonts: {
|
|
1177
|
+
fonts: {
|
|
1178
|
+
primary: string;
|
|
1179
|
+
widget: string;
|
|
1180
|
+
};
|
|
1141
1181
|
fontWeights: {
|
|
1142
1182
|
regular: number;
|
|
1143
1183
|
medium: number;
|
|
@@ -1269,6 +1309,8 @@ export declare const ImageSection: import("@stitches/react/types/styled-componen
|
|
|
1269
1309
|
md: string;
|
|
1270
1310
|
xl: string;
|
|
1271
1311
|
lg: string;
|
|
1312
|
+
primary: string;
|
|
1313
|
+
secondary: string;
|
|
1272
1314
|
};
|
|
1273
1315
|
fontSizes: {
|
|
1274
1316
|
10: string;
|
|
@@ -1285,7 +1327,10 @@ export declare const ImageSection: import("@stitches/react/types/styled-componen
|
|
|
1285
1327
|
40: string;
|
|
1286
1328
|
48: string;
|
|
1287
1329
|
};
|
|
1288
|
-
fonts: {
|
|
1330
|
+
fonts: {
|
|
1331
|
+
primary: string;
|
|
1332
|
+
widget: string;
|
|
1333
|
+
};
|
|
1289
1334
|
fontWeights: {
|
|
1290
1335
|
regular: number;
|
|
1291
1336
|
medium: number;
|
|
@@ -1417,6 +1462,8 @@ export declare const Pin: import("@stitches/react/types/styled-component").Style
|
|
|
1417
1462
|
md: string;
|
|
1418
1463
|
xl: string;
|
|
1419
1464
|
lg: string;
|
|
1465
|
+
primary: string;
|
|
1466
|
+
secondary: string;
|
|
1420
1467
|
};
|
|
1421
1468
|
fontSizes: {
|
|
1422
1469
|
10: string;
|
|
@@ -1433,7 +1480,10 @@ export declare const Pin: import("@stitches/react/types/styled-component").Style
|
|
|
1433
1480
|
40: string;
|
|
1434
1481
|
48: string;
|
|
1435
1482
|
};
|
|
1436
|
-
fonts: {
|
|
1483
|
+
fonts: {
|
|
1484
|
+
primary: string;
|
|
1485
|
+
widget: string;
|
|
1486
|
+
};
|
|
1437
1487
|
fontWeights: {
|
|
1438
1488
|
regular: number;
|
|
1439
1489
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,UAAU,EAAE,MAAM,eAAe,CAAC;AAEnD,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,UAAU,EAAE,MAAM,eAAe,CAAC;AAEnD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAShB,CAAC;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA8Df,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMd,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAyB,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE3B,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAId,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AACH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOd,CAAC"}
|
|
@@ -84,6 +84,8 @@ export declare const IconContainer: 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 IconContainer: 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 LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
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 LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
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 Spinner: import("@stitches/react/types/styled-component").S
|
|
|
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 Spinner: import("@stitches/react/types/styled-component").S
|
|
|
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;
|
|
@@ -528,6 +543,8 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
528
543
|
md: string;
|
|
529
544
|
xl: string;
|
|
530
545
|
lg: string;
|
|
546
|
+
primary: string;
|
|
547
|
+
secondary: string;
|
|
531
548
|
};
|
|
532
549
|
fontSizes: {
|
|
533
550
|
10: string;
|
|
@@ -544,7 +561,10 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
544
561
|
40: string;
|
|
545
562
|
48: string;
|
|
546
563
|
};
|
|
547
|
-
fonts: {
|
|
564
|
+
fonts: {
|
|
565
|
+
primary: string;
|
|
566
|
+
widget: string;
|
|
567
|
+
};
|
|
548
568
|
fontWeights: {
|
|
549
569
|
regular: number;
|
|
550
570
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletModalContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModalContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"WalletModalContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModalContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQxB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
|
package/dist/globalStyles.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const globalFont: (
|
|
1
|
+
export declare const globalFont: () => string;
|
|
2
2
|
//# sourceMappingURL=globalStyles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"globalStyles.d.ts","sourceRoot":"","sources":["../src/globalStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"globalStyles.d.ts","sourceRoot":"","sources":["../src/globalStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,cAMjB,CAAC"}
|
package/dist/hooks/useTheme.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { WidgetTheme } from '../types';
|
|
2
|
-
export declare function useTheme({ fontFamily, mode, }: WidgetTheme): {
|
|
3
|
-
activeTheme: string
|
|
4
|
-
className: string;
|
|
5
|
-
selector: string;
|
|
6
|
-
} & import("@stitches/react/types/stitches").ThemeTokens<{}, "">;
|
|
1
|
+
import type { WidgetTheme } from '../types';
|
|
2
|
+
export declare function useTheme({ fontFamily, borderRadius, secondaryBorderRadius, mode, }: WidgetTheme): {
|
|
3
|
+
activeTheme: string;
|
|
7
4
|
};
|
|
8
5
|
//# sourceMappingURL=useTheme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../src/hooks/useTheme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../src/hooks/useTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAY5C,wBAAgB,QAAQ,CAAC,EAEvB,UAAqB,EACrB,YAAqC,EACrC,qBAAgD,EAChD,IAAa,GACd,EAAE,WAAW;;EAgEb"}
|