@xyo-network/react-payload-raw-info 2.81.10 → 2.83.0

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 (358) hide show
  1. package/dist/browser/index.d.ts +58 -2
  2. package/dist/browser/index.mjs +244 -0
  3. package/dist/browser/index.mjs.map +1 -0
  4. package/package.json +18 -34
  5. package/src/components/Button/RawInfoButton.stories.tsx +3 -3
  6. package/src/components/Button/RawInfoButton.tsx +17 -15
  7. package/src/components/Button/RawInfoIconButton.stories.tsx +3 -3
  8. package/src/components/Button/RawInfoIconButton.tsx +17 -15
  9. package/src/components/Button/index.ts +2 -2
  10. package/src/components/Button/lib/index.ts +2 -2
  11. package/src/components/Button/lib/presetIconSize.ts +1 -1
  12. package/src/components/img/index.tsx +1 -0
  13. package/src/components/index.ts +3 -3
  14. package/src/components/shared/Dialog/JsonViewerCollapse.tsx +24 -19
  15. package/src/components/shared/Dialog/RawInfoDialog.stories.tsx +3 -3
  16. package/src/components/shared/Dialog/RawInfoDialog.tsx +3 -3
  17. package/src/components/shared/Dialog/index.ts +2 -2
  18. package/src/components/shared/JsonViewerEx.tsx +1 -0
  19. package/src/components/shared/index.ts +2 -2
  20. package/src/components/styled/index.ts +1 -1
  21. package/src/index.ts +1 -1
  22. package/src/lib/index.ts +1 -1
  23. package/xy.config.ts +12 -0
  24. package/dist/browser/components/Button/RawInfoButton.d.cts +0 -14
  25. package/dist/browser/components/Button/RawInfoButton.d.cts.map +0 -1
  26. package/dist/browser/components/Button/RawInfoButton.d.mts +0 -14
  27. package/dist/browser/components/Button/RawInfoButton.d.mts.map +0 -1
  28. package/dist/browser/components/Button/RawInfoButton.d.ts +0 -14
  29. package/dist/browser/components/Button/RawInfoButton.d.ts.map +0 -1
  30. package/dist/browser/components/Button/RawInfoIconButton.d.cts +0 -14
  31. package/dist/browser/components/Button/RawInfoIconButton.d.cts.map +0 -1
  32. package/dist/browser/components/Button/RawInfoIconButton.d.mts +0 -14
  33. package/dist/browser/components/Button/RawInfoIconButton.d.mts.map +0 -1
  34. package/dist/browser/components/Button/RawInfoIconButton.d.ts +0 -14
  35. package/dist/browser/components/Button/RawInfoIconButton.d.ts.map +0 -1
  36. package/dist/browser/components/Button/index.d.cts +0 -3
  37. package/dist/browser/components/Button/index.d.cts.map +0 -1
  38. package/dist/browser/components/Button/index.d.mts +0 -3
  39. package/dist/browser/components/Button/index.d.mts.map +0 -1
  40. package/dist/browser/components/Button/index.d.ts +0 -3
  41. package/dist/browser/components/Button/index.d.ts.map +0 -1
  42. package/dist/browser/components/Button/lib/IconSize.d.cts +0 -2
  43. package/dist/browser/components/Button/lib/IconSize.d.cts.map +0 -1
  44. package/dist/browser/components/Button/lib/IconSize.d.mts +0 -2
  45. package/dist/browser/components/Button/lib/IconSize.d.mts.map +0 -1
  46. package/dist/browser/components/Button/lib/IconSize.d.ts +0 -2
  47. package/dist/browser/components/Button/lib/IconSize.d.ts.map +0 -1
  48. package/dist/browser/components/Button/lib/index.d.cts +0 -3
  49. package/dist/browser/components/Button/lib/index.d.cts.map +0 -1
  50. package/dist/browser/components/Button/lib/index.d.mts +0 -3
  51. package/dist/browser/components/Button/lib/index.d.mts.map +0 -1
  52. package/dist/browser/components/Button/lib/index.d.ts +0 -3
  53. package/dist/browser/components/Button/lib/index.d.ts.map +0 -1
  54. package/dist/browser/components/Button/lib/presetIconSize.d.cts +0 -3
  55. package/dist/browser/components/Button/lib/presetIconSize.d.cts.map +0 -1
  56. package/dist/browser/components/Button/lib/presetIconSize.d.mts +0 -3
  57. package/dist/browser/components/Button/lib/presetIconSize.d.mts.map +0 -1
  58. package/dist/browser/components/Button/lib/presetIconSize.d.ts +0 -3
  59. package/dist/browser/components/Button/lib/presetIconSize.d.ts.map +0 -1
  60. package/dist/browser/components/img/index.d.cts +0 -4
  61. package/dist/browser/components/img/index.d.cts.map +0 -1
  62. package/dist/browser/components/img/index.d.mts +0 -4
  63. package/dist/browser/components/img/index.d.mts.map +0 -1
  64. package/dist/browser/components/img/index.d.ts +0 -4
  65. package/dist/browser/components/img/index.d.ts.map +0 -1
  66. package/dist/browser/components/index.d.cts +0 -4
  67. package/dist/browser/components/index.d.cts.map +0 -1
  68. package/dist/browser/components/index.d.mts +0 -4
  69. package/dist/browser/components/index.d.mts.map +0 -1
  70. package/dist/browser/components/index.d.ts +0 -4
  71. package/dist/browser/components/index.d.ts.map +0 -1
  72. package/dist/browser/components/shared/Dialog/JsonViewerCollapse.d.cts +0 -8
  73. package/dist/browser/components/shared/Dialog/JsonViewerCollapse.d.cts.map +0 -1
  74. package/dist/browser/components/shared/Dialog/JsonViewerCollapse.d.mts +0 -8
  75. package/dist/browser/components/shared/Dialog/JsonViewerCollapse.d.mts.map +0 -1
  76. package/dist/browser/components/shared/Dialog/JsonViewerCollapse.d.ts +0 -8
  77. package/dist/browser/components/shared/Dialog/JsonViewerCollapse.d.ts.map +0 -1
  78. package/dist/browser/components/shared/Dialog/RawInfoDialog.d.cts +0 -11
  79. package/dist/browser/components/shared/Dialog/RawInfoDialog.d.cts.map +0 -1
  80. package/dist/browser/components/shared/Dialog/RawInfoDialog.d.mts +0 -11
  81. package/dist/browser/components/shared/Dialog/RawInfoDialog.d.mts.map +0 -1
  82. package/dist/browser/components/shared/Dialog/RawInfoDialog.d.ts +0 -11
  83. package/dist/browser/components/shared/Dialog/RawInfoDialog.d.ts.map +0 -1
  84. package/dist/browser/components/shared/Dialog/index.d.cts +0 -3
  85. package/dist/browser/components/shared/Dialog/index.d.cts.map +0 -1
  86. package/dist/browser/components/shared/Dialog/index.d.mts +0 -3
  87. package/dist/browser/components/shared/Dialog/index.d.mts.map +0 -1
  88. package/dist/browser/components/shared/Dialog/index.d.ts +0 -3
  89. package/dist/browser/components/shared/Dialog/index.d.ts.map +0 -1
  90. package/dist/browser/components/shared/JsonViewerEx.d.cts +0 -4
  91. package/dist/browser/components/shared/JsonViewerEx.d.cts.map +0 -1
  92. package/dist/browser/components/shared/JsonViewerEx.d.mts +0 -4
  93. package/dist/browser/components/shared/JsonViewerEx.d.mts.map +0 -1
  94. package/dist/browser/components/shared/JsonViewerEx.d.ts +0 -4
  95. package/dist/browser/components/shared/JsonViewerEx.d.ts.map +0 -1
  96. package/dist/browser/components/shared/index.d.cts +0 -3
  97. package/dist/browser/components/shared/index.d.cts.map +0 -1
  98. package/dist/browser/components/shared/index.d.mts +0 -3
  99. package/dist/browser/components/shared/index.d.mts.map +0 -1
  100. package/dist/browser/components/shared/index.d.ts +0 -3
  101. package/dist/browser/components/shared/index.d.ts.map +0 -1
  102. package/dist/browser/components/styled/StyledChipLabel.d.cts +0 -4
  103. package/dist/browser/components/styled/StyledChipLabel.d.cts.map +0 -1
  104. package/dist/browser/components/styled/StyledChipLabel.d.mts +0 -4
  105. package/dist/browser/components/styled/StyledChipLabel.d.mts.map +0 -1
  106. package/dist/browser/components/styled/StyledChipLabel.d.ts +0 -4
  107. package/dist/browser/components/styled/StyledChipLabel.d.ts.map +0 -1
  108. package/dist/browser/components/styled/index.d.cts +0 -2
  109. package/dist/browser/components/styled/index.d.cts.map +0 -1
  110. package/dist/browser/components/styled/index.d.mts +0 -2
  111. package/dist/browser/components/styled/index.d.mts.map +0 -1
  112. package/dist/browser/components/styled/index.d.ts +0 -2
  113. package/dist/browser/components/styled/index.d.ts.map +0 -1
  114. package/dist/browser/index.cjs +0 -273
  115. package/dist/browser/index.cjs.map +0 -1
  116. package/dist/browser/index.d.cts +0 -2
  117. package/dist/browser/index.d.cts.map +0 -1
  118. package/dist/browser/index.d.mts +0 -2
  119. package/dist/browser/index.d.mts.map +0 -1
  120. package/dist/browser/index.d.ts.map +0 -1
  121. package/dist/browser/index.js +0 -250
  122. package/dist/browser/index.js.map +0 -1
  123. package/dist/browser/lib/ExpansionProps.d.cts +0 -5
  124. package/dist/browser/lib/ExpansionProps.d.cts.map +0 -1
  125. package/dist/browser/lib/ExpansionProps.d.mts +0 -5
  126. package/dist/browser/lib/ExpansionProps.d.mts.map +0 -1
  127. package/dist/browser/lib/ExpansionProps.d.ts +0 -5
  128. package/dist/browser/lib/ExpansionProps.d.ts.map +0 -1
  129. package/dist/browser/lib/index.d.cts +0 -2
  130. package/dist/browser/lib/index.d.cts.map +0 -1
  131. package/dist/browser/lib/index.d.mts +0 -2
  132. package/dist/browser/lib/index.d.mts.map +0 -1
  133. package/dist/browser/lib/index.d.ts +0 -2
  134. package/dist/browser/lib/index.d.ts.map +0 -1
  135. package/dist/neutral/components/Button/RawInfoButton.d.cts +0 -14
  136. package/dist/neutral/components/Button/RawInfoButton.d.cts.map +0 -1
  137. package/dist/neutral/components/Button/RawInfoButton.d.mts +0 -14
  138. package/dist/neutral/components/Button/RawInfoButton.d.mts.map +0 -1
  139. package/dist/neutral/components/Button/RawInfoButton.d.ts +0 -14
  140. package/dist/neutral/components/Button/RawInfoButton.d.ts.map +0 -1
  141. package/dist/neutral/components/Button/RawInfoIconButton.d.cts +0 -14
  142. package/dist/neutral/components/Button/RawInfoIconButton.d.cts.map +0 -1
  143. package/dist/neutral/components/Button/RawInfoIconButton.d.mts +0 -14
  144. package/dist/neutral/components/Button/RawInfoIconButton.d.mts.map +0 -1
  145. package/dist/neutral/components/Button/RawInfoIconButton.d.ts +0 -14
  146. package/dist/neutral/components/Button/RawInfoIconButton.d.ts.map +0 -1
  147. package/dist/neutral/components/Button/index.d.cts +0 -3
  148. package/dist/neutral/components/Button/index.d.cts.map +0 -1
  149. package/dist/neutral/components/Button/index.d.mts +0 -3
  150. package/dist/neutral/components/Button/index.d.mts.map +0 -1
  151. package/dist/neutral/components/Button/index.d.ts +0 -3
  152. package/dist/neutral/components/Button/index.d.ts.map +0 -1
  153. package/dist/neutral/components/Button/lib/IconSize.d.cts +0 -2
  154. package/dist/neutral/components/Button/lib/IconSize.d.cts.map +0 -1
  155. package/dist/neutral/components/Button/lib/IconSize.d.mts +0 -2
  156. package/dist/neutral/components/Button/lib/IconSize.d.mts.map +0 -1
  157. package/dist/neutral/components/Button/lib/IconSize.d.ts +0 -2
  158. package/dist/neutral/components/Button/lib/IconSize.d.ts.map +0 -1
  159. package/dist/neutral/components/Button/lib/index.d.cts +0 -3
  160. package/dist/neutral/components/Button/lib/index.d.cts.map +0 -1
  161. package/dist/neutral/components/Button/lib/index.d.mts +0 -3
  162. package/dist/neutral/components/Button/lib/index.d.mts.map +0 -1
  163. package/dist/neutral/components/Button/lib/index.d.ts +0 -3
  164. package/dist/neutral/components/Button/lib/index.d.ts.map +0 -1
  165. package/dist/neutral/components/Button/lib/presetIconSize.d.cts +0 -3
  166. package/dist/neutral/components/Button/lib/presetIconSize.d.cts.map +0 -1
  167. package/dist/neutral/components/Button/lib/presetIconSize.d.mts +0 -3
  168. package/dist/neutral/components/Button/lib/presetIconSize.d.mts.map +0 -1
  169. package/dist/neutral/components/Button/lib/presetIconSize.d.ts +0 -3
  170. package/dist/neutral/components/Button/lib/presetIconSize.d.ts.map +0 -1
  171. package/dist/neutral/components/img/index.d.cts +0 -4
  172. package/dist/neutral/components/img/index.d.cts.map +0 -1
  173. package/dist/neutral/components/img/index.d.mts +0 -4
  174. package/dist/neutral/components/img/index.d.mts.map +0 -1
  175. package/dist/neutral/components/img/index.d.ts +0 -4
  176. package/dist/neutral/components/img/index.d.ts.map +0 -1
  177. package/dist/neutral/components/index.d.cts +0 -4
  178. package/dist/neutral/components/index.d.cts.map +0 -1
  179. package/dist/neutral/components/index.d.mts +0 -4
  180. package/dist/neutral/components/index.d.mts.map +0 -1
  181. package/dist/neutral/components/index.d.ts +0 -4
  182. package/dist/neutral/components/index.d.ts.map +0 -1
  183. package/dist/neutral/components/shared/Dialog/JsonViewerCollapse.d.cts +0 -8
  184. package/dist/neutral/components/shared/Dialog/JsonViewerCollapse.d.cts.map +0 -1
  185. package/dist/neutral/components/shared/Dialog/JsonViewerCollapse.d.mts +0 -8
  186. package/dist/neutral/components/shared/Dialog/JsonViewerCollapse.d.mts.map +0 -1
  187. package/dist/neutral/components/shared/Dialog/JsonViewerCollapse.d.ts +0 -8
  188. package/dist/neutral/components/shared/Dialog/JsonViewerCollapse.d.ts.map +0 -1
  189. package/dist/neutral/components/shared/Dialog/RawInfoDialog.d.cts +0 -11
  190. package/dist/neutral/components/shared/Dialog/RawInfoDialog.d.cts.map +0 -1
  191. package/dist/neutral/components/shared/Dialog/RawInfoDialog.d.mts +0 -11
  192. package/dist/neutral/components/shared/Dialog/RawInfoDialog.d.mts.map +0 -1
  193. package/dist/neutral/components/shared/Dialog/RawInfoDialog.d.ts +0 -11
  194. package/dist/neutral/components/shared/Dialog/RawInfoDialog.d.ts.map +0 -1
  195. package/dist/neutral/components/shared/Dialog/index.d.cts +0 -3
  196. package/dist/neutral/components/shared/Dialog/index.d.cts.map +0 -1
  197. package/dist/neutral/components/shared/Dialog/index.d.mts +0 -3
  198. package/dist/neutral/components/shared/Dialog/index.d.mts.map +0 -1
  199. package/dist/neutral/components/shared/Dialog/index.d.ts +0 -3
  200. package/dist/neutral/components/shared/Dialog/index.d.ts.map +0 -1
  201. package/dist/neutral/components/shared/JsonViewerEx.d.cts +0 -4
  202. package/dist/neutral/components/shared/JsonViewerEx.d.cts.map +0 -1
  203. package/dist/neutral/components/shared/JsonViewerEx.d.mts +0 -4
  204. package/dist/neutral/components/shared/JsonViewerEx.d.mts.map +0 -1
  205. package/dist/neutral/components/shared/JsonViewerEx.d.ts +0 -4
  206. package/dist/neutral/components/shared/JsonViewerEx.d.ts.map +0 -1
  207. package/dist/neutral/components/shared/index.d.cts +0 -3
  208. package/dist/neutral/components/shared/index.d.cts.map +0 -1
  209. package/dist/neutral/components/shared/index.d.mts +0 -3
  210. package/dist/neutral/components/shared/index.d.mts.map +0 -1
  211. package/dist/neutral/components/shared/index.d.ts +0 -3
  212. package/dist/neutral/components/shared/index.d.ts.map +0 -1
  213. package/dist/neutral/components/styled/StyledChipLabel.d.cts +0 -4
  214. package/dist/neutral/components/styled/StyledChipLabel.d.cts.map +0 -1
  215. package/dist/neutral/components/styled/StyledChipLabel.d.mts +0 -4
  216. package/dist/neutral/components/styled/StyledChipLabel.d.mts.map +0 -1
  217. package/dist/neutral/components/styled/StyledChipLabel.d.ts +0 -4
  218. package/dist/neutral/components/styled/StyledChipLabel.d.ts.map +0 -1
  219. package/dist/neutral/components/styled/index.d.cts +0 -2
  220. package/dist/neutral/components/styled/index.d.cts.map +0 -1
  221. package/dist/neutral/components/styled/index.d.mts +0 -2
  222. package/dist/neutral/components/styled/index.d.mts.map +0 -1
  223. package/dist/neutral/components/styled/index.d.ts +0 -2
  224. package/dist/neutral/components/styled/index.d.ts.map +0 -1
  225. package/dist/neutral/index.cjs +0 -273
  226. package/dist/neutral/index.cjs.map +0 -1
  227. package/dist/neutral/index.d.cts +0 -2
  228. package/dist/neutral/index.d.cts.map +0 -1
  229. package/dist/neutral/index.d.mts +0 -2
  230. package/dist/neutral/index.d.mts.map +0 -1
  231. package/dist/neutral/index.d.ts +0 -2
  232. package/dist/neutral/index.d.ts.map +0 -1
  233. package/dist/neutral/index.js +0 -250
  234. package/dist/neutral/index.js.map +0 -1
  235. package/dist/neutral/lib/ExpansionProps.d.cts +0 -5
  236. package/dist/neutral/lib/ExpansionProps.d.cts.map +0 -1
  237. package/dist/neutral/lib/ExpansionProps.d.mts +0 -5
  238. package/dist/neutral/lib/ExpansionProps.d.mts.map +0 -1
  239. package/dist/neutral/lib/ExpansionProps.d.ts +0 -5
  240. package/dist/neutral/lib/ExpansionProps.d.ts.map +0 -1
  241. package/dist/neutral/lib/index.d.cts +0 -2
  242. package/dist/neutral/lib/index.d.cts.map +0 -1
  243. package/dist/neutral/lib/index.d.mts +0 -2
  244. package/dist/neutral/lib/index.d.mts.map +0 -1
  245. package/dist/neutral/lib/index.d.ts +0 -2
  246. package/dist/neutral/lib/index.d.ts.map +0 -1
  247. package/dist/node/components/Button/RawInfoButton.d.cts +0 -14
  248. package/dist/node/components/Button/RawInfoButton.d.cts.map +0 -1
  249. package/dist/node/components/Button/RawInfoButton.d.mts +0 -14
  250. package/dist/node/components/Button/RawInfoButton.d.mts.map +0 -1
  251. package/dist/node/components/Button/RawInfoButton.d.ts +0 -14
  252. package/dist/node/components/Button/RawInfoButton.d.ts.map +0 -1
  253. package/dist/node/components/Button/RawInfoIconButton.d.cts +0 -14
  254. package/dist/node/components/Button/RawInfoIconButton.d.cts.map +0 -1
  255. package/dist/node/components/Button/RawInfoIconButton.d.mts +0 -14
  256. package/dist/node/components/Button/RawInfoIconButton.d.mts.map +0 -1
  257. package/dist/node/components/Button/RawInfoIconButton.d.ts +0 -14
  258. package/dist/node/components/Button/RawInfoIconButton.d.ts.map +0 -1
  259. package/dist/node/components/Button/index.d.cts +0 -3
  260. package/dist/node/components/Button/index.d.cts.map +0 -1
  261. package/dist/node/components/Button/index.d.mts +0 -3
  262. package/dist/node/components/Button/index.d.mts.map +0 -1
  263. package/dist/node/components/Button/index.d.ts +0 -3
  264. package/dist/node/components/Button/index.d.ts.map +0 -1
  265. package/dist/node/components/Button/lib/IconSize.d.cts +0 -2
  266. package/dist/node/components/Button/lib/IconSize.d.cts.map +0 -1
  267. package/dist/node/components/Button/lib/IconSize.d.mts +0 -2
  268. package/dist/node/components/Button/lib/IconSize.d.mts.map +0 -1
  269. package/dist/node/components/Button/lib/IconSize.d.ts +0 -2
  270. package/dist/node/components/Button/lib/IconSize.d.ts.map +0 -1
  271. package/dist/node/components/Button/lib/index.d.cts +0 -3
  272. package/dist/node/components/Button/lib/index.d.cts.map +0 -1
  273. package/dist/node/components/Button/lib/index.d.mts +0 -3
  274. package/dist/node/components/Button/lib/index.d.mts.map +0 -1
  275. package/dist/node/components/Button/lib/index.d.ts +0 -3
  276. package/dist/node/components/Button/lib/index.d.ts.map +0 -1
  277. package/dist/node/components/Button/lib/presetIconSize.d.cts +0 -3
  278. package/dist/node/components/Button/lib/presetIconSize.d.cts.map +0 -1
  279. package/dist/node/components/Button/lib/presetIconSize.d.mts +0 -3
  280. package/dist/node/components/Button/lib/presetIconSize.d.mts.map +0 -1
  281. package/dist/node/components/Button/lib/presetIconSize.d.ts +0 -3
  282. package/dist/node/components/Button/lib/presetIconSize.d.ts.map +0 -1
  283. package/dist/node/components/img/index.d.cts +0 -4
  284. package/dist/node/components/img/index.d.cts.map +0 -1
  285. package/dist/node/components/img/index.d.mts +0 -4
  286. package/dist/node/components/img/index.d.mts.map +0 -1
  287. package/dist/node/components/img/index.d.ts +0 -4
  288. package/dist/node/components/img/index.d.ts.map +0 -1
  289. package/dist/node/components/index.d.cts +0 -4
  290. package/dist/node/components/index.d.cts.map +0 -1
  291. package/dist/node/components/index.d.mts +0 -4
  292. package/dist/node/components/index.d.mts.map +0 -1
  293. package/dist/node/components/index.d.ts +0 -4
  294. package/dist/node/components/index.d.ts.map +0 -1
  295. package/dist/node/components/shared/Dialog/JsonViewerCollapse.d.cts +0 -8
  296. package/dist/node/components/shared/Dialog/JsonViewerCollapse.d.cts.map +0 -1
  297. package/dist/node/components/shared/Dialog/JsonViewerCollapse.d.mts +0 -8
  298. package/dist/node/components/shared/Dialog/JsonViewerCollapse.d.mts.map +0 -1
  299. package/dist/node/components/shared/Dialog/JsonViewerCollapse.d.ts +0 -8
  300. package/dist/node/components/shared/Dialog/JsonViewerCollapse.d.ts.map +0 -1
  301. package/dist/node/components/shared/Dialog/RawInfoDialog.d.cts +0 -11
  302. package/dist/node/components/shared/Dialog/RawInfoDialog.d.cts.map +0 -1
  303. package/dist/node/components/shared/Dialog/RawInfoDialog.d.mts +0 -11
  304. package/dist/node/components/shared/Dialog/RawInfoDialog.d.mts.map +0 -1
  305. package/dist/node/components/shared/Dialog/RawInfoDialog.d.ts +0 -11
  306. package/dist/node/components/shared/Dialog/RawInfoDialog.d.ts.map +0 -1
  307. package/dist/node/components/shared/Dialog/index.d.cts +0 -3
  308. package/dist/node/components/shared/Dialog/index.d.cts.map +0 -1
  309. package/dist/node/components/shared/Dialog/index.d.mts +0 -3
  310. package/dist/node/components/shared/Dialog/index.d.mts.map +0 -1
  311. package/dist/node/components/shared/Dialog/index.d.ts +0 -3
  312. package/dist/node/components/shared/Dialog/index.d.ts.map +0 -1
  313. package/dist/node/components/shared/JsonViewerEx.d.cts +0 -4
  314. package/dist/node/components/shared/JsonViewerEx.d.cts.map +0 -1
  315. package/dist/node/components/shared/JsonViewerEx.d.mts +0 -4
  316. package/dist/node/components/shared/JsonViewerEx.d.mts.map +0 -1
  317. package/dist/node/components/shared/JsonViewerEx.d.ts +0 -4
  318. package/dist/node/components/shared/JsonViewerEx.d.ts.map +0 -1
  319. package/dist/node/components/shared/index.d.cts +0 -3
  320. package/dist/node/components/shared/index.d.cts.map +0 -1
  321. package/dist/node/components/shared/index.d.mts +0 -3
  322. package/dist/node/components/shared/index.d.mts.map +0 -1
  323. package/dist/node/components/shared/index.d.ts +0 -3
  324. package/dist/node/components/shared/index.d.ts.map +0 -1
  325. package/dist/node/components/styled/StyledChipLabel.d.cts +0 -4
  326. package/dist/node/components/styled/StyledChipLabel.d.cts.map +0 -1
  327. package/dist/node/components/styled/StyledChipLabel.d.mts +0 -4
  328. package/dist/node/components/styled/StyledChipLabel.d.mts.map +0 -1
  329. package/dist/node/components/styled/StyledChipLabel.d.ts +0 -4
  330. package/dist/node/components/styled/StyledChipLabel.d.ts.map +0 -1
  331. package/dist/node/components/styled/index.d.cts +0 -2
  332. package/dist/node/components/styled/index.d.cts.map +0 -1
  333. package/dist/node/components/styled/index.d.mts +0 -2
  334. package/dist/node/components/styled/index.d.mts.map +0 -1
  335. package/dist/node/components/styled/index.d.ts +0 -2
  336. package/dist/node/components/styled/index.d.ts.map +0 -1
  337. package/dist/node/index.cjs +0 -282
  338. package/dist/node/index.cjs.map +0 -1
  339. package/dist/node/index.d.cts +0 -2
  340. package/dist/node/index.d.cts.map +0 -1
  341. package/dist/node/index.d.mts +0 -2
  342. package/dist/node/index.d.mts.map +0 -1
  343. package/dist/node/index.d.ts +0 -2
  344. package/dist/node/index.d.ts.map +0 -1
  345. package/dist/node/index.js +0 -250
  346. package/dist/node/index.js.map +0 -1
  347. package/dist/node/lib/ExpansionProps.d.cts +0 -5
  348. package/dist/node/lib/ExpansionProps.d.cts.map +0 -1
  349. package/dist/node/lib/ExpansionProps.d.mts +0 -5
  350. package/dist/node/lib/ExpansionProps.d.mts.map +0 -1
  351. package/dist/node/lib/ExpansionProps.d.ts +0 -5
  352. package/dist/node/lib/ExpansionProps.d.ts.map +0 -1
  353. package/dist/node/lib/index.d.cts +0 -2
  354. package/dist/node/lib/index.d.cts.map +0 -1
  355. package/dist/node/lib/index.d.mts +0 -2
  356. package/dist/node/lib/index.d.mts.map +0 -1
  357. package/dist/node/lib/index.d.ts +0 -2
  358. package/dist/node/lib/index.d.ts.map +0 -1
