@blockscout/ui-toolkit 0.0.1-alpha.0 → 0.0.1-alpha.2

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 (367) hide show
  1. package/README.md +8 -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/index.d.ts +2 -0
  6. package/dist/index.js +9284 -0
  7. package/dist/package/src/index.d.ts +7 -11
  8. package/dist/theme/foundations/semanticTokens.ts +1 -5
  9. package/dist/theme/recipes/alert.recipe.d.ts +6 -46
  10. package/dist/theme/recipes/alert.recipe.ts +45 -48
  11. package/dist/theme/recipes/badge.recipe.d.ts +11 -44
  12. package/dist/theme/recipes/badge.recipe.ts +11 -45
  13. package/dist/theme/recipes/button.recipe.d.ts +17 -20
  14. package/dist/theme/recipes/button.recipe.ts +42 -27
  15. package/dist/theme/recipes/close-button.recipe.d.ts +0 -3
  16. package/dist/theme/recipes/close-button.recipe.ts +0 -3
  17. package/dist/theme/recipes/dialog.recipe.d.ts +1 -1
  18. package/dist/theme/recipes/drawer.recipe.d.ts +1 -1
  19. package/dist/theme/recipes/index.d.ts +47 -147
  20. package/dist/theme/recipes/link.recipe.d.ts +1 -9
  21. package/dist/theme/recipes/link.recipe.ts +1 -9
  22. package/dist/theme/recipes/list.recipe.d.ts +1 -1
  23. package/dist/theme/recipes/menu.recipe.d.ts +1 -1
  24. package/dist/theme/recipes/popover.recipe.ts +4 -3
  25. package/dist/theme/recipes/select.recipe.d.ts +1 -1
  26. package/dist/theme/recipes/skeleton.recipe.d.ts +5 -6
  27. package/dist/theme/recipes/skeleton.recipe.ts +10 -9
  28. package/dist/theme/recipes/table.recipe.d.ts +1 -1
  29. package/dist/theme/recipes/tag.recipe.d.ts +0 -12
  30. package/dist/theme/recipes/tag.recipe.ts +0 -13
  31. package/dist/theme/recipes/toast.recipe.d.ts +1 -1
  32. package/package.json +14 -26
  33. package/dist/_virtual/Button.js +0 -4
  34. package/dist/_virtual/Element.js +0 -4
  35. package/dist/_virtual/Link2.js +0 -4
  36. package/dist/_virtual/_commonjsHelpers.js +0 -8
  37. package/dist/_virtual/_interop_require_default.js +0 -4
  38. package/dist/_virtual/_interop_require_wildcard.js +0 -4
  39. package/dist/_virtual/add-base-path.js +0 -4
  40. package/dist/_virtual/add-locale.js +0 -4
  41. package/dist/_virtual/add-locale2.js +0 -4
  42. package/dist/_virtual/add-path-prefix.js +0 -4
  43. package/dist/_virtual/animate-scroll.js +0 -4
  44. package/dist/_virtual/app-paths.js +0 -4
  45. package/dist/_virtual/cancel-events.js +0 -4
  46. package/dist/_virtual/constants.js +0 -4
  47. package/dist/_virtual/detect-domain-locale.js +0 -4
  48. package/dist/_virtual/detect-domain-locale2.js +0 -4
  49. package/dist/_virtual/ensure-leading-slash.js +0 -4
  50. package/dist/_virtual/escape-regexp.js +0 -4
  51. package/dist/_virtual/format-url.js +0 -4
  52. package/dist/_virtual/get-domain-locale.js +0 -4
  53. package/dist/_virtual/has-base-path.js +0 -4
  54. package/dist/_virtual/index.js +0 -5
  55. package/dist/_virtual/index2.js +0 -4
  56. package/dist/_virtual/index3.js +0 -4
  57. package/dist/_virtual/index4.js +0 -4
  58. package/dist/_virtual/index5.js +0 -4
  59. package/dist/_virtual/interception-routes.js +0 -4
  60. package/dist/_virtual/interpolate-as.js +0 -4
  61. package/dist/_virtual/is-dynamic.js +0 -4
  62. package/dist/_virtual/is-local-url.js +0 -4
  63. package/dist/_virtual/jsx-runtime.js +0 -5
  64. package/dist/_virtual/jsx-runtime2.js +0 -4
  65. package/dist/_virtual/link.js +0 -7
  66. package/dist/_virtual/link3.js +0 -4
  67. package/dist/_virtual/normalize-locale-path.js +0 -4
  68. package/dist/_virtual/normalize-locale-path2.js +0 -4
  69. package/dist/_virtual/normalize-trailing-slash.js +0 -4
  70. package/dist/_virtual/omit.js +0 -4
  71. package/dist/_virtual/parse-path.js +0 -4
  72. package/dist/_virtual/passive-event-listeners.js +0 -4
  73. package/dist/_virtual/path-has-prefix.js +0 -4
  74. package/dist/_virtual/querystring.js +0 -4
  75. package/dist/_virtual/react-is.development.js +0 -4
  76. package/dist/_virtual/react-is.production.min.js +0 -4
  77. package/dist/_virtual/react-jsx-runtime.development.js +0 -4
  78. package/dist/_virtual/react-jsx-runtime.production.min.js +0 -4
  79. package/dist/_virtual/remove-trailing-slash.js +0 -4
  80. package/dist/_virtual/request-idle-callback.js +0 -4
  81. package/dist/_virtual/resolve-href.js +0 -4
  82. package/dist/_virtual/route-matcher.js +0 -4
  83. package/dist/_virtual/route-regex.js +0 -4
  84. package/dist/_virtual/router-context.shared-runtime.js +0 -4
  85. package/dist/_virtual/scroll-element.js +0 -4
  86. package/dist/_virtual/scroll-events.js +0 -4
  87. package/dist/_virtual/scroll-hash.js +0 -4
  88. package/dist/_virtual/scroll-link.js +0 -4
  89. package/dist/_virtual/scroll-spy.js +0 -4
  90. package/dist/_virtual/scroller.js +0 -4
  91. package/dist/_virtual/segment.js +0 -4
  92. package/dist/_virtual/smooth.js +0 -4
  93. package/dist/_virtual/sorted-routes.js +0 -4
  94. package/dist/_virtual/use-intersection.js +0 -4
  95. package/dist/_virtual/use-merged-ref.js +0 -4
  96. package/dist/_virtual/utils.js +0 -4
  97. package/dist/_virtual/utils2.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.js +0 -22
  136. package/dist/components/Filter/FilterInput.js +0 -48
  137. package/dist/components/TruncatedTextTooltip.js +0 -49
  138. package/dist/components.d.ts +0 -2
  139. package/dist/components.js +0 -1
  140. package/dist/configs/app/api.js +0 -23
  141. package/dist/configs/app/app.js +0 -19
  142. package/dist/configs/app/chain.js +0 -30
  143. package/dist/configs/app/features/account.js +0 -13
  144. package/dist/configs/app/features/addressMetadata.js +0 -15
  145. package/dist/configs/app/features/addressProfileAPI.js +0 -25
  146. package/dist/configs/app/features/addressVerification.js +0 -17
  147. package/dist/configs/app/features/adsBanner.js +0 -50
  148. package/dist/configs/app/features/adsText.js +0 -16
  149. package/dist/configs/app/features/advancedFilter.js +0 -11
  150. package/dist/configs/app/features/beaconChain.js +0 -15
  151. package/dist/configs/app/features/blockchainInteraction.js +0 -15
  152. package/dist/configs/app/features/bridgedTokens.js +0 -16
  153. package/dist/configs/app/features/celo.js +0 -13
  154. package/dist/configs/app/features/csvExport.js +0 -14
  155. package/dist/configs/app/features/dataAvailability.js +0 -11
  156. package/dist/configs/app/features/deFiDropdown.js +0 -12
  157. package/dist/configs/app/features/easterEggBadge.js +0 -12
  158. package/dist/configs/app/features/externalTxs.js +0 -14
  159. package/dist/configs/app/features/faultProofSystem.js +0 -12
  160. package/dist/configs/app/features/gasTracker.js +0 -17
  161. package/dist/configs/app/features/getGasButton.js +0 -17
  162. package/dist/configs/app/features/googleAnalytics.js +0 -12
  163. package/dist/configs/app/features/graphqlApiDocs.js +0 -12
  164. package/dist/configs/app/features/growthBook.js +0 -12
  165. package/dist/configs/app/features/index.js +0 -92
  166. package/dist/configs/app/features/marketplace.js +0 -46
  167. package/dist/configs/app/features/metasuites.js +0 -11
  168. package/dist/configs/app/features/mixpanel.js +0 -12
  169. package/dist/configs/app/features/mudFramework.js +0 -12
  170. package/dist/configs/app/features/multichainButton.js +0 -18
  171. package/dist/configs/app/features/nameService.js +0 -15
  172. package/dist/configs/app/features/pools.js +0 -15
  173. package/dist/configs/app/features/publicTagsSubmission.js +0 -17
  174. package/dist/configs/app/features/restApiDocs.js +0 -12
  175. package/dist/configs/app/features/rewards.js +0 -17
  176. package/dist/configs/app/features/rollbar.js +0 -20
  177. package/dist/configs/app/features/rollup.js +0 -37
  178. package/dist/configs/app/features/safe.js +0 -23
  179. package/dist/configs/app/features/saveOnGas.js +0 -13
  180. package/dist/configs/app/features/sol2uml.js +0 -16
  181. package/dist/configs/app/features/stats.js +0 -16
  182. package/dist/configs/app/features/suave.js +0 -11
  183. package/dist/configs/app/features/txInterpretation.js +0 -16
  184. package/dist/configs/app/features/userOps.js +0 -11
  185. package/dist/configs/app/features/validators.js +0 -16
  186. package/dist/configs/app/features/verifiedTokens.js +0 -15
  187. package/dist/configs/app/features/web3Wallet.js +0 -24
  188. package/dist/configs/app/features/xStarScore.js +0 -12
  189. package/dist/configs/app/index.js +0 -19
  190. package/dist/configs/app/meta.js +0 -16
  191. package/dist/configs/app/services.js +0 -9
  192. package/dist/configs/app/ui/views/address.js +0 -36
  193. package/dist/configs/app/ui/views/block.js +0 -11
  194. package/dist/configs/app/ui/views/index.js +0 -12
  195. package/dist/configs/app/ui/views/nft.js +0 -10
  196. package/dist/configs/app/ui/views/token.js +0 -7
  197. package/dist/configs/app/ui/views/tx.js +0 -15
  198. package/dist/configs/app/ui.js +0 -128
  199. package/dist/configs/app/utils.js +0 -45
  200. package/dist/hooks/useClipboard.js +0 -27
  201. package/dist/hooks/useDisclosure.js +0 -17
  202. package/dist/hooks/useViewportSize.js +0 -17
  203. package/dist/hooks.d.ts +0 -1
  204. package/dist/hooks.js +0 -8
  205. package/dist/icons/arrows/east-mini.svg.js +0 -4
  206. package/dist/icons/arrows/east.svg.js +0 -4
  207. package/dist/icons/check.svg.js +0 -4
  208. package/dist/icons/close.svg.js +0 -4
  209. package/dist/icons/info_filled.svg.js +0 -4
  210. package/dist/icons/link_external.svg.js +0 -4
  211. package/dist/icons/star_filled.svg.js +0 -4
  212. package/dist/icons/star_outline.svg.js +0 -4
  213. package/dist/lib/consts.js +0 -10
  214. package/dist/lib/hooks/useFirstMountState.js +0 -8
  215. package/dist/lib/hooks/useIsMobile.js +0 -7
  216. package/dist/lib/hooks/useUpdateEffect.js +0 -12
  217. package/dist/lib/html-entities.js +0 -5
  218. package/dist/lib/isBrowser.js +0 -6
  219. package/dist/lib/regexp.js +0 -4
  220. package/dist/lib/settings/colorTheme.js +0 -33
  221. package/dist/lib/stripTrailingSlash.js +0 -4
  222. package/dist/node_modules/@swc/helpers/cjs/_interop_require_default.js +0 -13
  223. package/dist/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +0 -30
  224. package/dist/node_modules/@uidotdev/usehooks/index.js +0 -51
  225. package/dist/node_modules/bignumber.js/bignumber.js +0 -627
  226. package/dist/node_modules/es-toolkit/dist/function/debounce.js +0 -30
  227. package/dist/node_modules/es-toolkit/dist/function/throttle.js +0 -11
  228. package/dist/node_modules/lodash.throttle/index.js +0 -95
  229. package/dist/node_modules/next/dist/client/add-base-path.js +0 -24
  230. package/dist/node_modules/next/dist/client/add-locale.js +0 -25
  231. package/dist/node_modules/next/dist/client/detect-domain-locale.js +0 -25
  232. package/dist/node_modules/next/dist/client/get-domain-locale.js +0 -33
  233. package/dist/node_modules/next/dist/client/has-base-path.js +0 -23
  234. package/dist/node_modules/next/dist/client/link.js +0 -249
  235. package/dist/node_modules/next/dist/client/normalize-locale-path.js +0 -23
  236. package/dist/node_modules/next/dist/client/normalize-trailing-slash.js +0 -26
  237. package/dist/node_modules/next/dist/client/request-idle-callback.js +0 -40
  238. package/dist/node_modules/next/dist/client/resolve-href.js +0 -67
  239. package/dist/node_modules/next/dist/client/use-intersection.js +0 -85
  240. package/dist/node_modules/next/dist/client/use-merged-ref.js +0 -44
  241. package/dist/node_modules/next/dist/lib/constants.js +0 -285
  242. package/dist/node_modules/next/dist/shared/lib/escape-regexp.js +0 -21
  243. package/dist/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -28
  244. package/dist/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -37
  245. package/dist/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -20
  246. package/dist/node_modules/next/dist/shared/lib/router/utils/add-locale.js +0 -25
  247. package/dist/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -25
  248. package/dist/node_modules/next/dist/shared/lib/router/utils/app-paths.js +0 -39
  249. package/dist/node_modules/next/dist/shared/lib/router/utils/format-url.js +0 -57
  250. package/dist/node_modules/next/dist/shared/lib/router/utils/index.js +0 -32
  251. package/dist/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +0 -90
  252. package/dist/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +0 -49
  253. package/dist/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +0 -22
  254. package/dist/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +0 -29
  255. package/dist/node_modules/next/dist/shared/lib/router/utils/omit.js +0 -23
  256. package/dist/node_modules/next/dist/shared/lib/router/utils/parse-path.js +0 -29
  257. package/dist/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -25
  258. package/dist/node_modules/next/dist/shared/lib/router/utils/querystring.js +0 -64
  259. package/dist/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -20
  260. package/dist/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +0 -42
  261. package/dist/node_modules/next/dist/shared/lib/router/utils/route-regex.js +0 -167
  262. package/dist/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +0 -154
  263. package/dist/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -21
  264. package/dist/node_modules/next/dist/shared/lib/segment.js +0 -49
  265. package/dist/node_modules/next/dist/shared/lib/utils.js +0 -166
  266. package/dist/node_modules/next/link.js +0 -8
  267. package/dist/node_modules/next-themes/dist/index.js +0 -85
  268. package/dist/node_modules/object-assign/index.js +0 -54
  269. package/dist/node_modules/prop-types/checkPropTypes.js +0 -54
  270. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -52
  271. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -329
  272. package/dist/node_modules/prop-types/index.js +0 -17
  273. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -10
  274. package/dist/node_modules/prop-types/lib/has.js +0 -7
  275. package/dist/node_modules/react-icons/lib/iconBase.js +0 -108
  276. package/dist/node_modules/react-icons/lib/iconContext.js +0 -12
  277. package/dist/node_modules/react-icons/lu/index.js +0 -12
  278. package/dist/node_modules/react-is/cjs/react-is.development.js +0 -95
  279. package/dist/node_modules/react-is/cjs/react-is.production.min.js +0 -78
  280. package/dist/node_modules/react-is/index.js +0 -10
  281. package/dist/node_modules/react-scroll/modules/components/Button.js +0 -58
  282. package/dist/node_modules/react-scroll/modules/components/Element.js +0 -72
  283. package/dist/node_modules/react-scroll/modules/components/Link.js +0 -49
  284. package/dist/node_modules/react-scroll/modules/index.js +0 -26
  285. package/dist/node_modules/react-scroll/modules/mixins/Helpers.js +0 -192
  286. package/dist/node_modules/react-scroll/modules/mixins/animate-scroll.js +0 -132
  287. package/dist/node_modules/react-scroll/modules/mixins/cancel-events.js +0 -20
  288. package/dist/node_modules/react-scroll/modules/mixins/passive-event-listeners.js +0 -27
  289. package/dist/node_modules/react-scroll/modules/mixins/scroll-element.js +0 -98
  290. package/dist/node_modules/react-scroll/modules/mixins/scroll-events.js +0 -23
  291. package/dist/node_modules/react-scroll/modules/mixins/scroll-hash.js +0 -61
  292. package/dist/node_modules/react-scroll/modules/mixins/scroll-link.js +0 -171
  293. package/dist/node_modules/react-scroll/modules/mixins/scroll-spy.js +0 -79
  294. package/dist/node_modules/react-scroll/modules/mixins/scroller.js +0 -62
  295. package/dist/node_modules/react-scroll/modules/mixins/smooth.js +0 -72
  296. package/dist/node_modules/react-scroll/modules/mixins/utils.js +0 -55
  297. package/dist/package/node_modules/react/cjs/react-jsx-runtime.development.js +0 -604
  298. package/dist/package/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -28
  299. package/dist/package/node_modules/react/jsx-runtime.js +0 -10
  300. package/dist/theme/foundations/animations.js +0 -15
  301. package/dist/theme/foundations/borders.js +0 -12
  302. package/dist/theme/foundations/breakpoints.js +0 -11
  303. package/dist/theme/foundations/colors.js +0 -163
  304. package/dist/theme/foundations/durations.js +0 -12
  305. package/dist/theme/foundations/semanticTokens.js +0 -474
  306. package/dist/theme/foundations/shadows.js +0 -16
  307. package/dist/theme/foundations/typography.js +0 -92
  308. package/dist/theme/foundations/zIndex.js +0 -24
  309. package/dist/theme/globalCss.js +0 -51
  310. package/dist/theme/globals/address-entity.js +0 -34
  311. package/dist/theme/globals/recaptcha.js +0 -21
  312. package/dist/theme/globals/scrollbar.js +0 -33
  313. package/dist/theme/index.d.ts +0 -1
  314. package/dist/theme/index.ts +0 -1
  315. package/dist/theme/recipes/accordion.recipe.js +0 -143
  316. package/dist/theme/recipes/alert.recipe.js +0 -134
  317. package/dist/theme/recipes/badge.recipe.js +0 -119
  318. package/dist/theme/recipes/button.recipe.js +0 -272
  319. package/dist/theme/recipes/checkbox.recipe.js +0 -53
  320. package/dist/theme/recipes/checkmark.recipe.js +0 -73
  321. package/dist/theme/recipes/close-button.recipe.js +0 -39
  322. package/dist/theme/recipes/dialog.recipe.js +0 -210
  323. package/dist/theme/recipes/drawer.recipe.js +0 -168
  324. package/dist/theme/recipes/field.recipe.js +0 -174
  325. package/dist/theme/recipes/index.js +0 -69
  326. package/dist/theme/recipes/input.recipe.js +0 -116
  327. package/dist/theme/recipes/link.recipe.js +0 -88
  328. package/dist/theme/recipes/list.recipe.js +0 -65
  329. package/dist/theme/recipes/menu.recipe.js +0 -104
  330. package/dist/theme/recipes/pin-input.recipe.js +0 -34
  331. package/dist/theme/recipes/popover.recipe.js +0 -72
  332. package/dist/theme/recipes/progress-circle.recipe.js +0 -74
  333. package/dist/theme/recipes/radio-group.recipe.js +0 -69
  334. package/dist/theme/recipes/radiomark.recipe.js +0 -87
  335. package/dist/theme/recipes/rating-group.recipe.js +0 -84
  336. package/dist/theme/recipes/select.recipe.js +0 -275
  337. package/dist/theme/recipes/skeleton.recipe.js +0 -54
  338. package/dist/theme/recipes/spinner.recipe.js +0 -33
  339. package/dist/theme/recipes/stat.recipe.js +0 -101
  340. package/dist/theme/recipes/switch.recipe.js +0 -125
  341. package/dist/theme/recipes/table.recipe.js +0 -83
  342. package/dist/theme/recipes/tabs.recipe.js +0 -216
  343. package/dist/theme/recipes/tag.recipe.js +0 -157
  344. package/dist/theme/recipes/textarea.recipe.js +0 -86
  345. package/dist/theme/recipes/toast.recipe.js +0 -98
  346. package/dist/theme/recipes/tooltip.recipe.js +0 -87
  347. package/dist/theme/theme.js +0 -40
  348. package/dist/theme/utils/entries.js +0 -11
  349. package/dist/theme.d.ts +0 -2
  350. package/dist/theme.js +0 -4
  351. package/dist/types/client/adProviders.js +0 -12
  352. package/dist/types/client/contract.js +0 -13
  353. package/dist/types/client/gasTracker.js +0 -7
  354. package/dist/types/client/navigation.js +0 -4
  355. package/dist/types/client/rollup.js +0 -11
  356. package/dist/types/client/txInterpretation.js +0 -8
  357. package/dist/types/client/validators.js +0 -8
  358. package/dist/types/client/wallets.js +0 -8
  359. package/dist/types/homepage.js +0 -15
  360. package/dist/types/views/address.js +0 -14
  361. package/dist/types/views/block.js +0 -12
  362. package/dist/types/views/tx.js +0 -16
  363. package/dist/ui/shared/forms/validators/url.js +0 -12
  364. package/dist/utils/getComponentDisplayName.js +0 -7
  365. package/dist/utils/index.d.ts +0 -1
  366. package/dist/utils.d.ts +0 -2
  367. package/dist/utils.js +0 -4
