@xylabs/sdk-react 2.9.4 → 2.9.8

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 (524) hide show
  1. package/README.md +2 -1
  2. package/dist/cjs5/BoxlikeComponentProps.d.ts +41 -0
  3. package/dist/cjs5/BusyProps.d.ts +13 -0
  4. package/dist/cjs5/Margin.d.ts +2 -0
  5. package/dist/cjs5/Padding.d.ts +2 -0
  6. package/dist/cjs5/calcSpacing.d.ts +4 -0
  7. package/dist/cjs5/components/AppBarEx/AppBarEx.d.ts +4 -0
  8. package/dist/cjs5/components/AppBarEx/AppBarEx.stories.d.ts +6 -0
  9. package/dist/cjs5/components/AppBarEx/AppBarExProps.d.ts +8 -0
  10. package/dist/cjs5/components/AppBarEx/index.d.ts +4 -0
  11. package/dist/cjs5/components/Background.d.ts +7 -0
  12. package/dist/cjs5/components/BasePage/BasePage.d.ts +4 -0
  13. package/dist/cjs5/components/BasePage/BasePage.stories.d.ts +6 -0
  14. package/dist/cjs5/components/BasePage/BasePageProps.d.ts +19 -0
  15. package/dist/cjs5/components/BasePage/index.d.ts +4 -0
  16. package/dist/cjs5/components/Breadcrumbs/BreadcrumbsEx.d.ts +4 -0
  17. package/dist/cjs5/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +7 -0
  18. package/dist/cjs5/components/Breadcrumbs/BreadcrumbsExProps.d.ts +8 -0
  19. package/dist/cjs5/components/Breadcrumbs/index.d.ts +2 -0
  20. package/dist/cjs5/components/BusyCircularProgress.d.ts +10 -0
  21. package/dist/cjs5/components/BusyLinearProgress.d.ts +9 -0
  22. package/dist/cjs5/components/ButtonEx/ButtonEx.d.ts +4 -0
  23. package/dist/cjs5/components/ButtonEx/ButtonEx.stories.d.ts +8 -0
  24. package/dist/cjs5/components/ButtonEx/ButtonExBase.d.ts +4 -0
  25. package/dist/cjs5/components/ButtonEx/ButtonExProps.d.ts +10 -0
  26. package/dist/cjs5/components/ButtonEx/ButtonExTo.d.ts +4 -0
  27. package/dist/cjs5/components/ButtonEx/index.d.ts +2 -0
  28. package/dist/cjs5/components/CookieConsent/CookieConsent.d.ts +4 -0
  29. package/dist/cjs5/components/CookieConsent/CookieConsent.stories.d.ts +7 -0
  30. package/dist/cjs5/components/CookieConsent/CookieConsentBody.d.ts +4 -0
  31. package/dist/cjs5/components/CookieConsent/CookieConsentProps.d.ts +7 -0
  32. package/dist/cjs5/components/CookieConsent/index.d.ts +3 -0
  33. package/dist/cjs5/components/CoverProgress.d.ts +10 -0
  34. package/dist/cjs5/components/Errors/ErrorViewer.d.ts +4 -0
  35. package/dist/cjs5/components/Errors/ErrorViewer.stories.d.ts +6 -0
  36. package/dist/cjs5/components/Errors/ErrorViewerProps.d.ts +5 -0
  37. package/dist/cjs5/components/Errors/ErrorsViewer.d.ts +4 -0
  38. package/dist/cjs5/components/Errors/ErrorsViewer.stories.d.ts +6 -0
  39. package/dist/cjs5/components/Errors/ErrorsViewerProps.d.ts +6 -0
  40. package/dist/cjs5/components/Errors/index.d.ts +3 -0
  41. package/dist/cjs5/components/EthAccount/EthAccount.d.ts +4 -0
  42. package/dist/cjs5/components/EthAccount/EthAccount.stories.d.ts +11 -0
  43. package/dist/cjs5/components/EthAccount/EthAccountProps.d.ts +17 -0
  44. package/dist/cjs5/components/EthAccount/index.d.ts +4 -0
  45. package/dist/cjs5/components/EthBlock.d.ts +6 -0
  46. package/dist/cjs5/components/Experiments/Experiment.d.ts +7 -0
  47. package/dist/cjs5/components/Experiments/Experiments.d.ts +4 -0
  48. package/dist/cjs5/components/Experiments/Experiments.stories.d.ts +6 -0
  49. package/dist/cjs5/components/Experiments/ExperimentsDebugger.d.ts +3 -0
  50. package/dist/cjs5/components/Experiments/ExperimentsDebugger.stories.d.ts +6 -0
  51. package/dist/cjs5/components/Experiments/ExperimentsProps.d.ts +7 -0
  52. package/dist/cjs5/components/Experiments/index.d.ts +4 -0
  53. package/dist/cjs5/components/Experiments/models/index.d.ts +12 -0
  54. package/dist/cjs5/components/FlexBox/BusyBox.d.ts +10 -0
  55. package/dist/cjs5/components/FlexBox/BusyBox.stories.d.ts +10 -0
  56. package/dist/cjs5/components/FlexBox/FlexCol.d.ts +5 -0
  57. package/dist/cjs5/components/FlexBox/FlexCol.stories.d.ts +8 -0
  58. package/dist/cjs5/components/FlexBox/FlexRow.d.ts +7 -0
  59. package/dist/cjs5/components/FlexBox/FlexRow.stories.d.ts +10 -0
  60. package/dist/cjs5/components/FlexBox/index.d.ts +3 -0
  61. package/dist/cjs5/components/HoverScale.d.ts +6 -0
  62. package/dist/cjs5/components/Identicon.d.ts +14 -0
  63. package/dist/cjs5/components/InvertableThemeProvider/InvertableTheme.d.ts +5 -0
  64. package/dist/cjs5/components/InvertableThemeProvider/InvertableThemeContext.d.ts +4 -0
  65. package/dist/cjs5/components/InvertableThemeProvider/InvertableThemeProvider.d.ts +4 -0
  66. package/dist/cjs5/components/InvertableThemeProvider/InvertableThemeProvider.stories.d.ts +6 -0
  67. package/dist/cjs5/components/InvertableThemeProvider/InvertableThemeProviderProps.d.ts +9 -0
  68. package/dist/cjs5/components/InvertableThemeProvider/index.d.ts +4 -0
  69. package/dist/cjs5/components/LinkEx/LinkToEx.d.ts +8 -0
  70. package/dist/cjs5/components/LinkEx/index.d.ts +2 -0
  71. package/dist/cjs5/components/NumberStatus/NumberStatus.d.ts +4 -0
  72. package/dist/cjs5/components/NumberStatus/NumberStatus.stories.d.ts +14 -0
  73. package/dist/cjs5/components/NumberStatus/NumberStatusProps.d.ts +13 -0
  74. package/dist/cjs5/components/NumberStatus/index.d.ts +2 -0
  75. package/dist/cjs5/components/QuickTipButton/QuickTipButton.d.ts +4 -0
  76. package/dist/cjs5/components/QuickTipButton/QuickTipButton.stories.d.ts +6 -0
  77. package/dist/cjs5/components/QuickTipButton/index.d.ts +2 -0
  78. package/dist/cjs5/components/RedirectWithQuery.d.ts +8 -0
  79. package/dist/cjs5/components/RichResult/RichResult.d.ts +7 -0
  80. package/dist/cjs5/components/RichResult/index.d.ts +3 -0
  81. package/dist/cjs5/components/RichResult/jsonld/Action.d.ts +24 -0
  82. package/dist/cjs5/components/RichResult/jsonld/ActionStatusType.d.ts +7 -0
  83. package/dist/cjs5/components/RichResult/jsonld/AdministrativeArea.d.ts +3 -0
  84. package/dist/cjs5/components/RichResult/jsonld/AggrigateRating.d.ts +8 -0
  85. package/dist/cjs5/components/RichResult/jsonld/Article.d.ts +14 -0
  86. package/dist/cjs5/components/RichResult/jsonld/Base.d.ts +4 -0
  87. package/dist/cjs5/components/RichResult/jsonld/Brand.d.ts +11 -0
  88. package/dist/cjs5/components/RichResult/jsonld/Class.d.ts +7 -0
  89. package/dist/cjs5/components/RichResult/jsonld/ContactPoint.d.ts +19 -0
  90. package/dist/cjs5/components/RichResult/jsonld/ContactPointOption.d.ts +5 -0
  91. package/dist/cjs5/components/RichResult/jsonld/Country.d.ts +3 -0
  92. package/dist/cjs5/components/RichResult/jsonld/CreativeWork.d.ts +122 -0
  93. package/dist/cjs5/components/RichResult/jsonld/DateTime.d.ts +2 -0
  94. package/dist/cjs5/components/RichResult/jsonld/EntryPoint.d.ts +13 -0
  95. package/dist/cjs5/components/RichResult/jsonld/Enumeration.d.ts +7 -0
  96. package/dist/cjs5/components/RichResult/jsonld/GeoShape.d.ts +15 -0
  97. package/dist/cjs5/components/RichResult/jsonld/GeospatialGeometry.d.ts +15 -0
  98. package/dist/cjs5/components/RichResult/jsonld/ImageObject.d.ts +9 -0
  99. package/dist/cjs5/components/RichResult/jsonld/Intangible.d.ts +3 -0
  100. package/dist/cjs5/components/RichResult/jsonld/Integer.d.ts +2 -0
  101. package/dist/cjs5/components/RichResult/jsonld/ItemAvailability.d.ts +21 -0
  102. package/dist/cjs5/components/RichResult/jsonld/Language.d.ts +3 -0
  103. package/dist/cjs5/components/RichResult/jsonld/Map.d.ts +6 -0
  104. package/dist/cjs5/components/RichResult/jsonld/MapCategoryType.d.ts +7 -0
  105. package/dist/cjs5/components/RichResult/jsonld/MediaObject.d.ts +10 -0
  106. package/dist/cjs5/components/RichResult/jsonld/MobileApplication.d.ts +6 -0
  107. package/dist/cjs5/components/RichResult/jsonld/Offer.d.ts +64 -0
  108. package/dist/cjs5/components/RichResult/jsonld/Organization.d.ts +77 -0
  109. package/dist/cjs5/components/RichResult/jsonld/Person.d.ts +71 -0
  110. package/dist/cjs5/components/RichResult/jsonld/Photograph.d.ts +3 -0
  111. package/dist/cjs5/components/RichResult/jsonld/Place.d.ts +42 -0
  112. package/dist/cjs5/components/RichResult/jsonld/PostalAddress.d.ts +12 -0
  113. package/dist/cjs5/components/RichResult/jsonld/Product.d.ts +56 -0
  114. package/dist/cjs5/components/RichResult/jsonld/Property.d.ts +10 -0
  115. package/dist/cjs5/components/RichResult/jsonld/PropertyValue.d.ts +16 -0
  116. package/dist/cjs5/components/RichResult/jsonld/QualitativeValue.d.ts +15 -0
  117. package/dist/cjs5/components/RichResult/jsonld/QuantitativeValue.d.ts +15 -0
  118. package/dist/cjs5/components/RichResult/jsonld/Rating.d.ts +10 -0
  119. package/dist/cjs5/components/RichResult/jsonld/Review.d.ts +10 -0
  120. package/dist/cjs5/components/RichResult/jsonld/Service.d.ts +38 -0
  121. package/dist/cjs5/components/RichResult/jsonld/SoftwareApplication.d.ts +28 -0
  122. package/dist/cjs5/components/RichResult/jsonld/StructuredValue.d.ts +3 -0
  123. package/dist/cjs5/components/RichResult/jsonld/Text.d.ts +2 -0
  124. package/dist/cjs5/components/RichResult/jsonld/Thing.d.ts +22 -0
  125. package/dist/cjs5/components/RichResult/jsonld/Time.d.ts +2 -0
  126. package/dist/cjs5/components/RichResult/jsonld/URL.d.ts +2 -0
  127. package/dist/cjs5/components/RichResult/jsonld/VirtualLocation.d.ts +3 -0
  128. package/dist/cjs5/components/RichResult/jsonld/index.d.ts +48 -0
  129. package/dist/cjs5/components/ScrollToTop.d.ts +1 -0
  130. package/dist/cjs5/components/ScrollToTopButton.d.ts +7 -0
  131. package/dist/cjs5/components/TokenAmount/TokenAmount.d.ts +4 -0
  132. package/dist/cjs5/components/TokenAmount/TokenAmount.stories.d.ts +12 -0
  133. package/dist/cjs5/components/TokenAmount/TokenAmountProps.d.ts +14 -0
  134. package/dist/cjs5/components/TokenAmount/index.d.ts +4 -0
  135. package/dist/cjs5/components/dialogs/ErrorDialog.d.ts +8 -0
  136. package/dist/cjs5/components/dialogs/ErrorDialog.stories.d.ts +6 -0
  137. package/dist/cjs5/components/dialogs/MessageDialog.d.ts +7 -0
  138. package/dist/cjs5/components/dialogs/MessageDialog.stories.d.ts +6 -0
  139. package/dist/cjs5/components/dialogs/index.d.ts +3 -0
  140. package/dist/cjs5/components/index.d.ts +23 -0
  141. package/dist/cjs5/contexts/CookieConsent/Context.d.ts +8 -0
  142. package/dist/cjs5/contexts/CookieConsent/Loader.d.ts +3 -0
  143. package/dist/cjs5/contexts/CookieConsent/index.d.ts +4 -0
  144. package/dist/cjs5/contexts/CookieConsent/use.d.ts +7 -0
  145. package/dist/cjs5/contexts/Ethers/Context.d.ts +19 -0
  146. package/dist/cjs5/contexts/Ethers/Infura.d.ts +7 -0
  147. package/dist/cjs5/contexts/Ethers/Loader.d.ts +6 -0
  148. package/dist/cjs5/contexts/Ethers/MetaMask.d.ts +6 -0
  149. package/dist/cjs5/contexts/Ethers/MyEtherWallet.d.ts +6 -0
  150. package/dist/cjs5/contexts/Ethers/Opera.d.ts +6 -0
  151. package/dist/cjs5/contexts/Ethers/Trust.d.ts +6 -0
  152. package/dist/cjs5/contexts/Ethers/index.d.ts +2 -0
  153. package/dist/cjs5/contexts/NetworkSettings/Context.d.ts +9 -0
  154. package/dist/cjs5/contexts/NetworkSettings/Loader.d.ts +6 -0
  155. package/dist/cjs5/contexts/NetworkSettings/index.d.ts +3 -0
  156. package/dist/cjs5/contexts/UserEvents/Context.d.ts +7 -0
  157. package/dist/cjs5/contexts/UserEvents/Loader.d.ts +7 -0
  158. package/dist/cjs5/contexts/UserEvents/index.d.ts +3 -0
  159. package/dist/cjs5/contexts/index.d.ts +4 -0
  160. package/dist/cjs5/hooks/index.d.ts +9 -0
  161. package/dist/cjs5/hooks/useBreakpoint.d.ts +1 -0
  162. package/dist/cjs5/hooks/useLocalStorage.d.ts +1 -0
  163. package/dist/cjs5/hooks/useMediaQuery.d.ts +2 -0
  164. package/dist/cjs5/hooks/useMounted.d.ts +1 -0
  165. package/dist/cjs5/hooks/useNavigateToEthAddress.d.ts +5 -0
  166. package/dist/cjs5/hooks/useSpacing.d.ts +1 -0
  167. package/dist/cjs5/hooks/useUserEvents.d.ts +2 -0
  168. package/dist/cjs5/hooks/useWebP.d.ts +1 -0
  169. package/dist/cjs5/hooks/useWindowSize.d.ts +6 -0
  170. package/dist/cjs5/index.d.ts +4 -0
  171. package/dist/cjs5/index.js +2733 -0
  172. package/dist/cjs5/index.js.map +1 -0
  173. package/dist/cjs5/lib/ComponentSizes.d.ts +2 -0
  174. package/dist/cjs5/lib/Tracking/Drip/BaseEvent.d.ts +12 -0
  175. package/dist/cjs5/lib/Tracking/Drip/CustomEvent.d.ts +4 -0
  176. package/dist/cjs5/lib/Tracking/Drip/Data/Base.d.ts +6 -0
  177. package/dist/cjs5/lib/Tracking/Drip/Data/CustomFields.d.ts +4 -0
  178. package/dist/cjs5/lib/Tracking/Drip/Data/Identify.d.ts +14 -0
  179. package/dist/cjs5/lib/Tracking/Drip/Data/Result.d.ts +7 -0
  180. package/dist/cjs5/lib/Tracking/Drip/Data/StandardFields.d.ts +12 -0
  181. package/dist/cjs5/lib/Tracking/Drip/Data/index.d.ts +2 -0
  182. package/dist/cjs5/lib/Tracking/Drip/StandardEvents.d.ts +6 -0
  183. package/dist/cjs5/lib/Tracking/Drip/index.d.ts +5 -0
  184. package/dist/cjs5/lib/Tracking/Facebook/BaseEvent.d.ts +8 -0
  185. package/dist/cjs5/lib/Tracking/Facebook/CustomEvent.d.ts +5 -0
  186. package/dist/cjs5/lib/Tracking/Facebook/Fbq.d.ts +10 -0
  187. package/dist/cjs5/lib/Tracking/Facebook/StandardEvent.d.ts +5 -0
  188. package/dist/cjs5/lib/Tracking/Facebook/StandardEvents.d.ts +61 -0
  189. package/dist/cjs5/lib/Tracking/Facebook/StandardProperties.d.ts +15 -0
  190. package/dist/cjs5/lib/Tracking/Facebook/UserEventHandler.d.ts +8 -0
  191. package/dist/cjs5/lib/Tracking/Facebook/index.d.ts +8 -0
  192. package/dist/cjs5/lib/Tracking/Google/BaseEvent.d.ts +13 -0
  193. package/dist/cjs5/lib/Tracking/Google/CustomEvent.d.ts +4 -0
  194. package/dist/cjs5/lib/Tracking/Google/DataLayer.d.ts +9 -0
  195. package/dist/cjs5/lib/Tracking/Google/Gtag.d.ts +19 -0
  196. package/dist/cjs5/lib/Tracking/Google/Gtm.d.ts +10 -0
  197. package/dist/cjs5/lib/Tracking/Google/StandardEvent.d.ts +4 -0
  198. package/dist/cjs5/lib/Tracking/Google/StandardEvents.d.ts +151 -0
  199. package/dist/cjs5/lib/Tracking/Google/UserEventHandler.d.ts +8 -0
  200. package/dist/cjs5/lib/Tracking/Google/index.d.ts +7 -0
  201. package/dist/cjs5/lib/Tracking/Reddit/BaseEvent.d.ts +8 -0
  202. package/dist/cjs5/lib/Tracking/Reddit/CustomEvent.d.ts +5 -0
  203. package/dist/cjs5/lib/Tracking/Reddit/Rdt.d.ts +8 -0
  204. package/dist/cjs5/lib/Tracking/Reddit/StandardEvent.d.ts +5 -0
  205. package/dist/cjs5/lib/Tracking/Reddit/StandardEvents.d.ts +12 -0
  206. package/dist/cjs5/lib/Tracking/Reddit/StandardProperties.d.ts +4 -0
  207. package/dist/cjs5/lib/Tracking/Reddit/index.d.ts +4 -0
  208. package/dist/cjs5/lib/Tracking/Referrer.d.ts +13 -0
  209. package/dist/cjs5/lib/Tracking/Snapchat/BaseEvent.d.ts +6 -0
  210. package/dist/cjs5/lib/Tracking/Snapchat/Snaptr.d.ts +6 -0
  211. package/dist/cjs5/lib/Tracking/Snapchat/StandardEvent.d.ts +6 -0
  212. package/dist/cjs5/lib/Tracking/Snapchat/StandardEvents.d.ts +33 -0
  213. package/dist/cjs5/lib/Tracking/Snapchat/StandardProperties.d.ts +15 -0
  214. package/dist/cjs5/lib/Tracking/Snapchat/UserProperties.d.ts +7 -0
  215. package/dist/cjs5/lib/Tracking/Snapchat/index.d.ts +6 -0
  216. package/dist/cjs5/lib/Tracking/Tiktok/BaseEvent.d.ts +8 -0
  217. package/dist/cjs5/lib/Tracking/Tiktok/CustomEvent.d.ts +5 -0
  218. package/dist/cjs5/lib/Tracking/Tiktok/StandardEvent.d.ts +5 -0
  219. package/dist/cjs5/lib/Tracking/Tiktok/StandardEvents.d.ts +19 -0
  220. package/dist/cjs5/lib/Tracking/Tiktok/StandardProperties.d.ts +4 -0
  221. package/dist/cjs5/lib/Tracking/Tiktok/Ttq.d.ts +8 -0
  222. package/dist/cjs5/lib/Tracking/Tiktok/index.d.ts +4 -0
  223. package/dist/cjs5/lib/Tracking/Xy/BaseEvent.d.ts +6 -0
  224. package/dist/cjs5/lib/Tracking/Xy/CustomEvent.d.ts +4 -0
  225. package/dist/cjs5/lib/Tracking/Xy/StandardEvent.d.ts +4 -0
  226. package/dist/cjs5/lib/Tracking/Xy/UserEventHandler.d.ts +8 -0
  227. package/dist/cjs5/lib/Tracking/Xy/index.d.ts +4 -0
  228. package/dist/cjs5/lib/Tracking/XyoUserEventHandler.d.ts +10 -0
  229. package/dist/cjs5/lib/Tracking/index.d.ts +10 -0
  230. package/dist/cjs5/lib/getApiStage.d.ts +2 -0
  231. package/dist/cjs5/lib/global.d.ts +2 -0
  232. package/dist/cjs5/lib/index.d.ts +10 -0
  233. package/dist/cjs5/lib/isLocalHost.d.ts +2 -0
  234. package/dist/cjs5/lib/profile.d.ts +9 -0
  235. package/dist/cjs5/lib/safeLocalStorage.d.ts +3 -0
  236. package/dist/cjs5/lib/safeSessionStorage.d.ts +3 -0
  237. package/dist/cjs5/lib/useAsyncEffect.d.ts +5 -0
  238. package/dist/cjs5/mergeBoxlikeStyles.d.ts +4 -0
  239. package/dist/components/Experiments/Experiments.js +2 -4
  240. package/dist/components/Experiments/Experiments.js.map +1 -1
  241. package/dist/components/TokenAmount/TokenAmountProps.d.ts +0 -1
  242. package/dist/contexts/UserEvents/Loader.d.ts +7 -0
  243. package/dist/contexts/UserEvents/Loader.js +8 -0
  244. package/dist/contexts/UserEvents/Loader.js.map +1 -0
  245. package/dist/contexts/UserEvents/index.d.ts +1 -0
  246. package/dist/contexts/UserEvents/index.js +1 -0
  247. package/dist/contexts/UserEvents/index.js.map +1 -1
  248. package/dist/esm2015/BoxlikeComponentProps.d.ts +41 -0
  249. package/dist/esm2015/BusyProps.d.ts +13 -0
  250. package/dist/esm2015/Margin.d.ts +2 -0
  251. package/dist/esm2015/Padding.d.ts +2 -0
  252. package/dist/esm2015/calcSpacing.d.ts +4 -0
  253. package/dist/esm2015/components/AppBarEx/AppBarEx.d.ts +4 -0
  254. package/dist/esm2015/components/AppBarEx/AppBarEx.stories.d.ts +6 -0
  255. package/dist/esm2015/components/AppBarEx/AppBarExProps.d.ts +8 -0
  256. package/dist/esm2015/components/AppBarEx/index.d.ts +4 -0
  257. package/dist/esm2015/components/Background.d.ts +7 -0
  258. package/dist/esm2015/components/BasePage/BasePage.d.ts +4 -0
  259. package/dist/esm2015/components/BasePage/BasePage.stories.d.ts +6 -0
  260. package/dist/esm2015/components/BasePage/BasePageProps.d.ts +19 -0
  261. package/dist/esm2015/components/BasePage/index.d.ts +4 -0
  262. package/dist/esm2015/components/Breadcrumbs/BreadcrumbsEx.d.ts +4 -0
  263. package/dist/esm2015/components/Breadcrumbs/BreadcrumbsEx.stories.d.ts +7 -0
  264. package/dist/esm2015/components/Breadcrumbs/BreadcrumbsExProps.d.ts +8 -0
  265. package/dist/esm2015/components/Breadcrumbs/index.d.ts +2 -0
  266. package/dist/esm2015/components/BusyCircularProgress.d.ts +10 -0
  267. package/dist/esm2015/components/BusyLinearProgress.d.ts +9 -0
  268. package/dist/esm2015/components/ButtonEx/ButtonEx.d.ts +4 -0
  269. package/dist/esm2015/components/ButtonEx/ButtonEx.stories.d.ts +8 -0
  270. package/dist/esm2015/components/ButtonEx/ButtonExBase.d.ts +4 -0
  271. package/dist/esm2015/components/ButtonEx/ButtonExProps.d.ts +10 -0
  272. package/dist/esm2015/components/ButtonEx/ButtonExTo.d.ts +4 -0
  273. package/dist/esm2015/components/ButtonEx/index.d.ts +2 -0
  274. package/dist/esm2015/components/CookieConsent/CookieConsent.d.ts +4 -0
  275. package/dist/esm2015/components/CookieConsent/CookieConsent.stories.d.ts +7 -0
  276. package/dist/esm2015/components/CookieConsent/CookieConsentBody.d.ts +4 -0
  277. package/dist/esm2015/components/CookieConsent/CookieConsentProps.d.ts +7 -0
  278. package/dist/esm2015/components/CookieConsent/index.d.ts +3 -0
  279. package/dist/esm2015/components/CoverProgress.d.ts +10 -0
  280. package/dist/esm2015/components/Errors/ErrorViewer.d.ts +4 -0
  281. package/dist/esm2015/components/Errors/ErrorViewer.stories.d.ts +6 -0
  282. package/dist/esm2015/components/Errors/ErrorViewerProps.d.ts +5 -0
  283. package/dist/esm2015/components/Errors/ErrorsViewer.d.ts +4 -0
  284. package/dist/esm2015/components/Errors/ErrorsViewer.stories.d.ts +6 -0
  285. package/dist/esm2015/components/Errors/ErrorsViewerProps.d.ts +6 -0
  286. package/dist/esm2015/components/Errors/index.d.ts +3 -0
  287. package/dist/esm2015/components/EthAccount/EthAccount.d.ts +4 -0
  288. package/dist/esm2015/components/EthAccount/EthAccount.stories.d.ts +11 -0
  289. package/dist/esm2015/components/EthAccount/EthAccountProps.d.ts +17 -0
  290. package/dist/esm2015/components/EthAccount/index.d.ts +4 -0
  291. package/dist/esm2015/components/EthBlock.d.ts +6 -0
  292. package/dist/esm2015/components/Experiments/Experiment.d.ts +7 -0
  293. package/dist/esm2015/components/Experiments/Experiments.d.ts +4 -0
  294. package/dist/esm2015/components/Experiments/Experiments.stories.d.ts +6 -0
  295. package/dist/esm2015/components/Experiments/ExperimentsDebugger.d.ts +3 -0
  296. package/dist/esm2015/components/Experiments/ExperimentsDebugger.stories.d.ts +6 -0
  297. package/dist/esm2015/components/Experiments/ExperimentsProps.d.ts +7 -0
  298. package/dist/esm2015/components/Experiments/index.d.ts +4 -0
  299. package/dist/esm2015/components/Experiments/models/index.d.ts +12 -0
  300. package/dist/esm2015/components/FlexBox/BusyBox.d.ts +10 -0
  301. package/dist/esm2015/components/FlexBox/BusyBox.stories.d.ts +10 -0
  302. package/dist/esm2015/components/FlexBox/FlexCol.d.ts +5 -0
  303. package/dist/esm2015/components/FlexBox/FlexCol.stories.d.ts +8 -0
  304. package/dist/esm2015/components/FlexBox/FlexRow.d.ts +7 -0
  305. package/dist/esm2015/components/FlexBox/FlexRow.stories.d.ts +10 -0
  306. package/dist/esm2015/components/FlexBox/index.d.ts +3 -0
  307. package/dist/esm2015/components/HoverScale.d.ts +6 -0
  308. package/dist/esm2015/components/Identicon.d.ts +14 -0
  309. package/dist/esm2015/components/InvertableThemeProvider/InvertableTheme.d.ts +5 -0
  310. package/dist/esm2015/components/InvertableThemeProvider/InvertableThemeContext.d.ts +4 -0
  311. package/dist/esm2015/components/InvertableThemeProvider/InvertableThemeProvider.d.ts +4 -0
  312. package/dist/esm2015/components/InvertableThemeProvider/InvertableThemeProvider.stories.d.ts +6 -0
  313. package/dist/esm2015/components/InvertableThemeProvider/InvertableThemeProviderProps.d.ts +9 -0
  314. package/dist/esm2015/components/InvertableThemeProvider/index.d.ts +4 -0
  315. package/dist/esm2015/components/LinkEx/LinkToEx.d.ts +8 -0
  316. package/dist/esm2015/components/LinkEx/index.d.ts +2 -0
  317. package/dist/esm2015/components/NumberStatus/NumberStatus.d.ts +4 -0
  318. package/dist/esm2015/components/NumberStatus/NumberStatus.stories.d.ts +14 -0
  319. package/dist/esm2015/components/NumberStatus/NumberStatusProps.d.ts +13 -0
  320. package/dist/esm2015/components/NumberStatus/index.d.ts +2 -0
  321. package/dist/esm2015/components/QuickTipButton/QuickTipButton.d.ts +4 -0
  322. package/dist/esm2015/components/QuickTipButton/QuickTipButton.stories.d.ts +6 -0
  323. package/dist/esm2015/components/QuickTipButton/index.d.ts +2 -0
  324. package/dist/esm2015/components/RedirectWithQuery.d.ts +8 -0
  325. package/dist/esm2015/components/RichResult/RichResult.d.ts +7 -0
  326. package/dist/esm2015/components/RichResult/index.d.ts +3 -0
  327. package/dist/esm2015/components/RichResult/jsonld/Action.d.ts +24 -0
  328. package/dist/esm2015/components/RichResult/jsonld/ActionStatusType.d.ts +7 -0
  329. package/dist/esm2015/components/RichResult/jsonld/AdministrativeArea.d.ts +3 -0
  330. package/dist/esm2015/components/RichResult/jsonld/AggrigateRating.d.ts +8 -0
  331. package/dist/esm2015/components/RichResult/jsonld/Article.d.ts +14 -0
  332. package/dist/esm2015/components/RichResult/jsonld/Base.d.ts +4 -0
  333. package/dist/esm2015/components/RichResult/jsonld/Brand.d.ts +11 -0
  334. package/dist/esm2015/components/RichResult/jsonld/Class.d.ts +7 -0
  335. package/dist/esm2015/components/RichResult/jsonld/ContactPoint.d.ts +19 -0
  336. package/dist/esm2015/components/RichResult/jsonld/ContactPointOption.d.ts +5 -0
  337. package/dist/esm2015/components/RichResult/jsonld/Country.d.ts +3 -0
  338. package/dist/esm2015/components/RichResult/jsonld/CreativeWork.d.ts +122 -0
  339. package/dist/esm2015/components/RichResult/jsonld/DateTime.d.ts +2 -0
  340. package/dist/esm2015/components/RichResult/jsonld/EntryPoint.d.ts +13 -0
  341. package/dist/esm2015/components/RichResult/jsonld/Enumeration.d.ts +7 -0
  342. package/dist/esm2015/components/RichResult/jsonld/GeoShape.d.ts +15 -0
  343. package/dist/esm2015/components/RichResult/jsonld/GeospatialGeometry.d.ts +15 -0
  344. package/dist/esm2015/components/RichResult/jsonld/ImageObject.d.ts +9 -0
  345. package/dist/esm2015/components/RichResult/jsonld/Intangible.d.ts +3 -0
  346. package/dist/esm2015/components/RichResult/jsonld/Integer.d.ts +2 -0
  347. package/dist/esm2015/components/RichResult/jsonld/ItemAvailability.d.ts +21 -0
  348. package/dist/esm2015/components/RichResult/jsonld/Language.d.ts +3 -0
  349. package/dist/esm2015/components/RichResult/jsonld/Map.d.ts +6 -0
  350. package/dist/esm2015/components/RichResult/jsonld/MapCategoryType.d.ts +7 -0
  351. package/dist/esm2015/components/RichResult/jsonld/MediaObject.d.ts +10 -0
  352. package/dist/esm2015/components/RichResult/jsonld/MobileApplication.d.ts +6 -0
  353. package/dist/esm2015/components/RichResult/jsonld/Offer.d.ts +64 -0
  354. package/dist/esm2015/components/RichResult/jsonld/Organization.d.ts +77 -0
  355. package/dist/esm2015/components/RichResult/jsonld/Person.d.ts +71 -0
  356. package/dist/esm2015/components/RichResult/jsonld/Photograph.d.ts +3 -0
  357. package/dist/esm2015/components/RichResult/jsonld/Place.d.ts +42 -0
  358. package/dist/esm2015/components/RichResult/jsonld/PostalAddress.d.ts +12 -0
  359. package/dist/esm2015/components/RichResult/jsonld/Product.d.ts +56 -0
  360. package/dist/esm2015/components/RichResult/jsonld/Property.d.ts +10 -0
  361. package/dist/esm2015/components/RichResult/jsonld/PropertyValue.d.ts +16 -0
  362. package/dist/esm2015/components/RichResult/jsonld/QualitativeValue.d.ts +15 -0
  363. package/dist/esm2015/components/RichResult/jsonld/QuantitativeValue.d.ts +15 -0
  364. package/dist/esm2015/components/RichResult/jsonld/Rating.d.ts +10 -0
  365. package/dist/esm2015/components/RichResult/jsonld/Review.d.ts +10 -0
  366. package/dist/esm2015/components/RichResult/jsonld/Service.d.ts +38 -0
  367. package/dist/esm2015/components/RichResult/jsonld/SoftwareApplication.d.ts +28 -0
  368. package/dist/esm2015/components/RichResult/jsonld/StructuredValue.d.ts +3 -0
  369. package/dist/esm2015/components/RichResult/jsonld/Text.d.ts +2 -0
  370. package/dist/esm2015/components/RichResult/jsonld/Thing.d.ts +22 -0
  371. package/dist/esm2015/components/RichResult/jsonld/Time.d.ts +2 -0
  372. package/dist/esm2015/components/RichResult/jsonld/URL.d.ts +2 -0
  373. package/dist/esm2015/components/RichResult/jsonld/VirtualLocation.d.ts +3 -0
  374. package/dist/esm2015/components/RichResult/jsonld/index.d.ts +48 -0
  375. package/dist/esm2015/components/ScrollToTop.d.ts +1 -0
  376. package/dist/esm2015/components/ScrollToTopButton.d.ts +7 -0
  377. package/dist/esm2015/components/TokenAmount/TokenAmount.d.ts +4 -0
  378. package/dist/esm2015/components/TokenAmount/TokenAmount.stories.d.ts +12 -0
  379. package/dist/esm2015/components/TokenAmount/TokenAmountProps.d.ts +14 -0
  380. package/dist/esm2015/components/TokenAmount/index.d.ts +4 -0
  381. package/dist/esm2015/components/dialogs/ErrorDialog.d.ts +8 -0
  382. package/dist/esm2015/components/dialogs/ErrorDialog.stories.d.ts +6 -0
  383. package/dist/esm2015/components/dialogs/MessageDialog.d.ts +7 -0
  384. package/dist/esm2015/components/dialogs/MessageDialog.stories.d.ts +6 -0
  385. package/dist/esm2015/components/dialogs/index.d.ts +3 -0
  386. package/dist/esm2015/components/index.d.ts +23 -0
  387. package/dist/esm2015/contexts/CookieConsent/Context.d.ts +8 -0
  388. package/dist/esm2015/contexts/CookieConsent/Loader.d.ts +3 -0
  389. package/dist/esm2015/contexts/CookieConsent/index.d.ts +4 -0
  390. package/dist/esm2015/contexts/CookieConsent/use.d.ts +7 -0
  391. package/dist/esm2015/contexts/Ethers/Context.d.ts +19 -0
  392. package/dist/esm2015/contexts/Ethers/Infura.d.ts +7 -0
  393. package/dist/esm2015/contexts/Ethers/Loader.d.ts +6 -0
  394. package/dist/esm2015/contexts/Ethers/MetaMask.d.ts +6 -0
  395. package/dist/esm2015/contexts/Ethers/MyEtherWallet.d.ts +6 -0
  396. package/dist/esm2015/contexts/Ethers/Opera.d.ts +6 -0
  397. package/dist/esm2015/contexts/Ethers/Trust.d.ts +6 -0
  398. package/dist/esm2015/contexts/Ethers/index.d.ts +2 -0
  399. package/dist/esm2015/contexts/NetworkSettings/Context.d.ts +9 -0
  400. package/dist/esm2015/contexts/NetworkSettings/Loader.d.ts +6 -0
  401. package/dist/esm2015/contexts/NetworkSettings/index.d.ts +3 -0
  402. package/dist/esm2015/contexts/UserEvents/Context.d.ts +7 -0
  403. package/dist/esm2015/contexts/UserEvents/Loader.d.ts +7 -0
  404. package/dist/esm2015/contexts/UserEvents/index.d.ts +3 -0
  405. package/dist/esm2015/contexts/index.d.ts +4 -0
  406. package/dist/esm2015/hooks/index.d.ts +9 -0
  407. package/dist/esm2015/hooks/useBreakpoint.d.ts +1 -0
  408. package/dist/esm2015/hooks/useLocalStorage.d.ts +1 -0
  409. package/dist/esm2015/hooks/useMediaQuery.d.ts +2 -0
  410. package/dist/esm2015/hooks/useMounted.d.ts +1 -0
  411. package/dist/esm2015/hooks/useNavigateToEthAddress.d.ts +5 -0
  412. package/dist/esm2015/hooks/useSpacing.d.ts +1 -0
  413. package/dist/esm2015/hooks/useUserEvents.d.ts +2 -0
  414. package/dist/esm2015/hooks/useWebP.d.ts +1 -0
  415. package/dist/esm2015/hooks/useWindowSize.d.ts +6 -0
  416. package/dist/esm2015/index.d.ts +4 -0
  417. package/dist/esm2015/index.js +2640 -0
  418. package/dist/esm2015/index.js.map +1 -0
  419. package/dist/esm2015/lib/ComponentSizes.d.ts +2 -0
  420. package/dist/esm2015/lib/Tracking/Drip/BaseEvent.d.ts +12 -0
  421. package/dist/esm2015/lib/Tracking/Drip/CustomEvent.d.ts +4 -0
  422. package/dist/esm2015/lib/Tracking/Drip/Data/Base.d.ts +6 -0
  423. package/dist/esm2015/lib/Tracking/Drip/Data/CustomFields.d.ts +4 -0
  424. package/dist/esm2015/lib/Tracking/Drip/Data/Identify.d.ts +14 -0
  425. package/dist/esm2015/lib/Tracking/Drip/Data/Result.d.ts +7 -0
  426. package/dist/esm2015/lib/Tracking/Drip/Data/StandardFields.d.ts +12 -0
  427. package/dist/esm2015/lib/Tracking/Drip/Data/index.d.ts +2 -0
  428. package/dist/esm2015/lib/Tracking/Drip/StandardEvents.d.ts +6 -0
  429. package/dist/esm2015/lib/Tracking/Drip/index.d.ts +5 -0
  430. package/dist/esm2015/lib/Tracking/Facebook/BaseEvent.d.ts +8 -0
  431. package/dist/esm2015/lib/Tracking/Facebook/CustomEvent.d.ts +5 -0
  432. package/dist/esm2015/lib/Tracking/Facebook/Fbq.d.ts +10 -0
  433. package/dist/esm2015/lib/Tracking/Facebook/StandardEvent.d.ts +5 -0
  434. package/dist/esm2015/lib/Tracking/Facebook/StandardEvents.d.ts +61 -0
  435. package/dist/esm2015/lib/Tracking/Facebook/StandardProperties.d.ts +15 -0
  436. package/dist/esm2015/lib/Tracking/Facebook/UserEventHandler.d.ts +8 -0
  437. package/dist/esm2015/lib/Tracking/Facebook/index.d.ts +8 -0
  438. package/dist/esm2015/lib/Tracking/Google/BaseEvent.d.ts +13 -0
  439. package/dist/esm2015/lib/Tracking/Google/CustomEvent.d.ts +4 -0
  440. package/dist/esm2015/lib/Tracking/Google/DataLayer.d.ts +9 -0
  441. package/dist/esm2015/lib/Tracking/Google/Gtag.d.ts +19 -0
  442. package/dist/esm2015/lib/Tracking/Google/Gtm.d.ts +10 -0
  443. package/dist/esm2015/lib/Tracking/Google/StandardEvent.d.ts +4 -0
  444. package/dist/esm2015/lib/Tracking/Google/StandardEvents.d.ts +151 -0
  445. package/dist/esm2015/lib/Tracking/Google/UserEventHandler.d.ts +8 -0
  446. package/dist/esm2015/lib/Tracking/Google/index.d.ts +7 -0
  447. package/dist/esm2015/lib/Tracking/Reddit/BaseEvent.d.ts +8 -0
  448. package/dist/esm2015/lib/Tracking/Reddit/CustomEvent.d.ts +5 -0
  449. package/dist/esm2015/lib/Tracking/Reddit/Rdt.d.ts +8 -0
  450. package/dist/esm2015/lib/Tracking/Reddit/StandardEvent.d.ts +5 -0
  451. package/dist/esm2015/lib/Tracking/Reddit/StandardEvents.d.ts +12 -0
  452. package/dist/esm2015/lib/Tracking/Reddit/StandardProperties.d.ts +4 -0
  453. package/dist/esm2015/lib/Tracking/Reddit/index.d.ts +4 -0
  454. package/dist/esm2015/lib/Tracking/Referrer.d.ts +13 -0
  455. package/dist/esm2015/lib/Tracking/Snapchat/BaseEvent.d.ts +6 -0
  456. package/dist/esm2015/lib/Tracking/Snapchat/Snaptr.d.ts +6 -0
  457. package/dist/esm2015/lib/Tracking/Snapchat/StandardEvent.d.ts +6 -0
  458. package/dist/esm2015/lib/Tracking/Snapchat/StandardEvents.d.ts +33 -0
  459. package/dist/esm2015/lib/Tracking/Snapchat/StandardProperties.d.ts +15 -0
  460. package/dist/esm2015/lib/Tracking/Snapchat/UserProperties.d.ts +7 -0
  461. package/dist/esm2015/lib/Tracking/Snapchat/index.d.ts +6 -0
  462. package/dist/esm2015/lib/Tracking/Tiktok/BaseEvent.d.ts +8 -0
  463. package/dist/esm2015/lib/Tracking/Tiktok/CustomEvent.d.ts +5 -0
  464. package/dist/esm2015/lib/Tracking/Tiktok/StandardEvent.d.ts +5 -0
  465. package/dist/esm2015/lib/Tracking/Tiktok/StandardEvents.d.ts +19 -0
  466. package/dist/esm2015/lib/Tracking/Tiktok/StandardProperties.d.ts +4 -0
  467. package/dist/esm2015/lib/Tracking/Tiktok/Ttq.d.ts +8 -0
  468. package/dist/esm2015/lib/Tracking/Tiktok/index.d.ts +4 -0
  469. package/dist/esm2015/lib/Tracking/Xy/BaseEvent.d.ts +6 -0
  470. package/dist/esm2015/lib/Tracking/Xy/CustomEvent.d.ts +4 -0
  471. package/dist/esm2015/lib/Tracking/Xy/StandardEvent.d.ts +4 -0
  472. package/dist/esm2015/lib/Tracking/Xy/UserEventHandler.d.ts +8 -0
  473. package/dist/esm2015/lib/Tracking/Xy/index.d.ts +4 -0
  474. package/dist/esm2015/lib/Tracking/XyoUserEventHandler.d.ts +10 -0
  475. package/dist/esm2015/lib/Tracking/index.d.ts +10 -0
  476. package/dist/esm2015/lib/getApiStage.d.ts +2 -0
  477. package/dist/esm2015/lib/global.d.ts +2 -0
  478. package/dist/esm2015/lib/index.d.ts +10 -0
  479. package/dist/esm2015/lib/isLocalHost.d.ts +2 -0
  480. package/dist/esm2015/lib/profile.d.ts +9 -0
  481. package/dist/esm2015/lib/safeLocalStorage.d.ts +3 -0
  482. package/dist/esm2015/lib/safeSessionStorage.d.ts +3 -0
  483. package/dist/esm2015/lib/useAsyncEffect.d.ts +5 -0
  484. package/dist/esm2015/mergeBoxlikeStyles.d.ts +4 -0
  485. package/dist/esm2017/components/TokenAmount/TokenAmountProps.d.ts +0 -1
  486. package/dist/esm2017/contexts/UserEvents/Loader.d.ts +7 -0
  487. package/dist/esm2017/contexts/UserEvents/index.d.ts +1 -0
  488. package/dist/esm2017/hooks/index.d.ts +1 -0
  489. package/dist/esm2017/hooks/useUserEvents.d.ts +2 -0
  490. package/dist/esm2017/index.js +12 -3
  491. package/dist/esm2017/index.js.map +1 -1
  492. package/dist/esm5/components/TokenAmount/TokenAmountProps.d.ts +0 -1
  493. package/dist/esm5/contexts/UserEvents/Loader.d.ts +7 -0
  494. package/dist/esm5/contexts/UserEvents/index.d.ts +1 -0
  495. package/dist/esm5/hooks/index.d.ts +1 -0
  496. package/dist/esm5/hooks/useUserEvents.d.ts +2 -0
  497. package/dist/esm5/index.js +12 -3
  498. package/dist/esm5/index.js.map +1 -1
  499. package/dist/hooks/index.d.ts +1 -0
  500. package/dist/hooks/index.js +1 -0
  501. package/dist/hooks/index.js.map +1 -1
  502. package/dist/hooks/useUserEvents.d.ts +2 -0
  503. package/dist/hooks/useUserEvents.js +7 -0
  504. package/dist/hooks/useUserEvents.js.map +1 -0
  505. package/dist/node/components/TokenAmount/TokenAmountProps.d.ts +0 -1
  506. package/dist/node/contexts/UserEvents/Loader.d.ts +7 -0
  507. package/dist/node/contexts/UserEvents/index.d.ts +1 -0
  508. package/dist/node/hooks/index.d.ts +1 -0
  509. package/dist/node/hooks/useUserEvents.d.ts +2 -0
  510. package/dist/node/index.js +13 -2
  511. package/dist/node/index.js.map +1 -1
  512. package/dist/node-esm/components/TokenAmount/TokenAmountProps.d.ts +0 -1
  513. package/dist/node-esm/contexts/UserEvents/Loader.d.ts +7 -0
  514. package/dist/node-esm/contexts/UserEvents/index.d.ts +1 -0
  515. package/dist/node-esm/hooks/index.d.ts +1 -0
  516. package/dist/node-esm/hooks/useUserEvents.d.ts +2 -0
  517. package/dist/node-esm/index.js +12 -3
  518. package/dist/node-esm/index.js.map +1 -1
  519. package/package.json +18 -18
  520. package/src/components/Experiments/Experiments.tsx +3 -4
  521. package/src/contexts/UserEvents/Loader.tsx +12 -0
  522. package/src/contexts/UserEvents/index.ts +1 -1
  523. package/src/hooks/index.ts +1 -0
  524. package/src/hooks/useUserEvents.ts +9 -0