@@ -5,10 +5,11 @@ import { usePromise } from '@xylabs/react-promise'
5
5
  import { PayloadBuilder } from '@xyo-network/payload-builder'
6
6
  import { isAnyPayload } from '@xyo-network/payload-model'
7
7
  import { useDataState } from '@xyo-network/react-shared'
8
+ import React from 'react'
8
9
 
9
- import { ExpansionProps } from '../../../lib/index.js'
10
- import { StyledChipLabel } from '../../styled/index.js'
11
- import { JsonViewerEx } from '../JsonViewerEx.js'
10
+ import { ExpansionProps } from '../../../lib/index.ts'
11
+ import { StyledChipLabel } from '../../styled/index.ts'
12
+ import { JsonViewerEx } from '../JsonViewerEx.tsx'
12
13
 
13
14
  export interface RawInfoPayloadCollapse extends CollapseProps, ExpansionProps {
14
15
  jsonValue?: JsonValue
@@ -31,23 +32,27 @@ export const JsonViewerCollapse: React.FC<RawInfoPayloadCollapse> = ({ defaultEx
31
32
 
32
33
  return (
33
34
  <>
34
- {jsonValue ?
35
- <FlexRow>
36
- <Button onClick={handleExpansion} size="small" variant="outlined">
37
- {actionText}
38
- </Button>
39
- </FlexRow>
40
- : null}
41
- <Collapse in={expandedJson} {...props}>
42
- {jsonValue ?
43
- <FlexCol alignItems="stretch" gap={1.5}>
44
- <Typography sx={{ lineHeight: 1 }}>Payload Hash:</Typography>
45
- {hash ?
46
- <Chip label={<StyledChipLabel>{hash}</StyledChipLabel>} sx={{ alignSelf: 'start' }} />
47
- : null}
48
- <JsonViewerEx value={jsonValue} />
49
- </FlexCol>
35
+ {jsonValue
36
+ ? (
37
+ <FlexRow>
38
+ <Button onClick={handleExpansion} size="small" variant="outlined">
39
+ {actionText}
40
+ </Button>
41
+ </FlexRow>
42
+ )
50
43
  : null}
44
+ <Collapse in={expandedJson} {...props}>
45
+ {jsonValue
46
+ ? (
47
+ <FlexCol alignItems="stretch" gap={1.5}>
48
+ <Typography sx={{ lineHeight: 1 }}>Payload Hash:</Typography>
49
+ {hash
50
+ ? <Chip label={<StyledChipLabel>{hash}</StyledChipLabel>} sx={{ alignSelf: 'start' }} />
51
+ : null}
52
+ <JsonViewerEx value={jsonValue} />
53
+ </FlexCol>
54
+ )
55
+ : null}
51
56
  </Collapse>
52
57
  </>
53
58
  )
@@ -2,8 +2,9 @@ import { Meta, StoryFn } from '@storybook/react'
2
2
  import { toJson } from '@xylabs/object'
3
3
  import { FlexCol } from '@xylabs/react-flexbox'
4
4
  import { Payload } from '@xyo-network/payload-model'
5
+ import React from 'react'
5
6
 
6
- import { RawInfoDialog } from './RawInfoDialog.js'
7
+ import { RawInfoDialog } from './RawInfoDialog.tsx'
7
8
 
8
9
  type TestPayload = Payload<{ id: string; schema: string; type: string }, 'network.xyo.test'>
9
10
  const TestPayload: TestPayload = {
@@ -12,13 +13,12 @@ const TestPayload: TestPayload = {
12
13
  type: 'test',
13
14
  }
14
15
 
15
- // eslint-disable-next-line import/no-default-export
16
16
  export default {
17
17
  component: RawInfoDialog,
18
18
  title: 'payload/RawInfoDialog',
19
19
  } as Meta
20
20
 
21
- const Template: StoryFn<typeof RawInfoDialog> = (args) => (
21
+ const Template: StoryFn<typeof RawInfoDialog> = args => (
22
22
  <FlexCol>
23
23
  <RawInfoDialog {...args} />
24
24
  </FlexCol>
@@ -1,9 +1,9 @@
1
1
  import { Button, Dialog, DialogActions, DialogContent, DialogProps, DialogTitle } from '@mui/material'
2
2
  import { JsonValue } from '@xylabs/object'
3
- import { MouseEventHandler, ReactNode } from 'react'
3
+ import React, { MouseEventHandler, ReactNode } from 'react'
4
4
 
5
- import { ExpansionProps } from '../../../lib/index.js'
6
- import { JsonViewerCollapse } from './JsonViewerCollapse.js'
5
+ import { ExpansionProps } from '../../../lib/index.ts'
6
+ import { JsonViewerCollapse } from './JsonViewerCollapse.tsx'
7
7
 
8
8
  export interface RawInfoDialogProps extends DialogProps, ExpansionProps {
9
9
  dialogContent?: ReactNode
@@ -1,2 +1,2 @@
1
- export * from './JsonViewerCollapse.js'
2
- export * from './RawInfoDialog.js'
1
+ export * from './JsonViewerCollapse.tsx'
2
+ export * from './RawInfoDialog.tsx'
@@ -1,6 +1,7 @@
1
1
  import { useTheme } from '@mui/material'
2
2
  import { JsonViewer, JsonViewerProps } from '@textea/json-viewer'
3
3
  import { useColorSchemeEx } from '@xylabs/react-invertible-theme'
4
+ import React from 'react'
4
5
 
5
6
  export type JsonViewerExProps = JsonViewerProps
6
7
 
@@ -1,2 +1,2 @@
1
- export * from './Dialog/index.js'
2
- export * from './JsonViewerEx.js'
1
+ export * from './Dialog/index.ts'
2
+ export * from './JsonViewerEx.tsx'
@@ -1 +1 @@
1
- export * from './StyledChipLabel.js'
1
+ export * from './StyledChipLabel.tsx'
package/src/index.ts CHANGED
@@ -1 +1 @@
1
- export * from './components/index.js'
1
+ export * from './components/index.ts'
package/src/lib/index.ts CHANGED
@@ -1 +1 @@
1
- export * from './ExpansionProps.js'
1
+ export * from './ExpansionProps.ts'
package/xy.config.ts ADDED
@@ -0,0 +1,12 @@
1
+ import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
+ const config: XyTsupConfig = {
3
+ compile: {
4
+ browser: {
5
+ src: true,
6
+ },
7
+ node: {},
8
+ neutral: {},
9
+ },
10
+ }
11
+
12
+ export default config
@@ -1,14 +0,0 @@
1
- import { ButtonExProps } from '@xylabs/react-button';
2
- import { ReactNode } from 'react';
3
- import { ExpansionProps } from '../../lib/index.js';
4
- import { IconSize } from './lib/index.js';
5
- export interface RawInfoButtonProps extends ButtonExProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- iconOnly?: boolean;
8
- iconSize?: number;
9
- onCloseCallback?: () => void;
10
- presetIconSize?: IconSize;
11
- rawValue?: unknown;
12
- }
13
- export declare const RawInfoButton: React.FC<RawInfoButtonProps>;
14
- //# sourceMappingURL=RawInfoButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/RawInfoButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAC9D,OAAO,EAAqB,SAAS,EAAqB,MAAM,OAAO,CAAA;AAEvE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGnD,OAAO,EAAE,QAAQ,EAAuB,MAAM,gBAAgB,CAAA;AAE9D,MAAM,WAAW,kBAAmB,SAAQ,aAAa,EAAE,cAAc;IACvE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,QAAQ,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAkDtD,CAAA"}
@@ -1,14 +0,0 @@
1
- import { ButtonExProps } from '@xylabs/react-button';
2
- import { ReactNode } from 'react';
3
- import { ExpansionProps } from '../../lib/index.js';
4
- import { IconSize } from './lib/index.js';
5
- export interface RawInfoButtonProps extends ButtonExProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- iconOnly?: boolean;
8
- iconSize?: number;
9
- onCloseCallback?: () => void;
10
- presetIconSize?: IconSize;
11
- rawValue?: unknown;
12
- }
13
- export declare const RawInfoButton: React.FC<RawInfoButtonProps>;
14
- //# sourceMappingURL=RawInfoButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/RawInfoButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAC9D,OAAO,EAAqB,SAAS,EAAqB,MAAM,OAAO,CAAA;AAEvE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGnD,OAAO,EAAE,QAAQ,EAAuB,MAAM,gBAAgB,CAAA;AAE9D,MAAM,WAAW,kBAAmB,SAAQ,aAAa,EAAE,cAAc;IACvE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,QAAQ,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAkDtD,CAAA"}
@@ -1,14 +0,0 @@
1
- import { ButtonExProps } from '@xylabs/react-button';
2
- import { ReactNode } from 'react';
3
- import { ExpansionProps } from '../../lib/index.js';
4
- import { IconSize } from './lib/index.js';
5
- export interface RawInfoButtonProps extends ButtonExProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- iconOnly?: boolean;
8
- iconSize?: number;
9
- onCloseCallback?: () => void;
10
- presetIconSize?: IconSize;
11
- rawValue?: unknown;
12
- }
13
- export declare const RawInfoButton: React.FC<RawInfoButtonProps>;
14
- //# sourceMappingURL=RawInfoButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/RawInfoButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAC9D,OAAO,EAAqB,SAAS,EAAqB,MAAM,OAAO,CAAA;AAEvE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGnD,OAAO,EAAE,QAAQ,EAAuB,MAAM,gBAAgB,CAAA;AAE9D,MAAM,WAAW,kBAAmB,SAAQ,aAAa,EAAE,cAAc;IACvE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,QAAQ,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAkDtD,CAAA"}
@@ -1,14 +0,0 @@
1
- import { IconButtonProps } from '@mui/material';
2
- import { ReactNode } from 'react';
3
- import { ExpansionProps } from '../../lib/index.js';
4
- import { IconSize } from './lib/index.js';
5
- export interface RawInfoIconProps extends IconButtonProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- iconOnly?: boolean;
8
- iconSize?: number;
9
- onCloseCallback?: () => void;
10
- presetIconSize?: IconSize;
11
- rawValue?: unknown;
12
- }
13
- export declare const RawInfoIconButton: import("react").ForwardRefExoticComponent<Omit<RawInfoIconProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
14
- //# sourceMappingURL=RawInfoIconButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoIconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/RawInfoIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAA;AAE3D,OAAO,EAAiC,SAAS,EAAqB,MAAM,OAAO,CAAA;AAEnF,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGnD,OAAO,EAAE,QAAQ,EAAuB,MAAM,gBAAgB,CAAA;AAE9D,MAAM,WAAW,gBAAiB,SAAQ,eAAe,EAAE,cAAc;IACvE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,QAAQ,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,iBAAiB,6HAqC7B,CAAA"}
@@ -1,14 +0,0 @@
1
- import { IconButtonProps } from '@mui/material';
2
- import { ReactNode } from 'react';
3
- import { ExpansionProps } from '../../lib/index.js';
4
- import { IconSize } from './lib/index.js';
5
- export interface RawInfoIconProps extends IconButtonProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- iconOnly?: boolean;
8
- iconSize?: number;
9
- onCloseCallback?: () => void;
10
- presetIconSize?: IconSize;
11
- rawValue?: unknown;
12
- }
13
- export declare const RawInfoIconButton: import("react").ForwardRefExoticComponent<Omit<RawInfoIconProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
14
- //# sourceMappingURL=RawInfoIconButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoIconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/RawInfoIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAA;AAE3D,OAAO,EAAiC,SAAS,EAAqB,MAAM,OAAO,CAAA;AAEnF,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGnD,OAAO,EAAE,QAAQ,EAAuB,MAAM,gBAAgB,CAAA;AAE9D,MAAM,WAAW,gBAAiB,SAAQ,eAAe,EAAE,cAAc;IACvE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,QAAQ,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,iBAAiB,6HAqC7B,CAAA"}
@@ -1,14 +0,0 @@
1
- import { IconButtonProps } from '@mui/material';
2
- import { ReactNode } from 'react';
3
- import { ExpansionProps } from '../../lib/index.js';
4
- import { IconSize } from './lib/index.js';
5
- export interface RawInfoIconProps extends IconButtonProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- iconOnly?: boolean;
8
- iconSize?: number;
9
- onCloseCallback?: () => void;
10
- presetIconSize?: IconSize;
11
- rawValue?: unknown;
12
- }
13
- export declare const RawInfoIconButton: import("react").ForwardRefExoticComponent<Omit<RawInfoIconProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
14
- //# sourceMappingURL=RawInfoIconButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoIconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/RawInfoIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAA;AAE3D,OAAO,EAAiC,SAAS,EAAqB,MAAM,OAAO,CAAA;AAEnF,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGnD,OAAO,EAAE,QAAQ,EAAuB,MAAM,gBAAgB,CAAA;AAE9D,MAAM,WAAW,gBAAiB,SAAQ,eAAe,EAAE,cAAc;IACvE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,QAAQ,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,iBAAiB,6HAqC7B,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './RawInfoButton.js';
2
- export * from './RawInfoIconButton.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './RawInfoButton.js';
2
- export * from './RawInfoIconButton.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './RawInfoButton.js';
2
- export * from './RawInfoIconButton.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA"}
@@ -1,2 +0,0 @@
1
- export type IconSize = 'small' | 'medium' | 'large';
2
- //# sourceMappingURL=IconSize.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/IconSize.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA"}
@@ -1,2 +0,0 @@
1
- export type IconSize = 'small' | 'medium' | 'large';
2
- //# sourceMappingURL=IconSize.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/IconSize.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA"}
@@ -1,2 +0,0 @@
1
- export type IconSize = 'small' | 'medium' | 'large';
2
- //# sourceMappingURL=IconSize.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/IconSize.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './IconSize.js';
2
- export * from './presetIconSize.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './IconSize.js';
2
- export * from './presetIconSize.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './IconSize.js';
2
- export * from './presetIconSize.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA"}
@@ -1,3 +0,0 @@
1
- import { IconSize } from './IconSize.js';
2
- export declare const presetIconSizeValue: (size?: IconSize) => 16 | 32 | 48 | undefined;
3
- //# sourceMappingURL=presetIconSize.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"presetIconSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/presetIconSize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAExC,eAAO,MAAM,mBAAmB,UAAW,QAAQ,6BAYlD,CAAA"}
@@ -1,3 +0,0 @@
1
- import { IconSize } from './IconSize.js';
2
- export declare const presetIconSizeValue: (size?: IconSize) => 16 | 32 | 48 | undefined;
3
- //# sourceMappingURL=presetIconSize.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"presetIconSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/presetIconSize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAExC,eAAO,MAAM,mBAAmB,UAAW,QAAQ,6BAYlD,CAAA"}
@@ -1,3 +0,0 @@
1
- import { IconSize } from './IconSize.js';
2
- export declare const presetIconSizeValue: (size?: IconSize) => 16 | 32 | 48 | undefined;
3
- //# sourceMappingURL=presetIconSize.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"presetIconSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/lib/presetIconSize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAExC,eAAO,MAAM,mBAAmB,UAAW,QAAQ,6BAYlD,CAAA"}
@@ -1,4 +0,0 @@
1
- export declare const XyoColorLogo: import("@mui/material/OverridableComponent.js").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2
- muiName: string;
3
- };
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/img/index.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;CAwBxB,CAAA"}
@@ -1,4 +0,0 @@
1
- export declare const XyoColorLogo: import("@mui/material/OverridableComponent.js").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2
- muiName: string;
3
- };
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/img/index.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;CAwBxB,CAAA"}
@@ -1,4 +0,0 @@
1
- export declare const XyoColorLogo: import("@mui/material/OverridableComponent.js").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2
- muiName: string;
3
- };
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/img/index.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;CAwBxB,CAAA"}
@@ -1,4 +0,0 @@
1
- export * from './Button/index.js';
2
- export * from './shared/index.js';
3
- export * from './styled/index.js';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA"}
@@ -1,4 +0,0 @@
1
- export * from './Button/index.js';
2
- export * from './shared/index.js';
3
- export * from './styled/index.js';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA"}
@@ -1,4 +0,0 @@
1
- export * from './Button/index.js';
2
- export * from './shared/index.js';
3
- export * from './styled/index.js';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA"}
@@ -1,8 +0,0 @@
1
- import { CollapseProps } from '@mui/material';
2
- import { JsonValue } from '@xylabs/object';
3
- import { ExpansionProps } from '../../../lib/index.js';
4
- export interface RawInfoPayloadCollapse extends CollapseProps, ExpansionProps {
5
- jsonValue?: JsonValue;
6
- }
7
- export declare const JsonViewerCollapse: React.FC<RawInfoPayloadCollapse>;
8
- //# sourceMappingURL=JsonViewerCollapse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JsonViewerCollapse.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/JsonViewerCollapse.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,aAAa,EAAc,MAAM,eAAe,CAAA;AACjF,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAO1C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAItD,MAAM,WAAW,sBAAuB,SAAQ,aAAa,EAAE,cAAc;IAC3E,SAAS,CAAC,EAAE,SAAS,CAAA;CACtB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAqC/D,CAAA"}
@@ -1,8 +0,0 @@
1
- import { CollapseProps } from '@mui/material';
2
- import { JsonValue } from '@xylabs/object';
3
- import { ExpansionProps } from '../../../lib/index.js';
4
- export interface RawInfoPayloadCollapse extends CollapseProps, ExpansionProps {
5
- jsonValue?: JsonValue;
6
- }
7
- export declare const JsonViewerCollapse: React.FC<RawInfoPayloadCollapse>;
8
- //# sourceMappingURL=JsonViewerCollapse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JsonViewerCollapse.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/JsonViewerCollapse.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,aAAa,EAAc,MAAM,eAAe,CAAA;AACjF,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAO1C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAItD,MAAM,WAAW,sBAAuB,SAAQ,aAAa,EAAE,cAAc;IAC3E,SAAS,CAAC,EAAE,SAAS,CAAA;CACtB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAqC/D,CAAA"}
@@ -1,8 +0,0 @@
1
- import { CollapseProps } from '@mui/material';
2
- import { JsonValue } from '@xylabs/object';
3
- import { ExpansionProps } from '../../../lib/index.js';
4
- export interface RawInfoPayloadCollapse extends CollapseProps, ExpansionProps {
5
- jsonValue?: JsonValue;
6
- }
7
- export declare const JsonViewerCollapse: React.FC<RawInfoPayloadCollapse>;
8
- //# sourceMappingURL=JsonViewerCollapse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JsonViewerCollapse.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/JsonViewerCollapse.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,aAAa,EAAc,MAAM,eAAe,CAAA;AACjF,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAO1C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAItD,MAAM,WAAW,sBAAuB,SAAQ,aAAa,EAAE,cAAc;IAC3E,SAAS,CAAC,EAAE,SAAS,CAAA;CACtB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAqC/D,CAAA"}
@@ -1,11 +0,0 @@
1
- import { DialogProps } from '@mui/material';
2
- import { JsonValue } from '@xylabs/object';
3
- import { ReactNode } from 'react';
4
- import { ExpansionProps } from '../../../lib/index.js';
5
- export interface RawInfoDialogProps extends DialogProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- jsonValue?: JsonValue;
8
- onCloseCallback?: () => void;
9
- }
10
- export declare const RawInfoDialog: React.FC<RawInfoDialogProps>;
11
- //# sourceMappingURL=RawInfoDialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/RawInfoDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgD,WAAW,EAAe,MAAM,eAAe,CAAA;AACtG,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,EAAqB,SAAS,EAAE,MAAM,OAAO,CAAA;AAEpD,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAGtD,MAAM,WAAW,kBAAmB,SAAQ,WAAW,EAAE,cAAc;IACrE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;CAC7B;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA8BtD,CAAA"}
@@ -1,11 +0,0 @@
1
- import { DialogProps } from '@mui/material';
2
- import { JsonValue } from '@xylabs/object';
3
- import { ReactNode } from 'react';
4
- import { ExpansionProps } from '../../../lib/index.js';
5
- export interface RawInfoDialogProps extends DialogProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- jsonValue?: JsonValue;
8
- onCloseCallback?: () => void;
9
- }
10
- export declare const RawInfoDialog: React.FC<RawInfoDialogProps>;
11
- //# sourceMappingURL=RawInfoDialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/RawInfoDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgD,WAAW,EAAe,MAAM,eAAe,CAAA;AACtG,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,EAAqB,SAAS,EAAE,MAAM,OAAO,CAAA;AAEpD,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAGtD,MAAM,WAAW,kBAAmB,SAAQ,WAAW,EAAE,cAAc;IACrE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;CAC7B;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA8BtD,CAAA"}
@@ -1,11 +0,0 @@
1
- import { DialogProps } from '@mui/material';
2
- import { JsonValue } from '@xylabs/object';
3
- import { ReactNode } from 'react';
4
- import { ExpansionProps } from '../../../lib/index.js';
5
- export interface RawInfoDialogProps extends DialogProps, ExpansionProps {
6
- dialogContent?: ReactNode;
7
- jsonValue?: JsonValue;
8
- onCloseCallback?: () => void;
9
- }
10
- export declare const RawInfoDialog: React.FC<RawInfoDialogProps>;
11
- //# sourceMappingURL=RawInfoDialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawInfoDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/RawInfoDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgD,WAAW,EAAe,MAAM,eAAe,CAAA;AACtG,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,EAAqB,SAAS,EAAE,MAAM,OAAO,CAAA;AAEpD,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAGtD,MAAM,WAAW,kBAAmB,SAAQ,WAAW,EAAE,cAAc;IACrE,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;CAC7B;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA8BtD,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './JsonViewerCollapse.js';
2
- export * from './RawInfoDialog.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,oBAAoB,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './JsonViewerCollapse.js';
2
- export * from './RawInfoDialog.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,oBAAoB,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './JsonViewerCollapse.js';
2
- export * from './RawInfoDialog.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/Dialog/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,oBAAoB,CAAA"}
@@ -1,4 +0,0 @@
1
- import { JsonViewerProps } from '@textea/json-viewer';
2
- export type JsonViewerExProps = JsonViewerProps;
3
- export declare const JsonViewerEx: React.FC<JsonViewerExProps>;
4
- //# sourceMappingURL=JsonViewerEx.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JsonViewerEx.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/JsonViewerEx.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAGjE,MAAM,MAAM,iBAAiB,GAAG,eAAe,CAAA;AAE/C,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAgBpD,CAAA"}
@@ -1,4 +0,0 @@
1
- import { JsonViewerProps } from '@textea/json-viewer';
2
- export type JsonViewerExProps = JsonViewerProps;
3
- export declare const JsonViewerEx: React.FC<JsonViewerExProps>;
4
- //# sourceMappingURL=JsonViewerEx.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JsonViewerEx.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/JsonViewerEx.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAGjE,MAAM,MAAM,iBAAiB,GAAG,eAAe,CAAA;AAE/C,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAgBpD,CAAA"}
@@ -1,4 +0,0 @@
1
- import { JsonViewerProps } from '@textea/json-viewer';
2
- export type JsonViewerExProps = JsonViewerProps;
3
- export declare const JsonViewerEx: React.FC<JsonViewerExProps>;
4
- //# sourceMappingURL=JsonViewerEx.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JsonViewerEx.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/JsonViewerEx.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAGjE,MAAM,MAAM,iBAAiB,GAAG,eAAe,CAAA;AAE/C,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAgBpD,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './Dialog/index.js';
2
- export * from './JsonViewerEx.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA"}