@@ -1,329 +0,0 @@
1
- import { __require as F } from "../react-is/index.js";
2
- import { __require as N } from "../object-assign/index.js";
3
- import { __require as ee } from "./lib/ReactPropTypesSecret.js";
4
- import { __require as re } from "./lib/has.js";
5
- import { __require as ne } from "./checkPropTypes.js";
6
- var A, C;
7
- function oe() {
8
- if (C) return A;
9
- C = 1;
10
- var k = F(), W = N(), h = /* @__PURE__ */ ee(), j = /* @__PURE__ */ re(), R = /* @__PURE__ */ ne(), T = function() {
11
- };
12
- process.env.NODE_ENV !== "production" && (T = function(x) {
13
- var S = "Warning: " + x;
14
- typeof console < "u" && console.error(S);
15
- try {
16
- throw new Error(S);
17
- } catch {
18
- }
19
- });
20
- function E() {
21
- return null;
22
- }
23
- return A = function(x, S) {
24
- var _ = typeof Symbol == "function" && Symbol.iterator, D = "@@iterator";
25
- function m(e) {
26
- var r = e && (_ && e[_] || e[D]);
27
- if (typeof r == "function")
28
- return r;
29
- }
30
- var P = "<<anonymous>>", w = {
31
- array: p("array"),
32
- bigint: p("bigint"),
33
- bool: p("boolean"),
34
- func: p("function"),
35
- number: p("number"),
36
- object: p("object"),
37
- string: p("string"),
38
- symbol: p("symbol"),
39
- any: M(),
40
- arrayOf: U,
41
- element: B(),
42
- elementType: J(),
43
- instanceOf: z,
44
- node: G(),
45
- objectOf: H,
46
- oneOf: L,
47
- oneOfType: X,
48
- shape: K,
49
- exact: Q
50
- };
51
- function Y(e, r) {
52
- return e === r ? e !== 0 || 1 / e === 1 / r : e !== e && r !== r;
53
- }
54
- function d(e, r) {
55
- this.message = e, this.data = r && typeof r == "object" ? r : {}, this.stack = "";
56
- }
57
- d.prototype = Error.prototype;
58
- function v(e) {
59
- if (process.env.NODE_ENV !== "production")
60
- var r = {}, u = 0;
61
- function i(f, t, a, o, c, s, y) {
62
- if (o = o || P, s = s || a, y !== h) {
63
- if (S) {
64
- var l = new Error(
65
- "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
66
- );
67
- throw l.name = "Invariant Violation", l;
68
- } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
69
- var b = o + ":" + a;
70
- !r[b] && // Avoid spamming the console because they are often not actionable except for lib authors
71
- u < 3 && (T(
72
- "You are manually calling a React.PropTypes validation function for the `" + s + "` prop on `" + o + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
73
- ), r[b] = !0, u++);
74
- }
75
- }
76
- return t[a] == null ? f ? t[a] === null ? new d("The " + c + " `" + s + "` is marked as required " + ("in `" + o + "`, but its value is `null`.")) : new d("The " + c + " `" + s + "` is marked as required in " + ("`" + o + "`, but its value is `undefined`.")) : null : e(t, a, o, c, s);
77
- }
78
- var n = i.bind(null, !1);
79
- return n.isRequired = i.bind(null, !0), n;
80
- }
81
- function p(e) {
82
- function r(u, i, n, f, t, a) {
83
- var o = u[i], c = g(o);
84
- if (c !== e) {
85
- var s = O(o);
86
- return new d(
87
- "Invalid " + f + " `" + t + "` of type " + ("`" + s + "` supplied to `" + n + "`, expected ") + ("`" + e + "`."),
88
- { expectedType: e }
89
- );
90
- }
91
- return null;
92
- }
93
- return v(r);
94
- }
95
- function M() {
96
- return v(E);
97
- }
98
- function U(e) {
99
- function r(u, i, n, f, t) {
100
- if (typeof e != "function")
101
- return new d("Property `" + t + "` of component `" + n + "` has invalid PropType notation inside arrayOf.");
102
- var a = u[i];
103
- if (!Array.isArray(a)) {
104
- var o = g(a);
105
- return new d("Invalid " + f + " `" + t + "` of type " + ("`" + o + "` supplied to `" + n + "`, expected an array."));
106
- }
107
- for (var c = 0; c < a.length; c++) {
108
- var s = e(a, c, n, f, t + "[" + c + "]", h);
109
- if (s instanceof Error)
110
- return s;
111
- }
112
- return null;
113
- }
114
- return v(r);
115
- }
116
- function B() {
117
- function e(r, u, i, n, f) {
118
- var t = r[u];
119
- if (!x(t)) {
120
- var a = g(t);
121
- return new d("Invalid " + n + " `" + f + "` of type " + ("`" + a + "` supplied to `" + i + "`, expected a single ReactElement."));
122
- }
123
- return null;
124
- }
125
- return v(e);
126
- }
127
- function J() {
128
- function e(r, u, i, n, f) {
129
- var t = r[u];
130
- if (!k.isValidElementType(t)) {
131
- var a = g(t);
132
- return new d("Invalid " + n + " `" + f + "` of type " + ("`" + a + "` supplied to `" + i + "`, expected a single ReactElement type."));
133
- }
134
- return null;
135
- }
136
- return v(e);
137
- }
138
- function z(e) {
139
- function r(u, i, n, f, t) {
140
- if (!(u[i] instanceof e)) {
141
- var a = e.name || P, o = V(u[i]);
142
- return new d("Invalid " + f + " `" + t + "` of type " + ("`" + o + "` supplied to `" + n + "`, expected ") + ("instance of `" + a + "`."));
143
- }
144
- return null;
145
- }
146
- return v(r);
147
- }
148
- function L(e) {
149
- if (!Array.isArray(e))
150
- return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? T(
151
- "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
152
- ) : T("Invalid argument supplied to oneOf, expected an array.")), E;
153
- function r(u, i, n, f, t) {
154
- for (var a = u[i], o = 0; o < e.length; o++)
155
- if (Y(a, e[o]))
156
- return null;
157
- var c = JSON.stringify(e, function(y, l) {
158
- var b = O(l);
159
- return b === "symbol" ? String(l) : l;
160
- });
161
- return new d("Invalid " + f + " `" + t + "` of value `" + String(a) + "` " + ("supplied to `" + n + "`, expected one of " + c + "."));
162
- }
163
- return v(r);
164
- }
165
- function H(e) {
166
- function r(u, i, n, f, t) {
167
- if (typeof e != "function")
168
- return new d("Property `" + t + "` of component `" + n + "` has invalid PropType notation inside objectOf.");
169
- var a = u[i], o = g(a);
170
- if (o !== "object")
171
- return new d("Invalid " + f + " `" + t + "` of type " + ("`" + o + "` supplied to `" + n + "`, expected an object."));
172
- for (var c in a)
173
- if (j(a, c)) {
174
- var s = e(a, c, n, f, t + "." + c, h);
175
- if (s instanceof Error)
176
- return s;
177
- }
178
- return null;
179
- }
180
- return v(r);
181
- }
182
- function X(e) {
183
- if (!Array.isArray(e))
184
- return process.env.NODE_ENV !== "production" && T("Invalid argument supplied to oneOfType, expected an instance of array."), E;
185
- for (var r = 0; r < e.length; r++) {
186
- var u = e[r];
187
- if (typeof u != "function")
188
- return T(
189
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + $(u) + " at index " + r + "."
190
- ), E;
191
- }
192
- function i(n, f, t, a, o) {
193
- for (var c = [], s = 0; s < e.length; s++) {
194
- var y = e[s], l = y(n, f, t, a, o, h);
195
- if (l == null)
196
- return null;
197
- l.data && j(l.data, "expectedType") && c.push(l.data.expectedType);
198
- }
199
- var b = c.length > 0 ? ", expected one of type [" + c.join(", ") + "]" : "";
200
- return new d("Invalid " + a + " `" + o + "` supplied to " + ("`" + t + "`" + b + "."));
201
- }
202
- return v(i);
203
- }
204
- function G() {
205
- function e(r, u, i, n, f) {
206
- return I(r[u]) ? null : new d("Invalid " + n + " `" + f + "` supplied to " + ("`" + i + "`, expected a ReactNode."));
207
- }
208
- return v(e);
209
- }
210
- function q(e, r, u, i, n) {
211
- return new d(
212
- (e || "React class") + ": " + r + " type `" + u + "." + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + n + "`."
213
- );
214
- }
215
- function K(e) {
216
- function r(u, i, n, f, t) {
217
- var a = u[i], o = g(a);
218
- if (o !== "object")
219
- return new d("Invalid " + f + " `" + t + "` of type `" + o + "` " + ("supplied to `" + n + "`, expected `object`."));
220
- for (var c in e) {
221
- var s = e[c];
222
- if (typeof s != "function")
223
- return q(n, f, t, c, O(s));
224
- var y = s(a, c, n, f, t + "." + c, h);
225
- if (y)
226
- return y;
227
- }
228
- return null;
229
- }
230
- return v(r);
231
- }
232
- function Q(e) {
233
- function r(u, i, n, f, t) {
234
- var a = u[i], o = g(a);
235
- if (o !== "object")
236
- return new d("Invalid " + f + " `" + t + "` of type `" + o + "` " + ("supplied to `" + n + "`, expected `object`."));
237
- var c = W({}, u[i], e);
238
- for (var s in c) {
239
- var y = e[s];
240
- if (j(e, s) && typeof y != "function")
241
- return q(n, f, t, s, O(y));
242
- if (!y)
243
- return new d(
244
- "Invalid " + f + " `" + t + "` key `" + s + "` supplied to `" + n + "`.\nBad object: " + JSON.stringify(u[i], null, " ") + `
245
- Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
246
- );
247
- var l = y(a, s, n, f, t + "." + s, h);
248
- if (l)
249
- return l;
250
- }
251
- return null;
252
- }
253
- return v(r);
254
- }
255
- function I(e) {
256
- switch (typeof e) {
257
- case "number":
258
- case "string":
259
- case "undefined":
260
- return !0;
261
- case "boolean":
262
- return !e;
263
- case "object":
264
- if (Array.isArray(e))
265
- return e.every(I);
266
- if (e === null || x(e))
267
- return !0;
268
- var r = m(e);
269
- if (r) {
270
- var u = r.call(e), i;
271
- if (r !== e.entries) {
272
- for (; !(i = u.next()).done; )
273
- if (!I(i.value))
274
- return !1;
275
- } else
276
- for (; !(i = u.next()).done; ) {
277
- var n = i.value;
278
- if (n && !I(n[1]))
279
- return !1;
280
- }
281
- } else
282
- return !1;
283
- return !0;
284
- default:
285
- return !1;
286
- }
287
- }
288
- function Z(e, r) {
289
- return e === "symbol" ? !0 : r ? r["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && r instanceof Symbol : !1;
290
- }
291
- function g(e) {
292
- var r = typeof e;
293
- return Array.isArray(e) ? "array" : e instanceof RegExp ? "object" : Z(r, e) ? "symbol" : r;
294
- }
295
- function O(e) {
296
- if (typeof e > "u" || e === null)
297
- return "" + e;
298
- var r = g(e);
299
- if (r === "object") {
300
- if (e instanceof Date)
301
- return "date";
302
- if (e instanceof RegExp)
303
- return "regexp";
304
- }
305
- return r;
306
- }
307
- function $(e) {
308
- var r = O(e);
309
- switch (r) {
310
- case "array":
311
- case "object":
312
- return "an " + r;
313
- case "boolean":
314
- case "date":
315
- case "regexp":
316
- return "a " + r;
317
- default:
318
- return r;
319
- }
320
- }
321
- function V(e) {
322
- return !e.constructor || !e.constructor.name ? P : e.constructor.name;
323
- }
324
- return w.checkPropTypes = R, w.resetWarningCache = R.resetWarningCache, w.PropTypes = w, w;
325
- }, A;
326
- }
327
- export {
328
- oe as __require
329
- };
@@ -1,17 +0,0 @@
1
- import { __module as r } from "../../_virtual/index3.js";
2
- import { __require as s } from "../react-is/index.js";
3
- import { __require as t } from "./factoryWithTypeCheckers.js";
4
- import { __require as p } from "./factoryWithThrowingShims.js";
5
- var e;
6
- function q() {
7
- if (e) return r.exports;
8
- if (e = 1, process.env.NODE_ENV !== "production") {
9
- var o = s(), i = !0;
10
- r.exports = /* @__PURE__ */ t()(o.isElement, i);
11
- } else
12
- r.exports = /* @__PURE__ */ p()();
13
- return r.exports;
14
- }
15
- export {
16
- q as __require
17
- };
@@ -1,10 +0,0 @@
1
- var e, r;
2
- function _() {
3
- if (r) return e;
4
- r = 1;
5
- var t = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
6
- return e = t, e;
7
- }
8
- export {
9
- _ as __require
10
- };
@@ -1,7 +0,0 @@
1
- var r, e;
2
- function a() {
3
- return e || (e = 1, r = Function.call.bind(Object.prototype.hasOwnProperty)), r;
4
- }
5
- export {
6
- a as __require
7
- };
@@ -1,108 +0,0 @@
1
- import l from "react";
2
- import { IconContext as s, DefaultContext as O } from "./iconContext.js";
3
- var g = ["attr", "size", "title"];
4
- function v(t, e) {
5
- if (t == null) return {};
6
- var r = y(t, e), n, i;
7
- if (Object.getOwnPropertySymbols) {
8
- var o = Object.getOwnPropertySymbols(t);
9
- for (i = 0; i < o.length; i++)
10
- n = o[i], !(e.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(t, n) && (r[n] = t[n]);
11
- }
12
- return r;
13
- }
14
- function y(t, e) {
15
- if (t == null) return {};
16
- var r = {};
17
- for (var n in t)
18
- if (Object.prototype.hasOwnProperty.call(t, n)) {
19
- if (e.indexOf(n) >= 0) continue;
20
- r[n] = t[n];
21
- }
22
- return r;
23
- }
24
- function c() {
25
- return c = Object.assign ? Object.assign.bind() : function(t) {
26
- for (var e = 1; e < arguments.length; e++) {
27
- var r = arguments[e];
28
- for (var n in r)
29
- Object.prototype.hasOwnProperty.call(r, n) && (t[n] = r[n]);
30
- }
31
- return t;
32
- }, c.apply(this, arguments);
33
- }
34
- function m(t, e) {
35
- var r = Object.keys(t);
36
- if (Object.getOwnPropertySymbols) {
37
- var n = Object.getOwnPropertySymbols(t);
38
- e && (n = n.filter(function(i) {
39
- return Object.getOwnPropertyDescriptor(t, i).enumerable;
40
- })), r.push.apply(r, n);
41
- }
42
- return r;
43
- }
44
- function u(t) {
45
- for (var e = 1; e < arguments.length; e++) {
46
- var r = arguments[e] != null ? arguments[e] : {};
47
- e % 2 ? m(Object(r), !0).forEach(function(n) {
48
- j(t, n, r[n]);
49
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : m(Object(r)).forEach(function(n) {
50
- Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
51
- });
52
- }
53
- return t;
54
- }
55
- function j(t, e, r) {
56
- return e = P(e), e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
57
- }
58
- function P(t) {
59
- var e = h(t, "string");
60
- return typeof e == "symbol" ? e : e + "";
61
- }
62
- function h(t, e) {
63
- if (typeof t != "object" || !t) return t;
64
- var r = t[Symbol.toPrimitive];
65
- if (r !== void 0) {
66
- var n = r.call(t, e);
67
- if (typeof n != "object") return n;
68
- throw new TypeError("@@toPrimitive must return a primitive value.");
69
- }
70
- return (e === "string" ? String : Number)(t);
71
- }
72
- function p(t) {
73
- return t && t.map((e, r) => /* @__PURE__ */ l.createElement(e.tag, u({
74
- key: r
75
- }, e.attr), p(e.child)));
76
- }
77
- function _(t) {
78
- return (e) => /* @__PURE__ */ l.createElement(w, c({
79
- attr: u({}, t.attr)
80
- }, e), p(t.child));
81
- }
82
- function w(t) {
83
- var e = (r) => {
84
- var {
85
- attr: n,
86
- size: i,
87
- title: o
88
- } = t, b = v(t, g), f = i || r.size || "1em", a;
89
- return r.className && (a = r.className), t.className && (a = (a ? a + " " : "") + t.className), /* @__PURE__ */ l.createElement("svg", c({
90
- stroke: "currentColor",
91
- fill: "currentColor",
92
- strokeWidth: "0"
93
- }, r.attr, n, b, {
94
- className: a,
95
- style: u(u({
96
- color: t.color || r.color
97
- }, r.style), t.style),
98
- height: f,
99
- width: f,
100
- xmlns: "http://www.w3.org/2000/svg"
101
- }), o && /* @__PURE__ */ l.createElement("title", null, o), t.children);
102
- };
103
- return s !== void 0 ? /* @__PURE__ */ l.createElement(s.Consumer, null, (r) => e(r)) : e(O);
104
- }
105
- export {
106
- _ as GenIcon,
107
- w as IconBase
108
- };
@@ -1,12 +0,0 @@
1
- import e from "react";
2
- var t = {
3
- color: void 0,
4
- size: void 0,
5
- className: void 0,
6
- style: void 0,
7
- attr: void 0
8
- }, d = e.createContext && /* @__PURE__ */ e.createContext(t);
9
- export {
10
- t as DefaultContext,
11
- d as IconContext
12
- };
@@ -1,12 +0,0 @@
1
- import { GenIcon as r } from "../lib/iconBase.js";
2
- import "../lib/iconContext.js";
3
- function e(t) {
4
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M20 6 9 17l-5-5" }, child: [] }] })(t);
5
- }
6
- function i(t) {
7
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "m9 18 6-6-6-6" }, child: [] }] })(t);
8
- }
9
- export {
10
- e as LuCheck,
11
- i as LuChevronRight
12
- };
@@ -1,95 +0,0 @@
1
- import { __exports as r } from "../../../_virtual/react-is.development.js";
2
- /** @license React v16.13.1
3
- * react-is.development.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- var A;
11
- function re() {
12
- return A ? r : (A = 1, process.env.NODE_ENV !== "production" && function() {
13
- var o = typeof Symbol == "function" && Symbol.for, _ = o ? Symbol.for("react.element") : 60103, T = o ? Symbol.for("react.portal") : 60106, t = o ? Symbol.for("react.fragment") : 60107, n = o ? Symbol.for("react.strict_mode") : 60108, s = o ? Symbol.for("react.profiler") : 60114, c = o ? Symbol.for("react.provider") : 60109, i = o ? Symbol.for("react.context") : 60110, v = o ? Symbol.for("react.async_mode") : 60111, f = o ? Symbol.for("react.concurrent_mode") : 60111, u = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, y = o ? Symbol.for("react.suspense_list") : 60120, d = o ? Symbol.for("react.memo") : 60115, l = o ? Symbol.for("react.lazy") : 60116, x = o ? Symbol.for("react.block") : 60121, M = o ? Symbol.for("react.fundamental") : 60117, b = o ? Symbol.for("react.responder") : 60118, p = o ? Symbol.for("react.scope") : 60119;
14
- function Y(e) {
15
- return typeof e == "string" || typeof e == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
16
- e === t || e === f || e === s || e === n || e === E || e === y || typeof e == "object" && e !== null && (e.$$typeof === l || e.$$typeof === d || e.$$typeof === c || e.$$typeof === i || e.$$typeof === u || e.$$typeof === M || e.$$typeof === b || e.$$typeof === p || e.$$typeof === x);
17
- }
18
- function a(e) {
19
- if (typeof e == "object" && e !== null) {
20
- var C = e.$$typeof;
21
- switch (C) {
22
- case _:
23
- var m = e.type;
24
- switch (m) {
25
- case v:
26
- case f:
27
- case t:
28
- case s:
29
- case n:
30
- case E:
31
- return m;
32
- default:
33
- var P = m && m.$$typeof;
34
- switch (P) {
35
- case i:
36
- case u:
37
- case l:
38
- case d:
39
- case c:
40
- return P;
41
- default:
42
- return C;
43
- }
44
- }
45
- case T:
46
- return C;
47
- }
48
- }
49
- }
50
- var $ = v, O = f, F = i, N = c, I = _, L = u, h = t, w = l, D = d, g = T, z = s, U = n, V = E, R = !1;
51
- function q(e) {
52
- return R || (R = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), S(e) || a(e) === v;
53
- }
54
- function S(e) {
55
- return a(e) === f;
56
- }
57
- function W(e) {
58
- return a(e) === i;
59
- }
60
- function k(e) {
61
- return a(e) === c;
62
- }
63
- function B(e) {
64
- return typeof e == "object" && e !== null && e.$$typeof === _;
65
- }
66
- function G(e) {
67
- return a(e) === u;
68
- }
69
- function K(e) {
70
- return a(e) === t;
71
- }
72
- function X(e) {
73
- return a(e) === l;
74
- }
75
- function Z(e) {
76
- return a(e) === d;
77
- }
78
- function H(e) {
79
- return a(e) === T;
80
- }
81
- function J(e) {
82
- return a(e) === s;
83
- }
84
- function Q(e) {
85
- return a(e) === n;
86
- }
87
- function j(e) {
88
- return a(e) === E;
89
- }
90
- r.AsyncMode = $, r.ConcurrentMode = O, r.ContextConsumer = F, r.ContextProvider = N, r.Element = I, r.ForwardRef = L, r.Fragment = h, r.Lazy = w, r.Memo = D, r.Portal = g, r.Profiler = z, r.StrictMode = U, r.Suspense = V, r.isAsyncMode = q, r.isConcurrentMode = S, r.isContextConsumer = W, r.isContextProvider = k, r.isElement = B, r.isForwardRef = G, r.isFragment = K, r.isLazy = X, r.isMemo = Z, r.isPortal = H, r.isProfiler = J, r.isStrictMode = Q, r.isSuspense = j, r.isValidElementType = Y, r.typeOf = a;
91
- }(), r);
92
- }
93
- export {
94
- re as __require
95
- };
@@ -1,78 +0,0 @@
1
- import { __exports as r } from "../../../_virtual/react-is.production.min.js";
2
- /** @license React v16.13.1
3
- * react-is.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- var _;
11
- function g() {
12
- if (_) return r;
13
- _ = 1;
14
- var t = typeof Symbol == "function" && Symbol.for, a = t ? Symbol.for("react.element") : 60103, b = t ? Symbol.for("react.portal") : 60106, n = t ? Symbol.for("react.fragment") : 60107, c = t ? Symbol.for("react.strict_mode") : 60108, f = t ? Symbol.for("react.profiler") : 60114, i = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, d = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, y = t ? Symbol.for("react.forward_ref") : 60112, l = t ? Symbol.for("react.suspense") : 60113, x = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, p = t ? Symbol.for("react.lazy") : 60116, C = t ? Symbol.for("react.block") : 60121, M = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, w = t ? Symbol.for("react.scope") : 60119;
15
- function o(e) {
16
- if (typeof e == "object" && e !== null) {
17
- var S = e.$$typeof;
18
- switch (S) {
19
- case a:
20
- switch (e = e.type, e) {
21
- case d:
22
- case u:
23
- case n:
24
- case f:
25
- case c:
26
- case l:
27
- return e;
28
- default:
29
- switch (e = e && e.$$typeof, e) {
30
- case s:
31
- case y:
32
- case p:
33
- case m:
34
- case i:
35
- return e;
36
- default:
37
- return S;
38
- }
39
- }
40
- case b:
41
- return S;
42
- }
43
- }
44
- }
45
- function $(e) {
46
- return o(e) === u;
47
- }
48
- return r.AsyncMode = d, r.ConcurrentMode = u, r.ContextConsumer = s, r.ContextProvider = i, r.Element = a, r.ForwardRef = y, r.Fragment = n, r.Lazy = p, r.Memo = m, r.Portal = b, r.Profiler = f, r.StrictMode = c, r.Suspense = l, r.isAsyncMode = function(e) {
49
- return $(e) || o(e) === d;
50
- }, r.isConcurrentMode = $, r.isContextConsumer = function(e) {
51
- return o(e) === s;
52
- }, r.isContextProvider = function(e) {
53
- return o(e) === i;
54
- }, r.isElement = function(e) {
55
- return typeof e == "object" && e !== null && e.$$typeof === a;
56
- }, r.isForwardRef = function(e) {
57
- return o(e) === y;
58
- }, r.isFragment = function(e) {
59
- return o(e) === n;
60
- }, r.isLazy = function(e) {
61
- return o(e) === p;
62
- }, r.isMemo = function(e) {
63
- return o(e) === m;
64
- }, r.isPortal = function(e) {
65
- return o(e) === b;
66
- }, r.isProfiler = function(e) {
67
- return o(e) === f;
68
- }, r.isStrictMode = function(e) {
69
- return o(e) === c;
70
- }, r.isSuspense = function(e) {
71
- return o(e) === l;
72
- }, r.isValidElementType = function(e) {
73
- return typeof e == "string" || typeof e == "function" || e === n || e === u || e === f || e === c || e === l || e === x || typeof e == "object" && e !== null && (e.$$typeof === p || e.$$typeof === m || e.$$typeof === i || e.$$typeof === s || e.$$typeof === y || e.$$typeof === M || e.$$typeof === v || e.$$typeof === w || e.$$typeof === C);
74
- }, r.typeOf = o, r;
75
- }
76
- export {
77
- g as __require
78
- };
@@ -1,10 +0,0 @@
1
- import { __module as e } from "../../_virtual/index4.js";
2
- import { __require as o } from "./cjs/react-is.production.min.js";
3
- import { __require as t } from "./cjs/react-is.development.js";
4
- var r;
5
- function p() {
6
- return r ? e.exports : (r = 1, process.env.NODE_ENV === "production" ? e.exports = o() : e.exports = t(), e.exports);
7
- }
8
- export {
9
- p as __require
10
- };