@blockscout/ui-toolkit 0.0.1-alpha.1 → 0.0.1-alpha.3

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 (376) hide show
  1. package/README.md +5 -0
  2. package/dist/chakra/accordion.d.ts +1 -1
  3. package/dist/chakra/drawer.d.ts +1 -1
  4. package/dist/chakra/popover.d.ts +1 -2
  5. package/dist/chakra/select.d.ts +4 -1
  6. package/dist/components/AdaptiveTabs/index.d.ts +3 -0
  7. package/dist/components/Hint/Hint.d.ts +11 -0
  8. package/dist/components/RoutedTabs/index.d.ts +3 -0
  9. package/dist/components/buttons/BackToButton.d.ts +7 -0
  10. package/dist/components/buttons/ClearButton.d.ts +6 -0
  11. package/dist/components/{Filter → filters}/FilterInput.d.ts +2 -3
  12. package/dist/components/forms/components/FormFieldError.d.ts +7 -0
  13. package/dist/components/forms/components/index.d.ts +1 -0
  14. package/dist/components/forms/fields/FormFieldAddress.d.ts +5 -0
  15. package/dist/components/forms/fields/FormFieldCheckbox.d.ts +9 -0
  16. package/dist/components/forms/fields/FormFieldColor.d.ts +9 -0
  17. package/dist/components/forms/fields/FormFieldEmail.d.ts +5 -0
  18. package/dist/components/forms/fields/FormFieldSelect.d.ts +7 -0
  19. package/dist/components/forms/fields/FormFieldSelectAsync.d.ts +7 -0
  20. package/dist/components/forms/fields/FormFieldText.d.ts +8 -0
  21. package/dist/components/forms/fields/FormFieldUrl.d.ts +4 -0
  22. package/dist/components/forms/fields/image/FormFieldImagePreview.d.ts +13 -0
  23. package/dist/components/forms/fields/image/useImageField.d.ts +25 -0
  24. package/dist/components/forms/fields/index.d.ts +10 -0
  25. package/dist/components/forms/fields/types.d.ts +19 -0
  26. package/dist/components/forms/inputs/file/DragAndDropArea.d.ts +11 -0
  27. package/dist/components/forms/inputs/file/FileInput.d.ts +13 -0
  28. package/dist/components/forms/inputs/file/FileSnippet.d.ts +11 -0
  29. package/dist/components/forms/inputs/file/utils.d.ts +2 -0
  30. package/dist/components/forms/inputs/index.d.ts +3 -0
  31. package/dist/components/forms/utils/getFormFieldErrorText.d.ts +2 -0
  32. package/dist/components/forms/utils/index.d.ts +1 -0
  33. package/dist/components/forms/validators/address.d.ts +3 -0
  34. package/dist/components/forms/validators/color.d.ts +2 -0
  35. package/dist/components/forms/validators/email.d.ts +2 -0
  36. package/dist/components/forms/validators/index.d.ts +7 -0
  37. package/dist/components/forms/validators/signature.d.ts +1 -0
  38. package/dist/components/forms/validators/text.d.ts +1 -0
  39. package/dist/components/forms/validators/transaction.d.ts +2 -0
  40. package/dist/components/forms/validators/url.d.ts +3 -0
  41. package/dist/components/truncation/TruncatedTextTooltip.d.ts +8 -0
  42. package/dist/hooks/useClipboard.d.ts +1 -1
  43. package/dist/hooks/useFirstMountState.d.ts +1 -0
  44. package/dist/hooks/useIsSticky.d.ts +2 -0
  45. package/dist/hooks/useUpdateEffect.d.ts +2 -0
  46. package/dist/hooks/useViewportSize.d.ts +1 -1
  47. package/dist/index.d.ts +2 -0
  48. package/dist/index.js +10479 -0
  49. package/dist/package/src/index.d.ts +29 -11
  50. package/dist/theme/recipes/alert.recipe.d.ts +6 -46
  51. package/dist/theme/recipes/badge.recipe.d.ts +11 -44
  52. package/dist/theme/recipes/button.recipe.d.ts +17 -20
  53. package/dist/theme/recipes/close-button.recipe.d.ts +0 -3
  54. package/dist/theme/recipes/dialog.recipe.d.ts +1 -1
  55. package/dist/theme/recipes/drawer.recipe.d.ts +1 -1
  56. package/dist/theme/recipes/index.d.ts +47 -147
  57. package/dist/theme/recipes/link.recipe.d.ts +1 -9
  58. package/dist/theme/recipes/list.recipe.d.ts +1 -1
  59. package/dist/theme/recipes/menu.recipe.d.ts +1 -1
  60. package/dist/theme/recipes/select.recipe.d.ts +1 -1
  61. package/dist/theme/recipes/skeleton.recipe.d.ts +5 -6
  62. package/dist/theme/recipes/table.recipe.d.ts +1 -1
  63. package/dist/theme/recipes/tag.recipe.d.ts +0 -12
  64. package/dist/theme/recipes/toast.recipe.d.ts +1 -1
  65. package/dist/theme/theme.d.ts +1 -0
  66. package/dist/utils/consts.d.ts +15 -0
  67. package/dist/utils/guards.d.ts +2 -0
  68. package/dist/utils/htmlEntities.d.ts +26 -0
  69. package/dist/utils/isBrowser.d.ts +1 -0
  70. package/dist/utils/regexp.d.ts +6 -0
  71. package/dist/utils/url.d.ts +6 -0
  72. package/package.json +17 -28
  73. package/dist/_virtual/Button.js +0 -4
  74. package/dist/_virtual/Element.js +0 -4
  75. package/dist/_virtual/Link.js +0 -4
  76. package/dist/_virtual/_commonjsHelpers.js +0 -4
  77. package/dist/_virtual/animate-scroll.js +0 -4
  78. package/dist/_virtual/cancel-events.js +0 -4
  79. package/dist/_virtual/index.js +0 -5
  80. package/dist/_virtual/index2.js +0 -4
  81. package/dist/_virtual/index3.js +0 -4
  82. package/dist/_virtual/index4.js +0 -4
  83. package/dist/_virtual/jsx-runtime.js +0 -5
  84. package/dist/_virtual/jsx-runtime2.js +0 -4
  85. package/dist/_virtual/passive-event-listeners.js +0 -4
  86. package/dist/_virtual/react-is.development.js +0 -4
  87. package/dist/_virtual/react-is.production.min.js +0 -4
  88. package/dist/_virtual/react-jsx-runtime.development.js +0 -4
  89. package/dist/_virtual/react-jsx-runtime.production.min.js +0 -4
  90. package/dist/_virtual/scroll-element.js +0 -4
  91. package/dist/_virtual/scroll-events.js +0 -4
  92. package/dist/_virtual/scroll-hash.js +0 -4
  93. package/dist/_virtual/scroll-link.js +0 -4
  94. package/dist/_virtual/scroll-spy.js +0 -4
  95. package/dist/_virtual/scroller.js +0 -4
  96. package/dist/_virtual/smooth.js +0 -4
  97. package/dist/_virtual/utils.js +0 -4
  98. package/dist/chakra/accordion.js +0 -61
  99. package/dist/chakra/alert.js +0 -45
  100. package/dist/chakra/avatar.js +0 -36
  101. package/dist/chakra/badge.js +0 -18
  102. package/dist/chakra/button.js +0 -65
  103. package/dist/chakra/checkbox.js +0 -33
  104. package/dist/chakra/close-button.js +0 -13
  105. package/dist/chakra/collapsible.js +0 -58
  106. package/dist/chakra/color-mode.js +0 -35
  107. package/dist/chakra/dialog.js +0 -47
  108. package/dist/chakra/drawer.js +0 -39
  109. package/dist/chakra/field.js +0 -65
  110. package/dist/chakra/heading.js +0 -12
  111. package/dist/chakra/icon-button.js +0 -44
  112. package/dist/chakra/image.js +0 -30
  113. package/dist/chakra/input-group.js +0 -47
  114. package/dist/chakra/input.js +0 -5
  115. package/dist/chakra/link.js +0 -68
  116. package/dist/chakra/menu.js +0 -63
  117. package/dist/chakra/pin-input.js +0 -15
  118. package/dist/chakra/popover.js +0 -69
  119. package/dist/chakra/progress-circle.js +0 -17
  120. package/dist/chakra/provider.js +0 -10
  121. package/dist/chakra/radio.js +0 -17
  122. package/dist/chakra/rating.js +0 -21
  123. package/dist/chakra/select.js +0 -185
  124. package/dist/chakra/skeleton.js +0 -40
  125. package/dist/chakra/slider.js +0 -39
  126. package/dist/chakra/switch.js +0 -19
  127. package/dist/chakra/table.js +0 -66
  128. package/dist/chakra/tabs.js +0 -29
  129. package/dist/chakra/tag.js +0 -51
  130. package/dist/chakra/textarea.js +0 -5
  131. package/dist/chakra/toaster.js +0 -31
  132. package/dist/chakra/tooltip.js +0 -85
  133. package/dist/chakra.d.ts +0 -1
  134. package/dist/chakra.js +0 -155
  135. package/dist/components/ButtonBackTo.d.ts +0 -8
  136. package/dist/components/ButtonBackTo.js +0 -22
  137. package/dist/components/Filter/FilterInput.js +0 -48
  138. package/dist/components/TruncatedTextTooltip.d.ts +0 -9
  139. package/dist/components/TruncatedTextTooltip.js +0 -49
  140. package/dist/components/index.d.ts +0 -1
  141. package/dist/components.d.ts +0 -2
  142. package/dist/components.js +0 -1
  143. package/dist/configs/app/api.js +0 -23
  144. package/dist/configs/app/app.js +0 -19
  145. package/dist/configs/app/chain.js +0 -30
  146. package/dist/configs/app/features/account.js +0 -13
  147. package/dist/configs/app/features/addressMetadata.js +0 -15
  148. package/dist/configs/app/features/addressProfileAPI.js +0 -25
  149. package/dist/configs/app/features/addressVerification.js +0 -17
  150. package/dist/configs/app/features/adsBanner.js +0 -50
  151. package/dist/configs/app/features/adsText.js +0 -16
  152. package/dist/configs/app/features/advancedFilter.js +0 -11
  153. package/dist/configs/app/features/beaconChain.js +0 -15
  154. package/dist/configs/app/features/blockchainInteraction.js +0 -15
  155. package/dist/configs/app/features/bridgedTokens.js +0 -16
  156. package/dist/configs/app/features/celo.js +0 -13
  157. package/dist/configs/app/features/csvExport.js +0 -14
  158. package/dist/configs/app/features/dataAvailability.js +0 -11
  159. package/dist/configs/app/features/deFiDropdown.js +0 -12
  160. package/dist/configs/app/features/easterEggBadge.js +0 -12
  161. package/dist/configs/app/features/externalTxs.js +0 -14
  162. package/dist/configs/app/features/faultProofSystem.js +0 -12
  163. package/dist/configs/app/features/gasTracker.js +0 -17
  164. package/dist/configs/app/features/getGasButton.js +0 -17
  165. package/dist/configs/app/features/googleAnalytics.js +0 -12
  166. package/dist/configs/app/features/graphqlApiDocs.js +0 -12
  167. package/dist/configs/app/features/growthBook.js +0 -12
  168. package/dist/configs/app/features/index.js +0 -92
  169. package/dist/configs/app/features/marketplace.js +0 -46
  170. package/dist/configs/app/features/metasuites.js +0 -11
  171. package/dist/configs/app/features/mixpanel.js +0 -12
  172. package/dist/configs/app/features/mudFramework.js +0 -12
  173. package/dist/configs/app/features/multichainButton.js +0 -18
  174. package/dist/configs/app/features/nameService.js +0 -15
  175. package/dist/configs/app/features/pools.js +0 -15
  176. package/dist/configs/app/features/publicTagsSubmission.js +0 -17
  177. package/dist/configs/app/features/restApiDocs.js +0 -12
  178. package/dist/configs/app/features/rewards.js +0 -17
  179. package/dist/configs/app/features/rollbar.js +0 -20
  180. package/dist/configs/app/features/rollup.js +0 -37
  181. package/dist/configs/app/features/safe.js +0 -23
  182. package/dist/configs/app/features/saveOnGas.js +0 -13
  183. package/dist/configs/app/features/sol2uml.js +0 -16
  184. package/dist/configs/app/features/stats.js +0 -16
  185. package/dist/configs/app/features/suave.js +0 -11
  186. package/dist/configs/app/features/txInterpretation.js +0 -16
  187. package/dist/configs/app/features/userOps.js +0 -11
  188. package/dist/configs/app/features/validators.js +0 -16
  189. package/dist/configs/app/features/verifiedTokens.js +0 -15
  190. package/dist/configs/app/features/web3Wallet.js +0 -24
  191. package/dist/configs/app/features/xStarScore.js +0 -12
  192. package/dist/configs/app/index.js +0 -19
  193. package/dist/configs/app/meta.js +0 -16
  194. package/dist/configs/app/services.js +0 -9
  195. package/dist/configs/app/ui/views/address.js +0 -36
  196. package/dist/configs/app/ui/views/block.js +0 -11
  197. package/dist/configs/app/ui/views/index.js +0 -12
  198. package/dist/configs/app/ui/views/nft.js +0 -10
  199. package/dist/configs/app/ui/views/token.js +0 -7
  200. package/dist/configs/app/ui/views/tx.js +0 -15
  201. package/dist/configs/app/ui.js +0 -128
  202. package/dist/configs/app/utils.js +0 -45
  203. package/dist/hooks/useClipboard.js +0 -27
  204. package/dist/hooks/useDisclosure.js +0 -17
  205. package/dist/hooks/useViewportSize.js +0 -17
  206. package/dist/hooks.d.ts +0 -1
  207. package/dist/hooks.js +0 -8
  208. package/dist/icons/arrows/east-mini.svg.js +0 -4
  209. package/dist/icons/arrows/east.svg.js +0 -4
  210. package/dist/icons/check.svg.js +0 -4
  211. package/dist/icons/close.svg.js +0 -4
  212. package/dist/icons/info_filled.svg.js +0 -4
  213. package/dist/icons/link_external.svg.js +0 -4
  214. package/dist/icons/star_filled.svg.js +0 -4
  215. package/dist/icons/star_outline.svg.js +0 -4
  216. package/dist/lib/consts.js +0 -10
  217. package/dist/lib/hooks/useFirstMountState.js +0 -8
  218. package/dist/lib/hooks/useIsMobile.js +0 -7
  219. package/dist/lib/hooks/useUpdateEffect.js +0 -12
  220. package/dist/lib/html-entities.js +0 -5
  221. package/dist/lib/isBrowser.js +0 -6
  222. package/dist/lib/regexp.js +0 -4
  223. package/dist/lib/settings/colorTheme.js +0 -33
  224. package/dist/lib/stripTrailingSlash.js +0 -4
  225. package/dist/node_modules/@uidotdev/usehooks/index.js +0 -51
  226. package/dist/node_modules/bignumber.js/bignumber.js +0 -627
  227. package/dist/node_modules/es-toolkit/dist/function/debounce.js +0 -30
  228. package/dist/node_modules/es-toolkit/dist/function/throttle.js +0 -11
  229. package/dist/node_modules/lodash.throttle/index.js +0 -95
  230. package/dist/node_modules/object-assign/index.js +0 -54
  231. package/dist/node_modules/prop-types/checkPropTypes.js +0 -54
  232. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -52
  233. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -329
  234. package/dist/node_modules/prop-types/index.js +0 -17
  235. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -10
  236. package/dist/node_modules/prop-types/lib/has.js +0 -7
  237. package/dist/node_modules/react-icons/lib/iconBase.js +0 -108
  238. package/dist/node_modules/react-icons/lib/iconContext.js +0 -12
  239. package/dist/node_modules/react-icons/lu/index.js +0 -12
  240. package/dist/node_modules/react-is/cjs/react-is.development.js +0 -95
  241. package/dist/node_modules/react-is/cjs/react-is.production.min.js +0 -78
  242. package/dist/node_modules/react-is/index.js +0 -10
  243. package/dist/node_modules/react-scroll/modules/components/Button.js +0 -58
  244. package/dist/node_modules/react-scroll/modules/components/Element.js +0 -72
  245. package/dist/node_modules/react-scroll/modules/components/Link.js +0 -49
  246. package/dist/node_modules/react-scroll/modules/index.js +0 -26
  247. package/dist/node_modules/react-scroll/modules/mixins/Helpers.js +0 -192
  248. package/dist/node_modules/react-scroll/modules/mixins/animate-scroll.js +0 -132
  249. package/dist/node_modules/react-scroll/modules/mixins/cancel-events.js +0 -20
  250. package/dist/node_modules/react-scroll/modules/mixins/passive-event-listeners.js +0 -27
  251. package/dist/node_modules/react-scroll/modules/mixins/scroll-element.js +0 -98
  252. package/dist/node_modules/react-scroll/modules/mixins/scroll-events.js +0 -23
  253. package/dist/node_modules/react-scroll/modules/mixins/scroll-hash.js +0 -61
  254. package/dist/node_modules/react-scroll/modules/mixins/scroll-link.js +0 -171
  255. package/dist/node_modules/react-scroll/modules/mixins/scroll-spy.js +0 -79
  256. package/dist/node_modules/react-scroll/modules/mixins/scroller.js +0 -62
  257. package/dist/node_modules/react-scroll/modules/mixins/smooth.js +0 -72
  258. package/dist/node_modules/react-scroll/modules/mixins/utils.js +0 -55
  259. package/dist/package/node_modules/react/cjs/react-jsx-runtime.development.js +0 -604
  260. package/dist/package/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -28
  261. package/dist/package/node_modules/react/jsx-runtime.js +0 -10
  262. package/dist/theme/foundations/animations.js +0 -15
  263. package/dist/theme/foundations/animations.ts +0 -12
  264. package/dist/theme/foundations/borders.js +0 -12
  265. package/dist/theme/foundations/borders.ts +0 -13
  266. package/dist/theme/foundations/breakpoints.js +0 -11
  267. package/dist/theme/foundations/breakpoints.ts +0 -10
  268. package/dist/theme/foundations/colors.js +0 -163
  269. package/dist/theme/foundations/colors.ts +0 -162
  270. package/dist/theme/foundations/durations.js +0 -12
  271. package/dist/theme/foundations/durations.ts +0 -15
  272. package/dist/theme/foundations/semanticTokens.js +0 -474
  273. package/dist/theme/foundations/semanticTokens.ts +0 -475
  274. package/dist/theme/foundations/shadows.js +0 -16
  275. package/dist/theme/foundations/shadows.ts +0 -19
  276. package/dist/theme/foundations/typography.js +0 -92
  277. package/dist/theme/foundations/typography.ts +0 -93
  278. package/dist/theme/foundations/zIndex.js +0 -24
  279. package/dist/theme/foundations/zIndex.ts +0 -20
  280. package/dist/theme/globalCss.js +0 -51
  281. package/dist/theme/globalCss.ts +0 -57
  282. package/dist/theme/globals/address-entity.js +0 -34
  283. package/dist/theme/globals/address-entity.ts +0 -33
  284. package/dist/theme/globals/recaptcha.js +0 -21
  285. package/dist/theme/globals/recaptcha.ts +0 -20
  286. package/dist/theme/globals/scrollbar.js +0 -33
  287. package/dist/theme/globals/scrollbar.ts +0 -32
  288. package/dist/theme/index.d.ts +0 -1
  289. package/dist/theme/index.ts +0 -1
  290. package/dist/theme/recipes/accordion.recipe.js +0 -143
  291. package/dist/theme/recipes/accordion.recipe.ts +0 -145
  292. package/dist/theme/recipes/alert.recipe.js +0 -134
  293. package/dist/theme/recipes/alert.recipe.ts +0 -138
  294. package/dist/theme/recipes/badge.recipe.js +0 -119
  295. package/dist/theme/recipes/badge.recipe.ts +0 -117
  296. package/dist/theme/recipes/button.recipe.js +0 -272
  297. package/dist/theme/recipes/button.recipe.ts +0 -270
  298. package/dist/theme/recipes/checkbox.recipe.js +0 -53
  299. package/dist/theme/recipes/checkbox.recipe.ts +0 -56
  300. package/dist/theme/recipes/checkmark.recipe.js +0 -73
  301. package/dist/theme/recipes/checkmark.recipe.ts +0 -73
  302. package/dist/theme/recipes/close-button.recipe.js +0 -39
  303. package/dist/theme/recipes/close-button.recipe.ts +0 -37
  304. package/dist/theme/recipes/dialog.recipe.js +0 -210
  305. package/dist/theme/recipes/dialog.recipe.ts +0 -213
  306. package/dist/theme/recipes/drawer.recipe.js +0 -168
  307. package/dist/theme/recipes/drawer.recipe.ts +0 -173
  308. package/dist/theme/recipes/field.recipe.js +0 -174
  309. package/dist/theme/recipes/field.recipe.ts +0 -175
  310. package/dist/theme/recipes/index.js +0 -69
  311. package/dist/theme/recipes/index.ts +0 -68
  312. package/dist/theme/recipes/input.recipe.js +0 -116
  313. package/dist/theme/recipes/input.recipe.ts +0 -119
  314. package/dist/theme/recipes/link.recipe.js +0 -88
  315. package/dist/theme/recipes/link.recipe.ts +0 -86
  316. package/dist/theme/recipes/list.recipe.js +0 -65
  317. package/dist/theme/recipes/list.recipe.ts +0 -67
  318. package/dist/theme/recipes/menu.recipe.js +0 -104
  319. package/dist/theme/recipes/menu.recipe.ts +0 -105
  320. package/dist/theme/recipes/pin-input.recipe.js +0 -34
  321. package/dist/theme/recipes/pin-input.recipe.ts +0 -35
  322. package/dist/theme/recipes/popover.recipe.js +0 -72
  323. package/dist/theme/recipes/popover.recipe.ts +0 -70
  324. package/dist/theme/recipes/progress-circle.recipe.js +0 -74
  325. package/dist/theme/recipes/progress-circle.recipe.ts +0 -74
  326. package/dist/theme/recipes/radio-group.recipe.js +0 -69
  327. package/dist/theme/recipes/radio-group.recipe.ts +0 -73
  328. package/dist/theme/recipes/radiomark.recipe.js +0 -87
  329. package/dist/theme/recipes/radiomark.recipe.ts +0 -91
  330. package/dist/theme/recipes/rating-group.recipe.js +0 -84
  331. package/dist/theme/recipes/rating-group.recipe.ts +0 -93
  332. package/dist/theme/recipes/select.recipe.js +0 -275
  333. package/dist/theme/recipes/select.recipe.ts +0 -277
  334. package/dist/theme/recipes/skeleton.recipe.js +0 -54
  335. package/dist/theme/recipes/skeleton.recipe.ts +0 -55
  336. package/dist/theme/recipes/spinner.recipe.js +0 -33
  337. package/dist/theme/recipes/spinner.recipe.ts +0 -31
  338. package/dist/theme/recipes/stat.recipe.js +0 -101
  339. package/dist/theme/recipes/stat.recipe.ts +0 -101
  340. package/dist/theme/recipes/switch.recipe.js +0 -125
  341. package/dist/theme/recipes/switch.recipe.ts +0 -130
  342. package/dist/theme/recipes/table.recipe.js +0 -83
  343. package/dist/theme/recipes/table.recipe.ts +0 -84
  344. package/dist/theme/recipes/tabs.recipe.js +0 -216
  345. package/dist/theme/recipes/tabs.recipe.ts +0 -219
  346. package/dist/theme/recipes/tag.recipe.js +0 -157
  347. package/dist/theme/recipes/tag.recipe.ts +0 -158
  348. package/dist/theme/recipes/textarea.recipe.js +0 -86
  349. package/dist/theme/recipes/textarea.recipe.ts +0 -86
  350. package/dist/theme/recipes/toast.recipe.js +0 -98
  351. package/dist/theme/recipes/toast.recipe.ts +0 -97
  352. package/dist/theme/recipes/tooltip.recipe.js +0 -87
  353. package/dist/theme/recipes/tooltip.recipe.ts +0 -85
  354. package/dist/theme/theme.js +0 -40
  355. package/dist/theme/theme.ts +0 -41
  356. package/dist/theme/utils/entries.js +0 -11
  357. package/dist/theme/utils/entries.ts +0 -12
  358. package/dist/theme.d.ts +0 -2
  359. package/dist/theme.js +0 -4
  360. package/dist/types/client/adProviders.js +0 -12
  361. package/dist/types/client/contract.js +0 -13
  362. package/dist/types/client/gasTracker.js +0 -7
  363. package/dist/types/client/navigation.js +0 -4
  364. package/dist/types/client/rollup.js +0 -11
  365. package/dist/types/client/txInterpretation.js +0 -8
  366. package/dist/types/client/validators.js +0 -8
  367. package/dist/types/client/wallets.js +0 -8
  368. package/dist/types/homepage.js +0 -15
  369. package/dist/types/views/address.js +0 -14
  370. package/dist/types/views/block.js +0 -12
  371. package/dist/types/views/tx.js +0 -16
  372. package/dist/ui/shared/forms/validators/url.js +0 -12
  373. package/dist/utils/getComponentDisplayName.js +0 -7
  374. package/dist/utils/index.d.ts +0 -1
  375. package/dist/utils.d.ts +0 -2
  376. package/dist/utils.js +0 -4
