@xyo-network/react-chain-blockchain 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/dist/browser/index.mjs +13 -13
  2. package/dist/browser/index.mjs.map +1 -1
  3. package/dist/types/components/block/BlockHeadingFlexbox.d.ts +1 -1
  4. package/dist/types/components/block/BlockHeadingFlexbox.d.ts.map +1 -1
  5. package/dist/types/components/block/ProducerChip.d.ts +2 -2
  6. package/dist/types/components/block/ProducerChip.d.ts.map +1 -1
  7. package/dist/types/components/block/helpers/blockProducer.d.ts +1 -1
  8. package/dist/types/components/block/helpers/blockProducer.d.ts.map +1 -1
  9. package/dist/types/components/block/helpers/buildBlockChainRenderComponent.d.ts +3 -3
  10. package/dist/types/components/block/helpers/buildBlockChainRenderComponent.d.ts.map +1 -1
  11. package/dist/types/components/block/helpers/tsxFromBlock.d.ts +2 -2
  12. package/dist/types/components/block/helpers/tsxFromBlock.d.ts.map +1 -1
  13. package/dist/types/components/block/hooks/useBlockProducer.d.ts +1 -1
  14. package/dist/types/components/block/hooks/useBlockProducer.d.ts.map +1 -1
  15. package/dist/types/components/block/hooks/useDynamicBlockComponents.d.ts +3 -3
  16. package/dist/types/components/block/hooks/useDynamicBlockComponents.d.ts.map +1 -1
  17. package/dist/types/components/block/hooks/useStaticBlockComponents.d.ts +3 -3
  18. package/dist/types/components/block/hooks/useStaticBlockComponents.d.ts.map +1 -1
  19. package/dist/types/components/block/hooks/useTxsFromBlock.d.ts +2 -2
  20. package/dist/types/components/block/hooks/useTxsFromBlock.d.ts.map +1 -1
  21. package/dist/types/components/block/menu/Expanded.d.ts +1 -1
  22. package/dist/types/components/block/menu/Expanded.d.ts.map +1 -1
  23. package/dist/types/components/block/table/Ex.d.ts +1 -1
  24. package/dist/types/components/block/table/Ex.d.ts.map +1 -1
  25. package/dist/types/components/block/table/cell/BlockNumber.d.ts +1 -1
  26. package/dist/types/components/block/table/cell/BlockNumber.d.ts.map +1 -1
  27. package/dist/types/components/block/table/cell/Hash.d.ts +2 -2
  28. package/dist/types/components/block/table/cell/Hash.d.ts.map +1 -1
  29. package/dist/types/components/block/table/cell/JsonView.d.ts +1 -1
  30. package/dist/types/components/block/table/cell/JsonView.d.ts.map +1 -1
  31. package/dist/types/components/block/table/cell/Producer.d.ts +2 -2
  32. package/dist/types/components/block/table/cell/Producer.d.ts.map +1 -1
  33. package/dist/types/components/block/table/cell/TransactionCount.d.ts +2 -2
  34. package/dist/types/components/block/table/cell/TransactionCount.d.ts.map +1 -1
  35. package/dist/types/components/block/table/cell/Verification.d.ts +1 -1
  36. package/dist/types/components/block/table/cell/Verification.d.ts.map +1 -1
  37. package/dist/types/components/block/table/cell/hooks/useLinkedBlockItem.d.ts +2 -2
  38. package/dist/types/components/block/table/cell/hooks/useLinkedBlockItem.d.ts.map +1 -1
  39. package/dist/types/components/block/table/cell/lib/BlockTableCellProps.d.ts +2 -2
  40. package/dist/types/components/block/table/cell/lib/BlockTableCellProps.d.ts.map +1 -1
  41. package/dist/types/components/block/table/row/TableRow.d.ts +1 -1
  42. package/dist/types/components/block/table/row/TableRow.d.ts.map +1 -1
  43. package/dist/types/components/chain/controls/PollingControlsFlexbox.d.ts +2 -2
  44. package/dist/types/components/chain/controls/PollingControlsFlexbox.d.ts.map +1 -1
  45. package/dist/types/components/chain/dialog/Dialog.d.ts +1 -1
  46. package/dist/types/components/chain/dialog/Dialog.d.ts.map +1 -1
  47. package/dist/types/components/chain/hooks/useOnBlock.d.ts +1 -1
  48. package/dist/types/components/chain/hooks/useOnBlock.d.ts.map +1 -1
  49. package/dist/types/components/chain/list/Animated.d.ts +1 -1
  50. package/dist/types/components/chain/list/Animated.d.ts.map +1 -1
  51. package/dist/types/components/chain/list/TableEx.d.ts +1 -1
  52. package/dist/types/components/chain/list/TableEx.d.ts.map +1 -1
  53. package/dist/types/components/chain/pagination/BlockChainPagination.d.ts +1 -1
  54. package/dist/types/components/chain/pagination/BlockChainPagination.d.ts.map +1 -1
  55. package/dist/types/components/chain/pagination/hooks/usePagination.d.ts +2 -2
  56. package/dist/types/components/chain/pagination/hooks/usePagination.d.ts.map +1 -1
  57. package/dist/types/components/chain/render/dynamic/flexbox/Flexbox.d.ts +1 -1
  58. package/dist/types/components/chain/render/dynamic/flexbox/Flexbox.d.ts.map +1 -1
  59. package/dist/types/components/chain/render/dynamic/hooks/useDynamicBlockRenderComponents.d.ts +2 -2
  60. package/dist/types/components/chain/render/dynamic/hooks/useDynamicBlockRenderComponents.d.ts.map +1 -1
  61. package/dist/types/components/chain/render/dynamic/hooks/useRemoteBlockChainRenderProps.d.ts +2 -2
  62. package/dist/types/components/chain/render/dynamic/hooks/useRemoteBlockChainRenderProps.d.ts.map +1 -1
  63. package/dist/types/components/chain/render/static/flexbox/Flexbox.d.ts +1 -1
  64. package/dist/types/components/chain/render/static/flexbox/Flexbox.d.ts.map +1 -1
  65. package/dist/types/components/chain/render/static/hooks/useStaticBlockRenderComponents.d.ts +2 -2
  66. package/dist/types/components/chain/render/static/hooks/useStaticBlockRenderComponents.d.ts.map +1 -1
  67. package/dist/types/components/chain/render/static/table/Ex.d.ts +1 -1
  68. package/dist/types/components/chain/render/static/table/Ex.d.ts.map +1 -1
  69. package/dist/types/components/chain/stats/Dialog.d.ts +1 -1
  70. package/dist/types/components/chain/stats/Dialog.d.ts.map +1 -1
  71. package/dist/types/components/chain/stats/producer/ProducerFlexbox.d.ts +1 -1
  72. package/dist/types/components/chain/stats/producer/ProducerFlexbox.d.ts.map +1 -1
  73. package/dist/types/components/chain/stats/producer/Table.d.ts +2 -2
  74. package/dist/types/components/chain/stats/producer/Table.d.ts.map +1 -1
  75. package/dist/types/components/payload/builder/BuilderComponentProps.d.ts +1 -1
  76. package/dist/types/components/payload/builder/BuilderComponentProps.d.ts.map +1 -1
  77. package/dist/types/components/payload/builder/Flexbox.d.ts +3 -3
  78. package/dist/types/components/payload/builder/Flexbox.d.ts.map +1 -1
  79. package/dist/types/components/payload/builder/producer-intent/Flexbox.d.ts +1 -1
  80. package/dist/types/components/payload/builder/producer-intent/Flexbox.d.ts.map +1 -1
  81. package/dist/types/components/payload/builder/producer-intent/Form.d.ts +1 -1
  82. package/dist/types/components/payload/builder/producer-intent/Form.d.ts.map +1 -1
  83. package/dist/types/components/payload/builder/transfer/Flexbox.d.ts +1 -1
  84. package/dist/types/components/payload/builder/transfer/Flexbox.d.ts.map +1 -1
  85. package/dist/types/components/payload/builder/transfer/Form.d.ts +1 -1
  86. package/dist/types/components/payload/builder/transfer/Form.d.ts.map +1 -1
  87. package/dist/types/components/payload/builder/transfer/Transfer.d.ts +1 -1
  88. package/dist/types/components/payload/builder/transfer/Transfer.d.ts.map +1 -1
  89. package/dist/types/components/payload/builder/transfer/builder/SingleFlexbox.d.ts +2 -2
  90. package/dist/types/components/payload/builder/transfer/builder/SingleFlexbox.d.ts.map +1 -1
  91. package/dist/types/components/payload/fields/BlockNumberTextField.d.ts +1 -1
  92. package/dist/types/components/payload/fields/BlockNumberTextField.d.ts.map +1 -1
  93. package/dist/types/components/payload/fields/XyoAddressTextField.d.ts +2 -2
  94. package/dist/types/components/payload/fields/XyoAddressTextField.d.ts.map +1 -1
  95. package/dist/types/components/transactions/TransactionCountChip.d.ts +2 -2
  96. package/dist/types/components/transactions/TransactionCountChip.d.ts.map +1 -1
  97. package/dist/types/components/transactions/TransactionsQuickTipButton.d.ts +3 -3
  98. package/dist/types/components/transactions/TransactionsQuickTipButton.d.ts.map +1 -1
  99. package/dist/types/components/transactions/submit/Builder.d.ts +1 -1
  100. package/dist/types/components/transactions/submit/Builder.d.ts.map +1 -1
  101. package/dist/types/components/transactions/submit/Network.d.ts +1 -1
  102. package/dist/types/components/transactions/submit/Network.d.ts.map +1 -1
  103. package/dist/types/context/analyzer/Provider.d.ts +2 -2
  104. package/dist/types/context/analyzer/Provider.d.ts.map +1 -1
  105. package/dist/types/context/analyzer/context.d.ts +1 -1
  106. package/dist/types/context/analyzer/context.d.ts.map +1 -1
  107. package/dist/types/context/analyzer/state.d.ts +3 -3
  108. package/dist/types/context/analyzer/state.d.ts.map +1 -1
  109. package/dist/types/context/analyzer/use.d.ts +1 -1
  110. package/dist/types/context/analyzer/use.d.ts.map +1 -1
  111. package/dist/types/context/chain/Context.d.ts +1 -1
  112. package/dist/types/context/chain/Context.d.ts.map +1 -1
  113. package/dist/types/context/chain/Provider.d.ts +3 -2
  114. package/dist/types/context/chain/Provider.d.ts.map +1 -1
  115. package/dist/types/context/chain/State.d.ts +3 -3
  116. package/dist/types/context/chain/State.d.ts.map +1 -1
  117. package/dist/types/context/chain/use.d.ts +1 -1
  118. package/dist/types/context/chain/use.d.ts.map +1 -1
  119. package/dist/types/context/polling/Provider.d.ts +2 -2
  120. package/dist/types/context/polling/Provider.d.ts.map +1 -1
  121. package/dist/types/context/polling/context.d.ts +1 -1
  122. package/dist/types/context/polling/context.d.ts.map +1 -1
  123. package/dist/types/context/polling/state.d.ts +1 -1
  124. package/dist/types/context/polling/state.d.ts.map +1 -1
  125. package/dist/types/hooks/chain-iterator/ChainIteratorStore.d.ts +1 -1
  126. package/dist/types/hooks/chain-iterator/ChainIteratorStore.d.ts.map +1 -1
  127. package/dist/types/hooks/chain-iterator/useChainIteratorParams.d.ts +4 -4
  128. package/dist/types/hooks/chain-iterator/useChainIteratorParams.d.ts.map +1 -1
  129. package/dist/types/hooks/chain-iterator/useChainIteratorStore.d.ts +2 -2
  130. package/dist/types/hooks/chain-iterator/useChainIteratorStore.d.ts.map +1 -1
  131. package/dist/types/hooks/chain-iterator/useChainIteratorUpdatingHead.d.ts +2 -2
  132. package/dist/types/hooks/chain-iterator/useChainIteratorUpdatingHead.d.ts.map +1 -1
  133. package/dist/types/hooks/useIterateChain.d.ts +1 -1
  134. package/dist/types/hooks/useIterateChain.d.ts.map +1 -1
  135. package/dist/types/lib/getChainArchivist.d.ts +2 -2
  136. package/dist/types/lib/getChainArchivist.d.ts.map +1 -1
  137. package/dist/types/lib/getChainInformation.d.ts +2 -2
  138. package/dist/types/lib/getChainInformation.d.ts.map +1 -1
  139. package/dist/types/stories/ChainArchivistDecorator.d.ts +1 -1
  140. package/dist/types/stories/ChainArchivistDecorator.d.ts.map +1 -1
  141. package/dist/types/stories/ChainArchivistDelayedInsertDecorator.d.ts +1 -1
  142. package/dist/types/stories/ChainArchivistDelayedInsertDecorator.d.ts.map +1 -1
  143. package/dist/types/stories/ChainInfoContextDecorator.d.ts +1 -1
  144. package/dist/types/stories/ChainInfoContextDecorator.d.ts.map +1 -1
  145. package/dist/types/types/BlockComponentProps.d.ts +2 -2
  146. package/dist/types/types/BlockComponentProps.d.ts.map +1 -1
  147. package/dist/types/types/BlockComponents.d.ts +2 -2
  148. package/dist/types/types/BlockComponents.d.ts.map +1 -1
  149. package/dist/types/types/BlockListComponentProps.d.ts +1 -1
  150. package/dist/types/types/BlockListComponentProps.d.ts.map +1 -1
  151. package/dist/types/types/render/BlockChainRenderProps.d.ts +3 -3
  152. package/dist/types/types/render/BlockChainRenderProps.d.ts.map +1 -1
  153. package/dist/types/types/render/flexbox/BlockChainRenderFlexboxProps.d.ts +3 -3
  154. package/dist/types/types/render/flexbox/BlockChainRenderFlexboxProps.d.ts.map +1 -1
  155. package/dist/types/types/render/flexbox/RenderFlexboxProps.d.ts +2 -2
  156. package/dist/types/types/render/flexbox/RenderFlexboxProps.d.ts.map +1 -1
  157. package/dist/types/types/render/table/BlockChainRenderTableExProps.d.ts +3 -3
  158. package/dist/types/types/render/table/BlockChainRenderTableExProps.d.ts.map +1 -1
  159. package/dist/types/types/render/table/RenderTableProps.d.ts +2 -2
  160. package/dist/types/types/render/table/RenderTableProps.d.ts.map +1 -1
  161. package/eslint.config.mjs +1 -0
  162. package/package.json +14 -14
  163. package/src/components/block/BlockHeadingFlexbox.stories.tsx +4 -3
  164. package/src/components/block/BlockHeadingFlexbox.tsx +3 -3
  165. package/src/components/block/ProducerChip.tsx +3 -2
  166. package/src/components/block/helpers/blockProducer.ts +1 -1
  167. package/src/components/block/helpers/buildBlockChainRenderComponent.tsx +3 -3
  168. package/src/components/block/helpers/tsxFromBlock.ts +3 -2
  169. package/src/components/block/hooks/useBlockProducer.ts +1 -1
  170. package/src/components/block/hooks/useDynamicBlockComponents.ts +5 -5
  171. package/src/components/block/hooks/useStaticBlockComponents.ts +3 -3
  172. package/src/components/block/hooks/useTxsFromBlock.ts +2 -2
  173. package/src/components/block/menu/Expanded.tsx +1 -1
  174. package/src/components/block/table/Ex.stories.tsx +5 -3
  175. package/src/components/block/table/Ex.tsx +2 -1
  176. package/src/components/block/table/cell/BlockNumber.tsx +1 -1
  177. package/src/components/block/table/cell/Hash.tsx +3 -2
  178. package/src/components/block/table/cell/JsonView.tsx +1 -1
  179. package/src/components/block/table/cell/Producer.tsx +3 -2
  180. package/src/components/block/table/cell/TransactionCount.tsx +2 -2
  181. package/src/components/block/table/cell/Verification.tsx +2 -2
  182. package/src/components/block/table/cell/hooks/useLinkedBlockItem.tsx +2 -2
  183. package/src/components/block/table/cell/lib/BlockTableCellProps.ts +2 -2
  184. package/src/components/block/table/row/TableRow.stories.tsx +2 -2
  185. package/src/components/block/table/row/TableRow.tsx +1 -1
  186. package/src/components/chain/controls/PollingControlsFlexbox.tsx +3 -2
  187. package/src/components/chain/dialog/Dialog.tsx +2 -1
  188. package/src/components/chain/hooks/useOnBlock.ts +1 -1
  189. package/src/components/chain/list/Animated.tsx +1 -1
  190. package/src/components/chain/list/TableEx.tsx +1 -1
  191. package/src/components/chain/pagination/BlockChainPagination.tsx +2 -1
  192. package/src/components/chain/pagination/hooks/usePagination.tsx +3 -4
  193. package/src/components/chain/render/dynamic/flexbox/Flexbox.stories.tsx +1 -1
  194. package/src/components/chain/render/dynamic/flexbox/Flexbox.tsx +4 -5
  195. package/src/components/chain/render/dynamic/flexbox/Remote.stories.tsx +2 -2
  196. package/src/components/chain/render/dynamic/hooks/useDynamicBlockRenderComponents.ts +3 -2
  197. package/src/components/chain/render/dynamic/hooks/useRemoteBlockChainRenderProps.ts +2 -2
  198. package/src/components/chain/render/static/flexbox/Flexbox.stories.tsx +1 -1
  199. package/src/components/chain/render/static/flexbox/Flexbox.tsx +4 -3
  200. package/src/components/chain/render/static/hooks/useStaticBlockRenderComponents.ts +3 -2
  201. package/src/components/chain/render/static/table/Ex.stories.tsx +1 -1
  202. package/src/components/chain/render/static/table/Ex.tsx +1 -1
  203. package/src/components/chain/stats/Dialog.tsx +2 -1
  204. package/src/components/chain/stats/producer/ProducerFlexbox.tsx +2 -2
  205. package/src/components/chain/stats/producer/Table.tsx +3 -2
  206. package/src/components/payload/builder/BuilderComponentProps.ts +1 -1
  207. package/src/components/payload/builder/Flexbox.tsx +6 -4
  208. package/src/components/payload/builder/producer-intent/Flexbox.stories.tsx +1 -1
  209. package/src/components/payload/builder/producer-intent/Flexbox.tsx +1 -1
  210. package/src/components/payload/builder/producer-intent/Form.tsx +5 -6
  211. package/src/components/payload/builder/transfer/Flexbox.stories.tsx +1 -1
  212. package/src/components/payload/builder/transfer/Flexbox.tsx +1 -1
  213. package/src/components/payload/builder/transfer/Form.tsx +7 -7
  214. package/src/components/payload/builder/transfer/Transfer.ts +1 -1
  215. package/src/components/payload/builder/transfer/builder/SingleFlexbox.tsx +5 -3
  216. package/src/components/payload/fields/BlockNumberTextField.tsx +4 -2
  217. package/src/components/payload/fields/XyoAddressTextField.tsx +4 -2
  218. package/src/components/transactions/TransactionCountChip.tsx +3 -4
  219. package/src/components/transactions/TransactionsQuickTipButton.tsx +5 -4
  220. package/src/components/transactions/submit/Builder.tsx +2 -2
  221. package/src/components/transactions/submit/Network.tsx +4 -2
  222. package/src/components/transactions/submit/SubmitChain.stories.tsx +1 -1
  223. package/src/components/transactions/submit/SubmitChain.tsx +5 -5
  224. package/src/context/analyzer/Provider.tsx +5 -4
  225. package/src/context/analyzer/context.ts +1 -1
  226. package/src/context/analyzer/state.ts +3 -3
  227. package/src/context/analyzer/use.ts +1 -1
  228. package/src/context/chain/Context.ts +1 -1
  229. package/src/context/chain/Provider.tsx +2 -2
  230. package/src/context/chain/State.ts +3 -3
  231. package/src/context/chain/use.ts +1 -1
  232. package/src/context/polling/Provider.tsx +3 -2
  233. package/src/context/polling/context.ts +1 -1
  234. package/src/context/polling/state.ts +1 -1
  235. package/src/hooks/chain-iterator/ChainIteratorStore.ts +1 -1
  236. package/src/hooks/chain-iterator/useChainIteratorParams.ts +5 -4
  237. package/src/hooks/chain-iterator/useChainIteratorStore.ts +3 -2
  238. package/src/hooks/chain-iterator/useChainIteratorUpdatingHead.ts +3 -3
  239. package/src/hooks/useIterateChain.ts +3 -4
  240. package/src/lib/getChainArchivist.ts +5 -5
  241. package/src/lib/getChainInformation.ts +2 -2
  242. package/src/stories/ChainArchivistDecorator.tsx +3 -3
  243. package/src/stories/ChainArchivistDelayedInsertDecorator.tsx +5 -4
  244. package/src/stories/ChainInfoContextDecorator.tsx +4 -5
  245. package/src/stories/buildRandomBlockchain.ts +2 -2
  246. package/src/types/BlockComponentProps.ts +2 -2
  247. package/src/types/BlockComponents.ts +2 -2
  248. package/src/types/BlockListComponentProps.ts +1 -1
  249. package/src/types/render/BlockChainRenderProps.ts +3 -3
  250. package/src/types/render/flexbox/BlockChainRenderFlexboxProps.ts +3 -3
  251. package/src/types/render/flexbox/RenderFlexboxProps.ts +2 -2
  252. package/src/types/render/table/BlockChainRenderTableExProps.ts +3 -3
  253. package/src/types/render/table/RenderTableProps.ts +2 -2
  254. package/xy.config.ts +1 -1
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { BlockComponentWithTxsProps } from '../../types/index.ts';
2
+ import type { BlockComponentWithTxsProps } from '../../types/index.ts';
3
3
  export declare const BlockHeadingFlexbox: React.FC<BlockComponentWithTxsProps>;
