@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
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var SentinelSummary_exports = {};
20
+ __export(SentinelSummary_exports, {
21
+ SentinelSummary: () => SentinelSummary
22
+ });
23
+ module.exports = __toCommonJS(SentinelSummary_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_icons_material = require("@mui/icons-material");
26
+ var import_ModuleSummary = require("./ModuleSummary");
27
+ const SentinelSummary = ({ module: module2, ...props }) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ModuleSummary.ModuleSummary, { module: module2, icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons_material.TimerRounded, {}), ...props });
29
+ };
30
+ // Annotate the CommonJS export names for ESM import in node:
31
+ 0 && (module.exports = {
32
+ SentinelSummary
33
+ });
34
+ //# sourceMappingURL=SentinelSummary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/SentinelSummary.tsx"],"sourcesContent":["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"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAM8C;AAN9C,4BAAiD;AAGjD,2BAAkD;AAE3C,MAAM,kBAAkE,CAAC,EAAE,QAAAA,SAAQ,GAAG,MAAM,MAAM;AACvG,SAAO,4CAAC,sCAAc,QAAQA,SAAQ,MAAM,4CAAC,sBAAAC,cAAA,EAAiB,GAAK,GAAG,OAAO;AAC/E;","names":["module","TimerRoundedIcon"]}
@@ -0,0 +1,10 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { TimerRounded as TimerRoundedIcon } from "@mui/icons-material";
3
+ import { ModuleSummary } from "./ModuleSummary";
4
+ const SentinelSummary = ({ module, ...props }) => {
5
+ return /* @__PURE__ */ jsx(ModuleSummary, { module, icon: /* @__PURE__ */ jsx(TimerRoundedIcon, {}), ...props });
6
+ };
7
+ export {
8
+ SentinelSummary
9
+ };
10
+ //# sourceMappingURL=SentinelSummary.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/SentinelSummary.tsx"],"sourcesContent":["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"],"mappings":"AAM8C;AAN9C,SAAS,gBAAgB,wBAAwB;AAGjD,SAAS,qBAAyC;AAE3C,MAAM,kBAAkE,CAAC,EAAE,QAAQ,GAAG,MAAM,MAAM;AACvG,SAAO,oBAAC,iBAAc,QAAgB,MAAM,oBAAC,oBAAiB,GAAK,GAAG,OAAO;AAC/E;","names":[]}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ModuleSummaryProps } from './ModuleSummary';
3
+ export declare const TypedModuleSummary: React.FC<ModuleSummaryProps>;
4
+ //# sourceMappingURL=TypedModuleSummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypedModuleSummary.d.ts","sourceRoot":"","sources":["../../../src/components/TypedModuleSummary.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAKnE,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAoB3D,CAAA"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ModuleSummaryProps } from './ModuleSummary';
3
+ export declare const TypedModuleSummary: React.FC<ModuleSummaryProps>;
4
+ //# sourceMappingURL=TypedModuleSummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypedModuleSummary.d.ts","sourceRoot":"","sources":["../../../src/components/TypedModuleSummary.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAKnE,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAoB3D,CAAA"}
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var TypedModuleSummary_exports = {};
20
+ __export(TypedModuleSummary_exports, {
21
+ TypedModuleSummary: () => TypedModuleSummary
22
+ });
23
+ module.exports = __toCommonJS(TypedModuleSummary_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_archivist_model = require("@xyo-network/archivist-model");
26
+ var import_bridge_model = require("@xyo-network/bridge-model");
27
+ var import_diviner_model = require("@xyo-network/diviner-model");
28
+ var import_node_model = require("@xyo-network/node-model");
29
+ var import_sentinel = require("@xyo-network/sentinel");
30
+ var import_witness_model = require("@xyo-network/witness-model");
31
+ var import_ArchivistSummary = require("./ArchivistSummary");
32
+ var import_BridgeSummary = require("./BridgeSummary");
33
+ var import_DivinerSummary = require("./DivinerSummary");
34
+ var import_ModuleSummary = require("./ModuleSummary");
35
+ var import_NodeSummary = require("./NodeSummary");
36
+ var import_SentinelSummary = require("./SentinelSummary");
37
+ var import_WitnessSummary = require("./WitnessSummary");
38
+ const TypedModuleSummary = ({ module: module2, ...props }) => {
39
+ if ((0, import_archivist_model.isArchivistInstance)(module2)) {
40
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ArchivistSummary.ArchivistSummary, { module: module2, ...props });
41
+ }
42
+ if ((0, import_diviner_model.isDivinerInstance)(module2)) {
43
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_DivinerSummary.DivinerSummary, { module: module2, ...props });
44
+ }
45
+ if ((0, import_node_model.isNodeInstance)(module2)) {
46
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_NodeSummary.NodeSummary, { module: module2, ...props });
47
+ }
48
+ if ((0, import_witness_model.isWitnessInstance)(module2)) {
49
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_WitnessSummary.WitnessSummary, { module: module2, ...props });
50
+ }
51
+ if ((0, import_bridge_model.isBridgeInstance)(module2)) {
52
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_BridgeSummary.BridgeSummary, { module: module2, ...props });
53
+ }
54
+ if ((0, import_sentinel.isSentinelInstance)(module2)) {
55
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SentinelSummary.SentinelSummary, { module: module2, ...props });
56
+ }
57
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ModuleSummary.ModuleSummary, { module: module2, ...props });
58
+ };
59
+ // Annotate the CommonJS export names for ESM import in node:
60
+ 0 && (module.exports = {
61
+ TypedModuleSummary
62
+ });
63
+ //# sourceMappingURL=TypedModuleSummary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/TypedModuleSummary.tsx"],"sourcesContent":["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"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBW;AAjBX,6BAAoC;AACpC,0BAAiC;AACjC,2BAAkC;AAClC,wBAA+B;AAC/B,sBAAmC;AACnC,2BAAkC;AAElC,8BAAiC;AACjC,2BAA8B;AAC9B,4BAA+B;AAC/B,2BAAkD;AAClD,yBAA4B;AAC5B,6BAAgC;AAChC,4BAA+B;AAExB,MAAM,qBAAmD,CAAC,EAAE,QAAAA,SAAQ,GAAG,MAAM,MAAM;AACxF,UAAI,4CAAoBA,OAAM,GAAG;AAC/B,WAAO,4CAAC,4CAAiB,QAAQA,SAAS,GAAG,OAAO;AAAA,EACtD;AACA,UAAI,wCAAkBA,OAAM,GAAG;AAC7B,WAAO,4CAAC,wCAAe,QAAQA,SAAS,GAAG,OAAO;AAAA,EACpD;AACA,UAAI,kCAAeA,OAAM,GAAG;AAC1B,WAAO,4CAAC,kCAAY,QAAQA,SAAS,GAAG,OAAO;AAAA,EACjD;AACA,UAAI,wCAAkBA,OAAM,GAAG;AAC7B,WAAO,4CAAC,wCAAe,QAAQA,SAAS,GAAG,OAAO;AAAA,EACpD;AACA,UAAI,sCAAiBA,OAAM,GAAG;AAC5B,WAAO,4CAAC,sCAAc,QAAQA,SAAS,GAAG,OAAO;AAAA,EACnD;AACA,UAAI,oCAAmBA,OAAM,GAAG;AAC9B,WAAO,4CAAC,0CAAgB,QAAQA,SAAS,GAAG,OAAO;AAAA,EACrD;AACA,SAAO,4CAAC,sCAAc,QAAQA,SAAS,GAAG,OAAO;AACnD;","names":["module"]}
@@ -0,0 +1,39 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { isArchivistInstance } from "@xyo-network/archivist-model";
3
+ import { isBridgeInstance } from "@xyo-network/bridge-model";
4
+ import { isDivinerInstance } from "@xyo-network/diviner-model";
5
+ import { isNodeInstance } from "@xyo-network/node-model";
6
+ import { isSentinelInstance } from "@xyo-network/sentinel";
7
+ import { isWitnessInstance } from "@xyo-network/witness-model";
8
+ import { ArchivistSummary } from "./ArchivistSummary";
9
+ import { BridgeSummary } from "./BridgeSummary";
10
+ import { DivinerSummary } from "./DivinerSummary";
11
+ import { ModuleSummary } from "./ModuleSummary";
12
+ import { NodeSummary } from "./NodeSummary";
13
+ import { SentinelSummary } from "./SentinelSummary";
14
+ import { WitnessSummary } from "./WitnessSummary";
15
+ const TypedModuleSummary = ({ module, ...props }) => {
16
+ if (isArchivistInstance(module)) {
17
+ return /* @__PURE__ */ jsx(ArchivistSummary, { module, ...props });
18
+ }
19
+ if (isDivinerInstance(module)) {
20
+ return /* @__PURE__ */ jsx(DivinerSummary, { module, ...props });
21
+ }
22
+ if (isNodeInstance(module)) {
23
+ return /* @__PURE__ */ jsx(NodeSummary, { module, ...props });
24
+ }
25
+ if (isWitnessInstance(module)) {
26
+ return /* @__PURE__ */ jsx(WitnessSummary, { module, ...props });
27
+ }
28
+ if (isBridgeInstance(module)) {
29
+ return /* @__PURE__ */ jsx(BridgeSummary, { module, ...props });
30
+ }
31
+ if (isSentinelInstance(module)) {
32
+ return /* @__PURE__ */ jsx(SentinelSummary, { module, ...props });
33
+ }
34
+ return /* @__PURE__ */ jsx(ModuleSummary, { module, ...props });
35
+ };
36
+ export {
37
+ TypedModuleSummary
38
+ };
39
+ //# sourceMappingURL=TypedModuleSummary.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/TypedModuleSummary.tsx"],"sourcesContent":["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"],"mappings":"AAiBW;AAjBX,SAAS,2BAA2B;AACpC,SAAS,wBAAwB;AACjC,SAAS,yBAAyB;AAClC,SAAS,sBAAsB;AAC/B,SAAS,0BAA0B;AACnC,SAAS,yBAAyB;AAElC,SAAS,wBAAwB;AACjC,SAAS,qBAAqB;AAC9B,SAAS,sBAAsB;AAC/B,SAAS,qBAAyC;AAClD,SAAS,mBAAmB;AAC5B,SAAS,uBAAuB;AAChC,SAAS,sBAAsB;AAExB,MAAM,qBAAmD,CAAC,EAAE,QAAQ,GAAG,MAAM,MAAM;AACxF,MAAI,oBAAoB,MAAM,GAAG;AAC/B,WAAO,oBAAC,oBAAiB,QAAiB,GAAG,OAAO;AAAA,EACtD;AACA,MAAI,kBAAkB,MAAM,GAAG;AAC7B,WAAO,oBAAC,kBAAe,QAAiB,GAAG,OAAO;AAAA,EACpD;AACA,MAAI,eAAe,MAAM,GAAG;AAC1B,WAAO,oBAAC,eAAY,QAAiB,GAAG,OAAO;AAAA,EACjD;AACA,MAAI,kBAAkB,MAAM,GAAG;AAC7B,WAAO,oBAAC,kBAAe,QAAiB,GAAG,OAAO;AAAA,EACpD;AACA,MAAI,iBAAiB,MAAM,GAAG;AAC5B,WAAO,oBAAC,iBAAc,QAAiB,GAAG,OAAO;AAAA,EACnD;AACA,MAAI,mBAAmB,MAAM,GAAG;AAC9B,WAAO,oBAAC,mBAAgB,QAAiB,GAAG,OAAO;AAAA,EACrD;AACA,SAAO,oBAAC,iBAAc,QAAiB,GAAG,OAAO;AACnD;","names":[]}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { WitnessInstance } from '@xyo-network/witness-model';
3
+ import { ModuleSummaryProps } from './ModuleSummary';
4
+ export declare const WitnessSummary: React.FC<ModuleSummaryProps<WitnessInstance>>;
5
+ //# sourceMappingURL=WitnessSummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WitnessSummary.d.ts","sourceRoot":"","sources":["../../../src/components/WitnessSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAExE,CAAA"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { WitnessInstance } from '@xyo-network/witness-model';
3
+ import { ModuleSummaryProps } from './ModuleSummary';
4
+ export declare const WitnessSummary: React.FC<ModuleSummaryProps<WitnessInstance>>;
5
+ //# sourceMappingURL=WitnessSummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WitnessSummary.d.ts","sourceRoot":"","sources":["../../../src/components/WitnessSummary.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAiB,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAExE,CAAA"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var WitnessSummary_exports = {};
20
+ __export(WitnessSummary_exports, {
21
+ WitnessSummary: () => WitnessSummary
22
+ });
23
+ module.exports = __toCommonJS(WitnessSummary_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_icons_material = require("@mui/icons-material");
26
+ var import_ModuleSummary = require("./ModuleSummary");
27
+ const WitnessSummary = ({ module: module2, ...props }) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ModuleSummary.ModuleSummary, { module: module2, icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons_material.VisibilityRounded, {}), ...props });
29
+ };
30
+ // Annotate the CommonJS export names for ESM import in node:
31
+ 0 && (module.exports = {
32
+ WitnessSummary
33
+ });
34
+ //# sourceMappingURL=WitnessSummary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/WitnessSummary.tsx"],"sourcesContent":["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"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAM8C;AAN9C,4BAA2D;AAG3D,2BAAkD;AAE3C,MAAM,iBAAgE,CAAC,EAAE,QAAAA,SAAQ,GAAG,MAAM,MAAM;AACrG,SAAO,4CAAC,sCAAc,QAAQA,SAAQ,MAAM,4CAAC,sBAAAC,mBAAA,EAAsB,GAAK,GAAG,OAAO;AACpF;","names":["module","VisibilityRoundedIcon"]}
@@ -0,0 +1,10 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { VisibilityRounded as VisibilityRoundedIcon } from "@mui/icons-material";
3
+ import { ModuleSummary } from "./ModuleSummary";
4
+ const WitnessSummary = ({ module, ...props }) => {
5
+ return /* @__PURE__ */ jsx(ModuleSummary, { module, icon: /* @__PURE__ */ jsx(VisibilityRoundedIcon, {}), ...props });
6
+ };
7
+ export {
8
+ WitnessSummary
9
+ };
10
+ //# sourceMappingURL=WitnessSummary.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/WitnessSummary.tsx"],"sourcesContent":["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"],"mappings":"AAM8C;AAN9C,SAAS,qBAAqB,6BAA6B;AAG3D,SAAS,qBAAyC;AAE3C,MAAM,iBAAgE,CAAC,EAAE,QAAQ,GAAG,MAAM,MAAM;AACrG,SAAO,oBAAC,iBAAc,QAAgB,MAAM,oBAAC,yBAAsB,GAAK,GAAG,OAAO;AACpF;","names":[]}
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { FlexBoxProps } from '@xylabs/react-flexbox';
3
+ export type XyoBusyProps = Omit<FlexBoxProps, 'children'> & {
4
+ busy?: boolean;
5
+ spinsPerSecond?: number;
6
+ widthInPixels?: number;
7
+ };
8
+ export declare const XyoBusy: React.FC<XyoBusyProps>;
9
+ //# sourceMappingURL=XyoBusy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoBusy.d.ts","sourceRoot":"","sources":["../../../src/components/XyoBusy.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAK7D,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,GAAG;IAC1D,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2B1C,CAAA"}
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { FlexBoxProps } from '@xylabs/react-flexbox';
3
+ export type XyoBusyProps = Omit<FlexBoxProps, 'children'> & {
4
+ busy?: boolean;
5
+ spinsPerSecond?: number;
6
+ widthInPixels?: number;
7
+ };
8
+ export declare const XyoBusy: React.FC<XyoBusyProps>;
9
+ //# sourceMappingURL=XyoBusy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyoBusy.d.ts","sourceRoot":"","sources":["../../../src/components/XyoBusy.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAK7D,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,GAAG;IAC1D,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2B1C,CAAA"}
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var XyoBusy_exports = {};
20
+ __export(XyoBusy_exports, {
21
+ XyoBusy: () => XyoBusy
22
+ });
23
+ module.exports = __toCommonJS(XyoBusy_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react_flexbox = require("@xylabs/react-flexbox");
26
+ var import_react = require("react");
27
+ var import_img = require("../img");
28
+ const XyoBusy = ({ widthInPixels, busy, spinsPerSecond = 0.5, ...props }) => {
29
+ const [imageLoaded, setImageLoaded] = (0, import_react.useState)(false);
30
+ if (!imageLoaded) {
31
+ const img = new Image();
32
+ img.onload = () => setImageLoaded(true);
33
+ img.src = import_img.xyoColorLogo;
34
+ }
35
+ return imageLoaded ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
36
+ import_react_flexbox.FlexCol,
37
+ {
38
+ sx: {
39
+ "@keyframes spin": {
40
+ "0%": {
41
+ transform: "rotate(360deg)"
42
+ },
43
+ "100%": {
44
+ transform: "rotate(0deg)"
45
+ }
46
+ },
47
+ animation: busy ? `spin ${1 / spinsPerSecond}s linear infinite` : void 0,
48
+ animationDirection: "reverse"
49
+ },
50
+ ...props,
51
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: import_img.xyoColorLogo, height: widthInPixels ?? 22 })
52
+ }
53
+ ) : null;
54
+ };
55
+ // Annotate the CommonJS export names for ESM import in node:
56
+ 0 && (module.exports = {
57
+ XyoBusy
58
+ });
59
+ //# sourceMappingURL=XyoBusy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/XyoBusy.tsx"],"sourcesContent":["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":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAmCM;AAnCN,2BAAsC;AACtC,mBAAyB;AAEzB,iBAA6B;AAQtB,MAAM,UAAkC,CAAC,EAAE,eAAe,MAAM,iBAAiB,KAAK,GAAG,MAAM,MAAM;AAE1G,QAAM,CAAC,aAAa,cAAc,QAAI,uBAAS,KAAK;AACpD,MAAI,CAAC,aAAa;AAChB,UAAM,MAAM,IAAI,MAAM;AACtB,QAAI,SAAS,MAAM,eAAe,IAAI;AACtC,QAAI,MAAM;AAAA,EACZ;AACA,SAAO,cACL;AAAA,IAAC;AAAA;AAAA,MACC,IAAI;AAAA,QACF,mBAAmB;AAAA,UACjB,MAAM;AAAA,YACJ,WAAW;AAAA,UACb;AAAA,UACA,QAAQ;AAAA,YACN,WAAW;AAAA,UACb;AAAA,QACF;AAAA,QACA,WAAW,OAAO,QAAQ,IAAI,cAAc,sBAAsB;AAAA,QAClE,oBAAoB;AAAA,MACtB;AAAA,MACC,GAAG;AAAA,MAEJ,sDAAC,SAAI,KAAK,yBAAc,QAAQ,iBAAiB,IAAI;AAAA;AAAA,EACvD,IACE;AACN;","names":[]}
@@ -0,0 +1,35 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { FlexCol } from "@xylabs/react-flexbox";
3
+ import { useState } from "react";
4
+ import { xyoColorLogo } from "../img";
5
+ const XyoBusy = ({ widthInPixels, busy, spinsPerSecond = 0.5, ...props }) => {
6
+ const [imageLoaded, setImageLoaded] = useState(false);
7
+ if (!imageLoaded) {
8
+ const img = new Image();
9
+ img.onload = () => setImageLoaded(true);
10
+ img.src = xyoColorLogo;
11
+ }
12
+ return imageLoaded ? /* @__PURE__ */ jsx(
13
+ FlexCol,
14
+ {
15
+ sx: {
16
+ "@keyframes spin": {
17
+ "0%": {
18
+ transform: "rotate(360deg)"
19
+ },
20
+ "100%": {
21
+ transform: "rotate(0deg)"
22
+ }
23
+ },
24
+ animation: busy ? `spin ${1 / spinsPerSecond}s linear infinite` : void 0,
25
+ animationDirection: "reverse"
26
+ },
27
+ ...props,
28
+ children: /* @__PURE__ */ jsx("img", { src: xyoColorLogo, height: widthInPixels ?? 22 })
29
+ }
30
+ ) : null;
31
+ };
32
+ export {
33
+ XyoBusy
34
+ };
35
+ //# sourceMappingURL=XyoBusy.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/XyoBusy.tsx"],"sourcesContent":["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":"AAmCM;AAnCN,SAAuB,eAAe;AACtC,SAAS,gBAAgB;AAEzB,SAAS,oBAAoB;AAQtB,MAAM,UAAkC,CAAC,EAAE,eAAe,MAAM,iBAAiB,KAAK,GAAG,MAAM,MAAM;AAE1G,QAAM,CAAC,aAAa,cAAc,IAAI,SAAS,KAAK;AACpD,MAAI,CAAC,aAAa;AAChB,UAAM,MAAM,IAAI,MAAM;AACtB,QAAI,SAAS,MAAM,eAAe,IAAI;AACtC,QAAI,MAAM;AAAA,EACZ;AACA,SAAO,cACL;AAAA,IAAC;AAAA;AAAA,MACC,IAAI;AAAA,QACF,mBAAmB;AAAA,UACjB,MAAM;AAAA,YACJ,WAAW;AAAA,UACb;AAAA,UACA,QAAQ;AAAA,YACN,WAAW;AAAA,UACb;AAAA,QACF;AAAA,QACA,WAAW,OAAO,QAAQ,IAAI,cAAc,sBAAsB;AAAA,QAClE,oBAAoB;AAAA,MACtB;AAAA,MACC,GAAG;AAAA,MAEJ,8BAAC,SAAI,KAAK,cAAc,QAAQ,iBAAiB,IAAI;AAAA;AAAA,EACvD,IACE;AACN;","names":[]}
@@ -0,0 +1,15 @@
1
+ export * from './ArchivistSummary';
2
+ export * from './BridgeSummary';
3
+ export * from './DebugDialog';
4
+ export * from './DivinerSummary';
5
+ export * from './ModuleAccordion';
6
+ export * from './ModuleDetails';
7
+ export * from './ModuleSummary';
8
+ export * from './NodeDetails';
9
+ export * from './PoweredByXyo';
10
+ export * from './PoweredByXyoButton';
11
+ export * from './SentinelSummary';
12
+ export * from './TypedModuleSummary';
13
+ export * from './WitnessSummary';
14
+ export * from './XyoBusy';
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,WAAW,CAAA"}
@@ -0,0 +1,15 @@
1
+ export * from './ArchivistSummary';
2
+ export * from './BridgeSummary';
3
+ export * from './DebugDialog';
4
+ export * from './DivinerSummary';
5
+ export * from './ModuleAccordion';
6
+ export * from './ModuleDetails';
7
+ export * from './ModuleSummary';
8
+ export * from './NodeDetails';
9
+ export * from './PoweredByXyo';
10
+ export * from './PoweredByXyoButton';
11
+ export * from './SentinelSummary';
12
+ export * from './TypedModuleSummary';
13
+ export * from './WitnessSummary';
14
+ export * from './XyoBusy';
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,WAAW,CAAA"}
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var components_exports = {};
17
+ module.exports = __toCommonJS(components_exports);
18
+ __reExport(components_exports, require("./ArchivistSummary"), module.exports);
19
+ __reExport(components_exports, require("./BridgeSummary"), module.exports);
20
+ __reExport(components_exports, require("./DebugDialog"), module.exports);
21
+ __reExport(components_exports, require("./DivinerSummary"), module.exports);
22
+ __reExport(components_exports, require("./ModuleAccordion"), module.exports);
23
+ __reExport(components_exports, require("./ModuleDetails"), module.exports);
24
+ __reExport(components_exports, require("./ModuleSummary"), module.exports);
25
+ __reExport(components_exports, require("./NodeDetails"), module.exports);
26
+ __reExport(components_exports, require("./PoweredByXyo"), module.exports);
27
+ __reExport(components_exports, require("./PoweredByXyoButton"), module.exports);
28
+ __reExport(components_exports, require("./SentinelSummary"), module.exports);
29
+ __reExport(components_exports, require("./TypedModuleSummary"), module.exports);
30
+ __reExport(components_exports, require("./WitnessSummary"), module.exports);
31
+ __reExport(components_exports, require("./XyoBusy"), module.exports);
32
+ // Annotate the CommonJS export names for ESM import in node:
33
+ 0 && (module.exports = {
34
+ ...require("./ArchivistSummary"),
35
+ ...require("./BridgeSummary"),
36
+ ...require("./DebugDialog"),
37
+ ...require("./DivinerSummary"),
38
+ ...require("./ModuleAccordion"),
39
+ ...require("./ModuleDetails"),
40
+ ...require("./ModuleSummary"),
41
+ ...require("./NodeDetails"),
42
+ ...require("./PoweredByXyo"),
43
+ ...require("./PoweredByXyoButton"),
44
+ ...require("./SentinelSummary"),
45
+ ...require("./TypedModuleSummary"),
46
+ ...require("./WitnessSummary"),
47
+ ...require("./XyoBusy")
48
+ });
49
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/index.ts"],"sourcesContent":["export * from './ArchivistSummary'\nexport * from './BridgeSummary'\nexport * from './DebugDialog'\nexport * from './DivinerSummary'\nexport * from './ModuleAccordion'\nexport * from './ModuleDetails'\nexport * from './ModuleSummary'\nexport * from './NodeDetails'\nexport * from './PoweredByXyo'\nexport * from './PoweredByXyoButton'\nexport * from './SentinelSummary'\nexport * from './TypedModuleSummary'\nexport * from './WitnessSummary'\nexport * from './XyoBusy'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,+BAAd;AACA,+BAAc,4BADd;AAEA,+BAAc,0BAFd;AAGA,+BAAc,6BAHd;AAIA,+BAAc,8BAJd;AAKA,+BAAc,4BALd;AAMA,+BAAc,4BANd;AAOA,+BAAc,0BAPd;AAQA,+BAAc,2BARd;AASA,+BAAc,iCATd;AAUA,+BAAc,8BAVd;AAWA,+BAAc,iCAXd;AAYA,+BAAc,6BAZd;AAaA,+BAAc,sBAbd;","names":[]}
@@ -0,0 +1,15 @@
1
+ export * from "./ArchivistSummary";
2
+ export * from "./BridgeSummary";
3
+ export * from "./DebugDialog";
4
+ export * from "./DivinerSummary";
5
+ export * from "./ModuleAccordion";
6
+ export * from "./ModuleDetails";
7
+ export * from "./ModuleSummary";
8
+ export * from "./NodeDetails";
9
+ export * from "./PoweredByXyo";
10
+ export * from "./PoweredByXyoButton";
11
+ export * from "./SentinelSummary";
12
+ export * from "./TypedModuleSummary";
13
+ export * from "./WitnessSummary";
14
+ export * from "./XyoBusy";
15
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/components/index.ts"],"sourcesContent":["export * from './ArchivistSummary'\nexport * from './BridgeSummary'\nexport * from './DebugDialog'\nexport * from './DivinerSummary'\nexport * from './ModuleAccordion'\nexport * from './ModuleDetails'\nexport * from './ModuleSummary'\nexport * from './NodeDetails'\nexport * from './PoweredByXyo'\nexport * from './PoweredByXyoButton'\nexport * from './SentinelSummary'\nexport * from './TypedModuleSummary'\nexport * from './WitnessSummary'\nexport * from './XyoBusy'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}