@rango-dev/widget-embedded 0.30.1 → 0.31.0
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/CHANGELOG.md +4 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +1 -653
- 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/CustomDestination/CustomDestination.d.ts +4 -0
- package/dist/components/CustomDestination/CustomDestination.d.ts.map +1 -0
- package/dist/components/CustomDestination/CustomDestination.styles.d.ts +495 -0
- package/dist/components/CustomDestination/CustomDestination.styles.d.ts.map +1 -0
- package/dist/components/CustomDestination/CustomDestination.types.d.ts +7 -0
- package/dist/components/CustomDestination/CustomDestination.types.d.ts.map +1 -0
- package/dist/components/FilterSelector/FilterSelector.d.ts +4 -0
- package/dist/components/FilterSelector/FilterSelector.d.ts.map +1 -0
- package/dist/components/FilterSelector/FilterSelector.style.d.ts +962 -0
- package/dist/components/FilterSelector/FilterSelector.style.d.ts.map +1 -0
- package/dist/components/FilterSelector/FilterSelector.type.d.ts +14 -0
- package/dist/components/FilterSelector/FilterSelector.type.d.ts.map +1 -0
- package/dist/components/FilterSelector/FilterSelectorContent.d.ts +4 -0
- package/dist/components/FilterSelector/FilterSelectorContent.d.ts.map +1 -0
- package/dist/components/FilterSelector/index.d.ts +2 -0
- package/dist/components/FilterSelector/index.d.ts.map +1 -0
- package/dist/components/Quote/Quote.styles.d.ts +3 -3
- package/dist/components/RefreshModal/RefreshModal.styles.d.ts +3 -3
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/containers/Inputs/Inputs.d.ts.map +1 -1
- package/dist/containers/Wallets/Wallets.d.ts.map +1 -1
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -1
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +5 -1
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -1
- package/dist/hooks/useObserveBalanceChanges/index.d.ts +2 -0
- package/dist/hooks/useObserveBalanceChanges/index.d.ts.map +1 -0
- package/dist/hooks/useObserveBalanceChanges/useObserveBalanceChanges.d.ts +4 -0
- package/dist/hooks/useObserveBalanceChanges/useObserveBalanceChanges.d.ts.map +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/hooks/useUpdateQuoteInputs/index.d.ts +2 -0
- package/dist/hooks/useUpdateQuoteInputs/index.d.ts.map +1 -0
- package/dist/hooks/useUpdateQuoteInputs/useUpdateQuoteInputs.d.ts +3 -0
- package/dist/hooks/useUpdateQuoteInputs/useUpdateQuoteInputs.d.ts.map +1 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +4 -4
- package/dist/pages/HistoryPage.d.ts.map +1 -1
- package/dist/pages/Home.d.ts.map +1 -1
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/services/cacheService.d.ts +21 -0
- package/dist/services/cacheService.d.ts.map +1 -0
- package/dist/store/notification.d.ts.map +1 -1
- package/dist/store/slices/config.d.ts +2 -1
- package/dist/store/slices/config.d.ts.map +1 -1
- package/dist/store/slices/data.d.ts +2 -1
- package/dist/store/slices/data.d.ts.map +1 -1
- package/dist/store/utils/data.d.ts +20 -0
- package/dist/store/utils/data.d.ts.map +1 -0
- package/dist/store/utils/data.test.d.ts +2 -0
- package/dist/store/utils/data.test.d.ts.map +1 -0
- package/dist/store/utils/index.d.ts +2 -0
- package/dist/store/utils/index.d.ts.map +1 -0
- package/dist/test-utils/fixtures.d.ts +1 -0
- package/dist/test-utils/fixtures.d.ts.map +1 -1
- package/dist/types/config.d.ts +5 -0
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/event.d.ts +21 -15
- package/dist/types/event.d.ts.map +1 -1
- package/dist/types/notification.d.ts +1 -0
- package/dist/types/notification.d.ts.map +1 -1
- package/dist/types/quote.d.ts +9 -1
- package/dist/types/quote.d.ts.map +1 -1
- package/dist/types/wallets.d.ts +1 -1
- package/dist/types/wallets.d.ts.map +1 -1
- package/dist/utils/events.d.ts +8 -0
- package/dist/utils/events.d.ts.map +1 -0
- package/dist/utils/settings.d.ts +1 -1
- package/dist/utils/swap.d.ts +1 -1
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/widget-embedded.build.json +1 -1
- package/package.json +10 -10
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +1 -49
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +61 -179
- package/src/components/ConfirmWalletsModal/WalletList.tsx +16 -4
- package/src/components/CustomDestination/CustomDestination.styles.ts +45 -0
- package/src/components/CustomDestination/CustomDestination.tsx +148 -0
- package/src/components/CustomDestination/CustomDestination.types.ts +7 -0
- package/src/components/FilterSelector/FilterSelector.style.ts +95 -0
- package/src/components/FilterSelector/FilterSelector.tsx +42 -0
- package/src/components/FilterSelector/FilterSelector.type.ts +15 -0
- package/src/components/FilterSelector/FilterSelectorContent.tsx +60 -0
- package/src/components/FilterSelector/index.ts +1 -0
- package/src/components/SearchInput/SearchInput.tsx +2 -0
- package/src/components/SwapDetails/SwapDetails.styles.ts +10 -0
- package/src/components/SwapDetails/SwapDetails.tsx +25 -13
- package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +28 -13
- package/src/components/TokenList/TokenList.tsx +8 -2
- package/src/containers/Inputs/Inputs.tsx +1 -0
- package/src/containers/Wallets/Wallets.tsx +7 -2
- package/src/containers/WidgetInfo/WidgetInfo.tsx +26 -0
- package/src/containers/WidgetInfo/WidgetInfo.types.ts +5 -1
- package/src/hooks/useObserveBalanceChanges/index.ts +1 -0
- package/src/hooks/useObserveBalanceChanges/useObserveBalanceChanges.ts +68 -0
- package/src/hooks/useTheme.ts +11 -5
- package/src/hooks/useUpdateQuoteInputs/index.ts +1 -0
- package/src/hooks/useUpdateQuoteInputs/useUpdateQuoteInputs.ts +50 -0
- package/src/index.ts +4 -0
- package/src/pages/HistoryPage.tsx +180 -26
- package/src/pages/Home.tsx +6 -3
- package/src/pages/WalletsPage.tsx +29 -13
- package/src/services/cacheService.ts +35 -0
- package/src/store/notification.ts +13 -1
- package/src/store/quote.ts +1 -1
- package/src/store/slices/config.ts +39 -1
- package/src/store/slices/data.test.ts +84 -0
- package/src/store/slices/data.ts +44 -24
- package/src/store/utils/data.test.ts +175 -0
- package/src/store/utils/data.ts +117 -0
- package/src/store/utils/index.ts +1 -0
- package/src/test-utils/fixtures.ts +14 -7
- package/src/types/config.ts +3 -1
- package/src/types/event.ts +32 -16
- package/src/types/notification.ts +1 -0
- package/src/types/quote.ts +11 -0
- package/src/types/wallets.ts +1 -1
- package/src/utils/events.ts +27 -0
- package/src/utils/swap.ts +4 -4
|
@@ -0,0 +1,495 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
3
|
+
xs: string;
|
|
4
|
+
sm: string;
|
|
5
|
+
md: string;
|
|
6
|
+
lg: string;
|
|
7
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
8
|
+
xs: string;
|
|
9
|
+
sm: string;
|
|
10
|
+
md: string;
|
|
11
|
+
lg: string;
|
|
12
|
+
}, {
|
|
13
|
+
colors: {
|
|
14
|
+
primary: string;
|
|
15
|
+
primary500: string;
|
|
16
|
+
primary550: string;
|
|
17
|
+
secondary: string;
|
|
18
|
+
secondary100: string;
|
|
19
|
+
secondary150: string;
|
|
20
|
+
secondary200: string;
|
|
21
|
+
secondary250: string;
|
|
22
|
+
secondary500: string;
|
|
23
|
+
secondary550: string;
|
|
24
|
+
neutral: string;
|
|
25
|
+
neutral100: string;
|
|
26
|
+
neutral200: string;
|
|
27
|
+
neutral300: string;
|
|
28
|
+
neutral400: string;
|
|
29
|
+
neutral500: string;
|
|
30
|
+
neutral600: string;
|
|
31
|
+
neutral700: string;
|
|
32
|
+
neutral800: string;
|
|
33
|
+
neutral900: string;
|
|
34
|
+
error100: string;
|
|
35
|
+
error300: string;
|
|
36
|
+
error500: string;
|
|
37
|
+
error600: string;
|
|
38
|
+
error700: string;
|
|
39
|
+
warning100: string;
|
|
40
|
+
warning300: string;
|
|
41
|
+
warning500: string;
|
|
42
|
+
warning600: string;
|
|
43
|
+
warning700: string;
|
|
44
|
+
info: string;
|
|
45
|
+
info100: string;
|
|
46
|
+
info300: string;
|
|
47
|
+
info500: string;
|
|
48
|
+
info600: string;
|
|
49
|
+
info700: string;
|
|
50
|
+
success100: string;
|
|
51
|
+
success300: string;
|
|
52
|
+
success500: string;
|
|
53
|
+
success600: string;
|
|
54
|
+
success700: string;
|
|
55
|
+
background: string;
|
|
56
|
+
foreground: string;
|
|
57
|
+
};
|
|
58
|
+
space: {
|
|
59
|
+
0: string;
|
|
60
|
+
5: string;
|
|
61
|
+
10: string;
|
|
62
|
+
15: string;
|
|
63
|
+
20: string;
|
|
64
|
+
25: string;
|
|
65
|
+
30: string;
|
|
66
|
+
40: string;
|
|
67
|
+
46: string;
|
|
68
|
+
50: string;
|
|
69
|
+
60: string;
|
|
70
|
+
70: string;
|
|
71
|
+
80: string;
|
|
72
|
+
90: string;
|
|
73
|
+
100: string;
|
|
74
|
+
2: string;
|
|
75
|
+
4: string;
|
|
76
|
+
6: string;
|
|
77
|
+
8: string;
|
|
78
|
+
12: string;
|
|
79
|
+
16: string;
|
|
80
|
+
24: string;
|
|
81
|
+
28: string;
|
|
82
|
+
32: string;
|
|
83
|
+
};
|
|
84
|
+
radii: {
|
|
85
|
+
xs: string;
|
|
86
|
+
sm: string;
|
|
87
|
+
xm: string;
|
|
88
|
+
md: string;
|
|
89
|
+
xl: string;
|
|
90
|
+
lg: string;
|
|
91
|
+
primary: string;
|
|
92
|
+
secondary: string;
|
|
93
|
+
};
|
|
94
|
+
fontSizes: {
|
|
95
|
+
10: string;
|
|
96
|
+
12: string;
|
|
97
|
+
14: string;
|
|
98
|
+
16: string;
|
|
99
|
+
18: string;
|
|
100
|
+
20: string;
|
|
101
|
+
22: string;
|
|
102
|
+
24: string;
|
|
103
|
+
28: string;
|
|
104
|
+
32: string;
|
|
105
|
+
36: string;
|
|
106
|
+
40: string;
|
|
107
|
+
48: string;
|
|
108
|
+
};
|
|
109
|
+
fonts: {
|
|
110
|
+
primary: string;
|
|
111
|
+
widget: string;
|
|
112
|
+
};
|
|
113
|
+
fontWeights: {
|
|
114
|
+
regular: number;
|
|
115
|
+
medium: number;
|
|
116
|
+
semiBold: number;
|
|
117
|
+
bold: number;
|
|
118
|
+
};
|
|
119
|
+
lineHeights: {
|
|
120
|
+
12: string;
|
|
121
|
+
16: string;
|
|
122
|
+
20: string;
|
|
123
|
+
24: string;
|
|
124
|
+
26: string;
|
|
125
|
+
28: string;
|
|
126
|
+
30: string;
|
|
127
|
+
36: string;
|
|
128
|
+
40: string;
|
|
129
|
+
44: string;
|
|
130
|
+
52: string;
|
|
131
|
+
64: string;
|
|
132
|
+
};
|
|
133
|
+
letterSpacings: {};
|
|
134
|
+
sizes: {
|
|
135
|
+
4: string;
|
|
136
|
+
6: string;
|
|
137
|
+
8: string;
|
|
138
|
+
10: string;
|
|
139
|
+
12: string;
|
|
140
|
+
16: string;
|
|
141
|
+
18: string;
|
|
142
|
+
20: string;
|
|
143
|
+
24: string;
|
|
144
|
+
26: string;
|
|
145
|
+
28: string;
|
|
146
|
+
30: string;
|
|
147
|
+
32: string;
|
|
148
|
+
36: string;
|
|
149
|
+
40: string;
|
|
150
|
+
45: string;
|
|
151
|
+
48: string;
|
|
152
|
+
};
|
|
153
|
+
borderWidths: {};
|
|
154
|
+
borderStyles: {};
|
|
155
|
+
shadows: {
|
|
156
|
+
mainContainer: string;
|
|
157
|
+
};
|
|
158
|
+
zIndices: {};
|
|
159
|
+
transitions: {};
|
|
160
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
161
|
+
export declare const StyledTextField: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
162
|
+
label?: import("react").ReactNode;
|
|
163
|
+
prefix?: import("react").ReactNode;
|
|
164
|
+
suffix?: import("react").ReactNode;
|
|
165
|
+
size?: "small" | "large" | undefined;
|
|
166
|
+
variant?: "ghost" | "contained" | "outlined" | undefined;
|
|
167
|
+
fullWidth?: boolean | undefined;
|
|
168
|
+
labelProps?: import("@rango-dev/ui").TypographyPropTypes | undefined;
|
|
169
|
+
style?: import("@stitches/react").CSS<{
|
|
170
|
+
media: {};
|
|
171
|
+
theme: {};
|
|
172
|
+
themeMap: {};
|
|
173
|
+
utils: {};
|
|
174
|
+
}> | undefined;
|
|
175
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "prefix" | "size"> & {
|
|
176
|
+
children?: import("react").ReactNode;
|
|
177
|
+
} & import("react").RefAttributes<HTMLInputElement>>, {}, {
|
|
178
|
+
xs: string;
|
|
179
|
+
sm: string;
|
|
180
|
+
md: string;
|
|
181
|
+
lg: string;
|
|
182
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
183
|
+
xs: string;
|
|
184
|
+
sm: string;
|
|
185
|
+
md: string;
|
|
186
|
+
lg: string;
|
|
187
|
+
}, {
|
|
188
|
+
colors: {
|
|
189
|
+
primary: string;
|
|
190
|
+
primary500: string;
|
|
191
|
+
primary550: string;
|
|
192
|
+
secondary: string;
|
|
193
|
+
secondary100: string;
|
|
194
|
+
secondary150: string;
|
|
195
|
+
secondary200: string;
|
|
196
|
+
secondary250: string;
|
|
197
|
+
secondary500: string;
|
|
198
|
+
secondary550: string;
|
|
199
|
+
neutral: string;
|
|
200
|
+
neutral100: string;
|
|
201
|
+
neutral200: string;
|
|
202
|
+
neutral300: string;
|
|
203
|
+
neutral400: string;
|
|
204
|
+
neutral500: string;
|
|
205
|
+
neutral600: string;
|
|
206
|
+
neutral700: string;
|
|
207
|
+
neutral800: string;
|
|
208
|
+
neutral900: string;
|
|
209
|
+
error100: string;
|
|
210
|
+
error300: string;
|
|
211
|
+
error500: string;
|
|
212
|
+
error600: string;
|
|
213
|
+
error700: string;
|
|
214
|
+
warning100: string;
|
|
215
|
+
warning300: string;
|
|
216
|
+
warning500: string;
|
|
217
|
+
warning600: string;
|
|
218
|
+
warning700: string;
|
|
219
|
+
info: string;
|
|
220
|
+
info100: string;
|
|
221
|
+
info300: string;
|
|
222
|
+
info500: string;
|
|
223
|
+
info600: string;
|
|
224
|
+
info700: string;
|
|
225
|
+
success100: string;
|
|
226
|
+
success300: string;
|
|
227
|
+
success500: string;
|
|
228
|
+
success600: string;
|
|
229
|
+
success700: string;
|
|
230
|
+
background: string;
|
|
231
|
+
foreground: string;
|
|
232
|
+
};
|
|
233
|
+
space: {
|
|
234
|
+
0: string;
|
|
235
|
+
5: string;
|
|
236
|
+
10: string;
|
|
237
|
+
15: string;
|
|
238
|
+
20: string;
|
|
239
|
+
25: string;
|
|
240
|
+
30: string;
|
|
241
|
+
40: string;
|
|
242
|
+
46: string;
|
|
243
|
+
50: string;
|
|
244
|
+
60: string;
|
|
245
|
+
70: string;
|
|
246
|
+
80: string;
|
|
247
|
+
90: string;
|
|
248
|
+
100: string;
|
|
249
|
+
2: string;
|
|
250
|
+
4: string;
|
|
251
|
+
6: string;
|
|
252
|
+
8: string;
|
|
253
|
+
12: string;
|
|
254
|
+
16: string;
|
|
255
|
+
24: string;
|
|
256
|
+
28: string;
|
|
257
|
+
32: string;
|
|
258
|
+
};
|
|
259
|
+
radii: {
|
|
260
|
+
xs: string;
|
|
261
|
+
sm: string;
|
|
262
|
+
xm: string;
|
|
263
|
+
md: string;
|
|
264
|
+
xl: string;
|
|
265
|
+
lg: string;
|
|
266
|
+
primary: string;
|
|
267
|
+
secondary: string;
|
|
268
|
+
};
|
|
269
|
+
fontSizes: {
|
|
270
|
+
10: string;
|
|
271
|
+
12: string;
|
|
272
|
+
14: string;
|
|
273
|
+
16: string;
|
|
274
|
+
18: string;
|
|
275
|
+
20: string;
|
|
276
|
+
22: string;
|
|
277
|
+
24: string;
|
|
278
|
+
28: string;
|
|
279
|
+
32: string;
|
|
280
|
+
36: string;
|
|
281
|
+
40: string;
|
|
282
|
+
48: string;
|
|
283
|
+
};
|
|
284
|
+
fonts: {
|
|
285
|
+
primary: string;
|
|
286
|
+
widget: string;
|
|
287
|
+
};
|
|
288
|
+
fontWeights: {
|
|
289
|
+
regular: number;
|
|
290
|
+
medium: number;
|
|
291
|
+
semiBold: number;
|
|
292
|
+
bold: number;
|
|
293
|
+
};
|
|
294
|
+
lineHeights: {
|
|
295
|
+
12: string;
|
|
296
|
+
16: string;
|
|
297
|
+
20: string;
|
|
298
|
+
24: string;
|
|
299
|
+
26: string;
|
|
300
|
+
28: string;
|
|
301
|
+
30: string;
|
|
302
|
+
36: string;
|
|
303
|
+
40: string;
|
|
304
|
+
44: string;
|
|
305
|
+
52: string;
|
|
306
|
+
64: string;
|
|
307
|
+
};
|
|
308
|
+
letterSpacings: {};
|
|
309
|
+
sizes: {
|
|
310
|
+
4: string;
|
|
311
|
+
6: string;
|
|
312
|
+
8: string;
|
|
313
|
+
10: string;
|
|
314
|
+
12: string;
|
|
315
|
+
16: string;
|
|
316
|
+
18: string;
|
|
317
|
+
20: string;
|
|
318
|
+
24: string;
|
|
319
|
+
26: string;
|
|
320
|
+
28: string;
|
|
321
|
+
30: string;
|
|
322
|
+
32: string;
|
|
323
|
+
36: string;
|
|
324
|
+
40: string;
|
|
325
|
+
45: string;
|
|
326
|
+
48: string;
|
|
327
|
+
};
|
|
328
|
+
borderWidths: {};
|
|
329
|
+
borderStyles: {};
|
|
330
|
+
shadows: {
|
|
331
|
+
mainContainer: string;
|
|
332
|
+
};
|
|
333
|
+
zIndices: {};
|
|
334
|
+
transitions: {};
|
|
335
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
336
|
+
export declare const CustomDestinationButton: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
337
|
+
xs: string;
|
|
338
|
+
sm: string;
|
|
339
|
+
md: string;
|
|
340
|
+
lg: string;
|
|
341
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
342
|
+
xs: string;
|
|
343
|
+
sm: string;
|
|
344
|
+
md: string;
|
|
345
|
+
lg: string;
|
|
346
|
+
}, {
|
|
347
|
+
colors: {
|
|
348
|
+
primary: string;
|
|
349
|
+
primary500: string;
|
|
350
|
+
primary550: string;
|
|
351
|
+
secondary: string;
|
|
352
|
+
secondary100: string;
|
|
353
|
+
secondary150: string;
|
|
354
|
+
secondary200: string;
|
|
355
|
+
secondary250: string;
|
|
356
|
+
secondary500: string;
|
|
357
|
+
secondary550: string;
|
|
358
|
+
neutral: string;
|
|
359
|
+
neutral100: string;
|
|
360
|
+
neutral200: string;
|
|
361
|
+
neutral300: string;
|
|
362
|
+
neutral400: string;
|
|
363
|
+
neutral500: string;
|
|
364
|
+
neutral600: string;
|
|
365
|
+
neutral700: string;
|
|
366
|
+
neutral800: string;
|
|
367
|
+
neutral900: string;
|
|
368
|
+
error100: string;
|
|
369
|
+
error300: string;
|
|
370
|
+
error500: string;
|
|
371
|
+
error600: string;
|
|
372
|
+
error700: string;
|
|
373
|
+
warning100: string;
|
|
374
|
+
warning300: string;
|
|
375
|
+
warning500: string;
|
|
376
|
+
warning600: string;
|
|
377
|
+
warning700: string;
|
|
378
|
+
info: string;
|
|
379
|
+
info100: string;
|
|
380
|
+
info300: string;
|
|
381
|
+
info500: string;
|
|
382
|
+
info600: string;
|
|
383
|
+
info700: string;
|
|
384
|
+
success100: string;
|
|
385
|
+
success300: string;
|
|
386
|
+
success500: string;
|
|
387
|
+
success600: string;
|
|
388
|
+
success700: string;
|
|
389
|
+
background: string;
|
|
390
|
+
foreground: string;
|
|
391
|
+
};
|
|
392
|
+
space: {
|
|
393
|
+
0: string;
|
|
394
|
+
5: string;
|
|
395
|
+
10: string;
|
|
396
|
+
15: string;
|
|
397
|
+
20: string;
|
|
398
|
+
25: string;
|
|
399
|
+
30: string;
|
|
400
|
+
40: string;
|
|
401
|
+
46: string;
|
|
402
|
+
50: string;
|
|
403
|
+
60: string;
|
|
404
|
+
70: string;
|
|
405
|
+
80: string;
|
|
406
|
+
90: string;
|
|
407
|
+
100: string;
|
|
408
|
+
2: string;
|
|
409
|
+
4: string;
|
|
410
|
+
6: string;
|
|
411
|
+
8: string;
|
|
412
|
+
12: string;
|
|
413
|
+
16: string;
|
|
414
|
+
24: string;
|
|
415
|
+
28: string;
|
|
416
|
+
32: string;
|
|
417
|
+
};
|
|
418
|
+
radii: {
|
|
419
|
+
xs: string;
|
|
420
|
+
sm: string;
|
|
421
|
+
xm: string;
|
|
422
|
+
md: string;
|
|
423
|
+
xl: string;
|
|
424
|
+
lg: string;
|
|
425
|
+
primary: string;
|
|
426
|
+
secondary: string;
|
|
427
|
+
};
|
|
428
|
+
fontSizes: {
|
|
429
|
+
10: string;
|
|
430
|
+
12: string;
|
|
431
|
+
14: string;
|
|
432
|
+
16: string;
|
|
433
|
+
18: string;
|
|
434
|
+
20: string;
|
|
435
|
+
22: string;
|
|
436
|
+
24: string;
|
|
437
|
+
28: string;
|
|
438
|
+
32: string;
|
|
439
|
+
36: string;
|
|
440
|
+
40: string;
|
|
441
|
+
48: string;
|
|
442
|
+
};
|
|
443
|
+
fonts: {
|
|
444
|
+
primary: string;
|
|
445
|
+
widget: string;
|
|
446
|
+
};
|
|
447
|
+
fontWeights: {
|
|
448
|
+
regular: number;
|
|
449
|
+
medium: number;
|
|
450
|
+
semiBold: number;
|
|
451
|
+
bold: number;
|
|
452
|
+
};
|
|
453
|
+
lineHeights: {
|
|
454
|
+
12: string;
|
|
455
|
+
16: string;
|
|
456
|
+
20: string;
|
|
457
|
+
24: string;
|
|
458
|
+
26: string;
|
|
459
|
+
28: string;
|
|
460
|
+
30: string;
|
|
461
|
+
36: string;
|
|
462
|
+
40: string;
|
|
463
|
+
44: string;
|
|
464
|
+
52: string;
|
|
465
|
+
64: string;
|
|
466
|
+
};
|
|
467
|
+
letterSpacings: {};
|
|
468
|
+
sizes: {
|
|
469
|
+
4: string;
|
|
470
|
+
6: string;
|
|
471
|
+
8: string;
|
|
472
|
+
10: string;
|
|
473
|
+
12: string;
|
|
474
|
+
16: string;
|
|
475
|
+
18: string;
|
|
476
|
+
20: string;
|
|
477
|
+
24: string;
|
|
478
|
+
26: string;
|
|
479
|
+
28: string;
|
|
480
|
+
30: string;
|
|
481
|
+
32: string;
|
|
482
|
+
36: string;
|
|
483
|
+
40: string;
|
|
484
|
+
45: string;
|
|
485
|
+
48: string;
|
|
486
|
+
};
|
|
487
|
+
borderWidths: {};
|
|
488
|
+
borderStyles: {};
|
|
489
|
+
shadows: {
|
|
490
|
+
mainContainer: string;
|
|
491
|
+
};
|
|
492
|
+
zIndices: {};
|
|
493
|
+
transitions: {};
|
|
494
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
495
|
+
//# sourceMappingURL=CustomDestination.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDestination.types.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,EAAE,cAAc,CAAC;IAC3B,gBAAgB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C,IAAI,EAAE,OAAO,CAAC;CACf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterSelector.d.ts","sourceRoot":"","sources":["../../../src/components/FilterSelector/FilterSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAGrE,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,wBAAgB,cAAc,CAAC,KAAK,EAAE,uBAAuB,qBA+B5D"}
|