@xyo-network/react-module 2.63.1 → 2.64.0-rc.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 (193) hide show
  1. package/dist/ModuleRenderProps.d.mts.map +1 -0
  2. package/dist/ModuleRenderProps.d.ts +7 -0
  3. package/dist/ModuleRenderProps.d.ts.map +1 -0
  4. package/dist/components/Card/Diviner/Card.d.mts.map +1 -0
  5. package/dist/components/Card/Diviner/Card.d.ts +6 -0
  6. package/dist/components/Card/Diviner/Card.d.ts.map +1 -0
  7. package/dist/components/Card/Diviner/Card.stories.d.mts +105 -0
  8. package/dist/components/Card/Diviner/Card.stories.d.mts.map +1 -0
  9. package/dist/components/Card/Diviner/Card.stories.d.ts +105 -0
  10. package/dist/components/Card/Diviner/Card.stories.d.ts.map +1 -0
  11. package/dist/components/Card/Diviner/CardActions.d.mts.map +1 -0
  12. package/dist/components/Card/Diviner/CardActions.d.ts +6 -0
  13. package/dist/components/Card/Diviner/CardActions.d.ts.map +1 -0
  14. package/dist/components/Card/Diviner/CardContent.d.mts.map +1 -0
  15. package/dist/components/Card/Diviner/CardContent.d.ts +6 -0
  16. package/dist/components/Card/Diviner/CardContent.d.ts.map +1 -0
  17. package/dist/components/Card/Diviner/CardHeader.d.mts.map +1 -0
  18. package/dist/components/Card/Diviner/CardHeader.d.ts +6 -0
  19. package/dist/components/Card/Diviner/CardHeader.d.ts.map +1 -0
  20. package/dist/components/Card/Diviner/index.d.mts.map +1 -0
  21. package/dist/{esm/components/Card/Diviner/index.js → components/Card/Diviner/index.d.ts} +1 -1
  22. package/dist/components/Card/Diviner/index.d.ts.map +1 -0
  23. package/dist/components/Card/Module/Card.d.mts.map +1 -0
  24. package/dist/components/Card/Module/Card.d.ts +5 -0
  25. package/dist/components/Card/Module/Card.d.ts.map +1 -0
  26. package/dist/components/Card/Module/Card.stories.d.mts +100 -0
  27. package/dist/components/Card/Module/Card.stories.d.mts.map +1 -0
  28. package/dist/components/Card/Module/Card.stories.d.ts +100 -0
  29. package/dist/components/Card/Module/Card.stories.d.ts.map +1 -0
  30. package/dist/components/Card/Module/CardActions.d.mts.map +1 -0
  31. package/dist/components/Card/Module/CardActions.d.ts +5 -0
  32. package/dist/components/Card/Module/CardActions.d.ts.map +1 -0
  33. package/dist/components/Card/Module/CardContent.d.mts.map +1 -0
  34. package/dist/components/Card/Module/CardContent.d.ts +5 -0
  35. package/dist/components/Card/Module/CardContent.d.ts.map +1 -0
  36. package/dist/components/Card/Module/CardHeader.d.mts.map +1 -0
  37. package/dist/components/Card/Module/CardHeader.d.ts +5 -0
  38. package/dist/components/Card/Module/CardHeader.d.ts.map +1 -0
  39. package/dist/components/Card/Module/components/DiscoverDialog.d.mts.map +1 -0
  40. package/dist/components/Card/Module/components/DiscoverDialog.d.ts +9 -0
  41. package/dist/components/Card/Module/components/DiscoverDialog.d.ts.map +1 -0
  42. package/dist/components/Card/Module/components/index.d.mts.map +1 -0
  43. package/dist/components/Card/Module/components/index.d.ts +2 -0
  44. package/dist/components/Card/Module/components/index.d.ts.map +1 -0
  45. package/dist/components/Card/Module/index.d.mts.map +1 -0
  46. package/dist/{esm/components/Card/Module/index.js → components/Card/Module/index.d.ts} +1 -1
  47. package/dist/components/Card/Module/index.d.ts.map +1 -0
  48. package/dist/components/Card/index.d.mts.map +1 -0
  49. package/dist/{esm/components/Card/index.js → components/Card/index.d.ts} +1 -1
  50. package/dist/components/Card/index.d.ts.map +1 -0
  51. package/dist/components/DetailsBox.d.mts.map +1 -0
  52. package/dist/components/DetailsBox.d.ts +5 -0
  53. package/dist/components/DetailsBox.d.ts.map +1 -0
  54. package/dist/components/DetailsBox.stories.d.mts +179 -0
  55. package/dist/components/DetailsBox.stories.d.mts.map +1 -0
  56. package/dist/components/DetailsBox.stories.d.ts +179 -0
  57. package/dist/components/DetailsBox.stories.d.ts.map +1 -0
  58. package/dist/components/TableCell.d.mts.map +1 -0
  59. package/dist/components/TableCell.d.ts +5 -0
  60. package/dist/components/TableCell.d.ts.map +1 -0
  61. package/dist/components/index.d.mts.map +1 -0
  62. package/dist/{esm/components/index.js → components/index.d.ts} +1 -1
  63. package/dist/components/index.d.ts.map +1 -0
  64. package/dist/hooks/index.d.mts.map +1 -0
  65. package/dist/hooks/index.d.ts +2 -0
  66. package/dist/hooks/index.d.ts.map +1 -0
  67. package/dist/hooks/useRefresh.d.mts.map +1 -0
  68. package/dist/hooks/useRefresh.d.ts +4 -0
  69. package/dist/hooks/useRefresh.d.ts.map +1 -0
  70. package/dist/index.d.mts.map +1 -0
  71. package/dist/{esm/index.js → index.d.ts} +1 -1
  72. package/dist/index.d.ts.map +1 -0
  73. package/dist/index.js +214 -0
  74. package/dist/index.js.map +1 -0
  75. package/dist/index.mjs +178 -0
  76. package/dist/index.mjs.map +1 -0
  77. package/package.json +36 -27
  78. package/dist/cjs/ModuleRenderProps.js +0 -3
  79. package/dist/cjs/ModuleRenderProps.js.map +0 -1
  80. package/dist/cjs/components/Card/Diviner/Card.js +0 -15
  81. package/dist/cjs/components/Card/Diviner/Card.js.map +0 -1
  82. package/dist/cjs/components/Card/Diviner/CardActions.js +0 -10
  83. package/dist/cjs/components/Card/Diviner/CardActions.js.map +0 -1
  84. package/dist/cjs/components/Card/Diviner/CardContent.js +0 -12
  85. package/dist/cjs/components/Card/Diviner/CardContent.js.map +0 -1
  86. package/dist/cjs/components/Card/Diviner/CardHeader.js +0 -13
  87. package/dist/cjs/components/Card/Diviner/CardHeader.js.map +0 -1
  88. package/dist/cjs/components/Card/Diviner/index.js +0 -7
  89. package/dist/cjs/components/Card/Diviner/index.js.map +0 -1
  90. package/dist/cjs/components/Card/Module/Card.js +0 -15
  91. package/dist/cjs/components/Card/Module/Card.js.map +0 -1
  92. package/dist/cjs/components/Card/Module/CardActions.js +0 -18
  93. package/dist/cjs/components/Card/Module/CardActions.js.map +0 -1
  94. package/dist/cjs/components/Card/Module/CardContent.js +0 -12
  95. package/dist/cjs/components/Card/Module/CardContent.js.map +0 -1
  96. package/dist/cjs/components/Card/Module/CardHeader.js +0 -23
  97. package/dist/cjs/components/Card/Module/CardHeader.js.map +0 -1
  98. package/dist/cjs/components/Card/Module/components/DiscoverDialog.js +0 -17
  99. package/dist/cjs/components/Card/Module/components/DiscoverDialog.js.map +0 -1
  100. package/dist/cjs/components/Card/Module/components/index.js +0 -5
  101. package/dist/cjs/components/Card/Module/components/index.js.map +0 -1
  102. package/dist/cjs/components/Card/Module/index.js +0 -8
  103. package/dist/cjs/components/Card/Module/index.js.map +0 -1
  104. package/dist/cjs/components/Card/index.js +0 -6
  105. package/dist/cjs/components/Card/index.js.map +0 -1
  106. package/dist/cjs/components/DetailsBox.js +0 -31
  107. package/dist/cjs/components/DetailsBox.js.map +0 -1
  108. package/dist/cjs/components/TableCell.js +0 -14
  109. package/dist/cjs/components/TableCell.js.map +0 -1
  110. package/dist/cjs/components/index.js +0 -7
  111. package/dist/cjs/components/index.js.map +0 -1
  112. package/dist/cjs/hooks/index.js +0 -5
  113. package/dist/cjs/hooks/index.js.map +0 -1
  114. package/dist/cjs/hooks/useRefresh.js +0 -18
  115. package/dist/cjs/hooks/useRefresh.js.map +0 -1
  116. package/dist/cjs/index.js +0 -7
  117. package/dist/cjs/index.js.map +0 -1
  118. package/dist/docs.json +0 -2921
  119. package/dist/esm/ModuleRenderProps.js +0 -2
  120. package/dist/esm/ModuleRenderProps.js.map +0 -1
  121. package/dist/esm/components/Card/Diviner/Card.js +0 -9
  122. package/dist/esm/components/Card/Diviner/Card.js.map +0 -1
  123. package/dist/esm/components/Card/Diviner/CardActions.js +0 -6
  124. package/dist/esm/components/Card/Diviner/CardActions.js.map +0 -1
  125. package/dist/esm/components/Card/Diviner/CardContent.js +0 -6
  126. package/dist/esm/components/Card/Diviner/CardContent.js.map +0 -1
  127. package/dist/esm/components/Card/Diviner/CardHeader.js +0 -6
  128. package/dist/esm/components/Card/Diviner/CardHeader.js.map +0 -1
  129. package/dist/esm/components/Card/Diviner/index.js.map +0 -1
  130. package/dist/esm/components/Card/Module/Card.js +0 -9
  131. package/dist/esm/components/Card/Module/Card.js.map +0 -1
  132. package/dist/esm/components/Card/Module/CardActions.js +0 -12
  133. package/dist/esm/components/Card/Module/CardActions.js.map +0 -1
  134. package/dist/esm/components/Card/Module/CardContent.js +0 -6
  135. package/dist/esm/components/Card/Module/CardContent.js.map +0 -1
  136. package/dist/esm/components/Card/Module/CardHeader.js +0 -15
  137. package/dist/esm/components/Card/Module/CardHeader.js.map +0 -1
  138. package/dist/esm/components/Card/Module/components/DiscoverDialog.js +0 -11
  139. package/dist/esm/components/Card/Module/components/DiscoverDialog.js.map +0 -1
  140. package/dist/esm/components/Card/Module/components/index.js +0 -2
  141. package/dist/esm/components/Card/Module/components/index.js.map +0 -1
  142. package/dist/esm/components/Card/Module/index.js.map +0 -1
  143. package/dist/esm/components/Card/index.js.map +0 -1
  144. package/dist/esm/components/DetailsBox.js +0 -24
  145. package/dist/esm/components/DetailsBox.js.map +0 -1
  146. package/dist/esm/components/TableCell.js +0 -8
  147. package/dist/esm/components/TableCell.js.map +0 -1
  148. package/dist/esm/components/index.js.map +0 -1
  149. package/dist/esm/hooks/index.js +0 -2
  150. package/dist/esm/hooks/index.js.map +0 -1
  151. package/dist/esm/hooks/useRefresh.js +0 -14
  152. package/dist/esm/hooks/useRefresh.js.map +0 -1
  153. package/dist/esm/index.js.map +0 -1
  154. package/dist/types/ModuleRenderProps.d.ts.map +0 -1
  155. package/dist/types/components/Card/Diviner/Card.d.ts.map +0 -1
  156. package/dist/types/components/Card/Diviner/CardActions.d.ts.map +0 -1
  157. package/dist/types/components/Card/Diviner/CardContent.d.ts.map +0 -1
  158. package/dist/types/components/Card/Diviner/CardHeader.d.ts.map +0 -1
  159. package/dist/types/components/Card/Diviner/index.d.ts.map +0 -1
  160. package/dist/types/components/Card/Module/Card.d.ts.map +0 -1
  161. package/dist/types/components/Card/Module/CardActions.d.ts.map +0 -1
  162. package/dist/types/components/Card/Module/CardContent.d.ts.map +0 -1
  163. package/dist/types/components/Card/Module/CardHeader.d.ts.map +0 -1
  164. package/dist/types/components/Card/Module/components/DiscoverDialog.d.ts.map +0 -1
  165. package/dist/types/components/Card/Module/components/index.d.ts.map +0 -1
  166. package/dist/types/components/Card/Module/index.d.ts.map +0 -1
  167. package/dist/types/components/Card/index.d.ts.map +0 -1
  168. package/dist/types/components/DetailsBox.d.ts.map +0 -1
  169. package/dist/types/components/TableCell.d.ts.map +0 -1
  170. package/dist/types/components/index.d.ts.map +0 -1
  171. package/dist/types/hooks/index.d.ts.map +0 -1
  172. package/dist/types/hooks/useRefresh.d.ts.map +0 -1
  173. package/dist/types/index.d.ts.map +0 -1
  174. /package/dist/{types/ModuleRenderProps.d.ts → ModuleRenderProps.d.mts} +0 -0
  175. /package/dist/{types/components/Card/Diviner/Card.d.ts → components/Card/Diviner/Card.d.mts} +0 -0
  176. /package/dist/{types/components/Card/Diviner/CardActions.d.ts → components/Card/Diviner/CardActions.d.mts} +0 -0
  177. /package/dist/{types/components/Card/Diviner/CardContent.d.ts → components/Card/Diviner/CardContent.d.mts} +0 -0
  178. /package/dist/{types/components/Card/Diviner/CardHeader.d.ts → components/Card/Diviner/CardHeader.d.mts} +0 -0
  179. /package/dist/{types/components/Card/Diviner/index.d.ts → components/Card/Diviner/index.d.mts} +0 -0
  180. /package/dist/{types/components/Card/Module/Card.d.ts → components/Card/Module/Card.d.mts} +0 -0
  181. /package/dist/{types/components/Card/Module/CardActions.d.ts → components/Card/Module/CardActions.d.mts} +0 -0
  182. /package/dist/{types/components/Card/Module/CardContent.d.ts → components/Card/Module/CardContent.d.mts} +0 -0
  183. /package/dist/{types/components/Card/Module/CardHeader.d.ts → components/Card/Module/CardHeader.d.mts} +0 -0
  184. /package/dist/{types/components/Card/Module/components/DiscoverDialog.d.ts → components/Card/Module/components/DiscoverDialog.d.mts} +0 -0
  185. /package/dist/{types/components/Card/Module/components/index.d.ts → components/Card/Module/components/index.d.mts} +0 -0
  186. /package/dist/{types/components/Card/Module/index.d.ts → components/Card/Module/index.d.mts} +0 -0
  187. /package/dist/{types/components/Card/index.d.ts → components/Card/index.d.mts} +0 -0
  188. /package/dist/{types/components/DetailsBox.d.ts → components/DetailsBox.d.mts} +0 -0
  189. /package/dist/{types/components/TableCell.d.ts → components/TableCell.d.mts} +0 -0
  190. /package/dist/{types/components/index.d.ts → components/index.d.mts} +0 -0
  191. /package/dist/{types/hooks/index.d.ts → hooks/index.d.mts} +0 -0
  192. /package/dist/{types/hooks/useRefresh.d.ts → hooks/useRefresh.d.mts} +0 -0
  193. /package/dist/{types/index.d.ts → index.d.mts} +0 -0
