@rango-dev/widget-embedded 0.29.1-next.8 → 0.30.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.
Files changed (143) hide show
  1. package/dist/QueueManager.d.ts.map +1 -1
  2. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +6 -0
  3. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  4. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
  5. package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -1
  6. package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
  7. package/dist/components/Quote/Quote.d.ts.map +1 -1
  8. package/dist/components/Quote/Quote.styles.d.ts +1 -1
  9. package/dist/components/Quote/QuoteCostDetails.d.ts.map +1 -1
  10. package/dist/components/RefreshModal/RefreshModal.styles.d.ts +1 -1
  11. package/dist/components/SearchInput/SearchInput.types.d.ts +2 -0
  12. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -1
  13. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  14. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
  15. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
  16. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.d.ts +4 -0
  17. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.d.ts.map +1 -0
  18. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.styles.d.ts +325 -0
  19. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.styles.d.ts.map +1 -0
  20. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.types.d.ts +10 -0
  21. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.types.d.ts.map +1 -0
  22. package/dist/components/WalletDerivationPathModal/index.d.ts +2 -0
  23. package/dist/components/WalletDerivationPathModal/index.d.ts.map +1 -0
  24. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.d.ts.map +1 -1
  25. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.types.d.ts +1 -1
  26. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.types.d.ts.map +1 -1
  27. package/dist/constants/namespaces.d.ts +8 -0
  28. package/dist/constants/namespaces.d.ts.map +1 -0
  29. package/dist/constants/quote.d.ts +2 -1
  30. package/dist/constants/quote.d.ts.map +1 -1
  31. package/dist/constants/routing.d.ts +0 -1
  32. package/dist/constants/routing.d.ts.map +1 -1
  33. package/dist/containers/Wallets/Wallets.d.ts.map +1 -1
  34. package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -1
  35. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +3 -1
  36. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -1
  37. package/dist/hooks/useBootstrap/useBootstrap.d.ts.map +1 -1
  38. package/dist/hooks/useSubscribeToWidgetEvents/useSubscribeToWidgetEvents.d.ts.map +1 -1
  39. package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
  40. package/dist/hooks/useWalletList.d.ts +4 -3
  41. package/dist/hooks/useWalletList.d.ts.map +1 -1
  42. package/dist/hooks/useWalletProviders/index.d.ts +2 -0
  43. package/dist/hooks/useWalletProviders/index.d.ts.map +1 -0
  44. package/dist/hooks/{useWalletProviders.d.ts → useWalletProviders/useWalletProviders.d.ts} +2 -2
  45. package/dist/hooks/useWalletProviders/useWalletProviders.d.ts.map +1 -0
  46. package/dist/hooks/useWalletProviders/useWalletProviders.helpers.d.ts +3 -0
  47. package/dist/hooks/useWalletProviders/useWalletProviders.helpers.d.ts.map +1 -0
  48. package/dist/hooks/useWidgetEvents/index.d.ts +2 -0
  49. package/dist/hooks/useWidgetEvents/index.d.ts.map +1 -0
  50. package/dist/hooks/useWidgetEvents/useWidgetEvents.d.ts +3 -0
  51. package/dist/hooks/useWidgetEvents/useWidgetEvents.d.ts.map +1 -0
  52. package/dist/index.d.ts +16 -4
  53. package/dist/index.d.ts.map +1 -1
  54. package/dist/index.js +2 -2
  55. package/dist/index.js.map +4 -4
  56. package/dist/pages/WalletsPage.d.ts.map +1 -1
  57. package/dist/services/eventEmitter.d.ts +4 -0
  58. package/dist/services/eventEmitter.d.ts.map +1 -0
  59. package/dist/store/notification.d.ts.map +1 -1
  60. package/dist/store/quote.d.ts +2 -1
  61. package/dist/store/quote.d.ts.map +1 -1
  62. package/dist/store/slices/config.d.ts.map +1 -1
  63. package/dist/store/slices/settings.d.ts.map +1 -1
  64. package/dist/store/wallets.d.ts.map +1 -1
  65. package/dist/types/config.d.ts +7 -2
  66. package/dist/types/config.d.ts.map +1 -1
  67. package/dist/types/event.d.ts +68 -0
  68. package/dist/types/event.d.ts.map +1 -0
  69. package/dist/types/index.d.ts +1 -0
  70. package/dist/types/index.d.ts.map +1 -1
  71. package/dist/types/wallets.d.ts +2 -1
  72. package/dist/types/wallets.d.ts.map +1 -1
  73. package/dist/utils/common.d.ts +2 -2
  74. package/dist/utils/common.d.ts.map +1 -1
  75. package/dist/utils/meta.d.ts +1 -0
  76. package/dist/utils/meta.d.ts.map +1 -1
  77. package/dist/utils/numbers.d.ts +0 -1
  78. package/dist/utils/numbers.d.ts.map +1 -1
  79. package/dist/utils/providers.d.ts +1 -0
  80. package/dist/utils/providers.d.ts.map +1 -1
  81. package/dist/utils/wallets.d.ts +4 -4
  82. package/dist/utils/wallets.d.ts.map +1 -1
  83. package/dist/widget-embedded.build.json +1 -1
  84. package/package.json +9 -9
  85. package/src/QueueManager.tsx +4 -0
  86. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +19 -9
  87. package/src/components/ConfirmWalletsModal/WalletList.tsx +81 -14
  88. package/src/components/HistoryGroupedList/HistoryGroupedList.tsx +5 -5
  89. package/src/components/NotificationContent/NotificationContent.tsx +12 -113
  90. package/src/components/Quote/Quote.tsx +24 -34
  91. package/src/components/Quote/QuoteCostDetails.tsx +10 -9
  92. package/src/components/SearchInput/SearchInput.types.ts +2 -0
  93. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +1 -1
  94. package/src/components/SwapDetails/SwapDetails.helpers.tsx +8 -10
  95. package/src/components/SwapDetails/SwapDetails.tsx +10 -11
  96. package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +77 -11
  97. package/src/components/TokenList/TokenList.tsx +5 -5
  98. package/src/components/WalletDerivationPathModal/WalletDerivationPathModal.styles.ts +17 -0
  99. package/src/components/WalletDerivationPathModal/WalletDerivationPathModal.tsx +154 -0
  100. package/src/components/WalletDerivationPathModal/WalletDerivationPathModal.types.tsx +10 -0
  101. package/src/components/WalletDerivationPathModal/index.ts +1 -0
  102. package/src/components/WalletNamespacesModal/WalletNamespacesModal.tsx +9 -6
  103. package/src/components/WalletNamespacesModal/WalletNamespacesModal.types.tsx +1 -1
  104. package/src/constants/namespaces.ts +62 -0
  105. package/src/constants/quote.ts +11 -9
  106. package/src/constants/routing.ts +0 -2
  107. package/src/containers/Inputs/Inputs.tsx +5 -5
  108. package/src/containers/Wallets/Wallets.tsx +1 -0
  109. package/src/containers/WidgetInfo/WidgetInfo.tsx +3 -0
  110. package/src/containers/WidgetInfo/WidgetInfo.types.ts +3 -1
  111. package/src/hooks/useBootstrap/useBootstrap.ts +4 -0
  112. package/src/hooks/useSubscribeToWidgetEvents/useSubscribeToWidgetEvents.ts +8 -10
  113. package/src/hooks/useSyncStoresWithConfig.ts +3 -1
  114. package/src/hooks/useWalletList.ts +12 -5
  115. package/src/hooks/useWalletProviders/index.ts +1 -0
  116. package/src/hooks/useWalletProviders/useWalletProviders.helpers.ts +14 -0
  117. package/src/hooks/{useWalletProviders.ts → useWalletProviders/useWalletProviders.ts} +11 -5
  118. package/src/hooks/useWidgetEvents/index.ts +1 -0
  119. package/src/hooks/useWidgetEvents/useWidgetEvents.ts +9 -0
  120. package/src/index.ts +26 -2
  121. package/src/pages/WalletsPage.tsx +85 -19
  122. package/src/services/eventEmitter.ts +11 -0
  123. package/src/store/notification.ts +3 -1
  124. package/src/store/quote.ts +70 -5
  125. package/src/store/slices/config.ts +4 -0
  126. package/src/store/slices/settings.ts +4 -1
  127. package/src/store/wallets.ts +194 -173
  128. package/src/types/config.ts +8 -4
  129. package/src/types/event.ts +89 -0
  130. package/src/types/index.ts +1 -0
  131. package/src/types/wallets.ts +2 -1
  132. package/src/utils/common.ts +2 -2
  133. package/src/utils/meta.ts +8 -0
  134. package/src/utils/numbers.ts +0 -12
  135. package/src/utils/providers.ts +4 -0
  136. package/src/utils/wallets.ts +7 -5
  137. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +0 -1559
  138. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +0 -1
  139. package/dist/components/NotificationContent/NotificationNotFound.d.ts +0 -3
  140. package/dist/components/NotificationContent/NotificationNotFound.d.ts.map +0 -1
  141. package/dist/hooks/useWalletProviders.d.ts.map +0 -1
  142. package/src/components/NotificationContent/NotificationContent.styles.ts +0 -63
  143. package/src/components/NotificationContent/NotificationNotFound.tsx +0 -17