4
4
  //# sourceMappingURL=BlockHeadingFlexbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlockHeadingFlexbox.d.ts","sourceRoot":"","sources":["../../../../src/components/block/BlockHeadingFlexbox.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAA;AAOjE,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAyCpE,CAAA"}
1
+ {"version":3,"file":"BlockHeadingFlexbox.d.ts","sourceRoot":"","sources":["../../../../src/components/block/BlockHeadingFlexbox.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAA;AAOtE,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAyCpE,CAAA"}
@@ -1,5 +1,5 @@
1
- import { ChipProps } from '@mui/material';
2
- import { BlockBoundWitness } from '@xyo-network/chain-model';
1
+ import type { ChipProps } from '@mui/material';
2
+ import type { BlockBoundWitness } from '@xyo-network/chain-model';
3
3
  export interface BlockProducerChipProps extends ChipProps {
4
4
  block?: BlockBoundWitness;
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ProducerChip.d.ts","sourceRoot":"","sources":["../../../../src/components/block/ProducerChip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,SAAS,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAK5D,MAAM,WAAW,sBAAuB,SAAQ,SAAS;IACvD,KAAK,CAAC,EAAE,iBAAiB,CAAA;CAC1B;AACD,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAc9D,CAAA"}
1
+ {"version":3,"file":"ProducerChip.d.ts","sourceRoot":"","sources":["../../../../src/components/block/ProducerChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAG9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAIjE,MAAM,WAAW,sBAAuB,SAAQ,SAAS;IACvD,KAAK,CAAC,EAAE,iBAAiB,CAAA;CAC1B;AACD,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAc9D,CAAA"}
@@ -1,3 +1,3 @@
1
- import { BlockBoundWitness } from '@xyo-network/chain-model';
1
+ import type { BlockBoundWitness } from '@xyo-network/chain-model';
2
2
  export declare const blockProducer: (block: BlockBoundWitness) => Lowercase<string>;
3
3
  //# sourceMappingURL=blockProducer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"blockProducer.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/helpers/blockProducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAE5D,eAAO,MAAM,aAAa,GAAI,OAAO,iBAAiB,sBAErD,CAAA"}
1
+ {"version":3,"file":"blockProducer.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/helpers/blockProducer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAEjE,eAAO,MAAM,aAAa,GAAI,OAAO,iBAAiB,sBAErD,CAAA"}
@@ -1,6 +1,6 @@
1
- import { ArchivistInstance } from '@xyo-network/archivist-model';
2
- import { ComponentType } from 'react';
3
- import { BlockChainRenderComponent, BlockComponentProps, BlockComponentWithTxsProps } from '../../../types/index.ts';
1
+ import type { ArchivistInstance } from '@xyo-network/archivist-model';
2
+ import type { ComponentType } from 'react';
3
+ import type { BlockChainRenderComponent, BlockComponentProps, BlockComponentWithTxsProps } from '../../../types/index.ts';
4
4
  export declare const buildBlockChainRenderComponent: (BlockComponent: ComponentType<BlockComponentWithTxsProps>, blockComponentProps: BlockComponentProps, chainArchivist: ArchivistInstance) => Promise<BlockChainRenderComponent>;
5
5
  export declare const buildBlockHeadingComponent: (blockComponentProps: BlockComponentProps, chainArchivist: ArchivistInstance) => Promise<BlockChainRenderComponent>;
6
6
  //# sourceMappingURL=buildBlockChainRenderComponent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"buildBlockChainRenderComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/helpers/buildBlockChainRenderComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAErC,OAAO,EACL,yBAAyB,EACzB,mBAAmB,EAAE,0BAA0B,EAChD,MAAM,yBAAyB,CAAA;AAIhC,eAAO,MAAM,8BAA8B,GACzC,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EACzD,qBAAqB,mBAAmB,EACxC,gBAAgB,iBAAiB,uCAkBlC,CAAA;AAED,eAAO,MAAM,0BAA0B,GACrC,qBAAqB,mBAAmB,EACxC,gBAAgB,iBAAiB,uCAGlC,CAAA"}
1
+ {"version":3,"file":"buildBlockChainRenderComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/helpers/buildBlockChainRenderComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAE1C,OAAO,KAAK,EACV,yBAAyB,EACzB,mBAAmB,EAAE,0BAA0B,EAChD,MAAM,yBAAyB,CAAA;AAIhC,eAAO,MAAM,8BAA8B,GACzC,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EACzD,qBAAqB,mBAAmB,EACxC,gBAAgB,iBAAiB,uCAkBlC,CAAA;AAED,eAAO,MAAM,0BAA0B,GACrC,qBAAqB,mBAAmB,EACxC,gBAAgB,iBAAiB,uCAGlC,CAAA"}
@@ -1,5 +1,5 @@
1
- import { BlockBoundWitness } from '@xyo-network/chain-model';
2
- import { ReadArchivist } from '@xyo-network/archivist-model';
1
+ import type { ReadArchivist } from '@xyo-network/archivist-model';
2
+ import type { BlockBoundWitness } from '@xyo-network/chain-model';
3
3
  export declare const txsFromBlock: (chainArchivist: ReadArchivist, block: BlockBoundWitness) => Promise<[import("@xylabs/object").DeepRestrictToStringKeys<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
4
4
  schema: string;
5
5
  }> & Partial<import("@xyo-network/payload-model").PayloadMetaFields> & import("@xyo-network/payload-model").StorageMeta & import("@xylabs/object").DeepRestrictToStringKeys<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & import("@xyo-network/chain-model").TransactionBoundWitnessFields & {
@@ -1 +1 @@
1
- {"version":3,"file":"tsxFromBlock.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/helpers/tsxFromBlock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA6B,MAAM,0BAA0B,CAAA;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAG5D,eAAO,MAAM,YAAY,GAAU,gBAAgB,aAAa,EAAE,OAAO,iBAAiB;;;;;;wBAIzF,CAAA"}
1
+ {"version":3,"file":"tsxFromBlock.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/helpers/tsxFromBlock.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAIjE,eAAO,MAAM,YAAY,GAAU,gBAAgB,aAAa,EAAE,OAAO,iBAAiB;;;;;;wBAIzF,CAAA"}
@@ -1,3 +1,3 @@
1
- import { BlockBoundWitness } from '@xyo-network/chain-model';
1
+ import type { BlockBoundWitness } from '@xyo-network/chain-model';
2
2
  export declare const useBlockProducer: (block?: BlockBoundWitness) => Lowercase<string> | undefined;
3
3
  //# sourceMappingURL=useBlockProducer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useBlockProducer.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/hooks/useBlockProducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAG5D,eAAO,MAAM,gBAAgB,GAAI,QAAQ,iBAAiB,kCAOzD,CAAA"}
1
+ {"version":3,"file":"useBlockProducer.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/hooks/useBlockProducer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAGjE,eAAO,MAAM,gBAAgB,GAAI,QAAQ,iBAAiB,kCAOzD,CAAA"}
@@ -1,6 +1,6 @@
1
- import { BlockBoundWitness, XyoChainIteratorParams } from '@xyo-network/chain-model';
2
- import { ComponentType } from 'react';
3
- import { BlockChainRenderComponent, BlockComponentWithTxsProps } from '../../../types/index.ts';
1
+ import type { BlockBoundWitness, XyoChainIteratorParams } from '@xyo-network/chain-model';
2
+ import type { ComponentType } from 'react';
3
+ import type { BlockChainRenderComponent, BlockComponentWithTxsProps } from '../../../types/index.ts';
4
4
  export declare const useDynamicBlockComponents: (BlockComponent: ComponentType<BlockComponentWithTxsProps>, params?: XyoChainIteratorParams, maxBlocks?: number) => {
5
5
  blockChainRenderComponents: BlockChainRenderComponent[];
6
6
  onAddBlock: (block: BlockBoundWitness) => Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"useDynamicBlockComponents.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/hooks/useDynamicBlockComponents.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAAuB,sBAAsB,EAC/D,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,aAAa,EAAY,MAAM,OAAO,CAAA;AAG/C,OAAO,EACL,yBAAyB,EACJ,0BAA0B,EAChD,MAAM,yBAAyB,CAAA;AAGhC,eAAO,MAAM,yBAAyB,GAAI,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EAAE,SAAS,sBAAsB,EAAE,YAAY,MAAM;;wBAMrH,iBAAiB;CAuBnD,CAAA"}
1
+ {"version":3,"file":"useDynamicBlockComponents.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/hooks/useDynamicBlockComponents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AAEzF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAI1C,OAAO,KAAK,EACV,yBAAyB,EACJ,0BAA0B,EAChD,MAAM,yBAAyB,CAAA;AAGhC,eAAO,MAAM,yBAAyB,GAAI,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EAAE,SAAS,sBAAsB,EAAE,YAAY,MAAM;;wBAMrH,iBAAiB;CAuBnD,CAAA"}
@@ -1,6 +1,6 @@
1
- import { BlockBoundWitness, XyoChainIteratorParams } from '@xyo-network/chain-model';
2
- import { ComponentType } from 'react';
3
- import { BlockComponentWithTxsProps } from '../../../types/index.ts';
1
+ import type { BlockBoundWitness, XyoChainIteratorParams } from '@xyo-network/chain-model';
2
+ import type { ComponentType } from 'react';
3
+ import type { BlockComponentWithTxsProps } from '../../../types/index.ts';
4
4
  export declare const useStaticBlockComponents: (BlockComponent: ComponentType<BlockComponentWithTxsProps>, params?: XyoChainIteratorParams, blocks?: BlockBoundWitness[]) => {
5
5
  blockComponents: import("../../../types/BlockComponents.ts").BlockChainRenderComponent[] | undefined;
6
6
  errors: Error | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useStaticBlockComponents.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/hooks/useStaticBlockComponents.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AAEpF,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAGrC,OAAO,EAAuB,0BAA0B,EAAE,MAAM,yBAAyB,CAAA;AAGzF,eAAO,MAAM,wBAAwB,GACnC,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EACzD,SAAS,sBAAsB,EAC/B,SAAS,iBAAiB,EAAE;;;CAqB7B,CAAA"}
1
+ {"version":3,"file":"useStaticBlockComponents.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/hooks/useStaticBlockComponents.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACzF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAG1C,OAAO,KAAK,EAAuB,0BAA0B,EAAE,MAAM,yBAAyB,CAAA;AAG9F,eAAO,MAAM,wBAAwB,GACnC,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EACzD,SAAS,sBAAsB,EAC/B,SAAS,iBAAiB,EAAE;;;CAqB7B,CAAA"}
@@ -1,5 +1,5 @@
1
- import { BlockBoundWitness } from '@xyo-network/chain-model';
2
- import { ReadArchivist } from '@xyo-network/archivist-model';
1
+ import type { ReadArchivist } from '@xyo-network/archivist-model';
2
+ import type { BlockBoundWitness } from '@xyo-network/chain-model';
3
3
  export declare const useTxsFromBlock: (chainArchivist?: ReadArchivist, block?: BlockBoundWitness) => [[import("@xylabs/object").DeepRestrictToStringKeys<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
4
4
  schema: string;
5
5
  }> & Partial<import("@xyo-network/payload-model").PayloadMetaFields> & import("@xyo-network/payload-model").StorageMeta & import("@xylabs/object").DeepRestrictToStringKeys<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & import("@xyo-network/chain-model").TransactionBoundWitnessFields & {
@@ -1 +1 @@
1
- {"version":3,"file":"useTxsFromBlock.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/hooks/useTxsFromBlock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAE5D,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAI5D,eAAO,MAAM,eAAe,GAAI,iBAAiB,aAAa,EAAE,QAAQ,iBAAiB;;;;;;oHAMxF,CAAA"}
1
+ {"version":3,"file":"useTxsFromBlock.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/hooks/useTxsFromBlock.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAIjE,eAAO,MAAM,eAAe,GAAI,iBAAiB,aAAa,EAAE,QAAQ,iBAAiB;;;;;;oHAMxF,CAAA"}
@@ -1,4 +1,4 @@
1
- import { BlockBoundWitness } from '@xyo-network/chain-model';
1
+ import type { BlockBoundWitness } from '@xyo-network/chain-model';
2
2
  export interface BlockExpandedMenuProps {
3
3
  block?: BlockBoundWitness;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Expanded.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/menu/Expanded.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAK5D,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,iBAAiB,CAAA;CAC1B;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAqB9D,CAAA"}
1
+ {"version":3,"file":"Expanded.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/menu/Expanded.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAKjE,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,iBAAiB,CAAA;CAC1B;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAqB9D,CAAA"}
@@ -1,3 +1,3 @@
1
- import { TableExProps } from '@xyo-network/react-table';
1
+ import type { TableExProps } from '@xyo-network/react-table';
2
2
  export declare const BlockchainTableEx: import("react").ForwardRefExoticComponent<Omit<TableExProps, "ref"> & import("react").RefAttributes<HTMLTableElement>>;
3
3
  //# sourceMappingURL=Ex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Ex.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/table/Ex.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAW,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGhE,eAAO,MAAM,iBAAiB,wHAkB5B,CAAA"}
1
+ {"version":3,"file":"Ex.d.ts","sourceRoot":"","sources":["../../../../../src/components/block/table/Ex.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAI5D,eAAO,MAAM,iBAAiB,wHAkB5B,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BlockTableCellProps } from './lib/index.ts';
2
+ import type { BlockTableCellProps } from './lib/index.ts';
3
3
  export interface BlockNumberTableCellProps extends BlockTableCellProps {
4
4
  }
5
5
  export declare const BlockNumberTableCell: React.FC<BlockNumberTableCellProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/BlockNumber.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEpD,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;CAAG;AAEzE,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAqBpE,CAAA"}
1
+ {"version":3,"file":"BlockNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/BlockNumber.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEzD,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;CAAG;AAEzE,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAqBpE,CAAA"}
@@ -1,6 +1,6 @@
1
- import { IdenticonProps } from '@xylabs/react-identicon';
1
+ import type { IdenticonProps } from '@xylabs/react-identicon';
2
2
  import React from 'react';
3
- import { BlockTableCellProps } from './lib/index.ts';
3
+ import type { BlockTableCellProps } from './lib/index.ts';
4
4
  export interface BlockHashTableCellProps extends BlockTableCellProps {
5
5
  identiconProps?: IdenticonProps;
6
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Hash.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/Hash.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAEnE,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEpD,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,cAAc,CAAC,EAAE,cAAc,CAAA;CAChC;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAgChE,CAAA"}
1
+ {"version":3,"file":"Hash.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/Hash.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAG7D,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEzD,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,cAAc,CAAC,EAAE,cAAc,CAAA;CAChC;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAgChE,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BlockTableCellProps } from './lib/index.ts';
2
+ import type { BlockTableCellProps } from './lib/index.ts';
3
3
  export interface BlockJsonViewTableCellProps extends BlockTableCellProps {
4
4
  }
5
5
  export declare const BlockJsonViewTableCell: React.FC<BlockJsonViewTableCellProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"JsonView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/JsonView.tsx"],"names":[],"mappings":"AASA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEpD,MAAM,WAAW,2BAA4B,SAAQ,mBAAmB;CAAG;AAE3E,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CA4BxE,CAAA"}
1
+ {"version":3,"file":"JsonView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/JsonView.tsx"],"names":[],"mappings":"AASA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEzD,MAAM,WAAW,2BAA4B,SAAQ,mBAAmB;CAAG;AAE3E,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CA4BxE,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { BlockProducerChipProps } from '../../ProducerChip.tsx';
3
- import { BlockTableCellProps } from './lib/index.ts';
2
+ import type { BlockProducerChipProps } from '../../ProducerChip.tsx';
3
+ import type { BlockTableCellProps } from './lib/index.ts';
4
4
  export interface BlockProducerTableCell extends BlockTableCellProps {
5
5
  producerChipProps?: BlockProducerChipProps;
6
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Producer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/Producer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAqB,sBAAsB,EAAE,MAAM,wBAAwB,CAAA;AAElF,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEpD,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;IACjE,iBAAiB,CAAC,EAAE,sBAAsB,CAAA;CAC3C;AAED,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAenE,CAAA"}
1
+ {"version":3,"file":"Producer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/Producer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAA;AAGpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEzD,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;IACjE,iBAAiB,CAAC,EAAE,sBAAsB,CAAA;CAC3C;AAED,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAenE,CAAA"}
@@ -1,6 +1,6 @@
1
- import { ReadArchivist } from '@xyo-network/archivist-model';
1
+ import type { ReadArchivist } from '@xyo-network/archivist-model';
2
2
  import React from 'react';
3
- import { BlockTableCellProps } from './lib/index.ts';
3
+ import type { BlockTableCellProps } from './lib/index.ts';
4
4
  export interface BlockTransactionCountTableCellProps extends BlockTableCellProps {
5
5
  chainArchivist?: ReadArchivist;
6
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TransactionCount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/TransactionCount.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEpD,MAAM,WAAW,mCAAoC,SAAQ,mBAAmB;IAC9E,cAAc,CAAC,EAAE,aAAa,CAAA;CAC/B;AAED,eAAO,MAAM,8BAA8B,EAAE,KAAK,CAAC,EAAE,CAAC,mCAAmC,CAoBxF,CAAA"}
1
+ {"version":3,"file":"TransactionCount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/TransactionCount.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AACjE,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEzD,MAAM,WAAW,mCAAoC,SAAQ,mBAAmB;IAC9E,cAAc,CAAC,EAAE,aAAa,CAAA;CAC/B;AAED,eAAO,MAAM,8BAA8B,EAAE,KAAK,CAAC,EAAE,CAAC,mCAAmC,CAoBxF,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BlockTableCellProps } from './lib/index.ts';
2
+ import type { BlockTableCellProps } from './lib/index.ts';
3
3
  export interface BlockVerificationTableCellProps extends BlockTableCellProps {
4
4
  }
5
5
  export declare const BlockVerificationTableCell: React.FC<BlockVerificationTableCellProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"Verification.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/Verification.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEpD,MAAM,WAAW,+BAAgC,SAAQ,mBAAmB;CAAG;AAE/E,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAYhF,CAAA"}
1
+ {"version":3,"file":"Verification.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/Verification.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEzD,MAAM,WAAW,+BAAgC,SAAQ,mBAAmB;CAAG;AAE/E,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAYhF,CAAA"}
@@ -1,4 +1,4 @@
1
- import { RefObject } from 'react';
2
- import { BlockHeaderEventNouns } from '../../../hooks/index.ts';
1
+ import type { RefObject } from 'react';
2
+ import type { BlockHeaderEventNouns } from '../../../hooks/index.ts';
3
3
  export declare const useLinkedBlockItem: (noun?: BlockHeaderEventNouns, data?: string) => [RefObject<HTMLElement | null>, (event: React.MouseEvent) => void];
4
4
  //# sourceMappingURL=useLinkedBlockItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useLinkedBlockItem.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/block/table/cell/hooks/useLinkedBlockItem.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAE/D,eAAO,MAAM,kBAAkB,GAAI,OAAO,qBAAqB,EAAE,OAAO,MAAM,KAAG,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAajJ,CAAA"}
1
+ {"version":3,"file":"useLinkedBlockItem.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/block/table/cell/hooks/useLinkedBlockItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEtC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAEpE,eAAO,MAAM,kBAAkB,GAAI,OAAO,qBAAqB,EAAE,OAAO,MAAM,KAAG,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAajJ,CAAA"}
@@ -1,5 +1,5 @@
1
- import { TableCellProps } from '@mui/material';
2
- import { BlockBoundWitness } from '@xyo-network/chain-model';
1
+ import type { TableCellProps } from '@mui/material';
2
+ import type { BlockBoundWitness } from '@xyo-network/chain-model';
3
3
  export interface BlockTableCellProps extends TableCellProps {
4
4
  block?: BlockBoundWitness;
5
5
  linked?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockTableCellProps.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/block/table/cell/lib/BlockTableCellProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAE5D,MAAM,WAAW,mBAAoB,SAAQ,cAAc;IACzD,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB"}
1
+ {"version":3,"file":"BlockTableCellProps.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/block/table/cell/lib/BlockTableCellProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAEjE,MAAM,WAAW,mBAAoB,SAAQ,cAAc;IACzD,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB"}
@@ -1,4 +1,4 @@
1
- import { BlockComponentProps } from '../../../../types/index.ts';
1
+ import type { BlockComponentProps } from '../../../../types/index.ts';
2
2
  export interface BlockChainTableRowProps extends BlockComponentProps {
3
3
  linked?: boolean;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/row/TableRow.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAOhE,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAgBhE,CAAA"}
1
+ {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/row/TableRow.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAOrE,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAgBhE,CAAA"}
@@ -1,6 +1,6 @@
1
- import { FlexBoxProps } from '@xylabs/react-flexbox';
1
+ import type { FlexBoxProps } from '@xylabs/react-flexbox';
2
2
  import React from 'react';
3
- import { PollingState } from '../hooks/index.ts';
3
+ import type { PollingState } from '../hooks/index.ts';
4
4
  export interface PollingControlsFlexboxProps extends FlexBoxProps {
5
5
  blocksBehind?: number;
6
6
  pollingState?: PollingState;
@@ -1 +1 @@
1
- {"version":3,"file":"PollingControlsFlexbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/controls/PollingControlsFlexbox.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAC7D,OAAO,KAAe,MAAM,OAAO,CAAA;AAEnC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAIhD,MAAM,WAAW,2BAA4B,SAAQ,YAAY;IAC/D,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAA;CACnD;AAED,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CA6CxE,CAAA;AAED,eAAO,MAAM,8BAA8B,yDAA+B,CAAA"}
1
+ {"version":3,"file":"PollingControlsFlexbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/controls/PollingControlsFlexbox.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,KAAe,MAAM,OAAO,CAAA;AAEnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAIrD,MAAM,WAAW,2BAA4B,SAAQ,YAAY;IAC/D,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAA;CACnD;AAED,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CA6CxE,CAAA;AAED,eAAO,MAAM,8BAA8B,yDAA+B,CAAA"}
@@ -1,4 +1,4 @@
1
- import { DialogProps } from '@mui/material';
1
+ import type { DialogProps } from '@mui/material';
2
2
  import React from 'react';
3
3
  export interface TransactionsDialogProps extends DialogProps {
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EACyC,WAAW,EAC1D,MAAM,eAAe,CAAA;AACtB,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,uBAAwB,SAAQ,WAAW;CAAG;AAE/D,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAWhE,CAAA"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAIhD,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,uBAAwB,SAAQ,WAAW;CAAG;AAE/D,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAWhE,CAAA"}
@@ -1,4 +1,4 @@
1
- import { BlockBoundWitness } from '@xyo-network/chain-model';
1
+ import type { BlockBoundWitness } from '@xyo-network/chain-model';
2
2
  export type PollingState = 'paused' | 'running';
3
3
  export declare const useOnBlock: (initialHeadNumber?: number, onAddBlock?: (block: BlockBoundWitness) => Promise<void>, liveHead?: BlockBoundWitness, pollingState?: PollingState) => BlockBoundWitness[];
4
4
  //# sourceMappingURL=useOnBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useOnBlock.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/hooks/useOnBlock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAG5D,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAA;AAE/C,eAAO,MAAM,UAAU,GACrB,oBAAoB,MAAM,EAC1B,aAAa,CAAC,KAAK,EAAE,iBAAiB,KAAK,OAAO,CAAC,IAAI,CAAC,EACxD,WAAW,iBAAiB,EAC5B,eAAe,YAAY,wBAyC5B,CAAA"}
1
+ {"version":3,"file":"useOnBlock.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/hooks/useOnBlock.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAGjE,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAA;AAE/C,eAAO,MAAM,UAAU,GACrB,oBAAoB,MAAM,EAC1B,aAAa,CAAC,KAAK,EAAE,iBAAiB,KAAK,OAAO,CAAC,IAAI,CAAC,EACxD,WAAW,iBAAiB,EAC5B,eAAe,YAAY,wBAyC5B,CAAA"}
@@ -1,3 +1,3 @@
1
- import { BlockListComponentProps } from '../../../types/index.ts';
1
+ import type { BlockListComponentProps } from '../../../types/index.ts';
2
2
  export declare const BlockListAnimated: React.FC<BlockListComponentProps>;
3
3
  //# sourceMappingURL=Animated.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Animated.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/list/Animated.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAA;AAGjE,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAY/D,CAAA"}
1
+ {"version":3,"file":"Animated.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/list/Animated.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAA;AAGtE,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAY/D,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { BlockListComponentProps } from '../../../types/index.ts';
2
+ import type { BlockListComponentProps } from '../../../types/index.ts';
3
3
  export declare const BlockListTableEx: React.FC<BlockListComponentProps>;
4
4
  //# sourceMappingURL=TableEx.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableEx.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/list/TableEx.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAA;AAGjE,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAM9D,CAAA"}
1
+ {"version":3,"file":"TableEx.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/list/TableEx.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAA;AAGtE,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAM9D,CAAA"}
@@ -1,4 +1,4 @@
1
- import { TablePaginationActionsProps } from '@xyo-network/react-payload-table';
1
+ import type { TablePaginationActionsProps } from '@xyo-network/react-payload-table';
2
2
  import React from 'react';
3
3
  export interface BlockChainPaginationProps extends TablePaginationActionsProps {
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BlockChainPagination.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/pagination/BlockChainPagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,2BAA2B,EAAE,MAAM,kCAAkC,CAAA;AACtG,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,yBAA0B,SAAQ,2BAA2B;CAAG;AAEjF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAIpE,CAAA"}
1
+ {"version":3,"file":"BlockChainPagination.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/pagination/BlockChainPagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAA;AAEnF,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,yBAA0B,SAAQ,2BAA2B;CAAG;AAEjF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAIpE,CAAA"}
@@ -1,5 +1,5 @@
1
- import { MouseEvent } from 'react';
2
- import { BlockChainRenderComponent } from '../../../../types/index.ts';
1
+ import type { MouseEvent } from 'react';
2
+ import type { BlockChainRenderComponent } from '../../../../types/index.ts';
3
3
  export declare const useChainPagination: (pageSize: number, blockComponents?: BlockChainRenderComponent[]) => {
4
4
  onPageChange: (_event: MouseEvent<HTMLButtonElement>, newPage: number) => void;
5
5
  page: number;
@@ -1 +1 @@
1
- {"version":3,"file":"usePagination.d.ts","sourceRoot":"","sources":["../../../../../../src/components/chain/pagination/hooks/usePagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACX,MAAM,OAAO,CAAA;AAEd,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAA;AAEtE,eAAO,MAAM,kBAAkB,GAAI,UAAU,MAAM,EAAE,kBAAkB,yBAAyB,EAAE;2BASlE,UAAU,CAAC,iBAAiB,CAAC,WAAW,MAAM;;;CAO7E,CAAA"}
1
+ {"version":3,"file":"usePagination.d.ts","sourceRoot":"","sources":["../../../../../../src/components/chain/pagination/hooks/usePagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAGvC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAA;AAE3E,eAAO,MAAM,kBAAkB,GAAI,UAAU,MAAM,EAAE,kBAAkB,yBAAyB,EAAE;2BASlE,UAAU,CAAC,iBAAiB,CAAC,WAAW,MAAM;;;CAO7E,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BlockChainRenderFlexboxProps, RemoteBlockChainRenderFlexboxProps } from '../../../../../types/index.ts';
2
+ import type { BlockChainRenderFlexboxProps, RemoteBlockChainRenderFlexboxProps } from '../../../../../types/index.ts';
3
3
  export declare const DynamicBlockchainRenderFlexbox: {
4
4
  Base: React.FC<BlockChainRenderFlexboxProps>;
5
5
  WithAnalysis: React.FC<BlockChainRenderFlexboxProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"Flexbox.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/dynamic/flexbox/Flexbox.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAkB,MAAM,OAAO,CAAA;AAKtC,OAAO,EAAE,4BAA4B,EAAE,kCAAkC,EAAE,MAAM,+BAA+B,CAAA;AAuDhH,eAAO,MAAM,8BAA8B;;;;CAE1C,CAAA"}
1
+ {"version":3,"file":"Flexbox.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/dynamic/flexbox/Flexbox.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAkB,MAAM,OAAO,CAAA;AAItC,OAAO,KAAK,EAAE,4BAA4B,EAAE,kCAAkC,EAAE,MAAM,+BAA+B,CAAA;AAuDrH,eAAO,MAAM,8BAA8B;;;;CAE1C,CAAA"}
@@ -1,5 +1,5 @@
1
- import { ComponentType } from 'react';
2
- import { BlockChainRenderProps, BlockComponentWithTxsProps } from '../../../../../types/index.ts';
1
+ import type { ComponentType } from 'react';
2
+ import type { BlockChainRenderProps, BlockComponentWithTxsProps } from '../../../../../types/index.ts';
3
3
  export declare const useDynamicBlockRenderComponents: (BlockComponent: ComponentType<BlockComponentWithTxsProps>, blockChainRenderProps?: BlockChainRenderProps) => {
4
4
  errors: (Error | undefined)[];
5
5
  blockChainRenderComponents: import("../../../../../types/BlockComponents.ts").BlockChainRenderComponent[];
@@ -1 +1 @@
1
- {"version":3,"file":"useDynamicBlockRenderComponents.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/dynamic/hooks/useDynamicBlockRenderComponents.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAW,MAAM,OAAO,CAAA;AAI9C,OAAO,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAA;AAKjG,eAAO,MAAM,+BAA+B,GAC1C,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EACzD,wBAAwB,qBAAqB;;;;;;CAuB9C,CAAA"}
1
+ {"version":3,"file":"useDynamicBlockRenderComponents.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/dynamic/hooks/useDynamicBlockRenderComponents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAK1C,OAAO,KAAK,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAA;AAKtG,eAAO,MAAM,+BAA+B,GAC1C,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EACzD,wBAAwB,qBAAqB;;;;;;CAuB9C,CAAA"}
@@ -1,5 +1,5 @@
1
- import { ModuleIdentifier } from '@xyo-network/module-model';
2
- import { BlockChainRenderBaseProps, BlockChainRenderProps } from '../../../../../types/index.ts';
1
+ import type { ModuleIdentifier } from '@xyo-network/module-model';
2
+ import type { BlockChainRenderBaseProps, BlockChainRenderProps } from '../../../../../types/index.ts';
3
3
  /** take blockChainRenderProps and remote archivist props and return with resolved chainArchivist */
4
4
  export declare const useRemoteBlockChainRenderProps: (chainArchivistModuleId?: ModuleIdentifier, url?: string, blockChainRenderPropsArg?: BlockChainRenderProps) => BlockChainRenderBaseProps;
5
5
  //# sourceMappingURL=useRemoteBlockChainRenderProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useRemoteBlockChainRenderProps.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/dynamic/hooks/useRemoteBlockChainRenderProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAI5D,OAAO,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAA;AAEhG,oGAAoG;AACpG,eAAO,MAAM,8BAA8B,GACzC,yBAAyB,gBAAgB,EACzC,MAAM,MAAM,EACZ,2BAA2B,qBAAqB,KAC/C,yBAgBF,CAAA"}
1
+ {"version":3,"file":"useRemoteBlockChainRenderProps.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/dynamic/hooks/useRemoteBlockChainRenderProps.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAIjE,OAAO,KAAK,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAA;AAErG,oGAAoG;AACpG,eAAO,MAAM,8BAA8B,GACzC,yBAAyB,gBAAgB,EACzC,MAAM,MAAM,EACZ,2BAA2B,qBAAqB,KAC/C,yBAgBF,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BlockChainRenderFlexboxProps } from '../../../../../types/index.ts';
2
+ import type { BlockChainRenderFlexboxProps } from '../../../../../types/index.ts';
3
3
  export declare const StaticBlockchainRenderFlexBox: {
4
4
  Base: React.FC<BlockChainRenderFlexboxProps>;
5
5
  WithAnalysis: React.FC<BlockChainRenderFlexboxProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"Flexbox.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/static/flexbox/Flexbox.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAkB,MAAM,OAAO,CAAA;AAGtC,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAA;AA4C5E,eAAO,MAAM,6BAA6B;;;CAGzC,CAAA"}
1
+ {"version":3,"file":"Flexbox.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/static/flexbox/Flexbox.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAkB,MAAM,OAAO,CAAA;AAItC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAA;AA4CjF,eAAO,MAAM,6BAA6B;;;CAGzC,CAAA"}
@@ -1,5 +1,5 @@
1
- import { ComponentType } from 'react';
2
- import { BlockChainRenderProps, BlockComponentWithTxsProps } from '../../../../../types/index.ts';
1
+ import type { ComponentType } from 'react';
2
+ import type { BlockChainRenderProps, BlockComponentWithTxsProps } from '../../../../../types/index.ts';
3
3
  export declare const useStaticBlockRenderComponents: (BlockComponent: ComponentType<BlockComponentWithTxsProps>, blockChainRenderProps?: BlockChainRenderProps) => {
4
4
  paginatedBlockComponents: import("../../../../../types/BlockComponents.ts").BlockChainRenderComponent[] | undefined;
5
5
  blockComponents: import("../../../../../types/BlockComponents.ts").BlockChainRenderComponent[] | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useStaticBlockRenderComponents.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/static/hooks/useStaticBlockRenderComponents.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAW,MAAM,OAAO,CAAA;AAG9C,OAAO,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAA;AAOjG,eAAO,MAAM,8BAA8B,GAAI,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EAAE,wBAAwB,qBAAqB;;;;;;;CAwBtJ,CAAA"}
1
+ {"version":3,"file":"useStaticBlockRenderComponents.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/static/hooks/useStaticBlockRenderComponents.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAI1C,OAAO,KAAK,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAA;AAOtG,eAAO,MAAM,8BAA8B,GAAI,gBAAgB,aAAa,CAAC,0BAA0B,CAAC,EAAE,wBAAwB,qBAAqB;;;;;;;CAwBtJ,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BlockChainRenderTableExProps } from '../../../../../types/index.ts';
2
+ import type { BlockChainRenderTableExProps } from '../../../../../types/index.ts';
3
3
  export declare const Base: React.FC<BlockChainRenderTableExProps>;
4
4
  export declare const WithAnalysis: React.FC<BlockChainRenderTableExProps>;
5
5
  export declare const StaticBlockchainRenderTableEx: {
@@ -1 +1 @@
1
- {"version":3,"file":"Ex.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/static/table/Ex.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAA;AAM5E,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAkBvD,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAK/D,CAAA;AAED,eAAO,MAAM,6BAA6B;;;CAAyB,CAAA"}
1
+ {"version":3,"file":"Ex.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chain/render/static/table/Ex.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAA;AAMjF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAkBvD,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAK/D,CAAA;AAED,eAAO,MAAM,6BAA6B;;;CAAyB,CAAA"}
@@ -1,4 +1,4 @@
1
- import { DialogProps } from '@mui/material';
1
+ import type { DialogProps } from '@mui/material';
2
2
  export interface ChainAnalyzerStatsDialogProps extends DialogProps {
3
3
  }
4
4
  export declare const ChainAnalyzerStatsDialog: React.FC<ChainAnalyzerStatsDialogProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/stats/Dialog.tsx"],"names":[],"mappings":"AACA,OAAO,EACkB,WAAW,EAEnC,MAAM,eAAe,CAAA;AAMtB,MAAM,WAAW,6BAA8B,SAAQ,WAAW;CAAG;AAErE,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAiB5E,CAAA;AAED,eAAO,MAAM,mCAAmC,EAAE,KAAK,CAAC,EAYvD,CAAA"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/chain/stats/Dialog.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAUhD,MAAM,WAAW,6BAA8B,SAAQ,WAAW;CAAG;AAErE,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAiB5E,CAAA;AAED,eAAO,MAAM,mCAAmC,EAAE,KAAK,CAAC,EAYvD,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Payload } from '@xyo-network/payload-model';
1
+ import type { Payload } from '@xyo-network/payload-model';
2
2
  export interface BlockProducerStatsFlexboxProps {
3
3
  payload?: Payload;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ProducerFlexbox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/chain/stats/producer/ProducerFlexbox.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAKpD,MAAM,WAAW,8BAA8B;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CAkB9E,CAAA;AAED,eAAO,MAAM,cAAc,ykBAGxB,CAAA"}
1
+ {"version":3,"file":"ProducerFlexbox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/chain/stats/producer/ProducerFlexbox.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAKzD,MAAM,WAAW,8BAA8B;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CAkB9E,CAAA;AAED,eAAO,MAAM,cAAc,ykBAGxB,CAAA"}
@@ -1,5 +1,5 @@
1
- import { TableProps } from '@mui/material';
2
- import { AnalyzedProducer } from '@xyo-network/chain-protocol';
1
+ import type { TableProps } from '@mui/material';
2
+ import type { AnalyzedProducer } from '@xyo-network/chain-protocol';
3
3
  import React from 'react';
4
4
  export interface ChainProducerStatsTableProps extends TableProps {
5
5
  producers?: AnalyzedProducer[];
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../src/components/chain/stats/producer/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EACmC,UAAU,EAGnD,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAE9D,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,4BAA6B,SAAQ,UAAU;IAC9D,SAAS,CAAC,EAAE,gBAAgB,EAAE,CAAA;CAC/B;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAwB1E,CAAA"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../src/components/chain/stats/producer/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAM/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAEnE,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,4BAA6B,SAAQ,UAAU;IAC9D,SAAS,CAAC,EAAE,gBAAgB,EAAE,CAAA;CAC/B;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAwB1E,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Payload } from '@xyo-network/payload-model';
1
+ import type { Payload } from '@xyo-network/payload-model';
2
2
  export interface PayloadBuilderComponentProps {
3
3
  onBuild?: (payload: Payload) => void;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BuilderComponentProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/payload/builder/BuilderComponentProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,MAAM,WAAW,4BAA4B;IAC3C,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;CACrC"}
1
+ {"version":3,"file":"BuilderComponentProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/payload/builder/BuilderComponentProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,MAAM,WAAW,4BAA4B;IAC3C,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;CACrC"}
@@ -1,6 +1,6 @@
1
- import { FlexBoxProps } from '@xylabs/react-flexbox';
2
- import { ComponentType } from 'react';
3
- import { PayloadBuilderComponentProps } from './BuilderComponentProps.ts';
1
+ import type { FlexBoxProps } from '@xylabs/react-flexbox';
2
+ import type { ComponentType } from 'react';
3
+ import type { PayloadBuilderComponentProps } from './BuilderComponentProps.ts';
4
4
  export interface PayloadBuilderFlexboxProps extends PayloadBuilderComponentProps, FlexBoxProps {
5
5
  BuilderComponent: ComponentType<PayloadBuilderComponentProps>;
6
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Flexbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/payload/builder/Flexbox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAG7D,OAAO,EAAE,aAAa,EAAY,MAAM,OAAO,CAAA;AAE/C,OAAO,EAAE,4BAA4B,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,WAAW,0BAA2B,SAAQ,4BAA4B,EAAE,YAAY;IAC5F,gBAAgB,EAAE,aAAa,CAAC,4BAA4B,CAAC,CAAA;CAC9D;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAgBtE,CAAA"}
1
+ {"version":3,"file":"Flexbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/payload/builder/Flexbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAIzD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAG1C,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,4BAA4B,CAAA;AAE9E,MAAM,WAAW,0BAA2B,SAAQ,4BAA4B,EAAE,YAAY;IAC5F,gBAAgB,EAAE,aAAa,CAAC,4BAA4B,CAAC,CAAA;CAC9D;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAgBtE,CAAA"}