@xyo-network/react-powered-by-xyo 2.64.0-rc.2 → 2.64.0-rc.4

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 (353) hide show
  1. package/dist/browser/components/ArchivistSummary.d.mts.map +1 -0
  2. package/dist/browser/components/ArchivistSummary.d.ts.map +1 -0
  3. package/dist/browser/components/ArchivistSummary.js +10 -0
  4. package/dist/browser/components/ArchivistSummary.js.map +1 -0
  5. package/dist/browser/components/BridgeSummary.d.mts.map +1 -0
  6. package/dist/browser/components/BridgeSummary.d.ts.map +1 -0
  7. package/dist/browser/components/BridgeSummary.js +10 -0
  8. package/dist/browser/components/BridgeSummary.js.map +1 -0
  9. package/dist/browser/components/DebugDialog.d.mts.map +1 -0
  10. package/dist/browser/components/DebugDialog.d.ts.map +1 -0
  11. package/dist/browser/components/DebugDialog.js +14 -0
  12. package/dist/browser/components/DebugDialog.js.map +1 -0
  13. package/dist/browser/components/DivinerSummary.d.mts.map +1 -0
  14. package/dist/browser/components/DivinerSummary.d.ts.map +1 -0
  15. package/dist/browser/components/DivinerSummary.js +10 -0
  16. package/dist/browser/components/DivinerSummary.js.map +1 -0
  17. package/dist/browser/components/JsonViewerButton.d.mts.map +1 -0
  18. package/dist/browser/components/JsonViewerButton.d.ts.map +1 -0
  19. package/dist/browser/components/JsonViewerButton.js +20 -0
  20. package/dist/browser/components/JsonViewerButton.js.map +1 -0
  21. package/dist/browser/components/ModuleAccordion.d.mts.map +1 -0
  22. package/dist/browser/components/ModuleAccordion.d.ts.map +1 -0
  23. package/dist/browser/components/ModuleAccordion.js +15 -0
  24. package/dist/browser/components/ModuleAccordion.js.map +1 -0
  25. package/dist/browser/components/ModuleDetails.d.mts.map +1 -0
  26. package/dist/browser/components/ModuleDetails.d.ts.map +1 -0
  27. package/dist/browser/components/ModuleDetails.js +41 -0
  28. package/dist/browser/components/ModuleDetails.js.map +1 -0
  29. package/dist/browser/components/ModuleSummary.d.mts.map +1 -0
  30. package/dist/browser/components/ModuleSummary.d.ts.map +1 -0
  31. package/dist/browser/components/ModuleSummary.js +30 -0
  32. package/dist/browser/components/ModuleSummary.js.map +1 -0
  33. package/dist/browser/components/NodeDetails.d.mts.map +1 -0
  34. package/dist/browser/components/NodeDetails.d.ts.map +1 -0
  35. package/dist/browser/components/NodeDetails.js +13 -0
  36. package/dist/browser/components/NodeDetails.js.map +1 -0
  37. package/dist/browser/components/NodeSummary.d.mts.map +1 -0
  38. package/dist/browser/components/NodeSummary.d.ts.map +1 -0
  39. package/dist/browser/components/NodeSummary.js +20 -0
  40. package/dist/browser/components/NodeSummary.js.map +1 -0
  41. package/dist/browser/components/PoweredByXyo.d.mts.map +1 -0
  42. package/dist/browser/components/PoweredByXyo.d.ts.map +1 -0
  43. package/dist/browser/components/PoweredByXyo.js +96 -0
  44. package/dist/browser/components/PoweredByXyo.js.map +1 -0
  45. package/dist/browser/components/PoweredByXyoButton.d.mts.map +1 -0
  46. package/dist/browser/components/PoweredByXyoButton.d.ts.map +1 -0
  47. package/dist/browser/components/PoweredByXyoButton.js +33 -0
  48. package/dist/browser/components/PoweredByXyoButton.js.map +1 -0
  49. package/dist/browser/components/SentinelSummary.d.mts.map +1 -0
  50. package/dist/browser/components/SentinelSummary.d.ts.map +1 -0
  51. package/dist/browser/components/SentinelSummary.js +10 -0
  52. package/dist/browser/components/SentinelSummary.js.map +1 -0
  53. package/dist/browser/components/TypedModuleSummary.d.mts.map +1 -0
  54. package/dist/browser/components/TypedModuleSummary.d.ts.map +1 -0
  55. package/dist/browser/components/TypedModuleSummary.js +39 -0
  56. package/dist/browser/components/TypedModuleSummary.js.map +1 -0
  57. package/dist/browser/components/WitnessSummary.d.mts.map +1 -0
  58. package/dist/browser/components/WitnessSummary.d.ts.map +1 -0
  59. package/dist/browser/components/WitnessSummary.js +10 -0
  60. package/dist/browser/components/WitnessSummary.js.map +1 -0
  61. package/dist/browser/components/XyoBusy.d.mts.map +1 -0
  62. package/dist/browser/components/XyoBusy.d.ts.map +1 -0
  63. package/dist/browser/components/XyoBusy.js +35 -0
  64. package/dist/browser/components/XyoBusy.js.map +1 -0
  65. package/dist/browser/components/index.d.mts.map +1 -0
  66. package/dist/browser/components/index.d.ts.map +1 -0
  67. package/dist/browser/components/index.js +15 -0
  68. package/dist/browser/components/index.js.map +1 -0
  69. package/dist/browser/components/stories/PoweredByXyo.stories.js +64 -0
  70. package/dist/browser/components/stories/PoweredByXyo.stories.js.map +1 -0
  71. package/dist/browser/components/stories/PoweredByXyoButton.stories.js +22 -0
  72. package/dist/browser/components/stories/PoweredByXyoButton.stories.js.map +1 -0
  73. package/dist/browser/components/stories/XyoBusy.stories.js +22 -0
  74. package/dist/browser/components/stories/XyoBusy.stories.js.map +1 -0
  75. package/dist/browser/components/stories/simple-node-inline-manifest.js +62 -0
  76. package/dist/browser/components/stories/simple-node-inline-manifest.js.map +1 -0
  77. package/dist/browser/img/index.d.mts.map +1 -0
  78. package/dist/browser/img/index.d.ts.map +1 -0
  79. package/dist/browser/img/index.js +7 -0
  80. package/dist/browser/img/index.js.map +1 -0
  81. package/dist/{index.d.mts.map → browser/index.d.mts.map} +1 -1
  82. package/dist/{index.d.ts.map → browser/index.d.ts.map} +1 -1
  83. package/dist/browser/index.js +2 -0
  84. package/dist/browser/index.js.map +1 -0
  85. package/dist/browser/types/images.d.js +1 -0
  86. package/dist/browser/types/images.d.js.map +1 -0
  87. package/dist/node/components/ArchivistSummary.d.mts +5 -0
  88. package/dist/node/components/ArchivistSummary.d.mts.map +1 -0
  89. package/dist/node/components/ArchivistSummary.d.ts +5 -0
  90. package/dist/node/components/ArchivistSummary.d.ts.map +1 -0
  91. package/dist/node/components/ArchivistSummary.js +34 -0
  92. package/dist/node/components/ArchivistSummary.js.map +1 -0
  93. package/dist/node/components/ArchivistSummary.mjs +10 -0
  94. package/dist/node/components/ArchivistSummary.mjs.map +1 -0
  95. package/dist/node/components/BridgeSummary.d.mts +5 -0
  96. package/dist/node/components/BridgeSummary.d.mts.map +1 -0
  97. package/dist/node/components/BridgeSummary.d.ts +5 -0
  98. package/dist/node/components/BridgeSummary.d.ts.map +1 -0
  99. package/dist/node/components/BridgeSummary.js +34 -0
  100. package/dist/node/components/BridgeSummary.js.map +1 -0
  101. package/dist/node/components/BridgeSummary.mjs +10 -0
  102. package/dist/node/components/BridgeSummary.mjs.map +1 -0
  103. package/dist/node/components/DebugDialog.d.mts +6 -0
  104. package/dist/node/components/DebugDialog.d.mts.map +1 -0
  105. package/dist/node/components/DebugDialog.d.ts +6 -0
  106. package/dist/node/components/DebugDialog.d.ts.map +1 -0
  107. package/dist/node/components/DebugDialog.js +38 -0
  108. package/dist/node/components/DebugDialog.js.map +1 -0
  109. package/dist/node/components/DebugDialog.mjs +14 -0
  110. package/dist/node/components/DebugDialog.mjs.map +1 -0
  111. package/dist/node/components/DivinerSummary.d.mts +5 -0
  112. package/dist/node/components/DivinerSummary.d.mts.map +1 -0
  113. package/dist/node/components/DivinerSummary.d.ts +5 -0
  114. package/dist/node/components/DivinerSummary.d.ts.map +1 -0
  115. package/dist/node/components/DivinerSummary.js +34 -0
  116. package/dist/node/components/DivinerSummary.js.map +1 -0
  117. package/dist/node/components/DivinerSummary.mjs +10 -0
  118. package/dist/node/components/DivinerSummary.mjs.map +1 -0
  119. package/dist/node/components/JsonViewerButton.d.mts +9 -0
  120. package/dist/node/components/JsonViewerButton.d.mts.map +1 -0
  121. package/dist/node/components/JsonViewerButton.d.ts +9 -0
  122. package/dist/node/components/JsonViewerButton.d.ts.map +1 -0
  123. package/dist/node/components/JsonViewerButton.js +54 -0
  124. package/dist/node/components/JsonViewerButton.js.map +1 -0
  125. package/dist/node/components/JsonViewerButton.mjs +20 -0
  126. package/dist/node/components/JsonViewerButton.mjs.map +1 -0
  127. package/dist/node/components/ModuleAccordion.d.mts +8 -0
  128. package/dist/node/components/ModuleAccordion.d.mts.map +1 -0
  129. package/dist/node/components/ModuleAccordion.d.ts +8 -0
  130. package/dist/node/components/ModuleAccordion.d.ts.map +1 -0
  131. package/dist/node/components/ModuleAccordion.js +39 -0
  132. package/dist/node/components/ModuleAccordion.js.map +1 -0
  133. package/dist/node/components/ModuleAccordion.mjs +15 -0
  134. package/dist/node/components/ModuleAccordion.mjs.map +1 -0
  135. package/dist/node/components/ModuleDetails.d.mts +8 -0
  136. package/dist/node/components/ModuleDetails.d.mts.map +1 -0
  137. package/dist/node/components/ModuleDetails.d.ts +8 -0
  138. package/dist/node/components/ModuleDetails.d.ts.map +1 -0
  139. package/dist/node/components/ModuleDetails.js +65 -0
  140. package/dist/node/components/ModuleDetails.js.map +1 -0
  141. package/dist/node/components/ModuleDetails.mjs +41 -0
  142. package/dist/node/components/ModuleDetails.mjs.map +1 -0
  143. package/dist/node/components/ModuleSummary.d.mts +9 -0
  144. package/dist/node/components/ModuleSummary.d.mts.map +1 -0
  145. package/dist/node/components/ModuleSummary.d.ts +9 -0
  146. package/dist/node/components/ModuleSummary.d.ts.map +1 -0
  147. package/dist/node/components/ModuleSummary.js +54 -0
  148. package/dist/node/components/ModuleSummary.js.map +1 -0
  149. package/dist/node/components/ModuleSummary.mjs +30 -0
  150. package/dist/node/components/ModuleSummary.mjs.map +1 -0
  151. package/dist/node/components/NodeDetails.d.mts +7 -0
  152. package/dist/node/components/NodeDetails.d.mts.map +1 -0
  153. package/dist/node/components/NodeDetails.d.ts +7 -0
  154. package/dist/node/components/NodeDetails.d.ts.map +1 -0
  155. package/dist/node/components/NodeDetails.js +37 -0
  156. package/dist/node/components/NodeDetails.js.map +1 -0
  157. package/dist/node/components/NodeDetails.mjs +13 -0
  158. package/dist/node/components/NodeDetails.mjs.map +1 -0
  159. package/dist/node/components/NodeSummary.d.mts +5 -0
  160. package/dist/node/components/NodeSummary.d.mts.map +1 -0
  161. package/dist/node/components/NodeSummary.d.ts +5 -0
  162. package/dist/node/components/NodeSummary.d.ts.map +1 -0
  163. package/dist/node/components/NodeSummary.js +44 -0
  164. package/dist/node/components/NodeSummary.js.map +1 -0
  165. package/dist/node/components/NodeSummary.mjs +20 -0
  166. package/dist/node/components/NodeSummary.mjs.map +1 -0
  167. package/dist/node/components/PoweredByXyo.d.mts +19 -0
  168. package/dist/node/components/PoweredByXyo.d.mts.map +1 -0
  169. package/dist/node/components/PoweredByXyo.d.ts +19 -0
  170. package/dist/node/components/PoweredByXyo.d.ts.map +1 -0
  171. package/dist/node/components/PoweredByXyo.js +120 -0
  172. package/dist/node/components/PoweredByXyo.js.map +1 -0
  173. package/dist/node/components/PoweredByXyo.mjs +96 -0
  174. package/dist/node/components/PoweredByXyo.mjs.map +1 -0
  175. package/dist/node/components/PoweredByXyoButton.d.mts +9 -0
  176. package/dist/node/components/PoweredByXyoButton.d.mts.map +1 -0
  177. package/dist/node/components/PoweredByXyoButton.d.ts +9 -0
  178. package/dist/node/components/PoweredByXyoButton.d.ts.map +1 -0
  179. package/dist/node/components/PoweredByXyoButton.js +57 -0
  180. package/dist/node/components/PoweredByXyoButton.js.map +1 -0
  181. package/dist/node/components/PoweredByXyoButton.mjs +33 -0
  182. package/dist/node/components/PoweredByXyoButton.mjs.map +1 -0
  183. package/dist/node/components/SentinelSummary.d.mts +5 -0
  184. package/dist/node/components/SentinelSummary.d.mts.map +1 -0
  185. package/dist/node/components/SentinelSummary.d.ts +5 -0
  186. package/dist/node/components/SentinelSummary.d.ts.map +1 -0
  187. package/dist/node/components/SentinelSummary.js +34 -0
  188. package/dist/node/components/SentinelSummary.js.map +1 -0
  189. package/dist/node/components/SentinelSummary.mjs +10 -0
  190. package/dist/node/components/SentinelSummary.mjs.map +1 -0
  191. package/dist/node/components/TypedModuleSummary.d.mts +4 -0
  192. package/dist/node/components/TypedModuleSummary.d.mts.map +1 -0
  193. package/dist/node/components/TypedModuleSummary.d.ts +4 -0
  194. package/dist/node/components/TypedModuleSummary.d.ts.map +1 -0
  195. package/dist/node/components/TypedModuleSummary.js +63 -0
  196. package/dist/node/components/TypedModuleSummary.js.map +1 -0
  197. package/dist/node/components/TypedModuleSummary.mjs +39 -0
  198. package/dist/node/components/TypedModuleSummary.mjs.map +1 -0
  199. package/dist/node/components/WitnessSummary.d.mts +5 -0
  200. package/dist/node/components/WitnessSummary.d.mts.map +1 -0
  201. package/dist/node/components/WitnessSummary.d.ts +5 -0
  202. package/dist/node/components/WitnessSummary.d.ts.map +1 -0
  203. package/dist/node/components/WitnessSummary.js +34 -0
  204. package/dist/node/components/WitnessSummary.js.map +1 -0
  205. package/dist/node/components/WitnessSummary.mjs +10 -0
  206. package/dist/node/components/WitnessSummary.mjs.map +1 -0
  207. package/dist/node/components/XyoBusy.d.mts +9 -0
  208. package/dist/node/components/XyoBusy.d.mts.map +1 -0
  209. package/dist/node/components/XyoBusy.d.ts +9 -0
  210. package/dist/node/components/XyoBusy.d.ts.map +1 -0
  211. package/dist/node/components/XyoBusy.js +59 -0
  212. package/dist/node/components/XyoBusy.js.map +1 -0
  213. package/dist/node/components/XyoBusy.mjs +35 -0
  214. package/dist/node/components/XyoBusy.mjs.map +1 -0
  215. package/dist/node/components/index.d.mts +15 -0
  216. package/dist/node/components/index.d.mts.map +1 -0
  217. package/dist/node/components/index.d.ts +15 -0
  218. package/dist/node/components/index.d.ts.map +1 -0
  219. package/dist/node/components/index.js +49 -0
  220. package/dist/node/components/index.js.map +1 -0
  221. package/dist/node/components/index.mjs +15 -0
  222. package/dist/node/components/index.mjs.map +1 -0
  223. package/dist/node/components/stories/PoweredByXyo.stories.js +101 -0
  224. package/dist/node/components/stories/PoweredByXyo.stories.js.map +1 -0
  225. package/dist/node/components/stories/PoweredByXyo.stories.mjs +64 -0
  226. package/dist/node/components/stories/PoweredByXyo.stories.mjs.map +1 -0
  227. package/dist/node/components/stories/PoweredByXyoButton.stories.js +47 -0
  228. package/dist/node/components/stories/PoweredByXyoButton.stories.js.map +1 -0
  229. package/dist/node/components/stories/PoweredByXyoButton.stories.mjs +22 -0
  230. package/dist/node/components/stories/PoweredByXyoButton.stories.mjs.map +1 -0
  231. package/dist/node/components/stories/XyoBusy.stories.js +47 -0
  232. package/dist/node/components/stories/XyoBusy.stories.js.map +1 -0
  233. package/dist/node/components/stories/XyoBusy.stories.mjs +22 -0
  234. package/dist/node/components/stories/XyoBusy.stories.mjs.map +1 -0
  235. package/dist/node/components/stories/simple-node-inline-manifest.js +53 -0
  236. package/dist/node/components/stories/simple-node-inline-manifest.js.map +1 -0
  237. package/dist/node/components/stories/simple-node-inline-manifest.mjs +62 -0
  238. package/dist/node/components/stories/simple-node-inline-manifest.mjs.map +1 -0
  239. package/dist/node/img/index.d.mts +4 -0
  240. package/dist/node/img/index.d.mts.map +1 -0
  241. package/dist/node/img/index.d.ts +4 -0
  242. package/dist/node/img/index.d.ts.map +1 -0
  243. package/dist/node/img/index.js +42 -0
  244. package/dist/node/img/index.js.map +1 -0
  245. package/dist/node/img/index.mjs +7 -0
  246. package/dist/node/img/index.mjs.map +1 -0
  247. package/dist/node/img/xyo-color-logo-text-only.svg +1 -0
  248. package/dist/node/img/xyo-color-logo.svg +1 -0
  249. package/dist/node/index.d.mts +2 -0
  250. package/dist/node/index.d.mts.map +1 -0
  251. package/dist/node/index.d.ts +2 -0
  252. package/dist/node/index.d.ts.map +1 -0
  253. package/dist/node/index.js +23 -0
  254. package/dist/node/index.js.map +1 -0
  255. package/dist/node/index.mjs +2 -0
  256. package/dist/node/index.mjs.map +1 -0
  257. package/dist/node/types/images.d.js +2 -0
  258. package/dist/node/types/images.d.js.map +1 -0
  259. package/dist/node/types/images.d.mjs +1 -0
  260. package/dist/node/types/images.d.mjs.map +1 -0
  261. package/package.json +30 -30
  262. package/dist/components/ArchivistSummary.d.mts.map +0 -1
  263. package/dist/components/ArchivistSummary.d.ts.map +0 -1
  264. package/dist/components/BridgeSummary.d.mts.map +0 -1
  265. package/dist/components/BridgeSummary.d.ts.map +0 -1
  266. package/dist/components/DebugDialog.d.mts.map +0 -1
  267. package/dist/components/DebugDialog.d.ts.map +0 -1
  268. package/dist/components/DivinerSummary.d.mts.map +0 -1
  269. package/dist/components/DivinerSummary.d.ts.map +0 -1
  270. package/dist/components/JsonViewerButton.d.mts.map +0 -1
  271. package/dist/components/JsonViewerButton.d.ts.map +0 -1
  272. package/dist/components/ModuleAccordion.d.mts.map +0 -1
  273. package/dist/components/ModuleAccordion.d.ts.map +0 -1
  274. package/dist/components/ModuleDetails.d.mts.map +0 -1
  275. package/dist/components/ModuleDetails.d.ts.map +0 -1
  276. package/dist/components/ModuleSummary.d.mts.map +0 -1
  277. package/dist/components/ModuleSummary.d.ts.map +0 -1
  278. package/dist/components/NodeDetails.d.mts.map +0 -1
  279. package/dist/components/NodeDetails.d.ts.map +0 -1
  280. package/dist/components/NodeSummary.d.mts.map +0 -1
  281. package/dist/components/NodeSummary.d.ts.map +0 -1
  282. package/dist/components/PoweredByXyo.d.mts.map +0 -1
  283. package/dist/components/PoweredByXyo.d.ts.map +0 -1
  284. package/dist/components/PoweredByXyoButton.d.mts.map +0 -1
  285. package/dist/components/PoweredByXyoButton.d.ts.map +0 -1
  286. package/dist/components/SentinelSummary.d.mts.map +0 -1
  287. package/dist/components/SentinelSummary.d.ts.map +0 -1
  288. package/dist/components/TypedModuleSummary.d.mts.map +0 -1
  289. package/dist/components/TypedModuleSummary.d.ts.map +0 -1
  290. package/dist/components/WitnessSummary.d.mts.map +0 -1
  291. package/dist/components/WitnessSummary.d.ts.map +0 -1
  292. package/dist/components/XyoBusy.d.mts.map +0 -1
  293. package/dist/components/XyoBusy.d.ts.map +0 -1
  294. package/dist/components/index.d.mts.map +0 -1
  295. package/dist/components/index.d.ts.map +0 -1
  296. package/dist/components/stories/PoweredByXyo.stories.d.mts +0 -9
  297. package/dist/components/stories/PoweredByXyo.stories.d.mts.map +0 -1
  298. package/dist/components/stories/PoweredByXyo.stories.d.ts +0 -9
  299. package/dist/components/stories/PoweredByXyo.stories.d.ts.map +0 -1
  300. package/dist/components/stories/PoweredByXyoButton.stories.d.mts +0 -7
  301. package/dist/components/stories/PoweredByXyoButton.stories.d.mts.map +0 -1
  302. package/dist/components/stories/PoweredByXyoButton.stories.d.ts +0 -7
  303. package/dist/components/stories/PoweredByXyoButton.stories.d.ts.map +0 -1
  304. package/dist/components/stories/XyoBusy.stories.d.mts +0 -18
  305. package/dist/components/stories/XyoBusy.stories.d.mts.map +0 -1
  306. package/dist/components/stories/XyoBusy.stories.d.ts +0 -18
  307. package/dist/components/stories/XyoBusy.stories.d.ts.map +0 -1
  308. package/dist/img/index.d.mts.map +0 -1
  309. package/dist/img/index.d.ts.map +0 -1
  310. package/dist/index.js +0 -439
  311. package/dist/index.js.map +0 -1
  312. package/dist/index.mjs +0 -389
  313. package/dist/index.mjs.map +0 -1
  314. /package/dist/{components → browser/components}/ArchivistSummary.d.mts +0 -0
  315. /package/dist/{components → browser/components}/ArchivistSummary.d.ts +0 -0
  316. /package/dist/{components → browser/components}/BridgeSummary.d.mts +0 -0
  317. /package/dist/{components → browser/components}/BridgeSummary.d.ts +0 -0
  318. /package/dist/{components → browser/components}/DebugDialog.d.mts +0 -0
  319. /package/dist/{components → browser/components}/DebugDialog.d.ts +0 -0
  320. /package/dist/{components → browser/components}/DivinerSummary.d.mts +0 -0
  321. /package/dist/{components → browser/components}/DivinerSummary.d.ts +0 -0
  322. /package/dist/{components → browser/components}/JsonViewerButton.d.mts +0 -0
  323. /package/dist/{components → browser/components}/JsonViewerButton.d.ts +0 -0
  324. /package/dist/{components → browser/components}/ModuleAccordion.d.mts +0 -0
  325. /package/dist/{components → browser/components}/ModuleAccordion.d.ts +0 -0
  326. /package/dist/{components → browser/components}/ModuleDetails.d.mts +0 -0
  327. /package/dist/{components → browser/components}/ModuleDetails.d.ts +0 -0
  328. /package/dist/{components → browser/components}/ModuleSummary.d.mts +0 -0
  329. /package/dist/{components → browser/components}/ModuleSummary.d.ts +0 -0
  330. /package/dist/{components → browser/components}/NodeDetails.d.mts +0 -0
  331. /package/dist/{components → browser/components}/NodeDetails.d.ts +0 -0
  332. /package/dist/{components → browser/components}/NodeSummary.d.mts +0 -0
  333. /package/dist/{components → browser/components}/NodeSummary.d.ts +0 -0
  334. /package/dist/{components → browser/components}/PoweredByXyo.d.mts +0 -0
  335. /package/dist/{components → browser/components}/PoweredByXyo.d.ts +0 -0
  336. /package/dist/{components → browser/components}/PoweredByXyoButton.d.mts +0 -0
  337. /package/dist/{components → browser/components}/PoweredByXyoButton.d.ts +0 -0
  338. /package/dist/{components → browser/components}/SentinelSummary.d.mts +0 -0
  339. /package/dist/{components → browser/components}/SentinelSummary.d.ts +0 -0
  340. /package/dist/{components → browser/components}/TypedModuleSummary.d.mts +0 -0
  341. /package/dist/{components → browser/components}/TypedModuleSummary.d.ts +0 -0
  342. /package/dist/{components → browser/components}/WitnessSummary.d.mts +0 -0
  343. /package/dist/{components → browser/components}/WitnessSummary.d.ts +0 -0
  344. /package/dist/{components → browser/components}/XyoBusy.d.mts +0 -0
  345. /package/dist/{components → browser/components}/XyoBusy.d.ts +0 -0
  346. /package/dist/{components → browser/components}/index.d.mts +0 -0
  347. /package/dist/{components → browser/components}/index.d.ts +0 -0
  348. /package/dist/{img → browser/img}/index.d.mts +0 -0
  349. /package/dist/{img → browser/img}/index.d.ts +0 -0
  350. /package/dist/{xyo-color-logo-text-only-QPAW5BSQ.svg → browser/img/xyo-color-logo-text-only.svg} +0 -0
  351. /package/dist/{xyo-color-logo-LHR2SMEM.svg → browser/img/xyo-color-logo.svg} +0 -0
  352. /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
  353. /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
