@verdaccio/ui-components 5.0.0-next-9.2 → 5.0.0-next-9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (813) hide show
  1. package/build/Theme/ResetStyles.js +29 -25
  2. package/build/Theme/ResetStyles.js.map +1 -1
  3. package/build/Theme/ResetStyles.mjs +32 -0
  4. package/build/Theme/ResetStyles.mjs.map +1 -0
  5. package/build/Theme/StyleBaseline.js +10 -7
  6. package/build/Theme/StyleBaseline.js.map +1 -1
  7. package/build/Theme/StyleBaseline.mjs +11 -0
  8. package/build/Theme/StyleBaseline.mjs.map +1 -0
  9. package/build/Theme/ThemeProvider.js +33 -23
  10. package/build/Theme/ThemeProvider.js.map +1 -1
  11. package/build/Theme/ThemeProvider.mjs +40 -0
  12. package/build/Theme/ThemeProvider.mjs.map +1 -0
  13. package/build/Theme/colors.js +26 -12
  14. package/build/Theme/colors.js.map +1 -1
  15. package/build/Theme/colors.mjs +22 -0
  16. package/build/Theme/colors.mjs.map +1 -0
  17. package/build/Theme/index.js +5 -5
  18. package/build/Theme/index.mjs +5 -0
  19. package/build/Theme/modes.js +15 -12
  20. package/build/Theme/modes.js.map +1 -1
  21. package/build/Theme/modes.mjs +30 -0
  22. package/build/Theme/modes.mjs.map +1 -0
  23. package/build/Theme/theme.js +19 -16
  24. package/build/Theme/theme.js.map +1 -1
  25. package/build/Theme/theme.mjs +22 -0
  26. package/build/Theme/theme.mjs.map +1 -0
  27. package/build/Theme/tokens.js +14 -8
  28. package/build/Theme/tokens.js.map +1 -1
  29. package/build/Theme/tokens.mjs +33 -0
  30. package/build/Theme/tokens.mjs.map +1 -0
  31. package/build/_virtual/_rolldown/runtime.js +29 -7
  32. package/build/_virtual/_rolldown/runtime.mjs +13 -0
  33. package/build/api/use-data-mutation.js +31 -24
  34. package/build/api/use-data-mutation.js.map +1 -1
  35. package/build/api/use-data-mutation.mjs +45 -0
  36. package/build/api/use-data-mutation.mjs.map +1 -0
  37. package/build/api/use-data.js +17 -12
  38. package/build/api/use-data.js.map +1 -1
  39. package/build/api/use-data.mjs +23 -0
  40. package/build/api/use-data.mjs.map +1 -0
  41. package/build/components/ActionBar/ActionBar.js +37 -28
  42. package/build/components/ActionBar/ActionBar.js.map +1 -1
  43. package/build/components/ActionBar/ActionBar.mjs +52 -0
  44. package/build/components/ActionBar/ActionBar.mjs.map +1 -0
  45. package/build/components/ActionBar/ActionBarAction.js +66 -52
  46. package/build/components/ActionBar/ActionBarAction.js.map +1 -1
  47. package/build/components/ActionBar/ActionBarAction.mjs +85 -0
  48. package/build/components/ActionBar/ActionBarAction.mjs.map +1 -0
  49. package/build/components/ActionBar/index.js +1 -1
  50. package/build/components/ActionBar/index.mjs +1 -0
  51. package/build/components/AppRoute/AppRoute.js +58 -47
  52. package/build/components/AppRoute/AppRoute.js.map +1 -1
  53. package/build/components/AppRoute/AppRoute.mjs +76 -0
  54. package/build/components/AppRoute/AppRoute.mjs.map +1 -0
  55. package/build/components/Author/Author.js +26 -22
  56. package/build/components/Author/Author.js.map +1 -1
  57. package/build/components/Author/Author.mjs +33 -0
  58. package/build/components/Author/Author.mjs.map +1 -0
  59. package/build/components/Author/index.js +1 -1
  60. package/build/components/Author/index.mjs +1 -0
  61. package/build/components/Author/styles.js +13 -8
  62. package/build/components/Author/styles.js.map +1 -1
  63. package/build/components/Author/styles.mjs +26 -0
  64. package/build/components/Author/styles.mjs.map +1 -0
  65. package/build/components/CopyClipboard/CopyToClipBoard.js +35 -28
  66. package/build/components/CopyClipboard/CopyToClipBoard.js.map +1 -1
  67. package/build/components/CopyClipboard/CopyToClipBoard.mjs +57 -0
  68. package/build/components/CopyClipboard/CopyToClipBoard.mjs.map +1 -0
  69. package/build/components/CopyClipboard/index.js +2 -2
  70. package/build/components/CopyClipboard/index.mjs +2 -0
  71. package/build/components/CopyClipboard/utils.js +4 -3
  72. package/build/components/CopyClipboard/utils.js.map +1 -1
  73. package/build/components/CopyClipboard/utils.mjs +9 -0
  74. package/build/components/CopyClipboard/utils.mjs.map +1 -0
  75. package/build/components/Dependencies/Dependencies.js +38 -26
  76. package/build/components/Dependencies/Dependencies.js.map +1 -1
  77. package/build/components/Dependencies/Dependencies.mjs +45 -0
  78. package/build/components/Dependencies/Dependencies.mjs.map +1 -0
  79. package/build/components/Dependencies/DependencyBlock.js +50 -38
  80. package/build/components/Dependencies/DependencyBlock.js.map +1 -1
  81. package/build/components/Dependencies/DependencyBlock.mjs +70 -0
  82. package/build/components/Dependencies/DependencyBlock.mjs.map +1 -0
  83. package/build/components/Dependencies/index.js +2 -2
  84. package/build/components/Dependencies/index.mjs +2 -0
  85. package/build/components/Dependencies/utits.js +3 -3
  86. package/build/components/Dependencies/utits.js.map +1 -1
  87. package/build/components/Dependencies/utits.mjs +8 -0
  88. package/build/components/Dependencies/utits.mjs.map +1 -0
  89. package/build/components/Deprecated/Deprecated.js +17 -12
  90. package/build/components/Deprecated/Deprecated.js.map +1 -1
  91. package/build/components/Deprecated/Deprecated.mjs +18 -0
  92. package/build/components/Deprecated/Deprecated.mjs.map +1 -0
  93. package/build/components/Deprecated/index.js +1 -1
  94. package/build/components/Deprecated/index.mjs +1 -0
  95. package/build/components/Developers/DeveloperType.js +5 -3
  96. package/build/components/Developers/DeveloperType.js.map +1 -1
  97. package/build/components/Developers/DeveloperType.mjs +10 -0
  98. package/build/components/Developers/DeveloperType.mjs.map +1 -0
  99. package/build/components/Developers/Developers.js +50 -37
  100. package/build/components/Developers/Developers.js.map +1 -1
  101. package/build/components/Developers/Developers.mjs +68 -0
  102. package/build/components/Developers/Developers.mjs.map +1 -0
  103. package/build/components/Developers/Title.js +23 -18
  104. package/build/components/Developers/Title.js.map +1 -1
  105. package/build/components/Developers/Title.mjs +32 -0
  106. package/build/components/Developers/Title.mjs.map +1 -0
  107. package/build/components/Developers/get-unique-developer-values.js +4 -3
  108. package/build/components/Developers/get-unique-developer-values.js.map +1 -1
  109. package/build/components/Developers/get-unique-developer-values.mjs +9 -0
  110. package/build/components/Developers/get-unique-developer-values.mjs.map +1 -0
  111. package/build/components/Developers/index.js +2 -2
  112. package/build/components/Developers/index.mjs +2 -0
  113. package/build/components/Distribution/Dist.js +32 -27
  114. package/build/components/Distribution/Dist.js.map +1 -1
  115. package/build/components/Distribution/Dist.mjs +42 -0
  116. package/build/components/Distribution/Dist.mjs.map +1 -0
  117. package/build/components/Distribution/index.js +1 -1
  118. package/build/components/Distribution/index.mjs +1 -0
  119. package/build/components/Distribution/styles.js +22 -13
  120. package/build/components/Distribution/styles.js.map +1 -1
  121. package/build/components/Distribution/styles.mjs +41 -0
  122. package/build/components/Distribution/styles.mjs.map +1 -0
  123. package/build/components/Engines/Engines.js +61 -43
  124. package/build/components/Engines/Engines.js.map +1 -1
  125. package/build/components/Engines/Engines.mjs +82 -0
  126. package/build/components/Engines/Engines.mjs.map +1 -0
  127. package/build/components/Engines/index.js +1 -1
  128. package/build/components/Engines/index.mjs +1 -0
  129. package/build/components/Engines/styles.js +16 -10
  130. package/build/components/Engines/styles.js.map +1 -1
  131. package/build/components/Engines/styles.mjs +29 -0
  132. package/build/components/Engines/styles.mjs.map +1 -0
  133. package/build/components/ErrorBoundary/ErrorBoundary.js +18 -14
  134. package/build/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  135. package/build/components/ErrorBoundary/ErrorBoundary.mjs +31 -0
  136. package/build/components/ErrorBoundary/ErrorBoundary.mjs.map +1 -0
  137. package/build/components/ErrorBoundary/index.js +1 -1
  138. package/build/components/ErrorBoundary/index.mjs +1 -0
  139. package/build/components/Forbidden/Forbidden.js +37 -27
  140. package/build/components/Forbidden/Forbidden.js.map +1 -1
  141. package/build/components/Forbidden/Forbidden.mjs +70 -0
  142. package/build/components/Forbidden/Forbidden.mjs.map +1 -0
  143. package/build/components/Forbidden/index.js +1 -1
  144. package/build/components/Forbidden/index.mjs +1 -0
  145. package/build/components/FundButton/FundButton.js +38 -29
  146. package/build/components/FundButton/FundButton.js.map +1 -1
  147. package/build/components/FundButton/FundButton.mjs +60 -0
  148. package/build/components/FundButton/FundButton.mjs.map +1 -0
  149. package/build/components/FundButton/index.js +1 -1
  150. package/build/components/FundButton/index.mjs +1 -0
  151. package/build/components/HeaderInfoDialog/HeaderInfoDialog.js +52 -42
  152. package/build/components/HeaderInfoDialog/HeaderInfoDialog.js.map +1 -1
  153. package/build/components/HeaderInfoDialog/HeaderInfoDialog.mjs +71 -0
  154. package/build/components/HeaderInfoDialog/HeaderInfoDialog.mjs.map +1 -0
  155. package/build/components/HeaderInfoDialog/index.js +1 -1
  156. package/build/components/HeaderInfoDialog/index.mjs +1 -0
  157. package/build/components/Heading/Heading.js +12 -9
  158. package/build/components/Heading/Heading.js.map +1 -1
  159. package/build/components/Heading/Heading.mjs +15 -0
  160. package/build/components/Heading/Heading.mjs.map +1 -0
  161. package/build/components/Heading/index.js +1 -1
  162. package/build/components/Heading/index.mjs +1 -0
  163. package/build/components/Help/Help.js +42 -34
  164. package/build/components/Help/Help.js.map +1 -1
  165. package/build/components/Help/Help.mjs +60 -0
  166. package/build/components/Help/Help.mjs.map +1 -0
  167. package/build/components/Help/index.js +1 -1
  168. package/build/components/Help/index.mjs +1 -0
  169. package/build/components/Help/styles.js +9 -6
  170. package/build/components/Help/styles.js.map +1 -1
  171. package/build/components/Help/styles.mjs +21 -0
  172. package/build/components/Help/styles.mjs.map +1 -0
  173. package/build/components/Icons/DevsIcons/CommonJS2.js +9 -7
  174. package/build/components/Icons/DevsIcons/CommonJS2.js.map +1 -1
  175. package/build/components/Icons/DevsIcons/CommonJS2.mjs +16 -0
  176. package/build/components/Icons/DevsIcons/CommonJS2.mjs.map +1 -0
  177. package/build/components/Icons/DevsIcons/ES6Module2.js +9 -7
  178. package/build/components/Icons/DevsIcons/ES6Module2.js.map +1 -1
  179. package/build/components/Icons/DevsIcons/ES6Module2.mjs +16 -0
  180. package/build/components/Icons/DevsIcons/ES6Module2.mjs.map +1 -0
  181. package/build/components/Icons/DevsIcons/Git2.js +9 -7
  182. package/build/components/Icons/DevsIcons/Git2.js.map +1 -1
  183. package/build/components/Icons/DevsIcons/Git2.mjs +16 -0
  184. package/build/components/Icons/DevsIcons/Git2.mjs.map +1 -0
  185. package/build/components/Icons/DevsIcons/NodeJS2.js +9 -7
  186. package/build/components/Icons/DevsIcons/NodeJS2.js.map +1 -1
  187. package/build/components/Icons/DevsIcons/NodeJS2.mjs +16 -0
  188. package/build/components/Icons/DevsIcons/NodeJS2.mjs.map +1 -0
  189. package/build/components/Icons/DevsIcons/TypeScript2.js +9 -7
  190. package/build/components/Icons/DevsIcons/TypeScript2.js.map +1 -1
  191. package/build/components/Icons/DevsIcons/TypeScript2.mjs +16 -0
  192. package/build/components/Icons/DevsIcons/TypeScript2.mjs.map +1 -0
  193. package/build/components/Icons/DevsIcons/commonjs.js +2 -2
  194. package/build/components/Icons/DevsIcons/commonjs.js.map +1 -1
  195. package/build/components/Icons/DevsIcons/commonjs.mjs +6 -0
  196. package/build/components/Icons/DevsIcons/commonjs.mjs.map +1 -0
  197. package/build/components/Icons/DevsIcons/es6module.js +2 -2
  198. package/build/components/Icons/DevsIcons/es6module.js.map +1 -1
  199. package/build/components/Icons/DevsIcons/es6module.mjs +6 -0
  200. package/build/components/Icons/DevsIcons/es6module.mjs.map +1 -0
  201. package/build/components/Icons/DevsIcons/git.js +2 -2
  202. package/build/components/Icons/DevsIcons/git.js.map +1 -1
  203. package/build/components/Icons/DevsIcons/git.mjs +6 -0
  204. package/build/components/Icons/DevsIcons/git.mjs.map +1 -0
  205. package/build/components/Icons/DevsIcons/index.js +5 -5
  206. package/build/components/Icons/DevsIcons/index.mjs +5 -0
  207. package/build/components/Icons/DevsIcons/nodejs.js +2 -2
  208. package/build/components/Icons/DevsIcons/nodejs.js.map +1 -1
  209. package/build/components/Icons/DevsIcons/nodejs.mjs +6 -0
  210. package/build/components/Icons/DevsIcons/nodejs.mjs.map +1 -0
  211. package/build/components/Icons/DevsIcons/typescript.js +2 -2
  212. package/build/components/Icons/DevsIcons/typescript.js.map +1 -1
  213. package/build/components/Icons/DevsIcons/typescript.mjs +6 -0
  214. package/build/components/Icons/DevsIcons/typescript.mjs.map +1 -0
  215. package/build/components/Icons/Earth.js +19 -17
  216. package/build/components/Icons/Earth.js.map +1 -1
  217. package/build/components/Icons/Earth.mjs +41 -0
  218. package/build/components/Icons/Earth.mjs.map +1 -0
  219. package/build/components/Icons/FileBinary.js +12 -10
  220. package/build/components/Icons/FileBinary.js.map +1 -1
  221. package/build/components/Icons/FileBinary.mjs +17 -0
  222. package/build/components/Icons/FileBinary.mjs.map +1 -0
  223. package/build/components/Icons/Law.js +12 -10
  224. package/build/components/Icons/Law.js.map +1 -1
  225. package/build/components/Icons/Law.mjs +20 -0
  226. package/build/components/Icons/Law.mjs.map +1 -0
  227. package/build/components/Icons/License.js +12 -10
  228. package/build/components/Icons/License.js.map +1 -1
  229. package/build/components/Icons/License.mjs +17 -0
  230. package/build/components/Icons/License.mjs.map +1 -0
  231. package/build/components/Icons/Managers/Npm2.js +9 -7
  232. package/build/components/Icons/Managers/Npm2.js.map +1 -1
  233. package/build/components/Icons/Managers/Npm2.mjs +16 -0
  234. package/build/components/Icons/Managers/Npm2.mjs.map +1 -0
  235. package/build/components/Icons/Managers/Pnpm2.js +9 -7
  236. package/build/components/Icons/Managers/Pnpm2.js.map +1 -1
  237. package/build/components/Icons/Managers/Pnpm2.mjs +16 -0
  238. package/build/components/Icons/Managers/Pnpm2.mjs.map +1 -0
  239. package/build/components/Icons/Managers/Yarn2.js +9 -7
  240. package/build/components/Icons/Managers/Yarn2.js.map +1 -1
  241. package/build/components/Icons/Managers/Yarn2.mjs +16 -0
  242. package/build/components/Icons/Managers/Yarn2.mjs.map +1 -0
  243. package/build/components/Icons/Managers/index.js +3 -3
  244. package/build/components/Icons/Managers/index.mjs +3 -0
  245. package/build/components/Icons/Managers/npm.js +2 -2
  246. package/build/components/Icons/Managers/npm.js.map +1 -1
  247. package/build/components/Icons/Managers/npm.mjs +6 -0
  248. package/build/components/Icons/Managers/npm.mjs.map +1 -0
  249. package/build/components/Icons/Managers/pnpm.js +2 -2
  250. package/build/components/Icons/Managers/pnpm.js.map +1 -1
  251. package/build/components/Icons/Managers/pnpm.mjs +6 -0
  252. package/build/components/Icons/Managers/pnpm.mjs.map +1 -0
  253. package/build/components/Icons/Managers/yarn.js +2 -2
  254. package/build/components/Icons/Managers/yarn.js.map +1 -1
  255. package/build/components/Icons/Managers/yarn.mjs +6 -0
  256. package/build/components/Icons/Managers/yarn.mjs.map +1 -0
  257. package/build/components/Icons/SvgIcon.js +28 -19
  258. package/build/components/Icons/SvgIcon.js.map +1 -1
  259. package/build/components/Icons/SvgIcon.mjs +31 -0
  260. package/build/components/Icons/SvgIcon.mjs.map +1 -0
  261. package/build/components/Icons/Time.js +14 -12
  262. package/build/components/Icons/Time.js.map +1 -1
  263. package/build/components/Icons/Time.mjs +24 -0
  264. package/build/components/Icons/Time.mjs.map +1 -0
  265. package/build/components/Icons/Version.js +12 -10
  266. package/build/components/Icons/Version.js.map +1 -1
  267. package/build/components/Icons/Version.mjs +22 -0
  268. package/build/components/Icons/Version.mjs.map +1 -0
  269. package/build/components/Icons/index.js +38 -33
  270. package/build/components/Icons/index.mjs +38 -0
  271. package/build/components/Icons/index.mjs.map +1 -0
  272. package/build/components/Install/Install.js +44 -36
  273. package/build/components/Install/Install.js.map +1 -1
  274. package/build/components/Install/Install.mjs +66 -0
  275. package/build/components/Install/Install.mjs.map +1 -0
  276. package/build/components/Install/InstallListItem.js +66 -51
  277. package/build/components/Install/InstallListItem.js.map +1 -1
  278. package/build/components/Install/InstallListItem.mjs +109 -0
  279. package/build/components/Install/InstallListItem.mjs.map +1 -0
  280. package/build/components/Install/index.js +1 -1
  281. package/build/components/Install/index.mjs +1 -0
  282. package/build/components/Keywords/KeywordListItems.js +17 -12
  283. package/build/components/Keywords/KeywordListItems.js.map +1 -1
  284. package/build/components/Keywords/KeywordListItems.mjs +28 -0
  285. package/build/components/Keywords/KeywordListItems.mjs.map +1 -0
  286. package/build/components/Keywords/Keywords.js +22 -16
  287. package/build/components/Keywords/Keywords.js.map +1 -1
  288. package/build/components/Keywords/Keywords.mjs +29 -0
  289. package/build/components/Keywords/Keywords.mjs.map +1 -0
  290. package/build/components/Keywords/index.js +1 -1
  291. package/build/components/Keywords/index.mjs +1 -0
  292. package/build/components/Label/Label.js +20 -14
  293. package/build/components/Label/Label.js.map +1 -1
  294. package/build/components/Label/Label.mjs +23 -0
  295. package/build/components/Label/Label.mjs.map +1 -0
  296. package/build/components/Label/index.js +1 -1
  297. package/build/components/Label/index.mjs +1 -0
  298. package/build/components/Link/Link.js +23 -18
  299. package/build/components/Link/Link.js.map +1 -1
  300. package/build/components/Link/Link.mjs +37 -0
  301. package/build/components/Link/Link.mjs.map +1 -0
  302. package/build/components/Link/index.js +1 -1
  303. package/build/components/Link/index.mjs +1 -0
  304. package/build/components/LinkExternal/LinkExternal.js +15 -12
  305. package/build/components/LinkExternal/LinkExternal.js.map +1 -1
  306. package/build/components/LinkExternal/LinkExternal.mjs +21 -0
  307. package/build/components/LinkExternal/LinkExternal.mjs.map +1 -0
  308. package/build/components/LinkExternal/index.js +1 -1
  309. package/build/components/LinkExternal/index.mjs +1 -0
  310. package/build/components/Loading/Loading.js +12 -10
  311. package/build/components/Loading/Loading.js.map +1 -1
  312. package/build/components/Loading/Loading.mjs +16 -0
  313. package/build/components/Loading/Loading.mjs.map +1 -0
  314. package/build/components/Loading/Spinner/Spinner.js +20 -14
  315. package/build/components/Loading/Spinner/Spinner.js.map +1 -1
  316. package/build/components/Loading/Spinner/Spinner.mjs +32 -0
  317. package/build/components/Loading/Spinner/Spinner.mjs.map +1 -0
  318. package/build/components/Loading/Spinner/index.js +1 -1
  319. package/build/components/Loading/Spinner/index.mjs +1 -0
  320. package/build/components/Loading/index.js +1 -1
  321. package/build/components/Loading/index.mjs +1 -0
  322. package/build/components/Loading/styles.js +12 -8
  323. package/build/components/Loading/styles.js.map +1 -1
  324. package/build/components/Loading/styles.mjs +30 -0
  325. package/build/components/Loading/styles.mjs.map +1 -0
  326. package/build/components/LoginDialog/LoginDialog.js +25 -20
  327. package/build/components/LoginDialog/LoginDialog.js.map +1 -1
  328. package/build/components/LoginDialog/LoginDialog.mjs +31 -0
  329. package/build/components/LoginDialog/LoginDialog.mjs.map +1 -0
  330. package/build/components/LoginDialog/LoginDialogCloseButton.js +25 -18
  331. package/build/components/LoginDialog/LoginDialogCloseButton.js.map +1 -1
  332. package/build/components/LoginDialog/LoginDialogCloseButton.mjs +30 -0
  333. package/build/components/LoginDialog/LoginDialogCloseButton.mjs.map +1 -0
  334. package/build/components/LoginDialog/LoginDialogForm.js +15 -13
  335. package/build/components/LoginDialog/LoginDialogForm.js.map +1 -1
  336. package/build/components/LoginDialog/LoginDialogForm.mjs +19 -0
  337. package/build/components/LoginDialog/LoginDialogForm.mjs.map +1 -0
  338. package/build/components/LoginDialog/LoginDialogFormError.js +32 -22
  339. package/build/components/LoginDialog/LoginDialogFormError.js.map +1 -1
  340. package/build/components/LoginDialog/LoginDialogFormError.mjs +36 -0
  341. package/build/components/LoginDialog/LoginDialogFormError.mjs.map +1 -0
  342. package/build/components/LoginDialog/index.js +1 -1
  343. package/build/components/LoginDialog/index.mjs +1 -0
  344. package/build/components/LoginForm/Login.js +45 -36
  345. package/build/components/LoginForm/Login.js.map +1 -1
  346. package/build/components/LoginForm/Login.mjs +69 -0
  347. package/build/components/LoginForm/Login.mjs.map +1 -0
  348. package/build/components/LoginForm/PasswordField.js +24 -19
  349. package/build/components/LoginForm/PasswordField.js.map +1 -1
  350. package/build/components/LoginForm/PasswordField.mjs +34 -0
  351. package/build/components/LoginForm/PasswordField.mjs.map +1 -0
  352. package/build/components/LoginForm/UsernameField.js +24 -19
  353. package/build/components/LoginForm/UsernameField.js.map +1 -1
  354. package/build/components/LoginForm/UsernameField.mjs +32 -0
  355. package/build/components/LoginForm/UsernameField.mjs.map +1 -0
  356. package/build/components/LoginForm/styles.js +42 -32
  357. package/build/components/LoginForm/styles.js.map +1 -1
  358. package/build/components/LoginForm/styles.mjs +52 -0
  359. package/build/components/LoginForm/styles.mjs.map +1 -0
  360. package/build/components/LoginForm/useLoginForm.js +23 -18
  361. package/build/components/LoginForm/useLoginForm.js.map +1 -1
  362. package/build/components/LoginForm/useLoginForm.mjs +38 -0
  363. package/build/components/LoginForm/useLoginForm.mjs.map +1 -0
  364. package/build/components/Logo/Logo.js +44 -36
  365. package/build/components/Logo/Logo.js.map +1 -1
  366. package/build/components/Logo/Logo.mjs +74 -0
  367. package/build/components/Logo/Logo.mjs.map +1 -0
  368. package/build/components/Logo/img/logo-black-and-white.js +2 -2
  369. package/build/components/Logo/img/logo-black-and-white.js.map +1 -1
  370. package/build/components/Logo/img/logo-black-and-white.mjs +6 -0
  371. package/build/components/Logo/img/logo-black-and-white.mjs.map +1 -0
  372. package/build/components/Logo/img/logo.js +2 -2
  373. package/build/components/Logo/img/logo.js.map +1 -1
  374. package/build/components/Logo/img/logo.mjs +6 -0
  375. package/build/components/Logo/img/logo.mjs.map +1 -0
  376. package/build/components/Logo/index.js +1 -1
  377. package/build/components/Logo/index.mjs +1 -0
  378. package/build/components/MenuItem/MenuItem.js +18 -13
  379. package/build/components/MenuItem/MenuItem.js.map +1 -1
  380. package/build/components/MenuItem/MenuItem.mjs +30 -0
  381. package/build/components/MenuItem/MenuItem.mjs.map +1 -0
  382. package/build/components/MenuItem/index.js +1 -1
  383. package/build/components/MenuItem/index.mjs +1 -0
  384. package/build/components/NoItems/NoItems.js +13 -9
  385. package/build/components/NoItems/NoItems.js.map +1 -1
  386. package/build/components/NoItems/NoItems.mjs +16 -0
  387. package/build/components/NoItems/NoItems.mjs.map +1 -0
  388. package/build/components/NoItems/index.js +1 -1
  389. package/build/components/NoItems/index.mjs +1 -0
  390. package/build/components/NotFound/NotFound.js +37 -27
  391. package/build/components/NotFound/NotFound.js.map +1 -1
  392. package/build/components/NotFound/NotFound.mjs +70 -0
  393. package/build/components/NotFound/NotFound.mjs.map +1 -0
  394. package/build/components/NotFound/index.js +1 -1
  395. package/build/components/NotFound/index.mjs +1 -0
  396. package/build/components/Package/Package.js +146 -112
  397. package/build/components/Package/Package.js.map +1 -1
  398. package/build/components/Package/Package.mjs +188 -0
  399. package/build/components/Package/Package.mjs.map +1 -0
  400. package/build/components/Package/index.js +1 -1
  401. package/build/components/Package/index.mjs +1 -0
  402. package/build/components/Package/styles.js +70 -41
  403. package/build/components/Package/styles.js.map +1 -1
  404. package/build/components/Package/styles.mjs +142 -0
  405. package/build/components/Package/styles.mjs.map +1 -0
  406. package/build/components/PackageList/PackageList.js +64 -55
  407. package/build/components/PackageList/PackageList.js.map +1 -1
  408. package/build/components/PackageList/PackageList.mjs +71 -0
  409. package/build/components/PackageList/PackageList.mjs.map +1 -0
  410. package/build/components/PackageList/index.js +1 -1
  411. package/build/components/PackageList/index.mjs +1 -0
  412. package/build/components/Person/Person.js +28 -23
  413. package/build/components/Person/Person.js.map +1 -1
  414. package/build/components/Person/Person.mjs +39 -0
  415. package/build/components/Person/Person.mjs.map +1 -0
  416. package/build/components/Person/PersonTooltip.js +20 -17
  417. package/build/components/Person/PersonTooltip.js.map +1 -1
  418. package/build/components/Person/PersonTooltip.mjs +26 -0
  419. package/build/components/Person/PersonTooltip.mjs.map +1 -0
  420. package/build/components/Person/index.js +1 -1
  421. package/build/components/Person/index.mjs +1 -0
  422. package/build/components/Person/utils.js +11 -8
  423. package/build/components/Person/utils.js.map +1 -1
  424. package/build/components/Person/utils.mjs +14 -0
  425. package/build/components/Person/utils.mjs.map +1 -0
  426. package/build/components/RawViewer/RawViewer.js +41 -30
  427. package/build/components/RawViewer/RawViewer.js.map +1 -1
  428. package/build/components/RawViewer/RawViewer.mjs +58 -0
  429. package/build/components/RawViewer/RawViewer.mjs.map +1 -0
  430. package/build/components/RawViewer/index.js +1 -1
  431. package/build/components/RawViewer/index.mjs +1 -0
  432. package/build/components/Readme/Readme.js +30 -23
  433. package/build/components/Readme/Readme.js.map +1 -1
  434. package/build/components/Readme/Readme.mjs +45 -0
  435. package/build/components/Readme/Readme.mjs.map +1 -0
  436. package/build/components/Readme/index.js +1 -1
  437. package/build/components/Readme/index.mjs +1 -0
  438. package/build/components/Readme/utils.js +21 -18
  439. package/build/components/Readme/utils.js.map +1 -1
  440. package/build/components/Readme/utils.mjs +26 -0
  441. package/build/components/Readme/utils.mjs.map +1 -0
  442. package/build/components/RegistryInfoDialog/RegistryInfoDialog.js +23 -18
  443. package/build/components/RegistryInfoDialog/RegistryInfoDialog.js.map +1 -1
  444. package/build/components/RegistryInfoDialog/RegistryInfoDialog.mjs +32 -0
  445. package/build/components/RegistryInfoDialog/RegistryInfoDialog.mjs.map +1 -0
  446. package/build/components/RegistryInfoDialog/index.js +1 -1
  447. package/build/components/RegistryInfoDialog/index.mjs +1 -0
  448. package/build/components/RegistryInfoDialog/styles.js +19 -13
  449. package/build/components/RegistryInfoDialog/styles.js.map +1 -1
  450. package/build/components/RegistryInfoDialog/styles.mjs +25 -0
  451. package/build/components/RegistryInfoDialog/styles.mjs.map +1 -0
  452. package/build/components/Repository/Repository.js +63 -46
  453. package/build/components/Repository/Repository.js.map +1 -1
  454. package/build/components/Repository/Repository.mjs +96 -0
  455. package/build/components/Repository/Repository.mjs.map +1 -0
  456. package/build/components/Repository/index.js +1 -1
  457. package/build/components/Repository/index.mjs +1 -0
  458. package/build/components/Search/AutoComplete/AutoComplete.js +42 -27
  459. package/build/components/Search/AutoComplete/AutoComplete.js.map +1 -1
  460. package/build/components/Search/AutoComplete/AutoComplete.mjs +47 -0
  461. package/build/components/Search/AutoComplete/AutoComplete.mjs.map +1 -0
  462. package/build/components/Search/AutoComplete/index.js +1 -1
  463. package/build/components/Search/AutoComplete/index.mjs +1 -0
  464. package/build/components/Search/AutoComplete/styles.js +7 -5
  465. package/build/components/Search/AutoComplete/styles.js.map +1 -1
  466. package/build/components/Search/AutoComplete/styles.mjs +20 -0
  467. package/build/components/Search/AutoComplete/styles.mjs.map +1 -0
  468. package/build/components/Search/Search.js +121 -78
  469. package/build/components/Search/Search.js.map +1 -1
  470. package/build/components/Search/Search.mjs +133 -0
  471. package/build/components/Search/Search.mjs.map +1 -0
  472. package/build/components/Search/SearchItem.js +62 -47
  473. package/build/components/Search/SearchItem.js.map +1 -1
  474. package/build/components/Search/SearchItem.mjs +115 -0
  475. package/build/components/Search/SearchItem.mjs.map +1 -0
  476. package/build/components/Search/index.js +1 -1
  477. package/build/components/Search/index.mjs +1 -0
  478. package/build/components/Search/styles.js +17 -12
  479. package/build/components/Search/styles.js.map +1 -1
  480. package/build/components/Search/styles.mjs +32 -0
  481. package/build/components/Search/styles.mjs.map +1 -0
  482. package/build/components/Search/utils.js +13 -10
  483. package/build/components/Search/utils.js.map +1 -1
  484. package/build/components/Search/utils.mjs +19 -0
  485. package/build/components/Search/utils.mjs.map +1 -0
  486. package/build/components/SettingsMenu/SettingsMenu.js +84 -61
  487. package/build/components/SettingsMenu/SettingsMenu.js.map +1 -1
  488. package/build/components/SettingsMenu/SettingsMenu.mjs +111 -0
  489. package/build/components/SettingsMenu/SettingsMenu.mjs.map +1 -0
  490. package/build/components/SettingsMenu/index.js +1 -1
  491. package/build/components/SettingsMenu/index.mjs +1 -0
  492. package/build/components/SideBarTitle/SideBarTitle.js +47 -34
  493. package/build/components/SideBarTitle/SideBarTitle.js.map +1 -1
  494. package/build/components/SideBarTitle/SideBarTitle.mjs +79 -0
  495. package/build/components/SideBarTitle/SideBarTitle.mjs.map +1 -0
  496. package/build/components/SideBarTitle/index.js +1 -1
  497. package/build/components/SideBarTitle/index.mjs +1 -0
  498. package/build/components/SideBarTitle/utils.js +10 -7
  499. package/build/components/SideBarTitle/utils.js.map +1 -1
  500. package/build/components/SideBarTitle/utils.mjs +13 -0
  501. package/build/components/SideBarTitle/utils.mjs.map +1 -0
  502. package/build/components/UpLinks/UpLinks.js +46 -38
  503. package/build/components/UpLinks/UpLinks.js.map +1 -1
  504. package/build/components/UpLinks/UpLinks.mjs +60 -0
  505. package/build/components/UpLinks/UpLinks.mjs.map +1 -0
  506. package/build/components/UpLinks/UplinkLink.js +15 -13
  507. package/build/components/UpLinks/UplinkLink.js.map +1 -1
  508. package/build/components/UpLinks/UplinkLink.mjs +19 -0
  509. package/build/components/UpLinks/UplinkLink.mjs.map +1 -0
  510. package/build/components/UpLinks/index.js +2 -2
  511. package/build/components/UpLinks/index.mjs +2 -0
  512. package/build/components/UpLinks/styles.js +20 -12
  513. package/build/components/UpLinks/styles.js.map +1 -1
  514. package/build/components/UpLinks/styles.mjs +31 -0
  515. package/build/components/UpLinks/styles.mjs.map +1 -0
  516. package/build/components/Versions/HistoryList.js +51 -41
  517. package/build/components/Versions/HistoryList.js.map +1 -1
  518. package/build/components/Versions/HistoryList.mjs +67 -0
  519. package/build/components/Versions/HistoryList.mjs.map +1 -0
  520. package/build/components/Versions/TagList.js +26 -20
  521. package/build/components/Versions/TagList.js.map +1 -1
  522. package/build/components/Versions/TagList.mjs +33 -0
  523. package/build/components/Versions/TagList.mjs.map +1 -0
  524. package/build/components/Versions/Versions.js +73 -48
  525. package/build/components/Versions/Versions.js.map +1 -1
  526. package/build/components/Versions/Versions.mjs +92 -0
  527. package/build/components/Versions/Versions.mjs.map +1 -0
  528. package/build/components/Versions/index.js +2 -2
  529. package/build/components/Versions/index.mjs +2 -0
  530. package/build/components/Versions/styles.js +15 -10
  531. package/build/components/Versions/styles.js.map +1 -1
  532. package/build/components/Versions/styles.mjs +26 -0
  533. package/build/components/Versions/styles.mjs.map +1 -0
  534. package/build/configuration.js +6 -6
  535. package/build/configuration.js.map +1 -1
  536. package/build/configuration.mjs +23 -0
  537. package/build/configuration.mjs.map +1 -0
  538. package/build/hooks/index.js +2 -2
  539. package/build/hooks/index.mjs +2 -0
  540. package/build/hooks/useLocalStorage.js +28 -14
  541. package/build/hooks/useLocalStorage.js.map +1 -1
  542. package/build/hooks/useLocalStorage.mjs +37 -0
  543. package/build/hooks/useLocalStorage.mjs.map +1 -0
  544. package/build/hooks/useOnClickOutside.js +20 -9
  545. package/build/hooks/useOnClickOutside.js.map +1 -1
  546. package/build/hooks/useOnClickOutside.mjs +26 -0
  547. package/build/hooks/useOnClickOutside.mjs.map +1 -0
  548. package/build/index.js +225 -118
  549. package/build/index.mjs +118 -0
  550. package/build/layouts/Security/Dialog.js +14 -8
  551. package/build/layouts/Security/Dialog.js.map +1 -1
  552. package/build/layouts/Security/Dialog.mjs +23 -0
  553. package/build/layouts/Security/Dialog.mjs.map +1 -0
  554. package/build/layouts/Version/Version.js +31 -26
  555. package/build/layouts/Version/Version.js.map +1 -1
  556. package/build/layouts/Version/Version.mjs +32 -0
  557. package/build/layouts/Version/Version.mjs.map +1 -0
  558. package/build/layouts/Version/index.js +1 -1
  559. package/build/layouts/Version/index.mjs +1 -0
  560. package/build/pages/Front/Home.js +4 -4
  561. package/build/pages/Front/Home.js.map +1 -1
  562. package/build/pages/Front/Home.mjs +8 -0
  563. package/build/pages/Front/Home.mjs.map +1 -0
  564. package/build/pages/Front/index.js +2 -2
  565. package/build/pages/Front/index.mjs +2 -0
  566. package/build/pages/Security/AddUser.js +4 -4
  567. package/build/pages/Security/AddUser.js.map +1 -1
  568. package/build/pages/Security/AddUser.mjs +8 -0
  569. package/build/pages/Security/AddUser.mjs.map +1 -0
  570. package/build/pages/Security/ChangePassword.js +4 -4
  571. package/build/pages/Security/ChangePassword.js.map +1 -1
  572. package/build/pages/Security/ChangePassword.mjs +8 -0
  573. package/build/pages/Security/ChangePassword.mjs.map +1 -0
  574. package/build/pages/Security/Login.js +4 -4
  575. package/build/pages/Security/Login.js.map +1 -1
  576. package/build/pages/Security/Login.mjs +8 -0
  577. package/build/pages/Security/Login.mjs.map +1 -0
  578. package/build/pages/Security/Success.js +4 -4
  579. package/build/pages/Security/Success.js.map +1 -1
  580. package/build/pages/Security/Success.mjs +8 -0
  581. package/build/pages/Security/Success.mjs.map +1 -0
  582. package/build/pages/Security/index.js +4 -4
  583. package/build/pages/Security/index.mjs +4 -0
  584. package/build/pages/Version/Version.js +19 -13
  585. package/build/pages/Version/Version.js.map +1 -1
  586. package/build/pages/Version/Version.mjs +22 -0
  587. package/build/pages/Version/Version.mjs.map +1 -0
  588. package/build/pages/Version/index.js +2 -2
  589. package/build/pages/Version/index.mjs +2 -0
  590. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js +44 -34
  591. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js.map +1 -1
  592. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.mjs +62 -0
  593. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.mjs.map +1 -0
  594. package/build/providers/AppConfigurationProvider/index.js +1 -1
  595. package/build/providers/AppConfigurationProvider/index.mjs +1 -0
  596. package/build/providers/AuthProvider/AuthProvider.js +41 -25
  597. package/build/providers/AuthProvider/AuthProvider.js.map +1 -1
  598. package/build/providers/AuthProvider/AuthProvider.mjs +51 -0
  599. package/build/providers/AuthProvider/AuthProvider.mjs.map +1 -0
  600. package/build/providers/AuthProvider/index.js +1 -1
  601. package/build/providers/AuthProvider/index.mjs +1 -0
  602. package/build/providers/AuthProvider/utils.js +13 -12
  603. package/build/providers/AuthProvider/utils.js.map +1 -1
  604. package/build/providers/AuthProvider/utils.mjs +22 -0
  605. package/build/providers/AuthProvider/utils.mjs.map +1 -0
  606. package/build/providers/DownloadProvider/DownloadProvider.js +27 -21
  607. package/build/providers/DownloadProvider/DownloadProvider.js.map +1 -1
  608. package/build/providers/DownloadProvider/DownloadProvider.mjs +34 -0
  609. package/build/providers/DownloadProvider/DownloadProvider.mjs.map +1 -0
  610. package/build/providers/DownloadProvider/index.js +1 -1
  611. package/build/providers/DownloadProvider/index.mjs +1 -0
  612. package/build/providers/ManifestsProvider/ManifestsProvider.js +21 -15
  613. package/build/providers/ManifestsProvider/ManifestsProvider.js.map +1 -1
  614. package/build/providers/ManifestsProvider/ManifestsProvider.mjs +25 -0
  615. package/build/providers/ManifestsProvider/ManifestsProvider.mjs.map +1 -0
  616. package/build/providers/ManifestsProvider/index.js +1 -1
  617. package/build/providers/ManifestsProvider/index.mjs +1 -0
  618. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js +28 -19
  619. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js.map +1 -1
  620. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.mjs +30 -0
  621. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.mjs.map +1 -0
  622. package/build/providers/PersistenceSettingProvider/index.js +1 -1
  623. package/build/providers/PersistenceSettingProvider/index.mjs +1 -0
  624. package/build/providers/SearchProvider/SearchProvider.js +47 -36
  625. package/build/providers/SearchProvider/SearchProvider.js.map +1 -1
  626. package/build/providers/SearchProvider/SearchProvider.mjs +53 -0
  627. package/build/providers/SearchProvider/SearchProvider.mjs.map +1 -0
  628. package/build/providers/SearchProvider/index.js +1 -1
  629. package/build/providers/SearchProvider/index.mjs +1 -0
  630. package/build/providers/TranslatorProvider/TranslatorProvider.js +37 -24
  631. package/build/providers/TranslatorProvider/TranslatorProvider.js.map +1 -1
  632. package/build/providers/TranslatorProvider/TranslatorProvider.mjs +45 -0
  633. package/build/providers/TranslatorProvider/TranslatorProvider.mjs.map +1 -0
  634. package/build/providers/TranslatorProvider/index.js +1 -1
  635. package/build/providers/TranslatorProvider/index.mjs +1 -0
  636. package/build/providers/VersionProvider/VersionProvider.js +49 -36
  637. package/build/providers/VersionProvider/VersionProvider.js.map +1 -1
  638. package/build/providers/VersionProvider/VersionProvider.mjs +55 -0
  639. package/build/providers/VersionProvider/VersionProvider.mjs.map +1 -0
  640. package/build/providers/VersionProvider/index.js +1 -1
  641. package/build/providers/VersionProvider/index.mjs +1 -0
  642. package/build/providers/index.js +16 -16
  643. package/build/providers/index.mjs +16 -0
  644. package/build/sections/Detail/ContainerContent.js +28 -18
  645. package/build/sections/Detail/ContainerContent.js.map +1 -1
  646. package/build/sections/Detail/ContainerContent.mjs +34 -0
  647. package/build/sections/Detail/ContainerContent.mjs.map +1 -0
  648. package/build/sections/Detail/Detail.js +38 -26
  649. package/build/sections/Detail/Detail.js.map +1 -1
  650. package/build/sections/Detail/Detail.mjs +50 -0
  651. package/build/sections/Detail/Detail.mjs.map +1 -0
  652. package/build/sections/Detail/ReadmeSection.js +11 -6
  653. package/build/sections/Detail/ReadmeSection.js.map +1 -1
  654. package/build/sections/Detail/ReadmeSection.mjs +13 -0
  655. package/build/sections/Detail/ReadmeSection.mjs.map +1 -0
  656. package/build/sections/Detail/Tabs.js +36 -27
  657. package/build/sections/Detail/Tabs.js.map +1 -1
  658. package/build/sections/Detail/Tabs.mjs +59 -0
  659. package/build/sections/Detail/Tabs.mjs.map +1 -0
  660. package/build/sections/Detail/index.js +1 -1
  661. package/build/sections/Detail/index.mjs +1 -0
  662. package/build/sections/Footer/Footer.js +56 -46
  663. package/build/sections/Footer/Footer.js.map +1 -1
  664. package/build/sections/Footer/Footer.mjs +105 -0
  665. package/build/sections/Footer/Footer.mjs.map +1 -0
  666. package/build/sections/Footer/index.js +1 -1
  667. package/build/sections/Footer/index.mjs +1 -0
  668. package/build/sections/Footer/styles.js +31 -21
  669. package/build/sections/Footer/styles.js.map +1 -1
  670. package/build/sections/Footer/styles.mjs +65 -0
  671. package/build/sections/Footer/styles.mjs.map +1 -0
  672. package/build/sections/Header/Header.js +76 -63
  673. package/build/sections/Header/Header.js.map +1 -1
  674. package/build/sections/Header/Header.mjs +101 -0
  675. package/build/sections/Header/Header.mjs.map +1 -0
  676. package/build/sections/Header/HeaderGreetings.js +13 -11
  677. package/build/sections/Header/HeaderGreetings.js.map +1 -1
  678. package/build/sections/Header/HeaderGreetings.mjs +19 -0
  679. package/build/sections/Header/HeaderGreetings.mjs.map +1 -0
  680. package/build/sections/Header/HeaderLeft.js +17 -14
  681. package/build/sections/Header/HeaderLeft.js.map +1 -1
  682. package/build/sections/Header/HeaderLeft.mjs +33 -0
  683. package/build/sections/Header/HeaderLeft.mjs.map +1 -0
  684. package/build/sections/Header/HeaderMenu.js +27 -22
  685. package/build/sections/Header/HeaderMenu.js.map +1 -1
  686. package/build/sections/Header/HeaderMenu.mjs +45 -0
  687. package/build/sections/Header/HeaderMenu.mjs.map +1 -0
  688. package/build/sections/Header/HeaderRight.js +68 -47
  689. package/build/sections/Header/HeaderRight.js.map +1 -1
  690. package/build/sections/Header/HeaderRight.mjs +95 -0
  691. package/build/sections/Header/HeaderRight.mjs.map +1 -0
  692. package/build/sections/Header/HeaderSettingsDialog.js +70 -59
  693. package/build/sections/Header/HeaderSettingsDialog.js.map +1 -1
  694. package/build/sections/Header/HeaderSettingsDialog.mjs +99 -0
  695. package/build/sections/Header/HeaderSettingsDialog.mjs.map +1 -0
  696. package/build/sections/Header/HeaderToolTip.js +9 -7
  697. package/build/sections/Header/HeaderToolTip.js.map +1 -1
  698. package/build/sections/Header/HeaderToolTip.mjs +12 -0
  699. package/build/sections/Header/HeaderToolTip.mjs.map +1 -0
  700. package/build/sections/Header/HeaderToolTipIcon.js +38 -31
  701. package/build/sections/Header/HeaderToolTipIcon.js.map +1 -1
  702. package/build/sections/Header/HeaderToolTipIcon.mjs +58 -0
  703. package/build/sections/Header/HeaderToolTipIcon.mjs.map +1 -0
  704. package/build/sections/Header/LanguageSwitch.js +75 -51
  705. package/build/sections/Header/LanguageSwitch.js.map +1 -1
  706. package/build/sections/Header/LanguageSwitch.mjs +99 -0
  707. package/build/sections/Header/LanguageSwitch.mjs.map +1 -0
  708. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js +136 -105
  709. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js.map +1 -1
  710. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs +199 -0
  711. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs.map +1 -0
  712. package/build/sections/Header/RegistryInfoContent/index.js +1 -1
  713. package/build/sections/Header/RegistryInfoContent/index.mjs +1 -0
  714. package/build/sections/Header/RegistryInfoContent/styles.js +10 -6
  715. package/build/sections/Header/RegistryInfoContent/styles.js.map +1 -1
  716. package/build/sections/Header/RegistryInfoContent/styles.mjs +20 -0
  717. package/build/sections/Header/RegistryInfoContent/styles.mjs.map +1 -0
  718. package/build/sections/Header/index.js +1 -1
  719. package/build/sections/Header/index.mjs +1 -0
  720. package/build/sections/Header/styles.js +60 -37
  721. package/build/sections/Header/styles.js.map +1 -1
  722. package/build/sections/Header/styles.mjs +126 -0
  723. package/build/sections/Header/styles.mjs.map +1 -0
  724. package/build/sections/Home/Home.js +14 -11
  725. package/build/sections/Home/Home.js.map +1 -1
  726. package/build/sections/Home/Home.mjs +20 -0
  727. package/build/sections/Home/Home.mjs.map +1 -0
  728. package/build/sections/Home/index.js +1 -1
  729. package/build/sections/Home/index.mjs +1 -0
  730. package/build/sections/Security/AddUser.js +84 -68
  731. package/build/sections/Security/AddUser.js.map +1 -1
  732. package/build/sections/Security/AddUser.mjs +132 -0
  733. package/build/sections/Security/AddUser.mjs.map +1 -0
  734. package/build/sections/Security/ChangePassword.js +83 -71
  735. package/build/sections/Security/ChangePassword.js.map +1 -1
  736. package/build/sections/Security/ChangePassword.mjs +123 -0
  737. package/build/sections/Security/ChangePassword.mjs.map +1 -0
  738. package/build/sections/Security/Login.js +70 -54
  739. package/build/sections/Security/Login.js.map +1 -1
  740. package/build/sections/Security/Login.mjs +94 -0
  741. package/build/sections/Security/Login.mjs.map +1 -0
  742. package/build/sections/Security/Success.js +39 -26
  743. package/build/sections/Security/Success.js.map +1 -1
  744. package/build/sections/Security/Success.mjs +51 -0
  745. package/build/sections/Security/Success.mjs.map +1 -0
  746. package/build/sections/Security/index.js +4 -4
  747. package/build/sections/Security/index.mjs +4 -0
  748. package/build/sections/Security/styles.js +19 -14
  749. package/build/sections/Security/styles.js.map +1 -1
  750. package/build/sections/Security/styles.mjs +29 -0
  751. package/build/sections/Security/styles.mjs.map +1 -0
  752. package/build/sections/Security/utils.js +14 -11
  753. package/build/sections/Security/utils.js.map +1 -1
  754. package/build/sections/Security/utils.mjs +19 -0
  755. package/build/sections/Security/utils.mjs.map +1 -0
  756. package/build/sections/SideBar/Sidebar.js +73 -64
  757. package/build/sections/SideBar/Sidebar.js.map +1 -1
  758. package/build/sections/SideBar/Sidebar.mjs +93 -0
  759. package/build/sections/SideBar/Sidebar.mjs.map +1 -0
  760. package/build/sections/SideBar/index.js +1 -1
  761. package/build/sections/SideBar/index.mjs +1 -0
  762. package/build/sections/index.js +4 -4
  763. package/build/sections/index.mjs +4 -0
  764. package/build/store/api.js +57 -41
  765. package/build/store/api.js.map +1 -1
  766. package/build/store/api.mjs +76 -0
  767. package/build/store/api.mjs.map +1 -0
  768. package/build/store/index.js +1 -1
  769. package/build/store/index.mjs +1 -0
  770. package/build/store/routes.js +13 -3
  771. package/build/store/routes.js.map +1 -1
  772. package/build/store/routes.mjs +18 -0
  773. package/build/store/routes.mjs.map +1 -0
  774. package/build/store/storage.js +22 -13
  775. package/build/store/storage.js.map +1 -1
  776. package/build/store/storage.mjs +29 -0
  777. package/build/store/storage.mjs.map +1 -0
  778. package/build/store/utils.js +5 -4
  779. package/build/store/utils.js.map +1 -1
  780. package/build/store/utils.mjs +9 -0
  781. package/build/store/utils.mjs.map +1 -0
  782. package/build/ui-components.css +1198 -1
  783. package/build/utils/cli-utils.js +19 -16
  784. package/build/utils/cli-utils.js.map +1 -1
  785. package/build/utils/cli-utils.mjs +26 -0
  786. package/build/utils/cli-utils.mjs.map +1 -0
  787. package/build/utils/index.js +6 -6
  788. package/build/utils/index.mjs +6 -0
  789. package/build/utils/loadable.js +18 -7
  790. package/build/utils/loadable.js.map +1 -1
  791. package/build/utils/loadable.mjs +23 -0
  792. package/build/utils/loadable.mjs.map +1 -0
  793. package/build/utils/routes.js +26 -5
  794. package/build/utils/routes.js.map +1 -1
  795. package/build/utils/routes.mjs +30 -0
  796. package/build/utils/routes.mjs.map +1 -0
  797. package/build/utils/schemas.js +22 -14
  798. package/build/utils/schemas.js.map +1 -1
  799. package/build/utils/schemas.mjs +22 -0
  800. package/build/utils/schemas.mjs.map +1 -0
  801. package/build/utils/token.js +19 -15
  802. package/build/utils/token.js.map +1 -1
  803. package/build/utils/token.mjs +23 -0
  804. package/build/utils/token.mjs.map +1 -0
  805. package/build/utils/url.js +50 -30
  806. package/build/utils/url.js.map +1 -1
  807. package/build/utils/url.mjs +61 -0
  808. package/build/utils/url.mjs.map +1 -0
  809. package/build/utils/utils.js +93 -49
  810. package/build/utils/utils.js.map +1 -1
  811. package/build/utils/utils.mjs +93 -0
  812. package/build/utils/utils.mjs.map +1 -0
  813. package/package.json +17 -9
