@verdaccio/ui-components 4.0.0-next-8.12 → 4.0.0-next-8.13

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 (667) hide show
  1. package/README.md +23 -49
  2. package/build/AppTest/AppRoute.d.ts +1 -3
  3. package/build/AppTest/AppRoute.js +13 -40
  4. package/build/AppTest/AppRoute.js.map +1 -1
  5. package/build/Theme/ResetStyles.js +42 -32
  6. package/build/Theme/ResetStyles.js.map +1 -1
  7. package/build/Theme/StyleBaseline.js +15 -6
  8. package/build/Theme/StyleBaseline.js.map +1 -1
  9. package/build/Theme/ThemeProvider.js +38 -22
  10. package/build/Theme/ThemeProvider.js.map +1 -1
  11. package/build/Theme/colors.d.ts +11 -0
  12. package/build/Theme/colors.js +19 -1
  13. package/build/Theme/colors.js.map +1 -1
  14. package/build/Theme/index.d.ts +2 -1
  15. package/build/Theme/index.js +57 -5
  16. package/build/Theme/index.js.map +1 -1
  17. package/build/Theme/modes.d.ts +3 -0
  18. package/build/Theme/modes.js +40 -0
  19. package/build/Theme/modes.js.map +1 -0
  20. package/build/Theme/theme.d.ts +5 -149
  21. package/build/Theme/theme.js +16 -95
  22. package/build/Theme/theme.js.map +1 -1
  23. package/build/Theme/tokens.d.ts +57 -0
  24. package/build/Theme/tokens.js +35 -0
  25. package/build/Theme/tokens.js.map +1 -0
  26. package/build/api/use-data-mutation.d.ts +19 -0
  27. package/build/api/use-data-mutation.js +99 -0
  28. package/build/api/use-data-mutation.js.map +1 -0
  29. package/build/api/use-data.d.ts +3 -0
  30. package/build/api/use-data.js +36 -0
  31. package/build/api/use-data.js.map +1 -0
  32. package/build/components/ActionBar/ActionBar.js +49 -30
  33. package/build/components/ActionBar/ActionBar.js.map +1 -1
  34. package/build/components/ActionBar/ActionBarAction.js +72 -57
  35. package/build/components/ActionBar/ActionBarAction.js.map +1 -1
  36. package/build/components/ActionBar/index.js +13 -1
  37. package/build/components/ActionBar/index.js.map +1 -1
  38. package/build/components/AppRoute/AppRoute.d.ts +3 -0
  39. package/build/components/AppRoute/AppRoute.js +89 -0
  40. package/build/components/AppRoute/AppRoute.js.map +1 -0
  41. package/build/components/Author/Author.d.ts +1 -1
  42. package/build/components/Author/Author.js +25 -22
  43. package/build/components/Author/Author.js.map +1 -1
  44. package/build/components/Author/index.js +13 -1
  45. package/build/components/Author/index.js.map +1 -1
  46. package/build/components/Author/styles.js +18 -9
  47. package/build/components/Author/styles.js.map +1 -1
  48. package/build/components/CopyClipboard/CopyToClipBoard.js +31 -28
  49. package/build/components/CopyClipboard/CopyToClipBoard.js.map +1 -1
  50. package/build/components/CopyClipboard/index.js +20 -2
  51. package/build/components/CopyClipboard/index.js.map +1 -1
  52. package/build/components/CopyClipboard/utils.d.ts +1 -1
  53. package/build/components/CopyClipboard/utils.js +12 -4
  54. package/build/components/CopyClipboard/utils.js.map +1 -1
  55. package/build/components/Dependencies/Dependencies.js +52 -42
  56. package/build/components/Dependencies/Dependencies.js.map +1 -1
  57. package/build/components/Dependencies/DependencyBlock.d.ts +2 -2
  58. package/build/components/Dependencies/DependencyBlock.js +65 -49
  59. package/build/components/Dependencies/DependencyBlock.js.map +1 -1
  60. package/build/components/Dependencies/index.js +13 -1
  61. package/build/components/Dependencies/index.js.map +1 -1
  62. package/build/components/Dependencies/types.d.ts +1 -1
  63. package/build/components/Dependencies/types.js +5 -1
  64. package/build/components/Dependencies/types.js.map +1 -1
  65. package/build/components/Dependencies/utits.js +7 -1
  66. package/build/components/Dependencies/utits.js.map +1 -1
  67. package/build/components/Deprecated/Deprecated.js +13 -8
  68. package/build/components/Deprecated/Deprecated.js.map +1 -1
  69. package/build/components/Deprecated/index.js +13 -1
  70. package/build/components/Deprecated/index.js.map +1 -1
  71. package/build/components/Developers/DeveloperType.js +7 -1
  72. package/build/components/Developers/DeveloperType.js.map +1 -1
  73. package/build/components/Developers/Developers.d.ts +1 -1
  74. package/build/components/Developers/Developers.js +62 -39
  75. package/build/components/Developers/Developers.js.map +1 -1
  76. package/build/components/Developers/Title.js +25 -23
  77. package/build/components/Developers/Title.js.map +1 -1
  78. package/build/components/Developers/get-unique-developer-values.d.ts +1 -1
  79. package/build/components/Developers/get-unique-developer-values.js +18 -2
  80. package/build/components/Developers/get-unique-developer-values.js.map +1 -1
  81. package/build/components/Developers/index.js +20 -2
  82. package/build/components/Developers/index.js.map +1 -1
  83. package/build/components/Distribution/Dist.d.ts +2 -2
  84. package/build/components/Distribution/Dist.js +31 -30
  85. package/build/components/Distribution/Dist.js.map +1 -1
  86. package/build/components/Distribution/index.js +13 -1
  87. package/build/components/Distribution/index.js.map +1 -1
  88. package/build/components/Distribution/styles.js +22 -13
  89. package/build/components/Distribution/styles.js.map +1 -1
  90. package/build/components/Engines/Engines.d.ts +1 -1
  91. package/build/components/Engines/Engines.js +37 -36
  92. package/build/components/Engines/Engines.js.map +1 -1
  93. package/build/components/Engines/index.js +13 -1
  94. package/build/components/Engines/index.js.map +1 -1
  95. package/build/components/Engines/styles.js +19 -10
  96. package/build/components/Engines/styles.js.map +1 -1
  97. package/build/components/ErrorBoundary/ErrorBoundary.d.ts +11 -9
  98. package/build/components/ErrorBoundary/ErrorBoundary.js +63 -28
  99. package/build/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  100. package/build/components/ErrorBoundary/index.js +13 -1
  101. package/build/components/ErrorBoundary/index.js.map +1 -1
  102. package/build/components/Forbidden/Forbidden.d.ts +3 -2
  103. package/build/components/Forbidden/Forbidden.js +55 -52
  104. package/build/components/Forbidden/Forbidden.js.map +1 -1
  105. package/build/components/Forbidden/index.js +13 -1
  106. package/build/components/Forbidden/index.js.map +1 -1
  107. package/build/components/FundButton/FundButton.js +33 -34
  108. package/build/components/FundButton/FundButton.js.map +1 -1
  109. package/build/components/FundButton/index.js +13 -1
  110. package/build/components/FundButton/index.js.map +1 -1
  111. package/build/components/HeaderInfoDialog/HeaderInfoDialog.js +45 -32
  112. package/build/components/HeaderInfoDialog/HeaderInfoDialog.js.map +1 -1
  113. package/build/components/HeaderInfoDialog/index.js +13 -1
  114. package/build/components/HeaderInfoDialog/index.js.map +1 -1
  115. package/build/components/Heading/Heading.d.ts +5 -2
  116. package/build/components/Heading/Heading.js +17 -11
  117. package/build/components/Heading/Heading.js.map +1 -1
  118. package/build/components/Heading/index.js +13 -1
  119. package/build/components/Heading/index.js.map +1 -1
  120. package/build/components/Help/Help.js +32 -26
  121. package/build/components/Help/Help.js.map +1 -1
  122. package/build/components/Help/index.js +13 -1
  123. package/build/components/Help/index.js.map +1 -1
  124. package/build/components/Help/styles.js +10 -3
  125. package/build/components/Help/styles.js.map +1 -1
  126. package/build/components/Icons/DevsIcons/CommonJS.js +10 -3
  127. package/build/components/Icons/DevsIcons/CommonJS.js.map +1 -1
  128. package/build/components/Icons/DevsIcons/ES6Module.js +10 -3
  129. package/build/components/Icons/DevsIcons/ES6Module.js.map +1 -1
  130. package/build/components/Icons/DevsIcons/Git.js +10 -3
  131. package/build/components/Icons/DevsIcons/Git.js.map +1 -1
  132. package/build/components/Icons/DevsIcons/NodeJS.js +10 -3
  133. package/build/components/Icons/DevsIcons/NodeJS.js.map +1 -1
  134. package/build/components/Icons/DevsIcons/TypeScript.js +10 -3
  135. package/build/components/Icons/DevsIcons/TypeScript.js.map +1 -1
  136. package/build/components/Icons/DevsIcons/index.js +40 -5
  137. package/build/components/Icons/DevsIcons/index.js.map +1 -1
  138. package/build/components/Icons/Earth.d.ts +5 -5
  139. package/build/components/Icons/Earth.js +25 -14
  140. package/build/components/Icons/Earth.js.map +1 -1
  141. package/build/components/Icons/FileBinary.d.ts +5 -5
  142. package/build/components/Icons/FileBinary.js +23 -16
  143. package/build/components/Icons/FileBinary.js.map +1 -1
  144. package/build/components/Icons/Law.d.ts +5 -5
  145. package/build/components/Icons/Law.js +24 -17
  146. package/build/components/Icons/Law.js.map +1 -1
  147. package/build/components/Icons/License.d.ts +7 -5
  148. package/build/components/Icons/License.js +19 -8
  149. package/build/components/Icons/License.js.map +1 -1
  150. package/build/components/Icons/Managers/Npm.js +10 -3
  151. package/build/components/Icons/Managers/Npm.js.map +1 -1
  152. package/build/components/Icons/Managers/Pnpm.js +10 -3
  153. package/build/components/Icons/Managers/Pnpm.js.map +1 -1
  154. package/build/components/Icons/Managers/Yarn.js +10 -3
  155. package/build/components/Icons/Managers/Yarn.js.map +1 -1
  156. package/build/components/Icons/Managers/index.js +26 -3
  157. package/build/components/Icons/Managers/index.js.map +1 -1
  158. package/build/components/Icons/SvgIcon.d.ts +8 -2
  159. package/build/components/Icons/SvgIcon.js +26 -22
  160. package/build/components/Icons/SvgIcon.js.map +1 -1
  161. package/build/components/Icons/Time.d.ts +5 -5
  162. package/build/components/Icons/Time.js +20 -9
  163. package/build/components/Icons/Time.js.map +1 -1
  164. package/build/components/Icons/Version.d.ts +5 -5
  165. package/build/components/Icons/Version.js +18 -7
  166. package/build/components/Icons/Version.js.map +1 -1
  167. package/build/components/Icons/index.js +79 -8
  168. package/build/components/Icons/index.js.map +1 -1
  169. package/build/components/Install/Install.d.ts +2 -2
  170. package/build/components/Install/Install.js +41 -33
  171. package/build/components/Install/Install.js.map +1 -1
  172. package/build/components/Install/InstallListItem.js +48 -43
  173. package/build/components/Install/InstallListItem.js.map +1 -1
  174. package/build/components/Install/index.js +13 -1
  175. package/build/components/Install/index.js.map +1 -1
  176. package/build/components/Keywords/KeywordListItems.js +25 -17
  177. package/build/components/Keywords/KeywordListItems.js.map +1 -1
  178. package/build/components/Keywords/Keywords.d.ts +1 -1
  179. package/build/components/Keywords/Keywords.js +22 -18
  180. package/build/components/Keywords/Keywords.js.map +1 -1
  181. package/build/components/Keywords/index.js +13 -1
  182. package/build/components/Keywords/index.js.map +1 -1
  183. package/build/components/Label/Label.d.ts +1 -1
  184. package/build/components/Label/Label.js +25 -17
  185. package/build/components/Label/Label.js.map +1 -1
  186. package/build/components/Label/index.js +13 -1
  187. package/build/components/Label/index.js.map +1 -1
  188. package/build/components/Link/Link.d.ts +1 -1
  189. package/build/components/Link/Link.js +26 -19
  190. package/build/components/Link/Link.js.map +1 -1
  191. package/build/components/Link/index.js +13 -1
  192. package/build/components/Link/index.js.map +1 -1
  193. package/build/components/LinkExternal/LinkExternal.d.ts +1 -1
  194. package/build/components/LinkExternal/LinkExternal.js +28 -24
  195. package/build/components/LinkExternal/LinkExternal.js.map +1 -1
  196. package/build/components/LinkExternal/index.js +13 -1
  197. package/build/components/LinkExternal/index.js.map +1 -1
  198. package/build/components/Loading/Loading.js +21 -12
  199. package/build/components/Loading/Loading.js.map +1 -1
  200. package/build/components/Loading/Spinner/Spinner.js +31 -26
  201. package/build/components/Loading/Spinner/Spinner.js.map +1 -1
  202. package/build/components/Loading/Spinner/index.js +13 -1
  203. package/build/components/Loading/Spinner/index.js.map +1 -1
  204. package/build/components/Loading/index.js +13 -1
  205. package/build/components/Loading/index.js.map +1 -1
  206. package/build/components/Loading/styles.d.ts +1 -2
  207. package/build/components/Loading/styles.js +14 -9
  208. package/build/components/Loading/styles.js.map +1 -1
  209. package/build/components/LoginDialog/LoginDialog.js +29 -77
  210. package/build/components/LoginDialog/LoginDialog.js.map +1 -1
  211. package/build/components/LoginDialog/LoginDialogCloseButton.js +24 -22
  212. package/build/components/LoginDialog/LoginDialogCloseButton.js.map +1 -1
  213. package/build/components/LoginDialog/LoginDialogForm.d.ts +2 -11
  214. package/build/components/LoginDialog/LoginDialogForm.js +25 -111
  215. package/build/components/LoginDialog/LoginDialogForm.js.map +1 -1
  216. package/build/components/LoginDialog/LoginDialogFormError.d.ts +1 -6
  217. package/build/components/LoginDialog/LoginDialogFormError.js +31 -26
  218. package/build/components/LoginDialog/LoginDialogFormError.js.map +1 -1
  219. package/build/components/LoginDialog/index.js +13 -1
  220. package/build/components/LoginDialog/index.js.map +1 -1
  221. package/build/components/LoginForm/Login.d.ts +15 -0
  222. package/build/components/LoginForm/Login.js +87 -0
  223. package/build/components/LoginForm/Login.js.map +1 -0
  224. package/build/components/LoginForm/PasswordField.d.ts +9 -0
  225. package/build/components/LoginForm/PasswordField.js +51 -0
  226. package/build/components/LoginForm/PasswordField.js.map +1 -0
  227. package/build/components/LoginForm/UsernameField.d.ts +9 -0
  228. package/build/components/LoginForm/UsernameField.js +49 -0
  229. package/build/components/LoginForm/UsernameField.js.map +1 -0
  230. package/build/components/LoginForm/styles.d.ts +6 -0
  231. package/build/components/LoginForm/styles.js +60 -0
  232. package/build/components/LoginForm/styles.js.map +1 -0
  233. package/build/components/LoginForm/useLoginForm.d.ts +78 -0
  234. package/build/components/LoginForm/useLoginForm.js +66 -0
  235. package/build/components/LoginForm/useLoginForm.js.map +1 -0
  236. package/build/components/Logo/Logo.js +34 -29
  237. package/build/components/Logo/Logo.js.map +1 -1
  238. package/build/components/Logo/index.js +13 -1
  239. package/build/components/Logo/index.js.map +1 -1
  240. package/build/components/MenuItem/MenuItem.d.ts +4 -2
  241. package/build/components/MenuItem/MenuItem.js +24 -11
  242. package/build/components/MenuItem/MenuItem.js.map +1 -1
  243. package/build/components/MenuItem/index.js +13 -1
  244. package/build/components/MenuItem/index.js.map +1 -1
  245. package/build/components/NoItems/NoItems.js +15 -10
  246. package/build/components/NoItems/NoItems.js.map +1 -1
  247. package/build/components/NoItems/index.js +13 -1
  248. package/build/components/NoItems/index.js.map +1 -1
  249. package/build/components/NotFound/NotFound.js +37 -32
  250. package/build/components/NotFound/NotFound.js.map +1 -1
  251. package/build/components/NotFound/index.js +13 -1
  252. package/build/components/NotFound/index.js.map +1 -1
  253. package/build/components/Package/Package.d.ts +2 -1
  254. package/build/components/Package/Package.js +187 -155
  255. package/build/components/Package/Package.js.map +1 -1
  256. package/build/components/Package/index.js +13 -1
  257. package/build/components/Package/index.js.map +1 -1
  258. package/build/components/Package/styles.d.ts +2 -3
  259. package/build/components/Package/styles.js +73 -72
  260. package/build/components/Package/styles.js.map +1 -1
  261. package/build/components/PackageList/PackageList.d.ts +2 -1
  262. package/build/components/PackageList/PackageList.js +55 -59
  263. package/build/components/PackageList/PackageList.js.map +1 -1
  264. package/build/components/PackageList/index.js +13 -1
  265. package/build/components/PackageList/index.js.map +1 -1
  266. package/build/components/Person/Person.d.ts +1 -1
  267. package/build/components/Person/Person.js +28 -22
  268. package/build/components/Person/Person.js.map +1 -1
  269. package/build/components/Person/PersonTooltip.d.ts +1 -1
  270. package/build/components/Person/PersonTooltip.js +18 -13
  271. package/build/components/Person/PersonTooltip.js.map +1 -1
  272. package/build/components/Person/index.js +13 -1
  273. package/build/components/Person/index.js.map +1 -1
  274. package/build/components/Person/utils.d.ts +1 -1
  275. package/build/components/Person/utils.js +14 -6
  276. package/build/components/Person/utils.js.map +1 -1
  277. package/build/components/RawViewer/RawViewer.js +38 -34
  278. package/build/components/RawViewer/RawViewer.js.map +1 -1
  279. package/build/components/RawViewer/index.js +13 -1
  280. package/build/components/RawViewer/index.js.map +1 -1
  281. package/build/components/Readme/Readme.d.ts +1 -1
  282. package/build/components/Readme/Readme.js +26 -22
  283. package/build/components/Readme/Readme.js.map +1 -1
  284. package/build/components/Readme/index.js +13 -1
  285. package/build/components/Readme/index.js.map +1 -1
  286. package/build/components/Readme/types.js +5 -1
  287. package/build/components/Readme/utils.js +15 -8
  288. package/build/components/Readme/utils.js.map +1 -1
  289. package/build/components/RegistryInfoDialog/RegistryInfoDialog.d.ts +1 -1
  290. package/build/components/RegistryInfoDialog/RegistryInfoDialog.js +25 -19
  291. package/build/components/RegistryInfoDialog/RegistryInfoDialog.js.map +1 -1
  292. package/build/components/RegistryInfoDialog/index.js +13 -1
  293. package/build/components/RegistryInfoDialog/index.js.map +1 -1
  294. package/build/components/RegistryInfoDialog/styles.d.ts +1 -2
  295. package/build/components/RegistryInfoDialog/styles.js +26 -24
  296. package/build/components/RegistryInfoDialog/styles.js.map +1 -1
  297. package/build/components/RegistryInfoDialog/types.d.ts +1 -1
  298. package/build/components/RegistryInfoDialog/types.js +5 -1
  299. package/build/components/RegistryInfoDialog/types.js.map +1 -1
  300. package/build/components/Repository/Repository.js +47 -42
  301. package/build/components/Repository/Repository.js.map +1 -1
  302. package/build/components/Repository/index.js +13 -1
  303. package/build/components/Repository/index.js.map +1 -1
  304. package/build/components/Search/AutoComplete/AutoComplete.d.ts +5 -4
  305. package/build/components/Search/AutoComplete/AutoComplete.js +44 -26
  306. package/build/components/Search/AutoComplete/AutoComplete.js.map +1 -1
  307. package/build/components/Search/AutoComplete/index.js +13 -1
  308. package/build/components/Search/AutoComplete/index.js.map +1 -1
  309. package/build/components/Search/AutoComplete/styles.d.ts +0 -1
  310. package/build/components/Search/AutoComplete/styles.js +9 -2
  311. package/build/components/Search/AutoComplete/styles.js.map +1 -1
  312. package/build/components/Search/Search.d.ts +2 -5
  313. package/build/components/Search/Search.js +133 -123
  314. package/build/components/Search/Search.js.map +1 -1
  315. package/build/components/Search/SearchItem.d.ts +1 -1
  316. package/build/components/Search/SearchItem.js +92 -97
  317. package/build/components/Search/SearchItem.js.map +1 -1
  318. package/build/components/Search/index.js +13 -1
  319. package/build/components/Search/index.js.map +1 -1
  320. package/build/components/Search/styles.d.ts +5 -4
  321. package/build/components/Search/styles.js +46 -33
  322. package/build/components/Search/styles.js.map +1 -1
  323. package/build/components/Search/utils.js +7 -1
  324. package/build/components/Search/utils.js.map +1 -1
  325. package/build/components/SettingsMenu/SettingsMenu.js +60 -52
  326. package/build/components/SettingsMenu/SettingsMenu.js.map +1 -1
  327. package/build/components/SettingsMenu/index.js +13 -1
  328. package/build/components/SettingsMenu/index.js.map +1 -1
  329. package/build/components/SideBarTitle/SideBarTitle.js +52 -52
  330. package/build/components/SideBarTitle/SideBarTitle.js.map +1 -1
  331. package/build/components/SideBarTitle/index.js +13 -1
  332. package/build/components/SideBarTitle/index.js.map +1 -1
  333. package/build/components/SideBarTitle/utils.js +15 -6
  334. package/build/components/SideBarTitle/utils.js.map +1 -1
  335. package/build/components/UnAuthorized/UnAuthorized.d.ts +3 -0
  336. package/build/components/UnAuthorized/UnAuthorized.js +75 -0
  337. package/build/components/UnAuthorized/UnAuthorized.js.map +1 -0
  338. package/build/components/UnAuthorized/index.d.ts +1 -0
  339. package/build/components/UnAuthorized/index.js +14 -0
  340. package/build/components/UnAuthorized/index.js.map +1 -0
  341. package/build/components/UpLinks/UpLinks.js +46 -42
  342. package/build/components/UpLinks/UpLinks.js.map +1 -1
  343. package/build/components/UpLinks/UplinkLink.js +17 -12
  344. package/build/components/UpLinks/UplinkLink.js.map +1 -1
  345. package/build/components/UpLinks/index.js +13 -1
  346. package/build/components/UpLinks/index.js.map +1 -1
  347. package/build/components/UpLinks/styles.d.ts +1 -2
  348. package/build/components/UpLinks/styles.js +26 -20
  349. package/build/components/UpLinks/styles.js.map +1 -1
  350. package/build/components/Versions/HistoryList.d.ts +1 -1
  351. package/build/components/Versions/HistoryList.js +44 -37
  352. package/build/components/Versions/HistoryList.js.map +1 -1
  353. package/build/components/Versions/TagList.d.ts +1 -1
  354. package/build/components/Versions/TagList.js +33 -26
  355. package/build/components/Versions/TagList.js.map +1 -1
  356. package/build/components/Versions/Versions.js +67 -50
  357. package/build/components/Versions/Versions.js.map +1 -1
  358. package/build/components/Versions/index.js +13 -1
  359. package/build/components/Versions/index.js.map +1 -1
  360. package/build/components/Versions/styles.d.ts +1 -2
  361. package/build/components/Versions/styles.js +19 -15
  362. package/build/components/Versions/styles.js.map +1 -1
  363. package/build/components/Versions/types.d.ts +1 -1
  364. package/build/components/Versions/types.js +5 -1
  365. package/build/components/Versions/types.js.map +1 -1
  366. package/build/configuration.d.ts +2 -0
  367. package/build/configuration.js +23 -0
  368. package/build/configuration.js.map +1 -0
  369. package/build/hooks/index.js +20 -2
  370. package/build/hooks/index.js.map +1 -1
  371. package/build/hooks/useLocalStorage.js +31 -18
  372. package/build/hooks/useLocalStorage.js.map +1 -1
  373. package/build/hooks/useOnClickOutside.d.ts +1 -1
  374. package/build/hooks/useOnClickOutside.js +10 -5
  375. package/build/hooks/useOnClickOutside.js.map +1 -1
  376. package/build/index.d.ts +6 -14
  377. package/build/index.js +481 -66
  378. package/build/index.js.map +1 -1
  379. package/build/layouts/Security/Dialog.js +16 -11
  380. package/build/layouts/Security/Dialog.js.map +1 -1
  381. package/build/layouts/Version/Version.js +16 -9
  382. package/build/layouts/Version/Version.js.map +1 -1
  383. package/build/layouts/Version/index.js +13 -1
  384. package/build/layouts/Version/index.js.map +1 -1
  385. package/build/pages/Front/Home.d.ts +2 -0
  386. package/build/pages/Front/Home.js +9 -0
  387. package/build/pages/Front/Home.js.map +1 -0
  388. package/build/pages/Front/index.js +14 -0
  389. package/build/pages/Front/index.js.map +1 -0
  390. package/build/pages/Security/AddUser.d.ts +2 -0
  391. package/build/pages/Security/AddUser.js +9 -0
  392. package/build/pages/Security/AddUser.js.map +1 -0
  393. package/build/pages/Security/ChangePassword.d.ts +2 -0
  394. package/build/pages/Security/ChangePassword.js +9 -0
  395. package/build/pages/Security/ChangePassword.js.map +1 -0
  396. package/build/pages/Security/Login.d.ts +2 -0
  397. package/build/pages/Security/Login.js +9 -0
  398. package/build/pages/Security/Login.js.map +1 -0
  399. package/build/pages/Security/Success.d.ts +2 -0
  400. package/build/pages/Security/Success.js +9 -0
  401. package/build/pages/Security/Success.js.map +1 -0
  402. package/build/pages/Security/index.js +35 -0
  403. package/build/pages/Security/index.js.map +1 -0
  404. package/build/pages/Version/Version.js +32 -0
  405. package/build/pages/Version/Version.js.map +1 -0
  406. package/build/pages/Version/index.js +14 -0
  407. package/build/pages/Version/index.js.map +1 -0
  408. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.d.ts +8 -6
  409. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js +67 -46
  410. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js.map +1 -1
  411. package/build/providers/AppConfigurationProvider/index.d.ts +1 -1
  412. package/build/providers/AppConfigurationProvider/index.js +18 -1
  413. package/build/providers/AppConfigurationProvider/index.js.map +1 -1
  414. package/build/providers/AuthProvider/AuthProvider.d.ts +18 -0
  415. package/build/providers/AuthProvider/AuthProvider.js +102 -0
  416. package/build/providers/AuthProvider/AuthProvider.js.map +1 -0
  417. package/build/providers/AuthProvider/index.d.ts +1 -0
  418. package/build/providers/AuthProvider/index.js +17 -0
  419. package/build/providers/AuthProvider/index.js.map +1 -0
  420. package/build/providers/AuthProvider/types.d.ts +15 -0
  421. package/build/providers/AuthProvider/types.js +6 -0
  422. package/build/providers/AuthProvider/types.js.map +1 -0
  423. package/build/providers/AuthProvider/utils.d.ts +3 -0
  424. package/build/providers/AuthProvider/utils.js +27 -0
  425. package/build/providers/AuthProvider/utils.js.map +1 -0
  426. package/build/providers/DownloadProvider/DownloadProvider.d.ts +13 -0
  427. package/build/providers/DownloadProvider/DownloadProvider.js +73 -0
  428. package/build/providers/DownloadProvider/DownloadProvider.js.map +1 -0
  429. package/build/providers/DownloadProvider/index.d.ts +1 -0
  430. package/build/providers/DownloadProvider/index.js +19 -0
  431. package/build/providers/DownloadProvider/index.js.map +1 -0
  432. package/build/providers/ManifestsProvider/ManifestsProvider.d.ts +26 -0
  433. package/build/providers/ManifestsProvider/ManifestsProvider.js +33 -0
  434. package/build/providers/ManifestsProvider/ManifestsProvider.js.map +1 -0
  435. package/build/providers/ManifestsProvider/README.md +22 -0
  436. package/build/providers/ManifestsProvider/index.d.ts +1 -0
  437. package/build/providers/ManifestsProvider/index.js +21 -0
  438. package/build/providers/ManifestsProvider/index.js.map +1 -0
  439. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.d.ts +3 -2
  440. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js +39 -17
  441. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js.map +1 -1
  442. package/build/providers/PersistenceSettingProvider/index.d.ts +1 -1
  443. package/build/providers/PersistenceSettingProvider/index.js +18 -1
  444. package/build/providers/PersistenceSettingProvider/index.js.map +1 -1
  445. package/build/providers/SearchProvider/SearchProvider.d.ts +19 -0
  446. package/build/providers/SearchProvider/SearchProvider.js +97 -0
  447. package/build/providers/SearchProvider/SearchProvider.js.map +1 -0
  448. package/build/providers/SearchProvider/index.d.ts +1 -0
  449. package/build/providers/SearchProvider/index.js +25 -0
  450. package/build/providers/SearchProvider/index.js.map +1 -0
  451. package/build/providers/TranslatorProvider/TranslatorProvider.d.ts +3 -2
  452. package/build/providers/TranslatorProvider/TranslatorProvider.js +52 -25
  453. package/build/providers/TranslatorProvider/TranslatorProvider.js.map +1 -1
  454. package/build/providers/TranslatorProvider/index.js +20 -1
  455. package/build/providers/TranslatorProvider/index.js.map +1 -1
  456. package/build/providers/VersionProvider/VersionProvider.d.ts +13 -31
  457. package/build/providers/VersionProvider/VersionProvider.js +55 -69
  458. package/build/providers/VersionProvider/VersionProvider.js.map +1 -1
  459. package/build/providers/VersionProvider/index.js +20 -1
  460. package/build/providers/VersionProvider/index.js.map +1 -1
  461. package/build/providers/index.d.ts +5 -0
  462. package/build/providers/index.js +93 -3
  463. package/build/providers/index.js.map +1 -1
  464. package/build/routes/SecurityRoutes.d.ts +3 -0
  465. package/build/routes/SecurityRoutes.js +36 -0
  466. package/build/routes/SecurityRoutes.js.map +1 -0
  467. package/build/sections/Detail/ContainerContent.js +40 -22
  468. package/build/sections/Detail/ContainerContent.js.map +1 -1
  469. package/build/sections/Detail/Detail.js +42 -23
  470. package/build/sections/Detail/Detail.js.map +1 -1
  471. package/build/sections/Detail/ReadmeSection.js +13 -8
  472. package/build/sections/Detail/ReadmeSection.js.map +1 -1
  473. package/build/sections/Detail/Tabs.js +29 -23
  474. package/build/sections/Detail/Tabs.js.map +1 -1
  475. package/build/sections/Detail/index.js +13 -1
  476. package/build/sections/Detail/index.js.map +1 -1
  477. package/build/sections/Footer/Footer.js +62 -61
  478. package/build/sections/Footer/Footer.js.map +1 -1
  479. package/build/sections/Footer/index.js +13 -1
  480. package/build/sections/Footer/index.js.map +1 -1
  481. package/build/sections/Footer/styles.d.ts +1 -2
  482. package/build/sections/Footer/styles.js +47 -47
  483. package/build/sections/Footer/styles.js.map +1 -1
  484. package/build/sections/Header/Header.js +106 -65
  485. package/build/sections/Header/Header.js.map +1 -1
  486. package/build/sections/Header/HeaderGreetings.js +17 -13
  487. package/build/sections/Header/HeaderGreetings.js.map +1 -1
  488. package/build/sections/Header/HeaderLeft.js +19 -14
  489. package/build/sections/Header/HeaderLeft.js.map +1 -1
  490. package/build/sections/Header/HeaderMenu.d.ts +2 -1
  491. package/build/sections/Header/HeaderMenu.js +29 -24
  492. package/build/sections/Header/HeaderMenu.js.map +1 -1
  493. package/build/sections/Header/HeaderRight.js +61 -44
  494. package/build/sections/Header/HeaderRight.js.map +1 -1
  495. package/build/sections/Header/HeaderSettingsDialog.js +58 -53
  496. package/build/sections/Header/HeaderSettingsDialog.js.map +1 -1
  497. package/build/sections/Header/HeaderToolTip.d.ts +1 -1
  498. package/build/sections/Header/HeaderToolTip.js +14 -9
  499. package/build/sections/Header/HeaderToolTip.js.map +1 -1
  500. package/build/sections/Header/HeaderToolTipIcon.d.ts +4 -1
  501. package/build/sections/Header/HeaderToolTipIcon.js +30 -26
  502. package/build/sections/Header/HeaderToolTipIcon.js.map +1 -1
  503. package/build/sections/Header/LanguageSwitch.js +64 -56
  504. package/build/sections/Header/LanguageSwitch.js.map +1 -1
  505. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.d.ts +2 -1
  506. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js +77 -74
  507. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js.map +1 -1
  508. package/build/sections/Header/RegistryInfoContent/index.js +13 -1
  509. package/build/sections/Header/RegistryInfoContent/index.js.map +1 -1
  510. package/build/sections/Header/RegistryInfoContent/styles.d.ts +1 -2
  511. package/build/sections/Header/RegistryInfoContent/styles.js +20 -13
  512. package/build/sections/Header/RegistryInfoContent/styles.js.map +1 -1
  513. package/build/sections/Header/index.js +13 -1
  514. package/build/sections/Header/index.js.map +1 -1
  515. package/build/sections/Header/styles.d.ts +1 -2
  516. package/build/sections/Header/styles.js +60 -50
  517. package/build/sections/Header/styles.js.map +1 -1
  518. package/build/sections/Home/Home.js +19 -19
  519. package/build/sections/Home/Home.js.map +1 -1
  520. package/build/sections/Home/index.js +13 -1
  521. package/build/sections/Home/index.js.map +1 -1
  522. package/build/sections/Security/AddUser.js +146 -85
  523. package/build/sections/Security/AddUser.js.map +1 -1
  524. package/build/sections/Security/ChangePassword.js +150 -95
  525. package/build/sections/Security/ChangePassword.js.map +1 -1
  526. package/build/sections/Security/Login.js +126 -87
  527. package/build/sections/Security/Login.js.map +1 -1
  528. package/build/sections/Security/Success.js +25 -19
  529. package/build/sections/Security/Success.js.map +1 -1
  530. package/build/sections/Security/index.js +34 -4
  531. package/build/sections/Security/index.js.map +1 -1
  532. package/build/sections/Security/styles.js +15 -15
  533. package/build/sections/Security/styles.js.map +1 -1
  534. package/build/sections/Security/utils.js +16 -8
  535. package/build/sections/Security/utils.js.map +1 -1
  536. package/build/sections/SideBar/Sidebar.js +49 -40
  537. package/build/sections/SideBar/Sidebar.js.map +1 -1
  538. package/build/sections/SideBar/index.js +13 -1
  539. package/build/sections/SideBar/index.js.map +1 -1
  540. package/build/sections/index.js +20 -2
  541. package/build/sections/index.js.map +1 -1
  542. package/build/store/api.d.ts +1 -1
  543. package/build/store/api.js +89 -48
  544. package/build/store/api.js.map +1 -1
  545. package/build/store/index.d.ts +0 -6
  546. package/build/store/index.js +13 -2
  547. package/build/store/index.js.map +1 -1
  548. package/build/store/{models/routes.d.ts → routes.d.ts} +4 -0
  549. package/build/store/{models/routes.js → routes.js} +11 -1
  550. package/build/store/routes.js.map +1 -0
  551. package/build/store/storage.d.ts +6 -0
  552. package/build/store/storage.js +28 -4
  553. package/build/store/storage.js.map +1 -1
  554. package/build/store/utils.js +14 -0
  555. package/build/store/utils.js.map +1 -0
  556. package/build/test/i18n-config.js +12 -4
  557. package/build/test/i18n-config.js.map +1 -1
  558. package/build/test/test-react-testing-library.d.ts +19 -4
  559. package/build/test/test-react-testing-library.js +140 -28
  560. package/build/test/test-react-testing-library.js.map +1 -1
  561. package/build/types/external-modules.d.js +2 -0
  562. package/build/types/external-modules.d.js.map +1 -0
  563. package/build/types/index.d.ts +1 -1
  564. package/build/types/index.js +5 -1
  565. package/build/types/index.js.map +1 -1
  566. package/build/types/packageMeta.d.ts +1 -6
  567. package/build/types/packageMeta.js +5 -1
  568. package/build/types/packageMeta.js.map +1 -1
  569. package/build/utils/cli-utils.d.ts +1 -1
  570. package/build/utils/cli-utils.js +30 -18
  571. package/build/utils/cli-utils.js.map +1 -1
  572. package/build/utils/index.js +74 -8
  573. package/build/utils/index.js.map +1 -1
  574. package/build/utils/loadable.js +15 -7
  575. package/build/utils/loadable.js.map +1 -1
  576. package/build/utils/routes.d.ts +11 -3
  577. package/build/utils/routes.js +20 -4
  578. package/build/utils/routes.js.map +1 -1
  579. package/build/utils/schemas.d.ts +34 -0
  580. package/build/utils/schemas.js +30 -0
  581. package/build/utils/schemas.js.map +1 -0
  582. package/build/utils/token-generate.js +17 -6
  583. package/build/utils/token-generate.js.map +1 -1
  584. package/build/utils/token.js +23 -9
  585. package/build/utils/token.js.map +1 -1
  586. package/build/utils/url.js +20 -10
  587. package/build/utils/url.js.map +1 -1
  588. package/build/utils/utils.d.ts +2 -2
  589. package/build/utils/utils.js +48 -29
  590. package/build/utils/utils.js.map +1 -1
  591. package/package.json +28 -29
  592. package/build/AppTest/pages/Front/Home.d.ts +0 -2
  593. package/build/AppTest/pages/Front/Home.js +0 -3
  594. package/build/AppTest/pages/Front/Home.js.map +0 -1
  595. package/build/AppTest/pages/Front/index.js +0 -2
  596. package/build/AppTest/pages/Front/index.js.map +0 -1
  597. package/build/AppTest/pages/Security/AddUser.d.ts +0 -2
  598. package/build/AppTest/pages/Security/AddUser.js +0 -3
  599. package/build/AppTest/pages/Security/AddUser.js.map +0 -1
  600. package/build/AppTest/pages/Security/ChangePassword.d.ts +0 -2
  601. package/build/AppTest/pages/Security/ChangePassword.js +0 -3
  602. package/build/AppTest/pages/Security/ChangePassword.js.map +0 -1
  603. package/build/AppTest/pages/Security/Login.d.ts +0 -2
  604. package/build/AppTest/pages/Security/Login.js +0 -3
  605. package/build/AppTest/pages/Security/Login.js.map +0 -1
  606. package/build/AppTest/pages/Security/Success.d.ts +0 -2
  607. package/build/AppTest/pages/Security/Success.js +0 -3
  608. package/build/AppTest/pages/Security/Success.js.map +0 -1
  609. package/build/AppTest/pages/Security/index.js +0 -5
  610. package/build/AppTest/pages/Security/index.js.map +0 -1
  611. package/build/AppTest/pages/Version/Version.js +0 -27
  612. package/build/AppTest/pages/Version/Version.js.map +0 -1
  613. package/build/AppTest/pages/Version/index.js +0 -2
  614. package/build/AppTest/pages/Version/index.js.map +0 -1
  615. package/build/components/LoginDialog/LoginDialogHeader.d.ts +0 -6
  616. package/build/components/LoginDialog/LoginDialogHeader.js +0 -59
  617. package/build/components/LoginDialog/LoginDialogHeader.js.map +0 -1
  618. package/build/components/TextField/TextField.d.ts +0 -3
  619. package/build/components/TextField/TextField.js +0 -30
  620. package/build/components/TextField/TextField.js.map +0 -1
  621. package/build/components/TextField/index.d.ts +0 -1
  622. package/build/components/TextField/index.js +0 -2
  623. package/build/components/TextField/index.js.map +0 -1
  624. package/build/sections/Security/LoginError.d.ts +0 -7
  625. package/build/sections/Security/LoginError.js +0 -38
  626. package/build/sections/Security/LoginError.js.map +0 -1
  627. package/build/store/models/add-user.d.ts +0 -45
  628. package/build/store/models/add-user.js +0 -103
  629. package/build/store/models/add-user.js.map +0 -1
  630. package/build/store/models/change-password.d.ts +0 -44
  631. package/build/store/models/change-password.js +0 -118
  632. package/build/store/models/change-password.js.map +0 -1
  633. package/build/store/models/configuration.d.ts +0 -24
  634. package/build/store/models/configuration.js +0 -46
  635. package/build/store/models/configuration.js.map +0 -1
  636. package/build/store/models/download.d.ts +0 -16
  637. package/build/store/models/download.js +0 -38
  638. package/build/store/models/download.js.map +0 -1
  639. package/build/store/models/index.d.ts +0 -22
  640. package/build/store/models/index.js +0 -21
  641. package/build/store/models/index.js.map +0 -1
  642. package/build/store/models/login-v1.d.ts +0 -44
  643. package/build/store/models/login-v1.js +0 -111
  644. package/build/store/models/login-v1.js.map +0 -1
  645. package/build/store/models/login.d.ts +0 -69
  646. package/build/store/models/login.js +0 -102
  647. package/build/store/models/login.js.map +0 -1
  648. package/build/store/models/manifest.d.ts +0 -54
  649. package/build/store/models/manifest.js +0 -117
  650. package/build/store/models/manifest.js.map +0 -1
  651. package/build/store/models/packages.d.ts +0 -28
  652. package/build/store/models/packages.js +0 -47
  653. package/build/store/models/packages.js.map +0 -1
  654. package/build/store/models/routes.js.map +0 -1
  655. package/build/store/models/search.d.ts +0 -42
  656. package/build/store/models/search.js +0 -92
  657. package/build/store/models/search.js.map +0 -1
  658. package/build/store/models/utils.js +0 -7
  659. package/build/store/models/utils.js.map +0 -1
  660. package/build/store/store.d.ts +0 -9
  661. package/build/store/store.js +0 -8
  662. package/build/store/store.js.map +0 -1
  663. /package/build/{AppTest/pages → pages}/Front/index.d.ts +0 -0
  664. /package/build/{AppTest/pages → pages}/Security/index.d.ts +0 -0
  665. /package/build/{AppTest/pages → pages}/Version/Version.d.ts +0 -0
  666. /package/build/{AppTest/pages → pages}/Version/index.d.ts +0 -0
  667. /package/build/store/{models/utils.d.ts → utils.d.ts} +0 -0