@@ -0,0 +1,71 @@
1
+ import { Brand } from './Brand';
2
+ import { ContactPoint } from './ContactPoint';
3
+ import { Country } from './Country';
4
+ import { CreativeWork } from './CreativeWork';
5
+ import { Language } from './Language';
6
+ import { Offer } from './Offer';
7
+ import { Organization } from './Organization';
8
+ import { Place } from './Place';
9
+ import { PostalAddress } from './PostalAddress';
10
+ import { Product } from './Product';
11
+ import { Thing } from './Thing';
12
+ interface Person extends Thing {
13
+ additionalName?: string;
14
+ address?: string | PostalAddress;
15
+ affiliation?: Organization | Organization[];
16
+ alumniOf?: Organization | Organization[];
17
+ award?: string | string[];
18
+ birthDate?: string | Date;
19
+ birthPlace?: string | Place;
20
+ brand?: Brand | Organization;
21
+ callSign?: string;
22
+ children?: Person | Person[];
23
+ colleague?: Person | string | (Person | string)[];
24
+ contactPoint?: ContactPoint;
25
+ deathDate?: string | Date;
26
+ deathPlace?: string | Place;
27
+ duns?: string;
28
+ email?: string;
29
+ familyName?: string;
30
+ faxNumber?: string;
31
+ follows?: Person | Person[];
32
+ funder?: Organization | Person | (Organization | Person)[];
33
+ gender?: string;
34
+ givenName?: string;
35
+ globalLocationNumber?: string;
36
+ hasCredential?: unknown;
37
+ hasOccupation?: unknown;
38
+ hasOfferCatalog?: unknown;
39
+ hasPOS?: Place;
40
+ height?: unknown;
41
+ homeLocation?: ContactPoint | Place;
42
+ honorificPrefix?: string;
43
+ honorificSuffix?: string;
44
+ interactionStatistic?: unknown;
45
+ isicV4?: string;
46
+ jobTitle?: string;
47
+ knows?: Person | Person[];
48
+ knowsAbout?: string | Thing | (string | Thing)[];
49
+ knowsLanguage?: Language | string | (Language | string)[];
50
+ makesOffer?: Offer | Offer[];
51
+ memberOf?: Organization | unknown | (Organization | unknown)[];
52
+ naics?: string;
53
+ nationality?: Country;
54
+ netWorth?: unknown;
55
+ owns?: Product | unknown | (Product | unknown)[];
56
+ parent?: Person | Person[];
57
+ performerIn?: Event | CreativeWork | string | (Event | CreativeWork | string)[];
58
+ publishingPrinciples?: CreativeWork | string;
59
+ relatedTo?: Person | Person[];
60
+ seeks?: unknown;
61
+ sibling?: Person | Person[];
62
+ sponsor?: Organization | Person | (Organization | Person)[];
63
+ spouse?: Person;
64
+ taxID?: string;
65
+ telephone?: string;
66
+ vatID?: string;
67
+ weight?: unknown;
68
+ workLocation?: ContactPoint | Place | (ContactPoint | Place)[];
69
+ worksFor?: Organization | Organization[];
70
+ }
71
+ export type { Person };
@@ -0,0 +1,3 @@
1
+ import { CreativeWork } from './CreativeWork';
2
+ declare type Photograph = CreativeWork;
3
+ export type { Photograph };
@@ -0,0 +1,42 @@
1
+ import { AggregateRating } from './AggrigateRating';
2
+ import { GeospatialGeometry } from './GeospatialGeometry';
3
+ import { ImageObject } from './ImageObject';
4
+ import { Integer } from './Integer';
5
+ import { Map } from './Map';
6
+ import { Photograph } from './Photograph';
7
+ import { PostalAddress } from './PostalAddress';
8
+ import { PropertyValue } from './PropertyValue';
9
+ import { Review } from './Review';
10
+ import { Text } from './Text';
11
+ import { Thing } from './Thing';
12
+ import { URL } from './URL';
13
+ interface Place extends Thing, GeospatialGeometry {
14
+ additionalProperty?: PropertyValue;
15
+ address?: PostalAddress | Text;
16
+ aggrigateRating?: AggregateRating;
17
+ amenityFeature?: unknown;
18
+ branchCode?: Text;
19
+ containedInPlace?: Place;
20
+ containsPlace?: Place;
21
+ event?: Event;
22
+ geo?: unknown;
23
+ geoLocationNumber?: Text;
24
+ hasDriveThroughService?: boolean;
25
+ hasMap?: Map | URL;
26
+ isAccessibleForFree?: boolean;
27
+ isicV4?: Text;
28
+ latitude?: number | Text;
29
+ logo?: ImageObject | URL;
30
+ longitude?: number | Text;
31
+ maximumAttendeeCapacity?: Integer;
32
+ openingHoursSpecification?: unknown;
33
+ photo?: ImageObject | Photograph;
34
+ publicAccess?: boolean;
35
+ review?: Review;
36
+ slogan?: Text;
37
+ smokingAllowed?: boolean;
38
+ specialOpeningHoursSpecification?: unknown;
39
+ telephone?: Text;
40
+ tourBookingPage?: URL;
41
+ }
42
+ export type { Place };
@@ -0,0 +1,12 @@
1
+ import { ContactPoint } from './ContactPoint';
2
+ import { Country } from './Country';
3
+ import { Text } from './Text';
4
+ interface PostalAddress extends ContactPoint {
5
+ addressCountry?: Country | Text;
6
+ addressLocality?: Text;
7
+ addressRegion?: Text;
8
+ postOfficeBoxNumber?: Text;
9
+ postalCode?: Text;
10
+ streetAddress?: Text;
11
+ }
12
+ export type { PostalAddress };
@@ -0,0 +1,56 @@
1
+ import { AggregateRating } from './AggrigateRating';
2
+ import { Brand } from './Brand';
3
+ import { DateTime } from './DateTime';
4
+ import { ImageObject } from './ImageObject';
5
+ import { Offer } from './Offer';
6
+ import { Organization } from './Organization';
7
+ import { PropertyValue } from './PropertyValue';
8
+ import { QuantitativeValue } from './QuantitativeValue';
9
+ import { Review } from './Review';
10
+ import { Service } from './Service';
11
+ import { Text } from './Text';
12
+ import { Thing } from './Thing';
13
+ import { URL } from './URL';
14
+ interface Product extends Thing {
15
+ additionalProperty?: PropertyValue;
16
+ aggregateRating?: AggregateRating;
17
+ audience?: unknown;
18
+ award?: Text;
19
+ brand?: Brand | Organization;
20
+ category?: unknown | Text | Thing | URL;
21
+ color?: Text;
22
+ depth?: unknown | QuantitativeValue;
23
+ gtin?: Text;
24
+ gtin12?: Text;
25
+ gtin13?: Text;
26
+ gtin14?: Text;
27
+ gtin8?: Text;
28
+ hasEnergyConsumptionDetails?: unknown;
29
+ hasMerchantReturnPolicy?: unknown;
30
+ height?: unknown | QuantitativeValue;
31
+ inAccessoryOrSparePartFor?: Product;
32
+ inProductGroupWithId?: Text;
33
+ isConsumableFor?: Product;
34
+ isRelatedTo?: Product | Service;
35
+ isSimilarTo?: Product | Service;
36
+ isVariantOf?: unknown;
37
+ itemCondition?: unknown;
38
+ logo?: ImageObject | URL;
39
+ manufacturer?: Organization;
40
+ material?: Product | Text | URL;
41
+ model?: unknown | Text;
42
+ mpn?: Text;
43
+ nsn?: Text;
44
+ offers?: Offer[];
45
+ pattern?: unknown | Text;
46
+ productID?: Text;
47
+ productionDate?: DateTime;
48
+ purchaseDate?: DateTime;
49
+ review?: Review;
50
+ size?: unknown | QuantitativeValue | Text;
51
+ sku?: Text;
52
+ slogan?: Text;
53
+ weight?: QuantitativeValue;
54
+ width?: unknown | QuantitativeValue;
55
+ }
56
+ export type { Product };
@@ -0,0 +1,10 @@
1
+ import { Class } from './Class';
2
+ import { Enumeration } from './Enumeration';
3
+ import { Intangible } from './Intangible';
4
+ interface Property extends Intangible {
5
+ domainIncludes?: Class;
6
+ inverseOf?: Property;
7
+ rangeIncludes?: Class;
8
+ supersededBy?: Class | Enumeration | Property;
9
+ }
10
+ export type { Property };
@@ -0,0 +1,16 @@
1
+ import { Enumeration } from './Enumeration';
2
+ import { QualitativeValue } from './QualitativeValue';
3
+ import { QuantitativeValue } from './QuantitativeValue';
4
+ import { StructuredValue } from './StructuredValue';
5
+ import { URL } from './URL';
6
+ interface PropertyValue extends StructuredValue {
7
+ maxValue?: number;
8
+ measurementTechnique?: string | URL;
9
+ minValue?: number;
10
+ propertyId?: string | URL;
11
+ unitCode?: string | URL;
12
+ unitText?: string;
13
+ value?: boolean | number | StructuredValue | string;
14
+ valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
15
+ }
16
+ export type { PropertyValue };
@@ -0,0 +1,15 @@
1
+ import { Enumeration } from './Enumeration';
2
+ import { PropertyValue } from './PropertyValue';
3
+ import { QuantitativeValue } from './QuantitativeValue';
4
+ import { StructuredValue } from './StructuredValue';
5
+ interface QualitativeValue extends Enumeration {
6
+ additionalProperty?: PropertyValue;
7
+ equal?: QualitativeValue;
8
+ greater?: QualitativeValue;
9
+ greaterOrEqual?: QualitativeValue;
10
+ lesser?: QualitativeValue;
11
+ lesserOrEqual?: QualitativeValue;
12
+ nonEqual?: QualitativeValue;
13
+ valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
14
+ }
15
+ export type { QualitativeValue };
@@ -0,0 +1,15 @@
1
+ import { Enumeration } from './Enumeration';
2
+ import { PropertyValue } from './PropertyValue';
3
+ import { QualitativeValue } from './QualitativeValue';
4
+ import { StructuredValue } from './StructuredValue';
5
+ import { URL } from './URL';
6
+ interface QuantitativeValue extends Enumeration {
7
+ additionalProperty?: PropertyValue;
8
+ maxValue?: number;
9
+ minValue?: number;
10
+ unitCode?: string | URL;
11
+ unitText?: string;
12
+ value?: boolean | number | StructuredValue | string;
13
+ valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
14
+ }
15
+ export type { QuantitativeValue };
@@ -0,0 +1,10 @@
1
+ import { Intangible } from './Intangible';
2
+ import { Text } from './Text';
3
+ interface Rating extends Intangible {
4
+ bestRating?: number;
5
+ ratingExplaination?: Text;
6
+ ratingValue?: number;
7
+ reviewAspect?: Text;
8
+ worstRating?: number;
9
+ }
10
+ export type { Rating };
@@ -0,0 +1,10 @@
1
+ import { CreativeWork } from './CreativeWork';
2
+ import { Rating } from './Rating';
3
+ import { Thing } from './Thing';
4
+ interface Review extends CreativeWork {
5
+ itemReviewed?: Thing;
6
+ reviewAspect?: Text;
7
+ reviewBody?: Text;
8
+ reviewRating?: Rating;
9
+ }
10
+ export type { Review };
@@ -0,0 +1,38 @@
1
+ import { AdministrativeArea } from './AdministrativeArea';
2
+ import { AggregateRating } from './AggrigateRating';
3
+ import { GeoShape } from './GeoShape';
4
+ import { ImageObject } from './ImageObject';
5
+ import { Intangible } from './Intangible';
6
+ import { Offer } from './Offer';
7
+ import { Organization } from './Organization';
8
+ import { Person } from './Person';
9
+ import { Place } from './Place';
10
+ import { Product } from './Product';
11
+ import { Review } from './Review';
12
+ import { Text } from './Text';
13
+ import { Thing } from './Thing';
14
+ import { URL } from './URL';
15
+ interface Service extends Intangible {
16
+ aggregateRating?: AggregateRating;
17
+ areaServed?: AdministrativeArea | GeoShape | Place | Text;
18
+ audience?: unknown;
19
+ availableChannel?: unknown;
20
+ award?: Text;
21
+ brand?: unknown | Organization;
22
+ broker?: Organization | Person;
23
+ category?: unknown | Text | Thing | URL;
24
+ hasOfferCatalog?: unknown;
25
+ hoursAvailable?: unknown;
26
+ isRelatedTo?: Product | Service;
27
+ isSimilarTo?: Product | Service;
28
+ logo?: ImageObject | URL;
29
+ offers?: Offer[];
30
+ provider?: Organization | Person;
31
+ providerMobility?: Text;
32
+ review?: Review;
33
+ serviceOutput?: Thing;
34
+ serviceType?: unknown | Text;
35
+ slogan?: Text;
36
+ termsOfService?: Text | URL;
37
+ }
38
+ export type { Service };
@@ -0,0 +1,28 @@
1
+ import { CreativeWork } from './CreativeWork';
2
+ import { ImageObject } from './ImageObject';
3
+ import { Text } from './Text';
4
+ import { URL } from './URL';
5
+ interface SoftwareApplication extends CreativeWork {
6
+ applicationCategory?: Text | URL;
7
+ applicationSubCategory?: Text | URL;
8
+ applicationSuite?: Text;
9
+ availableOnDevice?: Text;
10
+ countriesNotSupported?: Text;
11
+ countriesSupported?: Text;
12
+ downloadUrl?: URL;
13
+ featureList?: Text | URL;
14
+ installUrl?: URL;
15
+ memoryRequirements?: Text | URL;
16
+ operatingSystem?: Text;
17
+ permissions?: Text;
18
+ processorRequiremewnts?: Text;
19
+ releaseNotes?: Text | URL;
20
+ screenshot?: ImageObject | URL;
21
+ softwareAddOn?: SoftwareApplication;
22
+ softwareHelp?: CreativeWork;
23
+ softwareRequirements?: Text | URL;
24
+ softwareVersion?: Text;
25
+ storageRequirements?: Text | URL;
26
+ supportingData?: unknown;
27
+ }
28
+ export type { SoftwareApplication };
@@ -0,0 +1,3 @@
1
+ import { Intangible } from './Intangible';
2
+ declare type StructuredValue = Intangible;
3
+ export type { StructuredValue };
@@ -0,0 +1,2 @@
1
+ declare type Text = string | string[];
2
+ export type { Text };
@@ -0,0 +1,22 @@
1
+ import { Action } from './Action';
2
+ import { Base } from './Base';
3
+ import { CreativeWork } from './CreativeWork';
4
+ import { ImageObject } from './ImageObject';
5
+ import { PropertyValue } from './PropertyValue';
6
+ import { Text } from './Text';
7
+ import { URL } from './URL';
8
+ interface Thing extends Base {
9
+ additionalType?: URL;
10
+ alternateName?: Text;
11
+ description?: Text;
12
+ disambiguatingDescription?: Text;
13
+ identifier?: PropertyValue | Text | URL;
14
+ image?: ImageObject | URL;
15
+ mainIdentityOfPage?: CreativeWork | URL;
16
+ name?: Text;
17
+ potentialAction?: Action;
18
+ sameAs?: URL;
19
+ subjectOf?: CreativeWork | Event;
20
+ url?: URL;
21
+ }
22
+ export type { Thing };
@@ -0,0 +1,2 @@
1
+ declare type Time = string;
2
+ export type { Time };
@@ -0,0 +1,2 @@
1
+ declare type URL = string | string[];
2
+ export type { URL };
@@ -0,0 +1,3 @@
1
+ import { Thing } from './Thing';
2
+ declare type VirtualLocation = Thing;
3
+ export type { VirtualLocation };
@@ -0,0 +1,48 @@
1
+ import { Action } from './Action';
2
+ import { ActionStatusType } from './ActionStatusType';
3
+ import { AdministrativeArea } from './AdministrativeArea';
4
+ import { AggregateRating } from './AggrigateRating';
5
+ import { Article } from './Article';
6
+ import { Base } from './Base';
7
+ import { Class } from './Class';
8
+ import { ContactPoint } from './ContactPoint';
9
+ import { ContactPointOption } from './ContactPointOption';
10
+ import { Country } from './Country';
11
+ import { CreativeWork } from './CreativeWork';
12
+ import { DateTime } from './DateTime';
13
+ import { EntryPoint } from './EntryPoint';
14
+ import { Enumeration } from './Enumeration';
15
+ import { GeoShape } from './GeoShape';
16
+ import { GeospatialGeometry } from './GeospatialGeometry';
17
+ import { ImageObject } from './ImageObject';
18
+ import { Intangible } from './Intangible';
19
+ import { Integer } from './Integer';
20
+ import { ItemAvailability } from './ItemAvailability';
21
+ import { Language } from './Language';
22
+ import { Map } from './Map';
23
+ import { MapCategoryType } from './MapCategoryType';
24
+ import { MediaObject } from './MediaObject';
25
+ import { MobileApplication } from './MobileApplication';
26
+ import { Offer } from './Offer';
27
+ import { Organization } from './Organization';
28
+ import { Person } from './Person';
29
+ import { Photograph } from './Photograph';
30
+ import { Place } from './Place';
31
+ import { PostalAddress } from './PostalAddress';
32
+ import { Product } from './Product';
33
+ import { Property } from './Property';
34
+ import { PropertyValue } from './PropertyValue';
35
+ import { QualitativeValue } from './QualitativeValue';
36
+ import { QuantitativeValue } from './QuantitativeValue';
37
+ import { Rating } from './Rating';
38
+ import { Review } from './Review';
39
+ import { Service } from './Service';
40
+ import { SoftwareApplication } from './SoftwareApplication';
41
+ import { StructuredValue } from './StructuredValue';
42
+ import { Text } from './Text';
43
+ import { Thing } from './Thing';
44
+ import { Time } from './Time';
45
+ import { URL } from './URL';
46
+ import { VirtualLocation } from './VirtualLocation';
47
+ export { ActionStatusType, ContactPointOption, ItemAvailability, MapCategoryType };
48
+ export type { Action, AdministrativeArea, AggregateRating, Article, Base, Class, ContactPoint, Country, CreativeWork, DateTime, EntryPoint, Enumeration, GeoShape, GeospatialGeometry, ImageObject, Intangible, Integer, Language, Map, MediaObject, MobileApplication, Offer, Organization, Person, Photograph, Place, PostalAddress, Product, Property, PropertyValue, QualitativeValue, QuantitativeValue, Rating, Review, Service, SoftwareApplication, StructuredValue, Text, Thing, Time, URL, VirtualLocation, };
@@ -0,0 +1 @@
1
+ export declare const ScrollToTop: () => null;
@@ -0,0 +1,7 @@
1
+ import { ZoomProps } from '@mui/material';
2
+ import React from 'react';
3
+ interface ScrollToTopButtonProps extends ZoomProps {
4
+ anchorId: string;
5
+ }
6
+ declare const ScrollToTopButton: React.FC<ScrollToTopButtonProps>;
7
+ export { ScrollToTopButton };
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { TokenAmountProps } from './TokenAmountProps';
3
+ declare const TokenAmount: React.FC<TokenAmountProps>;
4
+ export { TokenAmount };
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { ComponentMeta, ComponentStory } from '@storybook/react';
3
+ declare const StorybookEntry: ComponentMeta<import("react").FC<import("./TokenAmountProps").TokenAmountProps>>;
4
+ declare const Default: ComponentStory<import("react").FC<import("./TokenAmountProps").TokenAmountProps>>;
5
+ declare const WithNull: ComponentStory<import("react").FC<import("./TokenAmountProps").TokenAmountProps>>;
6
+ declare const WithUndefined: ComponentStory<import("react").FC<import("./TokenAmountProps").TokenAmountProps>>;
7
+ declare const WithLogo: ComponentStory<import("react").FC<import("./TokenAmountProps").TokenAmountProps>>;
8
+ declare const WithLogoAndColor: ComponentStory<import("react").FC<import("./TokenAmountProps").TokenAmountProps>>;
9
+ declare const WithLabel: ComponentStory<import("react").FC<import("./TokenAmountProps").TokenAmountProps>>;
10
+ declare const WithLogoAndLabel: ComponentStory<import("react").FC<import("./TokenAmountProps").TokenAmountProps>>;
11
+ export { Default, WithLabel, WithLogo, WithLogoAndColor, WithLogoAndLabel, WithNull, WithUndefined };
12
+ export default StorybookEntry;
@@ -0,0 +1,14 @@
1
+ import { BigNumber } from '@xylabs/sdk-js';
2
+ import { MouseEventHandler } from 'react';
3
+ import { ButtonExProps } from '../ButtonEx';
4
+ interface TokenAmountProps extends ButtonExProps {
5
+ amount?: BigNumber | null;
6
+ label?: string;
7
+ logo?: boolean;
8
+ places?: number;
9
+ textFontFamily?: string;
10
+ textColor?: string;
11
+ statusColor?: string;
12
+ onButtonClick?: MouseEventHandler<HTMLButtonElement>;
13
+ }
14
+ export type { TokenAmountProps };
@@ -0,0 +1,4 @@
1
+ import { TokenAmount } from './TokenAmount';
2
+ import { TokenAmountProps } from './TokenAmountProps';
3
+ export { TokenAmount };
4
+ export type { TokenAmountProps };
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { DialogProps } from '@mui/material';
3
+ export interface ErrorDialogProps extends DialogProps {
4
+ error?: Error;
5
+ onAction?: (retry: boolean) => void;
6
+ title?: string;
7
+ }
8
+ export declare const ErrorDialog: React.FC<ErrorDialogProps>;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { ComponentMeta, ComponentStory } from '@storybook/react';
3
+ declare const StorybookEntry: ComponentMeta<import("react").FC<import("./ErrorDialog").ErrorDialogProps>>;
4
+ declare const Default: ComponentStory<import("react").FC<import("./ErrorDialog").ErrorDialogProps>>;
5
+ export { Default };
6
+ export default StorybookEntry;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { DialogProps } from '@mui/material';
3
+ export interface MessageDialogProps extends DialogProps {
4
+ onOk?: () => void;
5
+ onCancel?: () => void;
6
+ }
7
+ export declare const MessageDialog: React.FC<MessageDialogProps>;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { ComponentMeta, ComponentStory } from '@storybook/react';
3
+ declare const StorybookEntry: ComponentMeta<import("react").FC<import("./MessageDialog").MessageDialogProps>>;
4
+ declare const Default: ComponentStory<import("react").FC<import("./MessageDialog").MessageDialogProps>>;
5
+ export { Default };
6
+ export default StorybookEntry;
@@ -0,0 +1,3 @@
1
+ import { ErrorDialog } from './ErrorDialog';
2
+ import { MessageDialog } from './MessageDialog';
3
+ export { ErrorDialog, MessageDialog };
@@ -0,0 +1,23 @@
1
+ import { Background } from './Background';
2
+ import { CoverProgress } from './CoverProgress';
3
+ import { HoverScale } from './HoverScale';
4
+ import { Identicon } from './Identicon';
5
+ import { RedirectWithQuery } from './RedirectWithQuery';
6
+ import { ScrollToTopButton } from './ScrollToTopButton';
7
+ export * from './AppBarEx';
8
+ export * from './BasePage';
9
+ export * from './Breadcrumbs';
10
+ export * from './ButtonEx';
11
+ export * from './CookieConsent';
12
+ export * from './dialogs';
13
+ export * from './EthAccount';
14
+ export * from './Experiments';
15
+ export * from './FlexBox';
16
+ export * from './InvertableThemeProvider';
17
+ export * from './LinkEx';
18
+ export * from './NumberStatus';
19
+ export * from './QuickTipButton';
20
+ export * from './RichResult';
21
+ export * from './ScrollToTop';
22
+ export * from './TokenAmount';
23
+ export { Background, CoverProgress, HoverScale, Identicon, RedirectWithQuery, ScrollToTopButton };
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ declare const CookieConsentContext: import("react").Context<{
3
+ accepted?: boolean | undefined;
4
+ setAccepted?: ((accepted: boolean) => void) | undefined;
5
+ clearAccepted?: (() => void) | undefined;
6
+ storageName?: string | undefined;
7
+ }>;
8
+ export { CookieConsentContext };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const CookieConsentLoader: React.FC;
3
+ export { CookieConsentLoader };
@@ -0,0 +1,4 @@
1
+ import { CookieConsentContext } from './Context';
2
+ import { CookieConsentLoader } from './Loader';
3
+ import { useCookieConsent } from './use';
4
+ export { CookieConsentContext, CookieConsentLoader, useCookieConsent };
@@ -0,0 +1,7 @@
1
+ declare const useCookieConsent: () => {
2
+ accepted?: boolean | undefined;
3
+ setAccepted?: ((accepted: boolean) => void) | undefined;
4
+ clearAccepted?: (() => void) | undefined;
5
+ storageName?: string | undefined;
6
+ };
7
+ export { useCookieConsent };
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import { Signer } from '@ethersproject/abstract-signer';
3
+ import { Provider } from '@ethersproject/providers';
4
+ import { EthAddress } from '@xylabs/sdk-js';
5
+ export interface EthersData {
6
+ busy?: boolean;
7
+ chainId?: number | null;
8
+ connect?: () => Promise<string[] | undefined>;
9
+ connectRefused?: boolean;
10
+ error?: Error | null;
11
+ isConnected?: boolean;
12
+ localAddress?: EthAddress | null;
13
+ provider?: Provider | null;
14
+ providerName?: string;
15
+ showConnectWalletDialog?: () => void;
16
+ signer?: Signer | null;
17
+ walletProvider?: Provider | null;
18
+ }
19
+ export declare const EthersContext: import("react").Context<EthersData>;
@@ -0,0 +1,7 @@
1
+ import React, { PropsWithChildren } from 'react';
2
+ interface Props {
3
+ enabled?: boolean;
4
+ }
5
+ export declare const infuraKey = "1d9f8053c65a49cfb99fafaa8ef201c0";
6
+ export declare const InfuraEthersLoader: React.FC<PropsWithChildren<Props>>;
7
+ export {};
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ enabled?: boolean;
4
+ }
5
+ export declare const EthersLoader: React.FC<Props>;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ import React, { PropsWithChildren } from 'react';
2
+ interface Props {
3
+ enabled?: boolean;
4
+ }
5
+ export declare const MetaMaskEthersLoader: React.FC<PropsWithChildren<Props>>;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ import React, { PropsWithChildren } from 'react';
2
+ interface Props {
3
+ enabled?: boolean;
4
+ }
5
+ export declare const MyEtherWalletEthersLoader: React.FC<PropsWithChildren<Props>>;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ import { PropsWithChildren } from 'react';
2
+ interface Props {
3
+ enabled?: boolean;
4
+ }
5
+ export declare const OperaEthersLoader: React.FC<PropsWithChildren<Props>>;
6
+ export {};