@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,101 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var PoweredByXyo_stories_exports = {};
30
+ __export(PoweredByXyo_stories_exports, {
31
+ Busy: () => Busy,
32
+ Default: () => Default,
33
+ WithNode: () => WithNode,
34
+ WithNodeAndDebug: () => WithNodeAndDebug,
35
+ default: () => PoweredByXyo_stories_default
36
+ });
37
+ module.exports = __toCommonJS(PoweredByXyo_stories_exports);
38
+ var import_jsx_runtime = require("react/jsx-runtime");
39
+ var import_delay = require("@xylabs/delay");
40
+ var import_react_async_effect = require("@xylabs/react-async-effect");
41
+ var import_react_flexbox = require("@xylabs/react-flexbox");
42
+ var import_react_promise = require("@xylabs/react-promise");
43
+ var import_account = require("@xyo-network/account");
44
+ var import_archivist_model = require("@xyo-network/archivist-model");
45
+ var import_manifest = require("@xyo-network/manifest");
46
+ var import_react_node = require("@xyo-network/react-node");
47
+ var import_react2 = require("react");
48
+ var import_PoweredByXyo = require("../PoweredByXyo");
49
+ var import_simple_node_inline_manifest = __toESM(require("./simple-node-inline-manifest.json"));
50
+ const StorybookEntry = {
51
+ component: import_PoweredByXyo.PoweredByXyo,
52
+ parameters: {
53
+ docs: {
54
+ page: null
55
+ }
56
+ },
57
+ title: "Badge/PoweredByXyo"
58
+ };
59
+ const TemplateContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_flexbox.FlexCol, { height: "300px", width: "100%", sx: { backgroundColor: "grey" }, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_PoweredByXyo.PoweredByXyo, { ...props }) });
60
+ const TemplateWithNodeContainer = (props) => {
61
+ const [node, setNode] = (0, import_react2.useState)();
62
+ (0, import_react_async_effect.useAsyncEffect)(
63
+ // eslint-disable-next-line react-hooks/exhaustive-deps
64
+ async () => {
65
+ const wallet = await import_account.HDWallet.random();
66
+ const manifest = new import_manifest.ManifestWrapper(import_simple_node_inline_manifest.default, wallet);
67
+ const [node2] = await manifest.loadNodes();
68
+ setNode(node2);
69
+ },
70
+ []
71
+ );
72
+ (0, import_react_promise.usePromise)(async () => {
73
+ if (node) {
74
+ const archivist = (0, import_archivist_model.asArchivistInstance)(await node.resolve("Archivist"));
75
+ if (archivist) {
76
+ let calls = 1;
77
+ while (calls) {
78
+ calls--;
79
+ await archivist.get([""]);
80
+ await (0, import_delay.delay)(100);
81
+ }
82
+ }
83
+ }
84
+ }, [node]);
85
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_node.NodeProvider, { node, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_flexbox.FlexCol, { height: "300px", width: "100%", sx: { backgroundColor: "grey" }, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_PoweredByXyo.PoweredByXyo, { node, ...props }) }) });
86
+ };
87
+ const Default = TemplateContainer.bind({});
88
+ const Busy = TemplateContainer.bind({});
89
+ Busy.args = { busy: true };
90
+ const WithNode = TemplateWithNodeContainer.bind({});
91
+ const WithNodeAndDebug = TemplateWithNodeContainer.bind({});
92
+ WithNodeAndDebug.args = { debugDialog: true };
93
+ var PoweredByXyo_stories_default = StorybookEntry;
94
+ // Annotate the CommonJS export names for ESM import in node:
95
+ 0 && (module.exports = {
96
+ Busy,
97
+ Default,
98
+ WithNode,
99
+ WithNodeAndDebug
100
+ });
101
+ //# sourceMappingURL=PoweredByXyo.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/components/stories/PoweredByXyo.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\nimport { delay } from '@xylabs/delay'\nimport { useAsyncEffect } from '@xylabs/react-async-effect'\nimport { FlexCol } from '@xylabs/react-flexbox'\nimport { usePromise } from '@xylabs/react-promise'\nimport { HDWallet } from '@xyo-network/account'\nimport { asArchivistInstance } from '@xyo-network/archivist-model'\nimport { ManifestPayload, ManifestWrapper } from '@xyo-network/manifest'\nimport { NodeInstance } from '@xyo-network/node-model'\nimport { NodeProvider } from '@xyo-network/react-node'\nimport { useState } from 'react'\n\nimport { PoweredByXyo, PoweredByXyoProps } from '../PoweredByXyo'\nimport simpleNodeInlineManifest from './simple-node-inline-manifest.json'\n\nconst StorybookEntry = {\n component: PoweredByXyo,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/PoweredByXyo',\n} as Meta<typeof PoweredByXyo>\n\nconst TemplateContainer: StoryFn<typeof PoweredByXyo> = (props: PoweredByXyoProps) => (\n <FlexCol height=\"300px\" width=\"100%\" sx={{ backgroundColor: 'grey' }}>\n <PoweredByXyo {...props} />\n </FlexCol>\n)\n\nconst TemplateWithNodeContainer: StoryFn<typeof PoweredByXyo> = (props: PoweredByXyoProps) => {\n const [node, setNode] = useState<NodeInstance>()\n useAsyncEffect(\n // eslint-disable-next-line react-hooks/exhaustive-deps\n async () => {\n const wallet = await HDWallet.random()\n const manifest = new ManifestWrapper(simpleNodeInlineManifest as ManifestPayload, wallet)\n const [node] = await manifest.loadNodes()\n setNode(node)\n },\n [],\n )\n\n usePromise(async () => {\n if (node) {\n const archivist = asArchivistInstance(await node.resolve('Archivist'))\n if (archivist) {\n let calls = 1\n while (calls) {\n calls--\n await archivist.get([''])\n await delay(100)\n }\n }\n }\n }, [node])\n\n return (\n <NodeProvider node={node}>\n <FlexCol height=\"300px\" width=\"100%\" sx={{ backgroundColor: 'grey' }}>\n <PoweredByXyo node={node} {...props} />\n </FlexCol>\n </NodeProvider>\n )\n}\n\nconst Default = TemplateContainer.bind({})\n\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nconst WithNode = TemplateWithNodeContainer.bind({})\n\nconst WithNodeAndDebug = TemplateWithNodeContainer.bind({})\nWithNodeAndDebug.args = { debugDialog: true }\n\nexport { Busy, Default, WithNode, WithNodeAndDebug }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA2BI;AA1BJ,mBAAsB;AACtB,gCAA+B;AAC/B,2BAAwB;AACxB,2BAA2B;AAC3B,qBAAyB;AACzB,6BAAoC;AACpC,sBAAiD;AAEjD,wBAA6B;AAC7B,IAAAA,gBAAyB;AAEzB,0BAAgD;AAChD,yCAAqC;AAErC,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAAkD,CAAC,UACvD,4CAAC,gCAAQ,QAAO,SAAQ,OAAM,QAAO,IAAI,EAAE,iBAAiB,OAAO,GACjE,sDAAC,oCAAc,GAAG,OAAO,GAC3B;AAGF,MAAM,4BAA0D,CAAC,UAA6B;AAC5F,QAAM,CAAC,MAAM,OAAO,QAAI,wBAAuB;AAC/C;AAAA;AAAA,IAEE,YAAY;AACV,YAAM,SAAS,MAAM,wBAAS,OAAO;AACrC,YAAM,WAAW,IAAI,gCAAgB,mCAAAC,SAA6C,MAAM;AACxF,YAAM,CAACC,KAAI,IAAI,MAAM,SAAS,UAAU;AACxC,cAAQA,KAAI;AAAA,IACd;AAAA,IACA,CAAC;AAAA,EACH;AAEA,uCAAW,YAAY;AACrB,QAAI,MAAM;AACR,YAAM,gBAAY,4CAAoB,MAAM,KAAK,QAAQ,WAAW,CAAC;AACrE,UAAI,WAAW;AACb,YAAI,QAAQ;AACZ,eAAO,OAAO;AACZ;AACA,gBAAM,UAAU,IAAI,CAAC,EAAE,CAAC;AACxB,oBAAM,oBAAM,GAAG;AAAA,QACjB;AAAA,MACF;AAAA,IACF;AAAA,EACF,GAAG,CAAC,IAAI,CAAC;AAET,SACE,4CAAC,kCAAa,MACZ,sDAAC,gCAAQ,QAAO,SAAQ,OAAM,QAAO,IAAI,EAAE,iBAAiB,OAAO,GACjE,sDAAC,oCAAa,MAAa,GAAG,OAAO,GACvC,GACF;AAEJ;AAEA,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AAEzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAEzB,MAAM,WAAW,0BAA0B,KAAK,CAAC,CAAC;AAElD,MAAM,mBAAmB,0BAA0B,KAAK,CAAC,CAAC;AAC1D,iBAAiB,OAAO,EAAE,aAAa,KAAK;AAK5C,IAAO,+BAAQ;","names":["import_react","simpleNodeInlineManifest","node"]}
@@ -0,0 +1,64 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { delay } from "@xylabs/delay";
3
+ import { useAsyncEffect } from "@xylabs/react-async-effect";
4
+ import { FlexCol } from "@xylabs/react-flexbox";
5
+ import { usePromise } from "@xylabs/react-promise";
6
+ import { HDWallet } from "@xyo-network/account";
7
+ import { asArchivistInstance } from "@xyo-network/archivist-model";
8
+ import { ManifestWrapper } from "@xyo-network/manifest";
9
+ import { NodeProvider } from "@xyo-network/react-node";
10
+ import { useState } from "react";
11
+ import { PoweredByXyo } from "../PoweredByXyo";
12
+ import simpleNodeInlineManifest from "./simple-node-inline-manifest.json";
13
+ const StorybookEntry = {
14
+ component: PoweredByXyo,
15
+ parameters: {
16
+ docs: {
17
+ page: null
18
+ }
19
+ },
20
+ title: "Badge/PoweredByXyo"
21
+ };
22
+ const TemplateContainer = (props) => /* @__PURE__ */ jsx(FlexCol, { height: "300px", width: "100%", sx: { backgroundColor: "grey" }, children: /* @__PURE__ */ jsx(PoweredByXyo, { ...props }) });
23
+ const TemplateWithNodeContainer = (props) => {
24
+ const [node, setNode] = useState();
25
+ useAsyncEffect(
26
+ // eslint-disable-next-line react-hooks/exhaustive-deps
27
+ async () => {
28
+ const wallet = await HDWallet.random();
29
+ const manifest = new ManifestWrapper(simpleNodeInlineManifest, wallet);
30
+ const [node2] = await manifest.loadNodes();
31
+ setNode(node2);
32
+ },
33
+ []
34
+ );
35
+ usePromise(async () => {
36
+ if (node) {
37
+ const archivist = asArchivistInstance(await node.resolve("Archivist"));
38
+ if (archivist) {
39
+ let calls = 1;
40
+ while (calls) {
41
+ calls--;
42
+ await archivist.get([""]);
43
+ await delay(100);
44
+ }
45
+ }
46
+ }
47
+ }, [node]);
48
+ return /* @__PURE__ */ jsx(NodeProvider, { node, children: /* @__PURE__ */ jsx(FlexCol, { height: "300px", width: "100%", sx: { backgroundColor: "grey" }, children: /* @__PURE__ */ jsx(PoweredByXyo, { node, ...props }) }) });
49
+ };
50
+ const Default = TemplateContainer.bind({});
51
+ const Busy = TemplateContainer.bind({});
52
+ Busy.args = { busy: true };
53
+ const WithNode = TemplateWithNodeContainer.bind({});
54
+ const WithNodeAndDebug = TemplateWithNodeContainer.bind({});
55
+ WithNodeAndDebug.args = { debugDialog: true };
56
+ var PoweredByXyo_stories_default = StorybookEntry;
57
+ export {
58
+ Busy,
59
+ Default,
60
+ WithNode,
61
+ WithNodeAndDebug,
62
+ PoweredByXyo_stories_default as default
63
+ };
64
+ //# sourceMappingURL=PoweredByXyo.stories.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/components/stories/PoweredByXyo.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\nimport { delay } from '@xylabs/delay'\nimport { useAsyncEffect } from '@xylabs/react-async-effect'\nimport { FlexCol } from '@xylabs/react-flexbox'\nimport { usePromise } from '@xylabs/react-promise'\nimport { HDWallet } from '@xyo-network/account'\nimport { asArchivistInstance } from '@xyo-network/archivist-model'\nimport { ManifestPayload, ManifestWrapper } from '@xyo-network/manifest'\nimport { NodeInstance } from '@xyo-network/node-model'\nimport { NodeProvider } from '@xyo-network/react-node'\nimport { useState } from 'react'\n\nimport { PoweredByXyo, PoweredByXyoProps } from '../PoweredByXyo'\nimport simpleNodeInlineManifest from './simple-node-inline-manifest.json'\n\nconst StorybookEntry = {\n component: PoweredByXyo,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/PoweredByXyo',\n} as Meta<typeof PoweredByXyo>\n\nconst TemplateContainer: StoryFn<typeof PoweredByXyo> = (props: PoweredByXyoProps) => (\n <FlexCol height=\"300px\" width=\"100%\" sx={{ backgroundColor: 'grey' }}>\n <PoweredByXyo {...props} />\n </FlexCol>\n)\n\nconst TemplateWithNodeContainer: StoryFn<typeof PoweredByXyo> = (props: PoweredByXyoProps) => {\n const [node, setNode] = useState<NodeInstance>()\n useAsyncEffect(\n // eslint-disable-next-line react-hooks/exhaustive-deps\n async () => {\n const wallet = await HDWallet.random()\n const manifest = new ManifestWrapper(simpleNodeInlineManifest as ManifestPayload, wallet)\n const [node] = await manifest.loadNodes()\n setNode(node)\n },\n [],\n )\n\n usePromise(async () => {\n if (node) {\n const archivist = asArchivistInstance(await node.resolve('Archivist'))\n if (archivist) {\n let calls = 1\n while (calls) {\n calls--\n await archivist.get([''])\n await delay(100)\n }\n }\n }\n }, [node])\n\n return (\n <NodeProvider node={node}>\n <FlexCol height=\"300px\" width=\"100%\" sx={{ backgroundColor: 'grey' }}>\n <PoweredByXyo node={node} {...props} />\n </FlexCol>\n </NodeProvider>\n )\n}\n\nconst Default = TemplateContainer.bind({})\n\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nconst WithNode = TemplateWithNodeContainer.bind({})\n\nconst WithNodeAndDebug = TemplateWithNodeContainer.bind({})\nWithNodeAndDebug.args = { debugDialog: true }\n\nexport { Busy, Default, WithNode, WithNodeAndDebug }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":"AA2BI;AA1BJ,SAAS,aAAa;AACtB,SAAS,sBAAsB;AAC/B,SAAS,eAAe;AACxB,SAAS,kBAAkB;AAC3B,SAAS,gBAAgB;AACzB,SAAS,2BAA2B;AACpC,SAA0B,uBAAuB;AAEjD,SAAS,oBAAoB;AAC7B,SAAS,gBAAgB;AAEzB,SAAS,oBAAuC;AAChD,OAAO,8BAA8B;AAErC,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAAkD,CAAC,UACvD,oBAAC,WAAQ,QAAO,SAAQ,OAAM,QAAO,IAAI,EAAE,iBAAiB,OAAO,GACjE,8BAAC,gBAAc,GAAG,OAAO,GAC3B;AAGF,MAAM,4BAA0D,CAAC,UAA6B;AAC5F,QAAM,CAAC,MAAM,OAAO,IAAI,SAAuB;AAC/C;AAAA;AAAA,IAEE,YAAY;AACV,YAAM,SAAS,MAAM,SAAS,OAAO;AACrC,YAAM,WAAW,IAAI,gBAAgB,0BAA6C,MAAM;AACxF,YAAM,CAACA,KAAI,IAAI,MAAM,SAAS,UAAU;AACxC,cAAQA,KAAI;AAAA,IACd;AAAA,IACA,CAAC;AAAA,EACH;AAEA,aAAW,YAAY;AACrB,QAAI,MAAM;AACR,YAAM,YAAY,oBAAoB,MAAM,KAAK,QAAQ,WAAW,CAAC;AACrE,UAAI,WAAW;AACb,YAAI,QAAQ;AACZ,eAAO,OAAO;AACZ;AACA,gBAAM,UAAU,IAAI,CAAC,EAAE,CAAC;AACxB,gBAAM,MAAM,GAAG;AAAA,QACjB;AAAA,MACF;AAAA,IACF;AAAA,EACF,GAAG,CAAC,IAAI,CAAC;AAET,SACE,oBAAC,gBAAa,MACZ,8BAAC,WAAQ,QAAO,SAAQ,OAAM,QAAO,IAAI,EAAE,iBAAiB,OAAO,GACjE,8BAAC,gBAAa,MAAa,GAAG,OAAO,GACvC,GACF;AAEJ;AAEA,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AAEzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAEzB,MAAM,WAAW,0BAA0B,KAAK,CAAC,CAAC;AAElD,MAAM,mBAAmB,0BAA0B,KAAK,CAAC,CAAC;AAC1D,iBAAiB,OAAO,EAAE,aAAa,KAAK;AAK5C,IAAO,+BAAQ;","names":["node"]}
@@ -0,0 +1,47 @@
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 PoweredByXyoButton_stories_exports = {};
20
+ __export(PoweredByXyoButton_stories_exports, {
21
+ Busy: () => Busy,
22
+ Default: () => Default,
23
+ default: () => PoweredByXyoButton_stories_default
24
+ });
25
+ module.exports = __toCommonJS(PoweredByXyoButton_stories_exports);
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var import_PoweredByXyoButton = require("../PoweredByXyoButton");
28
+ const StorybookEntry = {
29
+ component: import_PoweredByXyoButton.PoweredByXyoButton,
30
+ parameters: {
31
+ docs: {
32
+ page: null
33
+ }
34
+ },
35
+ title: "Badge/PoweredByXyoButton"
36
+ };
37
+ const TemplateContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_PoweredByXyoButton.PoweredByXyoButton, { ...props });
38
+ const Default = TemplateContainer.bind({});
39
+ const Busy = TemplateContainer.bind({});
40
+ Busy.args = { busy: true };
41
+ var PoweredByXyoButton_stories_default = StorybookEntry;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ Busy,
45
+ Default
46
+ });
47
+ //# sourceMappingURL=PoweredByXyoButton.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/components/stories/PoweredByXyoButton.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\n\nimport { PoweredByXyoButton, PoweredByXyoButtonProps } from '../PoweredByXyoButton'\n\nconst StorybookEntry = {\n component: PoweredByXyoButton,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/PoweredByXyoButton',\n} as Meta<typeof PoweredByXyoButton>\n\nconst TemplateContainer: StoryFn<typeof PoweredByXyoButton> = (props: PoweredByXyoButtonProps) => <PoweredByXyoButton {...props} />\n\nconst Default = TemplateContainer.bind({})\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nexport { Busy, Default }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAckG;AAZlG,gCAA4D;AAE5D,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAAwD,CAAC,UAAmC,4CAAC,gDAAoB,GAAG,OAAO;AAEjI,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AACzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAKzB,IAAO,qCAAQ;","names":[]}
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { PoweredByXyoButton } from "../PoweredByXyoButton";
3
+ const StorybookEntry = {
4
+ component: PoweredByXyoButton,
5
+ parameters: {
6
+ docs: {
7
+ page: null
8
+ }
9
+ },
10
+ title: "Badge/PoweredByXyoButton"
11
+ };
12
+ const TemplateContainer = (props) => /* @__PURE__ */ jsx(PoweredByXyoButton, { ...props });
13
+ const Default = TemplateContainer.bind({});
14
+ const Busy = TemplateContainer.bind({});
15
+ Busy.args = { busy: true };
16
+ var PoweredByXyoButton_stories_default = StorybookEntry;
17
+ export {
18
+ Busy,
19
+ Default,
20
+ PoweredByXyoButton_stories_default as default
21
+ };
22
+ //# sourceMappingURL=PoweredByXyoButton.stories.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/components/stories/PoweredByXyoButton.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\n\nimport { PoweredByXyoButton, PoweredByXyoButtonProps } from '../PoweredByXyoButton'\n\nconst StorybookEntry = {\n component: PoweredByXyoButton,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/PoweredByXyoButton',\n} as Meta<typeof PoweredByXyoButton>\n\nconst TemplateContainer: StoryFn<typeof PoweredByXyoButton> = (props: PoweredByXyoButtonProps) => <PoweredByXyoButton {...props} />\n\nconst Default = TemplateContainer.bind({})\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nexport { Busy, Default }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":"AAckG;AAZlG,SAAS,0BAAmD;AAE5D,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAAwD,CAAC,UAAmC,oBAAC,sBAAoB,GAAG,OAAO;AAEjI,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AACzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAKzB,IAAO,qCAAQ;","names":[]}
@@ -0,0 +1,47 @@
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_stories_exports = {};
20
+ __export(XyoBusy_stories_exports, {
21
+ Busy: () => Busy,
22
+ Default: () => Default,
23
+ default: () => XyoBusy_stories_default
24
+ });
25
+ module.exports = __toCommonJS(XyoBusy_stories_exports);
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var import_XyoBusy = require("../XyoBusy");
28
+ const StorybookEntry = {
29
+ component: import_XyoBusy.XyoBusy,
30
+ parameters: {
31
+ docs: {
32
+ page: null
33
+ }
34
+ },
35
+ title: "Badge/XyoBusy"
36
+ };
37
+ const TemplateContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_XyoBusy.XyoBusy, { ...props });
38
+ const Default = TemplateContainer.bind({});
39
+ const Busy = TemplateContainer.bind({});
40
+ Busy.args = { busy: true };
41
+ var XyoBusy_stories_default = StorybookEntry;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ Busy,
45
+ Default
46
+ });
47
+ //# sourceMappingURL=XyoBusy.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/components/stories/XyoBusy.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\n\nimport { XyoBusy, XyoBusyProps } from '../XyoBusy'\n\nconst StorybookEntry = {\n component: XyoBusy,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/XyoBusy',\n} as Meta<typeof XyoBusy>\n\nconst TemplateContainer: StoryFn<typeof XyoBusy> = (props: XyoBusyProps) => <XyoBusy {...props} />\n\nconst Default = TemplateContainer.bind({})\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nexport { Busy, Default }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAc4E;AAZ5E,qBAAsC;AAEtC,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAA6C,CAAC,UAAwB,4CAAC,0BAAS,GAAG,OAAO;AAEhG,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AACzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAKzB,IAAO,0BAAQ;","names":[]}
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { XyoBusy } from "../XyoBusy";
3
+ const StorybookEntry = {
4
+ component: XyoBusy,
5
+ parameters: {
6
+ docs: {
7
+ page: null
8
+ }
9
+ },
10
+ title: "Badge/XyoBusy"
11
+ };
12
+ const TemplateContainer = (props) => /* @__PURE__ */ jsx(XyoBusy, { ...props });
13
+ const Default = TemplateContainer.bind({});
14
+ const Busy = TemplateContainer.bind({});
15
+ Busy.args = { busy: true };
16
+ var XyoBusy_stories_default = StorybookEntry;
17
+ export {
18
+ Busy,
19
+ Default,
20
+ XyoBusy_stories_default as default
21
+ };
22
+ //# sourceMappingURL=XyoBusy.stories.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/components/stories/XyoBusy.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\n\nimport { XyoBusy, XyoBusyProps } from '../XyoBusy'\n\nconst StorybookEntry = {\n component: XyoBusy,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'Badge/XyoBusy',\n} as Meta<typeof XyoBusy>\n\nconst TemplateContainer: StoryFn<typeof XyoBusy> = (props: XyoBusyProps) => <XyoBusy {...props} />\n\nconst Default = TemplateContainer.bind({})\nconst Busy = TemplateContainer.bind({})\nBusy.args = { busy: true }\n\nexport { Busy, Default }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":"AAc4E;AAZ5E,SAAS,eAA6B;AAEtC,MAAM,iBAAiB;AAAA,EACrB,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,oBAA6C,CAAC,UAAwB,oBAAC,WAAS,GAAG,OAAO;AAEhG,MAAM,UAAU,kBAAkB,KAAK,CAAC,CAAC;AACzC,MAAM,OAAO,kBAAkB,KAAK,CAAC,CAAC;AACtC,KAAK,OAAO,EAAE,MAAM,KAAK;AAKzB,IAAO,0BAAQ;","names":[]}
@@ -0,0 +1,53 @@
1
+ module.exports = {
2
+ $schema: "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/569095963dfba73a9d48fb17ea137a433b30f4e7/packages/manifest/src/schema.json",
3
+ nodes: [
4
+ {
5
+ config: {
6
+ accountPath: "0'",
7
+ name: "SimpleMemoryDapp",
8
+ schema: "network.xyo.node.config"
9
+ },
10
+ modules: {
11
+ private: [
12
+ {
13
+ config: {
14
+ accountPath: "1'",
15
+ language: "javascript",
16
+ name: "ScratchArchivist",
17
+ schema: "network.xyo.archivist.config"
18
+ }
19
+ }
20
+ ],
21
+ public: [
22
+ {
23
+ config: {
24
+ accountPath: "2'",
25
+ language: "javascript",
26
+ name: "SimpleArchivist",
27
+ schema: "network.xyo.archivist.config"
28
+ }
29
+ },
30
+ {
31
+ config: {
32
+ accountPath: "3'",
33
+ language: "javascript",
34
+ name: "SimpleSentinel",
35
+ schema: "network.xyo.sentinel.config"
36
+ }
37
+ },
38
+ {
39
+ config: {
40
+ accountPath: "4'",
41
+ language: "javascript",
42
+ name: "SimpleHttpBridge",
43
+ nodeUrl: "https://beta.api.archivist.xyo.network",
44
+ schema: "network.xyo.bridge.http.config"
45
+ }
46
+ }
47
+ ]
48
+ }
49
+ }
50
+ ],
51
+ schema: "network.xyo.manifest"
52
+ };
53
+ //# sourceMappingURL=simple-node-inline-manifest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/components/stories/simple-node-inline-manifest.json"],"sourcesContent":["{\n \"$schema\": \"https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/569095963dfba73a9d48fb17ea137a433b30f4e7/packages/manifest/src/schema.json\",\n \"nodes\": [\n {\n \"config\": {\n \"accountPath\": \"0'\",\n \"name\": \"SimpleMemoryDapp\",\n \"schema\": \"network.xyo.node.config\"\n },\n \"modules\": {\n \"private\": [\n {\n \"config\": {\n \"accountPath\": \"1'\",\n \"language\": \"javascript\",\n \"name\": \"ScratchArchivist\",\n \"schema\": \"network.xyo.archivist.config\"\n }\n }\n ],\n \"public\": [\n {\n \"config\": {\n \"accountPath\": \"2'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleArchivist\",\n \"schema\": \"network.xyo.archivist.config\"\n }\n },\n {\n \"config\": {\n \"accountPath\": \"3'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleSentinel\",\n \"schema\": \"network.xyo.sentinel.config\"\n }\n },\n {\n \"config\": {\n \"accountPath\": \"4'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleHttpBridge\",\n \"nodeUrl\": \"https://beta.api.archivist.xyo.network\",\n \"schema\": \"network.xyo.bridge.http.config\"\n }\n }\n ]\n }\n }\n ],\n \"schema\": \"network.xyo.manifest\"\n}"],"mappings":"AAAA;AAAA,EACE,SAAW;AAAA,EACX,OAAS;AAAA,IACP;AAAA,MACE,QAAU;AAAA,QACR,aAAe;AAAA,QACf,MAAQ;AAAA,QACR,QAAU;AAAA,MACZ;AAAA,MACA,SAAW;AAAA,QACT,SAAW;AAAA,UACT;AAAA,YACE,QAAU;AAAA,cACR,aAAe;AAAA,cACf,UAAY;AAAA,cACZ,MAAQ;AAAA,cACR,QAAU;AAAA,YACZ;AAAA,UACF;AAAA,QACF;AAAA,QACA,QAAU;AAAA,UACR;AAAA,YACE,QAAU;AAAA,cACR,aAAe;AAAA,cACf,UAAY;AAAA,cACZ,MAAQ;AAAA,cACR,QAAU;AAAA,YACZ;AAAA,UACF;AAAA,UACA;AAAA,YACE,QAAU;AAAA,cACR,aAAe;AAAA,cACf,UAAY;AAAA,cACZ,MAAQ;AAAA,cACR,QAAU;AAAA,YACZ;AAAA,UACF;AAAA,UACA;AAAA,YACE,QAAU;AAAA,cACR,aAAe;AAAA,cACf,UAAY;AAAA,cACZ,MAAQ;AAAA,cACR,SAAW;AAAA,cACX,QAAU;AAAA,YACZ;AAAA,UACF;AAAA,QACF;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EACA,QAAU;AACZ;","names":[]}
@@ -0,0 +1,62 @@
1
+ var $schema = "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/569095963dfba73a9d48fb17ea137a433b30f4e7/packages/manifest/src/schema.json";
2
+ var nodes = [
3
+ {
4
+ config: {
5
+ accountPath: "0'",
6
+ name: "SimpleMemoryDapp",
7
+ schema: "network.xyo.node.config"
8
+ },
9
+ modules: {
10
+ private: [
11
+ {
12
+ config: {
13
+ accountPath: "1'",
14
+ language: "javascript",
15
+ name: "ScratchArchivist",
16
+ schema: "network.xyo.archivist.config"
17
+ }
18
+ }
19
+ ],
20
+ public: [
21
+ {
22
+ config: {
23
+ accountPath: "2'",
24
+ language: "javascript",
25
+ name: "SimpleArchivist",
26
+ schema: "network.xyo.archivist.config"
27
+ }
28
+ },
29
+ {
30
+ config: {
31
+ accountPath: "3'",
32
+ language: "javascript",
33
+ name: "SimpleSentinel",
34
+ schema: "network.xyo.sentinel.config"
35
+ }
36
+ },
37
+ {
38
+ config: {
39
+ accountPath: "4'",
40
+ language: "javascript",
41
+ name: "SimpleHttpBridge",
42
+ nodeUrl: "https://beta.api.archivist.xyo.network",
43
+ schema: "network.xyo.bridge.http.config"
44
+ }
45
+ }
46
+ ]
47
+ }
48
+ }
49
+ ];
50
+ var schema = "network.xyo.manifest";
51
+ var simple_node_inline_manifest_default = {
52
+ $schema,
53
+ nodes,
54
+ schema
55
+ };
56
+ export {
57
+ $schema,
58
+ simple_node_inline_manifest_default as default,
59
+ nodes,
60
+ schema
61
+ };
62
+ //# sourceMappingURL=simple-node-inline-manifest.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/components/stories/simple-node-inline-manifest.json"],"sourcesContent":["{\n \"$schema\": \"https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/569095963dfba73a9d48fb17ea137a433b30f4e7/packages/manifest/src/schema.json\",\n \"nodes\": [\n {\n \"config\": {\n \"accountPath\": \"0'\",\n \"name\": \"SimpleMemoryDapp\",\n \"schema\": \"network.xyo.node.config\"\n },\n \"modules\": {\n \"private\": [\n {\n \"config\": {\n \"accountPath\": \"1'\",\n \"language\": \"javascript\",\n \"name\": \"ScratchArchivist\",\n \"schema\": \"network.xyo.archivist.config\"\n }\n }\n ],\n \"public\": [\n {\n \"config\": {\n \"accountPath\": \"2'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleArchivist\",\n \"schema\": \"network.xyo.archivist.config\"\n }\n },\n {\n \"config\": {\n \"accountPath\": \"3'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleSentinel\",\n \"schema\": \"network.xyo.sentinel.config\"\n }\n },\n {\n \"config\": {\n \"accountPath\": \"4'\",\n \"language\": \"javascript\",\n \"name\": \"SimpleHttpBridge\",\n \"nodeUrl\": \"https://beta.api.archivist.xyo.network\",\n \"schema\": \"network.xyo.bridge.http.config\"\n }\n }\n ]\n }\n }\n ],\n \"schema\": \"network.xyo.manifest\"\n}"],"mappings":"AACE,cAAW;AACX,YAAS;AAAA,EACP;AAAA,IACE,QAAU;AAAA,MACR,aAAe;AAAA,MACf,MAAQ;AAAA,MACR,QAAU;AAAA,IACZ;AAAA,IACA,SAAW;AAAA,MACT,SAAW;AAAA,QACT;AAAA,UACE,QAAU;AAAA,YACR,aAAe;AAAA,YACf,UAAY;AAAA,YACZ,MAAQ;AAAA,YACR,QAAU;AAAA,UACZ;AAAA,QACF;AAAA,MACF;AAAA,MACA,QAAU;AAAA,QACR;AAAA,UACE,QAAU;AAAA,YACR,aAAe;AAAA,YACf,UAAY;AAAA,YACZ,MAAQ;AAAA,YACR,QAAU;AAAA,UACZ;AAAA,QACF;AAAA,QACA;AAAA,UACE,QAAU;AAAA,YACR,aAAe;AAAA,YACf,UAAY;AAAA,YACZ,MAAQ;AAAA,YACR,QAAU;AAAA,UACZ;AAAA,QACF;AAAA,QACA;AAAA,UACE,QAAU;AAAA,YACR,aAAe;AAAA,YACf,UAAY;AAAA,YACZ,MAAQ;AAAA,YACR,SAAW;AAAA,YACX,QAAU;AAAA,UACZ;AAAA,QACF;AAAA,MACF;AAAA,IACF;AAAA,EACF;AACF;AACA,aAAU;AAlDZ;AAAA,EACE;AAAA,EACA;AAAA,EAgDA;AACF;","names":[]}
@@ -0,0 +1,4 @@
1
+ import xyoColorLogo from './xyo-color-logo.svg';
2
+ import xyoColorLogoText from './xyo-color-logo-text-only.svg';
3
+ export { xyoColorLogo, xyoColorLogoText };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/img/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAA;AAC/C,OAAO,gBAAgB,MAAM,gCAAgC,CAAA;AAE7D,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,4 @@
1
+ import xyoColorLogo from './xyo-color-logo.svg';
2
+ import xyoColorLogoText from './xyo-color-logo-text-only.svg';
3
+ export { xyoColorLogo, xyoColorLogoText };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/img/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAA;AAC/C,OAAO,gBAAgB,MAAM,gCAAgC,CAAA;AAE7D,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var img_exports = {};
30
+ __export(img_exports, {
31
+ xyoColorLogo: () => import_xyo_color_logo.default,
32
+ xyoColorLogoText: () => import_xyo_color_logo_text_only.default
33
+ });
34
+ module.exports = __toCommonJS(img_exports);
35
+ var import_xyo_color_logo = __toESM(require("./xyo-color-logo.svg"));
36
+ var import_xyo_color_logo_text_only = __toESM(require("./xyo-color-logo-text-only.svg"));
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ xyoColorLogo,
40
+ xyoColorLogoText
41
+ });
42
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/img/index.ts"],"sourcesContent":["import xyoColorLogo from './xyo-color-logo.svg'\nimport xyoColorLogoText from './xyo-color-logo-text-only.svg'\n\nexport { xyoColorLogo, xyoColorLogoText }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,4CAAAA;AAAA,EAAA,wDAAAC;AAAA;AAAA;AAAA,4BAAyB;AACzB,sCAA6B;","names":["xyoColorLogo","xyoColorLogoText"]}
@@ -0,0 +1,7 @@
1
+ import xyoColorLogo from "./xyo-color-logo.svg";
2
+ import xyoColorLogoText from "./xyo-color-logo-text-only.svg";
3
+ export {
4
+ xyoColorLogo,
5
+ xyoColorLogoText
6
+ };
7
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/img/index.ts"],"sourcesContent":["import xyoColorLogo from './xyo-color-logo.svg'\nimport xyoColorLogoText from './xyo-color-logo-text-only.svg'\n\nexport { xyoColorLogo, xyoColorLogoText }\n"],"mappings":"AAAA,OAAO,kBAAkB;AACzB,OAAO,sBAAsB;","names":[]}
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="250 0 451 238"><defs><style>.cls-1{fill:#8d8fc6;}.cls-2{fill:#579fd6;}.cls-3{fill:#f27046;}.cls-4{fill:#eb407a;}</style></defs><path class="cls-1" d="M570,55.35a61.13,61.13,0,1,0,61.11,61.1A61.21,61.21,0,0,0,570,55.35Zm-266.4.1-8.2,8.14,53,52.91-53,52.91,8.2,8.2,52.91-53,44.77,44.77,8.14,8.2,114-114-8.14-8.14-52.91,52.91-53-52.91-8.14,8.14-44.77,44.77ZM570,66.84a49.61,49.61,0,1,1-49.61,49.61A49.54,49.54,0,0,1,570,66.84ZM409.45,71.73l44.77,44.77-44.77,44.77L364.68,116.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 238"><defs><style>.cls-1{fill:#8d8fc6;}.cls-2{fill:#579fd6;}.cls-3{fill:#f27046;}.cls-4{fill:#eb407a;}</style></defs><path class="cls-1" d="M74.5,28.33,21.29,120.5,74.5,212.67H180.94l1.76-3,51.46-89.13L180.94,28.33ZM84.65,40.54h78.83L111.65,56.93a15.85,15.85,0,0,1,2,5l59.66-18.81L185.22,101a20.12,20.12,0,0,1,5.36-.78l-10-47.91,37.87,65.53h-7.62a24.21,24.21,0,0,1,.15,2.68,23.29,23.29,0,0,1-.15,2.68h7.62l-39.1,67.75,10.92-50.13A20.57,20.57,0,0,1,185,140l-12.88,59-58.37-19.53a17.61,17.61,0,0,1-1.7,5l47.5,15.92H84.65l4-6.85A20.17,20.17,0,0,1,83.93,191L80,197.78,42.67,133.13l37,32.66a20.52,20.52,0,0,1,3.6-4L36.69,120.66,85,77.79a17.45,17.45,0,0,1-3.19-4.32l-39.46,35L80,43.22l5.56,9.69A17.51,17.51,0,0,1,90.12,50Zm28.24,31.17a16.15,16.15,0,0,1-2.68,4.64l62,35.81a19.74,19.74,0,0,1,2.83-4.54Zm-20,10.51v75.33a18,18,0,0,1,2.47-.16,17.18,17.18,0,0,1,2.89.21v-75a11.21,11.21,0,0,1-1.29,0,17.57,17.57,0,0,1-4.07-.47Zm79.34,46.63-62.08,35.81a18.45,18.45,0,0,1,2.68,4.68l62.23-36a19.68,19.68,0,0,1-2.83-4.53Z"/><path class="cls-2" d="M97,48.58a17.06,17.06,0,1,0,17,17,17.08,17.08,0,0,0-17-17Zm0,5.36a11.7,11.7,0,1,1-11.7,11.69A11.65,11.65,0,0,1,97,53.94Z"/><path class="cls-3" d="M95.37,157.39a18.73,18.73,0,1,0,18.7,18.7,18.74,18.74,0,0,0-18.7-18.7Zm0,5.31A13.4,13.4,0,1,1,82,176.09a13.37,13.37,0,0,1,13.4-13.39Z"/><path class="cls-4" d="M190.73,100.2A20.3,20.3,0,1,0,211,120.5a20.34,20.34,0,0,0-20.3-20.3Zm0,5.36a14.94,14.94,0,1,1-14.94,14.94,14.88,14.88,0,0,1,14.94-14.94Z"/></svg>
@@ -0,0 +1,2 @@
1
+ export * from './components';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './components';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1,23 @@
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 src_exports = {};
17
+ module.exports = __toCommonJS(src_exports);
18
+ __reExport(src_exports, require("./components"), module.exports);
19
+ // Annotate the CommonJS export names for ESM import in node:
20
+ 0 && (module.exports = {
21
+ ...require("./components")
22
+ });
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './components'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yBAAd;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from "./components";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './components'\n"],"mappings":"AAAA,cAAc;","names":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=images.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=images.d.mjs.map