@@ -1,1559 +0,0 @@
1
- /// <reference types="react" />
2
- /// <reference types="react" />
3
- /// <reference types="trusted-types" />
4
- import { ListItemButton } from '@rango-dev/ui';
5
- export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
6
- xs: string;
7
- sm: string;
8
- md: string;
9
- lg: string;
10
- }, import("@stitches/react/types/css-util").CSS<{
11
- xs: string;
12
- sm: string;
13
- md: string;
14
- lg: string;
15
- }, {
16
- colors: {
17
- primary: string;
18
- primary500: string;
19
- primary550: string;
20
- secondary: string;
21
- secondary100: string;
22
- secondary150: string;
23
- secondary200: string;
24
- secondary250: string;
25
- secondary500: string;
26
- secondary550: string;
27
- neutral: string;
28
- neutral100: string;
29
- neutral200: string;
30
- neutral300: string;
31
- neutral400: string;
32
- neutral500: string;
33
- neutral600: string;
34
- neutral700: string;
35
- neutral800: string;
36
- neutral900: string;
37
- error100: string;
38
- error300: string;
39
- error500: string;
40
- error600: string;
41
- error700: string;
42
- warning100: string;
43
- warning300: string;
44
- warning500: string;
45
- warning600: string;
46
- warning700: string;
47
- info: string;
48
- info100: string;
49
- info300: string;
50
- info500: string;
51
- info600: string;
52
- info700: string;
53
- success100: string;
54
- success300: string;
55
- success500: string;
56
- success600: string;
57
- success700: string;
58
- background: string;
59
- foreground: string;
60
- };
61
- space: {
62
- 0: string;
63
- 5: string;
64
- 10: string;
65
- 15: string;
66
- 20: string;
67
- 25: string;
68
- 30: string;
69
- 40: string;
70
- 46: string;
71
- 50: string;
72
- 60: string;
73
- 70: string;
74
- 80: string;
75
- 90: string;
76
- 100: string;
77
- 2: string;
78
- 4: string;
79
- 6: string;
80
- 8: string;
81
- 12: string;
82
- 16: string;
83
- 24: string;
84
- 28: string;
85
- 32: string;
86
- };
87
- radii: {
88
- xs: string;
89
- sm: string;
90
- xm: string;
91
- md: string;
92
- xl: string;
93
- lg: string;
94
- primary: string;
95
- secondary: string;
96
- };
97
- fontSizes: {
98
- 10: string;
99
- 12: string;
100
- 14: string;
101
- 16: string;
102
- 18: string;
103
- 20: string;
104
- 22: string;
105
- 24: string;
106
- 28: string;
107
- 32: string;
108
- 36: string;
109
- 40: string;
110
- 48: string;
111
- };
112
- fonts: {
113
- primary: string;
114
- widget: string;
115
- };
116
- fontWeights: {
117
- regular: number;
118
- medium: number;
119
- semiBold: number;
120
- bold: number;
121
- };
122
- lineHeights: {
123
- 12: string;
124
- 16: string;
125
- 20: string;
126
- 24: string;
127
- 26: string;
128
- 28: string;
129
- 30: string;
130
- 36: string;
131
- 40: string;
132
- 44: string;
133
- 52: string;
134
- 64: string;
135
- };
136
- letterSpacings: {};
137
- sizes: {
138
- 4: string;
139
- 6: string;
140
- 8: string;
141
- 10: string;
142
- 12: string;
143
- 16: string;
144
- 18: string;
145
- 20: string;
146
- 24: string;
147
- 26: string;
148
- 28: string;
149
- 30: string;
150
- 32: string;
151
- 36: string;
152
- 40: string;
153
- 45: string;
154
- 48: string;
155
- };
156
- borderWidths: {};
157
- borderStyles: {};
158
- shadows: {
159
- mainContainer: string;
160
- };
161
- zIndices: {};
162
- transitions: {};
163
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
164
- export declare const Header: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
165
- xs: string;
166
- sm: string;
167
- md: string;
168
- lg: string;
169
- }, import("@stitches/react/types/css-util").CSS<{
170
- xs: string;
171
- sm: string;
172
- md: string;
173
- lg: string;
174
- }, {
175
- colors: {
176
- primary: string;
177
- primary500: string;
178
- primary550: string;
179
- secondary: string;
180
- secondary100: string;
181
- secondary150: string;
182
- secondary200: string;
183
- secondary250: string;
184
- secondary500: string;
185
- secondary550: string;
186
- neutral: string;
187
- neutral100: string;
188
- neutral200: string;
189
- neutral300: string;
190
- neutral400: string;
191
- neutral500: string;
192
- neutral600: string;
193
- neutral700: string;
194
- neutral800: string;
195
- neutral900: string;
196
- error100: string;
197
- error300: string;
198
- error500: string;
199
- error600: string;
200
- error700: string;
201
- warning100: string;
202
- warning300: string;
203
- warning500: string;
204
- warning600: string;
205
- warning700: string;
206
- info: string;
207
- info100: string;
208
- info300: string;
209
- info500: string;
210
- info600: string;
211
- info700: string;
212
- success100: string;
213
- success300: string;
214
- success500: string;
215
- success600: string;
216
- success700: string;
217
- background: string;
218
- foreground: string;
219
- };
220
- space: {
221
- 0: string;
222
- 5: string;
223
- 10: string;
224
- 15: string;
225
- 20: string;
226
- 25: string;
227
- 30: string;
228
- 40: string;
229
- 46: string;
230
- 50: string;
231
- 60: string;
232
- 70: string;
233
- 80: string;
234
- 90: string;
235
- 100: string;
236
- 2: string;
237
- 4: string;
238
- 6: string;
239
- 8: string;
240
- 12: string;
241
- 16: string;
242
- 24: string;
243
- 28: string;
244
- 32: string;
245
- };
246
- radii: {
247
- xs: string;
248
- sm: string;
249
- xm: string;
250
- md: string;
251
- xl: string;
252
- lg: string;
253
- primary: string;
254
- secondary: string;
255
- };
256
- fontSizes: {
257
- 10: string;
258
- 12: string;
259
- 14: string;
260
- 16: string;
261
- 18: string;
262
- 20: string;
263
- 22: string;
264
- 24: string;
265
- 28: string;
266
- 32: string;
267
- 36: string;
268
- 40: string;
269
- 48: string;
270
- };
271
- fonts: {
272
- primary: string;
273
- widget: string;
274
- };
275
- fontWeights: {
276
- regular: number;
277
- medium: number;
278
- semiBold: number;
279
- bold: number;
280
- };
281
- lineHeights: {
282
- 12: string;
283
- 16: string;
284
- 20: string;
285
- 24: string;
286
- 26: string;
287
- 28: string;
288
- 30: string;
289
- 36: string;
290
- 40: string;
291
- 44: string;
292
- 52: string;
293
- 64: string;
294
- };
295
- letterSpacings: {};
296
- sizes: {
297
- 4: string;
298
- 6: string;
299
- 8: string;
300
- 10: string;
301
- 12: string;
302
- 16: string;
303
- 18: string;
304
- 20: string;
305
- 24: string;
306
- 26: string;
307
- 28: string;
308
- 30: string;
309
- 32: string;
310
- 36: string;
311
- 40: string;
312
- 45: string;
313
- 48: string;
314
- };
315
- borderWidths: {};
316
- borderStyles: {};
317
- shadows: {
318
- mainContainer: string;
319
- };
320
- zIndices: {};
321
- transitions: {};
322
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
323
- export declare const ClearAllButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
324
- slot?: string | undefined;
325
- style?: import("react").CSSProperties | undefined;
326
- title?: string | undefined;
327
- children?: import("react").ReactNode;
328
- color?: string | undefined;
329
- content?: string | undefined;
330
- translate?: "yes" | "no" | undefined;
331
- hidden?: boolean | undefined;
332
- defaultChecked?: boolean | undefined;
333
- defaultValue?: string | number | readonly string[] | undefined;
334
- suppressContentEditableWarning?: boolean | undefined;
335
- suppressHydrationWarning?: boolean | undefined;
336
- accessKey?: string | undefined;
337
- autoFocus?: boolean | undefined;
338
- className?: string | undefined;
339
- contentEditable?: boolean | "inherit" | "true" | "false" | "plaintext-only" | undefined;
340
- contextMenu?: string | undefined;
341
- dir?: string | undefined;
342
- draggable?: boolean | "true" | "false" | undefined;
343
- id?: string | undefined;
344
- lang?: string | undefined;
345
- nonce?: string | undefined;
346
- placeholder?: string | undefined;
347
- spellCheck?: boolean | "true" | "false" | undefined;
348
- tabIndex?: number | undefined;
349
- radioGroup?: string | undefined;
350
- role?: import("react").AriaRole | undefined;
351
- about?: string | undefined;
352
- datatype?: string | undefined;
353
- inlist?: any;
354
- property?: string | undefined;
355
- rel?: string | undefined;
356
- resource?: string | undefined;
357
- rev?: string | undefined;
358
- typeof?: string | undefined;
359
- vocab?: string | undefined;
360
- autoCapitalize?: string | undefined;
361
- autoCorrect?: string | undefined;
362
- autoSave?: string | undefined;
363
- itemProp?: string | undefined;
364
- itemScope?: boolean | undefined;
365
- itemType?: string | undefined;
366
- itemID?: string | undefined;
367
- itemRef?: string | undefined;
368
- results?: number | undefined;
369
- security?: string | undefined;
370
- unselectable?: "on" | "off" | undefined;
371
- inputMode?: "search" | "decimal" | "text" | "none" | "tel" | "url" | "email" | "numeric" | undefined;
372
- is?: string | undefined;
373
- "aria-activedescendant"?: string | undefined;
374
- "aria-atomic"?: boolean | "true" | "false" | undefined;
375
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
376
- "aria-braillelabel"?: string | undefined;
377
- "aria-brailleroledescription"?: string | undefined;
378
- "aria-busy"?: boolean | "true" | "false" | undefined;
379
- "aria-checked"?: boolean | "true" | "mixed" | "false" | undefined;
380
- "aria-colcount"?: number | undefined;
381
- "aria-colindex"?: number | undefined;
382
- "aria-colindextext"?: string | undefined;
383
- "aria-colspan"?: number | undefined;
384
- "aria-controls"?: string | undefined;
385
- "aria-current"?: boolean | "time" | "true" | "page" | "false" | "step" | "location" | "date" | undefined;
386
- "aria-describedby"?: string | undefined;
387
- "aria-description"?: string | undefined;
388
- "aria-details"?: string | undefined;
389
- "aria-disabled"?: boolean | "true" | "false" | undefined;
390
- "aria-dropeffect"?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined;
391
- "aria-errormessage"?: string | undefined;
392
- "aria-expanded"?: boolean | "true" | "false" | undefined;
393
- "aria-flowto"?: string | undefined;
394
- "aria-grabbed"?: boolean | "true" | "false" | undefined;
395
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "listbox" | "false" | "tree" | undefined;
396
- "aria-hidden"?: boolean | "true" | "false" | undefined;
397
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
398
- "aria-keyshortcuts"?: string | undefined;
399
- "aria-label"?: string | undefined;
400
- "aria-labelledby"?: string | undefined;
401
- "aria-level"?: number | undefined;
402
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
403
- "aria-modal"?: boolean | "true" | "false" | undefined;
404
- "aria-multiline"?: boolean | "true" | "false" | undefined;
405
- "aria-multiselectable"?: boolean | "true" | "false" | undefined;
406
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
407
- "aria-owns"?: string | undefined;
408
- "aria-placeholder"?: string | undefined;
409
- "aria-posinset"?: number | undefined;
410
- "aria-pressed"?: boolean | "true" | "mixed" | "false" | undefined;
411
- "aria-readonly"?: boolean | "true" | "false" | undefined;
412
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
413
- "aria-required"?: boolean | "true" | "false" | undefined;
414
- "aria-roledescription"?: string | undefined;
415
- "aria-rowcount"?: number | undefined;
416
- "aria-rowindex"?: number | undefined;
417
- "aria-rowindextext"?: string | undefined;
418
- "aria-rowspan"?: number | undefined;
419
- "aria-selected"?: boolean | "true" | "false" | undefined;
420
- "aria-setsize"?: number | undefined;
421
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
422
- "aria-valuemax"?: number | undefined;
423
- "aria-valuemin"?: number | undefined;
424
- "aria-valuenow"?: number | undefined;
425
- "aria-valuetext"?: string | undefined;
426
- dangerouslySetInnerHTML?: {
427
- __html: string | TrustedHTML;
428
- } | undefined;
429
- onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
430
- onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
431
- onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
432
- onCutCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
433
- onPaste?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
434
- onPasteCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
435
- onCompositionEnd?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
436
- onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
437
- onCompositionStart?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
438
- onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
439
- onCompositionUpdate?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
440
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
441
- onFocus?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
442
- onFocusCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
443
- onBlur?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
444
- onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
445
- onChange?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
446
- onChangeCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
447
- onBeforeInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
448
- onBeforeInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
449
- onInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
450
- onInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
451
- onReset?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
452
- onResetCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
453
- onSubmit?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
454
- onSubmitCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
455
- onInvalid?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
456
- onInvalidCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
457
- onLoad?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
458
- onLoadCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
459
- onError?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
460
- onErrorCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
461
- onKeyDown?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
462
- onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
463
- onKeyPress?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
464
- onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
465
- onKeyUp?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
466
- onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
467
- onAbort?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
468
- onAbortCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
469
- onCanPlay?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
470
- onCanPlayCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
471
- onCanPlayThrough?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
472
- onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
473
- onDurationChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
474
- onDurationChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
475
- onEmptied?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
476
- onEmptiedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
477
- onEncrypted?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
478
- onEncryptedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
479
- onEnded?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
480
- onEndedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
481
- onLoadedData?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
482
- onLoadedDataCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
483
- onLoadedMetadata?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
484
- onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
485
- onLoadStart?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
486
- onLoadStartCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
487
- onPause?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
488
- onPauseCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
489
- onPlay?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
490
- onPlayCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
491
- onPlaying?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
492
- onPlayingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
493
- onProgress?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
494
- onProgressCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
495
- onRateChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
496
- onRateChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
497
- onResize?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
498
- onResizeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
499
- onSeeked?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
500
- onSeekedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
501
- onSeeking?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
502
- onSeekingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
503
- onStalled?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
504
- onStalledCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
505
- onSuspend?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
506
- onSuspendCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
507
- onTimeUpdate?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
508
- onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
509
- onVolumeChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
510
- onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
511
- onWaiting?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
512
- onWaitingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
513
- onAuxClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
514
- onAuxClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
515
- onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
516
- onClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
517
- onContextMenu?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
518
- onContextMenuCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
519
- onDoubleClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
520
- onDoubleClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
521
- onDrag?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
522
- onDragCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
523
- onDragEnd?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
524
- onDragEndCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
525
- onDragEnter?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
526
- onDragEnterCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
527
- onDragExit?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
528
- onDragExitCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
529
- onDragLeave?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
530
- onDragLeaveCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
531
- onDragOver?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
532
- onDragOverCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
533
- onDragStart?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
534
- onDragStartCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
535
- onDrop?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
536
- onDropCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
537
- onMouseDown?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
538
- onMouseDownCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
539
- onMouseEnter?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
540
- onMouseLeave?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
541
- onMouseMove?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
542
- onMouseMoveCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
543
- onMouseOut?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
544
- onMouseOutCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
545
- onMouseOver?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
546
- onMouseOverCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
547
- onMouseUp?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
548
- onMouseUpCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
549
- onSelect?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
550
- onSelectCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
551
- onTouchCancel?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
552
- onTouchCancelCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
553
- onTouchEnd?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
554
- onTouchEndCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
555
- onTouchMove?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
556
- onTouchMoveCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
557
- onTouchStart?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
558
- onTouchStartCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
559
- onPointerDown?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
560
- onPointerDownCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
561
- onPointerMove?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
562
- onPointerMoveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
563
- onPointerUp?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
564
- onPointerUpCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
565
- onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
566
- onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
567
- onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
568
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
569
- onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
570
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
571
- onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
572
- onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
573
- onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
574
- onPointerOutCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
575
- onGotPointerCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
576
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
577
- onLostPointerCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
578
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
579
- onScroll?: import("react").UIEventHandler<HTMLButtonElement> | undefined;
580
- onScrollCapture?: import("react").UIEventHandler<HTMLButtonElement> | undefined;
581
- onWheel?: import("react").WheelEventHandler<HTMLButtonElement> | undefined;
582
- onWheelCapture?: import("react").WheelEventHandler<HTMLButtonElement> | undefined;
583
- onAnimationStart?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
584
- onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
585
- onAnimationEnd?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
586
- onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
587
- onAnimationIteration?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
588
- onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
589
- onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
590
- onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
591
- } & {
592
- size?: "small" | "medium" | "large" | "xxsmall" | "xsmall" | undefined;
593
- variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
594
- type?: "primary" | "secondary" | "success" | "error" | "warning" | undefined;
595
- loading?: boolean | undefined;
596
- disabled?: boolean | undefined;
597
- prefix?: import("react").ReactNode;
598
- suffix?: import("react").ReactNode;
599
- fullWidth?: boolean | undefined;
600
- disableRipple?: boolean | undefined;
601
- } & {
602
- children?: import("react").ReactNode;
603
- } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
604
- xs: string;
605
- sm: string;
606
- md: string;
607
- lg: string;
608
- }, import("@stitches/react/types/css-util").CSS<{
609
- xs: string;
610
- sm: string;
611
- md: string;
612
- lg: string;
613
- }, {
614
- colors: {
615
- primary: string;
616
- primary500: string;
617
- primary550: string;
618
- secondary: string;
619
- secondary100: string;
620
- secondary150: string;
621
- secondary200: string;
622
- secondary250: string;
623
- secondary500: string;
624
- secondary550: string;
625
- neutral: string;
626
- neutral100: string;
627
- neutral200: string;
628
- neutral300: string;
629
- neutral400: string;
630
- neutral500: string;
631
- neutral600: string;
632
- neutral700: string;
633
- neutral800: string;
634
- neutral900: string;
635
- error100: string;
636
- error300: string;
637
- error500: string;
638
- error600: string;
639
- error700: string;
640
- warning100: string;
641
- warning300: string;
642
- warning500: string;
643
- warning600: string;
644
- warning700: string;
645
- info: string;
646
- info100: string;
647
- info300: string;
648
- info500: string;
649
- info600: string;
650
- info700: string;
651
- success100: string;
652
- success300: string;
653
- success500: string;
654
- success600: string;
655
- success700: string;
656
- background: string;
657
- foreground: string;
658
- };
659
- space: {
660
- 0: string;
661
- 5: string;
662
- 10: string;
663
- 15: string;
664
- 20: string;
665
- 25: string;
666
- 30: string;
667
- 40: string;
668
- 46: string;
669
- 50: string;
670
- 60: string;
671
- 70: string;
672
- 80: string;
673
- 90: string;
674
- 100: string;
675
- 2: string;
676
- 4: string;
677
- 6: string;
678
- 8: string;
679
- 12: string;
680
- 16: string;
681
- 24: string;
682
- 28: string;
683
- 32: string;
684
- };
685
- radii: {
686
- xs: string;
687
- sm: string;
688
- xm: string;
689
- md: string;
690
- xl: string;
691
- lg: string;
692
- primary: string;
693
- secondary: string;
694
- };
695
- fontSizes: {
696
- 10: string;
697
- 12: string;
698
- 14: string;
699
- 16: string;
700
- 18: string;
701
- 20: string;
702
- 22: string;
703
- 24: string;
704
- 28: string;
705
- 32: string;
706
- 36: string;
707
- 40: string;
708
- 48: string;
709
- };
710
- fonts: {
711
- primary: string;
712
- widget: string;
713
- };
714
- fontWeights: {
715
- regular: number;
716
- medium: number;
717
- semiBold: number;
718
- bold: number;
719
- };
720
- lineHeights: {
721
- 12: string;
722
- 16: string;
723
- 20: string;
724
- 24: string;
725
- 26: string;
726
- 28: string;
727
- 30: string;
728
- 36: string;
729
- 40: string;
730
- 44: string;
731
- 52: string;
732
- 64: string;
733
- };
734
- letterSpacings: {};
735
- sizes: {
736
- 4: string;
737
- 6: string;
738
- 8: string;
739
- 10: string;
740
- 12: string;
741
- 16: string;
742
- 18: string;
743
- 20: string;
744
- 24: string;
745
- 26: string;
746
- 28: string;
747
- 30: string;
748
- 32: string;
749
- 36: string;
750
- 40: string;
751
- 45: string;
752
- 48: string;
753
- };
754
- borderWidths: {};
755
- borderStyles: {};
756
- shadows: {
757
- mainContainer: string;
758
- };
759
- zIndices: {};
760
- transitions: {};
761
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
762
- export declare const List: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
763
- xs: string;
764
- sm: string;
765
- md: string;
766
- lg: string;
767
- }, import("@stitches/react/types/css-util").CSS<{
768
- xs: string;
769
- sm: string;
770
- md: string;
771
- lg: string;
772
- }, {
773
- colors: {
774
- primary: string;
775
- primary500: string;
776
- primary550: string;
777
- secondary: string;
778
- secondary100: string;
779
- secondary150: string;
780
- secondary200: string;
781
- secondary250: string;
782
- secondary500: string;
783
- secondary550: string;
784
- neutral: string;
785
- neutral100: string;
786
- neutral200: string;
787
- neutral300: string;
788
- neutral400: string;
789
- neutral500: string;
790
- neutral600: string;
791
- neutral700: string;
792
- neutral800: string;
793
- neutral900: string;
794
- error100: string;
795
- error300: string;
796
- error500: string;
797
- error600: string;
798
- error700: string;
799
- warning100: string;
800
- warning300: string;
801
- warning500: string;
802
- warning600: string;
803
- warning700: string;
804
- info: string;
805
- info100: string;
806
- info300: string;
807
- info500: string;
808
- info600: string;
809
- info700: string;
810
- success100: string;
811
- success300: string;
812
- success500: string;
813
- success600: string;
814
- success700: string;
815
- background: string;
816
- foreground: string;
817
- };
818
- space: {
819
- 0: string;
820
- 5: string;
821
- 10: string;
822
- 15: string;
823
- 20: string;
824
- 25: string;
825
- 30: string;
826
- 40: string;
827
- 46: string;
828
- 50: string;
829
- 60: string;
830
- 70: string;
831
- 80: string;
832
- 90: string;
833
- 100: string;
834
- 2: string;
835
- 4: string;
836
- 6: string;
837
- 8: string;
838
- 12: string;
839
- 16: string;
840
- 24: string;
841
- 28: string;
842
- 32: string;
843
- };
844
- radii: {
845
- xs: string;
846
- sm: string;
847
- xm: string;
848
- md: string;
849
- xl: string;
850
- lg: string;
851
- primary: string;
852
- secondary: string;
853
- };
854
- fontSizes: {
855
- 10: string;
856
- 12: string;
857
- 14: string;
858
- 16: string;
859
- 18: string;
860
- 20: string;
861
- 22: string;
862
- 24: string;
863
- 28: string;
864
- 32: string;
865
- 36: string;
866
- 40: string;
867
- 48: string;
868
- };
869
- fonts: {
870
- primary: string;
871
- widget: string;
872
- };
873
- fontWeights: {
874
- regular: number;
875
- medium: number;
876
- semiBold: number;
877
- bold: number;
878
- };
879
- lineHeights: {
880
- 12: string;
881
- 16: string;
882
- 20: string;
883
- 24: string;
884
- 26: string;
885
- 28: string;
886
- 30: string;
887
- 36: string;
888
- 40: string;
889
- 44: string;
890
- 52: string;
891
- 64: string;
892
- };
893
- letterSpacings: {};
894
- sizes: {
895
- 4: string;
896
- 6: string;
897
- 8: string;
898
- 10: string;
899
- 12: string;
900
- 16: string;
901
- 18: string;
902
- 20: string;
903
- 24: string;
904
- 26: string;
905
- 28: string;
906
- 30: string;
907
- 32: string;
908
- 36: string;
909
- 40: string;
910
- 45: string;
911
- 48: string;
912
- };
913
- borderWidths: {};
914
- borderStyles: {};
915
- shadows: {
916
- mainContainer: string;
917
- };
918
- zIndices: {};
919
- transitions: {};
920
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
921
- export declare const ListItem: import("@stitches/react/types/styled-component").StyledComponent<typeof ListItemButton, {
922
- actionRequired?: boolean | "true" | undefined;
923
- }, {
924
- xs: string;
925
- sm: string;
926
- md: string;
927
- lg: string;
928
- }, import("@stitches/react/types/css-util").CSS<{
929
- xs: string;
930
- sm: string;
931
- md: string;
932
- lg: string;
933
- }, {
934
- colors: {
935
- primary: string;
936
- primary500: string;
937
- primary550: string;
938
- secondary: string;
939
- secondary100: string;
940
- secondary150: string;
941
- secondary200: string;
942
- secondary250: string;
943
- secondary500: string;
944
- secondary550: string;
945
- neutral: string;
946
- neutral100: string;
947
- neutral200: string;
948
- neutral300: string;
949
- neutral400: string;
950
- neutral500: string;
951
- neutral600: string;
952
- neutral700: string;
953
- neutral800: string;
954
- neutral900: string;
955
- error100: string;
956
- error300: string;
957
- error500: string;
958
- error600: string;
959
- error700: string;
960
- warning100: string;
961
- warning300: string;
962
- warning500: string;
963
- warning600: string;
964
- warning700: string;
965
- info: string;
966
- info100: string;
967
- info300: string;
968
- info500: string;
969
- info600: string;
970
- info700: string;
971
- success100: string;
972
- success300: string;
973
- success500: string;
974
- success600: string;
975
- success700: string;
976
- background: string;
977
- foreground: string;
978
- };
979
- space: {
980
- 0: string;
981
- 5: string;
982
- 10: string;
983
- 15: string;
984
- 20: string;
985
- 25: string;
986
- 30: string;
987
- 40: string;
988
- 46: string;
989
- 50: string;
990
- 60: string;
991
- 70: string;
992
- 80: string;
993
- 90: string;
994
- 100: string;
995
- 2: string;
996
- 4: string;
997
- 6: string;
998
- 8: string;
999
- 12: string;
1000
- 16: string;
1001
- 24: string;
1002
- 28: string;
1003
- 32: string;
1004
- };
1005
- radii: {
1006
- xs: string;
1007
- sm: string;
1008
- xm: string;
1009
- md: string;
1010
- xl: string;
1011
- lg: string;
1012
- primary: string;
1013
- secondary: string;
1014
- };
1015
- fontSizes: {
1016
- 10: string;
1017
- 12: string;
1018
- 14: string;
1019
- 16: string;
1020
- 18: string;
1021
- 20: string;
1022
- 22: string;
1023
- 24: string;
1024
- 28: string;
1025
- 32: string;
1026
- 36: string;
1027
- 40: string;
1028
- 48: string;
1029
- };
1030
- fonts: {
1031
- primary: string;
1032
- widget: string;
1033
- };
1034
- fontWeights: {
1035
- regular: number;
1036
- medium: number;
1037
- semiBold: number;
1038
- bold: number;
1039
- };
1040
- lineHeights: {
1041
- 12: string;
1042
- 16: string;
1043
- 20: string;
1044
- 24: string;
1045
- 26: string;
1046
- 28: string;
1047
- 30: string;
1048
- 36: string;
1049
- 40: string;
1050
- 44: string;
1051
- 52: string;
1052
- 64: string;
1053
- };
1054
- letterSpacings: {};
1055
- sizes: {
1056
- 4: string;
1057
- 6: string;
1058
- 8: string;
1059
- 10: string;
1060
- 12: string;
1061
- 16: string;
1062
- 18: string;
1063
- 20: string;
1064
- 24: string;
1065
- 26: string;
1066
- 28: string;
1067
- 30: string;
1068
- 32: string;
1069
- 36: string;
1070
- 40: string;
1071
- 45: string;
1072
- 48: string;
1073
- };
1074
- borderWidths: {};
1075
- borderStyles: {};
1076
- shadows: {
1077
- mainContainer: string;
1078
- };
1079
- zIndices: {};
1080
- transitions: {};
1081
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1082
- export declare const Images: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1083
- xs: string;
1084
- sm: string;
1085
- md: string;
1086
- lg: string;
1087
- }, import("@stitches/react/types/css-util").CSS<{
1088
- xs: string;
1089
- sm: string;
1090
- md: string;
1091
- lg: string;
1092
- }, {
1093
- colors: {
1094
- primary: string;
1095
- primary500: string;
1096
- primary550: string;
1097
- secondary: string;
1098
- secondary100: string;
1099
- secondary150: string;
1100
- secondary200: string;
1101
- secondary250: string;
1102
- secondary500: string;
1103
- secondary550: string;
1104
- neutral: string;
1105
- neutral100: string;
1106
- neutral200: string;
1107
- neutral300: string;
1108
- neutral400: string;
1109
- neutral500: string;
1110
- neutral600: string;
1111
- neutral700: string;
1112
- neutral800: string;
1113
- neutral900: string;
1114
- error100: string;
1115
- error300: string;
1116
- error500: string;
1117
- error600: string;
1118
- error700: string;
1119
- warning100: string;
1120
- warning300: string;
1121
- warning500: string;
1122
- warning600: string;
1123
- warning700: string;
1124
- info: string;
1125
- info100: string;
1126
- info300: string;
1127
- info500: string;
1128
- info600: string;
1129
- info700: string;
1130
- success100: string;
1131
- success300: string;
1132
- success500: string;
1133
- success600: string;
1134
- success700: string;
1135
- background: string;
1136
- foreground: string;
1137
- };
1138
- space: {
1139
- 0: string;
1140
- 5: string;
1141
- 10: string;
1142
- 15: string;
1143
- 20: string;
1144
- 25: string;
1145
- 30: string;
1146
- 40: string;
1147
- 46: string;
1148
- 50: string;
1149
- 60: string;
1150
- 70: string;
1151
- 80: string;
1152
- 90: string;
1153
- 100: string;
1154
- 2: string;
1155
- 4: string;
1156
- 6: string;
1157
- 8: string;
1158
- 12: string;
1159
- 16: string;
1160
- 24: string;
1161
- 28: string;
1162
- 32: string;
1163
- };
1164
- radii: {
1165
- xs: string;
1166
- sm: string;
1167
- xm: string;
1168
- md: string;
1169
- xl: string;
1170
- lg: string;
1171
- primary: string;
1172
- secondary: string;
1173
- };
1174
- fontSizes: {
1175
- 10: string;
1176
- 12: string;
1177
- 14: string;
1178
- 16: string;
1179
- 18: string;
1180
- 20: string;
1181
- 22: string;
1182
- 24: string;
1183
- 28: string;
1184
- 32: string;
1185
- 36: string;
1186
- 40: string;
1187
- 48: string;
1188
- };
1189
- fonts: {
1190
- primary: string;
1191
- widget: string;
1192
- };
1193
- fontWeights: {
1194
- regular: number;
1195
- medium: number;
1196
- semiBold: number;
1197
- bold: number;
1198
- };
1199
- lineHeights: {
1200
- 12: string;
1201
- 16: string;
1202
- 20: string;
1203
- 24: string;
1204
- 26: string;
1205
- 28: string;
1206
- 30: string;
1207
- 36: string;
1208
- 40: string;
1209
- 44: string;
1210
- 52: string;
1211
- 64: string;
1212
- };
1213
- letterSpacings: {};
1214
- sizes: {
1215
- 4: string;
1216
- 6: string;
1217
- 8: string;
1218
- 10: string;
1219
- 12: string;
1220
- 16: string;
1221
- 18: string;
1222
- 20: string;
1223
- 24: string;
1224
- 26: string;
1225
- 28: string;
1226
- 30: string;
1227
- 32: string;
1228
- 36: string;
1229
- 40: string;
1230
- 45: string;
1231
- 48: string;
1232
- };
1233
- borderWidths: {};
1234
- borderStyles: {};
1235
- shadows: {
1236
- mainContainer: string;
1237
- };
1238
- zIndices: {};
1239
- transitions: {};
1240
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1241
- export declare const NotFoundContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1242
- xs: string;
1243
- sm: string;
1244
- md: string;
1245
- lg: string;
1246
- }, import("@stitches/react/types/css-util").CSS<{
1247
- xs: string;
1248
- sm: string;
1249
- md: string;
1250
- lg: string;
1251
- }, {
1252
- colors: {
1253
- primary: string;
1254
- primary500: string;
1255
- primary550: string;
1256
- secondary: string;
1257
- secondary100: string;
1258
- secondary150: string;
1259
- secondary200: string;
1260
- secondary250: string;
1261
- secondary500: string;
1262
- secondary550: string;
1263
- neutral: string;
1264
- neutral100: string;
1265
- neutral200: string;
1266
- neutral300: string;
1267
- neutral400: string;
1268
- neutral500: string;
1269
- neutral600: string;
1270
- neutral700: string;
1271
- neutral800: string;
1272
- neutral900: string;
1273
- error100: string;
1274
- error300: string;
1275
- error500: string;
1276
- error600: string;
1277
- error700: string;
1278
- warning100: string;
1279
- warning300: string;
1280
- warning500: string;
1281
- warning600: string;
1282
- warning700: string;
1283
- info: string;
1284
- info100: string;
1285
- info300: string;
1286
- info500: string;
1287
- info600: string;
1288
- info700: string;
1289
- success100: string;
1290
- success300: string;
1291
- success500: string;
1292
- success600: string;
1293
- success700: string;
1294
- background: string;
1295
- foreground: string;
1296
- };
1297
- space: {
1298
- 0: string;
1299
- 5: string;
1300
- 10: string;
1301
- 15: string;
1302
- 20: string;
1303
- 25: string;
1304
- 30: string;
1305
- 40: string;
1306
- 46: string;
1307
- 50: string;
1308
- 60: string;
1309
- 70: string;
1310
- 80: string;
1311
- 90: string;
1312
- 100: string;
1313
- 2: string;
1314
- 4: string;
1315
- 6: string;
1316
- 8: string;
1317
- 12: string;
1318
- 16: string;
1319
- 24: string;
1320
- 28: string;
1321
- 32: string;
1322
- };
1323
- radii: {
1324
- xs: string;
1325
- sm: string;
1326
- xm: string;
1327
- md: string;
1328
- xl: string;
1329
- lg: string;
1330
- primary: string;
1331
- secondary: string;
1332
- };
1333
- fontSizes: {
1334
- 10: string;
1335
- 12: string;
1336
- 14: string;
1337
- 16: string;
1338
- 18: string;
1339
- 20: string;
1340
- 22: string;
1341
- 24: string;
1342
- 28: string;
1343
- 32: string;
1344
- 36: string;
1345
- 40: string;
1346
- 48: string;
1347
- };
1348
- fonts: {
1349
- primary: string;
1350
- widget: string;
1351
- };
1352
- fontWeights: {
1353
- regular: number;
1354
- medium: number;
1355
- semiBold: number;
1356
- bold: number;
1357
- };
1358
- lineHeights: {
1359
- 12: string;
1360
- 16: string;
1361
- 20: string;
1362
- 24: string;
1363
- 26: string;
1364
- 28: string;
1365
- 30: string;
1366
- 36: string;
1367
- 40: string;
1368
- 44: string;
1369
- 52: string;
1370
- 64: string;
1371
- };
1372
- letterSpacings: {};
1373
- sizes: {
1374
- 4: string;
1375
- 6: string;
1376
- 8: string;
1377
- 10: string;
1378
- 12: string;
1379
- 16: string;
1380
- 18: string;
1381
- 20: string;
1382
- 24: string;
1383
- 26: string;
1384
- 28: string;
1385
- 30: string;
1386
- 32: string;
1387
- 36: string;
1388
- 40: string;
1389
- 45: string;
1390
- 48: string;
1391
- };
1392
- borderWidths: {};
1393
- borderStyles: {};
1394
- shadows: {
1395
- mainContainer: string;
1396
- };
1397
- zIndices: {};
1398
- transitions: {};
1399
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1400
- export declare const IconContainer: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
1401
- xs: string;
1402
- sm: string;
1403
- md: string;
1404
- lg: string;
1405
- }, import("@stitches/react/types/css-util").CSS<{
1406
- xs: string;
1407
- sm: string;
1408
- md: string;
1409
- lg: string;
1410
- }, {
1411
- colors: {
1412
- primary: string;
1413
- primary500: string;
1414
- primary550: string;
1415
- secondary: string;
1416
- secondary100: string;
1417
- secondary150: string;
1418
- secondary200: string;
1419
- secondary250: string;
1420
- secondary500: string;
1421
- secondary550: string;
1422
- neutral: string;
1423
- neutral100: string;
1424
- neutral200: string;
1425
- neutral300: string;
1426
- neutral400: string;
1427
- neutral500: string;
1428
- neutral600: string;
1429
- neutral700: string;
1430
- neutral800: string;
1431
- neutral900: string;
1432
- error100: string;
1433
- error300: string;
1434
- error500: string;
1435
- error600: string;
1436
- error700: string;
1437
- warning100: string;
1438
- warning300: string;
1439
- warning500: string;
1440
- warning600: string;
1441
- warning700: string;
1442
- info: string;
1443
- info100: string;
1444
- info300: string;
1445
- info500: string;
1446
- info600: string;
1447
- info700: string;
1448
- success100: string;
1449
- success300: string;
1450
- success500: string;
1451
- success600: string;
1452
- success700: string;
1453
- background: string;
1454
- foreground: string;
1455
- };
1456
- space: {
1457
- 0: string;
1458
- 5: string;
1459
- 10: string;
1460
- 15: string;
1461
- 20: string;
1462
- 25: string;
1463
- 30: string;
1464
- 40: string;
1465
- 46: string;
1466
- 50: string;
1467
- 60: string;
1468
- 70: string;
1469
- 80: string;
1470
- 90: string;
1471
- 100: string;
1472
- 2: string;
1473
- 4: string;
1474
- 6: string;
1475
- 8: string;
1476
- 12: string;
1477
- 16: string;
1478
- 24: string;
1479
- 28: string;
1480
- 32: string;
1481
- };
1482
- radii: {
1483
- xs: string;
1484
- sm: string;
1485
- xm: string;
1486
- md: string;
1487
- xl: string;
1488
- lg: string;
1489
- primary: string;
1490
- secondary: string;
1491
- };
1492
- fontSizes: {
1493
- 10: string;
1494
- 12: string;
1495
- 14: string;
1496
- 16: string;
1497
- 18: string;
1498
- 20: string;
1499
- 22: string;
1500
- 24: string;
1501
- 28: string;
1502
- 32: string;
1503
- 36: string;
1504
- 40: string;
1505
- 48: string;
1506
- };
1507
- fonts: {
1508
- primary: string;
1509
- widget: string;
1510
- };
1511
- fontWeights: {
1512
- regular: number;
1513
- medium: number;
1514
- semiBold: number;
1515
- bold: number;
1516
- };
1517
- lineHeights: {
1518
- 12: string;
1519
- 16: string;
1520
- 20: string;
1521
- 24: string;
1522
- 26: string;
1523
- 28: string;
1524
- 30: string;
1525
- 36: string;
1526
- 40: string;
1527
- 44: string;
1528
- 52: string;
1529
- 64: string;
1530
- };
1531
- letterSpacings: {};
1532
- sizes: {
1533
- 4: string;
1534
- 6: string;
1535
- 8: string;
1536
- 10: string;
1537
- 12: string;
1538
- 16: string;
1539
- 18: string;
1540
- 20: string;
1541
- 24: string;
1542
- 26: string;
1543
- 28: string;
1544
- 30: string;
1545
- 32: string;
1546
- 36: string;
1547
- 40: string;
1548
- 45: string;
1549
- 48: string;
1550
- };
1551
- borderWidths: {};
1552
- borderStyles: {};
1553
- shadows: {
1554
- mainContainer: string;
1555
- };
1556
- zIndices: {};
1557
- transitions: {};
1558
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1559
- //# sourceMappingURL=NotificationContent.styles.d.ts.map