@@ -1,55 +1,66 @@
1
- import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
- import n from "@mui/material/IconButton";
3
- import "react";
4
- import r from "@microlink/react-json-view";
5
- import i from "@mui/icons-material/Close";
6
- import a from "@mui/material/Dialog";
7
- import o from "@mui/material/DialogContent";
8
- import s from "@mui/material/DialogTitle";
9
- import { useTheme as c } from "@mui/material/styles";
10
- import { useTranslation as l } from "react-i18next";
1
+ const require_runtime = require("../../_virtual/_rolldown/runtime.js");
2
+ let react_jsx_runtime = require("react/jsx-runtime");
3
+ let _mui_material_IconButton = require("@mui/material/IconButton");
4
+ _mui_material_IconButton = require_runtime.__toESM(_mui_material_IconButton);
5
+ let react = require("react");
6
+ react = require_runtime.__toESM(react);
7
+ let _microlink_react_json_view = require("@microlink/react-json-view");
8
+ _microlink_react_json_view = require_runtime.__toESM(_microlink_react_json_view);
9
+ let _mui_icons_material_Close = require("@mui/icons-material/Close");
10
+ _mui_icons_material_Close = require_runtime.__toESM(_mui_icons_material_Close);
11
+ let _mui_material_Dialog = require("@mui/material/Dialog");
12
+ _mui_material_Dialog = require_runtime.__toESM(_mui_material_Dialog);
13
+ let _mui_material_DialogContent = require("@mui/material/DialogContent");
14
+ _mui_material_DialogContent = require_runtime.__toESM(_mui_material_DialogContent);
15
+ let _mui_material_DialogTitle = require("@mui/material/DialogTitle");
16
+ _mui_material_DialogTitle = require_runtime.__toESM(_mui_material_DialogTitle);
17
+ let _mui_material_styles = require("@mui/material/styles");
18
+ let react_i18next = require("react-i18next");
11
19
  //#region src/components/RawViewer/RawViewer.tsx