@@ -1,2 +1,14 @@
1
- export { default } from './Help';
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "default", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _Help["default"];
10
+ }
11
+ });
12
+ var _Help = _interopRequireDefault(require("./Help"));
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
2
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["default"],"sources":["../../../src/components/Help/index.ts"],"sourcesContent":["export { default } from './Help';\n"],"mappings":"AAAA,SAASA,OAAO,QAAQ,QAAQ","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["_Help","_interopRequireDefault","require","e","__esModule"],"sources":["../../../src/components/Help/index.ts"],"sourcesContent":["export { default } from './Help';\n"],"mappings":";;;;;;;;;;;AAAA,IAAAA,KAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAiC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA","ignoreList":[]}
@@ -1,7 +1,14 @@
1
- import _styled from "@emotion/styled/base";
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CardStyled = void 0;
7
+ var _base = _interopRequireDefault(require("@emotion/styled/base"));
8
+ var _Card = _interopRequireDefault(require("@mui/material/Card"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
2
10
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { 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)."; }
3
- import Card from '@mui/material/Card';
4
- export var CardStyled = /*#__PURE__*/_styled(Card, process.env.NODE_ENV === "production" ? {
11
+ var CardStyled = exports.CardStyled = /*#__PURE__*/(0, _base["default"])(_Card["default"], process.env.NODE_ENV === "production" ? {
5
12
  target: "e1cp9qoa0"
6
13
  } : {
7
14
  target: "e1cp9qoa0",
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","names":["Card","CardStyled","_styled","process","env","NODE_ENV","target","label","name","styles","toString","_EMOTION_STRINGIFIED_CSS_ERROR__"],"sources":["../../../src/components/Help/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport Card from '@mui/material/Card';\n\nexport const CardStyled = styled(Card)({\n maxWidth: 600,\n margin: 'auto',\n});\n"],"mappings":";;AACA,OAAOA,IAAI,MAAM,oBAAoB;AAErC,OAAO,IAAMC,UAAU,gBAAGC,OAAA,CAAOF,IAAI,EAAAG,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,CAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,QAAA,EAAAC;AAAA,CAGrC,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"styles.js","names":["_Card","_interopRequireDefault","require","e","__esModule","_EMOTION_STRINGIFIED_CSS_ERROR__","CardStyled","exports","_base","Card","process","env","NODE_ENV","target","label","name","styles","toString"],"sources":["../../../src/components/Help/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport Card from '@mui/material/Card';\n\nexport const CardStyled = styled(Card)({\n maxWidth: 600,\n margin: 'auto',\n});\n"],"mappings":";;;;;;;AACA,IAAAA,KAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAsC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,iCAAA;AAE/B,IAAMC,UAAU,GAAAC,OAAA,CAAAD,UAAA,gBAAG,IAAAE,KAAA,aAAOC,gBAAI,EAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,CAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,QAAA,EAAAZ;AAAA,CAGrC,CAAC","ignoreList":[]}
@@ -1,7 +1,14 @@
1
- import React from 'react';
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CommonJS = CommonJS;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
2
9
  var icon = require('./commonjs.svg');
3
- export function CommonJS() {
4
- return /*#__PURE__*/React.createElement("img", {
10
+ function CommonJS() {
11
+ return /*#__PURE__*/_react["default"].createElement("img", {
5
12
  alt: "commonjs",
6
13
  height: "20",
7
14
  src: icon,
@@ -1 +1 @@
1
- {"version":3,"file":"CommonJS.js","names":["React","icon","require","CommonJS","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/CommonJS.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./commonjs.svg');\n\nexport function CommonJS() {\n return <img alt=\"commonjs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,IAAMC,IAAI,GAAGC,OAAO,CAAC,gBAAgB,CAAC;AAEtC,OAAO,SAASC,QAAQA,CAAA,EAAG;EACzB,oBAAOH,KAAA,CAAAI,aAAA;IAAKC,GAAG,EAAC,UAAU;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEN,IAAK;IAACO,KAAK,EAAC;EAAI,CAAE,CAAC;AACjE","ignoreList":[]}
1
+ {"version":3,"file":"CommonJS.js","names":["_react","_interopRequireDefault","require","e","__esModule","icon","CommonJS","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/CommonJS.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./commonjs.svg');\n\nexport function CommonJS() {\n return <img alt=\"commonjs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAE1B,IAAME,IAAI,GAAGH,OAAO,CAAC,gBAAgB,CAAC;AAE/B,SAASI,QAAQA,CAAA,EAAG;EACzB,oBAAON,MAAA,YAAAO,aAAA;IAAKC,GAAG,EAAC,UAAU;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEL,IAAK;IAACM,KAAK,EAAC;EAAI,CAAE,CAAC;AACjE","ignoreList":[]}
@@ -1,7 +1,14 @@
1
- import React from 'react';
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ES6Modules = ES6Modules;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
2
9
  var icon = require('./es6module.svg');
3
- export function ES6Modules() {
4
- return /*#__PURE__*/React.createElement("img", {
10
+ function ES6Modules() {
11
+ return /*#__PURE__*/_react["default"].createElement("img", {
5
12
  alt: "es6 modules",
6
13
  height: "20",
7
14
  src: icon,
@@ -1 +1 @@
1
- {"version":3,"file":"ES6Module.js","names":["React","icon","require","ES6Modules","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/ES6Module.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./es6module.svg');\n\nexport function ES6Modules() {\n return <img alt=\"es6 modules\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,IAAMC,IAAI,GAAGC,OAAO,CAAC,iBAAiB,CAAC;AAEvC,OAAO,SAASC,UAAUA,CAAA,EAAG;EAC3B,oBAAOH,KAAA,CAAAI,aAAA;IAAKC,GAAG,EAAC,aAAa;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEN,IAAK;IAACO,KAAK,EAAC;EAAI,CAAE,CAAC;AACpE","ignoreList":[]}
1
+ {"version":3,"file":"ES6Module.js","names":["_react","_interopRequireDefault","require","e","__esModule","icon","ES6Modules","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/ES6Module.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./es6module.svg');\n\nexport function ES6Modules() {\n return <img alt=\"es6 modules\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAE1B,IAAME,IAAI,GAAGH,OAAO,CAAC,iBAAiB,CAAC;AAEhC,SAASI,UAAUA,CAAA,EAAG;EAC3B,oBAAON,MAAA,YAAAO,aAAA;IAAKC,GAAG,EAAC,aAAa;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEL,IAAK;IAACM,KAAK,EAAC;EAAI,CAAE,CAAC;AACpE","ignoreList":[]}
@@ -1,7 +1,14 @@
1
- import React from 'react';
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Git = Git;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
2
9
  var icon = require('./git.svg');
3
- export function Git() {
4
- return /*#__PURE__*/React.createElement("img", {
10
+ function Git() {
11
+ return /*#__PURE__*/_react["default"].createElement("img", {
5
12
  alt: "git",
6
13
  height: "20",
7
14
  src: icon,
@@ -1 +1 @@
1
- {"version":3,"file":"Git.js","names":["React","icon","require","Git","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/Git.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./git.svg');\n\nexport function Git() {\n return <img alt=\"git\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,IAAMC,IAAI,GAAGC,OAAO,CAAC,WAAW,CAAC;AAEjC,OAAO,SAASC,GAAGA,CAAA,EAAG;EACpB,oBAAOH,KAAA,CAAAI,aAAA;IAAKC,GAAG,EAAC,KAAK;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEN,IAAK;IAACO,KAAK,EAAC;EAAI,CAAE,CAAC;AAC5D","ignoreList":[]}
1
+ {"version":3,"file":"Git.js","names":["_react","_interopRequireDefault","require","e","__esModule","icon","Git","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/Git.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./git.svg');\n\nexport function Git() {\n return <img alt=\"git\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAE1B,IAAME,IAAI,GAAGH,OAAO,CAAC,WAAW,CAAC;AAE1B,SAASI,GAAGA,CAAA,EAAG;EACpB,oBAAON,MAAA,YAAAO,aAAA;IAAKC,GAAG,EAAC,KAAK;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEL,IAAK;IAACM,KAAK,EAAC;EAAI,CAAE,CAAC;AAC5D","ignoreList":[]}
@@ -1,7 +1,14 @@
1
- import React from 'react';
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.NodeJS = NodeJS;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
2
9
  var icon = require('./nodejs.svg');
3
- export function NodeJS() {
4
- return /*#__PURE__*/React.createElement("img", {
10
+ function NodeJS() {
11
+ return /*#__PURE__*/_react["default"].createElement("img", {
5
12
  alt: "nodejs",
6
13
  height: "20",
7
14
  src: icon,
@@ -1 +1 @@
1
- {"version":3,"file":"NodeJS.js","names":["React","icon","require","NodeJS","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/NodeJS.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./nodejs.svg');\n\nexport function NodeJS() {\n return <img alt=\"nodejs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,IAAMC,IAAI,GAAGC,OAAO,CAAC,cAAc,CAAC;AAEpC,OAAO,SAASC,MAAMA,CAAA,EAAG;EACvB,oBAAOH,KAAA,CAAAI,aAAA;IAAKC,GAAG,EAAC,QAAQ;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEN,IAAK;IAACO,KAAK,EAAC;EAAI,CAAE,CAAC;AAC/D","ignoreList":[]}
1
+ {"version":3,"file":"NodeJS.js","names":["_react","_interopRequireDefault","require","e","__esModule","icon","NodeJS","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/NodeJS.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./nodejs.svg');\n\nexport function NodeJS() {\n return <img alt=\"nodejs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAE1B,IAAME,IAAI,GAAGH,OAAO,CAAC,cAAc,CAAC;AAE7B,SAASI,MAAMA,CAAA,EAAG;EACvB,oBAAON,MAAA,YAAAO,aAAA;IAAKC,GAAG,EAAC,QAAQ;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEL,IAAK;IAACM,KAAK,EAAC;EAAI,CAAE,CAAC;AAC/D","ignoreList":[]}
@@ -1,7 +1,14 @@
1
- import React from 'react';
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TypeScript = TypeScript;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
2
9
  var icon = require('./typescript.svg');
3
- export function TypeScript() {
4
- return /*#__PURE__*/React.createElement("img", {
10
+ function TypeScript() {
11
+ return /*#__PURE__*/_react["default"].createElement("img", {
5
12
  alt: "typescript",
6
13
  height: "20",
7
14
  src: icon,
@@ -1 +1 @@
1
- {"version":3,"file":"TypeScript.js","names":["React","icon","require","TypeScript","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/TypeScript.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./typescript.svg');\n\nexport function TypeScript() {\n return <img alt=\"typescript\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,IAAMC,IAAI,GAAGC,OAAO,CAAC,kBAAkB,CAAC;AAExC,OAAO,SAASC,UAAUA,CAAA,EAAG;EAC3B,oBAAOH,KAAA,CAAAI,aAAA;IAAKC,GAAG,EAAC,YAAY;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEN,IAAK;IAACO,KAAK,EAAC;EAAI,CAAE,CAAC;AACnE","ignoreList":[]}
1
+ {"version":3,"file":"TypeScript.js","names":["_react","_interopRequireDefault","require","e","__esModule","icon","TypeScript","createElement","alt","height","src","width"],"sources":["../../../../src/components/Icons/DevsIcons/TypeScript.tsx"],"sourcesContent":["import React from 'react';\n\nconst icon = require('./typescript.svg');\n\nexport function TypeScript() {\n return <img alt=\"typescript\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAE1B,IAAME,IAAI,GAAGH,OAAO,CAAC,kBAAkB,CAAC;AAEjC,SAASI,UAAUA,CAAA,EAAG;EAC3B,oBAAON,MAAA,YAAAO,aAAA;IAAKC,GAAG,EAAC,YAAY;IAACC,MAAM,EAAC,IAAI;IAACC,GAAG,EAAEL,IAAK;IAACM,KAAK,EAAC;EAAI,CAAE,CAAC;AACnE","ignoreList":[]}
@@ -1,6 +1,41 @@
1
- export { TypeScript } from './TypeScript';
2
- export { CommonJS } from './CommonJS';
3
- export { ES6Modules } from './ES6Module';
4
- export { NodeJS } from './NodeJS';
5
- export { Git } from './Git';
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "CommonJS", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _CommonJS.CommonJS;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "ES6Modules", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _ES6Module.ES6Modules;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "Git", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _Git.Git;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "NodeJS", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _NodeJS.NodeJS;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "TypeScript", {
31
+ enumerable: true,
32
+ get: function get() {
33
+ return _TypeScript.TypeScript;
34
+ }
35
+ });
36
+ var _TypeScript = require("./TypeScript");
37
+ var _CommonJS = require("./CommonJS");
38
+ var _ES6Module = require("./ES6Module");
39
+ var _NodeJS = require("./NodeJS");
40
+ var _Git = require("./Git");
6
41
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["TypeScript","CommonJS","ES6Modules","NodeJS","Git"],"sources":["../../../../src/components/Icons/DevsIcons/index.ts"],"sourcesContent":["export { TypeScript } from './TypeScript';\nexport { CommonJS } from './CommonJS';\nexport { ES6Modules } from './ES6Module';\nexport { NodeJS } from './NodeJS';\nexport { Git } from './Git';\n"],"mappings":"AAAA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,QAAQ,YAAY;AACrC,SAASC,UAAU,QAAQ,aAAa;AACxC,SAASC,MAAM,QAAQ,UAAU;AACjC,SAASC,GAAG,QAAQ,OAAO","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["_TypeScript","require","_CommonJS","_ES6Module","_NodeJS","_Git"],"sources":["../../../../src/components/Icons/DevsIcons/index.ts"],"sourcesContent":["export { TypeScript } from './TypeScript';\nexport { CommonJS } from './CommonJS';\nexport { ES6Modules } from './ES6Module';\nexport { NodeJS } from './NodeJS';\nexport { Git } from './Git';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AACA,IAAAC,SAAA,GAAAD,OAAA;AACA,IAAAE,UAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- declare const Earth: React.ForwardRefExoticComponent<Omit<Omit<Omit<any, "name" | "fontsize" | "color"> & {
3
- size?: ("sm" | "md") | undefined;
4
- title?: string | undefined;
5
- className?: string | undefined;
6
- }, "ref"> & React.RefAttributes<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
2
+ import { SvgIcon } from './SvgIcon';
3
+ declare const Earth: {
4
+ ({ ref, ...props }: React.ComponentProps<typeof SvgIcon>): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
7
  export { Earth };
@@ -1,33 +1,44 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Earth = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _SvgIcon = require("./SvgIcon");
9
+ var _excluded = ["ref"];
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
1
11
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
- import React from 'react';
3
- import { SvgIcon } from './SvgIcon';
4
- var Earth = /*#__PURE__*/React.forwardRef(function Earth(props, ref) {
5
- return /*#__PURE__*/React.createElement(SvgIcon, _extends({
12
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
13
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
14
+ var Earth = exports.Earth = function Earth(_ref) {
15
+ var ref = _ref.ref,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+ return /*#__PURE__*/_react["default"].createElement(_SvgIcon.SvgIcon, _extends({
6
18
  viewBox: "0 0 45 45"
7
19
  }, props, {
8
20
  ref: ref
9
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
21
+ }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
10
22
  id: "prefix__a"
11
- }, /*#__PURE__*/React.createElement("path", {
23
+ }, /*#__PURE__*/_react["default"].createElement("path", {
12
24
  d: "M0 36h36V0H0v36z"
13
- })), /*#__PURE__*/React.createElement("clipPath", {
25
+ })), /*#__PURE__*/_react["default"].createElement("clipPath", {
14
26
  id: "prefix__b"
15
- }, /*#__PURE__*/React.createElement("path", {
27
+ }, /*#__PURE__*/_react["default"].createElement("path", {
16
28
  d: "M18 36C8.059 36 0 27.941 0 18S8.059 0 18 0s18 8.059 18 18-8.059 18-18 18z"
17
- }))), /*#__PURE__*/React.createElement("g", {
29
+ }))), /*#__PURE__*/_react["default"].createElement("g", {
18
30
  clipPath: "url(#prefix__a)",
19
31
  transform: "matrix(1.25 0 0 -1.25 0 45)"
20
- }, /*#__PURE__*/React.createElement("path", {
32
+ }, /*#__PURE__*/_react["default"].createElement("path", {
21
33
  d: "M36 18c0-9.941-8.059-18-18-18S0 8.059 0 18s8.059 18 18 18 18-8.059 18-18",
22
34
  fill: "#88c9f9"
23
- })), /*#__PURE__*/React.createElement("g", {
35
+ })), /*#__PURE__*/_react["default"].createElement("g", {
24
36
  clipPath: "url(#prefix__b)",
25
37
  transform: "matrix(1.25 0 0 -1.25 0 45)"
26
- }, /*#__PURE__*/React.createElement("path", {
38
+ }, /*#__PURE__*/_react["default"].createElement("path", {
27
39
  d: "M3.627 28.952c-.45 2.93 2.195 4.156 3.607 4.47 1.412.314 2.776.62 2.933-.006.156-.628.311-1.46 1.173-1.148.862.314 3.043.56 4.063 1.342 1.02.783 2.244.787 3.264.473 1.02-.313 3.877-.227 3.25-1.167-.627-.94-1.825-.827-2.45-1.924-.628-1.099.171-1.826 1.033-1.826.865 0 1.71-.135 2.26.727.548.863-.383 2.463.324 2.357.706-.106 1.477-.866 2.03-2.043.547-1.176 1.408-.47 1.723-1.176.313-.705 2.04-2.039 1.177-1.804-.864.236-1.726.392-1.96-.47-.237-.863.388-1.726-.237-1.647-.627.08-.86-.089-1.725-.004-.862.083-1.333.631-2.039-.545-.705-1.175-1.254-1.96-1.567-2.509-.315-.549-.785-.86-.55-1.96.235-1.099-.628-.785-.628.156 0 .94-.548 1.098-1.253.942-.706-.157-1.803-.313-1.724-1.098.077-.784-.315-1.725.313-2.352.627-.629 1.33.076 1.723-.158.393-.237 1.525-.023 1.133-.416-.393-.39-1.76-.88-.976-1.509a4.831 4.831 0 011.893-.907c.313-.08.062.774 1.083 1.166 1.017.392 2.608 1.29 3 .584.391-.705.338-.595 1.75-.75 1.41-.156 1.79-.585 2.417-1.917.626-1.333.446-1.192 1.462-1.58 1.021-.394 1.678-.223.737-1.087-.94-.86-1.65-.814-2.199-1.833-.55-1.017-.153-1.73-1.25-2.75A20.755 20.755 0 0024 4c-.618-.37-2.162-2.07-3.083-2.667-.834-.54-1.083 0-1.083 0s.256 1.667.964 2.372c.704.705 1.105 3.344.87 4.128-.235.783-1.36 1.02-1.75 1.333-.393.312-1.418 1.548-1.418 2.334 0 .784 1.71 2.81 1.71 2.81.218-1.089-1.039.328-1.627.523-.47.157-1.542 1.656-2.459 1.814-.916.16-1.363.7-2.068 1.25-.706.55-2.43 1.332-2.353 2.195.08.862-1.725 1.568-2.038 1.568-.314 0-1.019 0-1.647 1.098-.627 1.098-1.725 2.196-1.41 2.98.312.783.391 1.726.233 2.588-.156.862-1.332 1.176-1.567.941-.235-.236-1.489-1.335-1.647-.315",
28
40
  fill: "#5c913b"
29
41
  })));
30
- });
42
+ };
31
43
  Earth.displayName = 'Earth';
32
- export { Earth };
33
44
  //# sourceMappingURL=Earth.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Earth.js","names":["React","SvgIcon","Earth","forwardRef","props","ref","createElement","_extends","viewBox","id","d","clipPath","transform","fill","displayName"],"sources":["../../../src/components/Icons/Earth.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\ntype Props = React.ComponentProps<typeof SvgIcon>;\n\nconst Earth = React.forwardRef(function Earth(props: Props, ref: React.Ref<SVGSVGElement>) {\n return (\n <SvgIcon viewBox=\"0 0 45 45\" {...props} ref={ref}>\n <defs>\n <clipPath id=\"prefix__a\">\n <path d=\"M0 36h36V0H0v36z\" />\n </clipPath>\n <clipPath id=\"prefix__b\">\n <path d=\"M18 36C8.059 36 0 27.941 0 18S8.059 0 18 0s18 8.059 18 18-8.059 18-18 18z\" />\n </clipPath>\n </defs>\n <g clipPath=\"url(#prefix__a)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M36 18c0-9.941-8.059-18-18-18S0 8.059 0 18s8.059 18 18 18 18-8.059 18-18\"\n fill=\"#88c9f9\"\n />\n </g>\n <g clipPath=\"url(#prefix__b)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M3.627 28.952c-.45 2.93 2.195 4.156 3.607 4.47 1.412.314 2.776.62 2.933-.006.156-.628.311-1.46 1.173-1.148.862.314 3.043.56 4.063 1.342 1.02.783 2.244.787 3.264.473 1.02-.313 3.877-.227 3.25-1.167-.627-.94-1.825-.827-2.45-1.924-.628-1.099.171-1.826 1.033-1.826.865 0 1.71-.135 2.26.727.548.863-.383 2.463.324 2.357.706-.106 1.477-.866 2.03-2.043.547-1.176 1.408-.47 1.723-1.176.313-.705 2.04-2.039 1.177-1.804-.864.236-1.726.392-1.96-.47-.237-.863.388-1.726-.237-1.647-.627.08-.86-.089-1.725-.004-.862.083-1.333.631-2.039-.545-.705-1.175-1.254-1.96-1.567-2.509-.315-.549-.785-.86-.55-1.96.235-1.099-.628-.785-.628.156 0 .94-.548 1.098-1.253.942-.706-.157-1.803-.313-1.724-1.098.077-.784-.315-1.725.313-2.352.627-.629 1.33.076 1.723-.158.393-.237 1.525-.023 1.133-.416-.393-.39-1.76-.88-.976-1.509a4.831 4.831 0 011.893-.907c.313-.08.062.774 1.083 1.166 1.017.392 2.608 1.29 3 .584.391-.705.338-.595 1.75-.75 1.41-.156 1.79-.585 2.417-1.917.626-1.333.446-1.192 1.462-1.58 1.021-.394 1.678-.223.737-1.087-.94-.86-1.65-.814-2.199-1.833-.55-1.017-.153-1.73-1.25-2.75A20.755 20.755 0 0024 4c-.618-.37-2.162-2.07-3.083-2.667-.834-.54-1.083 0-1.083 0s.256 1.667.964 2.372c.704.705 1.105 3.344.87 4.128-.235.783-1.36 1.02-1.75 1.333-.393.312-1.418 1.548-1.418 2.334 0 .784 1.71 2.81 1.71 2.81.218-1.089-1.039.328-1.627.523-.47.157-1.542 1.656-2.459 1.814-.916.16-1.363.7-2.068 1.25-.706.55-2.43 1.332-2.353 2.195.08.862-1.725 1.568-2.038 1.568-.314 0-1.019 0-1.647 1.098-.627 1.098-1.725 2.196-1.41 2.98.312.783.391 1.726.233 2.588-.156.862-1.332 1.176-1.567.941-.235-.236-1.489-1.335-1.647-.315\"\n fill=\"#5c913b\"\n />\n </g>\n </SvgIcon>\n );\n});\n\nEarth.displayName = 'Earth';\n\nexport { Earth };\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,OAAO,QAAQ,WAAW;AAInC,IAAMC,KAAK,gBAAGF,KAAK,CAACG,UAAU,CAAC,SAASD,KAAKA,CAACE,KAAY,EAAEC,GAA6B,EAAE;EACzF,oBACEL,KAAA,CAAAM,aAAA,CAACL,OAAO,EAAAM,QAAA;IAACC,OAAO,EAAC;EAAW,GAAKJ,KAAK;IAAEC,GAAG,EAAEA;EAAI,iBAC/CL,KAAA,CAAAM,aAAA,4BACEN,KAAA,CAAAM,aAAA;IAAUG,EAAE,EAAC;EAAW,gBACtBT,KAAA,CAAAM,aAAA;IAAMI,CAAC,EAAC;EAAkB,CAAE,CACpB,CAAC,eACXV,KAAA,CAAAM,aAAA;IAAUG,EAAE,EAAC;EAAW,gBACtBT,KAAA,CAAAM,aAAA;IAAMI,CAAC,EAAC;EAA2E,CAAE,CAC7E,CACN,CAAC,eACPV,KAAA,CAAAM,aAAA;IAAGK,QAAQ,EAAC,iBAAiB;IAACC,SAAS,EAAC;EAA6B,gBACnEZ,KAAA,CAAAM,aAAA;IACEI,CAAC,EAAC,0EAA0E;IAC5EG,IAAI,EAAC;EAAS,CACf,CACA,CAAC,eACJb,KAAA,CAAAM,aAAA;IAAGK,QAAQ,EAAC,iBAAiB;IAACC,SAAS,EAAC;EAA6B,gBACnEZ,KAAA,CAAAM,aAAA;IACEI,CAAC,EAAC,qjDAAqjD;IACvjDG,IAAI,EAAC;EAAS,CACf,CACA,CACI,CAAC;AAEd,CAAC,CAAC;AAEFX,KAAK,CAACY,WAAW,GAAG,OAAO;AAE3B,SAASZ,KAAK","ignoreList":[]}
1
+ {"version":3,"file":"Earth.js","names":["_react","_interopRequireDefault","require","_SvgIcon","_excluded","e","__esModule","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","Earth","exports","_ref","ref","props","createElement","SvgIcon","viewBox","id","d","clipPath","transform","fill","displayName"],"sources":["../../../src/components/Icons/Earth.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Earth = function Earth({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 45 45\" {...props} ref={ref}>\n <defs>\n <clipPath id=\"prefix__a\">\n <path d=\"M0 36h36V0H0v36z\" />\n </clipPath>\n <clipPath id=\"prefix__b\">\n <path d=\"M18 36C8.059 36 0 27.941 0 18S8.059 0 18 0s18 8.059 18 18-8.059 18-18 18z\" />\n </clipPath>\n </defs>\n <g clipPath=\"url(#prefix__a)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M36 18c0-9.941-8.059-18-18-18S0 8.059 0 18s8.059 18 18 18 18-8.059 18-18\"\n fill=\"#88c9f9\"\n />\n </g>\n <g clipPath=\"url(#prefix__b)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M3.627 28.952c-.45 2.93 2.195 4.156 3.607 4.47 1.412.314 2.776.62 2.933-.006.156-.628.311-1.46 1.173-1.148.862.314 3.043.56 4.063 1.342 1.02.783 2.244.787 3.264.473 1.02-.313 3.877-.227 3.25-1.167-.627-.94-1.825-.827-2.45-1.924-.628-1.099.171-1.826 1.033-1.826.865 0 1.71-.135 2.26.727.548.863-.383 2.463.324 2.357.706-.106 1.477-.866 2.03-2.043.547-1.176 1.408-.47 1.723-1.176.313-.705 2.04-2.039 1.177-1.804-.864.236-1.726.392-1.96-.47-.237-.863.388-1.726-.237-1.647-.627.08-.86-.089-1.725-.004-.862.083-1.333.631-2.039-.545-.705-1.175-1.254-1.96-1.567-2.509-.315-.549-.785-.86-.55-1.96.235-1.099-.628-.785-.628.156 0 .94-.548 1.098-1.253.942-.706-.157-1.803-.313-1.724-1.098.077-.784-.315-1.725.313-2.352.627-.629 1.33.076 1.723-.158.393-.237 1.525-.023 1.133-.416-.393-.39-1.76-.88-.976-1.509a4.831 4.831 0 011.893-.907c.313-.08.062.774 1.083 1.166 1.017.392 2.608 1.29 3 .584.391-.705.338-.595 1.75-.75 1.41-.156 1.79-.585 2.417-1.917.626-1.333.446-1.192 1.462-1.58 1.021-.394 1.678-.223.737-1.087-.94-.86-1.65-.814-2.199-1.833-.55-1.017-.153-1.73-1.25-2.75A20.755 20.755 0 0024 4c-.618-.37-2.162-2.07-3.083-2.667-.834-.54-1.083 0-1.083 0s.256 1.667.964 2.372c.704.705 1.105 3.344.87 4.128-.235.783-1.36 1.02-1.75 1.333-.393.312-1.418 1.548-1.418 2.334 0 .784 1.71 2.81 1.71 2.81.218-1.089-1.039.328-1.627.523-.47.157-1.542 1.656-2.459 1.814-.916.16-1.363.7-2.068 1.25-.706.55-2.43 1.332-2.353 2.195.08.862-1.725 1.568-2.038 1.568-.314 0-1.019 0-1.647 1.098-.627 1.098-1.725 2.196-1.41 2.98.312.783.391 1.726.233 2.588-.156.862-1.332 1.176-1.567.941-.235-.236-1.489-1.335-1.647-.315\"\n fill=\"#5c913b\"\n />\n </g>\n </SvgIcon>\n );\n};\n\nEarth.displayName = 'Earth';\n\nexport { Earth };\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAAoC,IAAAE,SAAA;AAAA,SAAAH,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAN,CAAA,MAAAA,CAAA,GAAAO,SAAA,CAAAC,MAAA,EAAAR,CAAA,UAAAS,CAAA,GAAAF,SAAA,CAAAP,CAAA,YAAAU,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAAA,SAAAO,yBAAAd,CAAA,EAAAS,CAAA,gBAAAT,CAAA,iBAAAe,CAAA,EAAAL,CAAA,EAAAM,CAAA,GAAAC,6BAAA,CAAAjB,CAAA,EAAAS,CAAA,OAAAN,MAAA,CAAAe,qBAAA,QAAAZ,CAAA,GAAAH,MAAA,CAAAe,qBAAA,CAAAlB,CAAA,QAAAU,CAAA,MAAAA,CAAA,GAAAJ,CAAA,CAAAE,MAAA,EAAAE,CAAA,IAAAK,CAAA,GAAAT,CAAA,CAAAI,CAAA,UAAAD,CAAA,CAAAU,OAAA,CAAAJ,CAAA,QAAAK,oBAAA,CAAAR,IAAA,CAAAZ,CAAA,EAAAe,CAAA,MAAAC,CAAA,CAAAD,CAAA,IAAAf,CAAA,CAAAe,CAAA,aAAAC,CAAA;AAAA,SAAAC,8BAAAP,CAAA,EAAAV,CAAA,gBAAAU,CAAA,iBAAAD,CAAA,gBAAAH,CAAA,IAAAI,CAAA,SAAAC,cAAA,CAAAC,IAAA,CAAAF,CAAA,EAAAJ,CAAA,gBAAAN,CAAA,CAAAmB,OAAA,CAAAb,CAAA,aAAAG,CAAA,CAAAH,CAAA,IAAAI,CAAA,CAAAJ,CAAA,YAAAG,CAAA;AAEpC,IAAMY,KAAK,GAAAC,OAAA,CAAAD,KAAA,GAAG,SAASA,KAAKA,CAAAE,IAAA,EAA0D;EAAA,IAAvDC,GAAG,GAAAD,IAAA,CAAHC,GAAG;IAAKC,KAAK,GAAAX,wBAAA,CAAAS,IAAA,EAAAxB,SAAA;EAC1C,oBACEJ,MAAA,YAAA+B,aAAA,CAAC5B,QAAA,CAAA6B,OAAO,EAAAzB,QAAA;IAAC0B,OAAO,EAAC;EAAW,GAAKH,KAAK;IAAED,GAAG,EAAEA;EAAI,iBAC/C7B,MAAA,YAAA+B,aAAA,4BACE/B,MAAA,YAAA+B,aAAA;IAAUG,EAAE,EAAC;EAAW,gBACtBlC,MAAA,YAAA+B,aAAA;IAAMI,CAAC,EAAC;EAAkB,CAAE,CACpB,CAAC,eACXnC,MAAA,YAAA+B,aAAA;IAAUG,EAAE,EAAC;EAAW,gBACtBlC,MAAA,YAAA+B,aAAA;IAAMI,CAAC,EAAC;EAA2E,CAAE,CAC7E,CACN,CAAC,eACPnC,MAAA,YAAA+B,aAAA;IAAGK,QAAQ,EAAC,iBAAiB;IAACC,SAAS,EAAC;EAA6B,gBACnErC,MAAA,YAAA+B,aAAA;IACEI,CAAC,EAAC,0EAA0E;IAC5EG,IAAI,EAAC;EAAS,CACf,CACA,CAAC,eACJtC,MAAA,YAAA+B,aAAA;IAAGK,QAAQ,EAAC,iBAAiB;IAACC,SAAS,EAAC;EAA6B,gBACnErC,MAAA,YAAA+B,aAAA;IACEI,CAAC,EAAC,qjDAAqjD;IACvjDG,IAAI,EAAC;EAAS,CACf,CACA,CACI,CAAC;AAEd,CAAC;AAEDZ,KAAK,CAACa,WAAW,GAAG,OAAO","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- declare const FileBinary: React.ForwardRefExoticComponent<Omit<Omit<Omit<any, "name" | "fontsize" | "color"> & {
3
- size?: ("sm" | "md") | undefined;
4
- title?: string | undefined;
5
- className?: string | undefined;
6
- }, "ref"> & React.RefAttributes<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
2
+ import { SvgIcon } from './SvgIcon';
3
+ declare const FileBinary: {
4
+ ({ ref, ...props }: React.ComponentProps<typeof SvgIcon>): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
7
  export { FileBinary };
@@ -1,19 +1,26 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
- import React from 'react';
3
- import { SvgIcon } from './SvgIcon';
4
- var FileBinary = /*#__PURE__*/React.forwardRef(function FileBinary(props, ref) {
5
- return (
6
- /*#__PURE__*/
7
- // eslint-disable-next-line verdaccio/jsx-spread
8
- React.createElement(SvgIcon, _extends({
9
- viewBox: "0 0 14 16"
10
- }, props, {
11
- ref: ref
12
- }), /*#__PURE__*/React.createElement("path", {
13
- d: "M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z"
14
- }))
15
- );
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
16
5
  });
6
+ exports.FileBinary = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _SvgIcon = require("./SvgIcon");
9
+ var _excluded = ["ref"];
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
12
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
13
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
14
+ var FileBinary = exports.FileBinary = function FileBinary(_ref) {
15
+ var ref = _ref.ref,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+ return /*#__PURE__*/_react["default"].createElement(_SvgIcon.SvgIcon, _extends({
18
+ viewBox: "0 0 14 16"
19
+ }, props, {
20
+ ref: ref
21
+ }), /*#__PURE__*/_react["default"].createElement("path", {
22
+ d: "M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z"
23
+ }));
24
+ };
17
25
  FileBinary.displayName = 'FileBinary';
18
- export { FileBinary };
19
26
  //# sourceMappingURL=FileBinary.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FileBinary.js","names":["React","SvgIcon","FileBinary","forwardRef","props","ref","createElement","_extends","viewBox","d","displayName"],"sources":["../../../src/components/Icons/FileBinary.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\ntype Props = React.ComponentProps<typeof SvgIcon>;\n\nconst FileBinary = React.forwardRef(function FileBinary(\n props: Props,\n ref: React.Ref<SVGSVGElement>\n) {\n return (\n // eslint-disable-next-line verdaccio/jsx-spread\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\" />\n </SvgIcon>\n );\n});\n\nFileBinary.displayName = 'FileBinary';\n\nexport { FileBinary };\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,OAAO,QAAQ,WAAW;AAInC,IAAMC,UAAU,gBAAGF,KAAK,CAACG,UAAU,CAAC,SAASD,UAAUA,CACrDE,KAAY,EACZC,GAA6B,EAC7B;EACA;IAAA;IACE;IACAL,KAAA,CAAAM,aAAA,CAACL,OAAO,EAAAM,QAAA;MAACC,OAAO,EAAC;IAAW,GAAKJ,KAAK;MAAEC,GAAG,EAAEA;IAAI,iBAC/CL,KAAA,CAAAM,aAAA;MAAMG,CAAC,EAAC;IAAyL,CAAE,CAC5L;EAAC;AAEd,CAAC,CAAC;AAEFP,UAAU,CAACQ,WAAW,GAAG,YAAY;AAErC,SAASR,UAAU","ignoreList":[]}
1
+ {"version":3,"file":"FileBinary.js","names":["_react","_interopRequireDefault","require","_SvgIcon","_excluded","e","__esModule","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","FileBinary","exports","_ref","ref","props","createElement","SvgIcon","viewBox","d","displayName"],"sources":["../../../src/components/Icons/FileBinary.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst FileBinary = function FileBinary({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\" />\n </SvgIcon>\n );\n};\n\nFileBinary.displayName = 'FileBinary';\n\nexport { FileBinary };\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAAoC,IAAAE,SAAA;AAAA,SAAAH,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAN,CAAA,MAAAA,CAAA,GAAAO,SAAA,CAAAC,MAAA,EAAAR,CAAA,UAAAS,CAAA,GAAAF,SAAA,CAAAP,CAAA,YAAAU,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAAA,SAAAO,yBAAAd,CAAA,EAAAS,CAAA,gBAAAT,CAAA,iBAAAe,CAAA,EAAAL,CAAA,EAAAM,CAAA,GAAAC,6BAAA,CAAAjB,CAAA,EAAAS,CAAA,OAAAN,MAAA,CAAAe,qBAAA,QAAAZ,CAAA,GAAAH,MAAA,CAAAe,qBAAA,CAAAlB,CAAA,QAAAU,CAAA,MAAAA,CAAA,GAAAJ,CAAA,CAAAE,MAAA,EAAAE,CAAA,IAAAK,CAAA,GAAAT,CAAA,CAAAI,CAAA,UAAAD,CAAA,CAAAU,OAAA,CAAAJ,CAAA,QAAAK,oBAAA,CAAAR,IAAA,CAAAZ,CAAA,EAAAe,CAAA,MAAAC,CAAA,CAAAD,CAAA,IAAAf,CAAA,CAAAe,CAAA,aAAAC,CAAA;AAAA,SAAAC,8BAAAP,CAAA,EAAAV,CAAA,gBAAAU,CAAA,iBAAAD,CAAA,gBAAAH,CAAA,IAAAI,CAAA,SAAAC,cAAA,CAAAC,IAAA,CAAAF,CAAA,EAAAJ,CAAA,gBAAAN,CAAA,CAAAmB,OAAA,CAAAb,CAAA,aAAAG,CAAA,CAAAH,CAAA,IAAAI,CAAA,CAAAJ,CAAA,YAAAG,CAAA;AAEpC,IAAMY,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,SAASA,UAAUA,CAAAE,IAAA,EAA0D;EAAA,IAAvDC,GAAG,GAAAD,IAAA,CAAHC,GAAG;IAAKC,KAAK,GAAAX,wBAAA,CAAAS,IAAA,EAAAxB,SAAA;EACpD,oBACEJ,MAAA,YAAA+B,aAAA,CAAC5B,QAAA,CAAA6B,OAAO,EAAAzB,QAAA;IAAC0B,OAAO,EAAC;EAAW,GAAKH,KAAK;IAAED,GAAG,EAAEA;EAAI,iBAC/C7B,MAAA,YAAA+B,aAAA;IAAMG,CAAC,EAAC;EAAyL,CAAE,CAC5L,CAAC;AAEd,CAAC;AAEDR,UAAU,CAACS,WAAW,GAAG,YAAY","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- declare const Law: React.ForwardRefExoticComponent<Omit<Omit<Omit<any, "name" | "fontsize" | "color"> & {
3
- size?: ("sm" | "md") | undefined;
4
- title?: string | undefined;
5
- className?: string | undefined;
6
- }, "ref"> & React.RefAttributes<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
2
+ import { SvgIcon } from './SvgIcon';
3
+ declare const Law: {
4
+ ({ ref, ...props }: React.ComponentProps<typeof SvgIcon>): React.JSX.Element;
5
+ displayName: string;
6
+ };
7
7
  export { Law };
@@ -1,20 +1,27 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
- import React from 'react';
3
- import { SvgIcon } from './SvgIcon';
4
- var Law = /*#__PURE__*/React.forwardRef(function Law(props, ref) {
5
- return (
6
- /*#__PURE__*/
7
- // eslint-disable-next-line verdaccio/jsx-spread
8
- React.createElement(SvgIcon, _extends({
9
- viewBox: "0 0 14 16"
10
- }, props, {
11
- ref: ref
12
- }), /*#__PURE__*/React.createElement("path", {
13
- d: "M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z",
14
- fillRule: "evenodd"
15
- }))
16
- );
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
17
5
  });
6
+ exports.Law = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _SvgIcon = require("./SvgIcon");
9
+ var _excluded = ["ref"];
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
12
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
13
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
14
+ var Law = exports.Law = function Law(_ref) {
15
+ var ref = _ref.ref,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+ return /*#__PURE__*/_react["default"].createElement(_SvgIcon.SvgIcon, _extends({
18
+ viewBox: "0 0 14 16"
19
+ }, props, {
20
+ ref: ref
21
+ }), /*#__PURE__*/_react["default"].createElement("path", {
22
+ d: "M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z",
23
+ fillRule: "evenodd"
24
+ }));
25
+ };
18
26
  Law.displayName = 'Law';
19
- export { Law };
20
27
  //# sourceMappingURL=Law.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Law.js","names":["React","SvgIcon","Law","forwardRef","props","ref","createElement","_extends","viewBox","d","fillRule","displayName"],"sources":["../../../src/components/Icons/Law.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\ntype Props = React.ComponentProps<typeof SvgIcon>;\n\nconst Law = React.forwardRef(function Law(props: Props, ref: React.Ref<SVGSVGElement>) {\n return (\n // eslint-disable-next-line verdaccio/jsx-spread\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path\n d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n});\n\nLaw.displayName = 'Law';\n\nexport { Law };\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,OAAO,QAAQ,WAAW;AAInC,IAAMC,GAAG,gBAAGF,KAAK,CAACG,UAAU,CAAC,SAASD,GAAGA,CAACE,KAAY,EAAEC,GAA6B,EAAE;EACrF;IAAA;IACE;IACAL,KAAA,CAAAM,aAAA,CAACL,OAAO,EAAAM,QAAA;MAACC,OAAO,EAAC;IAAW,GAAKJ,KAAK;MAAEC,GAAG,EAAEA;IAAI,iBAC/CL,KAAA,CAAAM,aAAA;MACEG,CAAC,EAAC,mXAAmX;MACrXC,QAAQ,EAAC;IAAS,CACnB,CACM;EAAC;AAEd,CAAC,CAAC;AAEFR,GAAG,CAACS,WAAW,GAAG,KAAK;AAEvB,SAAST,GAAG","ignoreList":[]}
1
+ {"version":3,"file":"Law.js","names":["_react","_interopRequireDefault","require","_SvgIcon","_excluded","e","__esModule","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","Law","exports","_ref","ref","props","createElement","SvgIcon","viewBox","d","fillRule","displayName"],"sources":["../../../src/components/Icons/Law.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Law = function Law({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path\n d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nLaw.displayName = 'Law';\n\nexport { Law };\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAAoC,IAAAE,SAAA;AAAA,SAAAH,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAN,CAAA,MAAAA,CAAA,GAAAO,SAAA,CAAAC,MAAA,EAAAR,CAAA,UAAAS,CAAA,GAAAF,SAAA,CAAAP,CAAA,YAAAU,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAAA,SAAAO,yBAAAd,CAAA,EAAAS,CAAA,gBAAAT,CAAA,iBAAAe,CAAA,EAAAL,CAAA,EAAAM,CAAA,GAAAC,6BAAA,CAAAjB,CAAA,EAAAS,CAAA,OAAAN,MAAA,CAAAe,qBAAA,QAAAZ,CAAA,GAAAH,MAAA,CAAAe,qBAAA,CAAAlB,CAAA,QAAAU,CAAA,MAAAA,CAAA,GAAAJ,CAAA,CAAAE,MAAA,EAAAE,CAAA,IAAAK,CAAA,GAAAT,CAAA,CAAAI,CAAA,UAAAD,CAAA,CAAAU,OAAA,CAAAJ,CAAA,QAAAK,oBAAA,CAAAR,IAAA,CAAAZ,CAAA,EAAAe,CAAA,MAAAC,CAAA,CAAAD,CAAA,IAAAf,CAAA,CAAAe,CAAA,aAAAC,CAAA;AAAA,SAAAC,8BAAAP,CAAA,EAAAV,CAAA,gBAAAU,CAAA,iBAAAD,CAAA,gBAAAH,CAAA,IAAAI,CAAA,SAAAC,cAAA,CAAAC,IAAA,CAAAF,CAAA,EAAAJ,CAAA,gBAAAN,CAAA,CAAAmB,OAAA,CAAAb,CAAA,aAAAG,CAAA,CAAAH,CAAA,IAAAI,CAAA,CAAAJ,CAAA,YAAAG,CAAA;AAEpC,IAAMY,GAAG,GAAAC,OAAA,CAAAD,GAAA,GAAG,SAASA,GAAGA,CAAAE,IAAA,EAA0D;EAAA,IAAvDC,GAAG,GAAAD,IAAA,CAAHC,GAAG;IAAKC,KAAK,GAAAX,wBAAA,CAAAS,IAAA,EAAAxB,SAAA;EACtC,oBACEJ,MAAA,YAAA+B,aAAA,CAAC5B,QAAA,CAAA6B,OAAO,EAAAzB,QAAA;IAAC0B,OAAO,EAAC;EAAW,GAAKH,KAAK;IAAED,GAAG,EAAEA;EAAI,iBAC/C7B,MAAA,YAAA+B,aAAA;IACEG,CAAC,EAAC,mXAAmX;IACrXC,QAAQ,EAAC;EAAS,CACnB,CACM,CAAC;AAEd,CAAC;AAEDT,GAAG,CAACU,WAAW,GAAG,KAAK","ignoreList":[]}
@@ -1,7 +1,9 @@
1
1
  import React from 'react';
2
- declare const License: React.ForwardRefExoticComponent<Omit<Omit<Omit<any, "name" | "fontsize" | "color"> & {
3
- size?: ("sm" | "md") | undefined;
4
- title?: string | undefined;
5
- className?: string | undefined;
6
- }, "ref"> & React.RefAttributes<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
2
+ declare const License: {
3
+ ({ ref, ...props }: {
4
+ [x: string]: any;
5
+ ref: any;
6
+ }): React.JSX.Element;
7
+ displayName: string;
8
+ };
7
9
  export { License };
@@ -1,17 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.License = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _SvgIcon = require("./SvgIcon");
9
+ var _excluded = ["ref"];
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
1
11
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
- import React from 'react';
3
- import { SvgIcon } from './SvgIcon';
4
- var License = /*#__PURE__*/React.forwardRef(function License(props, ref) {
5
- return /*#__PURE__*/React.createElement(SvgIcon, _extends({
12
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
13
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
14
+ var License = exports.License = function License(_ref) {
15
+ var ref = _ref.ref,
16
+ props = _objectWithoutProperties(_ref, _excluded);
17
+ return /*#__PURE__*/_react["default"].createElement(_SvgIcon.SvgIcon, _extends({
6
18
  viewBox: "0 0 490.652 490.652"
7
19
  }, props, {
8
20
  ref: ref
9
- }), /*#__PURE__*/React.createElement("path", {
21
+ }), /*#__PURE__*/_react["default"].createElement("path", {
10
22
  d: "M456.607 9.904H34.04C15.269 9.904 0 25.17 0 43.945V310.17c0 18.77 15.269 34.039 34.04 34.039h260.642c-4.043-10.35-6.534-21.737-7.159-33.742l-253.974-.297.491-266.718 423.063.493V310.17c0 .279-.23.492-.495.492l-15.251-.019c-.637 11.942-3.111 23.263-7.138 33.565h22.389c18.777 0 34.045-15.27 34.045-34.039V43.945c-.001-18.775-15.268-34.041-34.046-34.041z"
11
- }), /*#__PURE__*/React.createElement("path", {
23
+ }), /*#__PURE__*/_react["default"].createElement("path", {
12
24
  d: "M364.447 381.02c33.354 0 60.386-34.152 60.386-76.289 0-42.131-27.031-76.284-60.386-76.284-33.35 0-60.38 34.153-60.38 76.284 0 42.137 27.031 76.289 60.38 76.289zM81.087 118.345h149.561c9.273 0 16.776-7.499 16.776-16.772 0-9.271-7.504-16.775-16.776-16.775H81.087c-9.271 0-16.771 7.504-16.771 16.775 0 9.273 7.499 16.772 16.771 16.772zm334.08 58.716c0-9.273-7.505-16.779-16.776-16.779H81.087c-9.271 0-16.771 7.506-16.771 16.779 0 9.271 7.499 16.77 16.771 16.77h317.304c9.271 0 16.776-7.498 16.776-16.77zm-334.08 58.707c-9.271 0-16.771 7.504-16.771 16.771 0 9.273 7.499 16.777 16.771 16.777h149.561c9.273 0 16.776-7.504 16.776-16.777 0-9.268-7.504-16.771-16.776-16.771H81.087zm334.338 138.684c-.065.082-23.295 26.869-55.728 23.081l40.331 81.577a2.93 2.93 0 002.637 1.639h.215a2.95 2.95 0 002.571-2.031l10.174-31.234a3.024 3.024 0 011.488-1.728 3.07 3.07 0 012.28-.13l30.977 10.88c.324.112.651.163.98.163.836 0 1.623-.348 2.195-.982.803-.9.964-2.18.441-3.244l-38.561-77.991zm-101.772.146c-.049-.047-.118-.096-.185-.146l-38.561 77.973a2.953 2.953 0 00.448 3.262 2.961 2.961 0 003.174.819l30.978-10.88c.328-.113.658-.16.982-.16.442 0 .884.096 1.294.29.706.36 1.245.987 1.493 1.741l10.173 31.221c.378 1.133 1.391 1.936 2.572 2.014h.21a2.95 2.95 0 002.642-1.621l26.206-53.01-16.755-33.893c-.066-.034-14.672-5.884-24.671-17.61z"
13
25
  }));
14
- });
26
+ };
15
27
  License.displayName = 'License';
16
- export { License };
17
28
  //# sourceMappingURL=License.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"License.js","names":["React","SvgIcon","License","forwardRef","props","ref","createElement","_extends","viewBox","d","displayName"],"sources":["../../../src/components/Icons/License.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\ntype Props = React.ComponentProps<typeof SvgIcon>;\n\nconst License = React.forwardRef(function License(props: Props, ref: React.Ref<SVGSVGElement>) {\n return (\n <SvgIcon viewBox=\"0 0 490.652 490.652\" {...props} ref={ref}>\n <path d=\"M456.607 9.904H34.04C15.269 9.904 0 25.17 0 43.945V310.17c0 18.77 15.269 34.039 34.04 34.039h260.642c-4.043-10.35-6.534-21.737-7.159-33.742l-253.974-.297.491-266.718 423.063.493V310.17c0 .279-.23.492-.495.492l-15.251-.019c-.637 11.942-3.111 23.263-7.138 33.565h22.389c18.777 0 34.045-15.27 34.045-34.039V43.945c-.001-18.775-15.268-34.041-34.046-34.041z\" />\n <path d=\"M364.447 381.02c33.354 0 60.386-34.152 60.386-76.289 0-42.131-27.031-76.284-60.386-76.284-33.35 0-60.38 34.153-60.38 76.284 0 42.137 27.031 76.289 60.38 76.289zM81.087 118.345h149.561c9.273 0 16.776-7.499 16.776-16.772 0-9.271-7.504-16.775-16.776-16.775H81.087c-9.271 0-16.771 7.504-16.771 16.775 0 9.273 7.499 16.772 16.771 16.772zm334.08 58.716c0-9.273-7.505-16.779-16.776-16.779H81.087c-9.271 0-16.771 7.506-16.771 16.779 0 9.271 7.499 16.77 16.771 16.77h317.304c9.271 0 16.776-7.498 16.776-16.77zm-334.08 58.707c-9.271 0-16.771 7.504-16.771 16.771 0 9.273 7.499 16.777 16.771 16.777h149.561c9.273 0 16.776-7.504 16.776-16.777 0-9.268-7.504-16.771-16.776-16.771H81.087zm334.338 138.684c-.065.082-23.295 26.869-55.728 23.081l40.331 81.577a2.93 2.93 0 002.637 1.639h.215a2.95 2.95 0 002.571-2.031l10.174-31.234a3.024 3.024 0 011.488-1.728 3.07 3.07 0 012.28-.13l30.977 10.88c.324.112.651.163.98.163.836 0 1.623-.348 2.195-.982.803-.9.964-2.18.441-3.244l-38.561-77.991zm-101.772.146c-.049-.047-.118-.096-.185-.146l-38.561 77.973a2.953 2.953 0 00.448 3.262 2.961 2.961 0 003.174.819l30.978-10.88c.328-.113.658-.16.982-.16.442 0 .884.096 1.294.29.706.36 1.245.987 1.493 1.741l10.173 31.221c.378 1.133 1.391 1.936 2.572 2.014h.21a2.95 2.95 0 002.642-1.621l26.206-53.01-16.755-33.893c-.066-.034-14.672-5.884-24.671-17.61z\" />\n </SvgIcon>\n );\n});\n\nLicense.displayName = 'License';\n\nexport { License };\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,OAAO,QAAQ,WAAW;AAInC,IAAMC,OAAO,gBAAGF,KAAK,CAACG,UAAU,CAAC,SAASD,OAAOA,CAACE,KAAY,EAAEC,GAA6B,EAAE;EAC7F,oBACEL,KAAA,CAAAM,aAAA,CAACL,OAAO,EAAAM,QAAA;IAACC,OAAO,EAAC;EAAqB,GAAKJ,KAAK;IAAEC,GAAG,EAAEA;EAAI,iBACzDL,KAAA,CAAAM,aAAA;IAAMG,CAAC,EAAC;EAAkW,CAAE,CAAC,eAC7WT,KAAA,CAAAM,aAAA;IAAMG,CAAC,EAAC;EAAuyC,CAAE,CAC1yC,CAAC;AAEd,CAAC,CAAC;AAEFP,OAAO,CAACQ,WAAW,GAAG,SAAS;AAE/B,SAASR,OAAO","ignoreList":[]}
1
+ {"version":3,"file":"License.js","names":["_react","_interopRequireDefault","require","_SvgIcon","_excluded","e","__esModule","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","License","exports","_ref","ref","props","createElement","SvgIcon","viewBox","d","displayName"],"sources":["../../../src/components/Icons/License.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst License = function License({ ref, ...props }) {\n return (\n <SvgIcon viewBox=\"0 0 490.652 490.652\" {...props} ref={ref}>\n <path d=\"M456.607 9.904H34.04C15.269 9.904 0 25.17 0 43.945V310.17c0 18.77 15.269 34.039 34.04 34.039h260.642c-4.043-10.35-6.534-21.737-7.159-33.742l-253.974-.297.491-266.718 423.063.493V310.17c0 .279-.23.492-.495.492l-15.251-.019c-.637 11.942-3.111 23.263-7.138 33.565h22.389c18.777 0 34.045-15.27 34.045-34.039V43.945c-.001-18.775-15.268-34.041-34.046-34.041z\" />\n <path d=\"M364.447 381.02c33.354 0 60.386-34.152 60.386-76.289 0-42.131-27.031-76.284-60.386-76.284-33.35 0-60.38 34.153-60.38 76.284 0 42.137 27.031 76.289 60.38 76.289zM81.087 118.345h149.561c9.273 0 16.776-7.499 16.776-16.772 0-9.271-7.504-16.775-16.776-16.775H81.087c-9.271 0-16.771 7.504-16.771 16.775 0 9.273 7.499 16.772 16.771 16.772zm334.08 58.716c0-9.273-7.505-16.779-16.776-16.779H81.087c-9.271 0-16.771 7.506-16.771 16.779 0 9.271 7.499 16.77 16.771 16.77h317.304c9.271 0 16.776-7.498 16.776-16.77zm-334.08 58.707c-9.271 0-16.771 7.504-16.771 16.771 0 9.273 7.499 16.777 16.771 16.777h149.561c9.273 0 16.776-7.504 16.776-16.777 0-9.268-7.504-16.771-16.776-16.771H81.087zm334.338 138.684c-.065.082-23.295 26.869-55.728 23.081l40.331 81.577a2.93 2.93 0 002.637 1.639h.215a2.95 2.95 0 002.571-2.031l10.174-31.234a3.024 3.024 0 011.488-1.728 3.07 3.07 0 012.28-.13l30.977 10.88c.324.112.651.163.98.163.836 0 1.623-.348 2.195-.982.803-.9.964-2.18.441-3.244l-38.561-77.991zm-101.772.146c-.049-.047-.118-.096-.185-.146l-38.561 77.973a2.953 2.953 0 00.448 3.262 2.961 2.961 0 003.174.819l30.978-10.88c.328-.113.658-.16.982-.16.442 0 .884.096 1.294.29.706.36 1.245.987 1.493 1.741l10.173 31.221c.378 1.133 1.391 1.936 2.572 2.014h.21a2.95 2.95 0 002.642-1.621l26.206-53.01-16.755-33.893c-.066-.034-14.672-5.884-24.671-17.61z\" />\n </SvgIcon>\n );\n};\n\nLicense.displayName = 'License';\n\nexport { License };\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAAoC,IAAAE,SAAA;AAAA,SAAAH,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAN,CAAA,MAAAA,CAAA,GAAAO,SAAA,CAAAC,MAAA,EAAAR,CAAA,UAAAS,CAAA,GAAAF,SAAA,CAAAP,CAAA,YAAAU,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAAA,SAAAO,yBAAAd,CAAA,EAAAS,CAAA,gBAAAT,CAAA,iBAAAe,CAAA,EAAAL,CAAA,EAAAM,CAAA,GAAAC,6BAAA,CAAAjB,CAAA,EAAAS,CAAA,OAAAN,MAAA,CAAAe,qBAAA,QAAAZ,CAAA,GAAAH,MAAA,CAAAe,qBAAA,CAAAlB,CAAA,QAAAU,CAAA,MAAAA,CAAA,GAAAJ,CAAA,CAAAE,MAAA,EAAAE,CAAA,IAAAK,CAAA,GAAAT,CAAA,CAAAI,CAAA,UAAAD,CAAA,CAAAU,OAAA,CAAAJ,CAAA,QAAAK,oBAAA,CAAAR,IAAA,CAAAZ,CAAA,EAAAe,CAAA,MAAAC,CAAA,CAAAD,CAAA,IAAAf,CAAA,CAAAe,CAAA,aAAAC,CAAA;AAAA,SAAAC,8BAAAP,CAAA,EAAAV,CAAA,gBAAAU,CAAA,iBAAAD,CAAA,gBAAAH,CAAA,IAAAI,CAAA,SAAAC,cAAA,CAAAC,IAAA,CAAAF,CAAA,EAAAJ,CAAA,gBAAAN,CAAA,CAAAmB,OAAA,CAAAb,CAAA,aAAAG,CAAA,CAAAH,CAAA,IAAAI,CAAA,CAAAJ,CAAA,YAAAG,CAAA;AAEpC,IAAMY,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,SAASA,OAAOA,CAAAE,IAAA,EAAoB;EAAA,IAAjBC,GAAG,GAAAD,IAAA,CAAHC,GAAG;IAAKC,KAAK,GAAAX,wBAAA,CAAAS,IAAA,EAAAxB,SAAA;EAC9C,oBACEJ,MAAA,YAAA+B,aAAA,CAAC5B,QAAA,CAAA6B,OAAO,EAAAzB,QAAA;IAAC0B,OAAO,EAAC;EAAqB,GAAKH,KAAK;IAAED,GAAG,EAAEA;EAAI,iBACzD7B,MAAA,YAAA+B,aAAA;IAAMG,CAAC,EAAC;EAAkW,CAAE,CAAC,eAC7WlC,MAAA,YAAA+B,aAAA;IAAMG,CAAC,EAAC;EAAuyC,CAAE,CAC1yC,CAAC;AAEd,CAAC;AAEDR,OAAO,CAACS,WAAW,GAAG,SAAS","ignoreList":[]}
@@ -1,7 +1,14 @@
1
- import React from 'react';
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Npm = Npm;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
2
9
  var icon = require('./npm.svg');
3
- export function Npm() {
4
- return /*#__PURE__*/React.createElement("img", {
10
+ function Npm() {
11
+ return /*#__PURE__*/_react["default"].createElement("img", {
5
12
  alt: "npm package manager",
6
13
  height: "20",
7
14
  src: icon,