package/dist/index.mjs DELETED
@@ -1,389 +0,0 @@
1
- // src/components/ArchivistSummary.tsx
2
- import { Inventory2Rounded as Inventory2RoundedIcon } from "@mui/icons-material";
3
-
4
- // src/components/ModuleSummary.tsx
5
- import { Extension as ExtensionIcon } from "@mui/icons-material";
6
- import { delay } from "@xylabs/delay";
7
- import { FlexCol, FlexRow } from "@xylabs/react-flexbox";
8
- import { useModulesFromNode } from "@xyo-network/react-node";
9
- import { TypographyEx } from "@xyo-network/react-shared";
10
- import { useState } from "react";
11
- import { jsx, jsxs } from "react/jsx-runtime";
12
- var ModuleSummary = ({ children, icon, module, ...props }) => {
13
- const [downModules] = useModulesFromNode(void 0, { direction: "down" });
14
- const [upModules] = useModulesFromNode(void 0, { direction: "up" });
15
- const [busy, setBusy] = useState(false);
16
- const downModulesFromResolve = downModules?.length;
17
- const upModulesFromResolve = upModules?.length;
18
- module?.on("moduleBusy", async ({ busy: busy2 }) => {
19
- setBusy(busy2);
20
- await delay(2e3);
21
- setBusy(false);
22
- });
23
- return /* @__PURE__ */ jsx(FlexCol, { alignItems: "stretch", width: "100%", ...props, children: /* @__PURE__ */ jsxs(FlexRow, { justifyContent: "flex-start", children: [
24
- /* @__PURE__ */ jsxs(FlexRow, { children: [
25
- /* @__PURE__ */ jsx(TypographyEx, { color: busy ? "gray" : void 0, children: icon ?? /* @__PURE__ */ jsx(ExtensionIcon, {}) }),
26
- /* @__PURE__ */ jsx(TypographyEx, { marginX: 1, children: module?.config?.name ?? "<Unknown>" })
27
- ] }),
28
- children ?? (downModulesFromResolve !== void 0 && upModulesFromResolve !== void 0) ? `[${downModulesFromResolve}\u2193/${upModulesFromResolve}\u2191]` : null
29
- ] }) });
30
- };
31
-
32
- // src/components/ArchivistSummary.tsx
33
- import { jsx as jsx2 } from "react/jsx-runtime";
34
- var ArchivistSummary = ({ module, ...props }) => {
35
- return /* @__PURE__ */ jsx2(ModuleSummary, { module, icon: /* @__PURE__ */ jsx2(Inventory2RoundedIcon, {}), ...props });
36
- };
37
-
38
- // src/components/BridgeSummary.tsx
39
- import { InsertLinkRounded as InsertLinkRoundedIcon } from "@mui/icons-material";
40
- import { jsx as jsx3 } from "react/jsx-runtime";
41
- var BridgeSummary = ({ module, ...props }) => {
42
- return /* @__PURE__ */ jsx3(ModuleSummary, { module, icon: /* @__PURE__ */ jsx3(InsertLinkRoundedIcon, {}), ...props });
43
- };
44
-
45
- // src/components/DebugDialog.tsx
46
- import { Button, Dialog as Dialog2, DialogActions as DialogActions2, DialogContent as DialogContent2, DialogTitle as DialogTitle2 } from "@mui/material";
47
-
48
- // src/components/NodeDetails.tsx
49
- import { FlexCol as FlexCol3 } from "@xylabs/react-flexbox";
50
- import { useModulesFromNode as useModulesFromNode3, useProvidedNode } from "@xyo-network/react-node";
51
-
52
- // src/components/ModuleAccordion.tsx
53
- import { ExpandMore as ExpandMoreIcon } from "@mui/icons-material";
54
- import { Accordion, AccordionDetails, AccordionSummary } from "@mui/material";
55
-
56
- // src/components/ModuleDetails.tsx
57
- import { ButtonGroup } from "@mui/material";
58
- import { ButtonEx as ButtonEx2 } from "@xylabs/react-button";
59
- import { FlexCol as FlexCol2, FlexRow as FlexRow2 } from "@xylabs/react-flexbox";
60
- import { usePromise } from "@xylabs/react-promise";
61
- import { Property } from "@xyo-network/react-property";
62
-
63
- // src/components/JsonViewerButton.tsx
64
- import { Dialog, DialogActions, DialogContent, DialogTitle } from "@mui/material";
65
- import { ButtonEx } from "@xylabs/react-button";
66
- import { useState as useState2 } from "react";
67
- import JsonView from "react-json-view";
68
- import { Fragment, jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
69
- var JsonViewerButton = ({ children, jsonViewProps, src, title, ...props }) => {
70
- const [open, setOpen] = useState2(false);
71
- return /* @__PURE__ */ jsxs2(Fragment, { children: [
72
- /* @__PURE__ */ jsx4(ButtonEx, { onClick: () => setOpen(!open), ...props, children: children ?? "JSON" }),
73
- /* @__PURE__ */ jsxs2(Dialog, { open, onClose: () => setOpen(false), children: [
74
- title ? /* @__PURE__ */ jsx4(DialogTitle, { children: title }) : null,
75
- /* @__PURE__ */ jsx4(DialogContent, { children: /* @__PURE__ */ jsx4(JsonView, { src, ...jsonViewProps }) }),
76
- /* @__PURE__ */ jsx4(DialogActions, { children: /* @__PURE__ */ jsx4(ButtonEx, { onClick: () => setOpen(false), children: "Close" }) })
77
- ] })
78
- ] });
79
- };
80
-
81
- // src/components/ModuleDetails.tsx
82
- import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
83
- var ModuleDetails = ({ module, ...props }) => {
84
- const [manifest] = usePromise(async () => {
85
- return await module?.manifest();
86
- }, [module]);
87
- const [discover] = usePromise(async () => {
88
- return await module?.discover();
89
- }, [module]);
90
- const [describe] = usePromise(async () => {
91
- return await module?.describe();
92
- }, [module]);
93
- const queries = module?.queries;
94
- const config = module?.config;
95
- return /* @__PURE__ */ jsxs3(FlexCol2, { alignItems: "stretch", ...props, children: [
96
- /* @__PURE__ */ jsx5(Property, { title: "Address", value: module?.address }),
97
- /* @__PURE__ */ jsxs3(FlexRow2, { gap: 1, justifyContent: "space-between", children: [
98
- /* @__PURE__ */ jsxs3(ButtonGroup, { children: [
99
- manifest ? /* @__PURE__ */ jsx5(JsonViewerButton, { variant: "contained", src: manifest, children: "Manifest" }) : null,
100
- config ? /* @__PURE__ */ jsx5(JsonViewerButton, { variant: "contained", src: config, children: "Config" }) : null,
101
- discover ? /* @__PURE__ */ jsx5(JsonViewerButton, { variant: "contained", src: discover, children: "Discover" }) : null,
102
- describe ? /* @__PURE__ */ jsx5(JsonViewerButton, { variant: "contained", src: describe, children: "Describe" }) : null,
103
- queries ? /* @__PURE__ */ jsx5(JsonViewerButton, { variant: "contained", src: queries, children: "Queries" }) : null
104
- ] }),
105
- /* @__PURE__ */ jsxs3(ButtonGroup, { children: [
106
- /* @__PURE__ */ jsx5(ButtonEx2, { target: "_blank", href: `https://explore.xyo.network/block?network=main&address=${module?.address}`, variant: "outlined", children: "Main" }),
107
- /* @__PURE__ */ jsx5(ButtonEx2, { target: "_blank", href: `https://beta.explore.xyo.network/block?network=kerplunk&address=${module?.address}`, variant: "outlined", children: "Kerplunk" }),
108
- /* @__PURE__ */ jsx5(ButtonEx2, { target: "_blank", href: `https://beta.explore.xyo.network/block?network=local&address=${module?.address}`, variant: "outlined", children: "Local" })
109
- ] })
110
- ] })
111
- ] });
112
- };
113
-
114
- // src/components/TypedModuleSummary.tsx
115
- import { isArchivistInstance } from "@xyo-network/archivist-model";
116
- import { isBridgeInstance } from "@xyo-network/bridge-model";
117
- import { isDivinerInstance } from "@xyo-network/diviner-model";
118
- import { isNodeInstance } from "@xyo-network/node-model";
119
- import { isSentinelInstance } from "@xyo-network/sentinel";
120
- import { isWitnessInstance } from "@xyo-network/witness-model";
121
-
122
- // src/components/DivinerSummary.tsx
123
- import { BubbleChartRounded as BubbleChartRoundedIcon } from "@mui/icons-material";
124
- import { jsx as jsx6 } from "react/jsx-runtime";
125
- var DivinerSummary = ({ module, ...props }) => {
126
- return /* @__PURE__ */ jsx6(ModuleSummary, { module, icon: /* @__PURE__ */ jsx6(BubbleChartRoundedIcon, {}), ...props });
127
- };
128
-
129
- // src/components/NodeSummary.tsx
130
- import { HubRounded as HubRoundedIcon } from "@mui/icons-material";
131
- import { usePromise as usePromise2 } from "@xylabs/react-promise";
132
- import { useModulesFromNode as useModulesFromNode2 } from "@xyo-network/react-node";
133
- import { jsx as jsx7 } from "react/jsx-runtime";
134
- var NodeSummary = ({ module, ...props }) => {
135
- const [manifest] = usePromise2(async () => {
136
- return await module?.manifest();
137
- }, [module]);
138
- const [downModules] = useModulesFromNode2(void 0, { direction: "down" });
139
- const [upModules] = useModulesFromNode2(void 0, { direction: "up" });
140
- const downModulesFromResolve = downModules?.length;
141
- const upModulesFromResolve = upModules?.length;
142
- const manifestPublicModules = manifest?.modules?.public?.length;
143
- return /* @__PURE__ */ jsx7(ModuleSummary, { module, icon: /* @__PURE__ */ jsx7(HubRoundedIcon, {}), ...props, children: manifestPublicModules !== void 0 && downModulesFromResolve !== void 0 && upModulesFromResolve !== void 0 ? `[${manifestPublicModules}m/${downModulesFromResolve}\u2193/${upModulesFromResolve}\u2191]` : null });
144
- };
145
-
146
- // src/components/SentinelSummary.tsx
147
- import { TimerRounded as TimerRoundedIcon } from "@mui/icons-material";
148
- import { jsx as jsx8 } from "react/jsx-runtime";
149
- var SentinelSummary = ({ module, ...props }) => {
150
- return /* @__PURE__ */ jsx8(ModuleSummary, { module, icon: /* @__PURE__ */ jsx8(TimerRoundedIcon, {}), ...props });
151
- };
152
-
153
- // src/components/WitnessSummary.tsx
154
- import { VisibilityRounded as VisibilityRoundedIcon } from "@mui/icons-material";
155
- import { jsx as jsx9 } from "react/jsx-runtime";
156
- var WitnessSummary = ({ module, ...props }) => {
157
- return /* @__PURE__ */ jsx9(ModuleSummary, { module, icon: /* @__PURE__ */ jsx9(VisibilityRoundedIcon, {}), ...props });
158
- };
159
-
160
- // src/components/TypedModuleSummary.tsx
161
- import { jsx as jsx10 } from "react/jsx-runtime";
162
- var TypedModuleSummary = ({ module, ...props }) => {
163
- if (isArchivistInstance(module)) {
164
- return /* @__PURE__ */ jsx10(ArchivistSummary, { module, ...props });
165
- }
166
- if (isDivinerInstance(module)) {
167
- return /* @__PURE__ */ jsx10(DivinerSummary, { module, ...props });
168
- }
169
- if (isNodeInstance(module)) {
170
- return /* @__PURE__ */ jsx10(NodeSummary, { module, ...props });
171
- }
172
- if (isWitnessInstance(module)) {
173
- return /* @__PURE__ */ jsx10(WitnessSummary, { module, ...props });
174
- }
175
- if (isBridgeInstance(module)) {
176
- return /* @__PURE__ */ jsx10(BridgeSummary, { module, ...props });
177
- }
178
- if (isSentinelInstance(module)) {
179
- return /* @__PURE__ */ jsx10(SentinelSummary, { module, ...props });
180
- }
181
- return /* @__PURE__ */ jsx10(ModuleSummary, { module, ...props });
182
- };
183
-
184
- // src/components/ModuleAccordion.tsx
185
- import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
186
- var ModuleAccordion = ({ module, ...props }) => {
187
- return /* @__PURE__ */ jsxs4(Accordion, { ...props, children: [
188
- /* @__PURE__ */ jsx11(AccordionSummary, { expandIcon: /* @__PURE__ */ jsx11(ExpandMoreIcon, {}), children: /* @__PURE__ */ jsx11(TypedModuleSummary, { module }) }),
189
- /* @__PURE__ */ jsx11(AccordionDetails, { children: /* @__PURE__ */ jsx11(ModuleDetails, { module }) })
190
- ] });
191
- };
192
-
193
- // src/components/NodeDetails.tsx
194
- import { Fragment as Fragment2, jsx as jsx12 } from "react/jsx-runtime";
195
- var NodeDetails = ({ module, ...props }) => {
196
- const [node = module] = useProvidedNode();
197
- const [children] = useModulesFromNode3(void 0, { node: node ?? void 0 });
198
- return /* @__PURE__ */ jsx12(FlexCol3, { alignItems: "stretch", ...props, children: children ? /* @__PURE__ */ jsx12(Fragment2, { children: /* @__PURE__ */ jsx12(FlexCol3, { alignItems: "stretch", marginY: 1, children: children?.map((child) => /* @__PURE__ */ jsx12(ModuleAccordion, { module: child }, child.address)) }) }) : null });
199
- };
200
-
201
- // src/components/DebugDialog.tsx
202
- import { jsx as jsx13, jsxs as jsxs5 } from "react/jsx-runtime";
203
- var DebugDialog = ({ onClose, ...props }) => {
204
- return /* @__PURE__ */ jsxs5(Dialog2, { ...props, children: [
205
- /* @__PURE__ */ jsx13(DialogTitle2, { children: "Xyo Module Viewer" }),
206
- /* @__PURE__ */ jsx13(DialogContent2, { children: /* @__PURE__ */ jsx13(NodeDetails, { width: "100%" }) }),
207
- /* @__PURE__ */ jsx13(DialogActions2, { children: /* @__PURE__ */ jsx13(Button, { onClick: (event) => onClose?.(event, "backdropClick"), children: "Close" }) })
208
- ] });
209
- };
210
-
211
- // src/components/PoweredByXyo.tsx
212
- import { Paper } from "@mui/material";
213
- import { delay as delay2 } from "@xylabs/delay";
214
- import { forget } from "@xylabs/forget";
215
- import { useAsyncEffect } from "@xylabs/react-async-effect";
216
- import { FlexCol as FlexCol6 } from "@xylabs/react-flexbox";
217
- import { useProvidedNode as useProvidedNode2 } from "@xyo-network/react-node";
218
- import { useMemo, useState as useState5 } from "react";
219
-
220
- // src/components/PoweredByXyoButton.tsx
221
- import { Typography } from "@mui/material";
222
- import { ButtonEx as ButtonEx3 } from "@xylabs/react-button";
223
- import { FlexCol as FlexCol5, FlexRow as FlexRow3 } from "@xylabs/react-flexbox";
224
- import { useState as useState4 } from "react";
225
-
226
- // src/img/xyo-color-logo.svg
227
- var xyo_color_logo_default = "./xyo-color-logo-LHR2SMEM.svg";
228
-
229
- // src/img/xyo-color-logo-text-only.svg
230
- var xyo_color_logo_text_only_default = "./xyo-color-logo-text-only-QPAW5BSQ.svg";
231
-
232
- // src/components/XyoBusy.tsx
233
- import { FlexCol as FlexCol4 } from "@xylabs/react-flexbox";
234
- import { useState as useState3 } from "react";
235
- import { jsx as jsx14 } from "react/jsx-runtime";
236
- var XyoBusy = ({ widthInPixels, busy, spinsPerSecond = 0.5, ...props }) => {
237
- const [imageLoaded, setImageLoaded] = useState3(false);
238
- if (!imageLoaded) {
239
- const img = new Image();
240
- img.onload = () => setImageLoaded(true);
241
- img.src = xyo_color_logo_default;
242
- }
243
- return imageLoaded ? /* @__PURE__ */ jsx14(
244
- FlexCol4,
245
- {
246
- sx: {
247
- "@keyframes spin": {
248
- "0%": {
249
- transform: "rotate(360deg)"
250
- },
251
- "100%": {
252
- transform: "rotate(0deg)"
253
- }
254
- },
255
- animation: busy ? `spin ${1 / spinsPerSecond}s linear infinite` : void 0,
256
- animationDirection: "reverse"
257
- },
258
- ...props,
259
- children: /* @__PURE__ */ jsx14("img", { src: xyo_color_logo_default, height: widthInPixels ?? 22 })
260
- }
261
- ) : null;
262
- };
263
-
264
- // src/components/PoweredByXyoButton.tsx
265
- import { jsx as jsx15, jsxs as jsxs6 } from "react/jsx-runtime";
266
- var PoweredByXyoButton = ({
267
- busy = false,
268
- href,
269
- logoHeight,
270
- logoTextSize,
271
- sx,
272
- target = "_blank",
273
- variant = "text",
274
- ...props
275
- }) => {
276
- const [imageLoaded, setImageLoaded] = useState4(false);
277
- const img = new Image();
278
- img.onload = () => setImageLoaded(true);
279
- img.src = xyo_color_logo_text_only_default;
280
- return imageLoaded ? /* @__PURE__ */ jsx15(ButtonEx3, { href, target, variant, sx: { borderRadius: 0, padding: 0, ...sx }, ...props, children: /* @__PURE__ */ jsxs6(FlexCol5, { padding: 0.5, children: [
281
- /* @__PURE__ */ jsx15(Typography, { style: { fontSize: logoTextSize ?? 10 }, fontSize: "small", children: "Powered by" }),
282
- /* @__PURE__ */ jsxs6(FlexRow3, { children: [
283
- /* @__PURE__ */ jsx15(XyoBusy, { busy }),
284
- /* @__PURE__ */ jsx15("img", { src: xyo_color_logo_text_only_default, height: logoHeight ?? 24, width: 45 })
285
- ] })
286
- ] }) }) : null;
287
- };
288
-
289
- // src/components/PoweredByXyo.tsx
290
- import { jsx as jsx16, jsxs as jsxs7 } from "react/jsx-runtime";
291
- var PoweredByXyo = ({
292
- autoStop,
293
- busy,
294
- buttonProps = {},
295
- debugDialog = false,
296
- disableAnimation = false,
297
- href = "https://xyo.network",
298
- logoHeight,
299
- logoTextSize,
300
- onButtonClick,
301
- node: propNode,
302
- ...props
303
- }) => {
304
- const [node] = useProvidedNode2();
305
- const [debugDialogOpen, setDebugDialogOpen] = useState5(false);
306
- const busyMap = useMemo(() => ({}), [node]);
307
- const activeBusy = busy ?? Object.values(busyMap).reduce((prev, value) => prev || value, false);
308
- const activeOnButtonClick = (debugDialog ? (event) => {
309
- if (event.shiftKey && event.altKey) {
310
- setDebugDialogOpen(true);
311
- } else if (href) {
312
- window.open(href);
313
- }
314
- } : void 0) ?? onButtonClick;
315
- const activeHref = activeOnButtonClick ? void 0 : href;
316
- const onKeyDownEscListener = (event) => {
317
- if (event.key === "Escape" && debugDialogOpen) {
318
- setDebugDialogOpen(false);
319
- }
320
- };
321
- useAsyncEffect(
322
- // eslint-disable-next-line react-hooks/exhaustive-deps
323
- async () => {
324
- const activeNode = propNode ?? node;
325
- if (disableAnimation) {
326
- return;
327
- } else if (activeNode) {
328
- const mods = await activeNode?.resolve();
329
- mods?.map((mod) => {
330
- mod.on("moduleBusy", ({ module, busy: busy2 }) => {
331
- busyMap[module.address] = busy2;
332
- if (autoStop) {
333
- forget(
334
- (async () => {
335
- await delay2(1e3);
336
- busyMap[module.address] = false;
337
- })()
338
- );
339
- }
340
- });
341
- });
342
- activeNode?.on("moduleBusy", ({ module, busy: busy2 }) => {
343
- busyMap[module.address] = busy2;
344
- if (autoStop) {
345
- forget(
346
- (async () => {
347
- await delay2(1e3);
348
- busyMap[module.address] = false;
349
- })()
350
- );
351
- }
352
- });
353
- }
354
- },
355
- [disableAnimation, propNode, node, busyMap, autoStop]
356
- );
357
- return /* @__PURE__ */ jsxs7(FlexCol6, { alignItems: "stretch", position: "absolute", bottom: "0", left: "0", ...props, children: [
358
- /* @__PURE__ */ jsx16(Paper, { sx: { borderRadius: 0 }, children: /* @__PURE__ */ jsx16(
359
- PoweredByXyoButton,
360
- {
361
- onClick: activeOnButtonClick,
362
- href: activeHref,
363
- busy: activeBusy,
364
- logoHeight,
365
- logoTextSize,
366
- fullWidth: true,
367
- ...buttonProps
368
- }
369
- ) }),
370
- debugDialog ? /* @__PURE__ */ jsx16(DebugDialog, { fullScreen: true, open: debugDialogOpen, onClose: () => setDebugDialogOpen(false), onKeyDown: onKeyDownEscListener }) : null
371
- ] });
372
- };
373
- export {
374
- ArchivistSummary,
375
- BridgeSummary,
376
- DebugDialog,
377
- DivinerSummary,
378
- ModuleAccordion,
379
- ModuleDetails,
380
- ModuleSummary,
381
- NodeDetails,
382
- PoweredByXyo,
383
- PoweredByXyoButton,
384
- SentinelSummary,
385
- TypedModuleSummary,
386
- WitnessSummary,
387
- XyoBusy
388
- };
389
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/components/ArchivistSummary.tsx","../src/components/ModuleSummary.tsx","../src/components/BridgeSummary.tsx","../src/components/DebugDialog.tsx","../src/components/NodeDetails.tsx","../src/components/ModuleAccordion.tsx","../src/components/ModuleDetails.tsx","../src/components/JsonViewerButton.tsx","../src/components/TypedModuleSummary.tsx","../src/components/DivinerSummary.tsx","../src/components/NodeSummary.tsx","../src/components/SentinelSummary.tsx","../src/components/WitnessSummary.tsx","../src/components/PoweredByXyo.tsx","../src/components/PoweredByXyoButton.tsx","../src/components/XyoBusy.tsx"],"sourcesContent":["import { Inventory2Rounded as Inventory2RoundedIcon } from '@mui/icons-material'\nimport { ArchivistInstance } from '@xyo-network/archivist-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const ArchivistSummary: React.FC<ModuleSummaryProps<ArchivistInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<Inventory2RoundedIcon />} {...props} />\n}\n","import { Extension as ExtensionIcon } from '@mui/icons-material'\nimport { delay } from '@xylabs/delay'\nimport { FlexBoxProps, FlexCol, FlexRow } from '@xylabs/react-flexbox'\nimport { ModuleInstance } from '@xyo-network/module-model'\nimport { useModulesFromNode } from '@xyo-network/react-node'\nimport { TypographyEx } from '@xyo-network/react-shared'\nimport { ReactNode, useState } from 'react'\n\nexport interface ModuleSummaryProps<T extends ModuleInstance = ModuleInstance> extends FlexBoxProps {\n icon?: ReactNode\n module?: T\n}\n\nexport const ModuleSummary: React.FC<ModuleSummaryProps> = ({ children, icon, module, ...props }) => {\n const [downModules] = useModulesFromNode(undefined, { direction: 'down' })\n const [upModules] = useModulesFromNode(undefined, { direction: 'up' })\n const [busy, setBusy] = useState(false)\n\n const downModulesFromResolve = downModules?.length\n const upModulesFromResolve = upModules?.length\n\n module?.on('moduleBusy', async ({ busy }) => {\n setBusy(busy)\n await delay(2000)\n setBusy(false)\n })\n\n return (\n <FlexCol alignItems=\"stretch\" width=\"100%\" {...props}>\n <FlexRow justifyContent=\"flex-start\">\n <FlexRow>\n <TypographyEx color={busy ? 'gray' : undefined}>{icon ?? <ExtensionIcon />}</TypographyEx>\n <TypographyEx marginX={1}>{module?.config?.name ?? '<Unknown>'}</TypographyEx>\n </FlexRow>\n {children ?? (downModulesFromResolve !== undefined && upModulesFromResolve !== undefined)\n ? `[${downModulesFromResolve}↓/${upModulesFromResolve}↑]`\n : null}\n </FlexRow>\n </FlexCol>\n )\n}\n","import { InsertLinkRounded as InsertLinkRoundedIcon } from '@mui/icons-material'\nimport { BridgeInstance } from '@xyo-network/bridge-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const BridgeSummary: React.FC<ModuleSummaryProps<BridgeInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<InsertLinkRoundedIcon />} {...props}></ModuleSummary>\n}\n","import { Button, Dialog, DialogActions, DialogContent, DialogProps, DialogTitle } from '@mui/material'\n\nimport { NodeDetails } from './NodeDetails'\n\nexport interface DebugDialogProps extends DialogProps {}\n\nexport const DebugDialog: React.FC<DebugDialogProps> = ({ onClose, ...props }) => {\n return (\n <Dialog {...props}>\n <DialogTitle>Xyo Module Viewer</DialogTitle>\n <DialogContent>\n <NodeDetails width=\"100%\" />\n </DialogContent>\n <DialogActions>\n <Button onClick={(event) => onClose?.(event, 'backdropClick')}>Close</Button>\n </DialogActions>\n </Dialog>\n )\n}\n","import { FlexCol } from '@xylabs/react-flexbox'\nimport { NodeInstance } from '@xyo-network/node-model'\nimport { useModulesFromNode, useProvidedNode } from '@xyo-network/react-node'\n\nimport { ModuleAccordion } from './ModuleAccordion'\nimport { ModuleDetailsProps } from './ModuleDetails'\n\nexport interface NodeViewerProps extends ModuleDetailsProps<NodeInstance> {}\n\nexport const NodeDetails: React.FC<NodeViewerProps> = ({ module, ...props }) => {\n const [node = module] = useProvidedNode()\n\n const [children] = useModulesFromNode(undefined, { node: node ?? undefined })\n\n return (\n <FlexCol alignItems=\"stretch\" {...props}>\n {children ? (\n <>\n <FlexCol alignItems=\"stretch\" marginY={1}>\n {children?.map((child) => <ModuleAccordion key={child.address} module={child} />)}\n </FlexCol>\n </>\n ) : null}\n </FlexCol>\n )\n}\n","import { ExpandMore as ExpandMoreIcon } from '@mui/icons-material'\nimport { ModuleInstance } from '@xyo-network/module-model'\n\nexport interface ModuleAccordionProps<T extends ModuleInstance = ModuleInstance> extends Omit<AccordionProps, 'children'> {\n module?: T\n}\n\nimport { Accordion, AccordionDetails, AccordionProps, AccordionSummary } from '@mui/material'\n\nimport { ModuleDetails } from './ModuleDetails'\nimport { TypedModuleSummary } from './TypedModuleSummary'\n\nexport const ModuleAccordion: React.FC<ModuleAccordionProps> = ({ module, ...props }) => {\n return (\n <Accordion {...props}>\n <AccordionSummary expandIcon={<ExpandMoreIcon />}>\n <TypedModuleSummary module={module} />\n </AccordionSummary>\n <AccordionDetails>\n <ModuleDetails module={module} />\n </AccordionDetails>\n </Accordion>\n )\n}\n","import { ButtonGroup } from '@mui/material'\nimport { ButtonEx } from '@xylabs/react-button'\nimport { FlexBoxProps, FlexCol, FlexRow } from '@xylabs/react-flexbox'\nimport { usePromise } from '@xylabs/react-promise'\nimport { ModuleInstance } from '@xyo-network/module-model'\nimport { Property } from '@xyo-network/react-property'\n\nimport { JsonViewerButton } from './JsonViewerButton'\n\nexport interface ModuleDetailsProps<T extends ModuleInstance = ModuleInstance> extends FlexBoxProps {\n module?: T\n}\n\nexport const ModuleDetails: React.FC<ModuleDetailsProps> = ({ module, ...props }) => {\n const [manifest] = usePromise(async () => {\n return await module?.manifest()\n }, [module])\n\n const [discover] = usePromise(async () => {\n return await module?.discover()\n }, [module])\n\n const [describe] = usePromise(async () => {\n return await module?.describe()\n }, [module])\n\n const queries = module?.queries\n\n const config = module?.config\n\n return (\n <FlexCol alignItems=\"stretch\" {...props}>\n <Property title=\"Address\" value={module?.address} />\n\n <FlexRow gap={1} justifyContent=\"space-between\">\n <ButtonGroup>\n {manifest ? (\n <JsonViewerButton variant=\"contained\" src={manifest}>\n Manifest\n </JsonViewerButton>\n ) : null}\n {config ? (\n <JsonViewerButton variant=\"contained\" src={config}>\n Config\n </JsonViewerButton>\n ) : null}\n {discover ? (\n <JsonViewerButton variant=\"contained\" src={discover}>\n Discover\n </JsonViewerButton>\n ) : null}\n {describe ? (\n <JsonViewerButton variant=\"contained\" src={describe}>\n Describe\n </JsonViewerButton>\n ) : null}\n {queries ? (\n <JsonViewerButton variant=\"contained\" src={queries}>\n Queries\n </JsonViewerButton>\n ) : null}\n </ButtonGroup>\n <ButtonGroup>\n <ButtonEx target=\"_blank\" href={`https://explore.xyo.network/block?network=main&address=${module?.address}`} variant=\"outlined\">\n Main\n </ButtonEx>\n <ButtonEx target=\"_blank\" href={`https://beta.explore.xyo.network/block?network=kerplunk&address=${module?.address}`} variant=\"outlined\">\n Kerplunk\n </ButtonEx>\n <ButtonEx target=\"_blank\" href={`https://beta.explore.xyo.network/block?network=local&address=${module?.address}`} variant=\"outlined\">\n Local\n </ButtonEx>\n </ButtonGroup>\n </FlexRow>\n </FlexCol>\n )\n}\n","import { Dialog, DialogActions, DialogContent, DialogTitle } from '@mui/material'\nimport { ButtonEx, ButtonExProps } from '@xylabs/react-button'\nimport { useState } from 'react'\nimport JsonView, { ReactJsonViewProps } from 'react-json-view'\n\nexport interface JsonViewerButtonProps extends ButtonExProps {\n jsonViewProps?: Partial<ReactJsonViewProps>\n src: object\n}\n\nexport const JsonViewerButton: React.FC<JsonViewerButtonProps> = ({ children, jsonViewProps, src, title, ...props }) => {\n const [open, setOpen] = useState(false)\n return (\n <>\n <ButtonEx onClick={() => setOpen(!open)} {...props}>\n {children ?? 'JSON'}\n </ButtonEx>\n <Dialog open={open} onClose={() => setOpen(false)}>\n {title ? <DialogTitle>{title}</DialogTitle> : null}\n <DialogContent>\n <JsonView src={src} {...jsonViewProps} />\n </DialogContent>\n <DialogActions>\n <ButtonEx onClick={() => setOpen(false)}>Close</ButtonEx>\n </DialogActions>\n </Dialog>\n </>\n )\n}\n","import { isArchivistInstance } from '@xyo-network/archivist-model'\nimport { isBridgeInstance } from '@xyo-network/bridge-model'\nimport { isDivinerInstance } from '@xyo-network/diviner-model'\nimport { isNodeInstance } from '@xyo-network/node-model'\nimport { isSentinelInstance } from '@xyo-network/sentinel'\nimport { isWitnessInstance } from '@xyo-network/witness-model'\n\nimport { ArchivistSummary } from './ArchivistSummary'\nimport { BridgeSummary } from './BridgeSummary'\nimport { DivinerSummary } from './DivinerSummary'\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\nimport { NodeSummary } from './NodeSummary'\nimport { SentinelSummary } from './SentinelSummary'\nimport { WitnessSummary } from './WitnessSummary'\n\nexport const TypedModuleSummary: React.FC<ModuleSummaryProps> = ({ module, ...props }) => {\n if (isArchivistInstance(module)) {\n return <ArchivistSummary module={module} {...props} />\n }\n if (isDivinerInstance(module)) {\n return <DivinerSummary module={module} {...props} />\n }\n if (isNodeInstance(module)) {\n return <NodeSummary module={module} {...props} />\n }\n if (isWitnessInstance(module)) {\n return <WitnessSummary module={module} {...props} />\n }\n if (isBridgeInstance(module)) {\n return <BridgeSummary module={module} {...props} />\n }\n if (isSentinelInstance(module)) {\n return <SentinelSummary module={module} {...props} />\n }\n return <ModuleSummary module={module} {...props} />\n}\n","import { BubbleChartRounded as BubbleChartRoundedIcon } from '@mui/icons-material'\nimport { DivinerInstance } from '@xyo-network/diviner-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const DivinerSummary: React.FC<ModuleSummaryProps<DivinerInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<BubbleChartRoundedIcon />} {...props} />\n}\n","import { HubRounded as HubRoundedIcon } from '@mui/icons-material'\nimport { usePromise } from '@xylabs/react-promise'\nimport { NodeInstance } from '@xyo-network/node-model'\nimport { useModulesFromNode } from '@xyo-network/react-node'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const NodeSummary: React.FC<ModuleSummaryProps<NodeInstance>> = ({ module, ...props }) => {\n const [manifest] = usePromise(async () => {\n return await module?.manifest()\n }, [module])\n\n const [downModules] = useModulesFromNode(undefined, { direction: 'down' })\n const [upModules] = useModulesFromNode(undefined, { direction: 'up' })\n\n const downModulesFromResolve = downModules?.length\n const upModulesFromResolve = upModules?.length\n\n const manifestPublicModules = manifest?.modules?.public?.length\n\n return (\n <ModuleSummary module={module} icon={<HubRoundedIcon />} {...props}>\n {manifestPublicModules !== undefined && downModulesFromResolve !== undefined && upModulesFromResolve !== undefined\n ? `[${manifestPublicModules}m/${downModulesFromResolve}↓/${upModulesFromResolve}↑]`\n : null}\n </ModuleSummary>\n )\n}\n","import { TimerRounded as TimerRoundedIcon } from '@mui/icons-material'\nimport { SentinelInstance } from '@xyo-network/sentinel'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const SentinelSummary: React.FC<ModuleSummaryProps<SentinelInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<TimerRoundedIcon />} {...props} />\n}\n","import { VisibilityRounded as VisibilityRoundedIcon } from '@mui/icons-material'\nimport { WitnessInstance } from '@xyo-network/witness-model'\n\nimport { ModuleSummary, ModuleSummaryProps } from './ModuleSummary'\n\nexport const WitnessSummary: React.FC<ModuleSummaryProps<WitnessInstance>> = ({ module, ...props }) => {\n return <ModuleSummary module={module} icon={<VisibilityRoundedIcon />} {...props} />\n}\n","import { Paper } from '@mui/material'\nimport { delay } from '@xylabs/delay'\nimport { forget } from '@xylabs/forget'\nimport { useAsyncEffect } from '@xylabs/react-async-effect'\nimport { ButtonExProps } from '@xylabs/react-button'\nimport { FlexBoxProps, FlexCol } from '@xylabs/react-flexbox'\nimport { Module } from '@xyo-network/module-model'\nimport { NodeInstance } from '@xyo-network/node-model'\nimport { useProvidedNode } from '@xyo-network/react-node'\nimport { KeyboardEvent, useMemo, useState } from 'react'\n\nimport { DebugDialog } from './DebugDialog'\nimport { PoweredByXyoButton, PoweredByXyoButtonProps } from './PoweredByXyoButton'\n\nexport interface PoweredByXyoProps extends FlexBoxProps {\n autoStop?: boolean\n busy?: boolean\n buttonProps?: PoweredByXyoButtonProps\n debugDialog?: boolean\n disableAnimation?: boolean\n href?: ButtonExProps['href']\n logoHeight?: number\n logoTextSize?: number\n node?: NodeInstance\n onButtonClick?: ButtonExProps['onClick']\n}\n\nexport const PoweredByXyo: React.FC<PoweredByXyoProps> = ({\n autoStop,\n busy,\n buttonProps = {},\n debugDialog = false,\n disableAnimation = false,\n href = 'https://xyo.network',\n logoHeight,\n logoTextSize,\n onButtonClick,\n node: propNode,\n ...props\n}) => {\n const [node] = useProvidedNode()\n const [debugDialogOpen, setDebugDialogOpen] = useState(false)\n\n // eslint-disable-next-line react-hooks/exhaustive-deps\n const busyMap: Record<string, boolean> = useMemo(() => ({}), [node])\n\n const activeBusy = busy ?? Object.values(busyMap).reduce((prev, value) => prev || value, false)\n\n const activeOnButtonClick: PoweredByXyoProps['onButtonClick'] =\n (debugDialog\n ? (event) => {\n if (event.shiftKey && event.altKey) {\n setDebugDialogOpen(true)\n } else if (href) {\n window.open(href)\n }\n }\n : undefined) ?? onButtonClick\n\n const activeHref = activeOnButtonClick ? undefined : href\n\n const onKeyDownEscListener = (event: KeyboardEvent<HTMLDivElement>) => {\n if (event.key === 'Escape' && debugDialogOpen) {\n setDebugDialogOpen(false)\n }\n }\n\n useAsyncEffect(\n // eslint-disable-next-line react-hooks/exhaustive-deps\n async () => {\n const activeNode = propNode ?? node\n if (disableAnimation) {\n return\n } else if (activeNode) {\n const mods = await activeNode?.resolve()\n mods?.map((mod) => {\n mod.on('moduleBusy', ({ module, busy }) => {\n busyMap[(module as Module).address] = busy\n if (autoStop) {\n forget(\n (async () => {\n await delay(1000)\n busyMap[(module as Module).address] = false\n })(),\n )\n }\n })\n })\n activeNode?.on('moduleBusy', ({ module, busy }) => {\n busyMap[(module as Module).address] = busy\n if (autoStop) {\n forget(\n (async () => {\n await delay(1000)\n busyMap[(module as Module).address] = false\n })(),\n )\n }\n })\n }\n },\n [disableAnimation, propNode, node, busyMap, autoStop],\n )\n\n return (\n <FlexCol alignItems=\"stretch\" position=\"absolute\" bottom=\"0\" left=\"0\" {...props}>\n <Paper sx={{ borderRadius: 0 }}>\n <PoweredByXyoButton\n onClick={activeOnButtonClick}\n href={activeHref}\n busy={activeBusy}\n logoHeight={logoHeight}\n logoTextSize={logoTextSize}\n fullWidth\n {...buttonProps}\n />\n </Paper>\n {debugDialog ? (\n <DebugDialog fullScreen open={debugDialogOpen} onClose={() => setDebugDialogOpen(false)} onKeyDown={onKeyDownEscListener} />\n ) : null}\n </FlexCol>\n )\n}\n","import { Typography } from '@mui/material'\nimport { ButtonEx, ButtonExProps } from '@xylabs/react-button'\nimport { FlexCol, FlexRow } from '@xylabs/react-flexbox'\nimport { useState } from 'react'\n\nimport { xyoColorLogoText } from '../img'\nimport { XyoBusy } from './XyoBusy'\n\nexport interface PoweredByXyoButtonProps extends ButtonExProps {\n busy?: boolean\n logoHeight?: number\n logoTextSize?: number\n}\n\nexport const PoweredByXyoButton: React.FC<PoweredByXyoButtonProps> = ({\n busy = false,\n href,\n logoHeight,\n logoTextSize,\n sx,\n target = '_blank',\n variant = 'text',\n ...props\n}) => {\n //preloading image to prevent shifting\n const [imageLoaded, setImageLoaded] = useState(false)\n const img = new Image()\n img.onload = () => setImageLoaded(true)\n img.src = xyoColorLogoText\n return imageLoaded ? (\n <ButtonEx href={href} target={target} variant={variant} sx={{ borderRadius: 0, padding: 0, ...sx }} {...props}>\n <FlexCol padding={0.5}>\n <Typography style={{ fontSize: logoTextSize ?? 10 }} fontSize=\"small\">\n Powered by\n </Typography>\n <FlexRow>\n <XyoBusy busy={busy} />\n <img src={xyoColorLogoText} height={logoHeight ?? 24} width={45} />\n </FlexRow>\n </FlexCol>\n </ButtonEx>\n ) : null\n}\n","import { FlexBoxProps, FlexCol } from '@xylabs/react-flexbox'\nimport { useState } from 'react'\n\nimport { xyoColorLogo } from '../img'\n\nexport type XyoBusyProps = Omit<FlexBoxProps, 'children'> & {\n busy?: boolean\n spinsPerSecond?: number\n widthInPixels?: number\n}\n\nexport const XyoBusy: React.FC<XyoBusyProps> = ({ widthInPixels, busy, spinsPerSecond = 0.5, ...props }) => {\n //preloading image to prevent shifting\n const [imageLoaded, setImageLoaded] = useState(false)\n if (!imageLoaded) {\n const img = new Image()\n img.onload = () => setImageLoaded(true)\n img.src = xyoColorLogo\n }\n return imageLoaded ? (\n <FlexCol\n sx={{\n '@keyframes spin': {\n '0%': {\n transform: 'rotate(360deg)',\n },\n '100%': {\n transform: 'rotate(0deg)',\n },\n },\n animation: busy ? `spin ${1 / spinsPerSecond}s linear infinite` : undefined,\n animationDirection: 'reverse',\n }}\n {...props}\n >\n <img src={xyoColorLogo} height={widthInPixels ?? 22} />\n </FlexCol>\n ) : null\n}\n"],"mappings":"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","names":["busy","jsx","jsx","Dialog","DialogActions","DialogContent","DialogTitle","FlexCol","useModulesFromNode","ButtonEx","FlexCol","FlexRow","useState","jsx","jsxs","jsx","jsxs","FlexCol","FlexRow","ButtonEx","jsx","usePromise","useModulesFromNode","jsx","usePromise","useModulesFromNode","jsx","jsx","jsx","jsx","jsxs","Fragment","jsx","useModulesFromNode","FlexCol","jsx","jsxs","Dialog","DialogTitle","DialogContent","DialogActions","delay","FlexCol","useProvidedNode","useState","ButtonEx","FlexCol","FlexRow","useState","FlexCol","useState","jsx","useState","FlexCol","jsx","jsxs","useState","ButtonEx","FlexCol","FlexRow","jsx","jsxs","useProvidedNode","useState","busy","delay","FlexCol"]}
File without changes
File without changes
File without changes
File without changes