@@ -0,0 +1,2 @@
1
+ export * from './DiscoverDialog';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Card/Module/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Module/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA"}
@@ -2,4 +2,4 @@ export * from './Card';
2
2
  export * from './CardActions';
3
3
  export * from './CardContent';
4
4
  export * from './CardHeader';
5
- //# sourceMappingURL=index.js.map
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Module/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA"}
@@ -1,3 +1,3 @@
1
1
  export * from './Diviner';
2
2
  export * from './Module';
3
- //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsBox.d.ts","sourceRoot":"","sources":["../../src/components/DetailsBox.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,YAAY,EAAoB,MAAM,uBAAuB,CAAA;AAKtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAMxD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,YAAY,CA0BvE,CAAA"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { FlexBoxProps } from '@xylabs/react-flexbox';
3
+ import { ModuleRenderProps } from '../ModuleRenderProps';
4
+ export declare const ModuleDetailsBox: React.FC<ModuleRenderProps & FlexBoxProps>;
5
+ //# sourceMappingURL=DetailsBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsBox.d.ts","sourceRoot":"","sources":["../../src/components/DetailsBox.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,YAAY,EAAoB,MAAM,uBAAuB,CAAA;AAKtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAMxD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,YAAY,CA0BvE,CAAA"}
@@ -0,0 +1,179 @@
1
+ declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
2
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
3
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
4
+ accountDerivationPath?: string | undefined;
5
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
6
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
7
+ readonly name?: string | undefined;
8
+ readonly paging?: Record<string, {
9
+ size?: number | undefined;
10
+ }> | undefined;
11
+ readonly security?: {
12
+ readonly allowAnonymous?: boolean | undefined;
13
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
14
+ readonly disallowed?: Record<string, string[]> | undefined;
15
+ } | undefined;
16
+ readonly sign?: boolean | undefined;
17
+ readonly storeQueries?: boolean | undefined;
18
+ readonly timestamp?: boolean | undefined;
19
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
20
+ accountDerivationPath?: string | undefined;
21
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
22
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
23
+ readonly name?: string | undefined;
24
+ readonly paging?: Record<string, {
25
+ size?: number | undefined;
26
+ }> | undefined;
27
+ readonly security?: {
28
+ readonly allowAnonymous?: boolean | undefined;
29
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
+ readonly disallowed?: Record<string, string[]> | undefined;
31
+ } | undefined;
32
+ readonly sign?: boolean | undefined;
33
+ readonly storeQueries?: boolean | undefined;
34
+ readonly timestamp?: boolean | undefined;
35
+ } & {
36
+ schema: "network.xyo.module.config";
37
+ }, "schema"> & {
38
+ schema: string;
39
+ }, "schema"> & {
40
+ schema: string;
41
+ };
42
+ ephemeralQueryAccountEnabled?: boolean | undefined;
43
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
44
+ }, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
45
+ declare const NodeDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
46
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
47
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
48
+ accountDerivationPath?: string | undefined;
49
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
50
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
51
+ readonly name?: string | undefined;
52
+ readonly paging?: Record<string, {
53
+ size?: number | undefined;
54
+ }> | undefined;
55
+ readonly security?: {
56
+ readonly allowAnonymous?: boolean | undefined;
57
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
58
+ readonly disallowed?: Record<string, string[]> | undefined;
59
+ } | undefined;
60
+ readonly sign?: boolean | undefined;
61
+ readonly storeQueries?: boolean | undefined;
62
+ readonly timestamp?: boolean | undefined;
63
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
64
+ accountDerivationPath?: string | undefined;
65
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
66
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
67
+ readonly name?: string | undefined;
68
+ readonly paging?: Record<string, {
69
+ size?: number | undefined;
70
+ }> | undefined;
71
+ readonly security?: {
72
+ readonly allowAnonymous?: boolean | undefined;
73
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
74
+ readonly disallowed?: Record<string, string[]> | undefined;
75
+ } | undefined;
76
+ readonly sign?: boolean | undefined;
77
+ readonly storeQueries?: boolean | undefined;
78
+ readonly timestamp?: boolean | undefined;
79
+ } & {
80
+ schema: "network.xyo.module.config";
81
+ }, "schema"> & {
82
+ schema: string;
83
+ }, "schema"> & {
84
+ schema: string;
85
+ };
86
+ ephemeralQueryAccountEnabled?: boolean | undefined;
87
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
88
+ }, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
89
+ declare const ArchivistDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
90
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
91
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
92
+ accountDerivationPath?: string | undefined;
93
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
94
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
+ readonly name?: string | undefined;
96
+ readonly paging?: Record<string, {
97
+ size?: number | undefined;
98
+ }> | undefined;
99
+ readonly security?: {
100
+ readonly allowAnonymous?: boolean | undefined;
101
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
102
+ readonly disallowed?: Record<string, string[]> | undefined;
103
+ } | undefined;
104
+ readonly sign?: boolean | undefined;
105
+ readonly storeQueries?: boolean | undefined;
106
+ readonly timestamp?: boolean | undefined;
107
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
108
+ accountDerivationPath?: string | undefined;
109
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
110
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
111
+ readonly name?: string | undefined;
112
+ readonly paging?: Record<string, {
113
+ size?: number | undefined;
114
+ }> | undefined;
115
+ readonly security?: {
116
+ readonly allowAnonymous?: boolean | undefined;
117
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
118
+ readonly disallowed?: Record<string, string[]> | undefined;
119
+ } | undefined;
120
+ readonly sign?: boolean | undefined;
121
+ readonly storeQueries?: boolean | undefined;
122
+ readonly timestamp?: boolean | undefined;
123
+ } & {
124
+ schema: "network.xyo.module.config";
125
+ }, "schema"> & {
126
+ schema: string;
127
+ }, "schema"> & {
128
+ schema: string;
129
+ };
130
+ ephemeralQueryAccountEnabled?: boolean | undefined;
131
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
132
+ }, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
133
+ declare const DivinerDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
134
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
135
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
136
+ accountDerivationPath?: string | undefined;
137
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
138
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
139
+ readonly name?: string | undefined;
140
+ readonly paging?: Record<string, {
141
+ size?: number | undefined;
142
+ }> | undefined;
143
+ readonly security?: {
144
+ readonly allowAnonymous?: boolean | undefined;
145
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
146
+ readonly disallowed?: Record<string, string[]> | undefined;
147
+ } | undefined;
148
+ readonly sign?: boolean | undefined;
149
+ readonly storeQueries?: boolean | undefined;
150
+ readonly timestamp?: boolean | undefined;
151
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
152
+ accountDerivationPath?: string | undefined;
153
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
154
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
155
+ readonly name?: string | undefined;
156
+ readonly paging?: Record<string, {
157
+ size?: number | undefined;
158
+ }> | undefined;
159
+ readonly security?: {
160
+ readonly allowAnonymous?: boolean | undefined;
161
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
162
+ readonly disallowed?: Record<string, string[]> | undefined;
163
+ } | undefined;
164
+ readonly sign?: boolean | undefined;
165
+ readonly storeQueries?: boolean | undefined;
166
+ readonly timestamp?: boolean | undefined;
167
+ } & {
168
+ schema: "network.xyo.module.config";
169
+ }, "schema"> & {
170
+ schema: string;
171
+ }, "schema"> & {
172
+ schema: string;
173
+ };
174
+ ephemeralQueryAccountEnabled?: boolean | undefined;
175
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
176
+ }, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
177
+ export { ArchivistDetails, DivinerDetails, NodeDetails };
178
+ export default StorybookEntry;
179
+ //# sourceMappingURL=DetailsBox.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/DetailsBox.stories.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHASc,CAAA;AAqBlC,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAAwB,CAAA;AAsBzC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAA6B,CAAA;AAsBnD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAA2B,CAAA;AAG/C,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,WAAW,EAAE,CAAA;AAGxD,eAAe,cAAc,CAAA"}
@@ -0,0 +1,179 @@
1
+ declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
2
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
3
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
4
+ accountDerivationPath?: string | undefined;
5
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
6
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
7
+ readonly name?: string | undefined;
8
+ readonly paging?: Record<string, {
9
+ size?: number | undefined;
10
+ }> | undefined;
11
+ readonly security?: {
12
+ readonly allowAnonymous?: boolean | undefined;
13
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
14
+ readonly disallowed?: Record<string, string[]> | undefined;
15
+ } | undefined;
16
+ readonly sign?: boolean | undefined;
17
+ readonly storeQueries?: boolean | undefined;
18
+ readonly timestamp?: boolean | undefined;
19
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
20
+ accountDerivationPath?: string | undefined;
21
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
22
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
23
+ readonly name?: string | undefined;
24
+ readonly paging?: Record<string, {
25
+ size?: number | undefined;
26
+ }> | undefined;
27
+ readonly security?: {
28
+ readonly allowAnonymous?: boolean | undefined;
29
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
+ readonly disallowed?: Record<string, string[]> | undefined;
31
+ } | undefined;
32
+ readonly sign?: boolean | undefined;
33
+ readonly storeQueries?: boolean | undefined;
34
+ readonly timestamp?: boolean | undefined;
35
+ } & {
36
+ schema: "network.xyo.module.config";
37
+ }, "schema"> & {
38
+ schema: string;
39
+ }, "schema"> & {
40
+ schema: string;
41
+ };
42
+ ephemeralQueryAccountEnabled?: boolean | undefined;
43
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
44
+ }, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
45
+ declare const NodeDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
46
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
47
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
48
+ accountDerivationPath?: string | undefined;
49
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
50
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
51
+ readonly name?: string | undefined;
52
+ readonly paging?: Record<string, {
53
+ size?: number | undefined;
54
+ }> | undefined;
55
+ readonly security?: {
56
+ readonly allowAnonymous?: boolean | undefined;
57
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
58
+ readonly disallowed?: Record<string, string[]> | undefined;
59
+ } | undefined;
60
+ readonly sign?: boolean | undefined;
61
+ readonly storeQueries?: boolean | undefined;
62
+ readonly timestamp?: boolean | undefined;
63
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
64
+ accountDerivationPath?: string | undefined;
65
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
66
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
67
+ readonly name?: string | undefined;
68
+ readonly paging?: Record<string, {
69
+ size?: number | undefined;
70
+ }> | undefined;
71
+ readonly security?: {
72
+ readonly allowAnonymous?: boolean | undefined;
73
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
74
+ readonly disallowed?: Record<string, string[]> | undefined;
75
+ } | undefined;
76
+ readonly sign?: boolean | undefined;
77
+ readonly storeQueries?: boolean | undefined;
78
+ readonly timestamp?: boolean | undefined;
79
+ } & {
80
+ schema: "network.xyo.module.config";
81
+ }, "schema"> & {
82
+ schema: string;
83
+ }, "schema"> & {
84
+ schema: string;
85
+ };
86
+ ephemeralQueryAccountEnabled?: boolean | undefined;
87
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
88
+ }, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
89
+ declare const ArchivistDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
90
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
91
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
92
+ accountDerivationPath?: string | undefined;
93
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
94
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
+ readonly name?: string | undefined;
96
+ readonly paging?: Record<string, {
97
+ size?: number | undefined;
98
+ }> | undefined;
99
+ readonly security?: {
100
+ readonly allowAnonymous?: boolean | undefined;
101
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
102
+ readonly disallowed?: Record<string, string[]> | undefined;
103
+ } | undefined;
104
+ readonly sign?: boolean | undefined;
105
+ readonly storeQueries?: boolean | undefined;
106
+ readonly timestamp?: boolean | undefined;
107
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
108
+ accountDerivationPath?: string | undefined;
109
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
110
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
111
+ readonly name?: string | undefined;
112
+ readonly paging?: Record<string, {
113
+ size?: number | undefined;
114
+ }> | undefined;
115
+ readonly security?: {
116
+ readonly allowAnonymous?: boolean | undefined;
117
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
118
+ readonly disallowed?: Record<string, string[]> | undefined;
119
+ } | undefined;
120
+ readonly sign?: boolean | undefined;
121
+ readonly storeQueries?: boolean | undefined;
122
+ readonly timestamp?: boolean | undefined;
123
+ } & {
124
+ schema: "network.xyo.module.config";
125
+ }, "schema"> & {
126
+ schema: string;
127
+ }, "schema"> & {
128
+ schema: string;
129
+ };
130
+ ephemeralQueryAccountEnabled?: boolean | undefined;
131
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
132
+ }, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
133
+ declare const DivinerDetails: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("..").ModuleRenderProps<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
134
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
135
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
136
+ accountDerivationPath?: string | undefined;
137
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
138
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
139
+ readonly name?: string | undefined;
140
+ readonly paging?: Record<string, {
141
+ size?: number | undefined;
142
+ }> | undefined;
143
+ readonly security?: {
144
+ readonly allowAnonymous?: boolean | undefined;
145
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
146
+ readonly disallowed?: Record<string, string[]> | undefined;
147
+ } | undefined;
148
+ readonly sign?: boolean | undefined;
149
+ readonly storeQueries?: boolean | undefined;
150
+ readonly timestamp?: boolean | undefined;
151
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
152
+ accountDerivationPath?: string | undefined;
153
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
154
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
155
+ readonly name?: string | undefined;
156
+ readonly paging?: Record<string, {
157
+ size?: number | undefined;
158
+ }> | undefined;
159
+ readonly security?: {
160
+ readonly allowAnonymous?: boolean | undefined;
161
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
162
+ readonly disallowed?: Record<string, string[]> | undefined;
163
+ } | undefined;
164
+ readonly sign?: boolean | undefined;
165
+ readonly storeQueries?: boolean | undefined;
166
+ readonly timestamp?: boolean | undefined;
167
+ } & {
168
+ schema: "network.xyo.module.config";
169
+ }, "schema"> & {
170
+ schema: string;
171
+ }, "schema"> & {
172
+ schema: string;
173
+ };
174
+ ephemeralQueryAccountEnabled?: boolean | undefined;
175
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
176
+ }, import("@xyo-network/module-model").ModuleEventData<object>>> & import("@xylabs/react-flexbox").BusyBoxProps>;
177
+ export { ArchivistDetails, DivinerDetails, NodeDetails };
178
+ export default StorybookEntry;
179
+ //# sourceMappingURL=DetailsBox.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/DetailsBox.stories.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHASc,CAAA;AAqBlC,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAAwB,CAAA;AAsBzC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAA6B,CAAA;AAsBnD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAA2B,CAAA;AAG/C,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,WAAW,EAAE,CAAA;AAGxD,eAAe,cAAc,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../src/components/TableCell.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,eAAe,CAAA;AAIzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,cAAc,CAOxE,CAAA"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { TableCellProps } from '@mui/material';
3
+ import { ModuleRenderProps } from '../ModuleRenderProps';
4
+ export declare const ModuleTableCell: React.FC<ModuleRenderProps & TableCellProps>;
5
+ //# sourceMappingURL=TableCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../src/components/TableCell.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,eAAe,CAAA;AAIzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,cAAc,CAOxE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA"}
@@ -1,4 +1,4 @@
1
1
  export * from './Card';