@@ -5,80 +5,47 @@ export declare const recipes: {
5
5
  };
6
6
  colorPalette: {
7
7
  gray: {
8
- bgColor: "badge.gray.bg";
9
- '&:not([data-loading], [aria-busy=true])': {
10
- bgColor: "badge.gray.bg";
11
- };
8
+ bg: "badge.gray.bg";
12
9
  color: "badge.gray.fg";
13
10
  };
14
11
  green: {
15
- bgColor: "badge.green.bg";
16
- '&:not([data-loading], [aria-busy=true])': {
17
- bgColor: "badge.green.bg";
18
- };
12
+ bg: "badge.green.bg";
19
13
  color: "badge.green.fg";
20
14
  };
21
15
  red: {
22
- bgColor: "badge.red.bg";
23
- '&:not([data-loading], [aria-busy=true])': {
24
- bgColor: "badge.red.bg";
25
- };
16
+ bg: "badge.red.bg";
26
17
  color: "badge.red.fg";
27
18
  };
28
19
  purple: {
29
- bgColor: "badge.purple.bg";
30
- '&:not([data-loading], [aria-busy=true])': {
31
- bgColor: "badge.purple.bg";
32
- };
20
+ bg: "badge.purple.bg";
33
21
  color: "badge.purple.fg";
34
22
  };
35
23
  orange: {
36
- bgColor: "badge.orange.bg";
37
- '&:not([data-loading], [aria-busy=true])': {
38
- bgColor: "badge.orange.bg";
39
- };
24
+ bg: "badge.orange.bg";
40
25
  color: "badge.orange.fg";
41
26
  };
42
27
  blue: {
43
- bgColor: "badge.blue.bg";
44
- '&:not([data-loading], [aria-busy=true])': {
45
- bgColor: "badge.blue.bg";
46
- };
28
+ bg: "badge.blue.bg";
47
29
  color: "badge.blue.fg";
48
30
  };
49
31
  yellow: {
50
- bgColor: "badge.yellow.bg";
51
- '&:not([data-loading], [aria-busy=true])': {
52
- bgColor: "badge.yellow.bg";
53
- };
32
+ bg: "badge.yellow.bg";
54
33
  color: "badge.yellow.fg";
55
34
  };
56
35
  teal: {
57
- bgColor: "badge.teal.bg";
58
- '&:not([data-loading], [aria-busy=true])': {
59
- bgColor: "badge.teal.bg";
60
- };
36
+ bg: "badge.teal.bg";
61
37
  color: "badge.teal.fg";
62
38
  };
63
39
  cyan: {
64
- bgColor: "badge.cyan.bg";
65
- '&:not([data-loading], [aria-busy=true])': {
66
- bgColor: "badge.cyan.bg";
67
- };
40
+ bg: "badge.cyan.bg";
68
41
  color: "badge.cyan.fg";
69
42
  };
70
43
  purple_alt: {
71
- bgColor: "badge.purple_alt.bg";
72
- '&:not([data-loading], [aria-busy=true])': {
73
- bgColor: "badge.purple_alt.bg";
74
- };
44
+ bg: "badge.purple_alt.bg";
75
45
  color: "badge.purple_alt.fg";
76
46
  };
77
47
  blue_alt: {
78
- bgColor: "badge.blue_alt.bg";
79
- '&:not([data-loading], [aria-busy=true])': {
80
- bgColor: "badge.blue_alt.bg";
81
- };
48
+ bg: "badge.blue_alt.bg";
82
49
  color: "badge.blue_alt.fg";
83
50
  };
84
51
  };