12
- var u = (r) => {
13
- let { children: a, onClose: o } = r;
14
- return /* @__PURE__ */ t(s, {
20
+ var ReactJson = _microlink_react_json_view.default ?? _microlink_react_json_view.reactJsonView ?? _microlink_react_json_view;
21
+ var ViewerTitle = (props) => {
22
+ const { children, onClose } = props;
23
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(_mui_material_DialogTitle.default, {
15
24
  sx: {
16
25
  m: 0,
17
26
  p: 2
18
27
  },
19
- children: [a, o ? /* @__PURE__ */ e(n, {
28
+ children: [children, onClose ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_IconButton.default, {
20
29
  "aria-label": "close",
21
30
  "data-testid": "close-raw-viewer",
22
- onClick: o,
31
+ onClick: onClose,
23
32
  sx: {
24
33
  position: "absolute",
25
34
  right: 8,
26
35
  top: 8,
27
- color: (e) => e.palette.grey[500]
36
+ color: (theme) => theme.palette.grey[500]
28
37
  },
29
- children: /* @__PURE__ */ e(i, {})
38
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_icons_material_Close.default, {})
30
39
  }) : null]
31
40
  });
32
- }, d = ({ isOpen: n = !1, onClose: i, packageMeta: s }) => {
33
- let { t: d } = l(), f = c();
34
- return /* @__PURE__ */ t(a, {
41
+ };
42
+ var RawViewer = ({ isOpen = false, onClose, packageMeta }) => {
43
+ const { t } = (0, react_i18next.useTranslation)();
44
+ const theme = (0, _mui_material_styles.useTheme)();
45
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(_mui_material_Dialog.default, {
35
46
  "data-testid": "rawViewer--dialog",
36
- fullScreen: !0,
37
- open: n,
38
- children: [/* @__PURE__ */ e(u, {
47
+ fullScreen: true,
48
+ open: isOpen,
49
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(ViewerTitle, {
39
50
  id: "viewer-title",
40
- onClose: i,
41
- children: d("action-bar-action.raw-title", { package: s.latest.name })
42
- }), /* @__PURE__ */ e(o, { children: /* @__PURE__ */ e(r, {
51
+ onClose,
52
+ children: t("action-bar-action.raw-title", { package: packageMeta.latest.name })
53
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_DialogContent.default, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(ReactJson, {
43
54
  collapseStringsAfterLength: 200,
44
55
  collapsed: 2,
45
- enableClipboard: !0,
56
+ enableClipboard: true,
46
57
  groupArraysAfterLength: 10,
47
- src: s,
48
- theme: f.palette.mode == "light" ? "bright:inverted" : "bright"
58
+ src: packageMeta,
59
+ theme: theme.palette.mode == "light" ? "bright:inverted" : "bright"
49
60
  }) })]
50
61
  });
51
62
  };
52
63
  //#endregion
53
- export { d as default };
64
+ exports.default = RawViewer;
54
65
 
55
66
  //# sourceMappingURL=RawViewer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RawViewer.js","names":["ReactJson","CloseIcon","Dialog","DialogContent","DialogTitle","IconButton","useTheme","React","useTranslation","Theme","ViewerTitleProps","id","children","ReactNode","onClose","ViewerTitle","props","m","p","position","right","top","color","theme","palette","grey","Props","isOpen","packageMeta","RawViewer","FC","t","package","latest","name","mode"],"sources":["../../../src/components/RawViewer/RawViewer.tsx"],"sourcesContent":["import ReactJson from '@microlink/react-json-view';\nimport CloseIcon from '@mui/icons-material/Close';\nimport Dialog from '@mui/material/Dialog';\nimport DialogContent from '@mui/material/DialogContent';\nimport DialogTitle from '@mui/material/DialogTitle';\nimport IconButton from '@mui/material/IconButton';\nimport { useTheme } from '@mui/material/styles';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport type { Theme } from '../../Theme';\n\nexport interface ViewerTitleProps {\n id: string;\n children?: React.ReactNode;\n onClose: () => void;\n}\n\nconst ViewerTitle = (props: ViewerTitleProps) => {\n const { children, onClose } = props;\n\n return (\n <DialogTitle sx={{ m: 0, p: 2 }}>\n {children}\n {onClose ? (\n <IconButton\n aria-label=\"close\"\n data-testid=\"close-raw-viewer\"\n onClick={onClose}\n sx={{\n position: 'absolute',\n right: 8,\n top: 8,\n color: (theme) => theme.palette.grey[500],\n }}\n >\n <CloseIcon />\n </IconButton>\n ) : null}\n </DialogTitle>\n );\n};\n\ntype Props = {\n isOpen: boolean;\n onClose: () => void;\n packageMeta: any;\n};\n\nconst RawViewer: React.FC<Props> = ({ isOpen = false, onClose, packageMeta }) => {\n const { t } = useTranslation();\n const theme: Theme = useTheme();\n return (\n <Dialog data-testid={'rawViewer--dialog'} fullScreen={true} open={isOpen}>\n <ViewerTitle id=\"viewer-title\" onClose={onClose}>\n {t('action-bar-action.raw-title', { package: packageMeta.latest.name })}\n </ViewerTitle>\n <DialogContent>\n <ReactJson\n collapseStringsAfterLength={200}\n collapsed={2}\n enableClipboard={true}\n groupArraysAfterLength={10}\n src={packageMeta as any}\n theme={theme.palette.mode == 'light' ? 'bright:inverted' : 'bright'}\n />\n </DialogContent>\n </Dialog>\n );\n};\n\nexport default RawViewer;\n"],"mappings":";;;;;;;;;;;AAkBA,IAAMe,KAAeC,MAA4B;CAC/C,IAAM,EAAEJ,aAAUE,eAAYE;AAE9B,QACE,kBAAC,GAAD;EAAa,IAAI;GAAEC,GAAG;GAAGC,GAAG;GAAG;YAA/B,CACGN,GACAE,IACC,kBAAC,GAAD;GACE,cAAW;GACX,eAAY;GACZ,SAASA;GACT,IAAI;IACFK,UAAU;IACVC,OAAO;IACPC,KAAK;IACLC,QAAQC,MAAUA,EAAMC,QAAQC,KAAK;IACtC;aAED,kBAAC,GAAD,EAAU,CAAA;GACC,CAAA,GACX,KACQ;;GAUZI,KAA8B,EAAEF,YAAS,IAAOb,YAASc,qBAAkB;CAC/E,IAAM,EAAEG,SAAMvB,GAAgB,EACxBe,IAAejB,GAAU;AAC/B,QACE,kBAAC,GAAD;EAAQ,eAAa;EAAqB,YAAY;EAAM,MAAMqB;YAAlE,CACE,kBAAC,GAAD;GAAa,IAAG;GAAwBb;aACrCiB,EAAE,+BAA+B,EAAEC,SAASJ,EAAYK,OAAOC,MAAM,CAAC;GAC5D,CAAA,EACb,kBAAC,GAAD,EAAA,UACE,kBAAC,GAAD;GACE,4BAA4B;GAC5B,WAAW;GACX,iBAAiB;GACjB,wBAAwB;GACxB,KAAKN;GACL,OAAOL,EAAMC,QAAQW,QAAQ,UAAU,oBAAoB;GAAS,CAAA,EAEzD,CAAA,CACR"}
1
+ {"version":3,"file":"RawViewer.js","names":["ReactJsonViewModule","CloseIcon","Dialog","DialogContent","DialogTitle","IconButton","useTheme","React","useTranslation","Theme","ReactJson","default","reactJsonView","ComponentType","ViewerTitleProps","id","children","ReactNode","onClose","ViewerTitle","props","m","p","position","right","top","color","theme","palette","grey","Props","isOpen","packageMeta","RawViewer","FC","t","package","latest","name","mode"],"sources":["../../../src/components/RawViewer/RawViewer.tsx"],"sourcesContent":["import * as ReactJsonViewModule from '@microlink/react-json-view';\nimport CloseIcon from '@mui/icons-material/Close';\nimport Dialog from '@mui/material/Dialog';\nimport DialogContent from '@mui/material/DialogContent';\nimport DialogTitle from '@mui/material/DialogTitle';\nimport IconButton from '@mui/material/IconButton';\nimport { useTheme } from '@mui/material/styles';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport type { Theme } from '../../Theme';\n\nconst ReactJson = ((ReactJsonViewModule as any).default ??\n (ReactJsonViewModule as any).reactJsonView ??\n ReactJsonViewModule) as React.ComponentType<any>;\n\nexport interface ViewerTitleProps {\n id: string;\n children?: React.ReactNode;\n onClose: () => void;\n}\n\nconst ViewerTitle = (props: ViewerTitleProps) => {\n const { children, onClose } = props;\n\n return (\n <DialogTitle sx={{ m: 0, p: 2 }}>\n {children}\n {onClose ? (\n <IconButton\n aria-label=\"close\"\n data-testid=\"close-raw-viewer\"\n onClick={onClose}\n sx={{\n position: 'absolute',\n right: 8,\n top: 8,\n color: (theme) => theme.palette.grey[500],\n }}\n >\n <CloseIcon />\n </IconButton>\n ) : null}\n </DialogTitle>\n );\n};\n\ntype Props = {\n isOpen: boolean;\n onClose: () => void;\n packageMeta: any;\n};\n\nconst RawViewer: React.FC<Props> = ({ isOpen = false, onClose, packageMeta }) => {\n const { t } = useTranslation();\n const theme: Theme = useTheme();\n return (\n <Dialog data-testid={'rawViewer--dialog'} fullScreen={true} open={isOpen}>\n <ViewerTitle id=\"viewer-title\" onClose={onClose}>\n {t('action-bar-action.raw-title', { package: packageMeta.latest.name })}\n </ViewerTitle>\n <DialogContent>\n <ReactJson\n collapseStringsAfterLength={200}\n collapsed={2}\n enableClipboard={true}\n groupArraysAfterLength={10}\n src={packageMeta as any}\n theme={theme.palette.mode == 'light' ? 'bright:inverted' : 'bright'}\n />\n </DialogContent>\n </Dialog>\n );\n};\n\nexport default RawViewer;\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAYA,IAAMU,YAAcV,2BAA4BW,WAC7CX,2BAA4BY,iBAC7BZ;AAQF,IAAMmB,eAAeC,UAA4B;CAC/C,MAAM,EAAEJ,UAAUE,YAAYE;AAE9B,QACE,iBAAA,GAAA,kBAAA,MAAC,0BAAA,SAAD;EAAa,IAAI;GAAEC,GAAG;GAAGC,GAAG;GAAG;YAA/B,CACGN,UACAE,UACC,iBAAA,GAAA,kBAAA,KAAC,yBAAA,SAAD;GACE,cAAW;GACX,eAAY;GACZ,SAASA;GACT,IAAI;IACFK,UAAU;IACVC,OAAO;IACPC,KAAK;IACLC,QAAQC,UAAUA,MAAMC,QAAQC,KAAK;IACtC;aAED,iBAAA,GAAA,kBAAA,KAAC,0BAAA,SAAD,EAAU,CAAA;GACC,CAAA,GACX,KACQ;;;AAUlB,IAAMI,aAA8B,EAAEF,SAAS,OAAOb,SAASc,kBAAkB;CAC/E,MAAM,EAAEG,OAAAA,GAAAA,cAAAA,iBAAsB;CAC9B,MAAMR,SAAAA,GAAAA,qBAAAA,WAAyB;AAC/B,QACE,iBAAA,GAAA,kBAAA,MAAC,qBAAA,SAAD;EAAQ,eAAa;EAAqB,YAAY;EAAM,MAAMI;YAAlE,CACE,iBAAA,GAAA,kBAAA,KAAC,aAAD;GAAa,IAAG;GAAwBb;aACrCiB,EAAE,+BAA+B,EAAEC,SAASJ,YAAYK,OAAOC,MAAM,CAAC;GAC5D,CAAA,EACb,iBAAA,GAAA,kBAAA,KAAC,4BAAA,SAAD,EAAA,UACE,iBAAA,GAAA,kBAAA,KAAC,WAAD;GACE,4BAA4B;GAC5B,WAAW;GACX,iBAAiB;GACjB,wBAAwB;GACxB,KAAKN;GACL,OAAOL,MAAMC,QAAQW,QAAQ,UAAU,oBAAoB;GAAS,CAAA,EAEzD,CAAA,CACR"}
@@ -0,0 +1,58 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import IconButton from "@mui/material/IconButton";
3
+ import "react";
4
+ import * as ReactJsonViewModule from "@microlink/react-json-view";
5
+ import CloseIcon from "@mui/icons-material/Close";
6
+ import Dialog from "@mui/material/Dialog";
7
+ import DialogContent from "@mui/material/DialogContent";
8
+ import DialogTitle from "@mui/material/DialogTitle";
9
+ import { useTheme } from "@mui/material/styles";
10
+ import { useTranslation } from "react-i18next";
11
+ //#region src/components/RawViewer/RawViewer.tsx
12
+ var ReactJson = ReactJsonViewModule.default ?? ReactJsonViewModule.reactJsonView ?? ReactJsonViewModule;
13
+ var ViewerTitle = (props) => {
14
+ const { children, onClose } = props;
15
+ return /* @__PURE__ */ jsxs(DialogTitle, {
16
+ sx: {
17
+ m: 0,
18
+ p: 2
19
+ },
20
+ children: [children, onClose ? /* @__PURE__ */ jsx(IconButton, {
21
+ "aria-label": "close",
22
+ "data-testid": "close-raw-viewer",
23
+ onClick: onClose,
24
+ sx: {
25
+ position: "absolute",
26
+ right: 8,
27
+ top: 8,
28
+ color: (theme) => theme.palette.grey[500]
29
+ },
30
+ children: /* @__PURE__ */ jsx(CloseIcon, {})
31
+ }) : null]
32
+ });
33
+ };
34
+ var RawViewer = ({ isOpen = false, onClose, packageMeta }) => {
35
+ const { t } = useTranslation();
36
+ const theme = useTheme();
37
+ return /* @__PURE__ */ jsxs(Dialog, {
38
+ "data-testid": "rawViewer--dialog",
39
+ fullScreen: true,
40
+ open: isOpen,
41
+ children: [/* @__PURE__ */ jsx(ViewerTitle, {
42
+ id: "viewer-title",
43
+ onClose,
44
+ children: t("action-bar-action.raw-title", { package: packageMeta.latest.name })
45
+ }), /* @__PURE__ */ jsx(DialogContent, { children: /* @__PURE__ */ jsx(ReactJson, {
46
+ collapseStringsAfterLength: 200,
47
+ collapsed: 2,
48
+ enableClipboard: true,
49
+ groupArraysAfterLength: 10,
50
+ src: packageMeta,
51
+ theme: theme.palette.mode == "light" ? "bright:inverted" : "bright"
52
+ }) })]
53
+ });
54
+ };
55
+ //#endregion
56
+ export { RawViewer as default };
57
+
58
+ //# sourceMappingURL=RawViewer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RawViewer.mjs","names":["ReactJsonViewModule","CloseIcon","Dialog","DialogContent","DialogTitle","IconButton","useTheme","React","useTranslation","Theme","ReactJson","default","reactJsonView","ComponentType","ViewerTitleProps","id","children","ReactNode","onClose","ViewerTitle","props","m","p","position","right","top","color","theme","palette","grey","Props","isOpen","packageMeta","RawViewer","FC","t","package","latest","name","mode"],"sources":["../../../src/components/RawViewer/RawViewer.tsx"],"sourcesContent":["import * as ReactJsonViewModule from '@microlink/react-json-view';\nimport CloseIcon from '@mui/icons-material/Close';\nimport Dialog from '@mui/material/Dialog';\nimport DialogContent from '@mui/material/DialogContent';\nimport DialogTitle from '@mui/material/DialogTitle';\nimport IconButton from '@mui/material/IconButton';\nimport { useTheme } from '@mui/material/styles';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport type { Theme } from '../../Theme';\n\nconst ReactJson = ((ReactJsonViewModule as any).default ??\n (ReactJsonViewModule as any).reactJsonView ??\n ReactJsonViewModule) as React.ComponentType<any>;\n\nexport interface ViewerTitleProps {\n id: string;\n children?: React.ReactNode;\n onClose: () => void;\n}\n\nconst ViewerTitle = (props: ViewerTitleProps) => {\n const { children, onClose } = props;\n\n return (\n <DialogTitle sx={{ m: 0, p: 2 }}>\n {children}\n {onClose ? (\n <IconButton\n aria-label=\"close\"\n data-testid=\"close-raw-viewer\"\n onClick={onClose}\n sx={{\n position: 'absolute',\n right: 8,\n top: 8,\n color: (theme) => theme.palette.grey[500],\n }}\n >\n <CloseIcon />\n </IconButton>\n ) : null}\n </DialogTitle>\n );\n};\n\ntype Props = {\n isOpen: boolean;\n onClose: () => void;\n packageMeta: any;\n};\n\nconst RawViewer: React.FC<Props> = ({ isOpen = false, onClose, packageMeta }) => {\n const { t } = useTranslation();\n const theme: Theme = useTheme();\n return (\n <Dialog data-testid={'rawViewer--dialog'} fullScreen={true} open={isOpen}>\n <ViewerTitle id=\"viewer-title\" onClose={onClose}>\n {t('action-bar-action.raw-title', { package: packageMeta.latest.name })}\n </ViewerTitle>\n <DialogContent>\n <ReactJson\n collapseStringsAfterLength={200}\n collapsed={2}\n enableClipboard={true}\n groupArraysAfterLength={10}\n src={packageMeta as any}\n theme={theme.palette.mode == 'light' ? 'bright:inverted' : 'bright'}\n />\n </DialogContent>\n </Dialog>\n );\n};\n\nexport default RawViewer;\n"],"mappings":";;;;;;;;;;;AAYA,IAAMU,YAAcV,oBAA4BW,WAC7CX,oBAA4BY,iBAC7BZ;AAQF,IAAMmB,eAAeC,UAA4B;CAC/C,MAAM,EAAEJ,UAAUE,YAAYE;AAE9B,QACE,qBAAC,aAAD;EAAa,IAAI;GAAEC,GAAG;GAAGC,GAAG;GAAG;YAA/B,CACGN,UACAE,UACC,oBAAC,YAAD;GACE,cAAW;GACX,eAAY;GACZ,SAASA;GACT,IAAI;IACFK,UAAU;IACVC,OAAO;IACPC,KAAK;IACLC,QAAQC,UAAUA,MAAMC,QAAQC,KAAK;IACtC;aAED,oBAAC,WAAD,EAAU,CAAA;GACC,CAAA,GACX,KACQ;;;AAUlB,IAAMI,aAA8B,EAAEF,SAAS,OAAOb,SAASc,kBAAkB;CAC/E,MAAM,EAAEG,MAAM3B,gBAAgB;CAC9B,MAAMmB,QAAerB,UAAU;AAC/B,QACE,qBAAC,QAAD;EAAQ,eAAa;EAAqB,YAAY;EAAM,MAAMyB;YAAlE,CACE,oBAAC,aAAD;GAAa,IAAG;GAAwBb;aACrCiB,EAAE,+BAA+B,EAAEC,SAASJ,YAAYK,OAAOC,MAAM,CAAC;GAC5D,CAAA,EACb,oBAAC,eAAD,EAAA,UACE,oBAAC,WAAD;GACE,4BAA4B;GAC5B,WAAW;GACX,iBAAiB;GACjB,wBAAwB;GACxB,KAAKN;GACL,OAAOL,MAAMC,QAAQW,QAAQ,UAAU,oBAAoB;GAAS,CAAA,EAEzD,CAAA,CACR"}
@@ -1 +1 @@
1
- import "./RawViewer.js";
1
+ require("./RawViewer.js");
@@ -0,0 +1 @@
1
+ import "./RawViewer.mjs";
@@ -1,33 +1,40 @@
1
- /* empty css */
2
- import { parseReadme as e } from "./utils.js";
3
- import { useCustomTheme as t } from "../../Theme/ThemeProvider.js";
4
- import "../../index.js";
5
- import n from "@emotion/styled/base";
6
- import { jsx as r } from "react/jsx-runtime";
7
- import "react";
8
- import i from "@mui/material/Box";
9
- import a from "@mui/material/Card";
10
- import o from "@mui/material/CardContent";
11
- import "highlight.js/styles/github-dark.css";
12
- import "highlight.js/styles/github.css";
1
+ const require_runtime = require("../../_virtual/_rolldown/runtime.js");
2
+ ;/* empty css */
3
+ const require_utils = require("./utils.js");
4
+ const require_ThemeProvider = require("../../Theme/ThemeProvider.js");
5
+ require("../../index.js");
6
+ let _emotion_styled_base = require("@emotion/styled/base");
7
+ _emotion_styled_base = require_runtime.__toESM(_emotion_styled_base);
8
+ let react_jsx_runtime = require("react/jsx-runtime");
9
+ let react = require("react");
10
+ react = require_runtime.__toESM(react);
11
+ let _mui_material_Box = require("@mui/material/Box");
12
+ _mui_material_Box = require_runtime.__toESM(_mui_material_Box);
13
+ let _mui_material_Card = require("@mui/material/Card");
14
+ _mui_material_Card = require_runtime.__toESM(_mui_material_Card);
15
+ let _mui_material_CardContent = require("@mui/material/CardContent");
16
+ _mui_material_CardContent = require_runtime.__toESM(_mui_material_CardContent);
17
+ require("highlight.js/styles/github-dark.css");
18
+ require("highlight.js/styles/github.css");
13
19
  //#region src/components/Readme/Readme.tsx
14
- function s() {
20
+ function _EMOTION_STRINGIFIED_CSS_ERROR__() {
15
21
  return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
16
22
  }
17
- var c = ({ description: n }) => {
18
- let { isDarkMode: s } = t();
19
- return /* @__PURE__ */ r(a, {
23
+ var Readme = ({ description }) => {
24
+ const { isDarkMode } = require_ThemeProvider.useCustomTheme();
25
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_Card.default, {
20
26
  sx: { mb: 2 },
21
- children: /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(i, {
27
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_CardContent.default, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_Box.default, {
22
28
  "data-testid": "readme",
23
29
  sx: { m: 2 },
24
- children: /* @__PURE__ */ r(l, {
25
- className: `markdown-body ${s ? "markdown-dark" : "markdown-light"}`,
26
- dangerouslySetInnerHTML: { __html: e(n) }
30
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(Wrapper, {
31
+ className: `markdown-body ${isDarkMode ? "markdown-dark" : "markdown-light"}`,
32
+ dangerouslySetInnerHTML: { __html: require_utils.parseReadme(description) }
27
33
  })
28
34
  }) })
29
35
  });
30
- }, l = /* @__PURE__ */ n("div", process.env.NODE_ENV === "production" ? { target: "e1gao54u0" } : {
36
+ };
37
+ var Wrapper = /* @__PURE__ */ (0, _emotion_styled_base.default)("div", process.env.NODE_ENV === "production" ? { target: "e1gao54u0" } : {
31
38
  target: "e1gao54u0",
32
39
  label: "Wrapper"
33
40
  })(process.env.NODE_ENV === "production" ? {
@@ -36,9 +43,9 @@ var c = ({ description: n }) => {
36
43
  } : {
37
44
  name: "z0ebq4",
38
45
  styles: "ul{list-style:disc;}img{max-width:100%;}/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9SZWFkbWUvUmVhZG1lLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQ2dCIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9SZWFkbWUvUmVhZG1lLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENhcmQgZnJvbSAnQG11aS9tYXRlcmlhbC9DYXJkJztcbmltcG9ydCBDYXJkQ29udGVudCBmcm9tICdAbXVpL21hdGVyaWFsL0NhcmRDb250ZW50JztcbmltcG9ydCAnaGlnaGxpZ2h0LmpzL3N0eWxlcy9naXRodWItZGFyay5jc3MnO1xuaW1wb3J0ICdoaWdobGlnaHQuanMvc3R5bGVzL2dpdGh1Yi5jc3MnO1xuaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0JztcblxuaW1wb3J0IHsgdXNlQ3VzdG9tVGhlbWUgfSBmcm9tICcuLi8uLi8nO1xuaW1wb3J0ICcuL2dpdGh1Yi1tYXJrZG93bi5jc3MnO1xuaW1wb3J0IHR5cGUgeyBQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuaW1wb3J0IHsgcGFyc2VSZWFkbWUgfSBmcm9tICcuL3V0aWxzJztcblxuY29uc3QgUmVhZG1lOiBSZWFjdC5GQzxQcm9wcz4gPSAoeyBkZXNjcmlwdGlvbiB9KSA9PiB7XG4gIC8vIEB0cy1pZ25vcmVcbiAgY29uc3QgeyBpc0RhcmtNb2RlIH0gPSB1c2VDdXN0b21UaGVtZSgpO1xuXG4gIHJldHVybiAoXG4gICAgPENhcmQgc3g9e3sgbWI6IDIgfX0+XG4gICAgICA8Q2FyZENvbnRlbnQ+XG4gICAgICAgIDxCb3ggZGF0YS10ZXN0aWQ9XCJyZWFkbWVcIiBzeD17eyBtOiAyIH19PlxuICAgICAgICAgIDxXcmFwcGVyXG4gICAgICAgICAgICBjbGFzc05hbWU9e2BtYXJrZG93bi1ib2R5ICR7aXNEYXJrTW9kZSA/ICdtYXJrZG93bi1kYXJrJyA6ICdtYXJrZG93bi1saWdodCd9YH1cbiAgICAgICAgICAgIGRhbmdlcm91c2x5U2V0SW5uZXJIVE1MPXt7IF9faHRtbDogcGFyc2VSZWFkbWUoZGVzY3JpcHRpb24pIGFzIHN0cmluZyB9fVxuICAgICAgICAgIC8+XG4gICAgICAgIDwvQm94PlxuICAgICAgPC9DYXJkQ29udGVudD5cbiAgICA8L0NhcmQ+XG4gICk7XG59O1xuZXhwb3J0IGRlZmF1bHQgUmVhZG1lO1xuXG5jb25zdCBXcmFwcGVyID0gc3R5bGVkKCdkaXYnKSh7XG4gIHVsOiB7XG4gICAgbGlzdFN0eWxlOiAnZGlzYycsXG4gIH0sXG4gIGltZzoge1xuICAgIG1heFdpZHRoOiAnMTAwJScsXG4gIH0sXG59KTtcbiJdfQ== */",
39
- toString: s
46
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
40
47
  });
41
48
  //#endregion
42
- export { c as default };
49
+ exports.default = Readme;
43
50
 
44
51
  //# sourceMappingURL=Readme.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Readme.js","names":["Box","Card","CardContent","React","useCustomTheme","Props","parseReadme","Readme","FC","description","isDarkMode","mb","m","__html","Wrapper","_styled","process","env","NODE_ENV","target","label","name","styles","toString","_EMOTION_STRINGIFIED_CSS_ERROR__"],"sources":["../../../src/components/Readme/Readme.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport Box from '@mui/material/Box';\nimport Card from '@mui/material/Card';\nimport CardContent from '@mui/material/CardContent';\nimport 'highlight.js/styles/github-dark.css';\nimport 'highlight.js/styles/github.css';\nimport React from 'react';\n\nimport { useCustomTheme } from '../../';\nimport './github-markdown.css';\nimport type { Props } from './types';\nimport { parseReadme } from './utils';\n\nconst Readme: React.FC<Props> = ({ description }) => {\n // @ts-ignore\n const { isDarkMode } = useCustomTheme();\n\n return (\n <Card sx={{ mb: 2 }}>\n <CardContent>\n <Box data-testid=\"readme\" sx={{ m: 2 }}>\n <Wrapper\n className={`markdown-body ${isDarkMode ? 'markdown-dark' : 'markdown-light'}`}\n dangerouslySetInnerHTML={{ __html: parseReadme(description) as string }}\n />\n </Box>\n </CardContent>\n </Card>\n );\n};\nexport default Readme;\n\nconst Wrapper = styled('div')({\n ul: {\n listStyle: 'disc',\n },\n img: {\n maxWidth: '100%',\n },\n});\n"],"mappings":";;;;;;;;;;;;;;;;AAaA,IAAMO,KAA2B,EAAEE,qBAAkB;CAEnD,IAAM,EAAEC,kBAAeN,GAAgB;AAEvC,QACE,kBAAC,GAAD;EAAM,IAAI,EAAEO,IAAI,GAAG;YACjB,kBAAC,GAAD,EAAA,UACE,kBAAC,GAAD;GAAK,eAAY;GAAS,IAAI,EAAEC,GAAG,GAAG;aACpC,kBAAC,GAAD;IACE,WAAW,iBAAiBF,IAAa,kBAAkB;IAC3D,yBAAyB,EAAEG,QAAQP,EAAYG,EAAY,EAAY;IAAC,CAAA;GAEvE,CAAA,EACM,CAAA;EACR,CAAA;GAKLK,IAAUC,kBAAO,OAAA,QAAA,IAAA,aAAK,eAAA,EAAAI,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,CAAA,QAAA,IAAA,aAAA,eAAA;CAAAC,MAAA;CAAAC,QAAA;CAAA,GAAA;CAAAD,MAAA;CAAAC,QAAA;CAAAC,UAAAC;CAO5B,CAAC"}
1
+ {"version":3,"file":"Readme.js","names":["Box","Card","CardContent","React","useCustomTheme","Props","parseReadme","Readme","FC","description","isDarkMode","mb","m","__html","Wrapper","_styled","process","env","NODE_ENV","target","label","name","styles","toString","_EMOTION_STRINGIFIED_CSS_ERROR__"],"sources":["../../../src/components/Readme/Readme.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport Box from '@mui/material/Box';\nimport Card from '@mui/material/Card';\nimport CardContent from '@mui/material/CardContent';\nimport 'highlight.js/styles/github-dark.css';\nimport 'highlight.js/styles/github.css';\nimport React from 'react';\n\nimport { useCustomTheme } from '../../';\nimport './github-markdown.css';\nimport type { Props } from './types';\nimport { parseReadme } from './utils';\n\nconst Readme: React.FC<Props> = ({ description }) => {\n // @ts-ignore\n const { isDarkMode } = useCustomTheme();\n\n return (\n <Card sx={{ mb: 2 }}>\n <CardContent>\n <Box data-testid=\"readme\" sx={{ m: 2 }}>\n <Wrapper\n className={`markdown-body ${isDarkMode ? 'markdown-dark' : 'markdown-light'}`}\n dangerouslySetInnerHTML={{ __html: parseReadme(description) as string }}\n />\n </Box>\n </CardContent>\n </Card>\n );\n};\nexport default Readme;\n\nconst Wrapper = styled('div')({\n ul: {\n listStyle: 'disc',\n },\n img: {\n maxWidth: '100%',\n },\n});\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAaA,IAAMO,UAA2B,EAAEE,kBAAkB;CAEnD,MAAM,EAAEC,eAAeN,sBAAAA,gBAAgB;AAEvC,QACE,iBAAA,GAAA,kBAAA,KAAC,mBAAA,SAAD;EAAM,IAAI,EAAEO,IAAI,GAAG;YACjB,iBAAA,GAAA,kBAAA,KAAC,0BAAA,SAAD,EAAA,UACE,iBAAA,GAAA,kBAAA,KAAC,kBAAA,SAAD;GAAK,eAAY;GAAS,IAAI,EAAEC,GAAG,GAAG;aACpC,iBAAA,GAAA,kBAAA,KAAC,SAAD;IACE,WAAW,iBAAiBF,aAAa,kBAAkB;IAC3D,yBAAyB,EAAEG,QAAQP,cAAAA,YAAYG,YAAY,EAAY;IAAC,CAAA;GAEvE,CAAA,EACM,CAAA;EACR,CAAA;;AAKX,IAAMK,UAAUC,iBAAAA,GAAAA,qBAAAA,SAAO,OAAA,QAAA,IAAA,aAAK,eAAA,EAAAI,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,CAAA,QAAA,IAAA,aAAA,eAAA;CAAAC,MAAA;CAAAC,QAAA;CAAA,GAAA;CAAAD,MAAA;CAAAC,QAAA;CAAAC,UAAAC;CAO5B,CAAC"}
@@ -0,0 +1,45 @@
1
+ /* empty css */
2
+ import { parseReadme } from "./utils.mjs";
3
+ import { useCustomTheme } from "../../Theme/ThemeProvider.mjs";
4
+ import "../../index.mjs";
5
+ import _styled from "@emotion/styled/base";
6
+ import { jsx } from "react/jsx-runtime";
7
+ import "react";
8
+ import Box from "@mui/material/Box";
9
+ import Card from "@mui/material/Card";
10
+ import CardContent from "@mui/material/CardContent";
11
+ import "highlight.js/styles/github-dark.css";
12
+ import "highlight.js/styles/github.css";
13
+ //#region src/components/Readme/Readme.tsx
14
+ function _EMOTION_STRINGIFIED_CSS_ERROR__() {
15
+ return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
16
+ }
17
+ var Readme = ({ description }) => {
18
+ const { isDarkMode } = useCustomTheme();
19
+ return /* @__PURE__ */ jsx(Card, {
20
+ sx: { mb: 2 },
21
+ children: /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsx(Box, {
22
+ "data-testid": "readme",
23
+ sx: { m: 2 },
24
+ children: /* @__PURE__ */ jsx(Wrapper, {
25
+ className: `markdown-body ${isDarkMode ? "markdown-dark" : "markdown-light"}`,
26
+ dangerouslySetInnerHTML: { __html: parseReadme(description) }
27
+ })
28
+ }) })
29
+ });
30
+ };
31
+ var Wrapper = /* @__PURE__ */ _styled("div", process.env.NODE_ENV === "production" ? { target: "e1gao54u0" } : {
32
+ target: "e1gao54u0",
33
+ label: "Wrapper"
34
+ })(process.env.NODE_ENV === "production" ? {
35
+ name: "z0ebq4",
36
+ styles: "ul{list-style:disc;}img{max-width:100%;}"
37
+ } : {
38
+ name: "z0ebq4",
39
+ styles: "ul{list-style:disc;}img{max-width:100%;}/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9SZWFkbWUvUmVhZG1lLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQ2dCIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9SZWFkbWUvUmVhZG1lLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENhcmQgZnJvbSAnQG11aS9tYXRlcmlhbC9DYXJkJztcbmltcG9ydCBDYXJkQ29udGVudCBmcm9tICdAbXVpL21hdGVyaWFsL0NhcmRDb250ZW50JztcbmltcG9ydCAnaGlnaGxpZ2h0LmpzL3N0eWxlcy9naXRodWItZGFyay5jc3MnO1xuaW1wb3J0ICdoaWdobGlnaHQuanMvc3R5bGVzL2dpdGh1Yi5jc3MnO1xuaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0JztcblxuaW1wb3J0IHsgdXNlQ3VzdG9tVGhlbWUgfSBmcm9tICcuLi8uLi8nO1xuaW1wb3J0ICcuL2dpdGh1Yi1tYXJrZG93bi5jc3MnO1xuaW1wb3J0IHR5cGUgeyBQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuaW1wb3J0IHsgcGFyc2VSZWFkbWUgfSBmcm9tICcuL3V0aWxzJztcblxuY29uc3QgUmVhZG1lOiBSZWFjdC5GQzxQcm9wcz4gPSAoeyBkZXNjcmlwdGlvbiB9KSA9PiB7XG4gIC8vIEB0cy1pZ25vcmVcbiAgY29uc3QgeyBpc0RhcmtNb2RlIH0gPSB1c2VDdXN0b21UaGVtZSgpO1xuXG4gIHJldHVybiAoXG4gICAgPENhcmQgc3g9e3sgbWI6IDIgfX0+XG4gICAgICA8Q2FyZENvbnRlbnQ+XG4gICAgICAgIDxCb3ggZGF0YS10ZXN0aWQ9XCJyZWFkbWVcIiBzeD17eyBtOiAyIH19PlxuICAgICAgICAgIDxXcmFwcGVyXG4gICAgICAgICAgICBjbGFzc05hbWU9e2BtYXJrZG93bi1ib2R5ICR7aXNEYXJrTW9kZSA/ICdtYXJrZG93bi1kYXJrJyA6ICdtYXJrZG93bi1saWdodCd9YH1cbiAgICAgICAgICAgIGRhbmdlcm91c2x5U2V0SW5uZXJIVE1MPXt7IF9faHRtbDogcGFyc2VSZWFkbWUoZGVzY3JpcHRpb24pIGFzIHN0cmluZyB9fVxuICAgICAgICAgIC8+XG4gICAgICAgIDwvQm94PlxuICAgICAgPC9DYXJkQ29udGVudD5cbiAgICA8L0NhcmQ+XG4gICk7XG59O1xuZXhwb3J0IGRlZmF1bHQgUmVhZG1lO1xuXG5jb25zdCBXcmFwcGVyID0gc3R5bGVkKCdkaXYnKSh7XG4gIHVsOiB7XG4gICAgbGlzdFN0eWxlOiAnZGlzYycsXG4gIH0sXG4gIGltZzoge1xuICAgIG1heFdpZHRoOiAnMTAwJScsXG4gIH0sXG59KTtcbiJdfQ== */",
40
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
41
+ });
42
+ //#endregion
43
+ export { Readme as default };
44
+
45
+ //# sourceMappingURL=Readme.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Readme.mjs","names":["Box","Card","CardContent","React","useCustomTheme","Props","parseReadme","Readme","FC","description","isDarkMode","mb","m","__html","Wrapper","_styled","process","env","NODE_ENV","target","label","name","styles","toString","_EMOTION_STRINGIFIED_CSS_ERROR__"],"sources":["../../../src/components/Readme/Readme.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport Box from '@mui/material/Box';\nimport Card from '@mui/material/Card';\nimport CardContent from '@mui/material/CardContent';\nimport 'highlight.js/styles/github-dark.css';\nimport 'highlight.js/styles/github.css';\nimport React from 'react';\n\nimport { useCustomTheme } from '../../';\nimport './github-markdown.css';\nimport type { Props } from './types';\nimport { parseReadme } from './utils';\n\nconst Readme: React.FC<Props> = ({ description }) => {\n // @ts-ignore\n const { isDarkMode } = useCustomTheme();\n\n return (\n <Card sx={{ mb: 2 }}>\n <CardContent>\n <Box data-testid=\"readme\" sx={{ m: 2 }}>\n <Wrapper\n className={`markdown-body ${isDarkMode ? 'markdown-dark' : 'markdown-light'}`}\n dangerouslySetInnerHTML={{ __html: parseReadme(description) as string }}\n />\n </Box>\n </CardContent>\n </Card>\n );\n};\nexport default Readme;\n\nconst Wrapper = styled('div')({\n ul: {\n listStyle: 'disc',\n },\n img: {\n maxWidth: '100%',\n },\n});\n"],"mappings":";;;;;;;;;;;;;;;;AAaA,IAAMO,UAA2B,EAAEE,kBAAkB;CAEnD,MAAM,EAAEC,eAAeN,gBAAgB;AAEvC,QACE,oBAAC,MAAD;EAAM,IAAI,EAAEO,IAAI,GAAG;YACjB,oBAAC,aAAD,EAAA,UACE,oBAAC,KAAD;GAAK,eAAY;GAAS,IAAI,EAAEC,GAAG,GAAG;aACpC,oBAAC,SAAD;IACE,WAAW,iBAAiBF,aAAa,kBAAkB;IAC3D,yBAAyB,EAAEG,QAAQP,YAAYG,YAAY,EAAY;IAAC,CAAA;GAEvE,CAAA,EACM,CAAA;EACR,CAAA;;AAKX,IAAMK,UAAUC,wBAAO,OAAA,QAAA,IAAA,aAAK,eAAA,EAAAI,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,CAAA,QAAA,IAAA,aAAA,eAAA;CAAAC,MAAA;CAAAC,QAAA;CAAA,GAAA;CAAAD,MAAA;CAAAC,QAAA;CAAAC,UAAAC;CAO5B,CAAC"}
@@ -1 +1 @@
1
- import "./Readme.js";
1
+ require("./Readme.js");
@@ -0,0 +1 @@
1
+ import "./Readme.mjs";
@@ -1,26 +1,29 @@
1
- import e from "dompurify";
2
- import t from "highlight.js";
3
- import { Marked as n } from "marked";
4
- import { markedHighlight as r } from "marked-highlight";
1
+ const require_runtime = require("../../_virtual/_rolldown/runtime.js");
2
+ let dompurify = require("dompurify");
3
+ dompurify = require_runtime.__toESM(dompurify);
4
+ let highlight_js = require("highlight.js");
5
+ highlight_js = require_runtime.__toESM(highlight_js);
6
+ let marked = require("marked");
7
+ let marked_highlight = require("marked-highlight");
5
8
  //#region src/components/Readme/utils.ts
6
- var i = new n(r({
7
- async: !1,
8
- highlight(e, n) {
9
- let r = t.getLanguage(n) ? n : "plaintext";
10
- return t.highlight(e, { language: r }).value;
9
+ var marked$1 = new marked.Marked((0, marked_highlight.markedHighlight)({
10
+ async: false,
11
+ highlight(code, lang) {
12
+ const language = highlight_js.default.getLanguage(lang) ? lang : "plaintext";
13
+ return highlight_js.default.highlight(code, { language }).value;
11
14
  }
12
15
  }));
13
- i.setOptions({
14
- renderer: new i.Renderer(),
15
- pedantic: !1,
16
- gfm: !0,
17
- breaks: !1
16
+ marked$1.setOptions({
17
+ renderer: new marked$1.Renderer(),
18
+ pedantic: false,
19
+ gfm: true,
20
+ breaks: false
18
21
  });
19
- function a(t) {
20
- let n = i.parse(t);
21
- return e.sanitize(n);
22
+ function parseReadme(readme) {
23
+ const html = marked$1.parse(readme);
24
+ return dompurify.default.sanitize(html);
22
25
  }
23
26
  //#endregion
24
- export { a as parseReadme };
27
+ exports.parseReadme = parseReadme;
25
28
 
26
29
  //# sourceMappingURL=utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","names":["DOMPurify","hljs","Marked","markedHighlight","marked","async","highlight","code","lang","language","getLanguage","value","setOptions","renderer","Renderer","pedantic","gfm","breaks","parseReadme","readme","html","parse","sanitize"],"sources":["../../../src/components/Readme/utils.ts"],"sourcesContent":["import DOMPurify from 'dompurify';\nimport hljs from 'highlight.js';\nimport { Marked } from 'marked';\nimport { markedHighlight } from 'marked-highlight';\n\nconst marked = new Marked(\n markedHighlight({\n async: false,\n highlight(code, lang) {\n const language = hljs.getLanguage(lang) ? lang : 'plaintext';\n return hljs.highlight(code, { language }).value;\n },\n })\n);\n\nmarked.setOptions({\n renderer: new marked.Renderer(),\n pedantic: false,\n gfm: true,\n breaks: false,\n});\n\nexport function parseReadme(readme: string): string | void {\n const html = marked.parse(readme);\n return DOMPurify.sanitize(html as string);\n}\n"],"mappings":";;;;;AAKA,IAAMI,IAAS,IAAIF,EACjBC,EAAgB;CACdE,OAAO;CACPC,UAAUC,GAAMC,GAAM;EACpB,IAAMC,IAAWR,EAAKS,YAAYF,EAAK,GAAGA,IAAO;AACjD,SAAOP,EAAKK,UAAUC,GAAM,EAAEE,aAAU,CAAC,CAACE;;CAE7C,CACH,CAAC;AAEDP,EAAOQ,WAAW;CAChBC,UAAU,IAAIT,EAAOU,UAAU;CAC/BC,UAAU;CACVC,KAAK;CACLC,QAAQ;CACT,CAAC;AAEF,SAAgBC,EAAYC,GAA+B;CACzD,IAAMC,IAAOhB,EAAOiB,MAAMF,EAAO;AACjC,QAAOnB,EAAUsB,SAASF,EAAe"}
1
+ {"version":3,"file":"utils.js","names":["DOMPurify","hljs","Marked","markedHighlight","marked","async","highlight","code","lang","language","getLanguage","value","setOptions","renderer","Renderer","pedantic","gfm","breaks","parseReadme","readme","html","parse","sanitize"],"sources":["../../../src/components/Readme/utils.ts"],"sourcesContent":["import DOMPurify from 'dompurify';\nimport hljs from 'highlight.js';\nimport { Marked } from 'marked';\nimport { markedHighlight } from 'marked-highlight';\n\nconst marked = new Marked(\n markedHighlight({\n async: false,\n highlight(code, lang) {\n const language = hljs.getLanguage(lang) ? lang : 'plaintext';\n return hljs.highlight(code, { language }).value;\n },\n })\n);\n\nmarked.setOptions({\n renderer: new marked.Renderer(),\n pedantic: false,\n gfm: true,\n breaks: false,\n});\n\nexport function parseReadme(readme: string): string | void {\n const html = marked.parse(readme);\n return DOMPurify.sanitize(html as string);\n}\n"],"mappings":";;;;;;;;AAKA,IAAMI,WAAS,IAAIF,OAAAA,QAAAA,GAAAA,iBAAAA,iBACD;CACdG,OAAO;CACPC,UAAUC,MAAMC,MAAM;EACpB,MAAMC,WAAWR,aAAAA,QAAKS,YAAYF,KAAK,GAAGA,OAAO;AACjD,SAAOP,aAAAA,QAAKK,UAAUC,MAAM,EAAEE,UAAU,CAAC,CAACE;;CAE7C,CACH,CAAC;AAEDP,SAAOQ,WAAW;CAChBC,UAAU,IAAIT,SAAOU,UAAU;CAC/BC,UAAU;CACVC,KAAK;CACLC,QAAQ;CACT,CAAC;AAEF,SAAgBC,YAAYC,QAA+B;CACzD,MAAMC,OAAOhB,SAAOiB,MAAMF,OAAO;AACjC,QAAOnB,UAAAA,QAAUsB,SAASF,KAAe"}
@@ -0,0 +1,26 @@
1
+ import DOMPurify from "dompurify";
2
+ import hljs from "highlight.js";
3
+ import { Marked } from "marked";
4
+ import { markedHighlight } from "marked-highlight";
5
+ //#region src/components/Readme/utils.ts
6
+ var marked = new Marked(markedHighlight({
7
+ async: false,
8
+ highlight(code, lang) {
9
+ const language = hljs.getLanguage(lang) ? lang : "plaintext";
10
+ return hljs.highlight(code, { language }).value;
11
+ }
12
+ }));
13
+ marked.setOptions({
14
+ renderer: new marked.Renderer(),
15
+ pedantic: false,
16
+ gfm: true,
17
+ breaks: false
18
+ });
19
+ function parseReadme(readme) {
20
+ const html = marked.parse(readme);
21
+ return DOMPurify.sanitize(html);
22
+ }
23
+ //#endregion
24
+ export { parseReadme };
25
+
26
+ //# sourceMappingURL=utils.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.mjs","names":["DOMPurify","hljs","Marked","markedHighlight","marked","async","highlight","code","lang","language","getLanguage","value","setOptions","renderer","Renderer","pedantic","gfm","breaks","parseReadme","readme","html","parse","sanitize"],"sources":["../../../src/components/Readme/utils.ts"],"sourcesContent":["import DOMPurify from 'dompurify';\nimport hljs from 'highlight.js';\nimport { Marked } from 'marked';\nimport { markedHighlight } from 'marked-highlight';\n\nconst marked = new Marked(\n markedHighlight({\n async: false,\n highlight(code, lang) {\n const language = hljs.getLanguage(lang) ? lang : 'plaintext';\n return hljs.highlight(code, { language }).value;\n },\n })\n);\n\nmarked.setOptions({\n renderer: new marked.Renderer(),\n pedantic: false,\n gfm: true,\n breaks: false,\n});\n\nexport function parseReadme(readme: string): string | void {\n const html = marked.parse(readme);\n return DOMPurify.sanitize(html as string);\n}\n"],"mappings":";;;;;AAKA,IAAMI,SAAS,IAAIF,OACjBC,gBAAgB;CACdE,OAAO;CACPC,UAAUC,MAAMC,MAAM;EACpB,MAAMC,WAAWR,KAAKS,YAAYF,KAAK,GAAGA,OAAO;AACjD,SAAOP,KAAKK,UAAUC,MAAM,EAAEE,UAAU,CAAC,CAACE;;CAE7C,CACH,CAAC;AAEDP,OAAOQ,WAAW;CAChBC,UAAU,IAAIT,OAAOU,UAAU;CAC/BC,UAAU;CACVC,KAAK;CACLC,QAAQ;CACT,CAAC;AAEF,SAAgBC,YAAYC,QAA+B;CACzD,MAAMC,OAAOhB,OAAOiB,MAAMF,OAAO;AACjC,QAAOnB,UAAUsB,SAASF,KAAe"}
@@ -1,32 +1,37 @@
1
- import { Content as e, Title as t } from "./styles.js";
2
- import { jsx as n, jsxs as r } from "react/jsx-runtime";
3
- import "react";
4
- import i from "@mui/material/Dialog";
5
- import { useTranslation as a } from "react-i18next";
6
- import o from "@mui/material/Button";
7
- import s from "@mui/material/DialogActions";
1
+ const require_runtime = require("../../_virtual/_rolldown/runtime.js");
2
+ const require_styles = require("./styles.js");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ let _mui_material_Dialog = require("@mui/material/Dialog");
7
+ _mui_material_Dialog = require_runtime.__toESM(_mui_material_Dialog);
8
+ let react_i18next = require("react-i18next");
9
+ let _mui_material_Button = require("@mui/material/Button");
10
+ _mui_material_Button = require_runtime.__toESM(_mui_material_Button);
11
+ let _mui_material_DialogActions = require("@mui/material/DialogActions");
12
+ _mui_material_DialogActions = require_runtime.__toESM(_mui_material_DialogActions);
8
13
  //#region src/components/RegistryInfoDialog/RegistryInfoDialog.tsx
9
- var c = ({ open: c = !1, children: l, onClose: u, title: d = "" }) => {
10
- let { t: f } = a();
11
- return /* @__PURE__ */ r(i, {
14
+ var RegistryInfoDialog = ({ open = false, children, onClose, title = "" }) => {
15
+ const { t } = (0, react_i18next.useTranslation)();
16
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(_mui_material_Dialog.default, {
12
17
  "data-testid": "registryInfo--dialog",
13
18
  id: "registryInfo--dialog-container",
14
19
  maxWidth: "sm",
15
- onClose: u,
16
- open: c,
20
+ onClose,
21
+ open,
17
22
  children: [
18
- /* @__PURE__ */ n(t, { children: d }),
19
- /* @__PURE__ */ n(e, { children: l }),
20
- /* @__PURE__ */ n(s, { children: /* @__PURE__ */ n(o, {
23
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_styles.Title, { children: title }),
24
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_styles.Content, { children }),
25
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_DialogActions.default, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_Button.default, {
21
26
  color: "inherit",
22
27
  id: "registryInfo--dialog-close",
23
- onClick: u,
24
- children: f("button.close")
28
+ onClick: onClose,
29
+ children: t("button.close")
25
30
  }) })
26
31
  ]
27
32
  });
28
33
  };
29
34
  //#endregion
30
- export { c as default };
35
+ exports.default = RegistryInfoDialog;
31
36
 
32
37
  //# sourceMappingURL=RegistryInfoDialog.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RegistryInfoDialog.js","names":["Button","Dialog","DialogActions","React","useTranslation","Content","Title","Props","RegistryInfoDialog","FC","open","children","onClose","title","t"],"sources":["../../../src/components/RegistryInfoDialog/RegistryInfoDialog.tsx"],"sourcesContent":["import Button from '@mui/material/Button';\nimport Dialog from '@mui/material/Dialog';\nimport DialogActions from '@mui/material/DialogActions';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { Content, Title } from './styles';\nimport type { Props } from './types';\n\nconst RegistryInfoDialog: React.FC<Props> = ({ open = false, children, onClose, title = '' }) => {\n const { t } = useTranslation();\n return (\n <Dialog\n data-testid={'registryInfo--dialog'}\n id=\"registryInfo--dialog-container\"\n maxWidth=\"sm\"\n onClose={onClose}\n open={open}\n >\n <Title>{title}</Title>\n <Content>{children}</Content>\n <DialogActions>\n <Button color=\"inherit\" id=\"registryInfo--dialog-close\" onClick={onClose}>\n {t('button.close')}\n </Button>\n </DialogActions>\n </Dialog>\n );\n};\n\nexport default RegistryInfoDialog;\n"],"mappings":";;;;;;;;AASA,IAAMQ,KAAuC,EAAEE,UAAO,IAAOC,aAAUC,YAASC,WAAQ,SAAS;CAC/F,IAAM,EAAEC,SAAMV,GAAgB;AAC9B,QACE,kBAAC,GAAD;EACE,eAAa;EACb,IAAG;EACH,UAAS;EACAQ;EACHF;YALR;GAOE,kBAAC,GAAD,EAAA,UAAQG,GAAa,CAAA;GACrB,kBAAC,GAAD,EAAUF,aAAkB,CAAA;GAC5B,kBAAC,GAAD,EAAA,UACE,kBAAC,GAAD;IAAQ,OAAM;IAAU,IAAG;IAA6B,SAASC;cAC9DE,EAAE,eAAe;IACZ,CAAA,EACK,CAAA;GACR"}
1
+ {"version":3,"file":"RegistryInfoDialog.js","names":["Button","Dialog","DialogActions","React","useTranslation","Content","Title","Props","RegistryInfoDialog","FC","open","children","onClose","title","t"],"sources":["../../../src/components/RegistryInfoDialog/RegistryInfoDialog.tsx"],"sourcesContent":["import Button from '@mui/material/Button';\nimport Dialog from '@mui/material/Dialog';\nimport DialogActions from '@mui/material/DialogActions';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { Content, Title } from './styles';\nimport type { Props } from './types';\n\nconst RegistryInfoDialog: React.FC<Props> = ({ open = false, children, onClose, title = '' }) => {\n const { t } = useTranslation();\n return (\n <Dialog\n data-testid={'registryInfo--dialog'}\n id=\"registryInfo--dialog-container\"\n maxWidth=\"sm\"\n onClose={onClose}\n open={open}\n >\n <Title>{title}</Title>\n <Content>{children}</Content>\n <DialogActions>\n <Button color=\"inherit\" id=\"registryInfo--dialog-close\" onClick={onClose}>\n {t('button.close')}\n </Button>\n </DialogActions>\n </Dialog>\n );\n};\n\nexport default RegistryInfoDialog;\n"],"mappings":";;;;;;;;;;;;;AASA,IAAMQ,sBAAuC,EAAEE,OAAO,OAAOC,UAAUC,SAASC,QAAQ,SAAS;CAC/F,MAAM,EAAEC,OAAAA,GAAAA,cAAAA,iBAAsB;AAC9B,QACE,iBAAA,GAAA,kBAAA,MAAC,qBAAA,SAAD;EACE,eAAa;EACb,IAAG;EACH,UAAS;EACAF;EACHF;YALR;GAOE,iBAAA,GAAA,kBAAA,KAAC,eAAA,OAAD,EAAA,UAAQG,OAAa,CAAA;GACrB,iBAAA,GAAA,kBAAA,KAAC,eAAA,SAAD,EAAUF,UAAkB,CAAA;GAC5B,iBAAA,GAAA,kBAAA,KAAC,4BAAA,SAAD,EAAA,UACE,iBAAA,GAAA,kBAAA,KAAC,qBAAA,SAAD;IAAQ,OAAM;IAAU,IAAG;IAA6B,SAASC;cAC9DE,EAAE,eAAe;IACZ,CAAA,EACK,CAAA;GACR"}
@@ -0,0 +1,32 @@
1
+ import { Content, Title } from "./styles.mjs";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import "react";
4
+ import Dialog from "@mui/material/Dialog";
5
+ import { useTranslation } from "react-i18next";
6
+ import Button from "@mui/material/Button";
7
+ import DialogActions from "@mui/material/DialogActions";
8
+ //#region src/components/RegistryInfoDialog/RegistryInfoDialog.tsx
9
+ var RegistryInfoDialog = ({ open = false, children, onClose, title = "" }) => {
10
+ const { t } = useTranslation();
11
+ return /* @__PURE__ */ jsxs(Dialog, {
12
+ "data-testid": "registryInfo--dialog",
13
+ id: "registryInfo--dialog-container",
14
+ maxWidth: "sm",
15
+ onClose,
16
+ open,
17
+ children: [
18
+ /* @__PURE__ */ jsx(Title, { children: title }),
19
+ /* @__PURE__ */ jsx(Content, { children }),
20
+ /* @__PURE__ */ jsx(DialogActions, { children: /* @__PURE__ */ jsx(Button, {
21
+ color: "inherit",
22
+ id: "registryInfo--dialog-close",
23
+ onClick: onClose,
24
+ children: t("button.close")
25
+ }) })
26
+ ]
27
+ });
28
+ };
29
+ //#endregion
30
+ export { RegistryInfoDialog as default };
31
+
32
+ //# sourceMappingURL=RegistryInfoDialog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RegistryInfoDialog.mjs","names":["Button","Dialog","DialogActions","React","useTranslation","Content","Title","Props","RegistryInfoDialog","FC","open","children","onClose","title","t"],"sources":["../../../src/components/RegistryInfoDialog/RegistryInfoDialog.tsx"],"sourcesContent":["import Button from '@mui/material/Button';\nimport Dialog from '@mui/material/Dialog';\nimport DialogActions from '@mui/material/DialogActions';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { Content, Title } from './styles';\nimport type { Props } from './types';\n\nconst RegistryInfoDialog: React.FC<Props> = ({ open = false, children, onClose, title = '' }) => {\n const { t } = useTranslation();\n return (\n <Dialog\n data-testid={'registryInfo--dialog'}\n id=\"registryInfo--dialog-container\"\n maxWidth=\"sm\"\n onClose={onClose}\n open={open}\n >\n <Title>{title}</Title>\n <Content>{children}</Content>\n <DialogActions>\n <Button color=\"inherit\" id=\"registryInfo--dialog-close\" onClick={onClose}>\n {t('button.close')}\n </Button>\n </DialogActions>\n </Dialog>\n );\n};\n\nexport default RegistryInfoDialog;\n"],"mappings":";;;;;;;;AASA,IAAMQ,sBAAuC,EAAEE,OAAO,OAAOC,UAAUC,SAASC,QAAQ,SAAS;CAC/F,MAAM,EAAEC,MAAMV,gBAAgB;AAC9B,QACE,qBAAC,QAAD;EACE,eAAa;EACb,IAAG;EACH,UAAS;EACAQ;EACHF;YALR;GAOE,oBAAC,OAAD,EAAA,UAAQG,OAAa,CAAA;GACrB,oBAAC,SAAD,EAAUF,UAAkB,CAAA;GAC5B,oBAAC,eAAD,EAAA,UACE,oBAAC,QAAD;IAAQ,OAAM;IAAU,IAAG;IAA6B,SAASC;cAC9DE,EAAE,eAAe;IACZ,CAAA,EACK,CAAA;GACR"}
@@ -1 +1 @@
1
- import "./RegistryInfoDialog.js";
1
+ require("./RegistryInfoDialog.js");
@@ -0,0 +1 @@
1
+ import "./RegistryInfoDialog.mjs";