2
2
  export * from './DetailsBox';
3
3
  export * from './TableCell';
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './useRefresh';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRefresh.d.ts","sourceRoot":"","sources":["../../src/hooks/useRefresh.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG,MAAM,MAAM,CAAA;AAC1C,MAAM,MAAM,eAAe,GAAG,MAAM,IAAI,CAAA;AAExC,eAAO,MAAM,UAAU,QAAO,CAAC,MAAM,EAAE,eAAe,EAAE,eAAe,CAWtE,CAAA"}
@@ -0,0 +1,4 @@
1
+ export type RefreshCallback = () => number;
2
+ export type DisableCallback = () => void;
3
+ export declare const useRefresh: () => [number, RefreshCallback, DisableCallback];
4
+ //# sourceMappingURL=useRefresh.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRefresh.d.ts","sourceRoot":"","sources":["../../src/hooks/useRefresh.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG,MAAM,MAAM,CAAA;AAC1C,MAAM,MAAM,eAAe,GAAG,MAAM,IAAI,CAAA;AAExC,eAAO,MAAM,UAAU,QAAO,CAAC,MAAM,EAAE,eAAe,EAAE,eAAe,CAWtE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  export * from './components';
2
2
  export * from './hooks';
3
3
  export * from './ModuleRenderProps';
4
- //# sourceMappingURL=index.js.map
4
+ //# 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;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA"}