@@ -96,12 +63,6 @@ export declare const recipes: {
96
63
  solid: {
97
64
  bg: "blue.600";
98
65
  color: "white";
99
- '&:not([data-loading-skeleton])': {
100
- bgColor: "blue.600";
101
- _expanded: {
102
- bg: "blue.400";
103
- };
104
- };
105
66
  _hover: {
106
67
  bg: "blue.400";
107
68
  };
@@ -113,16 +74,16 @@ export declare const recipes: {
113
74
  borderInlineStartColor: "spinner.track";
114
75
  };
115
76
  };
77
+ _expanded: {
78
+ bg: "blue.400";
79
+ };
116
80
  };
117
81
  outline: {
118
- borderWidth: "0px";
82
+ borderWidth: "2px";
119
83
  borderStyle: "solid";
120
84
  bg: "transparent";
121
85
  color: "button.outline.fg";
122
86
  borderColor: "button.outline.fg";
123
- '&:not([data-loading-skeleton])': {
124
- borderWidth: "2px";
125
- };
126
87
  _hover: {
127
88
  bg: "transparent";
128
89
  color: "blue.400";
@@ -138,14 +99,11 @@ export declare const recipes: {
138
99
  };
139
100
  };
140
101
  dropdown: {
141
- borderWidth: "0px";
102
+ borderWidth: "2px";
142
103
  borderStyle: "solid";
143
104
  bg: "transparent";
144
105
  color: "button.dropdown.fg";
145
106
  borderColor: "button.dropdown.border";
146
- '&:not([data-loading-skeleton])': {
147
- borderWidth: "2px";
148
- };
149
107
  _hover: {
150
108
  bg: "transparent";
151
109
  color: "blue.400";
@@ -218,9 +176,6 @@ export declare const recipes: {
218
176
  hero: {
219
177
  bg: "button.hero.bg";
220
178
  color: "button.hero.fg";
221
- '&:not([data-loading-skeleton])': {
222
- bg: "button.hero.bg";
223
- };
224
179
  _loading: {
225
180
  opacity: number;
226
181
  '& .chakra-spinner': {
@@ -283,9 +238,6 @@ export declare const recipes: {
283
238
  subtle: {
284
239
  bg: "button.subtle.bg";
285
240
  color: "button.subtle.fg";
286
- '&:not([data-loading-skeleton])': {
287
- bg: "button.subtle.bg";
288
- };
289
241
  _hover: {
290
242
  bg: "button.subtle.bg";
291
243
  color: "link.primary.hover";
@@ -338,6 +290,9 @@ export declare const recipes: {
338
290
  textStyle: "xs";
339
291
  borderRadius: "sm";
340
292
  gap: number;
293
+ _icon: {
294
+ boxSize: "auto";
295
+ };
341
296
  };
342
297
  xs: {
343
298
  px: number;
@@ -346,6 +301,9 @@ export declare const recipes: {
346
301
  textStyle: "sm";
347
302
  borderRadius: "sm";
348
303
  gap: number;
304
+ _icon: {
305
+ boxSize: "auto";
306
+ };
349
307
  };
350
308
  sm: {
351
309
  px: number;
@@ -354,6 +312,9 @@ export declare const recipes: {
354
312
  textStyle: "sm";
355
313
  borderRadius: "base";
356
314
  gap: number;
315
+ _icon: {
316
+ boxSize: "auto";
317
+ };
357
318
  };
358
319
  md: {
359
320
  px: number;
@@ -362,6 +323,9 @@ export declare const recipes: {
362
323
  textStyle: "md";
363
324
  borderRadius: "base";
364
325
  gap: number;
326
+ _icon: {
327
+ boxSize: "auto";
328
+ };
365
329
  '& .chakra-spinner': {
366
330
  '--spinner-size': "20px";
367
331
  };
@@ -420,9 +384,6 @@ export declare const recipes: {
420
384
  bg: "transparent";
421
385
  color: "closeButton.fg";
422
386
  border: "none";
423
- '&:not([data-loading-skeleton])': {
424
- bg: "transparent";
425
- };
426
387
  _hover: {
427
388
  bg: "transparent";
428
389
  color: "link.primary.hover";
@@ -543,12 +504,6 @@ export declare const recipes: {
543
504
  color: "link.primary.hover";
544
505
  textDecoration: "none";
545
506
  };
546
- _loading: {
547
- bgColor: "unset";
548
- };
549
- '&:not([data-loading], [aria-busy=true])': {
550
- bgColor: "link.underlaid.bg";
551
- };
552
507
  };
553
508
  menu: {
554
509
  color: "link.menu";
@@ -559,8 +514,7 @@ export declare const recipes: {
559
514
  };
560
515
  navigation: {
561
516
  color: "link.navigation.fg";
562
- bg: "link.navigation.bg";
563
- border: "link.navigation.border";
517
+ bg: "transparent";
564
518
  _hover: {
565
519
  color: "link.navigation.fg.hover";
566
520
  textDecoration: "none";
@@ -568,7 +522,6 @@ export declare const recipes: {
568
522
  _selected: {
569
523
  color: "link.navigation.fg.selected";
570
524
  bg: "link.navigation.bg.selected";
571
- border: "link.navigation.border.selected";
572
525
  };
573
526
  _active: {
574
527
  color: "link.navigation.fg.active";
@@ -633,23 +586,22 @@ export declare const recipes: {
633
586
  }>;
634
587
  skeleton: import('@chakra-ui/react').RecipeDefinition<{
635
588
  loading: {
636
- true: {
589
+ reset: {};
590
+ };
591
+ state: {
592
+ loading: {
637
593
  borderRadius: "base";
638
594
  boxShadow: "none";
639
595
  backgroundClip: "padding-box";
640
596
  cursor: "default";
641
597
  color: "transparent";
598
+ borderWidth: "0px";
642
599
  pointerEvents: "none";
643
600
  userSelect: "none";
644
- flexShrink: "initial";
645
601
  '&::before, &::after, *': {
646
602
  visibility: "hidden";
647
603
  };
648
604
  };
649
- false: {
650
- background: "var(--layer-bg)";
651
- animation: "fade-in var(--fade-duration, 0.1s) ease-out !important";
652
- };
653
605
  };
654
606
  variant: {
655
607
  pulse: {
@@ -823,53 +775,13 @@ export declare const slotRecipes: {
823
775
  };
824
776
  };
825
777
  }>;
826
- alert: import('@chakra-ui/react').SlotRecipeDefinition<"title" | "content" | "description" | "root" | "indicator", {
778
+ alert: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "title" | "root" | "description" | "indicator", {
827
779
  status: {
828
- info: {
829
- root: {
830
- bgColor: "alert.bg.info";
831
- '&:not([data-loading], [aria-busy=true])': {
832
- bgColor: "alert.bg.info";
833
- };
834
- color: "alert.fg";
835
- };
836
- };
837
- warning: {
838
- root: {
839
- bgColor: "alert.bg.warning";
840
- '&:not([data-loading], [aria-busy=true])': {
841
- bgColor: "alert.bg.warning";
842
- };
843
- color: "alert.fg";
844
- };
845
- };
846
- warning_table: {
847
- root: {
848
- bgColor: "alert.bg.warning_table";
849
- '&:not([data-loading], [aria-busy=true])': {
850
- bgColor: "alert.bg.warning_table";
851
- };
852
- color: "alert.fg";
853
- };
854
- };
855
- success: {
856
- root: {
857
- bgColor: "alert.bg.success";
858
- '&:not([data-loading], [aria-busy=true])': {
859
- bgColor: "alert.bg.success";
860
- };
861
- color: "alert.fg";
862
- };
863
- };
864
- error: {
865
- root: {
866
- bgColor: "alert.bg.error";
867
- '&:not([data-loading], [aria-busy=true])': {
868
- bgColor: "alert.bg.error";
869
- };
870
- color: "alert.fg";
871
- };
872
- };
780
+ info: {};
781
+ warning: {};
782
+ warning_table: {};
783
+ success: {};
784
+ error: {};
873
785
  };
874
786
  variant: {
875
787
  subtle: {
@@ -959,7 +871,7 @@ export declare const slotRecipes: {
959
871
  };
960
872
  };
961
873
  }>;
962
- dialog: import('@chakra-ui/react').SlotRecipeDefinition<"title" | "content" | "body" | "footer" | "header" | "description" | "positioner" | "backdrop", {
874
+ dialog: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "body" | "footer" | "header" | "title" | "description" | "positioner" | "backdrop", {
963
875
  placement: {
964
876
  center: {
965
877
  positioner: {
@@ -1092,7 +1004,7 @@ export declare const slotRecipes: {
1092
1004
  none: {};
1093
1005
  };
1094
1006
  }>;
1095
- drawer: import('@chakra-ui/react').SlotRecipeDefinition<"title" | "content" | "body" | "footer" | "header" | "description" | "root" | "positioner" | "backdrop" | "trigger", {
1007
+ drawer: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "body" | "footer" | "header" | "title" | "root" | "description" | "positioner" | "backdrop" | "trigger", {
1096
1008
  size: {
1097
1009
  md: {
1098
1010
  content: {
@@ -1239,7 +1151,7 @@ export declare const slotRecipes: {
1239
1151
  };
1240
1152
  };
1241
1153
  }>;
1242
- list: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "indicator" | "item", {
1154
+ list: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "item" | "indicator", {
1243
1155
  variant: {
1244
1156
  marker: {
1245
1157
  root: {
@@ -1276,7 +1188,7 @@ export declare const slotRecipes: {
1276
1188
  };
1277
1189
  };
1278
1190
  }>;
1279
- menu: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "separator" | "indicator" | "item" | "itemText" | "itemGroupLabel" | "itemCommand", {
1191
+ menu: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "item" | "separator" | "indicator" | "itemText" | "itemGroupLabel" | "itemCommand", {
1280
1192
  variant: {
1281
1193
  subtle: {
1282
1194
  item: {
@@ -1485,7 +1397,7 @@ export declare const slotRecipes: {
1485
1397
  };
1486
1398
  };
1487
1399
  }>;
1488
- select: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "label" | "root" | "indicator" | "item" | "control" | "trigger" | "valueText" | "itemText" | "itemGroupLabel" | "indicatorGroup" | "itemGroup", {
1400
+ select: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "label" | "root" | "item" | "indicator" | "control" | "trigger" | "valueText" | "itemText" | "itemGroupLabel" | "indicatorGroup" | "itemGroup", {
1489
1401
  variant: {
1490
1402
  outline: {
1491
1403
  trigger: {
@@ -1693,7 +1605,7 @@ export declare const slotRecipes: {
1693
1605
  };
1694
1606
  };
1695
1607
  }>;
1696
- table: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "caption" | "footer" | "header" | "cell" | "row" | "root" | "columnHeader", {
1608
+ table: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "caption" | "footer" | "header" | "root" | "cell" | "row" | "columnHeader", {
1697
1609
  variant: {
1698
1610
  line: {
1699
1611
  columnHeader: {
@@ -1919,9 +1831,6 @@ export declare const slotRecipes: {
1919
1831
  root: {
1920
1832
  bgColor: "tag.root.subtle.bg";
1921
1833
  color: "tag.root.subtle.fg";
1922
- '&:not([data-loading], [aria-busy=true])': {
1923
- bgColor: "tag.root.subtle.bg";
1924
- };
1925
1834
  };
1926
1835
  };
1927
1836
  clickable: {
@@ -1929,9 +1838,6 @@ export declare const slotRecipes: {
1929
1838
  cursor: "pointer";
1930
1839
  bgColor: "tag.root.clickable.bg";
1931
1840
  color: "tag.root.clickable.fg";
1932
- '&:not([data-loading], [aria-busy=true])': {
1933
- bgColor: "tag.root.clickable.bg";
1934
- };
1935
1841
  _hover: {
1936
1842
  opacity: number;
1937
1843
  };
@@ -1940,9 +1846,6 @@ export declare const slotRecipes: {
1940
1846
  filter: {
1941
1847
  root: {
1942
1848
  bgColor: "tag.root.filter.bg";
1943
- '&:not([data-loading], [aria-busy=true])': {
1944
- bgColor: "tag.root.filter.bg";
1945
- };
1946
1849
  };
1947
1850
  };
1948
1851
  select: {
@@ -1950,9 +1853,6 @@ export declare const slotRecipes: {
1950
1853
  cursor: "pointer";
1951
1854
  bgColor: "tag.root.select.bg";
1952
1855
  color: "tag.root.select.fg";
1953
- '&:not([data-loading], [aria-busy=true])': {
1954
- bgColor: "tag.root.select.bg";
1955
- };
1956
1856
  _hover: {
1957
1857
  color: "blue.400";
1958
1858
  opacity: number;
@@ -1969,7 +1869,7 @@ export declare const slotRecipes: {
1969
1869
  };
1970
1870
  };
1971
1871
  }>;
1972
- toast: import('@chakra-ui/react').SlotRecipeDefinition<"title" | "description" | "root" | "indicator" | "closeTrigger" | "actionTrigger", import('@chakra-ui/react').SlotRecipeVariantRecord<"title" | "description" | "root" | "indicator" | "closeTrigger" | "actionTrigger">>;
1872
+ toast: import('@chakra-ui/react').SlotRecipeDefinition<"title" | "root" | "description" | "indicator" | "closeTrigger" | "actionTrigger", import('@chakra-ui/react').SlotRecipeVariantRecord<"title" | "root" | "description" | "indicator" | "closeTrigger" | "actionTrigger">>;
1973
1873
  tooltip: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "arrow" | "arrowTip", {
1974
1874
  variant: {
1975
1875
  regular: {
@@ -33,12 +33,6 @@ export declare const recipe: import('@chakra-ui/react').RecipeDefinition<{
33
33
  color: "link.primary.hover";
34
34
  textDecoration: "none";
35
35
  };
36
- _loading: {
37
- bgColor: "unset";
38
- };
39
- '&:not([data-loading], [aria-busy=true])': {
40
- bgColor: "link.underlaid.bg";
41
- };
42
36
  };
43
37
  menu: {
44
38
  color: "link.menu";
@@ -49,8 +43,7 @@ export declare const recipe: import('@chakra-ui/react').RecipeDefinition<{
49
43
  };
50
44
  navigation: {
51
45
  color: "link.navigation.fg";
52
- bg: "link.navigation.bg";
53
- border: "link.navigation.border";
46
+ bg: "transparent";
54
47
  _hover: {
55
48
  color: "link.navigation.fg.hover";
56
49
  textDecoration: "none";
@@ -58,7 +51,6 @@ export declare const recipe: import('@chakra-ui/react').RecipeDefinition<{
58
51
  _selected: {
59
52
  color: "link.navigation.fg.selected";
60
53
  bg: "link.navigation.bg.selected";
61
- border: "link.navigation.border.selected";
62
54
  };
63
55
  _active: {
64
56
  color: "link.navigation.fg.active";
@@ -1,4 +1,4 @@
1
- export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "indicator" | "item", {
1
+ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "item" | "indicator", {
2
2
  variant: {
3
3
  marker: {
4
4
  root: {
@@ -1,4 +1,4 @@
1
- export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "separator" | "indicator" | "item" | "itemText" | "itemGroupLabel" | "itemCommand", {
1
+ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "item" | "separator" | "indicator" | "itemText" | "itemGroupLabel" | "itemCommand", {
2
2
  variant: {
3
3
  subtle: {
4
4
  item: {
@@ -1,4 +1,4 @@
1
- export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "label" | "root" | "indicator" | "item" | "control" | "trigger" | "valueText" | "itemText" | "itemGroupLabel" | "indicatorGroup" | "itemGroup", {
1
+ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "label" | "root" | "item" | "indicator" | "control" | "trigger" | "valueText" | "itemText" | "itemGroupLabel" | "indicatorGroup" | "itemGroup", {
2
2
  variant: {
3
3
  outline: {
4
4
  trigger: {
@@ -1,22 +1,21 @@
1
1
  export declare const recipe: import('@chakra-ui/react').RecipeDefinition<{
2
2
  loading: {
3
- true: {
3
+ reset: {};
4
+ };
5
+ state: {
6
+ loading: {
4
7
  borderRadius: "base";
5
8
  boxShadow: "none";
6
9
  backgroundClip: "padding-box";
7
10
  cursor: "default";
8
11
  color: "transparent";
12
+ borderWidth: "0px";
9
13
  pointerEvents: "none";
10
14
  userSelect: "none";
11
- flexShrink: "initial";
12
15
  '&::before, &::after, *': {
13
16
  visibility: "hidden";
14
17
  };
15
18
  };
16
- false: {
17
- background: "var(--layer-bg)";
18
- animation: "fade-in var(--fade-duration, 0.1s) ease-out !important";
19
- };
20
19
  };
21
20
  variant: {
22
21
  pulse: {
@@ -1,4 +1,4 @@
1
- export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "caption" | "footer" | "header" | "cell" | "row" | "root" | "columnHeader", {
1
+ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "caption" | "footer" | "header" | "root" | "cell" | "row" | "columnHeader", {
2
2
  variant: {
3
3
  line: {
4
4
  columnHeader: {
@@ -34,9 +34,6 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"la
34
34
  root: {
35
35
  bgColor: "tag.root.subtle.bg";
36
36
  color: "tag.root.subtle.fg";
37
- '&:not([data-loading], [aria-busy=true])': {
38
- bgColor: "tag.root.subtle.bg";
39
- };
40
37
  };
41
38
  };
42
39
  clickable: {
@@ -44,9 +41,6 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"la
44
41
  cursor: "pointer";
45
42
  bgColor: "tag.root.clickable.bg";
46
43
  color: "tag.root.clickable.fg";
47
- '&:not([data-loading], [aria-busy=true])': {
48
- bgColor: "tag.root.clickable.bg";
49
- };
50
44
  _hover: {
51
45
  opacity: number;
52
46
  };
@@ -55,9 +49,6 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"la
55
49
  filter: {
56
50
  root: {
57
51
  bgColor: "tag.root.filter.bg";
58
- '&:not([data-loading], [aria-busy=true])': {
59
- bgColor: "tag.root.filter.bg";
60
- };
61
52
  };
62
53
  };
63
54
  select: {
@@ -65,9 +56,6 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"la
65
56
  cursor: "pointer";
66
57
  bgColor: "tag.root.select.bg";
67
58
  color: "tag.root.select.fg";
68
- '&:not([data-loading], [aria-busy=true])': {
69
- bgColor: "tag.root.select.bg";
70
- };
71
59
  _hover: {
72
60
  color: "blue.400";
73
61
  opacity: number;
@@ -1 +1 @@
1
- export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"title" | "description" | "root" | "indicator" | "closeTrigger" | "actionTrigger", import('@chakra-ui/react').SlotRecipeVariantRecord<"title" | "description" | "root" | "indicator" | "closeTrigger" | "actionTrigger">>;
1
+ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"title" | "root" | "description" | "indicator" | "closeTrigger" | "actionTrigger", import('@chakra-ui/react').SlotRecipeVariantRecord<"title" | "root" | "description" | "indicator" | "closeTrigger" | "actionTrigger">>;
@@ -1,2 +1,3 @@
1
+ export declare const customConfig: import('@chakra-ui/react').SystemConfig;
1
2
  declare const _default: import('@chakra-ui/react').SystemContext;
2
3
  export default _default;
@@ -0,0 +1,15 @@
1
+ import { default as BigNumber } from 'bignumber.js';
2
+ export declare const WEI: BigNumber;
3
+ export declare const GWEI: BigNumber;
4
+ export declare const WEI_IN_GWEI: BigNumber;
5
+ export declare const ZERO: BigNumber;
6
+ export declare const SECOND = 1000;
7
+ export declare const MINUTE: number;
8
+ export declare const HOUR: number;
9
+ export declare const DAY: number;
10
+ export declare const WEEK: number;
11
+ export declare const MONTH: number;
12
+ export declare const YEAR: number;
13
+ export declare const Kb = 1000;
14
+ export declare const Mb: number;
15
+ export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";
@@ -0,0 +1,2 @@
1
+ export declare function castToString(payload: unknown): string | undefined;
2
+ export declare function castToNumber(payload: unknown): number | undefined;
@@ -0,0 +1,26 @@
1
+ export declare const asymp: string;
2
+ export declare const tilde: string;
3
+ export declare const hellip: string;
4
+ export declare const nbsp: string;
5
+ export declare const thinsp: string;
6
+ export declare const hairsp: string;
7
+ export declare const space: string;
8
+ export declare const nbdash: string;
9
+ export declare const mdash: string;
10
+ export declare const ndash: string;
11
+ export declare const laquo: string;
12
+ export declare const raquo: string;
13
+ export declare const middot: string;
14
+ export declare const blackCircle: string;
15
+ export declare const blackRightwardsArrowhead: string;
16
+ export declare const degree: string;
17
+ export declare const times: string;
18
+ export declare const disk: string;
19
+ export declare const minus: string;
20
+ export declare const leftLineArrow: string;
21
+ export declare const rightLineArrow: string;
22
+ export declare const apos: string;
23
+ export declare const shift: string;
24
+ export declare const cmd: string;
25
+ export declare const alt: string;
26
+ export declare const copy: string;
@@ -0,0 +1 @@
1
+ export declare function isBrowser(): boolean;
@@ -0,0 +1,6 @@
1
+ export declare const URL_PREFIX: RegExp;
2
+ export declare const IPFS_PREFIX: RegExp;
3
+ export declare const HEX_REGEXP: RegExp;
4
+ export declare const HEX_REGEXP_WITH_0X: RegExp;
5
+ export declare const FILE_EXTENSION: RegExp;
6
+ export declare const BLOCK_HEIGHT: RegExp;
@@ -0,0 +1,6 @@
1
+ export declare const stripTrailingSlash: (str: string) => string;
2
+ export declare const stripLeadingSlash: (str: string) => string;
3
+ export declare function makePrettyLink(url: string | undefined): {
4
+ href: string;
5
+ domain: string;
6
+ } | undefined;