@abtnode/blocklet-services 1.16.27 → 1.16.28-beta-bfbab430

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 (229) hide show
  1. package/api/index.js +4 -3
  2. package/api/libs/connect/session.js +12 -6
  3. package/api/libs/connect/v1.js +5 -1
  4. package/api/libs/push-kit/index.js +114 -0
  5. package/api/routes/federated.js +2 -3
  6. package/api/routes/oauth.js +13 -2
  7. package/api/routes/user-session.js +22 -4
  8. package/api/routes/user.js +12 -0
  9. package/api/services/auth/connect/invite.js +6 -0
  10. package/api/services/auth/connect/issue-passport.js +6 -0
  11. package/api/services/auth/session.js +8 -2
  12. package/api/services/notification/index.js +21 -1
  13. package/api/socket/channel/did.js +114 -49
  14. package/api/util/index.js +18 -3
  15. package/dist/assets/{Add-CwM8vqJb.js → Add-BM20NrQO.js} +1 -1
  16. package/dist/assets/{AddBox-CWtpGmfL.js → AddBox--wxfR3G0.js} +1 -1
  17. package/dist/assets/Alert-DtzaUssX.js +1 -0
  18. package/dist/assets/{ArrowDropDown-D7NxLtoD.js → ArrowDropDown-Iyfxx2xg.js} +1 -1
  19. package/dist/assets/{Avatar-DALZS0lZ.js → Avatar-CUpS4Ilr.js} +1 -1
  20. package/dist/assets/{ButtonGroup-CJkesdM3.js → ButtonGroup-CYyG5u2K.js} +1 -1
  21. package/dist/assets/{CheckCircle-BJ5Uw81o.js → CheckCircle-DoaQShhi.js} +1 -1
  22. package/dist/assets/ChevronRight-CoSoIqx4.js +1 -0
  23. package/dist/assets/{Close-DmMtvJJN.js → Close-BLsWc_Tk.js} +1 -1
  24. package/dist/assets/{CloseOutlined-C9Px1Nek.js → CloseOutlined-DW47mLri.js} +1 -1
  25. package/dist/assets/{Delete-DYY-Ow66.js → Delete-BeboIHFa.js} +1 -1
  26. package/dist/assets/{DeleteOutline-D9U3cBQw.js → DeleteOutline-BaCf1XtY.js} +1 -1
  27. package/dist/assets/{Done-DsGkSs6f.js → Done-BEjApK9u.js} +1 -1
  28. package/dist/assets/{Download-BEa4Nrk6.js → Download-DjWaMhPn.js} +1 -1
  29. package/dist/assets/{Edit-B2iBIPGp.js → Edit-DyzvkXNJ.js} +1 -1
  30. package/dist/assets/{EditIcon-DJlQ7yQx.js → EditIcon-BXRvvSFr.js} +1 -1
  31. package/dist/assets/{Error-07pFpb7C.js → Error-DcCaeZ_S.js} +1 -1
  32. package/dist/assets/{ExpandMore-CM-DE2JK.js → ExpandMore-Dw5iC69g.js} +1 -1
  33. package/dist/assets/{FilterList-B6nHdXje.js → FilterList-B_AYjksa.js} +5 -5
  34. package/dist/assets/FormControl-CKJrH8LS.js +1 -0
  35. package/dist/assets/{FormControlLabel-DKslb7to.js → FormControlLabel-J_nG7S9r.js} +1 -1
  36. package/dist/assets/{FormGroup-Ba1ctrn7.js → FormGroup-B2XKvk2U.js} +1 -1
  37. package/dist/assets/{Google-kq1gRB6c.js → Google-_J6to4FR.js} +4 -4
  38. package/dist/assets/{Hidden-CUsYJfHX.js → Hidden-BLdLc8h9.js} +1 -1
  39. package/dist/assets/{InfoOutlined-Bb4PKvfm.js → InfoOutlined-jXjX6Tro.js} +1 -1
  40. package/dist/assets/{InputAdornment-HFI-ThUx.js → InputAdornment-DYTxgt6k.js} +1 -1
  41. package/dist/assets/{InputLabel-CRX7GO1W.js → InputLabel-lATzw7NR.js} +1 -1
  42. package/dist/assets/{LastPage-_qKWqTam.js → LastPage-2k34T11k.js} +1 -1
  43. package/dist/assets/{Launch-DF8F5LY1.js → Launch-DOIBGLzl.js} +1 -1
  44. package/dist/assets/{LaunchOutlined-B6B8I_2E.js → LaunchOutlined-SrMQHpJM.js} +1 -1
  45. package/dist/assets/{Link-J1qypDUa.js → Link-5b2HVhJS.js} +1 -1
  46. package/dist/assets/{ListItemText--5OHywDj.js → ListItemText-BWOzBiMo.js} +1 -1
  47. package/dist/assets/{LoadingButton-CQrsv4YE.js → LoadingButton-CK30gWPr.js} +1 -1
  48. package/dist/assets/{LockIcon-CatEwcOV.js → LockIcon-DSoFeiUW.js} +1 -1
  49. package/dist/assets/{Loop-B9IjX0E7.js → Loop-CBPEms0Q.js} +1 -1
  50. package/dist/assets/{MoreHoriz-OF0bQEaE.js → MoreHoriz-D2VMH51n.js} +1 -1
  51. package/dist/assets/{MoreVert-DQBeF_6h.js → MoreVert-BEZvlzF-.js} +1 -1
  52. package/dist/assets/{OpenInNew-IStrdCVC.js → OpenInNew-Ck3ijqlL.js} +1 -1
  53. package/dist/assets/Pagination-DYCSDEOZ.js +2 -0
  54. package/dist/assets/{PlayArrow-CK4Wf37C.js → PlayArrow-Bep57q0l.js} +1 -1
  55. package/dist/assets/{QuestionMarkCircle-BqrlW5d1.js → QuestionMarkCircle-BRJ6UWDC.js} +1 -1
  56. package/dist/assets/{RadioGroup--3XkfP_A.js → RadioGroup-DjYscIah.js} +1 -1
  57. package/dist/assets/{Search-BD9rBqLl.js → Search-DFMpNFHb.js} +1 -1
  58. package/dist/assets/{Select-VsDz5FE8.js → Select-B59j8vqU.js} +2 -2
  59. package/dist/assets/{ServerLogo-VaBfp8lH.js → ServerLogo-B-brfx83.js} +1 -1
  60. package/dist/assets/{Skeleton-DUeW-_dm.js → Skeleton-CjiEfCyO.js} +4 -4
  61. package/dist/assets/{Slider-C_5S9kwO.js → Slider-BJkaec7K.js} +1 -1
  62. package/dist/assets/{Stepper-BbPygfKM.js → Stepper-JkeBEOuY.js} +1 -1
  63. package/dist/assets/{TextField-aPyTQ1Wg.js → TextField-C5D15Ugf.js} +1 -1
  64. package/dist/assets/{Toolbar-DjGyyZ0P.js → Toolbar-CSkIjhiI.js} +1 -1
  65. package/dist/assets/{ViewList-DEy367A5.js → ViewList-BKInLQTN.js} +1 -1
  66. package/dist/assets/access-control-BCwpKFRG.js +13 -0
  67. package/dist/assets/{actions-C3pxTAkB.js → actions-DPCHP2Zq.js} +1 -1
  68. package/dist/assets/{add-component-core-Bl_jCY6w.js → add-component-core-07RqFKRp.js} +53 -53
  69. package/dist/assets/add-resource-DyhrbJxX.js +1 -0
  70. package/dist/assets/{addon-D6Zv_xJR.js → addon-Dd_1kHaH.js} +1 -1
  71. package/dist/assets/{analytics-9rS1UvzU.js → analytics-CpnXFlCP.js} +9 -9
  72. package/dist/assets/api-BEakJrYk.js +1 -0
  73. package/dist/assets/{ar-DqmJV4p8.js → ar-DXpJw3XU.js} +1 -1
  74. package/dist/assets/{audit-logs-DqukTJ9s.js → audit-logs-CcdVOnke.js} +2 -2
  75. package/dist/assets/{button-CRqbeCtP.js → button-BKUtHuLK.js} +1 -1
  76. package/dist/assets/{click-to-copy-BAX04hG0.js → click-to-copy-C5Z-YhEj.js} +1 -1
  77. package/dist/assets/{complete-D_oUCOrq.js → complete-DGbpqS5n.js} +4 -4
  78. package/dist/assets/{component-CZa-Hbf-.js → component-DqG0gKuO.js} +40 -40
  79. package/dist/assets/{config-Br1oEhxb.js → config-DLELBWuY.js} +1 -1
  80. package/dist/assets/config-DseId50E.js +32 -0
  81. package/dist/assets/{config-navigation-BAezznbr.js → config-navigation-D3NGEvCy.js} +2 -2
  82. package/dist/assets/{config-space-BFhSdYit.js → config-space-Dq3sHJW8.js} +1 -1
  83. package/dist/assets/confirm-Bp1YUyru.js +7 -0
  84. package/dist/assets/connect-CCqeZs4y.js +1 -0
  85. package/dist/assets/connect-De6kBvVp.js +5 -0
  86. package/dist/assets/{connect-to-dvuLvbZ-.js → connect-to-DNQSW4Zf.js} +2 -2
  87. package/dist/assets/{content-layout-9WIqKbOM.js → content-layout-FX0-4e_U.js} +1 -1
  88. package/dist/assets/dashboard-gEbtoKpZ.js +129 -0
  89. package/dist/assets/{de-CHOUObJ5.js → de-CWxlIdre.js} +1 -1
  90. package/dist/assets/{did-address-DmmIbEBi.js → did-address-Etx4oDtC.js} +1 -1
  91. package/dist/assets/domain-Bp688Xuz.js +9 -0
  92. package/dist/assets/domain-list-xUOKEmgZ.js +12 -0
  93. package/dist/assets/{es-aZ4oYeVs.js → es-BmrvDK07.js} +1 -1
  94. package/dist/assets/exchange-passport-Ca8hn9GK.js +1 -0
  95. package/dist/assets/{fallback-Bjkb8vHx.js → fallback-CIBVmJin.js} +1 -1
  96. package/dist/assets/{fr-Bi9vptGI.js → fr-B7SxgRy3.js} +1 -1
  97. package/dist/assets/fuel-CJOxfEOO.js +32 -0
  98. package/dist/assets/{fullpage-CKGw8-fI.js → fullpage-D3A4C5-R.js} +1 -1
  99. package/dist/assets/{hi-BXYjfUTP.js → hi-BRRtNIB_.js} +1 -1
  100. package/dist/assets/{home-DhEHMf3u.js → home-CjQy6Wn4.js} +1 -1
  101. package/dist/assets/{id-VVXvzjmO.js → id-D6-Qi7Q1.js} +1 -1
  102. package/dist/assets/{iframe-hH7vDtKv.js → iframe-BBq0Voai.js} +1 -1
  103. package/dist/assets/{index-BVS_h6_H.js → index-3J8dxrpv.js} +1 -1
  104. package/dist/assets/{index-BP_qJBTx.js → index-B-MiDNZJ.js} +1 -1
  105. package/dist/assets/{index-CwWUEzws.js → index-B0YP3d1_.js} +3 -3
  106. package/dist/assets/{index-B05fFzEE.js → index-B4NnGwvJ.js} +1 -1
  107. package/dist/assets/{index-Bm0QayqF.js → index-BJX9Tvpd.js} +6 -6
  108. package/dist/assets/{index-CO8IqBmF.js → index-BNte_m1O.js} +1 -1
  109. package/dist/assets/{index-9Y8ZRmbf.js → index-BYYybgec.js} +38 -35
  110. package/dist/assets/{index-B3UB5TOv.js → index-BgwjaAEK.js} +1 -1
  111. package/dist/assets/{index-BLyEUpiJ.js → index-BvTERmRP.js} +1 -1
  112. package/dist/assets/{index-B7MppK7L.js → index-BvWO4cX9.js} +1 -1
  113. package/dist/assets/{index-B9czh19J.js → index-BvsLirqD.js} +155 -154
  114. package/dist/assets/{index-B3s-NAqV.js → index-C2gRwmn2.js} +1 -1
  115. package/dist/assets/{index-BF78-zJ5.js → index-C7siWm6R.js} +1 -1
  116. package/dist/assets/{index-BJaQQWJE.js → index-CBJAk2V8.js} +2 -2
  117. package/dist/assets/{index-Dwuihh4n.js → index-CR0jMc07.js} +1 -1
  118. package/dist/assets/{index-HqCEhnQP.js → index-CnSZHHme.js} +1 -1
  119. package/dist/assets/{index-DyRXn6rY.js → index-Cy0soagJ.js} +1 -1
  120. package/dist/assets/{index-BdYns3WE.js → index-CzncbcdH.js} +1 -1
  121. package/dist/assets/{index-Cimrtxl8.js → index-D4zAIKo5.js} +4 -4
  122. package/dist/assets/{index-c3sUblIj.js → index-DA6RGcPS.js} +1 -1
  123. package/dist/assets/{index-nRvA5BM-.js → index-DUsylIII.js} +1 -1
  124. package/dist/assets/{index-CHnlO9E8.js → index-DWdOmPJK.js} +5 -5
  125. package/dist/assets/index-Dm4QfKgj.js +262 -0
  126. package/dist/assets/{index-DukOQ0Y3.js → index-DxgnjIVN.js} +1 -1
  127. package/dist/assets/{index-BpqWJ7Er.js → index-DzIqbqJ_.js} +7 -7
  128. package/dist/assets/{index-0FEizmM4.js → index-QBptYklD.js} +8 -8
  129. package/dist/assets/{index-B7G9Fhd_.js → index-QUyszNOn.js} +1 -1
  130. package/dist/assets/index-Ta8CgfK0.js +4 -0
  131. package/dist/assets/{index-CwHsstjC.js → index-kTvctsLd.js} +1 -1
  132. package/dist/assets/{index-DuUQrj2C.js → index-lo0p8vGs.js} +11 -11
  133. package/dist/assets/index-r7u0jEi1.js +1 -0
  134. package/dist/assets/{index-hnQe74ZU.js → index-zD9-bZuV.js} +1 -1
  135. package/dist/assets/{index.es-eYwgfi8m.js → index.es-BwRDpSz4.js} +3 -3
  136. package/dist/assets/{index.esm-U8pM0U8X.js → index.esm-CpvBYn6L.js} +1 -1
  137. package/dist/assets/{invitation-7mUGX79t.js → invitation-DmGeq7ty.js} +4 -4
  138. package/dist/assets/{invite-C8ZVAak5.js → invite-BHr71ERq.js} +1 -1
  139. package/dist/assets/issue-passport-CVLycMc5.js +1 -0
  140. package/dist/assets/{item-Bop3PNhc.js → item-BcWo6lea.js} +1 -1
  141. package/dist/assets/{ja-DqJiajLu.js → ja--dtwu5Xy.js} +1 -1
  142. package/dist/assets/{jss-plugin-props-sort.esm-Bc8cqy_b.js → jss-plugin-props-sort.esm-CS5B424R.js} +4 -4
  143. package/dist/assets/{ko-DQKmtlbI.js → ko-DpRJDWhF.js} +1 -1
  144. package/dist/assets/{launch-result-message-Dzt2QHg4.js → launch-result-message-CAUmoCmH.js} +1 -1
  145. package/dist/assets/{layout-Bsd-UJ0q.js → layout-l6KrRo_j.js} +1 -1
  146. package/dist/assets/{list-header-Do3beXgv.js → list-header-C_S_alCD.js} +1 -1
  147. package/dist/assets/localization-Bewup7q7.js +1 -0
  148. package/dist/assets/{log-DEXPeWJf.js → log-Ch42uXqw.js} +8 -8
  149. package/dist/assets/{login-C4_wiMTC.js → login-BxjyT1qS.js} +1 -1
  150. package/dist/assets/{login-oauth-callback-DZ7nd9rq.js → login-oauth-callback-C6s-4b1V.js} +1 -1
  151. package/dist/assets/{logo-uploader-qdt-u5pf.js → logo-uploader-CGtIsD0T.js} +3 -3
  152. package/dist/assets/{lost-passport-CGdWl3yM.js → lost-passport-By5cjQFH.js} +3 -3
  153. package/dist/assets/{lottie-vIbHYG02.js → lottie-DVm7n_Um.js} +1 -1
  154. package/dist/assets/notifications-CEpa_xHz.js +62 -0
  155. package/dist/assets/overview-GOUiKG2a.js +12 -0
  156. package/dist/assets/{page-header-CspR2DX0.js → page-header-COyUenU-.js} +1 -1
  157. package/dist/assets/{permission-Dl2bYO4H.js → permission-DWzaHXWC.js} +1 -1
  158. package/dist/assets/{preferences-DqxPfbJN.js → preferences-CE-9QBFo.js} +1 -1
  159. package/dist/assets/{pt-si0ACe2m.js → pt-BxA88dKG.js} +1 -1
  160. package/dist/assets/publish-resource-UvJbVy1r.js +1 -0
  161. package/dist/assets/{react-eYk4JkPK.js → react-CY_QENHU.js} +3 -3
  162. package/dist/assets/{redux-Br01S-c2.js → redux-CTTkxs7M.js} +1 -1
  163. package/dist/assets/{resource-dialog-jzqGsDCb.js → resource-dialog-CfRq8NMl.js} +3 -3
  164. package/dist/assets/{ru-B36cpSA6.js → ru-C9WJaQoQ.js} +1 -1
  165. package/dist/assets/{selector-D_3o6AEu.js → selector-BEck9RSE.js} +2 -2
  166. package/dist/assets/session-CVIETtuz.js +1 -0
  167. package/dist/assets/setup-CkCZJ55S.js +14 -0
  168. package/dist/assets/{slicedToArray-CwHagVUQ.js → slicedToArray-DCpTgETk.js} +2 -2
  169. package/dist/assets/{spaces-DNCapkb6.js → spaces-BFbdkHH8.js} +1 -1
  170. package/dist/assets/start-CvZw2F8k.js +186 -0
  171. package/dist/assets/{step-actions-D8a8ZXtt.js → step-actions-5tGgPrhF.js} +2 -2
  172. package/dist/assets/{studio-IOq2NSOB.js → studio-CGE88nOP.js} +1 -1
  173. package/dist/assets/{switch-control-nONosChT.js → switch-control-DBbuPW4q.js} +1 -1
  174. package/dist/assets/{th-Dtc8_3Sk.js → th-z7LSYRZi.js} +1 -1
  175. package/dist/assets/{toUpper-B_IOVg6L.js → toUpper-DTIWej6b.js} +1 -1
  176. package/dist/assets/transfer-26ConaJn.js +16 -0
  177. package/dist/assets/uniqBy-BF_2_CqX.js +1 -0
  178. package/dist/assets/{unsubscribe-Bsb_3Ieh.js → unsubscribe-Cwx3CGkA.js} +1 -1
  179. package/dist/assets/use-blocklet-info-for-connect-did-spaces-DXCdpGY7.js +1 -0
  180. package/dist/assets/{use-mobile-ioC1m4Aw.js → use-mobile-DTODc0Do.js} +1 -1
  181. package/dist/assets/{useAsync-CUaC98xZ.js → useAsync-BIhajT1g.js} +1 -1
  182. package/dist/assets/{useFormControl-DN9T7ala.js → useFormControl-D74Gykn0.js} +1 -1
  183. package/dist/assets/useLocalStorage-CTTJpYi8.js +1 -0
  184. package/dist/assets/{useSetState-s4taE93i.js → useSetState-B8DWdra7.js} +1 -1
  185. package/dist/assets/useSlot-C0EbF40A.js +1 -0
  186. package/dist/assets/{user-center-CRnZOCDY.js → user-center-BurgeGnu.js} +1 -1
  187. package/dist/assets/{user-sessions-CMehw0R-.js → user-sessions-DFuVpXta.js} +1 -1
  188. package/dist/assets/util-BfdLSo0f.js +1 -0
  189. package/dist/assets/{vi-DpH7bkpR.js → vi-CAtyUyNW.js} +1 -1
  190. package/dist/assets/wrap-locale-mANFn3Dq.js +1 -0
  191. package/dist/assets/{zh-Dizc5DZz.js → zh-BVBeddUa.js} +1 -1
  192. package/dist/assets/{zh-tw-Cb93tcSH.js → zh-tw-CoStw7dd.js} +1 -1
  193. package/dist/index.html +1 -1
  194. package/dist/service-worker.js +1 -1
  195. package/package.json +18 -18
  196. package/dist/assets/Alert-DEfPMXiL.js +0 -1
  197. package/dist/assets/ChevronRight-D7mN0YuF.js +0 -1
  198. package/dist/assets/FormControl-Cmz7MMzt.js +0 -1
  199. package/dist/assets/Pagination-BZdZkcIC.js +0 -2
  200. package/dist/assets/access-control-DK2pI24G.js +0 -13
  201. package/dist/assets/add-resource-CPVqxtxe.js +0 -1
  202. package/dist/assets/api-CehzwmLw.js +0 -1
  203. package/dist/assets/config-hzwzGLfY.js +0 -32
  204. package/dist/assets/confirm-CjNsJKwh.js +0 -7
  205. package/dist/assets/connect-BMVV8zee.js +0 -5
  206. package/dist/assets/connect-BSqfICbm.js +0 -1
  207. package/dist/assets/dashboard-aseO1swh.js +0 -129
  208. package/dist/assets/domain-DLtg0rzi.js +0 -9
  209. package/dist/assets/domain-list-DQowufpU.js +0 -12
  210. package/dist/assets/exchange-passport-CkmSpB9Y.js +0 -1
  211. package/dist/assets/fuel-CAVJYvfz.js +0 -32
  212. package/dist/assets/index-BXrQh9rJ.js +0 -1
  213. package/dist/assets/index-C-632Bpb.js +0 -4
  214. package/dist/assets/index-CBOJPxPp.js +0 -262
  215. package/dist/assets/issue-passport-DZimOHGE.js +0 -1
  216. package/dist/assets/localization-C8OGiNfd.js +0 -1
  217. package/dist/assets/notifications-g3gIPxdM.js +0 -62
  218. package/dist/assets/overview-DKlRksmh.js +0 -12
  219. package/dist/assets/publish-resource-C97kIenG.js +0 -1
  220. package/dist/assets/session-Dheoj1eV.js +0 -1
  221. package/dist/assets/setup-B7pfHqWG.js +0 -14
  222. package/dist/assets/start-DjJppiHH.js +0 -186
  223. package/dist/assets/transfer-DV0XxzFA.js +0 -16
  224. package/dist/assets/uniqBy-Bd7wqwWH.js +0 -1
  225. package/dist/assets/use-blocklet-info-for-connect-did-spaces-fww7xb0i.js +0 -1
  226. package/dist/assets/useLocalStorage-QmE2CUEj.js +0 -1
  227. package/dist/assets/useSlot-BTLZemfY.js +0 -1
  228. package/dist/assets/util-B4zpW16j.js +0 -1
  229. package/dist/assets/wrap-locale-BSC6foWr.js +0 -1
@@ -1,14 +1,17 @@
1
- const __vite__fileDeps=["assets/react-eYk4JkPK.js","assets/index-B9czh19J.js","assets/index-CCovGSMB.css","assets/index-DukOQ0Y3.js","assets/preact.module-B1z5cdvs.js","assets/index-BF78-zJ5.js","assets/index-BVS_h6_H.js","assets/toUpper-B_IOVg6L.js","assets/index-Bm0QayqF.js","assets/fallback-Bjkb8vHx.js","assets/index-CHnlO9E8.js","assets/Toolbar-DjGyyZ0P.js","assets/Hidden-CUsYJfHX.js","assets/MoreHoriz-OF0bQEaE.js","assets/ExpandMore-CM-DE2JK.js","assets/index-c3sUblIj.js","assets/MoreVert-DQBeF_6h.js","assets/selector-D_3o6AEu.js","assets/Avatar-DALZS0lZ.js","assets/useSlot-BTLZemfY.js","assets/resource-dialog-jzqGsDCb.js","assets/use-mobile-ioC1m4Aw.js","assets/OpenInNew-IStrdCVC.js","assets/CloseOutlined-C9Px1Nek.js","assets/index-B7G9Fhd_.js","assets/index-CwHsstjC.js","assets/index-B05fFzEE.js","assets/FormControlLabel-DKslb7to.js","assets/useFormControl-DN9T7ala.js","assets/index-BP_qJBTx.js","assets/FilterList-B6nHdXje.js","assets/toPropertyKey-hKuLU48H.js","assets/FormControl-Cmz7MMzt.js","assets/FormGroup-Ba1ctrn7.js","assets/InputLabel-CRX7GO1W.js","assets/ListItemText--5OHywDj.js","assets/Select-VsDz5FE8.js","assets/TextField-aPyTQ1Wg.js","assets/LastPage-_qKWqTam.js","assets/index-0FEizmM4.js","assets/redux-Br01S-c2.js","assets/Search-BD9rBqLl.js","assets/Delete-DYY-Ow66.js","assets/uniqBy-Bd7wqwWH.js","assets/react-BW7E7-P9.css"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
2
- import{ap as A0,j as o,aE as te,cI as e0,aH as B,fq as _1,aG as fe,aC as Pe,aD as Te,T as G,r as C,aL as Ve,aI as t0,aJ as Ne,aK as _e,cO as H0,fr as Fe,X as Re,Y as ye,B as z,S as l1,P as x,z as U,e as n1,u as oe,aN as ze,a_ as qe,$ as o0,bA as Ue,a1 as He,L as ae,bJ as l0,a as pe,aA as ve,G as O0,p as O,Z as ne,ds as $0,a9 as he,ar as Ae,E as F0,ci as n0,cD as q0,cM as Le,cN as s0,bp as U0,d1 as W0,cH as Ee,bE as G0,c2 as Je,f9 as K0,bX as s1,b as ie,bs as X0,dv as J0,af as r0,bt as Q0,co as Y0,aU as Z0,a2 as e2,bq as t2,eY as we,fs as D1,c as Ie,cU as o2,aq as l2,az as n2,am as s2,an as We}from"./index-B9czh19J.js";import{d as i0}from"./Add-CwM8vqJb.js";import{d as a0}from"./Delete-DYY-Ow66.js";import{d as r2}from"./AddBox-CWtpGmfL.js";import{d as i2}from"./Error-07pFpb7C.js";import{D as r1}from"./index-BP_qJBTx.js";import{T as c0}from"./index-nRvA5BM-.js";import{u as a2}from"./session-Dheoj1eV.js";import{W as B1}from"./did-address-DmmIbEBi.js";import{C as d0}from"./confirm-CjNsJKwh.js";import{B as i1,d as c2}from"./ChevronRight-D7mN0YuF.js";import{S as Qe,p as u0}from"./index-CO8IqBmF.js";import{A as p0}from"./Avatar-DALZS0lZ.js";import{d as d2}from"./Download-BEa4Nrk6.js";import{_ as je}from"./useSetState-s4taE93i.js";import{b as u2,c as E1,T as p2}from"./index-B7G9Fhd_.js";import{d as h2}from"./QuestionMarkCircle-BqrlW5d1.js";import{c as a1}from"./index-BVS_h6_H.js";import"./api-CehzwmLw.js";import{i as f2}from"./index-BLyEUpiJ.js";import{d as x2}from"./ExpandMore-CM-DE2JK.js";import{d as v2}from"./OpenInNew-IStrdCVC.js";import{F as m2,C as Ye}from"./FormControlLabel-DKslb7to.js";import{A as g2}from"./Alert-DEfPMXiL.js";import{d as b2}from"./DeleteOutline-D9U3cBQw.js";import{d as j2}from"./ArrowDropDown-D7NxLtoD.js";import{B as w2}from"./ButtonGroup-CJkesdM3.js";import{u as C2,S as R2,A as y2}from"./item-Bop3PNhc.js";import{T as Ce}from"./TextField-aPyTQ1Wg.js";import{M as c1}from"./InputAdornment-HFI-ThUx.js";import{f as Oe,A as z2,b as k2}from"./index-Cimrtxl8.js";import{d as S2}from"./Launch-DF8F5LY1.js";import{L as M2}from"./MoreVert-DQBeF_6h.js";import{a as I2}from"./ListItemText--5OHywDj.js";import{C as L2}from"./click-to-copy-BAX04hG0.js";import{d as P2}from"./Done-DsGkSs6f.js";import{c as h0,d as f0,b as T2,S as V2,a as N2}from"./Stepper-BbPygfKM.js";import{M as _2}from"./index-Dwuihh4n.js";import{r as D2}from"./index-B3s-NAqV.js";import"./FilterList-B6nHdXje.js";import"./toPropertyKey-hKuLU48H.js";import"./FormControl-Cmz7MMzt.js";import"./useFormControl-DN9T7ala.js";import"./FormGroup-Ba1ctrn7.js";import"./InputLabel-CRX7GO1W.js";import"./Select-VsDz5FE8.js";import"./LastPage-_qKWqTam.js";import"./Toolbar-DjGyyZ0P.js";import"./index-0FEizmM4.js";import"./redux-Br01S-c2.js";import"./Search-BD9rBqLl.js";import"./index-CwHsstjC.js";import"./Link-J1qypDUa.js";import"./useSlot-BTLZemfY.js";import"./jss-plugin-props-sort.esm-Bc8cqy_b.js";const B2=A0(o.jsx("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}),"MoreHoriz"),E2=["slots","slotProps"],A2=te(e0)(({theme:e})=>B({display:"flex",marginLeft:`calc(${e.spacing(1)} * 0.5)`,marginRight:`calc(${e.spacing(1)} * 0.5)`},e.palette.mode==="light"?{backgroundColor:e.palette.grey[100],color:e.palette.grey[700]}:{backgroundColor:e.palette.grey[700],color:e.palette.grey[100]},{borderRadius:2,"&:hover, &:focus":B({},e.palette.mode==="light"?{backgroundColor:e.palette.grey[200]}:{backgroundColor:e.palette.grey[600]}),"&:active":B({boxShadow:e.shadows[0]},e.palette.mode==="light"?{backgroundColor:_1(e.palette.grey[200],.12)}:{backgroundColor:_1(e.palette.grey[600],.12)})})),H2=te(B2)({width:24,height:16});function O2(e){const{slots:t={},slotProps:l={}}=e,s=fe(e,E2),r=e;return o.jsx("li",{children:o.jsx(A2,B({focusRipple:!0},s,{ownerState:r,children:o.jsx(H2,B({as:t.CollapsedIcon,ownerState:r},l.collapsedIcon))}))})}function $2(e){return Te("MuiBreadcrumbs",e)}const F2=Pe("MuiBreadcrumbs",["root","ol","li","separator"]),q2=F2,U2=["children","className","component","slots","slotProps","expandText","itemsAfterCollapse","itemsBeforeCollapse","maxItems","separator"],W2=e=>{const{classes:t}=e;return _e({root:["root"],li:["li"],ol:["ol"],separator:["separator"]},$2,t)},G2=te(G,{name:"MuiBreadcrumbs",slot:"Root",overridesResolver:(e,t)=>[{[`& .${q2.li}`]:t.li},t.root]})({}),K2=te("ol",{name:"MuiBreadcrumbs",slot:"Ol",overridesResolver:(e,t)=>t.ol})({display:"flex",flexWrap:"wrap",alignItems:"center",padding:0,margin:0,listStyle:"none"}),X2=te("li",{name:"MuiBreadcrumbs",slot:"Separator",overridesResolver:(e,t)=>t.separator})({display:"flex",userSelect:"none",marginLeft:8,marginRight:8});function J2(e,t,l,s){return e.reduce((r,d,c)=>(c<e.length-1?r=r.concat(d,o.jsx(X2,{"aria-hidden":!0,className:t,ownerState:s,children:l},`separator-${c}`)):r.push(d),r),[])}const Q2=C.forwardRef(function(t,l){const s=Ve({props:t,name:"MuiBreadcrumbs"}),{children:r,className:d,component:c="nav",slots:a={},slotProps:h={},expandText:p="Show path",itemsAfterCollapse:m=1,itemsBeforeCollapse:j=1,maxItems:y=8,separator:u="/"}=s,i=fe(s,U2),[f,w]=C.useState(!1),v=B({},s,{component:c,expanded:f,expandText:p,itemsAfterCollapse:m,itemsBeforeCollapse:j,maxItems:y,separator:u}),R=W2(v),k=t0({elementType:a.CollapsedIcon,externalSlotProps:h.collapsedIcon,ownerState:v}),P=C.useRef(null),M=L=>{const H=()=>{w(!0);const S=P.current.querySelector("a[href],button,[tabindex]");S&&S.focus()};return j+m>=L.length?L:[...L.slice(0,j),o.jsx(O2,{"aria-label":p,slots:{CollapsedIcon:a.CollapsedIcon},slotProps:{collapsedIcon:k},onClick:H},"ellipsis"),...L.slice(L.length-m,L.length)]},V=C.Children.toArray(r).filter(L=>C.isValidElement(L)).map((L,H)=>o.jsx("li",{className:R.li,children:L},`child-${H}`));return o.jsx(G2,B({ref:l,component:c,color:"text.secondary",className:Ne(R.root,d),ownerState:v},i,{children:o.jsx(K2,{className:R.ol,ref:P,ownerState:v,children:J2(f||y&&V.length<=y?V:M(V),R.separator,u,v)})}))}),x0=Q2;function Y2(e){return Te("MuiStepButton",e)}const Z2=Pe("MuiStepButton",["root","horizontal","vertical","touchRipple"]),A1=Z2,et=["children","className","icon","optional"],tt=e=>{const{classes:t,orientation:l}=e;return _e({root:["root",l],touchRipple:["touchRipple"]},Y2,t)},ot=te(e0,{name:"MuiStepButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:l}=e;return[{[`& .${A1.touchRipple}`]:t.touchRipple},t.root,t[l.orientation]]}})(({ownerState:e})=>B({width:"100%",padding:"24px 16px",margin:"-24px -16px",boxSizing:"content-box"},e.orientation==="vertical"&&{justifyContent:"flex-start",padding:"8px",margin:"-8px"},{[`& .${A1.touchRipple}`]:{color:"rgba(0, 0, 0, 0.3)"}})),lt=C.forwardRef(function(t,l){const s=Ve({props:t,name:"MuiStepButton"}),{children:r,className:d,icon:c,optional:a}=s,h=fe(s,et),{disabled:p,active:m}=C.useContext(h0),{orientation:j}=C.useContext(f0),y=B({},s,{orientation:j}),u=tt(y),i={icon:c,optional:a},f=H0(r,["StepLabel"])?C.cloneElement(r,i):o.jsx(T2,B({},i,{children:r}));return o.jsx(ot,B({focusRipple:!0,disabled:p,TouchRippleProps:{className:u.touchRipple},className:Ne(u.root,d),ref:l,ownerState:y,"aria-current":m?"step":void 0},h,{children:f}))}),nt=lt;function st(e){return Te("MuiStepContent",e)}Pe("MuiStepContent",["root","last","transition"]);const rt=["children","className","TransitionComponent","transitionDuration","TransitionProps"],it=e=>{const{classes:t,last:l}=e;return _e({root:["root",l&&"last"],transition:["transition"]},st,t)},at=te("div",{name:"MuiStepContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:l}=e;return[t.root,l.last&&t.last]}})(({ownerState:e,theme:t})=>B({marginLeft:12,paddingLeft:20,paddingRight:8,borderLeft:t.vars?`1px solid ${t.vars.palette.StepContent.border}`:`1px solid ${t.palette.mode==="light"?t.palette.grey[400]:t.palette.grey[600]}`},e.last&&{borderLeft:"none"})),ct=te(Fe,{name:"MuiStepContent",slot:"Transition",overridesResolver:(e,t)=>t.transition})({}),dt=C.forwardRef(function(t,l){const s=Ve({props:t,name:"MuiStepContent"}),{children:r,className:d,TransitionComponent:c=Fe,transitionDuration:a="auto",TransitionProps:h}=s,p=fe(s,rt);C.useContext(f0);const{active:m,last:j,expanded:y}=C.useContext(h0),u=B({},s,{last:j}),i=it(u);let f=a;return a==="auto"&&!c.muiSupportAuto&&(f=void 0),o.jsx(at,B({className:Ne(i.root,d),ref:l,ownerState:u},p,{children:o.jsx(ct,B({as:c,in:m||y,className:i.transition,ownerState:u,timeout:f,unmountOnExit:!0},h,{children:r}))}))}),ut=dt;var d1={},pt=ye;Object.defineProperty(d1,"__esModule",{value:!0});var v0=d1.default=void 0,ht=pt(Re()),ft=o;v0=d1.default=(0,ht.default)((0,ft.jsx)("path",{d:"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H15v-8h5V8zm-1 7V3.5L18.5 9zm4 12.66V16h5.66v2h-2.24l2.95 2.95-1.41 1.41L19 19.41v2.24h-2z"}),"FileOpen");var u1={},xt=ye;Object.defineProperty(u1,"__esModule",{value:!0});var m0=u1.default=void 0,vt=xt(Re()),mt=o;m0=u1.default=(0,vt.default)((0,mt.jsx)("path",{d:"M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"}),"HelpOutlineOutlined");function me({size:e,...t}){return o.jsx(z,{display:"flex",mt:4,...t,children:o.jsx(l1,{size:e})})}me.propTypes={size:x.number};me.defaultProps={size:24};function p1({did:e,projectId:t,title:l,logo:s,describe:r}){const c=`${`${U.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${e}/${t}/logo/upload`}/${s}`,[a,h]=C.useState(!1);return o.jsxs(z,{sx:{display:"flex",flexDirection:"row",color:a?"primary.main":"grey.900",gap:1},onPointerEnter:()=>h(!0),onPointerLeave:()=>h(!1),children:[o.jsx(p0,{sx:{borderRadius:1},src:c}),o.jsxs(z,{children:[o.jsx(Qe,{hiddenTip:!0,maxLength:"24",sx:{fontSize:"14px",fontWeight:"500"},children:l||"/"}),o.jsx(Qe,{hiddenTip:!0,maxLength:"58",sx:{fontSize:"12px",color:a?"primary.main":"grey.700"},children:r||"/"})]})]})}p1.propTypes={projectId:x.string.isRequired,did:x.string.isRequired,title:x.string.isRequired,logo:x.string.isRequired,describe:x.string.isRequired};function h1({initUrl:e}){const t=n1(),l=(e==null?void 0:e.searchParams.get("tenantScope"))||"",{t:s,locale:r}=oe(),{api:d}=ze(),{api:c}=a2(),[a,h]=C.useState(!0),{blocklet:p}=qe(),[m,j]=C.useState(null),[y,u]=C.useState(!1),i=o0(I=>I.breakpoints.down("xl")),{componentDid:f=""}=Ue(),[w,v]=C.useState(null),R=()=>{d.getProjects({input:{did:p.meta.did,componentDid:f,tenantScope:l}}).then(I=>{const T=(I==null?void 0:I.projects)||[];h(!1),v(T)}).catch(I=>{h(!1),O.error(I.message)})},k=()=>{t(`${U.UNOWNED_DID}/create/none`,{replace:!0})},P=I=>{j(I)},M=()=>{h(!1),u(!0)},V=()=>{u(!1),j(null)},L=I=>{O.error(I.message),u(!1),j(null)},H=I=>{if(!(I!=null&&I.deleted)){O.error("Delete project failed");return}R(),u(!1),j(null)};if(C.useEffect(()=>{R()},[]),!w&&a)return o.jsx(z,{sx:{display:"flex",justifyContent:"center",alignItems:"center",marginTop:"40px"},children:o.jsx(me,{})});if(!w)return null;if(!w.length)return o.jsxs(z,{display:"flex",flexDirection:"column",alignItems:"center",pt:10,children:[o.jsx(z,{sx:{fontSize:20,fontWeight:"bold",mb:3},children:s("blocklet.publish.blockletEmptyTip")}),o.jsx(z,{sx:{fontSize:14,color:"text.secondary",mb:3},children:s("blocklet.publish.createBlockletTip")}),o.jsx(He,{onClick:k,variant:"contained",children:s("blocklet.publish.createBlocklet")})]});const S=[{label:"Blocklet",name:"blockletTitle",minWidth:160,options:{customBodyRenderLite:I=>{const T=w[I];return o.jsx(ae,{to:`${T.id}`,children:o.jsx(p1,{did:p.meta.did,projectId:T.id,logo:T.blockletLogo,title:T.blockletTitle,describe:T.blockletDescription})})}}},{label:"Version",name:"blockletVersion",options:{customBodyRender:I=>I?o.jsx(c0,{type:"success",children:I}):""}},{label:"DID",name:"blockletDid",options:{customBodyRender:I=>o.jsx(B1,{size:14,compact:!0,responsive:!1,did:I})}},i||f?null:{label:s("common.createdBy"),name:"createdBy",options:{customBodyRender:I=>o.jsx(B1,{onClick:()=>{t(`/.well-known/service/admin/members?did=${I}`)},style:{cursor:"pointer"},size:14,compact:!0,copyable:!1,showQrcode:!1,responsive:!1,did:I})}},i||f?null:{label:s("common.scope"),name:"componentDid",options:{customBodyRender:I=>{const T=(p.children||[]).find(F=>F.meta.did===I);return T?o.jsxs(z,{display:"flex",alignItems:"center",justifyContent:"flex-start",children:[o.jsx(i1,{size:14,blocklet:T,ancestors:[p]}),o.jsx(z,{ml:.5,sx:{ml:.5,color:"text.primary",fontSize:14},children:T.meta.title})]},I):""}}},i||l?null:{label:s("blocklet.publish.tenantScope"),name:"tenantScope",options:{customBodyRender:I=>o.jsx(z,{ml:.5,sx:{ml:.5,color:"text.primary",fontSize:14},children:o.jsx(Qe,{children:I})})}},{label:s("common.updatedAt"),name:"updatedAt",options:{customBodyRender:I=>o.jsx(l0,{value:Number(I),locale:r})}},{label:s("common.actions"),name:"actions",options:{customBodyRenderLite:I=>{const T=w[I];return o.jsxs(z,{display:"flex",children:[o.jsx(ae,{to:`${T.id}/create/none`,children:o.jsx(pe,{title:s("blocklet.publish.createRelease"),placement:"top",children:o.jsx(ve,{color:"primary","aria-label":"create",children:o.jsx(r2,{style:{fontSize:18}})})})}),!!T.lastReleaseId&&o.jsx(pe,{title:s("blocklet.publish.viewLastRelease",{name:T.blockletTitle}),placement:"top",children:o.jsx(ve,{color:"secondary","aria-label":"create",children:o.jsx(ae,{style:{display:"flex"},to:`${T.id}/new-release/${T.lastReleaseId}`,children:o.jsx(v0,{sx:{fontSize:18}})})})}),o.jsx(pe,{title:s("blocklet.publish.delete",{name:T.blockletTitle}),placement:"top",children:o.jsx(ve,{color:"primary","aria-label":"delete",onClick:()=>P(T),children:o.jsx(a0,{sx:{fontSize:18}})})})]})}}}].filter(Boolean),D=y?o.jsx(O0,{open:!0,popup:!0,onClose:V,action:"check-has-project-id",locale:r,checkFn:c.get,saveConnect:!1,forceConnected:!1,checkTimeout:5*60*1e3,onSuccess:H,onError:L,extraParams:{projectId:m.id,did:p.meta.did,name:m.blockletTitle},messages:{title:s("blocklet.publish.deleteProject.title",{name:m.blockletTitle}),scan:s("blocklet.publish.deleteProject.scan",{name:m.blockletTitle}),confirm:s("blocklet.publish.deleteProject.confirm"),success:s("blocklet.publish.deleteProject.success")}}):null;return o.jsxs(gt,{children:[o.jsxs(z,{display:"flex",justifyContent:"space-between",alignItems:"center",children:[o.jsxs(z,{display:"flex",flexDirection:"row",alignItems:"center",children:[o.jsx(z,{sx:{fontSize:"1.2rem",fontWeight:"bold"},children:s("common.blockletStudio")}),o.jsx(pe,{title:s("blocklet.publish.createBlockletTip"),arrow:!0,placement:"right",children:o.jsx(m0,{sx:{opacity:.6,fontSize:"1.1em",ml:1}})})]}),o.jsxs(He,{onClick:k,variant:"contained",children:[o.jsx(i0,{style:{fontSize:"1.3em",marginRight:4}}),s("blocklet.publish.createBlocklet")]})]}),o.jsx(z,{mt:3}),o.jsx(r1,{className:"main-table",locale:r,data:w,columns:S,options:{sort:!1,download:!1,filter:!1,print:!1,search:!1}}),m&&o.jsx(d0,{title:`${s("common.delete")} ${m.blockletTitle}`,description:s("blocklet.publish.deleteProject.description"),confirm:s("common.confirm"),onConfirm:M,onCancel:()=>j(null),children:o.jsx(z,{sx:{marginTop:2},children:[s("blocklet.publish.deleteProject.tip1"),s("blocklet.publish.deleteProject.tip2"),s("blocklet.publish.deleteProject.tip3")].map(I=>o.jsxs(z,{sx:{display:"flex",marginTop:1,flexDirection:"row",alignItems:"flex-start"},children:[o.jsx(i2,{color:"warning",sx:{marginRight:1,fontSize:20,marginTop:"2px"}}),o.jsx(G,{component:"span",variant:"inherit",color:"text.secondary",children:I})]}))})}),D]})}h1.propTypes={initUrl:x.object};h1.defaultProps={initUrl:null};const gt=ne(z)`
1
+ const __vite__fileDeps=["assets/react-CY_QENHU.js","assets/index-BvsLirqD.js","assets/index-CCovGSMB.css","assets/index-DxgnjIVN.js","assets/preact.module-B1z5cdvs.js","assets/index-C7siWm6R.js","assets/index-3J8dxrpv.js","assets/toUpper-DTIWej6b.js","assets/index-BJX9Tvpd.js","assets/fallback-CIBVmJin.js","assets/index-DWdOmPJK.js","assets/Toolbar-CSkIjhiI.js","assets/Hidden-BLdLc8h9.js","assets/MoreHoriz-D2VMH51n.js","assets/ExpandMore-Dw5iC69g.js","assets/index-DA6RGcPS.js","assets/MoreVert-BEZvlzF-.js","assets/selector-BEck9RSE.js","assets/Avatar-CUpS4Ilr.js","assets/useSlot-C0EbF40A.js","assets/resource-dialog-CfRq8NMl.js","assets/use-mobile-DTODc0Do.js","assets/OpenInNew-Ck3ijqlL.js","assets/CloseOutlined-DW47mLri.js","assets/index-QUyszNOn.js","assets/index-kTvctsLd.js","assets/index-B4NnGwvJ.js","assets/FormControlLabel-J_nG7S9r.js","assets/useFormControl-D74Gykn0.js","assets/index-B-MiDNZJ.js","assets/FilterList-B_AYjksa.js","assets/toPropertyKey-hKuLU48H.js","assets/FormControl-CKJrH8LS.js","assets/FormGroup-B2XKvk2U.js","assets/InputLabel-lATzw7NR.js","assets/ListItemText-BWOzBiMo.js","assets/Select-B59j8vqU.js","assets/TextField-C5D15Ugf.js","assets/LastPage-2k34T11k.js","assets/index-QBptYklD.js","assets/redux-CTTkxs7M.js","assets/Search-DFMpNFHb.js","assets/Delete-BeboIHFa.js","assets/uniqBy-BF_2_CqX.js","assets/react-BW7E7-P9.css"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
2
+ import{ao as H0,j as o,aD as te,cC as o0,aG as B,ff as B1,aF as xe,aB as Te,aC as Ve,T as X,r as C,aK as Ne,aH as l0,aI as _e,aJ as De,cI as O0,fg as Ue,X as ze,Y as ke,B as z,l as s1,P as x,$ as Be,E as W,e as r1,u as oe,aM as Se,aV as We,bu as Ge,a1 as $e,L as ae,bD as n0,a as he,az as ce,I as $0,q as O,Z as se,dl as F0,a9 as fe,aq as Oe,F as q0,bR as i1,cc as s0,cx as U0,cG as Pe,cH as r0,bj as W0,cX as G0,cB as He,by as Ye,bY as Ze,f0 as K0,b as ie,bm as X0,dp as J0,ae as i0,bn as Q0,ci as Y0,aQ as Z0,a2 as e2,bk as t2,eR as Ce,fh as E1,c as Le,cO as o2,ap as l2,ay as n2,al as s2,am as Ke}from"./index-BvsLirqD.js";import{d as a0}from"./Add-BM20NrQO.js";import{d as r2}from"./AddBox--wxfR3G0.js";import{d as c0}from"./Delete-BeboIHFa.js";import{d as i2}from"./Error-DcCaeZ_S.js";import{D as a1}from"./index-B-MiDNZJ.js";import{T as d0}from"./index-DUsylIII.js";import{C as u0}from"./confirm-Bp1YUyru.js";import{u as a2}from"./session-CVIETtuz.js";import{W as A1}from"./did-address-Etx4oDtC.js";import{B as c1,d as c2}from"./ChevronRight-CoSoIqx4.js";import{S as ye,p as p0}from"./index-BNte_m1O.js";import{A as h0}from"./Avatar-CUpS4Ilr.js";import{d as d2}from"./Download-DjWaMhPn.js";import{d as u2}from"./QuestionMarkCircle-BRJ6UWDC.js";import{b as p2,c as H1,T as h2}from"./index-QUyszNOn.js";import{_ as we}from"./useSetState-B8DWdra7.js";import{c as d1}from"./index-3J8dxrpv.js";import{C as e1,F as f2}from"./FormControlLabel-J_nG7S9r.js";import{A as x2}from"./Alert-DtzaUssX.js";import"./api-BEakJrYk.js";import{i as v2}from"./index-BvTERmRP.js";import{d as m2}from"./ExpandMore-Dw5iC69g.js";import{d as g2}from"./OpenInNew-Ck3ijqlL.js";import{d as b2}from"./DeleteOutline-BaCf1XtY.js";import{d as j2}from"./ArrowDropDown-Iyfxx2xg.js";import{B as w2}from"./ButtonGroup-CYyG5u2K.js";import{u as C2,S as R2,A as y2}from"./item-BcWo6lea.js";import{T as Re}from"./TextField-C5D15Ugf.js";import{M as u1}from"./InputAdornment-DYTxgt6k.js";import{f as Fe,A as z2,b as k2}from"./index-D4zAIKo5.js";import{d as S2}from"./Launch-DOIBGLzl.js";import{L as M2}from"./MoreVert-BEZvlzF-.js";import{a as I2}from"./ListItemText-BWOzBiMo.js";import{C as L2}from"./click-to-copy-C5Z-YhEj.js";import{M as P2}from"./index-CR0jMc07.js";import{r as T2}from"./index-C2gRwmn2.js";import{d as V2}from"./Done-BEjApK9u.js";import{c as f0,d as x0,b as N2,S as _2,a as D2}from"./Stepper-JkeBEOuY.js";import"./FilterList-B_AYjksa.js";import"./toPropertyKey-hKuLU48H.js";import"./FormControl-CKJrH8LS.js";import"./useFormControl-D74Gykn0.js";import"./FormGroup-B2XKvk2U.js";import"./InputLabel-lATzw7NR.js";import"./Select-B59j8vqU.js";import"./LastPage-2k34T11k.js";import"./Toolbar-CSkIjhiI.js";import"./index-QBptYklD.js";import"./redux-CTTkxs7M.js";import"./Search-DFMpNFHb.js";import"./index-kTvctsLd.js";import"./Link-5b2HVhJS.js";import"./useSlot-C0EbF40A.js";import"./jss-plugin-props-sort.esm-CS5B424R.js";const B2=H0(o.jsx("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}),"MoreHoriz"),E2=["slots","slotProps"],A2=te(o0)(({theme:e})=>B({display:"flex",marginLeft:`calc(${e.spacing(1)} * 0.5)`,marginRight:`calc(${e.spacing(1)} * 0.5)`},e.palette.mode==="light"?{backgroundColor:e.palette.grey[100],color:e.palette.grey[700]}:{backgroundColor:e.palette.grey[700],color:e.palette.grey[100]},{borderRadius:2,"&:hover, &:focus":B({},e.palette.mode==="light"?{backgroundColor:e.palette.grey[200]}:{backgroundColor:e.palette.grey[600]}),"&:active":B({boxShadow:e.shadows[0]},e.palette.mode==="light"?{backgroundColor:B1(e.palette.grey[200],.12)}:{backgroundColor:B1(e.palette.grey[600],.12)})})),H2=te(B2)({width:24,height:16});function O2(e){const{slots:t={},slotProps:l={}}=e,s=xe(e,E2),r=e;return o.jsx("li",{children:o.jsx(A2,B({focusRipple:!0},s,{ownerState:r,children:o.jsx(H2,B({as:t.CollapsedIcon,ownerState:r},l.collapsedIcon))}))})}function $2(e){return Ve("MuiBreadcrumbs",e)}const F2=Te("MuiBreadcrumbs",["root","ol","li","separator"]),q2=F2,U2=["children","className","component","slots","slotProps","expandText","itemsAfterCollapse","itemsBeforeCollapse","maxItems","separator"],W2=e=>{const{classes:t}=e;return De({root:["root"],li:["li"],ol:["ol"],separator:["separator"]},$2,t)},G2=te(X,{name:"MuiBreadcrumbs",slot:"Root",overridesResolver:(e,t)=>[{[`& .${q2.li}`]:t.li},t.root]})({}),K2=te("ol",{name:"MuiBreadcrumbs",slot:"Ol",overridesResolver:(e,t)=>t.ol})({display:"flex",flexWrap:"wrap",alignItems:"center",padding:0,margin:0,listStyle:"none"}),X2=te("li",{name:"MuiBreadcrumbs",slot:"Separator",overridesResolver:(e,t)=>t.separator})({display:"flex",userSelect:"none",marginLeft:8,marginRight:8});function J2(e,t,l,s){return e.reduce((r,d,a)=>(a<e.length-1?r=r.concat(d,o.jsx(X2,{"aria-hidden":!0,className:t,ownerState:s,children:l},`separator-${a}`)):r.push(d),r),[])}const Q2=C.forwardRef(function(t,l){const s=Ne({props:t,name:"MuiBreadcrumbs"}),{children:r,className:d,component:a="nav",slots:c={},slotProps:p={},expandText:h="Show path",itemsAfterCollapse:v=1,itemsBeforeCollapse:j=1,maxItems:y=8,separator:u="/"}=s,i=xe(s,U2),[f,w]=C.useState(!1),m=B({},s,{component:a,expanded:f,expandText:h,itemsAfterCollapse:v,itemsBeforeCollapse:j,maxItems:y,separator:u}),R=W2(m),k=l0({elementType:c.CollapsedIcon,externalSlotProps:p.collapsedIcon,ownerState:m}),T=C.useRef(null),N=S=>{const E=()=>{w(!0);const D=T.current.querySelector("a[href],button,[tabindex]");D&&D.focus()};return j+v>=S.length?S:[...S.slice(0,j),o.jsx(O2,{"aria-label":h,slots:{CollapsedIcon:c.CollapsedIcon},slotProps:{collapsedIcon:k},onClick:E},"ellipsis"),...S.slice(S.length-v,S.length)]},L=C.Children.toArray(r).filter(S=>C.isValidElement(S)).map((S,E)=>o.jsx("li",{className:R.li,children:S},`child-${E}`));return o.jsx(G2,B({ref:l,component:a,color:"text.secondary",className:_e(R.root,d),ownerState:m},i,{children:o.jsx(K2,{className:R.ol,ref:T,ownerState:m,children:J2(f||y&&L.length<=y?L:N(L),R.separator,u,m)})}))}),v0=Q2;function Y2(e){return Ve("MuiStepButton",e)}const Z2=Te("MuiStepButton",["root","horizontal","vertical","touchRipple"]),O1=Z2,et=["children","className","icon","optional"],tt=e=>{const{classes:t,orientation:l}=e;return De({root:["root",l],touchRipple:["touchRipple"]},Y2,t)},ot=te(o0,{name:"MuiStepButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:l}=e;return[{[`& .${O1.touchRipple}`]:t.touchRipple},t.root,t[l.orientation]]}})(({ownerState:e})=>B({width:"100%",padding:"24px 16px",margin:"-24px -16px",boxSizing:"content-box"},e.orientation==="vertical"&&{justifyContent:"flex-start",padding:"8px",margin:"-8px"},{[`& .${O1.touchRipple}`]:{color:"rgba(0, 0, 0, 0.3)"}})),lt=C.forwardRef(function(t,l){const s=Ne({props:t,name:"MuiStepButton"}),{children:r,className:d,icon:a,optional:c}=s,p=xe(s,et),{disabled:h,active:v}=C.useContext(f0),{orientation:j}=C.useContext(x0),y=B({},s,{orientation:j}),u=tt(y),i={icon:a,optional:c},f=O0(r,["StepLabel"])?C.cloneElement(r,i):o.jsx(N2,B({},i,{children:r}));return o.jsx(ot,B({focusRipple:!0,disabled:h,TouchRippleProps:{className:u.touchRipple},className:_e(u.root,d),ref:l,ownerState:y,"aria-current":v?"step":void 0},p,{children:f}))}),nt=lt;function st(e){return Ve("MuiStepContent",e)}Te("MuiStepContent",["root","last","transition"]);const rt=["children","className","TransitionComponent","transitionDuration","TransitionProps"],it=e=>{const{classes:t,last:l}=e;return De({root:["root",l&&"last"],transition:["transition"]},st,t)},at=te("div",{name:"MuiStepContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:l}=e;return[t.root,l.last&&t.last]}})(({ownerState:e,theme:t})=>B({marginLeft:12,paddingLeft:20,paddingRight:8,borderLeft:t.vars?`1px solid ${t.vars.palette.StepContent.border}`:`1px solid ${t.palette.mode==="light"?t.palette.grey[400]:t.palette.grey[600]}`},e.last&&{borderLeft:"none"})),ct=te(Ue,{name:"MuiStepContent",slot:"Transition",overridesResolver:(e,t)=>t.transition})({}),dt=C.forwardRef(function(t,l){const s=Ne({props:t,name:"MuiStepContent"}),{children:r,className:d,TransitionComponent:a=Ue,transitionDuration:c="auto",TransitionProps:p}=s,h=xe(s,rt);C.useContext(x0);const{active:v,last:j,expanded:y}=C.useContext(f0),u=B({},s,{last:j}),i=it(u);let f=c;return c==="auto"&&!a.muiSupportAuto&&(f=void 0),o.jsx(at,B({className:_e(i.root,d),ref:l,ownerState:u},h,{children:o.jsx(ct,B({as:a,in:v||y,className:i.transition,ownerState:u,timeout:f,unmountOnExit:!0},p,{children:r}))}))}),ut=dt;var p1={},pt=ke;Object.defineProperty(p1,"__esModule",{value:!0});var m0=p1.default=void 0,ht=pt(ze()),ft=o;m0=p1.default=(0,ht.default)((0,ft.jsx)("path",{d:"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H15v-8h5V8zm-1 7V3.5L18.5 9zm4 12.66V16h5.66v2h-2.24l2.95 2.95-1.41 1.41L19 19.41v2.24h-2z"}),"FileOpen");var h1={},xt=ke;Object.defineProperty(h1,"__esModule",{value:!0});var g0=h1.default=void 0,vt=xt(ze()),mt=o;g0=h1.default=(0,vt.default)((0,mt.jsx)("path",{d:"M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"}),"HelpOutlineOutlined");function ge({size:e,...t}){return o.jsx(z,{display:"flex",mt:4,...t,children:o.jsx(s1,{size:e})})}ge.propTypes={size:x.number};ge.defaultProps={size:24};function f1({did:e,projectId:t,title:l,logo:s,describe:r}){const a=`${`${W.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${e}/${t}/logo/upload`}/${s}`,[c,p]=C.useState(!1),h=Be(v=>v.breakpoints.down("md"));return o.jsxs(z,{sx:{display:"flex",flexDirection:"row",color:c?"primary.main":"grey.900",gap:1},onPointerEnter:()=>p(!0),onPointerLeave:()=>p(!1),children:[o.jsx(h0,{sx:{borderRadius:1},src:a}),o.jsxs(z,{children:[o.jsx(ye,{hiddenTip:!0,maxLength:"24",sx:{fontSize:"14px",fontWeight:"500",color:h?"primary.main":""},children:l||"/"}),o.jsx(ye,{hiddenTip:!0,maxLength:"58",sx:{fontSize:"12px",color:h||c?"primary.main":"grey.700"},children:r||"/"})]})]})}f1.propTypes={projectId:x.string.isRequired,did:x.string.isRequired,title:x.string.isRequired,logo:x.string.isRequired,describe:x.string.isRequired};function x1({initUrl:e}){const t=r1(),l=(e==null?void 0:e.searchParams.get("tenantScope"))||"",{t:s,locale:r}=oe(),{api:d}=Se(),{api:a}=a2(),[c,p]=C.useState(!0),{blocklet:h}=We(),[v,j]=C.useState(null),[y,u]=C.useState(!1),i=Be(M=>M.breakpoints.down("xl")),{componentDid:f=""}=Ge(),[w,m]=C.useState(null),R=()=>{d.getProjects({input:{did:h.meta.did,componentDid:f,tenantScope:l}}).then(M=>{const I=(M==null?void 0:M.projects)||[];p(!1),m(I)}).catch(M=>{p(!1),O.error(M.message)})},k=()=>{t(`${W.UNOWNED_DID}/create/none`,{replace:!0})},T=M=>{j(M)},N=()=>{p(!1),u(!0)},L=()=>{u(!1),j(null)},S=M=>{O.error(M.message),u(!1),j(null)},E=M=>{if(!(M!=null&&M.deleted)){O.error("Delete project failed");return}R(),u(!1),j(null)};if(C.useEffect(()=>{R()},[]),!w&&c)return o.jsx(z,{sx:{display:"flex",justifyContent:"center",alignItems:"center",marginTop:"40px"},children:o.jsx(ge,{})});if(!w)return null;if(!w.length)return o.jsxs(z,{display:"flex",flexDirection:"column",alignItems:"center",pt:10,children:[o.jsx(z,{sx:{fontSize:20,fontWeight:"bold",mb:3},children:s("blocklet.publish.blockletEmptyTip")}),o.jsx(z,{sx:{fontSize:14,color:"text.secondary",mb:3},children:s("blocklet.publish.createBlockletTip")}),o.jsx($e,{onClick:k,variant:"contained",children:s("blocklet.publish.createBlocklet")})]});const D=[{label:"Blocklet",name:"blockletTitle",minWidth:160,options:{customBodyRenderLite:M=>{const I=w[M];return o.jsx(ae,{to:`${I.id}`,children:o.jsx(f1,{did:h.meta.did,projectId:I.id,logo:I.blockletLogo,title:I.blockletTitle,describe:I.blockletDescription})})}}},{label:"Version",name:"blockletVersion",options:{customBodyRender:M=>M?o.jsx(d0,{type:"success",children:M}):""}},{label:"DID",name:"blockletDid",options:{customBodyRender:M=>o.jsx(A1,{size:14,compact:!0,responsive:!1,did:M})}},i||f?null:{label:s("common.createdBy"),name:"createdBy",options:{customBodyRender:M=>o.jsx(A1,{onClick:()=>{t(`/.well-known/service/admin/members?did=${M}`)},style:{cursor:"pointer"},size:14,compact:!0,copyable:!1,showQrcode:!1,responsive:!1,did:M})}},i||f?null:{label:s("common.scope"),name:"componentDid",options:{customBodyRender:M=>{const I=(h.children||[]).find($=>$.meta.did===M);return I?o.jsxs(z,{display:"flex",alignItems:"center",justifyContent:"flex-start",children:[o.jsx(c1,{size:14,blocklet:I,ancestors:[h]}),o.jsx(z,{ml:.5,sx:{ml:.5,color:"text.primary",fontSize:14},children:I.meta.title})]},M):""}}},i||l?null:{label:s("blocklet.publish.tenantScope"),name:"tenantScope",options:{customBodyRender:M=>o.jsx(z,{ml:.5,sx:{ml:.5,color:"text.primary",fontSize:14},children:o.jsx(ye,{children:M})})}},{label:s("common.updatedAt"),name:"updatedAt",options:{customBodyRender:M=>o.jsx(n0,{value:Number(M),locale:r})}},{label:s("common.actions"),name:"actions",options:{customBodyRenderLite:M=>{const I=w[M];return o.jsxs(z,{display:"flex",children:[o.jsx(ae,{to:`${I.id}/new-release/${I.lastReleaseId}`,children:o.jsx(he,{title:s("blocklet.publish.createRelease"),placement:"top",children:o.jsx(ce,{color:"primary","aria-label":"create",children:o.jsx(r2,{style:{fontSize:18}})})})}),!!I.lastReleaseId&&o.jsx(he,{title:s("blocklet.publish.viewLastRelease",{name:I.blockletTitle}),placement:"top",children:o.jsx(ce,{color:"secondary","aria-label":"create",children:o.jsx(ae,{style:{display:"flex"},to:`${I.id}/view/${I.lastReleaseId}`,children:o.jsx(m0,{sx:{fontSize:18}})})})}),o.jsx(he,{title:s("blocklet.publish.delete",{name:I.blockletTitle}),placement:"top",children:o.jsx(ce,{color:"primary","aria-label":"delete",onClick:()=>T(I),children:o.jsx(c0,{sx:{fontSize:18}})})})]})}}}].filter(Boolean),P=y?o.jsx($0,{open:!0,popup:!0,onClose:L,action:"check-has-project-id",locale:r,checkFn:a.get,saveConnect:!1,forceConnected:!1,checkTimeout:5*60*1e3,onSuccess:E,onError:S,extraParams:{projectId:v.id,did:h.meta.did,name:v.blockletTitle},messages:{title:s("blocklet.publish.deleteProject.title",{name:v.blockletTitle}),scan:s("blocklet.publish.deleteProject.scan",{name:v.blockletTitle}),confirm:s("blocklet.publish.deleteProject.confirm"),success:s("blocklet.publish.deleteProject.success")}}):null;return o.jsxs(gt,{children:[o.jsxs(z,{display:"flex",justifyContent:"space-between",alignItems:"center",children:[o.jsxs(z,{display:"flex",flexDirection:"row",alignItems:"center",children:[o.jsx(z,{sx:{fontSize:"1.2rem",fontWeight:"bold"},children:s("common.blockletStudio")}),o.jsx(he,{title:s("blocklet.publish.createBlockletTip"),arrow:!0,placement:"right",children:o.jsx(g0,{sx:{opacity:.6,fontSize:"1.1em",ml:1}})})]}),o.jsxs($e,{onClick:k,variant:"contained",children:[o.jsx(a0,{style:{fontSize:"1.3em",marginRight:4}}),s("blocklet.publish.createBlocklet")]})]}),o.jsx(z,{mt:3}),o.jsx(a1,{className:"main-table",locale:r,data:w,columns:D,options:{sort:!1,download:!1,filter:!1,print:!1,search:!1}}),v&&o.jsx(u0,{title:`${s("common.delete")} ${v.blockletTitle}`,description:s("blocklet.publish.deleteProject.description"),confirm:s("common.confirm"),onConfirm:N,onCancel:()=>j(null),children:o.jsx(z,{sx:{marginTop:2},children:[s("blocklet.publish.deleteProject.tip1"),s("blocklet.publish.deleteProject.tip2"),s("blocklet.publish.deleteProject.tip3")].map(M=>o.jsxs(z,{sx:{display:"flex",marginTop:1,flexDirection:"row",alignItems:"flex-start"},children:[o.jsx(i2,{color:"warning",sx:{marginRight:1,fontSize:20,marginTop:"2px"}}),o.jsx(X,{component:"span",variant:"inherit",color:"text.secondary",children:M})]}))})}),P]})}x1.propTypes={initUrl:x.object};x1.defaultProps={initUrl:null};const gt=se(z)`
3
3
  .main-table > div:first-child {
4
4
  display: none;
5
5
  }
6
- `;var f1={},bt=ye;Object.defineProperty(f1,"__esModule",{value:!0});var g0=f1.default=void 0,jt=bt(Re()),H1=o;g0=f1.default=(0,jt.default)([(0,H1.jsx)("path",{d:"M20 17H4V5h8V3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2v-3h-2z"},"0"),(0,H1.jsx)("path",{d:"m17 14 5-5-1.41-1.41L18 10.17V3h-2v7.17l-2.59-2.58L12 9z"},"1")],"InstallDesktop");function wt(){var P;const{t:e,locale:t}=oe(),{projectId:l}=Ue(),{api:s}=ze(),[r,d]=C.useState(!0),{blocklet:c}=qe(),[a,h]=C.useState(null),[p,m]=C.useState(null),[j,y]=C.useState(null),u=(P=window.env)==null?void 0:P.serverEndpoint,i=()=>{s.getReleases({input:{did:c.meta.did,projectId:l}}).then(M=>{const V=(M==null?void 0:M.releases)||[];d(!1),h(V)}).catch(M=>{d(!1),O.error(M.message)})},f=()=>{s.doBatchQuery({getProject:{input:{did:c.meta.did,projectId:l}},getReleases:{input:{did:c.meta.did,projectId:l}}}).then(M=>{m(M.getProject.project||{}),h(M.getReleases.releases||[]),d(!1)}).catch(M=>{d(!1),O.error(M.message)})};C.useEffect(()=>{f()},[]);const w=()=>{d(!1);const M=j.id;s.deleteRelease({input:{did:c.meta.did,projectId:l,releaseId:M}}).then(()=>{d(!1),i(),O.success(e("common.removeSuccess")),y(null)}).catch(V=>{d(!1),O.error(V.message)})},v=M=>{y(M)};if(!a&&r)return o.jsx(z,{sx:{display:"flex",justifyContent:"center",alignItems:"center",marginTop:"40px"},children:o.jsx(me,{})});if(!a)return null;const R=o.jsxs(x0,{className:"breadcrumbs","aria-label":"breadcrumb",children:[o.jsx(ae,{to:"..",children:e("common.blockletStudio")}),o.jsx(G,{color:"text.primary",children:p.blockletTitle})]});if(!a.length)return o.jsxs(o.Fragment,{children:[R,o.jsxs(z,{display:"flex",flexDirection:"column",alignItems:"center",pt:10,children:[o.jsx(z,{sx:{fontSize:20,fontWeight:"bold",mb:3},children:e("blocklet.publish.releaseEmptyTip")}),o.jsx(z,{sx:{fontSize:14,color:"text.secondary",mb:3},children:e("blocklet.publish.createReleaseTip")}),o.jsx(ae,{to:"create/none",children:o.jsx(He,{variant:"contained",children:e("blocklet.publish.createRelease")})})]})]});const k=[{label:e("common.version"),name:"blockletVersion",minWidth:160,options:{customBodyRenderLite:M=>{const V=a[M];return o.jsx(ae,{to:`view/${V.id}`,children:o.jsx(p1,{did:c.meta.did,projectId:p.id,logo:V.blockletLogo,title:V.blockletVersion,describe:V.blockletTitle})})}}},{label:e("blocklet.publish.releaseNote"),name:"note",options:{customBodyRenderLite:M=>{const V=a[M];return o.jsx(G,{className:"note",children:V.note||""})}}},{label:e("common.status"),name:"status",options:{customBodyRender:M=>o.jsx(c0,{type:M==="published"?"success":"warning",children:M==="published"?"Released":$0(M)})}},{label:e("common.lastPublishedAt"),name:"updatedAt",options:{customBodyRenderLite:M=>{const V=a[M];return V.status!==he.PROJECT.RELEASE_STATUS.published?"":o.jsx(l0,{value:Number(V.updatedAt),locale:t})}}},{label:e("common.actions"),name:"actions",options:{customBodyRenderLite:M=>{const V=a[M];let L="",H="";const S=V.status==="published";if(S){const D=Ae(u,`/api/project/${c.meta.did}/${p.id}/${p.lastReleaseId}/release/blocklet.json`),I=new URL(u);I.pathname=Ae(I.pathname,"/launch-blocklet/agreement"),I.searchParams.set("blocklet_meta_url",D),L=I.href,H=Ae(`${U.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${c.meta.did}/${p.id}/${p.lastReleaseId}/download/${(p.lastReleaseFiles||[])[0]}`)}return o.jsxs(z,{display:"flex",alignItems:"center",children:[S&&p.type==="pack"&&o.jsx(pe,{title:e("blocklet.publish.install",{name:p.blockletTitle}),placement:"top",children:o.jsx(ve,{color:"secondary","aria-label":"create",children:o.jsx("a",{style:{display:"flex"},href:L,target:"_blank",rel:"noreferrer",children:o.jsx(g0,{sx:{fontSize:18}})})})}),S&&o.jsx(pe,{title:e("blocklet.publish.download",{name:p.blockletTitle}),placement:"top",children:o.jsx(ve,{color:"primary","aria-label":"download",children:o.jsx("a",{style:{display:"flex"},href:H,children:o.jsx(d2,{sx:{fontSize:18}})})})}),o.jsx(pe,{title:e("blocklet.publish.delete",{name:p.blockletTitle}),placement:"top",children:o.jsx(ve,{color:"primary","aria-label":"delete",onClick:()=>v(V),children:o.jsx(a0,{sx:{fontSize:18}})})})]})}}}];return o.jsxs(Ct,{children:[o.jsxs(z,{className:"header",children:[R,o.jsx(ae,{to:"new-release/none",children:o.jsxs(He,{variant:"contained",children:[o.jsx(i0,{style:{fontSize:"1.3em",marginRight:4}}),e("blocklet.publish.createRelease")]})})]}),o.jsx(r1,{className:"main-table",verticalKeyWidth:100,locale:t,data:a,columns:k,options:{sort:!1,download:!1,filter:!1,print:!1,search:!1}}),j&&o.jsx(d0,{title:e(`${e("common.delete")} ${j.blockletVersion}`),description:e("blocklet.publish.deleteReleaseTip"),confirm:e("common.confirm"),onConfirm:w,onCancel:()=>y(null)})]})}const Ct=ne(z)`
6
+ `;var v1={},bt=ke;Object.defineProperty(v1,"__esModule",{value:!0});var b0=v1.default=void 0,jt=bt(ze()),$1=o;b0=v1.default=(0,jt.default)([(0,$1.jsx)("path",{d:"M20 17H4V5h8V3H4c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2v-3h-2z"},"0"),(0,$1.jsx)("path",{d:"m17 14 5-5-1.41-1.41L18 10.17V3h-2v7.17l-2.59-2.58L12 9z"},"1")],"InstallDesktop");function wt(){var N;const{t:e,locale:t}=oe(),{projectId:l}=Ge(),{api:s}=Se(),[r,d]=C.useState(!0),{blocklet:a}=We(),c=Be(L=>L.breakpoints.down("md")),[p,h]=C.useState(null),[v,j]=C.useState(null),[y,u]=C.useState(null),i=(N=window.env)==null?void 0:N.serverEndpoint,f=()=>{s.getReleases({input:{did:a.meta.did,projectId:l}}).then(L=>{const S=(L==null?void 0:L.releases)||[];d(!1),h(S)}).catch(L=>{d(!1),O.error(L.message)})},w=()=>{s.doBatchQuery({getProject:{input:{did:a.meta.did,projectId:l}},getReleases:{input:{did:a.meta.did,projectId:l}}}).then(L=>{j(L.getProject.project||{}),h(L.getReleases.releases||[]),d(!1)}).catch(L=>{d(!1),O.error(L.message)})};C.useEffect(()=>{w()},[]);const m=()=>{d(!1);const L=y.id;s.deleteRelease({input:{did:a.meta.did,projectId:l,releaseId:L}}).then(()=>{d(!1),f(),O.success(e("common.removeSuccess")),u(null)}).catch(S=>{d(!1),O.error(S.message)})},R=L=>{u(L)};if(!p&&r)return o.jsx(z,{sx:{display:"flex",justifyContent:"center",alignItems:"center",marginTop:"40px"},children:o.jsx(ge,{})});if(!p)return null;const k=o.jsxs(v0,{className:"breadcrumbs","aria-label":"breadcrumb",children:[o.jsx(ae,{to:"..",children:e("common.blockletStudio")}),o.jsx(X,{color:"text.primary",children:o.jsx(ye,{maxLength:c?6:30,children:v.blockletTitle})})]});if(!p.length)return o.jsxs(o.Fragment,{children:[k,o.jsxs(z,{display:"flex",flexDirection:"column",alignItems:"center",pt:10,children:[o.jsx(z,{sx:{fontSize:20,fontWeight:"bold",mb:3},children:e("blocklet.publish.releaseEmptyTip")}),o.jsx(z,{sx:{fontSize:14,color:"text.secondary",mb:3},children:e("blocklet.publish.createReleaseTip")}),o.jsx(ae,{to:"create/none",children:o.jsx($e,{variant:"contained",children:e("blocklet.publish.createRelease")})})]})]});const T=[{label:e("common.version"),name:"blockletVersion",minWidth:160,options:{customBodyRenderLite:L=>{const S=p[L];return o.jsx(ae,{to:`view/${S.id}`,children:o.jsx(f1,{did:a.meta.did,projectId:v.id,logo:S.blockletLogo,title:S.blockletVersion,describe:S.blockletTitle})})}}},{label:e("blocklet.publish.releaseNote"),name:"note",options:{customBodyRenderLite:L=>{const S=p[L];return o.jsx(X,{className:"note",children:S.note||""})}}},{label:e("common.status"),name:"status",options:{customBodyRender:L=>o.jsx(d0,{type:L==="published"?"success":"warning",children:L==="published"?"Released":F0(L)})}},{label:e("common.lastPublishedAt"),name:"updatedAt",options:{customBodyRenderLite:L=>{const S=p[L];return S.status!==fe.PROJECT.RELEASE_STATUS.published?"":o.jsx(n0,{value:Number(S.updatedAt),locale:t})}}},{label:e("common.actions"),name:"actions",options:{customBodyRenderLite:L=>{const S=p[L];let E="",D="";const P=S.status==="published";if(P){const M=Oe(i,`/api/project/${a.meta.did}/${v.id}/${v.lastReleaseId}/release/blocklet.json`),I=new URL(i);I.pathname=Oe(I.pathname,"/launch-blocklet/agreement"),I.searchParams.set("blocklet_meta_url",M),E=I.href,D=Oe(`${W.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${a.meta.did}/${v.id}/${v.lastReleaseId}/download/${(v.lastReleaseFiles||[])[0]}`)}return o.jsxs(z,{display:"flex",alignItems:"center",children:[P&&v.type==="pack"&&o.jsx(he,{title:e("blocklet.publish.install",{name:v.blockletTitle}),placement:"top",children:o.jsx(ce,{color:"secondary","aria-label":"create",children:o.jsx("a",{style:{display:"flex"},href:E,target:"_blank",rel:"noreferrer",children:o.jsx(b0,{sx:{fontSize:18}})})})}),P&&o.jsx(he,{title:e("blocklet.publish.download",{name:v.blockletTitle}),placement:"top",children:o.jsx(ce,{color:"primary","aria-label":"download",children:o.jsx("a",{style:{display:"flex"},href:D,children:o.jsx(d2,{sx:{fontSize:18}})})})}),o.jsx(he,{title:e("blocklet.publish.delete",{name:v.blockletTitle}),placement:"top",children:o.jsx(ce,{color:"primary","aria-label":"delete",onClick:()=>R(S),children:o.jsx(c0,{sx:{fontSize:18}})})})]})}}}];return o.jsxs(Ct,{children:[o.jsxs(z,{className:"header",children:[k,o.jsx(ae,{to:"new-release/none",children:o.jsxs($e,{variant:"contained",children:[o.jsx(a0,{style:{fontSize:"1.3em",marginRight:4}}),e("blocklet.publish.createRelease")]})})]}),o.jsx(a1,{className:"main-table",verticalKeyWidth:100,locale:t,data:p,columns:T,options:{sort:!1,download:!1,filter:!1,print:!1,search:!1}}),y&&o.jsx(u0,{title:e(`${e("common.delete")} ${y.blockletVersion}`),description:e("blocklet.publish.deleteReleaseTip"),confirm:e("common.confirm"),onConfirm:m,onCancel:()=>u(null)})]})}const Ct=se(z)`
7
7
  .header {
8
8
  display: flex;
9
9
  align-items: center;
10
10
  justify-content: space-between;
11
11
  }
12
+ .main-table {
13
+ margin-top: 24px;
14
+ }
12
15
  .main-table > div:first-child {
13
16
  display: none;
14
17
  }
@@ -16,7 +19,31 @@ import{ap as A0,j as o,aE as te,cI as e0,aH as B,fq as _1,aG as fe,aC as Pe,aD a
16
19
  word-break: break-all;
17
20
  white-space: pre-line;
18
21
  }
19
- `;var g={},De;Object.defineProperty(g,"__esModule",{value:!0});g.WalletTextLogo=g.Tx=g.Token=g.Team=g.Switch=g.StoreLogoNotext=g.StoreLogoBg=g.StoreLogo=g.Store=g.Setting=g.ServerLogoNotext=g.ServerLogoBg=g.ServerLogo=g.Server=g.Rollup=g.RevokeIcon=g.QuestionMarkCircle=g.Plan=g.PersonIcon=g.Pending=g.PassportIcon=g.OpenIn=g.Notification=g.NFT=g.Mobile=g.Log=g.LockIcon=g.LauncherLogoNotext=g.LauncherLogoBg=g.LauncherLogo=g.Label=g.Key=g.Globe=g.ForbidLoginIcon=g.ExternalIssuerIcon=De=g.EmptyIcon=g.EditIcon=g.Disconnect=g.DidWalletLogo=g.DidWallet=g.DidLogoColorful=g.DidLogo=g.DeleteIcon=g.Dashboard=g.Dapp=g.Copy=g.ConnectLogo=g.Connect=g.Computer=g.CodeFolder=g.Circles=g.BridgeMoveOut=g.BridgeMoveIn=g.Bridge=g.Blocklets=g.Approve=g.AllowLoginIcon=g.Add=g.Account=g.ABTNode=void 0;Rt(C);var n=o;function Rt(e){return e&&e.__esModule?e:{default:e}}function O1(e,t){var l=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),l.push.apply(l,s)}return l}function b(e){for(var t=1;t<arguments.length;t++){var l=arguments[t]!=null?arguments[t]:{};t%2?O1(Object(l),!0).forEach(function(s){yt(e,s,l[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(l)):O1(Object(l)).forEach(function(s){Object.defineProperty(e,s,Object.getOwnPropertyDescriptor(l,s))})}return e}function yt(e,t,l){return t=zt(t),t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l,e}function zt(e){var t=kt(e,"string");return typeof t=="symbol"?t:String(t)}function kt(e,t){if(typeof e!="object"||!e)return e;var l=e[Symbol.toPrimitive];if(l!==void 0){var s=l.call(e,t||"default");if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var St=g.Computer=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M5.472.371H60.94c3.061 0 5.565 2.412 5.565 5.473v35.431c0 3.061-2.504 5.658-5.565 5.658H39.328v9.183h15.768c2.319 0 2.504 7.606 2.782 7.884H8.626s0-7.884 2.783-7.884h15.768v-9.183H5.472C2.412 46.933 0 44.336 0 41.275V5.844C0 2.783 2.412.37 5.472.37zm0 40.904H60.94V5.844H5.472v35.431z"})}))};St.defaultProps={width:"67",height:"64",viewBox:"0 0 67 64",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var Mt=g.ConnectLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M24.604 2.263L28.524 0H42.79v41.862H28.79a1 1 0 0 1-.5-.134l-15.103-8.72V8.854l1.817-1.05 3.2 1.848-1.817 1.05V31.16l12.993 7.502H39.59V3.2H29.38l-1.576.91-3.2-1.847z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.402 31.16V10.701L13.409 3.2H3.2v35.462h10.21l1.58-.913 3.2 1.847-3.923 2.266H0V0h14.267l15.335 8.854v24.154l-1.813 1.046-3.2-1.847 1.813-1.047z"}),(0,n.jsx)("path",{d:"M138.44 27.684c.192 0 .357.075.496.224l1.344 1.472a9.584 9.584 0 0 1-3.44 2.576c-1.344.608-2.965.912-4.864.912-1.664 0-3.173-.288-4.528-.864a10.056 10.056 0 0 1-3.456-2.416c-.949-1.035-1.685-2.272-2.208-3.712-.523-1.44-.784-3.024-.784-4.752 0-1.728.272-3.312.816-4.752.555-1.44 1.328-2.677 2.32-3.712a10.444 10.444 0 0 1 3.552-2.416c1.387-.576 2.917-.864 4.592-.864 1.632 0 3.083.267 4.352.8a10.973 10.973 0 0 1 3.312 2.128l-1.12 1.584a.936.936 0 0 1-.288.288.742.742 0 0 1-.432.112c-.203 0-.443-.101-.72-.304a8.802 8.802 0 0 0-1.072-.672c-.437-.256-.981-.485-1.632-.688-.651-.203-1.461-.304-2.432-.304-1.141 0-2.187.203-3.136.608a6.885 6.885 0 0 0-2.464 1.728c-.683.747-1.216 1.67-1.6 2.768-.373 1.088-.56 2.32-.56 3.696 0 1.397.197 2.64.592 3.728.395 1.088.939 2.01 1.632 2.768a6.914 6.914 0 0 0 2.448 1.728 7.764 7.764 0 0 0 3.04.592c.661 0 1.253-.037 1.776-.112a7.843 7.843 0 0 0 1.456-.368c.448-.16.869-.363 1.264-.608a8.89 8.89 0 0 0 1.168-.912c.085-.075.176-.133.272-.176a.616.616 0 0 1 .304-.08zM149.68 16.1c1.195 0 2.272.197 3.232.592a6.54 6.54 0 0 1 2.464 1.68c.683.725 1.205 1.605 1.568 2.64.363 1.024.544 2.176.544 3.456 0 1.28-.181 2.437-.544 3.472-.363 1.035-.885 1.915-1.568 2.64a6.795 6.795 0 0 1-2.464 1.68c-.96.384-2.037.576-3.232.576-1.205 0-2.293-.192-3.264-.576a6.987 6.987 0 0 1-2.464-1.68c-.683-.725-1.211-1.605-1.584-2.64-.363-1.035-.544-2.192-.544-3.472 0-1.28.181-2.432.544-3.456.373-1.035.901-1.915 1.584-2.64a6.717 6.717 0 0 1 2.464-1.68c.971-.395 2.059-.592 3.264-.592zm0 14.304c1.536 0 2.683-.517 3.44-1.552.757-1.035 1.136-2.49 1.136-4.368 0-1.877-.379-3.333-1.136-4.368-.757-1.045-1.904-1.568-3.44-1.568-1.557 0-2.72.523-3.488 1.568-.757 1.035-1.136 2.49-1.136 4.368 0 1.877.379 3.333 1.136 4.368.768 1.035 1.931 1.552 3.488 1.552zM163.899 18.612c.352-.373.72-.715 1.104-1.024a6.73 6.73 0 0 1 1.216-.784 6.195 6.195 0 0 1 1.392-.512 6.442 6.442 0 0 1 1.6-.192c.896 0 1.68.15 2.352.448.682.299 1.253.72 1.712 1.264.458.533.805 1.179 1.04 1.936.234.757.352 1.595.352 2.512v10.352h-3.136V22.26c0-1.163-.267-2.064-.8-2.704-.534-.65-1.35-.976-2.448-.976-.8 0-1.552.192-2.256.576a7.38 7.38 0 0 0-1.936 1.536v11.92h-3.12V16.356h1.872c.437 0 .709.208.816.624l.24 1.632zM181.805 18.612c.352-.373.72-.715 1.104-1.024a6.73 6.73 0 0 1 1.216-.784 6.195 6.195 0 0 1 1.392-.512 6.448 6.448 0 0 1 1.6-.192c.896 0 1.68.15 2.352.448a4.63 4.63 0 0 1 1.712 1.264c.459.533.805 1.179 1.04 1.936.235.757.352 1.595.352 2.512v10.352h-3.136V22.26c0-1.163-.267-2.064-.8-2.704-.533-.65-1.349-.976-2.448-.976-.8 0-1.552.192-2.256.576a7.396 7.396 0 0 0-1.936 1.536v11.92h-3.12V16.356h1.872c.437 0 .709.208.816.624l.24 1.632zM207.551 22.676c0-.619-.09-1.19-.272-1.712a3.77 3.77 0 0 0-.768-1.36 3.521 3.521 0 0 0-1.248-.896c-.49-.213-1.056-.32-1.696-.32-1.312 0-2.346.379-3.104 1.136-.746.757-1.221 1.808-1.424 3.152h8.512zm2.576 7.616a6.311 6.311 0 0 1-1.328 1.168 7.926 7.926 0 0 1-1.6.784 9.664 9.664 0 0 1-1.76.448c-.597.096-1.189.144-1.776.144-1.12 0-2.16-.187-3.12-.56a7.159 7.159 0 0 1-2.48-1.664c-.693-.736-1.237-1.643-1.632-2.72-.384-1.088-.576-2.336-.576-3.744 0-1.13.176-2.181.528-3.152a7.67 7.67 0 0 1 1.504-2.56 7.064 7.064 0 0 1 2.416-1.712c.95-.416 2.016-.624 3.2-.624.992 0 1.904.165 2.736.496.843.32 1.568.79 2.176 1.408.608.619 1.083 1.381 1.424 2.288.352.907.528 1.941.528 3.104 0 .48-.053.805-.16.976-.106.16-.304.24-.592.24h-10.656c.032.97.171 1.819.416 2.544.246.715.582 1.312 1.008 1.792.438.48.955.837 1.552 1.072.598.235 1.264.352 2 .352.694 0 1.291-.08 1.792-.24.512-.16.95-.33 1.312-.512.374-.192.683-.368.928-.528.256-.16.48-.24.672-.24.256 0 .454.096.592.288l.896 1.152zM225.113 19.396a1.836 1.836 0 0 1-.288.288c-.086.064-.214.096-.384.096-.171 0-.352-.064-.544-.192a4.872 4.872 0 0 0-.704-.432 5.21 5.21 0 0 0-1.024-.432c-.395-.139-.886-.208-1.472-.208-.768 0-1.446.139-2.032.416a3.972 3.972 0 0 0-1.472 1.184c-.384.512-.678 1.136-.88 1.872-.203.736-.304 1.563-.304 2.48 0 .95.106 1.797.32 2.544.213.736.517 1.36.912 1.872.394.501.874.885 1.44 1.152a4.522 4.522 0 0 0 1.888.384c.672 0 1.226-.08 1.664-.24.437-.17.8-.352 1.088-.544.288-.192.528-.368.72-.528.192-.17.389-.256.592-.256.256 0 .453.096.592.288l.896 1.152a5.966 5.966 0 0 1-1.264 1.168c-.459.32-.95.581-1.472.784a8.34 8.34 0 0 1-1.648.448c-.566.096-1.142.144-1.728.144a7.25 7.25 0 0 1-2.848-.56 6.52 6.52 0 0 1-2.288-1.632c-.64-.715-1.147-1.59-1.52-2.624-.374-1.045-.56-2.23-.56-3.552 0-1.205.165-2.32.496-3.344.341-1.024.837-1.904 1.488-2.64a6.821 6.821 0 0 1 2.432-1.744c.96-.427 2.058-.64 3.296-.64 1.162 0 2.186.187 3.072.56a7.514 7.514 0 0 1 2.368 1.584l-.832 1.152zM234.121 32.868c-1.312 0-2.325-.368-3.04-1.104-.704-.736-1.056-1.787-1.056-3.152v-9.728h-1.888a.701.701 0 0 1-.464-.16c-.117-.117-.176-.288-.176-.512v-1.264l2.64-.368.704-4.848a.738.738 0 0 1 .24-.416.724.724 0 0 1 .48-.16h1.584v5.456h4.608v2.272h-4.608v9.52c0 .64.155 1.12.464 1.44.32.31.726.464 1.216.464.288 0 .534-.037.736-.112a3.27 3.27 0 0 0 .544-.24c.15-.096.278-.181.384-.256a.521.521 0 0 1 .288-.112c.107 0 .187.027.24.08a.694.694 0 0 1 .192.224l.928 1.504c-.512.47-1.12.832-1.824 1.088a6.362 6.362 0 0 1-2.192.384z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.815 33.284V9H70.66a6.259 6.259 0 0 1 5.823 6.243v11.783a6.258 6.258 0 0 1-6.258 6.258h-12.41zM84.56 9h-3.335v24.321h3.335V9zM61.15 29.95V12.32h9.075a2.923 2.923 0 0 1 2.923 2.923v11.783a2.923 2.923 0 0 1-2.923 2.923H61.15zM89.243 9v24.284h12.409a6.258 6.258 0 0 0 6.259-6.258V15.243A6.259 6.259 0 0 0 102.087 9H89.243zm22.912 5.636h3.728v3.728h-3.728v-3.729zm3.728 9.321h-3.728v3.729h3.728v-3.729zM92.578 12.32v17.63h9.074a2.924 2.924 0 0 0 2.924-2.924V15.243a2.924 2.924 0 0 0-2.924-2.923h-9.074z"})]}))};Mt.defaultProps={width:"239",height:"42",viewBox:"0 0 239 42",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var It=g.Copy=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M12.342.063h-9.75A1.63 1.63 0 0 0 .967 1.688v11.374h1.625V1.688h9.75V.063zm2.437 3.25H5.842a1.63 1.63 0 0 0-1.625 1.624v11.375a1.63 1.63 0 0 0 1.625 1.625h8.937a1.63 1.63 0 0 0 1.625-1.625V4.938a1.63 1.63 0 0 0-1.625-1.625zm0 13H5.842V4.938h8.937v11.375z"})}))};It.defaultProps={width:"17",height:"18",viewBox:"0 0 17 18",xmlns:"http://www.w3.org/2000/svg"};var Lt=g.DidLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M24.604 2.263L28.524 0H42.79v41.862H28.79a1 1 0 0 1-.5-.134l-15.103-8.72V8.854l1.817-1.05 3.2 1.848-1.817 1.05V31.16l12.993 7.502H39.59V3.2H29.38l-1.576.91-3.2-1.847z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.402 31.16V10.701L13.409 3.2H3.2v35.462h10.21l1.58-.913 3.2 1.847-3.923 2.266H0V0h14.267l15.335 8.854v24.154l-1.813 1.046-3.2-1.847 1.813-1.047z"})]}))};Lt.defaultProps={width:"43",height:"42",viewBox:"0 0 43 42",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var Pt=g.DidLogoColorful=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M7.366.646L8.46 0h3.981v11.96H8.564a.381.381 0 0 1-.194-.053L4.18 9.431V2.53l.508-.3.893.528-.508.3v5.845L8.7 11.046h2.85V.914h-2.85l-.44.26-.893-.528z",fill:"color(display-p3 .4196 .7412 .9961)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.868 8.903V3.057L4.242.915H1.393v10.132h2.85l.44-.26.893.527-1.095.647H.5V0h3.981l4.28 2.53v6.9l-.506.3-.893-.528.506-.299z",fill:"color(display-p3 .2706 .5961 .9804)"})]}))};Pt.defaultProps={xmlns:"http://www.w3.org/2000/svg",width:"13",height:"12",viewBox:"0 0 13 12",fill:"none"};var Tt=g.DidWallet=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsxs)("g",{clipPath:"url(#clip0)",children:[(0,n.jsx)("rect",{width:"32",height:"32",rx:"6",fill:"url(#paint0_linear)"}),(0,n.jsx)("path",{d:"M3.52 7.36A2.56 2.56 0 0 1 6.08 4.8h19.84a2.56 2.56 0 0 1 2.56 2.56v12.16a2.56 2.56 0 0 1-2.56 2.56H6.08a2.56 2.56 0 0 1-2.56-2.56V7.36z",fill:"#9FCBFF",filter:"url(#filter0_i)"}),(0,n.jsx)("path",{d:"M2.56 9.28a2.56 2.56 0 0 1 2.56-2.56h21.76a2.56 2.56 0 0 1 2.56 2.56v13.6a2.56 2.56 0 0 1-2.56 2.56H5.12a2.56 2.56 0 0 1-2.56-2.56V9.28z",fill:"url(#paint1_linear)",filter:"url(#filter1_d)"}),(0,n.jsx)("path",{d:"M0 22.32l32-6.16V32H0v-9.68z",fill:"url(#paint2_linear)",filter:"url(#filter2_d)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.536 9.248h8.288c.408 0 .74.3.74.672v4.64c0 .371-.332.672-.74.672H5.536c-.408 0-.74-.3-.74-.672v-.04a.158.158 0 1 0-.316 0v.04c0 .53.473.96 1.056.96h8.288c.583 0 1.056-.43 1.056-.96V9.92c0-.53-.473-.96-1.056-.96H5.536c-.583 0-1.056.43-1.056.96v.04a.158.158 0 0 0 .317 0v-.04c0-.371.33-.672.739-.672zm-1.023 4.638a.127.127 0 0 0 .087.034h1.267c.472 0 .83-.107 1.076-.322.25-.217.381-.548.397-.993a11.281 11.281 0 0 0 0-.734c-.012-.426-.148-.751-.406-.975-.258-.224-.622-.336-1.09-.336H4.6a.127.127 0 0 0-.087.034.117.117 0 0 0-.033.086v3.12c0 .032.011.06.033.086zm1.794-.806c-.099.1-.253.149-.464.149h-.502V11.25h.478c.21 0 .369.051.474.154.108.102.166.26.172.475.006.09.01.208.01.355s-.004.267-.01.36c-.006.221-.059.383-.158.485zm1.63.806a.127.127 0 0 0 .087.034h.64a.116.116 0 0 0 .087-.034.11.11 0 0 0 .038-.086v-3.12a.11.11 0 0 0-.038-.086.116.116 0 0 0-.086-.034h-.641a.127.127 0 0 0-.087.034.117.117 0 0 0-.033.086v3.12c0 .032.011.06.033.086zm1.637.034a.127.127 0 0 1-.086-.034.128.128 0 0 1-.033-.086v-3.12c0-.035.01-.064.033-.086a.127.127 0 0 1 .086-.034h1.244c.469 0 .832.112 1.09.336.259.224.394.549.407.974a11.244 11.244 0 0 1 0 .735c-.016.445-.148.776-.397.993-.245.215-.604.322-1.076.322H9.574zm1.244-.691c.21 0 .365-.05.464-.149.099-.102.152-.264.158-.485a5.52 5.52 0 0 0 .01-.36c0-.147-.004-.265-.01-.355-.006-.214-.064-.373-.172-.475-.106-.103-.263-.154-.474-.154h-.478v1.978h.502zm2.468-1.382a.288.288 0 0 1-.288-.286.288.288 0 0 1 .576 0c0 .158-.13.286-.288.286zm0 1.495a.288.288 0 0 1-.288-.286.288.288 0 0 1 .576 0c0 .158-.13.287-.288.287z",fill:"#4598FA"})]}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("filter",{id:"filter0_i",x:"3.52",y:"1.8",width:"24.96",height:"20.28",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,n.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,n.jsx)("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),(0,n.jsx)("feColorMatrix",{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),(0,n.jsx)("feOffset",{dy:"-3"}),(0,n.jsx)("feGaussianBlur",{stdDeviation:"2"}),(0,n.jsx)("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),(0,n.jsx)("feColorMatrix",{values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"}),(0,n.jsx)("feBlend",{in2:"shape",result:"effect1_innerShadow"})]}),(0,n.jsxs)("filter",{id:"filter1_d",x:"-1.44",y:"1.72",width:"34.88",height:"26.72",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,n.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,n.jsx)("feColorMatrix",{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),(0,n.jsx)("feOffset",{dy:"-1"}),(0,n.jsx)("feGaussianBlur",{stdDeviation:"2"}),(0,n.jsx)("feColorMatrix",{values:"0 0 0 0 0.220767 0 0 0 0 0.470803 0 0 0 0 0.701605 0 0 0 0.18 0"}),(0,n.jsx)("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow"}),(0,n.jsx)("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})]}),(0,n.jsxs)("filter",{id:"filter2_d",x:"-5",y:"11.16",width:"42",height:"25.84",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,n.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,n.jsx)("feColorMatrix",{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),(0,n.jsx)("feOffset",{}),(0,n.jsx)("feGaussianBlur",{stdDeviation:"2.5"}),(0,n.jsx)("feColorMatrix",{values:"0 0 0 0 0.14382 0 0 0 0 0.205065 0 0 0 0 0.522634 0 0 0 0.25 0"}),(0,n.jsx)("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow"}),(0,n.jsx)("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})]}),(0,n.jsxs)("linearGradient",{id:"paint0_linear",x1:"16",x2:"16",y2:"32",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#4F9DF6"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#0A79F8"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear",x1:"16",y1:"6.72",x2:"16",y2:"25.44",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#fff"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#ECEFFF"})]}),(0,n.jsxs)("linearGradient",{id:"paint2_linear",x1:"16",y1:"19.2",x2:"18.48",y2:"32",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{offset:".007",stopColor:"#77B2F6"}),(0,n.jsx)("stop",{offset:".055",stopColor:"#4F9DF6"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#4598FA"})]}),(0,n.jsx)("clipPath",{id:"clip0",children:(0,n.jsx)("rect",{width:"32",height:"32",rx:"6",fill:"#fff"})})]})]}))};Tt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var Vt=g.Disconnect=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M21.78 3.28a.75.75 0 0 0-1.06-1.06l-2.012 2.012a4.25 4.25 0 0 0-5.463.462l-1.068 1.069a1.75 1.75 0 0 0 0 2.474l3.585 3.586a1.75 1.75 0 0 0 2.475 0l1.068-1.068a4.251 4.251 0 0 0 .463-5.463L21.78 3.28zm-3.585 2.475l.022.023.003.002.002.003.023.022a2.75 2.75 0 0 1 0 3.89l-1.068 1.067a.25.25 0 0 1-.354 0l-3.586-3.585a.251.251 0 0 1 0-.354l1.068-1.068a2.75 2.75 0 0 1 3.89 0zM10.78 11.28a.75.75 0 1 0-1.06-1.06L8 11.94l-.47-.47a.75.75 0 0 0-1.06 0l-1.775 1.775a4.251 4.251 0 0 0-.463 5.463L2.22 20.72a.75.75 0 1 0 1.06 1.06l2.012-2.012a4.251 4.251 0 0 0 5.463-.463l1.775-1.775a.75.75 0 0 0 0-1.06l-.47-.47 1.72-1.72a.75.75 0 1 0-1.06-1.06L11 14.94 9.06 13l1.72-1.72zm-3.314 2.247l.004.003.003.004 2.993 2.993.004.003.003.004.466.466-1.244 1.245a2.75 2.75 0 0 1-3.89 0l-.05-.05a2.75 2.75 0 0 1 0-3.89L7 13.062l.466.466v-.001z",fill:"currentColor"})}))};Vt.defaultProps={viewBox:"0 0 24 24",fill:"none"};var Nt=g.Mobile=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M3.833.833h13.334A3.333 3.333 0 0 1 20.5 4.167v26.666a3.333 3.333 0 0 1-3.333 3.334H3.833A3.333 3.333 0 0 1 .5 30.833V4.168A3.333 3.333 0 0 1 3.833.833zm0 3.334v25h13.334v-25H3.833z"})}))};Nt.defaultProps={width:"21",height:"35",viewBox:"0 0 21 35",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var _t=g.OpenIn=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.924 3.617a.997.997 0 0 0-.215-.322l-.004-.004A.997.997 0 0 0 20 3h-6a1 1 0 1 0 0 2h3.586l-7.293 7.293a1 1 0 1 0 1.414 1.414L19 6.414V10a1 1 0 0 0 2 0V3.997a.999.999 0 0 0-.076-.38zM3 8a5 5 0 0 1 5-5h1a1 1 0 0 1 0 2H8a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-1a1 1 0 0 1 2 0v1a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8z",fill:"currentColor"})}))};_t.defaultProps={viewBox:"0 0 24 24",fill:"none"};var Dt=g.Switch=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M4 17l4-4m0-6h12H8zm12 0l-4-4 4 4zm0 0l-4 4 4-4zm-4 10H4h12zM4 17l4 4-4-4z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}))};Dt.defaultProps={viewBox:"0 0 24 24",fill:"none"};var Bt=g.EditIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M6.04 17.625a.953.953 0 0 0 .14-.012l3.943-.691a.23.23 0 0 0 .124-.066l9.935-9.935a.233.233 0 0 0 0-.33l-3.895-3.898a.232.232 0 0 0-.167-.068.232.232 0 0 0-.166.068l-9.935 9.935a.238.238 0 0 0-.066.124l-.691 3.943a.785.785 0 0 0 .22.698c.155.15.35.232.558.232zm1.58-4.088l8.5-8.498 1.718 1.718-8.5 8.498-2.084.368.366-2.085zm13.005 6.057H3.375a.75.75 0 0 0-.75.75v.843c0 .104.084.188.188.188h18.375a.188.188 0 0 0 .187-.188v-.843a.75.75 0 0 0-.75-.75z"})}))};Bt.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"};var Et=g.DeleteIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M8.438 4.313H8.25a.188.188 0 0 0 .188-.188v.188h7.124v-.188c0 .103.085.188.188.188h-.188V6h1.688V4.125c0-.827-.673-1.5-1.5-1.5h-7.5c-.827 0-1.5.673-1.5 1.5V6h1.688V4.312zM20.25 6H3.75a.75.75 0 0 0-.75.75v.75c0 .103.084.188.188.188h1.415l.579 12.257c.038.8.698 1.43 1.498 1.43h10.64c.802 0 1.46-.628 1.498-1.43l.579-12.258h1.416A.188.188 0 0 0 21 7.5v-.75a.75.75 0 0 0-.75-.75zm-3.11 13.688H6.86l-.567-12h11.414l-.567 12z"})}))};Et.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"};var At=g.PassportIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.333 4.292c0-.46.373-.834.834-.834h12.25c.46 0 .833.373.833.834v14.875c0 .46-.373.833-.833.833H4.167a.833.833 0 0 1-.834-.833V4.292zM5 5.125v13.208h10.583V5.125H5z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.297 1.004a.833.833 0 0 1 .328.663v2.625a.833.833 0 1 1-1.667 0V2.758L4.386 5.096a.833.833 0 1 1-.439-1.608L13.572.863a.833.833 0 0 1 .726.141zM10.292 9.5a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833zm-2.584.917a2.583 2.583 0 1 1 5.167 0 2.583 2.583 0 0 1-5.167 0zM7.708 14.792c0-.46.373-.834.834-.834h3.5a.833.833 0 0 1 0 1.667h-3.5a.833.833 0 0 1-.834-.833z"})]}))};At.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var Ht=g.ExternalIssuerIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M1.25 2.709c0-.46.373-.834.834-.834h12.255c.46 0 .834.373.834.834v6.607a.834.834 0 1 1-1.668 0V3.542H2.917v13.214h6.407a.834.834 0 1 1 0 1.668h-7.24a.834.834 0 0 1-.834-.834V2.71z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.211 7.92a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.834zm-2.584.916a2.584 2.584 0 1 1 5.169 0 2.584 2.584 0 0 1-5.17 0zM5.627 13.213c0-.46.373-.833.834-.833h3.501a.834.834 0 0 1 0 1.667H6.461a.834.834 0 0 1-.834-.834zM15.64 11.313c.215 0 .41.121.505.313l1.033 2.092 2.31.338a.563.563 0 0 1 .31.96l-1.67 1.627.394 2.3a.563.563 0 0 1-.816.592l-2.065-1.086-2.066 1.086a.562.562 0 0 1-.816-.593l.394-2.299-1.67-1.627a.563.563 0 0 1 .31-.96l2.31-.338 1.033-2.092a.562.562 0 0 1 .505-.313zm0 1.833l-.659 1.335a.563.563 0 0 1-.423.308l-1.474.215 1.066 1.04c.133.129.194.315.162.498l-.251 1.467 1.318-.694a.563.563 0 0 1 .524 0l1.318.694-.252-1.467a.563.563 0 0 1 .162-.498l1.067-1.04-1.475-.215a.563.563 0 0 1-.423-.308l-.66-1.335z"})]}))};Ht.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var Ot=g.AllowLoginIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.886 1.875a4.207 4.207 0 1 0 0 8.414 4.207 4.207 0 0 0 0-8.414zM4.112 4.308A2.51 2.51 0 1 1 7.66 7.857a2.51 2.51 0 0 1-3.55-3.55zm.095 6.522A4.207 4.207 0 0 0 0 15.037v2.799c0 .16.13.289.29.289h1.119c.16 0 .289-.13.289-.29v-2.798a2.51 2.51 0 0 1 2.51-2.509h3.357a2.51 2.51 0 0 1 2.51 2.51v2.798c0 .16.13.289.289.289h1.12c.159 0 .288-.13.288-.29v-2.798a4.208 4.208 0 0 0-4.207-4.207H4.207z"}),(0,n.jsx)("rect",{x:"12.5",y:"9.375",width:"7.5",height:"1.875",rx:".938"}),(0,n.jsx)("rect",{x:"15.313",y:"14.063",width:"7.5",height:"1.875",rx:".938",transform:"rotate(-90 15.313 14.063)"})]}))};Ot.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var $t=g.ForbidLoginIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.886 1.875a4.207 4.207 0 1 0 0 8.414 4.207 4.207 0 0 0 0-8.414zM4.112 4.308A2.51 2.51 0 1 1 7.66 7.857a2.51 2.51 0 0 1-3.55-3.55zm.095 6.522A4.207 4.207 0 0 0 0 15.037v2.799c0 .16.13.289.29.289h1.119c.16 0 .289-.13.289-.29v-2.798a2.51 2.51 0 0 1 2.51-2.509h3.357a2.51 2.51 0 0 1 2.51 2.51v2.798c0 .16.13.289.289.289h1.12c.159 0 .288-.13.288-.29v-2.798a4.208 4.208 0 0 0-4.207-4.207H4.207z"}),(0,n.jsx)("rect",{x:"12.5",y:"9.375",width:"7.5",height:"1.875",rx:".938"})]}))};$t.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var Ft=g.LockIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M11.78 2.25c-2.767 0-5.019 2.271-5.019 5.063v3.037H5.758a2.018 2.018 0 0 0-2.008 2.025v8.1c0 1.117.9 2.025 2.008 2.025h12.045a2.018 2.018 0 0 0 2.007-2.025v-8.1c0-1.117-.9-2.025-2.007-2.025h-1.004V7.313c0-2.792-2.251-5.063-5.019-5.063zm6.023 10.125l.002 8.1H5.758v-8.1h12.045zM8.769 10.35V7.313c0-1.675 1.35-3.038 3.011-3.038 1.66 0 3.011 1.363 3.011 3.037v3.038H8.77z"})}))};Ft.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"};var qt=g.PersonIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("g",{clipPath:"url(#clip0)",children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 1.598A4.092 4.092 0 1 0 9 9.78a4.092 4.092 0 0 0 0-8.183zM7.274 3.964a2.44 2.44 0 1 1 3.452 3.451 2.44 2.44 0 0 1-3.452-3.451zm.093 6.343A4.091 4.091 0 0 0 3.275 14.4v2.722c0 .155.126.281.281.281h1.09a.281.281 0 0 0 .28-.281v-2.722a2.44 2.44 0 0 1 2.44-2.44h3.267a2.442 2.442 0 0 1 2.44 2.44v2.722c0 .155.127.281.282.281h1.088a.281.281 0 0 0 .282-.281v-2.722a4.091 4.091 0 0 0-4.092-4.091H7.367z"})}),(0,n.jsx)("defs",{children:(0,n.jsx)("clipPath",{id:"clip0",children:(0,n.jsx)("path",{transform:"translate(0 .5)",d:"M0 0h18v18H0z"})})})]}))};qt.defaultProps={width:"18",height:"19",viewBox:"0 0 18 19",xmlns:"http://www.w3.org/2000/svg"};var Ut=g.RevokeIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.25 10a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0zM10 1.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5zM8.03 6.97a.75.75 0 0 0-1.06 1.06l5 5a.75.75 0 1 0 1.06-1.06l-5-5z"})}))};Ut.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var Wt=g.Dapp=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M6.404 28a2.404 2.404 0 0 1-2.393-2.173L4 25.596V7.966a2.404 2.404 0 0 1 2.173-2.394l.231-.011h7.213a2.404 2.404 0 0 1 2.393 2.172l.01.232v.407l3.51-3.637a2.404 2.404 0 0 1 3.216-.22l.186.161 4.42 4.368a2.404 2.404 0 0 1 .177 3.223l-.165.186-3.704 3.526h.375a2.404 2.404 0 0 1 2.393 2.172l.011.232v7.213a2.404 2.404 0 0 1-2.172 2.393l-.232.011H6.405zm8.014-10.418H5.603v8.014a.801.801 0 0 0 .522.752l.135.036.144.013h8.014v-8.815zm9.617 0H16.02v8.815h8.014a.802.802 0 0 0 .788-.657l.013-.144v-7.213a.802.802 0 0 0-.657-.788l-.144-.013zM16.02 13.11v2.87h2.869l-2.87-2.87zm-2.404-5.946H6.404a.801.801 0 0 0-.788.657l-.013.144v8.014h8.815V7.965a.801.801 0 0 0-.522-.752l-.135-.036-.144-.013zm8.21-1.326a.806.806 0 0 0-1.035-.085l-.109.096-4.192 4.349a.801.801 0 0 0-.092.998l.101.125 4.193 4.192a.801.801 0 0 0 .994.112l.125-.098 4.42-4.21a.802.802 0 0 0 .087-1.023l-.095-.11-4.398-4.346z",fill:"currentColor"})}))};Wt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var Gt=g.Add=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 4a1.333 1.333 0 0 0-1.333 1.333v9.334H5.333A1.333 1.333 0 0 0 4 15.992a1.253 1.253 0 0 0 1.353 1.288h9.314v9.387a1.333 1.333 0 1 0 2.666 0v-9.334h9.334a1.333 1.333 0 1 0 0-2.666h-9.334V5.333A1.333 1.333 0 0 0 16 4z",fill:"currentColor"})}))};Gt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var Kt=g.NFT=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.654 12.75c-.533 0-.904.404-.904.829V24.42c0 .425.371.829.904.829h18.692c.532 0 .904-.404.904-.829V13.58c0-.425-.372-.829-.904-.829H5.654zm-2.404.829c0-1.319 1.11-2.329 2.404-2.329h18.692c1.294 0 2.404 1.01 2.404 2.329V24.42c0 1.319-1.11 2.329-2.404 2.329H5.654c-1.294 0-2.404-1.01-2.404-2.329V13.58zM8.25 6A.75.75 0 0 1 9 5.25h12.25a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 6zM6.25 9A.75.75 0 0 1 7 8.25h15.75a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 9z",fill:"currentColor"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.762 22a.3.3 0 0 0 .3-.3v-2.85c0-.303.398-.416.556-.157l1.934 3.163a.3.3 0 0 0 .256.144h.637a.3.3 0 0 0 .3-.3v-5.4a.3.3 0 0 0-.3-.3h-.462a.3.3 0 0 0-.3.3v2.837c0 .302-.397.415-.555.157l-1.943-3.151A.3.3 0 0 0 7.93 16H7.3a.3.3 0 0 0-.3.3v5.4a.3.3 0 0 0 .3.3h.462zm5.756 0a.3.3 0 0 0 .3-.3v-1.905a.3.3 0 0 1 .3-.3h2.273a.3.3 0 0 0 .3-.3v-.39a.3.3 0 0 0-.3-.3h-2.273a.3.3 0 0 1-.3-.3v-.916a.3.3 0 0 1 .3-.3h2.656a.3.3 0 0 0 .3-.3V16.3a.3.3 0 0 0-.3-.3h-3.762a.3.3 0 0 0-.3.3v5.4a.3.3 0 0 0 .3.3h.506zm7.258 0a.3.3 0 0 0 .3-.3v-4.436a.3.3 0 0 1 .3-.3H22.7a.3.3 0 0 0 .3-.3V16.3a.3.3 0 0 0-.3-.3h-4.359a.3.3 0 0 0-.3.3v.364a.3.3 0 0 0 .3.3h1.329a.3.3 0 0 1 .3.3V21.7a.3.3 0 0 0 .3.3h.506z",fill:"currentColor"})]}))};Kt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var Xt=g.Rollup=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M18 21.5H6.5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a3 3 0 0 0 3-3v-14m0 0H26a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-.5a2 2 0 0 0-2 2v3.5z",stroke:"currentColor",strokeWidth:"1.6"}),(0,n.jsx)("path",{d:"M8 21.5V8a3 3 0 0 1 3-3h15",stroke:"currentColor",strokeWidth:"1.6"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.895 10.05a.65.65 0 0 0-.211.14l-2.493 2.494a.651.651 0 1 0 .92.92l1.382-1.38v4.125a.651.651 0 1 0 1.302 0v-4.126l1.381 1.381a.651.651 0 0 0 .921-.92l-2.492-2.492-.008-.008a.65.65 0 0 0-.702-.135z",fill:"currentColor"}),(0,n.jsx)("path",{d:"M16 23.5v2a2 2 0 1 0 4 0v-2a2 2 0 1 0-4 0z",stroke:"currentColor",strokeWidth:"1.6"})]}))};Xt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var Jt=g.Token=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.272 10.48c-1.93 1.272-5.138 1.944-8.24 1.944-3.095 0-6.313-.668-8.213-1.977v4.198c0 1.16 2.768 2.756 7.368 2.935.318.012.606.191.755.469a.866.866 0 0 1-.035.878.896.896 0 0 1-.79.409c-2.792-.103-5.573-.763-7.314-1.909v4.188c0 1.16 2.769 2.755 7.368 2.935a.894.894 0 0 1 .753.472.867.867 0 0 1-.039.878.897.897 0 0 1-.791.405C8.529 26.095 4 24.47 4 21.603V7.713C4 4.654 9.17 3 14.032 3c4.863 0 10.032 1.66 10.032 4.714v3.4a.889.889 0 0 1-.896.882.889.889 0 0 1-.896-.882v-.633zm0-2.766c0-1.233-3.133-2.95-8.24-2.95s-8.244 1.71-8.244 2.942c0 1.233 3.152 2.95 8.244 2.95 5.091 0 8.24-1.71 8.24-2.942zm-.225 5.675c-4.44 0-6.763 1.684-6.763 3.344v8.924c0 1.66 2.327 3.343 6.763 3.343 4.437 0 6.732-1.657 6.771-3.305v-8.962c0-1.664-2.327-3.344-6.77-3.344zm4.98 3.344c0-.477-1.695-1.584-4.98-1.584-3.28 0-4.975 1.11-4.975 1.584 0 .473 1.695 1.58 4.976 1.58 3.28 0 4.979-1.103 4.979-1.58zm-4.98 10.504c-3.28 0-4.975-1.107-4.975-1.58v-2.13c1.136.607 2.804 1.007 4.976 1.007 2.171 0 3.842-.381 4.979-1.007v2.13c.003.473-1.699 1.58-4.98 1.58zm-4.975-6.046c0 .477 1.695 1.584 4.976 1.584 3.28.004 4.983-1.107 4.979-1.584v-2.137c-1.137.614-2.808 1.01-4.98 1.01-2.171 0-3.839-.404-4.975-1.01v2.137z",fill:"currentColor"})}))};Jt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var Qt=g.Tx=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.727 4.773h11.819A2.955 2.955 0 0 1 24.5 7.727v16.546a2.955 2.955 0 0 1-2.954 2.954H9.726a2.955 2.955 0 0 1-2.954-2.954V7.727a2.955 2.955 0 0 1 2.954-2.954zM5 7.727A4.727 4.727 0 0 1 9.727 3h11.819a4.727 4.727 0 0 1 4.727 4.727v16.546A4.727 4.727 0 0 1 21.546 29H9.726A4.727 4.727 0 0 1 5 24.273V7.727zM11.796 9.5a.886.886 0 1 0 0 1.773h7.681a.886.886 0 1 0 0-1.773h-7.681zm-.887 10.34c0-.489.397-.886.886-.886h7.682a.886.886 0 0 1 0 1.773h-7.681a.886.886 0 0 1-.887-.886zm.886-5.613a.886.886 0 1 0 0 1.773h7.682a.886.886 0 0 0 0-1.773h-7.681z",fill:"currentColor"})}))};Qt.defaultProps={width:"32",height:"33",viewBox:"0 0 32 33",xmlns:"http://www.w3.org/2000/svg"};var Yt=g.Connect=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("circle",{cx:"24",cy:"24",r:"24"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M31.76 28.844a1.4 1.4 0 0 1 1.98 0l2.917 2.916a1.4 1.4 0 0 1 0 1.98l-2.917 2.917a1.4 1.4 0 0 1-1.98-1.98l1.927-1.927-1.927-1.927a1.4 1.4 0 0 1 0-1.98zM12.027 12.027a3.733 3.733 0 1 1 5.28 5.28 3.733 3.733 0 0 1-5.28-5.28zm2.64 1.707a.933.933 0 1 0 0 1.866.933.933 0 0 0 0-1.866z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6 14.667a1.4 1.4 0 0 1 1.4-1.4h4.667A3.733 3.733 0 0 1 25.4 17v13.417a.933.933 0 0 0 .933.933h9.334a1.4 1.4 0 1 1 0 2.8h-9.334a3.733 3.733 0 0 1-3.733-3.733V17a.933.933 0 0 0-.933-.933H17a1.4 1.4 0 0 1-1.4-1.4z",fill:"#fff"})]}))};Yt.defaultProps={width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var Zt=g.WalletTextLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.22.878h25.268c1.244 0 2.253.917 2.253 2.049v14.146c0 1.132-1.009 2.049-2.253 2.049H3.22c-1.245 0-2.254-.917-2.254-2.049v-.12a.483.483 0 0 0-.966 0v.12C0 18.69 1.441 20 3.22 20h25.268c1.778 0 3.22-1.31 3.22-2.927V2.927C31.707 1.31 30.265 0 28.487 0H3.22C1.44 0 0 1.31 0 2.927v.12a.483.483 0 1 0 .966 0v-.12C.966 1.795 1.975.878 3.22.878zM.102 15.02a.387.387 0 0 0 .263.103h3.864c1.439 0 2.533-.327 3.281-.98.759-.664 1.162-1.674 1.21-3.03.01-.273.015-.644.015-1.112 0-.469-.005-.844-.014-1.127-.04-1.298-.452-2.288-1.24-2.97-.787-.684-1.896-1.025-3.325-1.025H.365a.388.388 0 0 0-.263.102.357.357 0 0 0-.102.264v9.512a.39.39 0 0 0 .102.263zm5.469-2.458c-.302.302-.773.453-1.415.453H2.625V6.986h1.458c.642 0 1.123.156 1.444.468.33.313.506.795.525 1.45.02.272.03.633.03 1.082 0 .449-.01.815-.03 1.098-.02.673-.18 1.165-.481 1.478zm4.97 2.458a.388.388 0 0 0 .262.103h1.955a.355.355 0 0 0 .262-.103.334.334 0 0 0 .117-.263V5.245a.334.334 0 0 0-.117-.264.355.355 0 0 0-.262-.102h-1.954a.388.388 0 0 0-.263.102.357.357 0 0 0-.102.264v9.512a.39.39 0 0 0 .102.263zm4.99.103a.388.388 0 0 1-.262-.103.39.39 0 0 1-.102-.263V5.245c0-.108.034-.196.102-.264a.388.388 0 0 1 .263-.102h3.791c1.43 0 2.538.341 3.325 1.024.788.683 1.201 1.673 1.24 2.97.01.284.014.66.014 1.128 0 .468-.004.839-.014 1.112-.049 1.356-.452 2.366-1.21 3.03-.75.653-1.843.98-3.282.98h-3.864zm3.792-2.108c.642 0 1.113-.15 1.415-.453.301-.313.462-.805.481-1.478.02-.283.03-.65.03-1.098 0-.449-.01-.81-.03-1.083-.02-.654-.194-1.136-.525-1.449-.32-.312-.802-.468-1.444-.468h-1.458v6.03h1.531zm7.524-4.212a.878.878 0 0 1-.879-.872c0-.482.397-.872.879-.872s.879.39.879.872a.878.878 0 0 1-.879.872zm0 4.558a.878.878 0 0 1-.879-.872c0-.481.397-.872.879-.872s.879.39.879.872a.878.878 0 0 1-.879.872z",fill:"#4598FA"}),(0,n.jsx)("path",{d:"M37.138 14.838a.526.526 0 0 1-.365-.122.56.56 0 0 1-.163-.325l-1.474-8.645a.3.3 0 0 1-.014-.095.26.26 0 0 1 .081-.19.285.285 0 0 1 .203-.094h1.678c.252 0 .392.1.42.298l.879 5.276.974-3.111c.099-.244.248-.366.446-.366h.974c.226 0 .375.122.447.366l.974 3.111.88-5.276c.026-.199.166-.298.419-.298h1.677c.081 0 .15.032.203.095a.243.243 0 0 1 .095.19l-.014.094-1.474 8.645a.53.53 0 0 1-.176.325.506.506 0 0 1-.352.122h-1.285a.492.492 0 0 1-.338-.108.646.646 0 0 1-.176-.244l-1.367-3.87-1.366 3.87c-.081.234-.248.352-.5.352h-1.286zM45.929 14.838a.307.307 0 0 1-.203-.081.307.307 0 0 1-.081-.203c0-.055.004-.095.013-.122l3.18-8.686a.492.492 0 0 1 .175-.27.546.546 0 0 1 .352-.109h2.002c.145 0 .262.036.352.108.09.073.15.163.176.271l3.166 8.686.027.122c0 .072-.032.14-.095.203a.276.276 0 0 1-.203.08h-1.664c-.216 0-.36-.094-.433-.283l-.527-1.38h-3.613l-.514 1.38c-.072.19-.22.284-.446.284h-1.664zm5.696-3.613l-1.259-3.571-1.258 3.571h2.517zM56.493 14.838a.36.36 0 0 1-.244-.095.36.36 0 0 1-.095-.244V5.705c0-.099.032-.18.095-.243a.36.36 0 0 1 .244-.095h1.786c.099 0 .18.032.243.095a.33.33 0 0 1 .095.243v7.09h4.1c.099 0 .18.036.243.108a.33.33 0 0 1 .094.244v1.352a.36.36 0 0 1-.094.244.33.33 0 0 1-.244.095h-6.223zM64.565 14.838a.36.36 0 0 1-.243-.095.36.36 0 0 1-.095-.244V5.705c0-.099.032-.18.095-.243a.36.36 0 0 1 .243-.095h1.786c.1 0 .18.032.244.095a.33.33 0 0 1 .095.243v7.09h4.099c.1 0 .18.036.243.108a.33.33 0 0 1 .095.244v1.352a.36.36 0 0 1-.094.244.33.33 0 0 1-.244.095h-6.224zM72.638 14.838a.36.36 0 0 1-.243-.095.36.36 0 0 1-.095-.244V5.705c0-.099.032-.18.095-.243a.36.36 0 0 1 .243-.095h6.318c.1 0 .18.032.244.095a.33.33 0 0 1 .095.243v1.272a.36.36 0 0 1-.095.244.33.33 0 0 1-.244.094H74.64v1.827h4.019c.099 0 .18.036.243.108a.33.33 0 0 1 .095.244v1.177a.36.36 0 0 1-.095.243.33.33 0 0 1-.243.095H74.64v1.88h4.425c.099 0 .18.032.243.095a.33.33 0 0 1 .095.244v1.271a.36.36 0 0 1-.095.244.33.33 0 0 1-.243.095h-6.427zM83.362 14.838a.36.36 0 0 1-.243-.095.36.36 0 0 1-.095-.244V7.491h-2.408a.36.36 0 0 1-.243-.094.36.36 0 0 1-.095-.244V5.705c0-.099.031-.18.094-.243a.36.36 0 0 1 .244-.095h7.279c.1 0 .18.032.243.095a.33.33 0 0 1 .095.243v1.448c0 .1-.031.18-.095.244a.33.33 0 0 1-.243.094h-2.408V14.5a.36.36 0 0 1-.095.244.33.33 0 0 1-.244.095h-1.785z",fill:"#334660"})]}))};Zt.defaultProps={width:"89",height:"20",viewBox:"0 0 89 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var e3=g.Pending=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("circle",{opacity:".2",cx:"12",cy:"12",r:"12"}),(0,n.jsx)("circle",{cx:"12",cy:"12",r:"7.385"})]}))};e3.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var t3=g.ABTNode=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.333 9.2c.81 0 1.467.657 1.467 1.467v16c0 .26.112.617.539 1.065.434.456 1.131.933 2.105 1.366 1.944.864 4.732 1.435 7.89 1.435 3.157 0 5.945-.571 7.889-1.435.974-.433 1.67-.91 2.105-1.366.427-.448.539-.806.539-1.065v-16a1.467 1.467 0 1 1 2.933 0v16c0 1.213-.56 2.26-1.347 3.087-.781.82-1.841 1.492-3.04 2.025-2.398 1.066-5.61 1.688-9.08 1.688-3.469 0-6.68-.622-9.08-1.688-1.198-.533-2.258-1.205-3.039-2.025-.788-.828-1.347-1.874-1.347-3.087v-16c0-.81.656-1.467 1.466-1.467z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.333 17.2c.81 0 1.467.657 1.467 1.467 0 .26.112.617.539 1.065.434.456 1.131.933 2.105 1.366 1.944.864 4.732 1.435 7.89 1.435 3.157 0 5.945-.571 7.889-1.435.974-.433 1.67-.91 2.105-1.366.427-.448.539-.806.539-1.065a1.467 1.467 0 1 1 2.933 0c0 1.213-.56 2.26-1.347 3.087-.781.82-1.841 1.492-3.04 2.025-2.398 1.066-5.61 1.688-9.08 1.688-3.469 0-6.68-.622-9.08-1.688-1.198-.533-2.258-1.205-3.039-2.025-.788-.828-1.347-1.874-1.347-3.087 0-.81.656-1.467 1.466-1.467z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.339 9.601c-.427.449-.539.806-.539 1.066s.112.617.539 1.065c.434.456 1.131.933 2.105 1.366 1.944.864 4.732 1.435 7.89 1.435 3.157 0 5.945-.571 7.889-1.435.974-.433 1.67-.91 2.105-1.366.427-.448.539-.806.539-1.065 0-.26-.113-.617-.54-1.066-.433-.456-1.13-.933-2.104-1.366-1.944-.864-4.732-1.435-7.89-1.435-3.157 0-5.945.571-7.89 1.435-.973.433-1.67.91-2.104 1.366zm.914-4.046c2.4-1.067 5.611-1.688 9.08-1.688 3.47 0 6.682.621 9.08 1.688 1.199.532 2.259 1.204 3.04 2.024.788.828 1.347 1.874 1.347 3.088 0 1.213-.56 2.26-1.347 3.087-.781.82-1.841 1.492-3.04 2.024-2.398 1.067-5.61 1.689-9.08 1.689-3.469 0-6.68-.622-9.08-1.688-1.198-.533-2.258-1.205-3.039-2.025-.788-.828-1.347-1.874-1.347-3.087 0-1.214.56-2.26 1.347-3.088.78-.82 1.84-1.492 3.039-2.024zM34.667 35.867c.81 0 1.466.656 1.466 1.466v16c0 .26.112.617.54 1.066.433.456 1.13.933 2.104 1.366 1.944.863 4.732 1.435 7.89 1.435 3.157 0 5.945-.572 7.89-1.435.973-.433 1.67-.91 2.104-1.366.427-.449.539-.806.539-1.066v-16a1.467 1.467 0 0 1 2.933 0v16c0 1.214-.56 2.26-1.347 3.088-.78.82-1.84 1.492-3.039 2.024-2.4 1.066-5.611 1.688-9.08 1.688-3.47 0-6.681-.622-9.08-1.688-1.199-.532-2.259-1.204-3.04-2.024-.787-.828-1.347-1.874-1.347-3.088v-16c0-.81.657-1.466 1.467-1.466z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M34.667 43.867c.81 0 1.466.656 1.466 1.466 0 .26.112.617.54 1.066.433.456 1.13.933 2.104 1.366 1.944.863 4.732 1.435 7.89 1.435 3.157 0 5.945-.572 7.89-1.435.973-.433 1.67-.91 2.104-1.366.427-.449.539-.806.539-1.066a1.467 1.467 0 0 1 2.933 0c0 1.214-.56 2.26-1.347 3.088-.78.82-1.84 1.492-3.039 2.024-2.4 1.066-5.611 1.688-9.08 1.688-3.47 0-6.681-.622-9.08-1.688-1.199-.532-2.259-1.204-3.04-2.024-.787-.828-1.347-1.874-1.347-3.088 0-.81.657-1.466 1.467-1.466z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M36.672 36.268c-.426.448-.539.806-.539 1.065 0 .26.112.617.54 1.066.433.456 1.13.933 2.104 1.366 1.944.863 4.732 1.435 7.89 1.435 3.157 0 5.945-.572 7.89-1.435.973-.433 1.67-.91 2.104-1.366.427-.449.539-.806.539-1.066s-.112-.617-.539-1.065c-.434-.456-1.131-.933-2.105-1.366-1.944-.864-4.732-1.435-7.89-1.435-3.157 0-5.945.571-7.889 1.435-.974.433-1.67.91-2.105 1.366zm.914-4.047c2.4-1.066 5.611-1.688 9.08-1.688 3.47 0 6.682.622 9.081 1.688 1.198.533 2.258 1.204 3.039 2.025.788.828 1.347 1.873 1.347 3.087 0 1.214-.56 2.26-1.347 3.088-.78.82-1.84 1.492-3.039 2.024-2.4 1.066-5.611 1.688-9.08 1.688-3.47 0-6.681-.622-9.08-1.688-1.199-.532-2.259-1.204-3.04-2.024-.787-.828-1.347-1.874-1.347-3.088s.56-2.26 1.347-3.087c.781-.82 1.841-1.492 3.04-2.025zM41.2 8c0-.81.657-1.467 1.467-1.467h8a6.8 6.8 0 0 1 6.8 6.8v8a1.467 1.467 0 0 1-2.934 0v-8a3.866 3.866 0 0 0-3.866-3.866h-8c-.81 0-1.467-.657-1.467-1.467zM8 41.2c.81 0 1.467.657 1.467 1.467v8a3.867 3.867 0 0 0 3.866 3.866h8a1.467 1.467 0 1 1 0 2.934h-8a6.8 6.8 0 0 1-6.8-6.8v-8c0-.81.657-1.467 1.467-1.467z"})]}))};t3.defaultProps={width:"64",height:"64",viewBox:"0 0 64 64",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var o3=g.Bridge=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.01 3.2a.8.8 0 0 0-.8.8v12.486a.84.84 0 0 0 0 .026v2.338h-1.2a.8.8 0 1 0 0 1.6h24.3a.8.8 0 0 0 0-1.6h-1.58a.797.797 0 0 0 .08-.35v-1.993a.96.96 0 0 0 0-.024V4a.8.8 0 0 0-.8-.8h-20zm19.281 15.65a.797.797 0 0 1-.08-.35v-1.77l-.03-.047c-.1-.15-.252-.37-.454-.635a14.045 14.045 0 0 0-1.81-1.95C21.319 12.678 19 11.3 16.01 11.3c-2.99 0-5.308 1.377-6.906 2.798a14.044 14.044 0 0 0-1.81 1.95c-.203.265-.354.485-.454.635l-.03.047v2.12h18.48zm-.08-4.722V4.8h-3.4v6.514c.83.489 1.553 1.04 2.169 1.588.47.419.881.837 1.23 1.226zm-5-3.606V4.8h-3.4v4.928c1.248.09 2.383.382 3.4.794zm-5-.794a11.116 11.116 0 0 0-3.4.794V4.8h3.4v4.928zm-5 1.586V4.8h-3.4v9.328c.35-.39.76-.807 1.23-1.226.616-.547 1.34-1.1 2.17-1.588zm-5 12.336a.8.8 0 0 1 .8-.8h20a.8.8 0 1 1 0 1.6h-20a.8.8 0 0 1-.8-.8zm2.8 3.2a.8.8 0 1 0 0 1.6h16a.8.8 0 0 0 0-1.6h-16z",fill:"currentColor"})}))};o3.defaultProps={width:"33",height:"32",viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var l3=g.BridgeMoveIn=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.077.934a.8.8 0 0 0-1.131 1.132L23.08 3.2H8.012a.8.8 0 1 0 0 1.6H23.08l-1.134 1.134a.8.8 0 0 0 1.131 1.132l2.5-2.5a.8.8 0 0 0 0-1.132l-2.5-2.5zm-17.632 8.5a.8.8 0 0 1 .566-.234h20a.8.8 0 0 1 .8.8v14.5a.797.797 0 0 1-.08.35h1.58a.8.8 0 0 1 0 1.6H4.01a.8.8 0 1 1 0-1.6h1.2v-2.338V10a.8.8 0 0 1 .234-.566zM25.211 24.5c0 .125.029.244.08.35H6.811v-2.12l.03-.047c.1-.15.251-.37.454-.635a14.05 14.05 0 0 1 1.81-1.95c1.598-1.42 3.916-2.798 6.906-2.798 2.989 0 5.308 1.377 6.906 2.798a14.051 14.051 0 0 1 1.81 1.95c.202.265.354.485.453.635l.03.047v1.77zm0-13.7v9.328a15.53 15.53 0 0 0-1.231-1.226c-.616-.547-1.34-1.1-2.17-1.588V10.8h3.4zm-5 0v5.722a11.116 11.116 0 0 0-3.4-.794V10.8h3.4zm-8.4 5.722a11.116 11.116 0 0 1 3.4-.794V10.8h-3.4v5.722zm-1.6-5.722v6.514c-.83.489-1.554 1.041-2.17 1.588-.47.419-.88.837-1.23 1.226V10.8h3.4zm-4.2 18.05a.8.8 0 0 0 0 1.6h20a.8.8 0 1 0 0-1.6h-20z",fill:"currentColor"})}))};l3.defaultProps={width:"33",height:"32",viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var n3=g.BridgeMoveOut=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.946 7.066a.8.8 0 0 0 1.132-1.132L9.943 4.8h14.069a.8.8 0 0 0 0-1.6H9.943l1.135-1.134A.8.8 0 0 0 9.946.934L7.452 3.428a.804.804 0 0 0-.24.572c0 .225.093.429.242.574l2.492 2.492zM5.444 9.434A.8.8 0 0 1 6.01 9.2h20a.8.8 0 0 1 .8.8v14.5a.797.797 0 0 1-.08.35h1.58a.8.8 0 1 1 0 1.6H4.01a.8.8 0 0 1 0-1.6h1.2v-2.335V10a.8.8 0 0 1 .234-.566zM25.21 24.5c0 .126.029.244.08.35H6.81v-2.12l.03-.047c.1-.15.251-.37.454-.635a14.044 14.044 0 0 1 1.81-1.95c1.598-1.42 3.916-2.798 6.906-2.798 2.989 0 5.308 1.377 6.906 2.798a14.045 14.045 0 0 1 1.81 1.95c.202.265.354.485.453.635l.03.047v1.77zm0-13.7v9.328c-.35-.389-.76-.807-1.231-1.226-.616-.547-1.34-1.1-2.17-1.588V10.8h3.4zm-5 0v5.722a11.116 11.116 0 0 0-3.4-.794V10.8h3.4zm-8.4 5.722a11.116 11.116 0 0 1 3.4-.794V10.8h-3.4v5.722zm-1.6-5.722v6.514a13.87 13.87 0 0 0-2.17 1.588c-.47.419-.88.837-1.23 1.226V10.8h3.4zm-4.2 18.05a.8.8 0 1 0 0 1.6h20a.8.8 0 0 0 0-1.6h-20z",fill:"currentColor"})}))};n3.defaultProps={width:"33",height:"32",viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var s3=g.DidWalletLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M24.604 2.263L28.524 0H42.79v41.862H28.791a1 1 0 0 1-.5-.134l-15.103-8.72V8.854l1.817-1.05 3.2 1.848-1.817 1.05V31.16l12.993 7.502H39.59V3.2H29.38l-1.576.91-3.2-1.847z",fill:"#6BBDFE"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.402 31.16V10.701L13.409 3.2H3.2v35.462h10.21l1.58-.913 3.2 1.847-3.923 2.266H0V0h14.267l15.335 8.854v24.154l-1.813 1.046-3.2-1.847 1.813-1.047z",fill:"#4598FA"}),(0,n.jsx)("path",{d:"M152.732 9.627l-7.02 22.502h-3.009l-5.484-16.688a7.8 7.8 0 0 1-.329-1.207c-.115.48-.225.883-.329 1.207l-5.548 16.688h-2.993L121 9.627h2.789c.293 0 .538.073.737.22a.955.955 0 0 1 .392.563l4.434 15.06c.084.292.157.61.22.955.073.345.146.706.219 1.082.073-.377.146-.737.219-1.082.084-.344.178-.663.282-.956l5.078-15.059c.062-.209.193-.391.391-.548.209-.157.455-.235.737-.235h.956c.292 0 .533.073.721.22.188.145.323.334.407.563l5.061 15.06c.189.574.356 1.227.502 1.958.125-.72.261-1.374.407-1.959l4.451-15.059c.052-.209.183-.391.391-.548.209-.157.455-.235.737-.235h2.601zM162.039 25.062c-1.244.042-2.299.141-3.166.298-.867.146-1.572.345-2.115.595-.543.25-.935.549-1.175.893-.241.335-.361.71-.361 1.129 0 .397.063.741.188 1.034.136.282.314.517.533.705.23.178.496.308.799.392a3.7 3.7 0 0 0 .987.125 5.433 5.433 0 0 0 2.398-.533c.345-.177.674-.391.987-.642.314-.25.622-.538.925-.862v-3.134zm-8.964-6.629c.888-.846 1.849-1.478 2.884-1.896 1.044-.418 2.188-.626 3.431-.626.909 0 1.714.151 2.414.454.7.293 1.29.705 1.77 1.238.481.533.841 1.17 1.082 1.912.25.741.376 1.561.376 2.46v10.154h-1.364c-.303 0-.532-.047-.689-.14-.157-.105-.282-.293-.376-.565l-.329-1.395c-.408.377-.81.71-1.207 1.003a8.387 8.387 0 0 1-1.254.737c-.428.198-.888.35-1.379.454a7.84 7.84 0 0 1-1.629.157 6.1 6.1 0 0 1-1.771-.25 4.064 4.064 0 0 1-1.426-.8 3.824 3.824 0 0 1-.971-1.332c-.23-.533-.345-1.154-.345-1.865 0-.626.167-1.227.501-1.802.345-.585.899-1.107 1.661-1.567.773-.46 1.776-.835 3.009-1.128 1.243-.293 2.768-.46 4.576-.501v-1.16c0-1.201-.256-2.1-.768-2.695-.512-.596-1.264-.893-2.257-.893-.668 0-1.232.083-1.692.25a6.476 6.476 0 0 0-1.175.564 26.04 26.04 0 0 0-.862.549 1.3 1.3 0 0 1-.752.25.904.904 0 0 1-.549-.172 1.49 1.49 0 0 1-.36-.407l-.549-.988zM172.256 9v23.13h-3.071V9h3.071zM179.755 9v23.13h-3.072V9h3.072zM194.665 22.398c0-.606-.088-1.165-.266-1.677a3.714 3.714 0 0 0-.752-1.332 3.46 3.46 0 0 0-1.223-.877c-.48-.21-1.034-.314-1.661-.314-1.285 0-2.298.371-3.04 1.113-.731.742-1.196 1.77-1.394 3.087h8.336zm2.523 7.46c-.376.438-.809.82-1.3 1.143a7.805 7.805 0 0 1-1.567.768 9.5 9.5 0 0 1-1.724.439c-.585.094-1.165.14-1.74.14-1.096 0-2.115-.182-3.055-.548a7.001 7.001 0 0 1-2.429-1.63c-.679-.72-1.212-1.608-1.599-2.663-.376-1.066-.564-2.288-.564-3.667 0-1.108.173-2.137.517-3.087a7.51 7.51 0 0 1 1.473-2.508 6.915 6.915 0 0 1 2.367-1.676c.929-.408 1.974-.611 3.134-.611.971 0 1.865.161 2.679.485a5.869 5.869 0 0 1 2.132 1.38c.595.605 1.06 1.352 1.394 2.24.345.888.517 1.902.517 3.04 0 .47-.052.789-.156.956-.105.157-.298.235-.58.235H186.25c.032.95.168 1.781.408 2.492.24.7.569 1.285.987 1.755.428.47.935.82 1.52 1.05.585.23 1.238.344 1.959.344.679 0 1.264-.078 1.755-.235.501-.156.93-.323 1.285-.501.366-.188.668-.36.909-.517.25-.157.47-.235.658-.235.251 0 .444.094.58.282l.877 1.128zM205.568 32.38c-1.285 0-2.277-.36-2.977-1.081-.689-.721-1.034-1.75-1.034-3.087v-9.528h-1.849a.688.688 0 0 1-.455-.157c-.115-.114-.172-.282-.172-.5v-1.239l2.585-.36.69-4.748a.72.72 0 0 1 .235-.408.708.708 0 0 1 .47-.156h1.551v5.343h4.514v2.225h-4.514v9.324c0 .627.152 1.097.455 1.41.313.303.71.455 1.191.455.282 0 .522-.037.721-.11.209-.073.386-.151.532-.235.147-.094.272-.178.377-.25a.507.507 0 0 1 .282-.11c.104 0 .182.026.235.078a.691.691 0 0 1 .188.22l.909 1.472a5.282 5.282 0 0 1-1.787 1.066 6.232 6.232 0 0 1-2.147.376z",fill:"#4598FA"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.815 33.284V9H70.66a6.259 6.259 0 0 1 5.823 6.243v11.783a6.258 6.258 0 0 1-6.258 6.258h-12.41zM84.56 9h-3.335v24.321h3.335V9zM61.15 29.95V12.32h9.075a2.923 2.923 0 0 1 2.923 2.923v11.783a2.923 2.923 0 0 1-2.923 2.923H61.15zM89.243 9v24.284h12.409a6.258 6.258 0 0 0 6.259-6.258V15.243A6.259 6.259 0 0 0 102.087 9H89.243zm22.912 5.636h3.728v3.728h-3.728v-3.729zm3.728 9.321h-3.728v3.729h3.728v-3.729zM92.578 12.32v17.63h9.074a2.924 2.924 0 0 0 2.924-2.924V15.243a2.924 2.924 0 0 0-2.924-2.923h-9.074z",fill:"#363844"})]}))};s3.defaultProps={viewBox:"0 0 210 42",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var r3=g.ServerLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 10.673L30.72 0 12.288 10.673v14.194L0 31.982v21.345L18.432 64l12.258-7.098.03.017.03-.017L43.008 64 61.44 53.327V31.982l-12.288-7.115V10.673zm10.368 22.42l-12.288-7.115V11.784L30.72 2.224l-16.512 9.56v14.194L1.92 33.093v19.122l16.512 9.561L30.69 54.68l.03.017.03-.017 12.258 7.097 16.512-9.56V33.093z",fill:"url(#paint0_linear_615_418)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.005 26.07V10.03h7.737a3.795 3.795 0 0 1 3.79 3.8v1.152c0 1.01-.394 1.929-1.035 2.61a3.801 3.801 0 0 1 1.901 3.295v1.382c0 2.1-1.696 3.8-3.79 3.8h-8.603zm1.684-8.983h6.226a2.11 2.11 0 0 0 1.932-2.104V13.83a2.108 2.108 0 0 0-2.105-2.112h-6.053v5.369zm0 7.294v-5.598l6.92-.007c1.163 0 2.105.945 2.105 2.111v1.382a2.108 2.108 0 0 1-2.105 2.112h-6.92zm15.566-14.352v16.04h-1.762V10.03h1.762zm8.733 4.331h-1.827a3.816 3.816 0 0 0-3.811 3.822v4.066a3.816 3.816 0 0 0 3.811 3.822h1.827a3.817 3.817 0 0 0 3.811-3.822v-4.066a3.817 3.817 0 0 0-3.811-3.822zm-1.827 1.768c-1.131 0-2.049.92-2.049 2.054v4.066c0 1.135.918 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-4.066a2.051 2.051 0 0 0-2.048-2.054h-1.827zm21.043 9.948v-5.77h2.148l3.322 5.77h2.035l-3.821-6.638 2.993-5.198h-2.035l-2.474 4.298h-2.168V10.03h-1.762v16.047h1.762zm-5.556-7.581v-.313a2.051 2.051 0 0 0-2.048-2.054h-1.827c-1.132 0-2.049.92-2.049 2.054v4.066c0 1.135.917 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-.313h1.762v.313a3.816 3.816 0 0 1-3.81 3.822h-1.827a3.816 3.816 0 0 1-3.811-3.822v-4.066a3.816 3.816 0 0 1 3.811-3.822h1.827a3.816 3.816 0 0 1 3.81 3.822v.313h-1.762zm17.918 7.575V10.03h-1.762v16.04h1.762zm4.989-5.372v1.55c0 1.135.917 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-.313h1.762v.313a3.816 3.816 0 0 1-3.81 3.822h-1.827a3.816 3.816 0 0 1-3.811-3.822v-4.066a3.816 3.816 0 0 1 3.811-3.822h1.827a3.816 3.816 0 0 1 3.81 3.822v.748h.001v1.768h-7.687zm5.924-1.768h-5.924v-.748c0-1.134.917-2.054 2.049-2.054h1.827c1.131 0 2.048.92 2.048 2.054v.748zm5.489-1.917H152.4v-1.768h1.568V12.39h1.684v2.856h4.077v1.768h-4.077v5.693c0 .925.747 1.675 1.669 1.675s1.67-.75 1.67-1.675v-.351h1.684v.351a3.358 3.358 0 0 1-3.354 3.364 3.358 3.358 0 0 1-3.353-3.364v-5.693z",fill:"#121319"}),(0,n.jsx)("path",{d:"M91.034 36.52c-.112.196-.233.34-.364.434a.793.793 0 0 1-.462.126c-.196 0-.41-.07-.644-.21-.224-.15-.495-.313-.812-.49a6.307 6.307 0 0 0-1.12-.476c-.42-.15-.92-.224-1.498-.224-.523 0-.98.065-1.372.196a2.87 2.87 0 0 0-.994.518 2.117 2.117 0 0 0-.588.812 2.59 2.59 0 0 0-.196 1.022c0 .476.13.872.392 1.19.27.317.625.588 1.064.812.439.224.938.424 1.498.602.56.177 1.134.368 1.722.574.588.196 1.162.429 1.722.7.56.261 1.06.597 1.498 1.008.439.401.789.896 1.05 1.484.27.588.406 1.302.406 2.142 0 .914-.159 1.773-.476 2.576a5.884 5.884 0 0 1-1.372 2.086c-.597.588-1.33 1.054-2.198 1.4-.868.336-1.862.504-2.982.504a9.288 9.288 0 0 1-1.904-.196 9.827 9.827 0 0 1-1.806-.532 9.763 9.763 0 0 1-1.61-.84 7.8 7.8 0 0 1-1.344-1.092l1.106-1.806c.093-.131.215-.238.364-.322a.883.883 0 0 1 .476-.14c.233 0 .485.098.756.294.27.186.593.396.966.63.373.233.807.448 1.302.644.504.186 1.106.28 1.806.28 1.073 0 1.904-.252 2.492-.756.588-.514.882-1.246.882-2.198 0-.532-.135-.966-.406-1.302a3.073 3.073 0 0 0-1.05-.84 7.585 7.585 0 0 0-1.498-.588c-.56-.159-1.13-.332-1.708-.518a14.738 14.738 0 0 1-1.708-.672 5.535 5.535 0 0 1-1.498-1.022 4.75 4.75 0 0 1-1.064-1.568c-.261-.635-.392-1.414-.392-2.338 0-.738.145-1.456.434-2.156.299-.7.728-1.321 1.288-1.862.56-.542 1.25-.976 2.072-1.302.821-.327 1.764-.49 2.828-.49 1.195 0 2.296.186 3.304.56 1.008.373 1.867.896 2.576 1.568l-.938 1.778zM104.274 44.248a3.95 3.95 0 0 0-.196-1.26 2.909 2.909 0 0 0-.56-1.05 2.557 2.557 0 0 0-.966-.7c-.382-.178-.83-.266-1.344-.266-.998 0-1.787.284-2.365.854-.57.569-.934 1.376-1.093 2.422h6.524zm-6.594 2.086c.056.737.187 1.376.392 1.918a4 4 0 0 0 .813 1.33c.335.345.732.606 1.189.784.467.168.98.252 1.54.252s1.041-.066 1.442-.196c.411-.131.766-.276 1.064-.434.308-.159.574-.304.798-.434a1.38 1.38 0 0 1 .672-.196c.29 0 .504.107.644.322l.994 1.26a5.902 5.902 0 0 1-1.288 1.134 7.653 7.653 0 0 1-1.498.728 8.298 8.298 0 0 1-1.582.378c-.532.074-1.05.112-1.554.112a7.772 7.772 0 0 1-2.785-.49 6.361 6.361 0 0 1-2.24-1.47c-.635-.654-1.135-1.456-1.499-2.408-.364-.962-.545-2.072-.545-3.332 0-.98.158-1.9.476-2.758.317-.868.77-1.62 1.358-2.254a6.47 6.47 0 0 1 2.17-1.526c.858-.374 1.824-.56 2.897-.56.906 0 1.741.144 2.506.434.766.289 1.424.714 1.974 1.274.551.55.98 1.232 1.288 2.044.318.802.476 1.722.476 2.758 0 .522-.056.877-.168 1.064-.112.177-.326.266-.644.266h-8.89zM113.24 41.21c.448-.859.98-1.531 1.596-2.016.616-.495 1.344-.742 2.184-.742.662 0 1.194.144 1.596.434l-.224 2.59c-.047.168-.117.289-.21.364a.558.558 0 0 1-.35.098c-.14 0-.35-.024-.63-.07a4.694 4.694 0 0 0-.798-.07c-.383 0-.724.056-1.022.168-.299.112-.57.275-.812.49a3.354 3.354 0 0 0-.63.756c-.178.298-.346.639-.504 1.022v8.848h-3.458V38.718h2.03c.354 0 .602.065.742.196.14.121.233.345.28.672l.21 1.624zM133.373 38.718l-5.698 14.364h-3.136l-5.698-14.364h2.856c.261 0 .476.06.644.182a.849.849 0 0 1 .35.462l2.772 7.672a20.846 20.846 0 0 1 .686 2.604 31.6 31.6 0 0 1 .308-1.288c.112-.43.247-.868.406-1.316l2.828-7.672a.944.944 0 0 1 .35-.462 1 1 0 0 1 .602-.182h2.73zM144.032 44.248a3.95 3.95 0 0 0-.196-1.26 2.909 2.909 0 0 0-.56-1.05 2.557 2.557 0 0 0-.966-.7c-.382-.178-.83-.266-1.344-.266-.998 0-1.787.284-2.366.854-.569.569-.933 1.376-1.092 2.422h6.524zm-6.594 2.086c.056.737.187 1.376.392 1.918.206.532.476.975.812 1.33.336.345.733.606 1.19.784.467.168.98.252 1.54.252s1.041-.066 1.442-.196c.411-.131.766-.276 1.064-.434.308-.159.574-.304.798-.434a1.38 1.38 0 0 1 .672-.196c.29 0 .504.107.644.322l.994 1.26a5.902 5.902 0 0 1-1.288 1.134 7.653 7.653 0 0 1-1.498.728 8.298 8.298 0 0 1-1.582.378c-.532.074-1.05.112-1.554.112a7.776 7.776 0 0 1-2.786-.49 6.37 6.37 0 0 1-2.24-1.47c-.634-.654-1.134-1.456-1.498-2.408-.364-.962-.546-2.072-.546-3.332 0-.98.159-1.9.476-2.758.318-.868.77-1.62 1.358-2.254a6.48 6.48 0 0 1 2.17-1.526c.859-.374 1.825-.56 2.898-.56.906 0 1.741.144 2.506.434.766.289 1.424.714 1.974 1.274.551.55.98 1.232 1.288 2.044.318.802.476 1.722.476 2.758 0 .522-.056.877-.168 1.064-.112.177-.326.266-.644.266h-8.89zM152.997 41.21c.448-.859.98-1.531 1.596-2.016.616-.495 1.344-.742 2.184-.742.663 0 1.195.144 1.596.434l-.224 2.59c-.046.168-.116.289-.21.364a.556.556 0 0 1-.35.098c-.14 0-.35-.024-.63-.07a4.676 4.676 0 0 0-.798-.07c-.382 0-.723.056-1.022.168a2.599 2.599 0 0 0-.812.49 3.408 3.408 0 0 0-.63.756c-.177.298-.345.639-.504 1.022v8.848h-3.458V38.718h2.03c.355 0 .602.065.742.196.14.121.234.345.28.672l.21 1.624z",fill:"#121319"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 24.83L30.72 14.19 12.288 24.831v21.283L30.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L30.72 54.539l-16.512-9.533V25.939zm13.338-2.894a.96.96 0 0 1 .924-.696h4.5a.96.96 0 0 1 .924.696l.856 2.999 2.12 1.223 3.025-.757a.96.96 0 0 1 1.064.451l2.25 3.898a.96.96 0 0 1-.14 1.148l-2.17 2.24v2.448l2.17 2.24a.96.96 0 0 1 .14 1.148l-2.25 3.899a.96.96 0 0 1-1.065.45l-3.024-.756-2.12 1.223-.856 2.998a.96.96 0 0 1-.923.697H28.47a.96.96 0 0 1-.924-.697L26.69 44.9l-2.12-1.223-3.024.757a.96.96 0 0 1-1.065-.451l-2.25-3.898a.96.96 0 0 1 .141-1.148l2.168-2.241v-2.447l-2.168-2.241a.96.96 0 0 1-.142-1.148l2.251-3.898a.96.96 0 0 1 1.065-.451l3.025.757 2.119-1.223.856-2.999zm.44 4.467a.96.96 0 0 0 .443-.567l.765-2.676h3.053l.764 2.676a.96.96 0 0 0 .443.567l2.792 1.612a.96.96 0 0 0 .713.1l2.7-.676 1.526 2.644-1.935 2a.96.96 0 0 0-.27.668v3.223c0 .25.097.489.27.668l1.935 2-1.527 2.643-2.699-.675a.96.96 0 0 0-.713.1l-2.792 1.612a.96.96 0 0 0-.443.567l-.764 2.676h-3.053l-.765-2.676a.96.96 0 0 0-.443-.567l-2.792-1.612a.96.96 0 0 0-.713-.1l-2.7.675-1.526-2.643 1.935-2a.96.96 0 0 0 .27-.668V33.86a.96.96 0 0 0-.27-.667l-1.935-2 1.527-2.644 2.7.676a.96.96 0 0 0 .712-.1l2.792-1.612zm2.734 14.128a6.168 6.168 0 1 1 0-12.337 6.168 6.168 0 0 1 0 12.337zm4.248-6.169a4.248 4.248 0 1 1-8.496 0 4.248 4.248 0 0 1 8.496 0z",fill:"url(#paint1_linear_615_418)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_418",x1:"30.72",y1:"96",x2:"94.667",y2:"34.611",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_418",x1:"27.437",y1:"99.246",x2:"97.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};r3.defaultProps={width:"170",height:"64",viewBox:"0 0 170 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var i3=g.ServerLogoNotext=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 10.642L31.72 0 13.288 10.642v14.152L1 31.89v21.283l18.432 10.642 12.258-7.077.03.017.03-.017 12.258 7.077L62.44 53.172V31.89l-12.288-7.095V10.642zM60.52 32.997l-12.288-7.094V11.75L31.72 2.217 15.208 11.75v14.153L2.92 32.997v19.067l16.512 9.533L31.69 54.52l.03.017.03-.017 12.258 7.077 16.512-9.533V32.997z",fill:"url(#paint0_linear_615_426)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 24.83L31.72 14.19 13.288 24.831v21.283L31.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L31.72 54.539l-16.512-9.533V25.939zm13.338-2.894a.96.96 0 0 1 .924-.696h4.5a.96.96 0 0 1 .924.696l.856 2.999 2.12 1.223 3.025-.757a.96.96 0 0 1 1.064.451l2.25 3.898a.96.96 0 0 1-.14 1.148l-2.17 2.24v2.448l2.17 2.24a.96.96 0 0 1 .14 1.148l-2.25 3.899a.96.96 0 0 1-1.065.45l-3.024-.756-2.12 1.223-.856 2.998a.96.96 0 0 1-.923.697H29.47a.96.96 0 0 1-.924-.697L27.69 44.9l-2.12-1.223-3.024.757a.96.96 0 0 1-1.065-.451l-2.25-3.898a.96.96 0 0 1 .141-1.148l2.168-2.241v-2.447l-2.168-2.241a.96.96 0 0 1-.142-1.148l2.251-3.898a.96.96 0 0 1 1.065-.451l3.025.757 2.119-1.223.856-2.999zm.44 4.467a.96.96 0 0 0 .443-.567l.765-2.676h3.053l.764 2.676a.96.96 0 0 0 .443.567l2.792 1.612a.96.96 0 0 0 .713.1l2.7-.676 1.526 2.644-1.935 2a.96.96 0 0 0-.27.668v3.223c0 .25.097.489.27.668l1.935 2-1.527 2.643-2.699-.675a.96.96 0 0 0-.713.1l-2.792 1.612a.96.96 0 0 0-.443.567l-.764 2.676h-3.053l-.765-2.676a.96.96 0 0 0-.443-.567l-2.792-1.612a.96.96 0 0 0-.713-.1l-2.7.675-1.526-2.643 1.935-2a.96.96 0 0 0 .27-.668V33.86a.96.96 0 0 0-.27-.667l-1.935-2 1.527-2.644 2.7.676a.96.96 0 0 0 .712-.1l2.792-1.612zm2.734 14.128a6.168 6.168 0 1 1 0-12.337 6.168 6.168 0 0 1 0 12.337zm4.248-6.169a4.248 4.248 0 1 1-8.496 0 4.248 4.248 0 0 1 8.496 0z",fill:"url(#paint1_linear_615_426)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_426",x1:"31.72",y1:"95.721",x2:"95.488",y2:"34.325",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_426",x1:"28.437",y1:"99.246",x2:"98.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};i3.defaultProps={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var a3=g.ServerLogoBg=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fill:"#fff",d:"M0 0h120v120H0z"}),(0,n.jsx)("path",{fill:"url(#paint0_linear_615_429)",d:"M0 0h119.883v119.883H0z"}),(0,n.jsx)("mask",{id:"mask0_615_429",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,n.jsx)("path",{fill:"#fff",d:"M0 0h119.883v119.883H0z"})}),(0,n.jsxs)("g",{mask:"url(#mask0_615_429)",fillRule:"evenodd",clipRule:"evenodd",children:[(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l-77.567 44.783V-2.927L59.812-29.83z",fill:"#0FA4B7"}),(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l77.567 44.783.475-103.641-78.042-30.709z",fill:"#2BE0D7"})]}),(0,n.jsx)("path",{opacity:".6",fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 25.88L59.812 9.682 31.759 25.88v21.54L13.057 58.216V90.61l28.053 16.196 18.656-10.772.046.027.045-.026 18.657 10.771 28.052-16.197V58.217L87.864 47.42v-21.54zm15.78 34.023L84.942 49.106v-21.54l-25.13-14.509-25.13 14.51v21.539L15.98 59.903v29.018l25.13 14.509 18.656-10.77.046.026.045-.027 18.656 10.771 25.131-14.509V59.903z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 47.474L59.812 31.278 31.759 47.474v32.393l28.053 16.196 28.052-16.197V47.474zm-53.183 1.687l25.13-14.509 25.131 14.51v29.017l-25.13 14.51-25.13-14.51V49.161z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M54.92 50.292l1.466-5.132h6.851l1.466 5.132 4.25 2.453 5.177-1.296 3.425 5.933-3.711 3.835v4.907l3.711 3.835-3.425 5.933-5.178-1.296-4.249 2.453-1.466 5.132h-6.85l-1.467-5.132-4.249-2.453-5.177 1.296-3.425-5.933 3.71-3.835v-4.907l-3.71-3.835 3.425-5.933 5.177 1.296 4.25-2.453z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M59.812 71.597a7.927 7.927 0 1 0 0-15.853 7.927 7.927 0 0 0 0 15.853z",fill:"#1ABBC4"}),(0,n.jsx)("defs",{children:(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_429",x1:"59.941",y1:"179.824",x2:"179.824",y2:"59.941",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})})]}))};a3.defaultProps={width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var c3=g.LauncherLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.005 25.994V10h7.737a3.79 3.79 0 0 1 3.79 3.79v1.149a3.777 3.777 0 0 1-1.035 2.602 3.788 3.788 0 0 1 1.901 3.286v1.377a3.79 3.79 0 0 1-3.79 3.79h-8.603zm1.684-8.957h6.226a2.105 2.105 0 0 0 1.932-2.098v-1.15a2.105 2.105 0 0 0-2.105-2.105h-6.053v5.353zm0 7.273v-5.582l6.92-.007c1.163 0 2.105.943 2.105 2.106v1.377a2.105 2.105 0 0 1-2.105 2.106h-6.92zM97.255 10v15.994h-1.762V10h1.762zm8.733 4.319h-1.827a3.81 3.81 0 0 0-3.811 3.81v4.054a3.81 3.81 0 0 0 3.811 3.81h1.827a3.811 3.811 0 0 0 3.811-3.81V18.13a3.811 3.811 0 0 0-3.811-3.81zm-1.827 1.762a2.05 2.05 0 0 0-2.049 2.048v4.054a2.05 2.05 0 0 0 2.049 2.049h1.827a2.048 2.048 0 0 0 2.048-2.049V18.13a2.048 2.048 0 0 0-2.048-2.048h-1.827zM125.204 26v-5.754h2.148L130.674 26h2.035l-3.821-6.618 2.993-5.184h-2.035l-2.474 4.286h-2.168V10h-1.762v16h1.762zm-5.556-7.56v-.31a2.048 2.048 0 0 0-2.048-2.05h-1.827a2.048 2.048 0 0 0-2.049 2.05v4.053c0 1.132.917 2.049 2.049 2.049h1.827a2.048 2.048 0 0 0 2.048-2.049v-.311h1.762v.311a3.81 3.81 0 0 1-3.81 3.81h-1.827a3.81 3.81 0 0 1-3.811-3.81V18.13a3.81 3.81 0 0 1 3.811-3.81h1.827a3.81 3.81 0 0 1 3.81 3.81v.312h-1.762zm17.918 7.554V10h-1.762v15.994h1.762zm4.989-5.357v1.546c0 1.132.917 2.049 2.049 2.049h1.827a2.048 2.048 0 0 0 2.048-2.049v-.311h1.762v.311a3.81 3.81 0 0 1-3.81 3.81h-1.827a3.81 3.81 0 0 1-3.811-3.81V18.13a3.81 3.81 0 0 1 3.811-3.81h1.827a3.81 3.81 0 0 1 3.81 3.81v.746h.001v1.762h-7.687zm5.924-1.762h-5.924v-.746c0-1.131.917-2.048 2.049-2.048h1.827c1.131 0 2.048.917 2.048 2.048v.746zm5.489-1.912H152.4v-1.762h1.568v-2.848h1.684v2.848h4.077v1.762h-4.077v5.677a1.669 1.669 0 1 0 3.339 0v-.35h1.684v.35a3.353 3.353 0 1 1-6.707 0v-5.677z",fill:"#121319"}),(0,n.jsx)("path",{d:"M92.112 50.259v3.108H80.254V33.123h3.766v17.136h8.092zM101.843 47.235c-.999.047-1.839.135-2.52.266-.681.121-1.227.28-1.638.476-.41.196-.705.425-.882.686a1.49 1.49 0 0 0-.266.854c0 .606.177 1.04.532 1.302.364.261.835.392 1.414.392.71 0 1.32-.126 1.834-.378.523-.261 1.031-.654 1.526-1.176v-2.422zm-7.924-6.23c1.652-1.512 3.64-2.268 5.964-2.268.84 0 1.591.14 2.254.42.663.27 1.223.653 1.68 1.148a4.765 4.765 0 0 1 1.036 1.75c.243.681.364 1.428.364 2.24v9.072h-1.568c-.327 0-.579-.047-.756-.14-.177-.103-.317-.303-.42-.602l-.308-1.036c-.364.327-.719.616-1.064.868a6.54 6.54 0 0 1-1.078.616 5.498 5.498 0 0 1-1.204.378c-.42.093-.887.14-1.4.14-.607 0-1.167-.08-1.68-.238a3.775 3.775 0 0 1-1.33-.742 3.297 3.297 0 0 1-.868-1.218c-.206-.486-.308-1.05-.308-1.694a3.308 3.308 0 0 1 .77-2.114 5.12 5.12 0 0 1 1.078-.924c.438-.29.975-.541 1.61-.756a13.74 13.74 0 0 1 2.24-.518c.85-.14 1.82-.224 2.912-.252v-.84c0-.962-.205-1.67-.616-2.128-.411-.467-1.003-.7-1.778-.7-.56 0-1.027.065-1.4.196-.364.13-.686.28-.966.448-.28.159-.537.303-.77.434-.224.13-.476.196-.756.196-.243 0-.448-.06-.616-.182a1.67 1.67 0 0 1-.406-.448l-.616-1.106zM120.85 39.003v14.364h-2.114c-.458 0-.747-.21-.868-.63l-.238-1.148a7.862 7.862 0 0 1-1.946 1.456c-.71.364-1.545.546-2.506.546-.784 0-1.48-.13-2.086-.392a4.236 4.236 0 0 1-1.512-1.134 5.016 5.016 0 0 1-.938-1.722 7.52 7.52 0 0 1-.308-2.212v-9.128h3.458v9.128c0 .877.2 1.559.602 2.044.41.476 1.022.714 1.834.714.597 0 1.157-.13 1.68-.392a6.037 6.037 0 0 0 1.484-1.106V39.003h3.458zM127.512 40.767c.29-.29.593-.556.91-.798a5.623 5.623 0 0 1 2.184-1.036 5.542 5.542 0 0 1 1.344-.154c.784 0 1.48.135 2.086.406a3.957 3.957 0 0 1 1.512 1.12 4.69 4.69 0 0 1 .924 1.722c.215.663.322 1.395.322 2.198v9.142h-3.458v-9.142c0-.878-.2-1.554-.602-2.03-.401-.486-1.012-.728-1.834-.728-.597 0-1.157.135-1.68.406-.522.27-1.017.64-1.484 1.106v10.388h-3.458V39.003h2.114c.448 0 .742.21.882.63l.238 1.134zM150.373 42.04c-.103.132-.205.234-.308.309-.093.075-.233.112-.42.112a.982.982 0 0 1-.518-.154 9.315 9.315 0 0 0-.602-.364 3.902 3.902 0 0 0-.84-.364c-.317-.112-.714-.168-1.19-.168-.607 0-1.139.112-1.596.336-.457.215-.84.527-1.148.938-.299.41-.523.91-.672 1.498-.149.578-.224 1.236-.224 1.974 0 .765.079 1.447.238 2.044.168.597.406 1.101.714 1.512.308.401.681.71 1.12.924.439.205.933.308 1.484.308.551 0 .994-.066 1.33-.196.345-.14.635-.29.868-.448.233-.168.434-.318.602-.448a.925.925 0 0 1 .588-.21c.28 0 .49.107.63.322l.994 1.26a6.449 6.449 0 0 1-1.246 1.134 7.144 7.144 0 0 1-1.4.728 7.208 7.208 0 0 1-1.484.378 10.3 10.3 0 0 1-1.512.112 6.448 6.448 0 0 1-2.506-.49 6 6 0 0 1-2.058-1.456c-.588-.635-1.055-1.41-1.4-2.324-.336-.924-.504-1.974-.504-3.15 0-1.055.149-2.03.448-2.926.308-.906.756-1.685 1.344-2.338a6.09 6.09 0 0 1 2.184-1.554c.868-.373 1.867-.56 2.996-.56 1.073 0 2.011.172 2.814.518.812.345 1.54.84 2.184 1.484l-.91 1.26zM157.049 40.543a7.51 7.51 0 0 1 1.848-1.274c.672-.327 1.46-.49 2.366-.49.784 0 1.479.135 2.086.406.606.261 1.11.634 1.512 1.12.41.476.718 1.05.924 1.722.214.663.322 1.395.322 2.198v9.142h-3.458v-9.142c0-.878-.201-1.554-.602-2.03-.402-.486-1.013-.728-1.834-.728-.598 0-1.158.135-1.68.406-.523.27-1.018.64-1.484 1.106v10.388h-3.458V32.563h3.458v7.98zM178.649 44.533a3.95 3.95 0 0 0-.196-1.26 2.908 2.908 0 0 0-.559-1.05 2.562 2.562 0 0 0-.967-.7c-.382-.178-.83-.266-1.343-.266-.999 0-1.788.285-2.367.854-.569.57-.933 1.377-1.091 2.422h6.523zm-6.593 2.086c.056.737.186 1.377.392 1.918.205.532.475.975.811 1.33.336.345.733.607 1.191.784.466.168.98.252 1.54.252s1.04-.066 1.442-.196c.41-.13.765-.276 1.063-.434.308-.159.575-.304.799-.434.233-.13.457-.196.671-.196.29 0 .504.107.644.322l.995 1.26a5.93 5.93 0 0 1-1.289 1.134 7.641 7.641 0 0 1-1.498.728 8.291 8.291 0 0 1-1.581.378c-.532.074-1.05.112-1.554.112a7.766 7.766 0 0 1-2.786-.49 6.352 6.352 0 0 1-2.24-1.47c-.635-.653-1.134-1.456-1.498-2.408-.364-.962-.546-2.072-.546-3.332 0-.98.158-1.9.476-2.758.317-.868.77-1.62 1.358-2.254a6.462 6.462 0 0 1 2.17-1.526c.858-.373 1.824-.56 2.898-.56.905 0 1.74.144 2.506.434a5.41 5.41 0 0 1 1.973 1.274c.551.55.981 1.232 1.289 2.044.317.803.475 1.722.475 2.758 0 .523-.055.877-.167 1.064-.112.177-.327.266-.644.266h-8.89zM187.615 41.495c.448-.859.98-1.53 1.596-2.016.616-.495 1.344-.742 2.184-.742.662 0 1.194.145 1.596.434l-.224 2.59c-.047.168-.117.29-.21.364a.558.558 0 0 1-.35.098c-.14 0-.35-.023-.63-.07a4.704 4.704 0 0 0-.798-.07c-.383 0-.724.056-1.022.168-.299.112-.57.275-.812.49a3.359 3.359 0 0 0-.63.756c-.178.298-.346.64-.504 1.022v8.848h-3.458V39.003h2.03c.354 0 .602.065.742.196.14.121.233.345.28.672l.21 1.624z",fill:"#121319"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 10.642L30.72 0 12.288 10.642v14.152L0 31.89v21.283l18.432 10.642 12.258-7.077.03.017.03-.017 12.258 7.077L61.44 53.172V31.89l-12.288-7.095V10.642zM59.52 32.997l-12.288-7.094V11.75L30.72 2.217 14.208 11.75v14.153L1.92 32.997v19.067l16.512 9.533L30.69 54.52l.03.017.03-.017 12.258 7.077 16.512-9.533V32.997z",fill:"url(#paint0_linear_615_416)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 24.83L30.72 14.19 12.288 24.831v21.283L30.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L30.72 54.539l-16.512-9.533V25.939zm14.52-3.756l.484.284 12.202 7.142 1.073.61V40.4l-.408.287-.461.32-12.89 7.545-7.743-4.503.02-17.35 7.722-4.516zm-5.822 20.762l.017-15.145 5.804-3.393 11.728 6.866.112.063v8.066L28.725 46.33l-5.819-3.384zm4.04-12.717l1.442-.827L37.2 34.53v1.66l-8.845 5.146-1.443-.833.034-10.273zm7.862 5.133l-5.971 3.474.023-6.935 5.948 3.46z",fill:"url(#paint1_linear_615_416)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_416",x1:"30.72",y1:"95.721",x2:"94.488",y2:"34.325",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_416",x1:"27.437",y1:"99.246",x2:"97.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};c3.defaultProps={width:"193",height:"64",viewBox:"0 0 193 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var d3=g.LauncherLogoNotext=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 10.642L31.72 0 13.288 10.642v14.152L1 31.89v21.283l18.432 10.642 12.258-7.077.03.017.03-.017 12.258 7.077L62.44 53.172V31.89l-12.288-7.095V10.642zM60.52 32.997l-12.288-7.094V11.75L31.72 2.217 15.208 11.75v14.153L2.92 32.997v19.067l16.512 9.533L31.69 54.52l.03.017.03-.017 12.258 7.077 16.512-9.533V32.997z",fill:"url(#paint0_linear_615_428)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 24.83L31.72 14.19 13.288 24.831v21.283L31.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L31.72 54.539l-16.512-9.533V25.939zm14.52-3.756l.484.284 12.202 7.142 1.073.61V40.4l-.408.287-.461.32-12.89 7.545-7.743-4.503.02-17.35 7.722-4.516zm-5.822 20.762l.017-15.145 5.804-3.393 11.728 6.866.112.063v8.066L29.725 46.33l-5.819-3.384zm4.04-12.717l1.442-.827L38.2 34.53v1.66l-8.845 5.146-1.443-.833.034-10.273zm7.862 5.133l-5.971 3.474.023-6.935 5.948 3.46z",fill:"url(#paint1_linear_615_428)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_428",x1:"31.72",y1:"95.721",x2:"95.488",y2:"34.325",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_428",x1:"28.437",y1:"99.246",x2:"98.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};d3.defaultProps={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var u3=g.LauncherLogoBg=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fill:"#fff",d:"M0 0h120v120H0z"}),(0,n.jsx)("path",{fill:"url(#paint0_linear_615_431)",d:"M0 0h119.883v119.883H0z"}),(0,n.jsx)("mask",{id:"mask0_615_431",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,n.jsx)("path",{fill:"#fff",d:"M0 0h119.883v119.883H0z"})}),(0,n.jsxs)("g",{mask:"url(#mask0_615_431)",fillRule:"evenodd",clipRule:"evenodd",children:[(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l-77.567 44.783L-6.439-12.293l66.25-17.538z",fill:"#0FA4B7"}),(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l77.567 44.783-1.281-105.982-76.286-28.368z",fill:"#2BE0D7"})]}),(0,n.jsx)("path",{opacity:".6",fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 25.88L59.812 9.682 31.759 25.88v21.54L13.057 58.216V90.61l28.053 16.196 18.656-10.772.046.027.045-.026 18.657 10.771 28.052-16.197V58.217L87.864 47.42v-21.54zm15.78 34.023L84.942 49.106v-21.54l-25.13-14.509-25.13 14.51v21.539L15.98 59.903v29.018l25.13 14.51 18.656-10.772.046.026.045-.026 18.656 10.772 25.131-14.51V59.903z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 47.474L59.812 31.278 31.759 47.474v32.393l28.053 16.196 28.052-16.197V47.474zm-53.183 1.687l25.13-14.509 25.131 14.51v29.017l-25.13 14.51-25.13-14.51V49.161z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.445 50.929l10.483-6.13 18.93 11.082.91.517V70.54l-.61.43-19.23 11.256-10.511-6.113.028-25.184z",fill:"#fff"}),(0,n.jsx)("path",{d:"M54.128 55.69l2.196-1.258 13.41 7.803v2.525l-13.462 7.833-2.196-1.267.052-15.636z",fill:"#19B9C3"}),(0,n.jsx)("defs",{children:(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_431",x1:"59.941",y1:"179.824",x2:"179.824",y2:"59.941",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})})]}))};u3.defaultProps={width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var p3=g.StoreLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 10.673L30.72 0 12.288 10.673v14.194L0 31.982v21.345L18.432 64l12.258-7.098.03.017.03-.017L43.008 64 61.44 53.327V31.982l-12.288-7.115V10.673zm10.368 22.42l-12.288-7.115V11.784L30.72 2.224l-16.512 9.56v14.194L1.92 33.093v19.122l16.512 9.561L30.69 54.68l.03.017.03-.017 12.258 7.097 16.512-9.56V33.093z",fill:"url(#paint0_linear_615_417)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 24.903L30.72 14.23 12.288 24.903V46.25L30.72 56.92 49.152 46.25V24.903zm-34.944 1.112l16.512-9.561 16.512 9.56v19.123l-16.512 9.56-16.512-9.56V26.015zm17.471-.59v2.168a6.931 6.931 0 0 1 5.042-2.168h4.135v4.148a6.97 6.97 0 0 1-2.13 5.026h2.13v11.128H20.584V25.425h11.095zm-9.175 1.926v7.276h7.255v-7.276h-7.255zm14.217 0h2.215v2.222c0 2.791-2.256 5.054-5.04 5.054h-2.215v-2.222c0-2.791 2.256-5.054 5.04-5.054zM22.504 43.8h7.255v-7.276h-7.255V43.8zm9.177 0v-7.276h7.255V43.8h-7.255z",fill:"url(#paint1_linear_615_417)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.005 26.07V10.03h7.737a3.795 3.795 0 0 1 3.79 3.8v1.152c0 1.01-.394 1.929-1.035 2.61a3.801 3.801 0 0 1 1.901 3.295v1.382c0 2.1-1.696 3.8-3.79 3.8h-8.603zm1.684-8.983h6.226a2.11 2.11 0 0 0 1.932-2.104V13.83a2.108 2.108 0 0 0-2.105-2.112h-6.053v5.369zm0 7.294v-5.598l6.92-.007c1.163 0 2.105.945 2.105 2.111v1.382a2.108 2.108 0 0 1-2.105 2.112h-6.92zm15.566-14.352v16.04h-1.762V10.03h1.762zm8.733 4.331h-1.827a3.816 3.816 0 0 0-3.811 3.822v4.066a3.816 3.816 0 0 0 3.811 3.822h1.827a3.817 3.817 0 0 0 3.811-3.822v-4.066a3.817 3.817 0 0 0-3.811-3.822zm-1.827 1.768c-1.131 0-2.049.92-2.049 2.054v4.066c0 1.135.918 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-4.066a2.051 2.051 0 0 0-2.048-2.054h-1.827zm21.043 9.948v-5.77h2.148l3.322 5.77h2.035l-3.821-6.638 2.993-5.198h-2.035l-2.474 4.298h-2.168V10.03h-1.762v16.047h1.762zm-5.556-7.581v-.313a2.051 2.051 0 0 0-2.048-2.054h-1.827c-1.132 0-2.049.92-2.049 2.054v4.066c0 1.135.917 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-.313h1.762v.313a3.816 3.816 0 0 1-3.81 3.822h-1.827a3.816 3.816 0 0 1-3.811-3.822v-4.066a3.816 3.816 0 0 1 3.811-3.822h1.827a3.816 3.816 0 0 1 3.81 3.822v.313h-1.762zm17.918 7.575V10.03h-1.762v16.04h1.762zm4.989-5.372v1.55c0 1.135.917 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-.313h1.762v.313a3.816 3.816 0 0 1-3.81 3.822h-1.827a3.816 3.816 0 0 1-3.811-3.822v-4.066a3.816 3.816 0 0 1 3.811-3.822h1.827a3.816 3.816 0 0 1 3.81 3.822v.748h.001v1.768h-7.687zm5.924-1.768h-5.924v-.748c0-1.134.917-2.054 2.049-2.054h1.827c1.131 0 2.048.92 2.048 2.054v.748zm5.489-1.917H152.4v-1.768h1.568V12.39h1.684v2.856h4.077v1.768h-4.077v5.693c0 .925.747 1.675 1.669 1.675s1.67-.75 1.67-1.675v-.351h1.684v.351a3.358 3.358 0 0 1-3.354 3.364 3.358 3.358 0 0 1-3.353-3.364v-5.693z",fill:"#121319"}),(0,n.jsx)("path",{d:"M91.034 36.52c-.112.196-.233.34-.364.434a.793.793 0 0 1-.462.126c-.196 0-.41-.07-.644-.21-.224-.15-.495-.313-.812-.49a6.307 6.307 0 0 0-1.12-.476c-.42-.15-.92-.224-1.498-.224-.523 0-.98.065-1.372.196a2.87 2.87 0 0 0-.994.518 2.117 2.117 0 0 0-.588.812 2.59 2.59 0 0 0-.196 1.022c0 .476.13.872.392 1.19.27.317.625.588 1.064.812.439.224.938.424 1.498.602.56.177 1.134.368 1.722.574.588.196 1.162.429 1.722.7.56.261 1.06.597 1.498 1.008.439.401.789.896 1.05 1.484.27.588.406 1.302.406 2.142 0 .914-.159 1.773-.476 2.576a5.884 5.884 0 0 1-1.372 2.086c-.597.588-1.33 1.054-2.198 1.4-.868.336-1.862.504-2.982.504a9.288 9.288 0 0 1-1.904-.196 9.827 9.827 0 0 1-1.806-.532 9.763 9.763 0 0 1-1.61-.84 7.8 7.8 0 0 1-1.344-1.092l1.106-1.806c.093-.131.215-.238.364-.322a.883.883 0 0 1 .476-.14c.233 0 .485.098.756.294.27.186.593.396.966.63.373.233.807.448 1.302.644.504.186 1.106.28 1.806.28 1.073 0 1.904-.252 2.492-.756.588-.514.882-1.246.882-2.198 0-.532-.135-.966-.406-1.302a3.073 3.073 0 0 0-1.05-.84 7.585 7.585 0 0 0-1.498-.588c-.56-.159-1.13-.332-1.708-.518a14.738 14.738 0 0 1-1.708-.672 5.535 5.535 0 0 1-1.498-1.022 4.75 4.75 0 0 1-1.064-1.568c-.261-.635-.392-1.414-.392-2.338 0-.738.145-1.456.434-2.156.299-.7.728-1.321 1.288-1.862.56-.542 1.25-.976 2.072-1.302.821-.327 1.764-.49 2.828-.49 1.195 0 2.296.186 3.304.56 1.008.373 1.867.896 2.576 1.568l-.938 1.778zM99.234 53.306c-1.25 0-2.212-.35-2.884-1.05-.662-.71-.994-1.685-.994-2.926v-8.022h-1.47a.674.674 0 0 1-.476-.182c-.13-.122-.196-.304-.196-.546v-1.372l2.31-.378.728-3.92a.767.767 0 0 1 .266-.434.791.791 0 0 1 .504-.154h1.792v4.522h3.836v2.464h-3.836v7.784c0 .448.108.798.322 1.05.224.252.528.378.91.378.215 0 .392-.024.532-.07a2.91 2.91 0 0 0 .378-.168c.112-.056.21-.108.294-.154a.452.452 0 0 1 .252-.084c.103 0 .187.028.252.084a.96.96 0 0 1 .21.224l1.036 1.68a5.229 5.229 0 0 1-1.736.952 6.46 6.46 0 0 1-2.03.322zM111.111 38.494c1.064 0 2.03.172 2.898.518a6.283 6.283 0 0 1 2.24 1.47c.625.634 1.106 1.409 1.442 2.324.336.914.504 1.936.504 3.066 0 1.138-.168 2.165-.504 3.08-.336.914-.817 1.694-1.442 2.338a6.195 6.195 0 0 1-2.24 1.484c-.868.345-1.834.518-2.898.518-1.073 0-2.049-.173-2.926-.518a6.329 6.329 0 0 1-2.254-1.484c-.616-.644-1.097-1.424-1.442-2.338-.336-.915-.504-1.942-.504-3.08 0-1.13.168-2.152.504-3.066.345-.915.826-1.69 1.442-2.324a6.421 6.421 0 0 1 2.254-1.47c.877-.346 1.853-.518 2.926-.518zm0 12.138c1.195 0 2.077-.402 2.646-1.204.579-.803.868-1.979.868-3.528 0-1.55-.289-2.73-.868-3.542-.569-.812-1.451-1.218-2.646-1.218-1.213 0-2.114.41-2.702 1.232-.579.812-.868 1.988-.868 3.528s.289 2.716.868 3.528c.588.802 1.489 1.204 2.702 1.204zM124.095 41.21c.448-.859.98-1.531 1.596-2.016.616-.495 1.344-.742 2.184-.742.663 0 1.195.144 1.596.434l-.224 2.59c-.047.168-.117.289-.21.364a.558.558 0 0 1-.35.098c-.14 0-.35-.024-.63-.07a4.694 4.694 0 0 0-.798-.07c-.383 0-.723.056-1.022.168a2.587 2.587 0 0 0-.812.49 3.408 3.408 0 0 0-.63.756c-.177.298-.345.639-.504 1.022v8.848h-3.458V38.718h2.03c.355 0 .602.065.742.196.14.121.233.345.28.672l.21 1.624zM140.122 44.248a3.95 3.95 0 0 0-.196-1.26 2.909 2.909 0 0 0-.56-1.05 2.557 2.557 0 0 0-.966-.7c-.383-.178-.831-.266-1.344-.266-.999 0-1.787.284-2.366.854-.569.569-.933 1.376-1.092 2.422h6.524zm-6.594 2.086c.056.737.187 1.376.392 1.918.205.532.476.975.812 1.33.336.345.733.606 1.19.784.467.168.98.252 1.54.252s1.041-.066 1.442-.196c.411-.131.765-.276 1.064-.434.308-.159.574-.304.798-.434.233-.131.457-.196.672-.196.289 0 .504.107.644.322l.994 1.26a5.925 5.925 0 0 1-1.288 1.134 7.653 7.653 0 0 1-1.498.728 8.316 8.316 0 0 1-1.582.378c-.532.074-1.05.112-1.554.112a7.772 7.772 0 0 1-2.786-.49 6.361 6.361 0 0 1-2.24-1.47c-.635-.654-1.134-1.456-1.498-2.408-.364-.962-.546-2.072-.546-3.332 0-.98.159-1.9.476-2.758.317-.868.77-1.62 1.358-2.254a6.47 6.47 0 0 1 2.17-1.526c.859-.374 1.825-.56 2.898-.56a7.03 7.03 0 0 1 2.506.434 5.42 5.42 0 0 1 1.974 1.274c.551.55.98 1.232 1.288 2.044.317.802.476 1.722.476 2.758 0 .522-.056.877-.168 1.064-.112.177-.327.266-.644.266h-8.89z",fill:"#121319"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_417",x1:"30.72",y1:"96",x2:"94.667",y2:"34.611",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_417",x1:"27.437",y1:"99.536",x2:"97.914",y2:"45.267",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};p3.defaultProps={width:"170",height:"64",viewBox:"0 0 170 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var h3=g.StoreLogoNotext=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 10.642L31.72 0 13.288 10.642v14.152L1 31.89v21.283l18.432 10.642 12.258-7.077.03.017.03-.017 12.258 7.077L62.44 53.172V31.89l-12.288-7.095V10.642zM60.52 32.997l-12.288-7.094V11.75L31.72 2.217 15.208 11.75v14.153L2.92 32.997v19.067l16.512 9.533L31.69 54.52l.03.017.03-.017 12.258 7.077 16.512-9.533V32.997z",fill:"url(#paint0_linear_615_427)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 24.83L31.72 14.19 13.288 24.831v21.283L31.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L31.72 54.539l-16.512-9.533V25.939zm17.471-.589v2.162a6.94 6.94 0 0 1 5.042-2.162h4.135v4.136a6.94 6.94 0 0 1-2.13 5.011h2.13v11.096H21.584V25.35h11.095zm-9.175 1.92v7.255h7.255v-7.255h-7.255zm14.217 0h2.215v2.215a5.04 5.04 0 0 1-5.04 5.04h-2.215v-2.215a5.04 5.04 0 0 1 5.04-5.04zM23.504 43.674h7.255v-7.256h-7.255v7.256zm9.177 0v-7.256h7.255v7.256h-7.255z",fill:"url(#paint1_linear_615_427)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_427",x1:"31.72",y1:"95.721",x2:"95.488",y2:"34.325",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_427",x1:"28.437",y1:"99.246",x2:"98.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};h3.defaultProps={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var f3=g.StoreLogoBg=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fill:"#fff",d:"M0 0h120v120H0z"}),(0,n.jsx)("path",{fill:"url(#paint0_linear_615_430)",d:"M0 0h119.883v119.883H0z"}),(0,n.jsx)("mask",{id:"mask0_615_430",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,n.jsx)("path",{fill:"#fff",d:"M0 0h119.883v119.883H0z"})}),(0,n.jsxs)("g",{mask:"url(#mask0_615_430)",fillRule:"evenodd",clipRule:"evenodd",children:[(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l-77.567 44.783 1.95-119.446L59.812-29.83z",fill:"#0FA4B7"}),(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l77.567 44.783V-12.878L59.812-29.831z",fill:"#2BE0D7"})]}),(0,n.jsx)("path",{opacity:".6",fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 25.88L59.812 9.682 31.759 25.88v21.54L13.057 58.216V90.61l28.053 16.196 18.656-10.772.046.027.045-.026 18.657 10.771 28.052-16.197V58.217L87.864 47.42v-21.54zm15.78 34.023L84.942 49.106v-21.54l-25.13-14.509-25.13 14.51v21.539L15.98 59.903v29.018l25.13 14.509 18.656-10.77.046.026.045-.027 18.656 10.771 25.131-14.509V59.903z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 47.474L59.812 31.278 31.759 47.474v32.393l28.053 16.196 28.052-16.197V47.474zm-53.183 1.687l25.13-14.509 25.131 14.51v29.017l-25.13 14.51-25.13-14.51V49.161z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.277 61.997V49.162h12.835v12.835H45.277zm25.15-12.835h3.92v3.919a8.916 8.916 0 0 1-8.916 8.916h-3.92v-3.92a8.916 8.916 0 0 1 8.917-8.915zm-25.15 29.017h12.835V65.344H45.277v12.835zm16.235 0V65.344h12.835v12.835H61.512z",fill:"#fff"}),(0,n.jsx)("defs",{children:(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_430",x1:"59.941",y1:"179.824",x2:"179.824",y2:"59.941",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})})]}))};f3.defaultProps={width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var x3=g.Blocklets=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M4.005 31a3.005 3.005 0 0 1-2.99-2.717L1 27.995V5.956a3.005 3.005 0 0 1 2.717-2.99l.288-.015h9.016a3.005 3.005 0 0 1 2.992 2.715l.014.29v.51l4.385-4.547a3.005 3.005 0 0 1 4.022-.276l.232.202 5.524 5.46a3.005 3.005 0 0 1 .222 4.029l-.206.232-4.63 4.408h.468a3.005 3.005 0 0 1 2.992 2.715l.014.29v9.016a3.006 3.006 0 0 1-2.715 2.991l-.29.014H4.004zm10.018-13.023H3.003v10.018a1.002 1.002 0 0 0 .654.94l.168.046.18.015h10.018V17.977zm12.021 0H16.027v11.02h10.017a1.002 1.002 0 0 0 .986-.822l.016-.18v-9.016a1.002 1.002 0 0 0-.821-.986l-.18-.016zm-10.017-5.59v3.587h3.586l-3.586-3.586zM13.02 4.956H4.005a1.002 1.002 0 0 0-.985.821l-.016.18v10.018h11.02V5.956a1.001 1.001 0 0 0-.654-.94l-.168-.045-.18-.016zm10.262-1.657a1.008 1.008 0 0 0-1.292-.106l-.136.12-5.241 5.435a1.001 1.001 0 0 0-.114 1.248l.126.157 5.241 5.239a1.002 1.002 0 0 0 1.242.14l.156-.122 5.526-5.263a1.002 1.002 0 0 0 .108-1.279l-.118-.138-5.497-5.431z",fill:"currentColor"})}))};x3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var v3=g.CodeFolder=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.667 5.2a.133.133 0 0 0-.134.133v21.334a.133.133 0 0 0 .134.133h22.666a.133.133 0 0 0 .134-.133V9.333a.133.133 0 0 0-.134-.133H16a1.2 1.2 0 0 1-.922-.432L12.105 5.2H4.667zM2.875 3.542A2.533 2.533 0 0 1 4.667 2.8h8a1.2 1.2 0 0 1 .921.432L16.563 6.8h10.771a2.533 2.533 0 0 1 2.534 2.533v17.334a2.533 2.533 0 0 1-2.534 2.533H4.667a2.533 2.533 0 0 1-2.534-2.533V5.333c0-.672.267-1.316.742-1.791z",fill:"currentColor"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.182 13.818a1.2 1.2 0 0 1 0 1.697L11.697 18l2.485 2.485a1.2 1.2 0 1 1-1.697 1.697L9.15 18.849a1.2 1.2 0 0 1 0-1.698l3.334-3.333a1.2 1.2 0 0 1 1.697 0zm3.636 0a1.2 1.2 0 0 1 1.697 0l3.334 3.333a1.2 1.2 0 0 1 0 1.698l-3.334 3.333a1.2 1.2 0 1 1-1.697-1.697L20.303 18l-2.485-2.485a1.2 1.2 0 0 1 0-1.697z",fill:"currentColor"})]}))};v3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var m3=g.Dashboard=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.33 8.207A11.52 11.52 0 0 1 23.504 26.34H8.496A11.52 11.52 0 0 1 9.33 8.207zM16 3.52a14.08 14.08 0 0 0-8.76 25.102c.226.18.506.278.796.278h15.928c.29 0 .57-.098.797-.278A14.08 14.08 0 0 0 16 3.52zm5.883 10.072a1.28 1.28 0 0 0-1.81-1.81l-2.205 2.205a4.124 4.124 0 1 0 1.81 1.81l2.205-2.205zm-7.447 4.073a1.564 1.564 0 1 1 3.128 0 1.564 1.564 0 0 1-3.129 0z",fill:"currentColor"})}))};m3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var g3=g.Log=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 3.2h16c2.646 0 4.8 2.125 4.8 4.8 0 1.571-.54 3.093-1.253 4.509-.709 1.406-1.645 2.813-2.531 4.14l-.018.028c-.908 1.365-1.766 2.654-2.401 3.913-.637 1.263-.997 2.39-.997 3.418a2.4 2.4 0 1 0 3.733-1.997 1.2 1.2 0 0 1 1.334-1.993A4.8 4.8 0 0 1 24 28.808H8a4.8 4.8 0 0 1-4.8-4.8c0-2.531 1.426-5.016 2.843-7.21.333-.513.666-1.015.993-1.507l.004-.006c.757-1.135 1.477-2.218 2.06-3.277H7.215c-.922 0-2.21-.213-3.051-1.253A4.288 4.288 0 0 1 3.2 8 4.8 4.8 0 0 1 8 3.2zM6.303 6.303A2.4 2.4 0 0 1 8 5.6h11.842A4.782 4.782 0 0 0 19.2 8c-.004.55.096 1.095.294 1.608H7.216c-.664 0-1.029-.171-1.184-.363A1.889 1.889 0 0 1 5.6 8a2.4 2.4 0 0 1 .703-1.697zM26.4 8c0-1.34-1.07-2.4-2.4-2.4A2.4 2.4 0 0 0 21.6 8c0 .762.357 1.334 1.067 1.811A1.2 1.2 0 0 1 22 12.008H11.789c-.747 1.605-1.826 3.224-2.837 4.74l-.183.276c-.244.366-.483.726-.71 1.077C6.608 20.346 5.6 22.274 5.6 24.008a2.4 2.4 0 0 0 2.4 2.4h11.842a4.782 4.782 0 0 1-.642-2.4c0-1.566.54-3.085 1.254-4.5.706-1.398 1.637-2.796 2.52-4.12l.028-.042c.908-1.365 1.764-2.653 2.401-3.917.637-1.264.997-2.395.997-3.429zm-14.396 7.462a1.186 1.186 0 0 0 .838 2.024h6.324a1.186 1.186 0 0 0 0-2.371h-6.324c-.314 0-.616.125-.838.347zm-2.766 4.742c.222-.222.524-.347.838-.347H16.4a1.186 1.186 0 1 1 0 2.371h-6.323a1.185 1.185 0 0 1-.838-2.024z",fill:"currentColor"})}))};g3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var b3=g.Setting=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.996 2.168A3.968 3.968 0 0 0 17.173 1h-1.852a3.963 3.963 0 0 0-2.78 1.132 3.81 3.81 0 0 0-1.128 2.39l-.013.291a1.707 1.707 0 0 1-1.72 1.686 1.619 1.619 0 0 1-.637-.141l-.2-.105a3.969 3.969 0 0 0-5.329 1.44L2.54 9.261a3.813 3.813 0 0 0 1.146 5.11l.234.147c.572.324.9.88.9 1.482 0 .553-.277 1.07-.74 1.384l-.157.096a3.79 3.79 0 0 0-1.545 4.946l.128.24.955 1.617a3.91 3.91 0 0 0 2.355 1.822 4.01 4.01 0 0 0 2.691-.193l.266-.13c.45-.254.915-.316 1.35-.201.434.112.805.392 1.032.778.119.192.194.408.222.633l.012.22C11.386 29.275 13.148 31 15.32 31h1.852c2.052 0 3.756-1.544 3.923-3.538l.012-.257a1.692 1.692 0 0 1 1.714-1.731c.226.008.447.06.653.15l.204.104c1.722.973 3.98.473 5.14-1.165l.15-.227.99-1.616a3.776 3.776 0 0 0 .408-2.935 3.842 3.842 0 0 0-1.542-2.159l-.249-.158c-.435-.247-.723-.611-.84-1.042a1.641 1.641 0 0 1 .176-1.27c.123-.213.292-.396.495-.535l.385-.238a3.804 3.804 0 0 0 1.326-4.806l-.085-.166a1.006 1.006 0 0 0-.063-.128l-.921-1.564c-1.023-1.74-3.236-2.416-5.08-1.567l-.247.125c-.44.253-.906.316-1.344.205a1.693 1.693 0 0 1-1.042-.77 1.536 1.536 0 0 1-.216-.624l-.014-.221c.033-.943-.369-1.951-1.11-2.699zm-4.675 1.003h1.853c.463 0 .907.183 1.234.51.322.324.497.765.485 1.221l.02.38a3.73 3.73 0 0 0 .514 1.531 3.91 3.91 0 0 0 2.394 1.77 3.992 3.992 0 0 0 2.976-.408l.154-.076.168-.066c.767-.24 1.6.078 2.01.77l.878 1.492.02.042.104.201c.356.744.059 1.686-.71 2.126l-.24.148a3.86 3.86 0 0 0-1.189 1.257 3.77 3.77 0 0 0-.397 2.916c.247.9.813 1.68 1.593 2.193l.41.255c.693.5.89 1.447.454 2.183l-.966 1.578-.11.166c-.447.628-1.329.861-2.073.541l-.474-.236a4.12 4.12 0 0 0-1.572-.362 3.976 3.976 0 0 0-2.815 1.125 3.802 3.802 0 0 0-1.15 2.735l-.008.165c-.07.825-.813 1.5-1.71 1.5h-1.851c-.888 0-1.617-.657-1.71-1.5l-.03-.53a3.888 3.888 0 0 0-2.888-3.315 3.978 3.978 0 0 0-2.979.392l-.163.078a1.74 1.74 0 0 1-2.163-.741l-.945-1.595-.084-.16c-.357-.742-.06-1.684.708-2.119l.234-.143c1.098-.744 1.734-1.928 1.734-3.196a3.834 3.834 0 0 0-1.731-3.193l-.392-.243a1.654 1.654 0 0 1-.468-2.196l.975-1.568a1.744 1.744 0 0 1 2.357-.645l.288.15c.502.234 1.049.359 1.603.366 2.08 0 3.78-1.566 3.936-3.558l.02-.459a1.64 1.64 0 0 1 .487-.99 1.727 1.727 0 0 1 1.21-.492zm.933 7.926c2.764 0 5.004 2.195 5.004 4.902 0 2.708-2.24 4.902-5.004 4.902-2.763 0-5.004-2.194-5.004-4.902 0-2.707 2.241-4.902 5.004-4.902zM13.467 16c0-1.507 1.248-2.73 2.787-2.73 1.54 0 2.787 1.223 2.787 2.73 0 1.508-1.248 2.73-2.787 2.73s-2.787-1.222-2.787-2.73z",fill:"currentColor"})}))};b3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var j3=g.Store=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M30.4 12.034v-.056a.582.582 0 0 1-.014-.069v-.041c-.014-.028-.014-.056-.027-.083v-.028l-1.98-6.95A2.243 2.243 0 0 0 26.245 3.2H5.754a2.243 2.243 0 0 0-2.132 1.606l-1.98 6.95v.029c-.014.027-.014.055-.028.083v.041a.594.594 0 0 1-.014.07v2.298a5.538 5.538 0 0 0 2.215 4.43v8.862a2.216 2.216 0 0 0 2.216 2.216h19.938a2.215 2.215 0 0 0 2.216-2.216v-8.861a5.537 5.537 0 0 0 2.215-4.431v-2.243zM5.754 5.415h20.492l1.579 5.539H4.175l1.579-5.539zm6.923 7.754h6.646v1.108a3.323 3.323 0 1 1-6.646 0v-1.108zm-2.216 0v1.108a3.323 3.323 0 0 1-4.86 2.95 1.201 1.201 0 0 0-.249-.153 3.31 3.31 0 0 1-1.537-2.797v-1.108h6.646zm15.508 14.4H6.031v-7.864a5.539 5.539 0 0 0 5.538-2.105 5.538 5.538 0 0 0 8.862 0 5.537 5.537 0 0 0 5.538 2.105v7.864zm.679-10.495a1.2 1.2 0 0 0-.25.152 3.323 3.323 0 0 1-4.86-2.95V13.17h6.647v1.108a3.31 3.31 0 0 1-1.537 2.797z",fill:"currentColor"})}))};j3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var w3=g.Team=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.275 5.323a3.697 3.697 0 1 1 5.229 5.228 3.697 3.697 0 0 1-5.229-5.228zM9.89 2.16a5.777 5.777 0 0 0-3.483 10.385A9.33 9.33 0 0 0 .56 21.2a1.04 1.04 0 0 0 1.04 1.04h15.408a9.322 9.322 0 0 0-3.862 7.56 1.04 1.04 0 0 0 1.04 1.04h16.578a1.04 1.04 0 0 0 1.04-1.04 9.33 9.33 0 0 0-5.845-8.655 5.78 5.78 0 0 0 2.293-4.608 5.777 5.777 0 0 0-11.356-1.498 9.338 9.338 0 0 0-3.523-2.494 5.78 5.78 0 0 0 2.293-4.608A5.777 5.777 0 0 0 9.89 2.16zm9.972 11.763a3.697 3.697 0 1 1 5.228 5.228 3.697 3.697 0 0 1-5.228-5.228zm2.614 8.627a7.25 7.25 0 0 0-7.175 6.21h14.35a7.25 7.25 0 0 0-7.175-6.21zM4.763 16.075a7.25 7.25 0 0 1 12.301 4.086H2.714a7.25 7.25 0 0 1 2.05-4.086z",fill:"currentColor"})}))};w3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var C3=g.Approve=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.673 4.673A6.12 6.12 0 0 1 7 2.88h18A6.12 6.12 0 0 1 31.12 9v10A6.12 6.12 0 0 1 25 25.12h-7.203l-5.81 5.083a3.082 3.082 0 0 1-5.107-2.319v-2.765A6.12 6.12 0 0 1 .88 19V9a6.12 6.12 0 0 1 1.793-4.327zM7 5.12A3.88 3.88 0 0 0 3.12 9v10A3.88 3.88 0 0 0 7 22.88h1c.619 0 1.12.501 1.12 1.12v3.884a.84.84 0 0 0 1.393.633l6.126-5.36a1.12 1.12 0 0 1 .737-.277H25A3.881 3.881 0 0 0 28.88 19V9A3.88 3.88 0 0 0 25 5.12H7z",fill:"currentColor"}),(0,n.jsx)("path",{d:"M20.63 9.719a1.156 1.156 0 0 1 1.65 1.619L16.13 19.03a1.156 1.156 0 0 1-1.665.03l-4.08-4.079a1.156 1.156 0 1 1 1.635-1.634l3.228 3.227 5.354-6.822a.405.405 0 0 1 .031-.034h-.002z",fill:"currentColor"})]}))};C3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var R3=g.Circles=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.23 3.995a1.272 1.272 0 1 1 1.28 1.272h-.014a1.272 1.272 0 0 1-1.265-1.272zm.2 3.245A3.425 3.425 0 0 1 13.737 6L5.07 10.875V21.07a3.41 3.41 0 0 1 1.055.572l4.616-2.638v-4.458c0-.381.203-.734.532-.926l4.158-2.425V7.24zM2.926 10.247V21.07a3.419 3.419 0 0 0 1.073 6.663c.886 0 1.694-.338 2.302-.892l9.677 5.444c.327.183.725.183 1.052 0l6.253-3.517 3.424-1.927a3.417 3.417 0 1 0 3.375-5.77V10.246c0-.387-.21-.744-.547-.934L19.92 3.904a3.417 3.417 0 0 0-6.832 0L3.472 9.313c-.338.19-.547.547-.547.934zm25.01 10.823V10.875L19.27 6a3.425 3.425 0 0 1-1.694 1.24v3.954l4.157 2.426c.33.192.532.545.532.926v4.458l4.616 2.637a3.411 3.411 0 0 1 1.055-.57zm-2.23 2.37l-4.168-2.382-4.493 2.621a1.072 1.072 0 0 1-1.081 0l-4.493-2.62-4.168 2.38a3.423 3.423 0 0 1 .05 1.533l9.151 5.147 5.727-3.22 3.424-1.927a3.439 3.439 0 0 1 .05-1.532zm-12.819-8.278l3.617-2.11 3.617 2.11v4.24l-3.617 2.109-3.617-2.11v-4.239zm-8.888 7.882a1.272 1.272 0 1 0 0 2.544 1.272 1.272 0 0 0 0-2.544zm23.738 1.272a1.272 1.272 0 1 1 2.544 0 1.272 1.272 0 0 1-2.544 0z",fill:"currentColor"})}))};R3.defaultProps={width:"33",height:"33",viewBox:"0 0 33 33",xmlns:"http://www.w3.org/2000/svg"};var y3=g.Key=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.987 8.889c0-.707.573-1.28 1.28-1.28a4.124 4.124 0 0 1 4.124 4.124 1.28 1.28 0 1 1-2.56 0 1.564 1.564 0 0 0-1.564-1.564 1.28 1.28 0 0 1-1.28-1.28z",fill:"currentColor"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.382 1.92a9.813 9.813 0 0 0-9.706 11.905l-7.964 7.964a2.703 2.703 0 0 0-.792 1.91v3.679a2.702 2.702 0 0 0 2.702 2.702h2.845a2.702 2.702 0 0 0 2.702-2.702.142.142 0 0 1 .14-.142h.002a2.712 2.712 0 0 0 1.91-.792 2.702 2.702 0 0 0 .792-1.91.142.142 0 0 1 .143-.143h.833c.717 0 1.404-.285 1.91-.792l2.277-2.276a9.813 9.813 0 1 0 2.206-19.402zm-9.13 20.695a2.702 2.702 0 0 1 1.904-.784h.833a.142.142 0 0 0 .1-.041l2.794-2.794a1.28 1.28 0 0 1 1.275-.32 7.257 7.257 0 0 0 8.994-4.67 7.253 7.253 0 1 0-13.835-.188 1.286 1.286 0 0 1-.332 1.319l-8.463 8.462a.143.143 0 0 0-.042.101v3.678a.142.142 0 0 0 .142.142h2.845a.142.142 0 0 0 .142-.142 2.702 2.702 0 0 1 2.702-2.702l.014-.001a.143.143 0 0 0 .128-.142c0-.716.285-1.404.792-1.91l.008-.008z",fill:"currentColor"})]}))};y3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var z3=g.Label=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("g",{clipPath:"url(#clip0_802_356)",children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.567.629l15.96 15.96a1.606 1.606 0 0 1 .047 2.229l-11.63 12.64a1.6 1.6 0 0 1-1.186.52c-.41.001-.803-.155-1.101-.436L.678 15.592a2.155 2.155 0 0 1-.677-1.564V3.22A3.224 3.224 0 0 1 3.221 0H14.05a2.133 2.133 0 0 1 1.518.629zM2.148 14.028l16.584 15.578 10.914-11.863L14.049 2.147H3.222A1.075 1.075 0 0 0 2.148 3.22v10.808zm4.771-8.073a3.489 3.489 0 1 1 3.877 5.802 3.489 3.489 0 0 1-3.877-5.802zm1.193 4.017A1.342 1.342 0 1 0 9.603 7.74a1.342 1.342 0 0 0-1.491 2.232z",fill:"currentColor"})}),(0,n.jsx)("defs",{children:(0,n.jsx)("clipPath",{id:"clip0_802_356",children:(0,n.jsx)("path",{fill:"transparent",transform:"translate(.009)",d:"M0 0h32.001v32H0z"})})})]}))};z3.defaultProps={width:"33",height:"32",viewBox:"0 0 33 32",xmlns:"http://www.w3.org/2000/svg"};var k3=g.Plan=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.083 3.2c0-.619.501-1.12 1.12-1.12h9.956c.618 0 1.12.501 1.12 1.12v9.956a1.12 1.12 0 0 1-1.12 1.12H3.203a1.12 1.12 0 0 1-1.12-1.12V3.2zm2.24 1.12v7.716h7.716V4.32H4.323zM17.727 3.2c0-.619.502-1.12 1.12-1.12h9.956c.619 0 1.12.501 1.12 1.12v9.956a1.12 1.12 0 0 1-1.12 1.12h-9.956a1.12 1.12 0 0 1-1.12-1.12V3.2zm2.24 1.12v7.716h7.716V4.32h-7.716zM2.083 18.844c0-.618.501-1.12 1.12-1.12h9.956c.618 0 1.12.502 1.12 1.12V28.8a1.12 1.12 0 0 1-1.12 1.12H3.203a1.12 1.12 0 0 1-1.12-1.12v-9.956zm2.24 1.12v7.716h7.716v-7.716H4.323zm14.525-2.24h9.955a1.12 1.12 0 0 1 0 2.24H21.55l8.044 8.044a1.12 1.12 0 0 1-1.584 1.584l-8.044-8.044V28.8a1.12 1.12 0 1 1-2.24 0v-9.955-.01.02m.318-.792l.01-.01a.972.972 0 0 1-.01.01zm.803-.339h-.01zm-.01 0h.02",fill:"currentColor"})}))};k3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var S3=g.Server=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.083 3.2c0-.619.501-1.12 1.12-1.12h25.6c.619 0 1.12.501 1.12 1.12v10.24a1.12 1.12 0 0 1-1.12 1.12h-25.6a1.12 1.12 0 0 1-1.12-1.12V3.2zm2.24 1.12v8h23.36v-8H4.323zm-2.24 14.24c0-.619.501-1.12 1.12-1.12h25.6c.619 0 1.12.501 1.12 1.12V28.8a1.12 1.12 0 0 1-1.12 1.12h-25.6a1.12 1.12 0 0 1-1.12-1.12V18.56zm2.24 1.12v8h23.36v-8H4.323z",fill:"currentColor"}),(0,n.jsx)("path",{d:"M8.963 7.04h-1.28a.64.64 0 0 0-.64.64v1.28a.64.64 0 0 0 .64.64h1.28a.64.64 0 0 0 .64-.64V7.68a.64.64 0 0 0-.64-.64zm0 15.36h-1.28a.64.64 0 0 0-.64.64v1.28a.64.64 0 0 0 .64.64h1.28a.64.64 0 0 0 .64-.64v-1.28a.64.64 0 0 0-.64-.64zm5.12-15.36h-1.28a.64.64 0 0 0-.64.64v1.28a.64.64 0 0 0 .64.64h1.28a.64.64 0 0 0 .64-.64V7.68a.64.64 0 0 0-.64-.64zm0 15.36h-1.28a.64.64 0 0 0-.64.64v1.28a.64.64 0 0 0 .64.64h1.28a.64.64 0 0 0 .64-.64v-1.28a.64.64 0 0 0-.64-.64z",fill:"currentColor"})]}))};S3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var M3=g.Globe=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.606 17.32a7.933 7.933 0 0 1-.581-1.18c-.165-.411-.312-.86-.44-1.339a7.639 7.639 0 0 0-1.586 1.054 7.69 7.69 0 0 0 2.607 1.465zm.657-1.675c-.16-.4-.305-.848-.429-1.335A7.643 7.643 0 0 1 10 14h.002c.734 0 1.463.104 2.165.31-.124.487-.268.935-.428 1.335-.283.707-.604 1.235-.925 1.575-.32.339-.595.447-.813.447-.218 0-.493-.108-.813-.447-.322-.34-.642-.867-.925-1.575zM10 12.667a8.976 8.976 0 0 1 2.436.334c.116-.727.193-1.511.22-2.334H7.344c.027.823.103 1.607.22 2.334A8.972 8.972 0 0 1 10 12.667zM7.345 9.333c.027-.823.103-1.607.22-2.334.791.223 1.61.335 2.436.334A8.974 8.974 0 0 0 12.437 7c.116.727.193 1.511.22 2.334H7.344zm6.646 1.334c-.03.982-.127 1.925-.28 2.797.81.367 1.56.852 2.227 1.439a7.666 7.666 0 0 0 1.734-4.236h-3.681zm3.681-1.334H13.99a19.718 19.718 0 0 0-.28-2.798 8.975 8.975 0 0 0 2.228-1.438 7.665 7.665 0 0 1 1.734 4.236zm1.329.669A9 9 0 1 1 1 10a9 9 0 0 1 18 0v.002zM2.329 9.333a7.665 7.665 0 0 1 1.734-4.236A8.974 8.974 0 0 0 6.29 6.535a19.74 19.74 0 0 0-.28 2.798H2.329zm0 1.334h3.682c.03.983.126 1.925.28 2.797a8.974 8.974 0 0 0-2.228 1.439 7.665 7.665 0 0 1-1.734-4.236zm10.648 5.473c.164-.411.312-.86.44-1.34.57.285 1.103.639 1.585 1.055a7.687 7.687 0 0 1-2.606 1.465c.216-.354.41-.751.58-1.18zm-.581-13.46c.967.316 1.85.819 2.606 1.465A7.64 7.64 0 0 1 13.417 5.2c-.128-.48-.276-.928-.44-1.34a7.925 7.925 0 0 0-.581-1.18zm-.657 1.675c.16.4.304.848.428 1.335a7.64 7.64 0 0 1-2.165.31H10a7.64 7.64 0 0 1-2.166-.31c.124-.487.268-.935.429-1.335.283-.708.603-1.235.925-1.575.32-.339.595-.447.813-.447.218 0 .492.108.813.447.321.34.642.867.925 1.575zM7.025 3.86c-.165.411-.312.86-.44 1.34a7.64 7.64 0 0 1-1.586-1.055A7.688 7.688 0 0 1 7.606 2.68c-.216.354-.41.751-.581 1.18z",fill:"currentColor"})}))};M3.defaultProps={width:"21",height:"20",viewBox:"0 0 21 20",xmlns:"http://www.w3.org/2000/svg"};var I3=g.Notification=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.251 2.5c-2.576-.006-4.747 2.1-4.766 4.506v5.784c0 .793-.084 1.778-.58 2.71h12.19c-.496-.932-.58-1.917-.58-2.711V7.01c-.035-2.403-2.21-4.502-4.797-4.508L9.25 2.5zM17.015 7v5.789c0 .79.1 1.562.53 2.219l.287.438c.436.664-.033 1.554-.817 1.554H2.985c-.785 0-1.255-.89-.818-1.554l.287-.438c.43-.657.53-1.428.53-2.218V7c.024-3.291 2.927-6.008 6.27-6l1.467.003c3.344.008 6.254 2.706 6.294 5.998zM11.06 18.06A1.5 1.5 0 0 0 11.5 17H13a3 3 0 0 1-6 0h1.5a1.5 1.5 0 0 0 2.56 1.06z",fill:"currentColor"})}))};I3.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var L3=g.QuestionMarkCircle=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M9.928 13.133a.981.981 0 0 0-.678.252.79.79 0 0 0-.281.61c0 .27.094.482.283.636.19.154.41.231.663.231.257 0 .48-.076.673-.228.19-.153.287-.365.287-.639a.796.796 0 0 0-.275-.61.958.958 0 0 0-.672-.252zM12.633 7.2a2.526 2.526 0 0 0-1.035-.88c-.441-.212-.955-.32-1.528-.32-.617 0-1.166.129-1.63.383-.467.255-.826.582-1.07.972-.245.392-.37.786-.37 1.172 0 .205.086.397.254.57.169.174.38.262.625.262.419 0 .705-.246.85-.729.132-.399.296-.703.485-.905.177-.19.465-.286.856-.286.336 0 .602.095.813.29.208.191.309.42.309.698a.78.78 0 0 1-.1.387c-.07.125-.156.24-.258.342-.108.109-.287.27-.53.484a9.184 9.184 0 0 0-.679.647 2.268 2.268 0 0 0-.42.656 2.27 2.27 0 0 0-.159.884c0 .288.08.511.24.663.156.15.352.227.58.227.439 0 .714-.24.796-.687.041-.186.073-.316.094-.39.019-.067.046-.136.081-.205.034-.068.089-.144.162-.227.076-.088.179-.19.305-.306.472-.422.805-.727.99-.908.19-.186.356-.41.493-.665A1.9 1.9 0 0 0 13 8.416a2.18 2.18 0 0 0-.367-1.217",fill:"currentColor"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15zm0 1.5a9 9 0 1 0 0-18 9 9 0 0 0 0 18z",fill:"currentColor"})]}))};L3.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var P3=g.Account=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.826 1.75a1.937 1.937 0 1 0 0 3.875 1.937 1.937 0 0 0 0-3.875zM3.838 3.687a2.987 2.987 0 1 1 5.975 0 2.987 2.987 0 0 1-5.975 0zM2.556 9.812l-.102 1.302a1.009 1.009 0 0 0 1.005 1.087h6.733c.588 0 1.051-.5 1.005-1.087l-.102-1.302a2.29 2.29 0 0 0-2.234-1.79H4.79c-1.073 0-2.001.745-2.234 1.79zM1.52 9.628A3.34 3.34 0 0 1 4.79 6.971H8.86a3.34 3.34 0 0 1 3.269 2.657.53.53 0 0 1 .01.066l.104 1.338a2.059 2.059 0 0 1-2.052 2.22H3.459a2.059 2.059 0 0 1-2.052-2.22l.105-1.338a.524.524 0 0 1 .01-.066z",fill:"currentColor"})}))};P3.defaultProps={width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var T3=De=g.EmptyIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.361 2.4a.8.8 0 0 0-.728.469L.873 15.54a.8.8 0 0 0-.072.33V27.393a.8.8 0 0 0 .8.8h28.8a.8.8 0 0 0 .8-.8v-11.52a.8.8 0 0 0-.072-.331L25.37 2.869a.8.8 0 0 0-.728-.47H7.361zm-4.96 14.4v9.792h27.2v-9.799a.814.814 0 0 1-.104.007h-7.098l-2.066 3.1a.8.8 0 0 1-.666.356h-8.064a.8.8 0 0 1-.665-.356L8.87 16.8h-6.47zm26.816-1.6H21.97a.8.8 0 0 0-.665.356l-2.067 3.1h-7.208l-2.066-3.1a.8.8 0 0 0-.666-.356H2.785L7.876 4h16.25l5.09 11.2z",fill:"currentColor"})}))};T3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var x1={},V3=ye;Object.defineProperty(x1,"__esModule",{value:!0});var b0=x1.default=void 0,N3=V3(Re()),_3=o;b0=x1.default=(0,N3.default)((0,_3.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20m6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9"}),"DoDisturbAlt");function ge({children:e,Icon:t}){return o.jsxs(F0,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",paddingTop:"10px",margin:"10px 0px"},children:[o.jsx(z,{sx:{opacity:.3,fontSize:32},children:o.jsx(t,{})}),o.jsx(z,{sx:{mb:2,opacity:.7,fontSize:"small",color:"action"},children:e})]})}ge.propTypes={children:x.node.isRequired,Icon:x.elementType};ge.defaultProps={Icon:b0};function D3(e){return Te("MuiTreeView",e)}Pe("MuiTreeView",["root"]);const j0={instance:null,multiSelect:!1,disabledItemsFocusable:!1,treeId:void 0,icons:{defaultCollapseIcon:null,defaultExpandIcon:null,defaultParentIcon:null,defaultEndIcon:null}},w0=C.createContext(j0),B3=(e,t)=>{const l=C.useRef({}),[s,r]=C.useState(()=>{const c={};return e.forEach(a=>{a.models&&Object.entries(a.models).forEach(([h,p])=>{l.current[h]={controlledProp:p.controlledProp,defaultProp:p.defaultProp,isControlled:t[p.controlledProp]!==void 0},c[h]=t[p.defaultProp]})}),c});return Object.fromEntries(Object.entries(l.current).map(([c,a])=>{const h=a.isControlled?t[a.controlledProp]:s[c];return[c,{value:h,setValue:p=>{a.isControlled||r(m=>B({},m,{[c]:p}))}}]}))};class E3{constructor(){this.maxListeners=20,this.warnOnce=!1,this.events={}}on(t,l,s={}){let r=this.events[t];r||(r={highPriority:new Map,regular:new Map},this.events[t]=r),s.isFirst?r.highPriority.set(l,!0):r.regular.set(l,!0)}removeListener(t,l){this.events[t]&&(this.events[t].regular.delete(l),this.events[t].highPriority.delete(l))}removeAllListeners(){this.events={}}emit(t,...l){const s=this.events[t];if(!s)return;const r=Array.from(s.highPriority.keys()),d=Array.from(s.regular.keys());for(let c=r.length-1;c>=0;c-=1){const a=r[c];s.highPriority.has(a)&&a.apply(this,l)}for(let c=0;c<d.length;c+=1){const a=d[c];s.regular.has(a)&&a.apply(this,l)}}once(t,l){const s=this;this.on(t,function r(...d){s.removeListener(t,r),l.apply(s,d)})}}const Ge=(e,t)=>{const l=e.getNode(t),s=e.getNavigableChildrenIds(l.parentId),r=s.indexOf(t);if(r===0)return l.parentId;let d=s[r-1];for(;e.isNodeExpanded(d)&&e.getNavigableChildrenIds(d).length>0;)d=e.getNavigableChildrenIds(d).pop();return d},Me=(e,t)=>{if(e.isNodeExpanded(t)&&e.getNavigableChildrenIds(t).length>0)return e.getNavigableChildrenIds(t)[0];let l=e.getNode(t);for(;l!=null;){const s=e.getNavigableChildrenIds(l.parentId),r=s[s.indexOf(l.id)+1];if(r)return r;l=e.getNode(l.parentId)}return null},Ze=e=>{let t=e.getNavigableChildrenIds(null).pop();for(;e.isNodeExpanded(t);)t=e.getNavigableChildrenIds(t).pop();return t},e1=e=>e.getNavigableChildrenIds(null)[0],ke=(e,t)=>{Object.assign(e,t)},A3=e=>e.isPropagationStopped!==void 0,H3=({instance:e})=>{const[t]=C.useState(()=>new E3),l=C.useCallback((...r)=>{const[d,c,a={}]=r;a.defaultMuiPrevented=!1,!(A3(a)&&a.isPropagationStopped())&&t.emit(d,c,a)},[t]),s=C.useCallback((r,d)=>(t.on(r,d),()=>{t.removeListener(r,d)}),[t]);ke(e,{$$publishEvent:l,$$subscribeEvent:s})},O3=[H3],$3=e=>{const t=[...O3,...e.plugins],l=t.reduce((i,f)=>f.getDefaultizedParams?f.getDefaultizedParams(i):i,e),s=B3(t,l),d=C.useRef({}).current,c=C.useRef(null),a=n0(c,e.rootRef),[h,p]=C.useState(()=>{const i={};return t.forEach(f=>{f.getInitialState&&Object.assign(i,f.getInitialState(l))}),i}),m=[];let j=j0;const y=i=>{const f=i({instance:d,params:l,state:h,setState:p,rootRef:c,models:s})||{};f.getRootProps&&m.push(f.getRootProps),f.contextValue&&(j=f.contextValue)};return t.forEach(y),{getRootProps:(i={})=>{const f=B({role:"tree",tabIndex:0},i,{ref:a});return m.forEach(w=>{Object.assign(f,w(i))}),f},rootRef:a,contextValue:j}},F3=["element"];function q3(e,t){for(let l=0;l<e.length;l+=1)if(t(e[l]))return l;return-1}function U3(e,t){let l=0,s=e.length-1;for(;l<=s;){const r=Math.floor((l+s)/2);if(e[r].element===t)return r;e[r].element.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_PRECEDING?s=r-1:l=r+1}return l}const C0=C.createContext({});function W3(e){const t=C.useRef(null);return C.useEffect(()=>{t.current=e},[e]),t.current}const $1=()=>{};function G3(e){const[,t]=C.useState(),{registerDescendant:l=$1,unregisterDescendant:s=$1,descendants:r=[],parentId:d=null}=C.useContext(C0),c=q3(r,p=>p.element===e.element),a=W3(r),h=r.some((p,m)=>a&&a[m]&&a[m].element!==p.element);return q0(()=>{if(e.element)return l(B({},e,{index:c})),()=>{s(e.element)};t({})},[l,s,c,h,e]),{parentId:d,index:c}}function R0(e){const{children:t,id:l}=e,[s,r]=C.useState([]),d=C.useCallback(h=>{let{element:p}=h,m=fe(h,F3);r(j=>{if(j.length===0)return[B({},m,{element:p,index:0})];const y=U3(j,p);let u;if(j[y]&&j[y].element===p)u=j;else{const i=B({},m,{element:p,index:y});u=j.slice(),u.splice(y,0,i)}return u.forEach((i,f)=>{i.index=f}),u})},[]),c=C.useCallback(h=>{r(p=>p.filter(m=>h!==m.element))},[]),a=C.useMemo(()=>({descendants:s,registerDescendant:d,unregisterDescendant:c,parentId:l}),[s,d,c,l]);return o.jsx(C0.Provider,{value:a,children:t})}function K3(e){const{value:t,children:l}=e;return o.jsx(w0.Provider,{value:t,children:o.jsx(R0,{children:l})})}const X3=(e,t,l)=>{e.$$publishEvent(t,l)},J3=({instance:e,params:t})=>{const l=C.useRef({}),s=C.useCallback(p=>l.current[p],[]),r=C.useCallback(p=>{l.current[p.id]=p},[]),d=C.useCallback(p=>{const m=B({},l.current);delete m[p],l.current=m,X3(e,"removeNode",{id:p})},[e]),c=C.useCallback(p=>{if(p==null)return!1;let m=e.getNode(p);if(!m)return!1;if(m.disabled)return!0;for(;m.parentId!=null;)if(m=e.getNode(m.parentId),m.disabled)return!0;return!1},[e]),a=Le(p=>Object.values(l.current).filter(m=>m.parentId===p).sort((m,j)=>m.index-j.index).map(m=>m.id));ke(e,{getNode:s,updateNode:r,removeNode:d,getChildrenIds:a,getNavigableChildrenIds:p=>{let m=e.getChildrenIds(p);return t.disabledItemsFocusable||(m=m.filter(j=>!e.isNodeDisabled(j))),m},isNodeDisabled:c})},v1=({instance:e,params:t,models:l})=>{const s=C.useCallback(a=>Array.isArray(l.expanded.value)?l.expanded.value.indexOf(a)!==-1:!1,[l.expanded.value]),r=C.useCallback(a=>{var h;return!!((h=e.getNode(a))!=null&&h.expandable)},[e]),d=Le((a,h)=>{if(h==null)return;let p;l.expanded.value.indexOf(h)!==-1?p=l.expanded.value.filter(m=>m!==h):p=[h].concat(l.expanded.value),t.onNodeToggle&&t.onNodeToggle(a,p),l.expanded.setValue(p)});ke(e,{isNodeExpanded:s,isNodeExpandable:r,toggleNodeExpansion:d,expandAllSiblings:(a,h)=>{const p=e.getNode(h),j=e.getChildrenIds(p.parentId).filter(u=>e.isNodeExpandable(u)&&!e.isNodeExpanded(u)),y=l.expanded.value.concat(j);j.length>0&&(l.expanded.setValue(y),t.onNodeToggle&&t.onNodeToggle(a,y))}})};v1.models={expanded:{controlledProp:"expanded",defaultProp:"defaultExpanded"}};const Q3=[];v1.getDefaultizedParams=e=>{var t;return B({},e,{defaultExpanded:(t=e.defaultExpanded)!=null?t:Q3})};const Y3=(e,t,l)=>{if(t===l)return[t,l];const s=e.getNode(t),r=e.getNode(l);if(s.parentId===r.id||r.parentId===s.id)return r.parentId===s.id?[s.id,r.id]:[r.id,s.id];const d=[s.id],c=[r.id];let a=s.parentId,h=r.parentId,p=c.indexOf(a)!==-1,m=d.indexOf(h)!==-1,j=!0,y=!0;for(;!m&&!p;)j&&(d.push(a),p=c.indexOf(a)!==-1,j=a!==null,!p&&j&&(a=e.getNode(a).parentId)),y&&!p&&(c.push(h),m=d.indexOf(h)!==-1,y=h!==null,!m&&y&&(h=e.getNode(h).parentId));const u=p?a:h,i=e.getChildrenIds(u),f=d[d.indexOf(u)-1],w=c[c.indexOf(u)-1];return i.indexOf(f)<i.indexOf(w)?[t,l]:[l,t]},m1=({instance:e,params:t,models:l})=>{const s=C.useRef(null),r=C.useRef(!1),d=C.useRef([]),c=i=>Array.isArray(l.selected.value)?l.selected.value.indexOf(i)!==-1:l.selected.value===i,a=(i,f,w=!1)=>{if(!t.disableSelection){if(w){if(Array.isArray(l.selected.value)){let v;l.selected.value.indexOf(f)!==-1?v=l.selected.value.filter(R=>R!==f):v=[f].concat(l.selected.value),t.onNodeSelect&&t.onNodeSelect(i,v),l.selected.setValue(v)}}else{const v=t.multiSelect?[f]:f;t.onNodeSelect&&t.onNodeSelect(i,v),l.selected.setValue(v)}s.current=f,r.current=!1,d.current=[]}},h=(i,f)=>{const[w,v]=Y3(e,i,f),R=[w];let k=w;for(;k!==v;)k=Me(e,k),R.push(k);return R},p=(i,f)=>{let w=l.selected.value.slice();const{start:v,next:R,current:k}=f;!R||!k||(d.current.indexOf(k)===-1&&(d.current=[]),r.current?d.current.indexOf(R)!==-1?(w=w.filter(P=>P===v||P!==k),d.current=d.current.filter(P=>P===v||P!==k)):(w.push(R),d.current.push(R)):(w.push(R),d.current.push(k,R)),t.onNodeSelect&&t.onNodeSelect(i,w),l.selected.setValue(w))},m=(i,f)=>{let w=l.selected.value.slice();const{start:v,end:R}=f;r.current&&(w=w.filter(M=>d.current.indexOf(M)===-1));let k=h(v,R);k=k.filter(M=>!e.isNodeDisabled(M)),d.current=k;let P=w.concat(k);P=P.filter((M,V)=>P.indexOf(M)===V),t.onNodeSelect&&t.onNodeSelect(i,P),l.selected.setValue(P)};return ke(e,{isNodeSelected:c,selectNode:a,selectRange:(i,f,w=!1)=>{if(t.disableSelection)return;const{start:v=s.current,end:R,current:k}=f;w?p(i,{start:v,next:R,current:k}):v!=null&&R!=null&&m(i,{start:v,end:R}),r.current=!0},rangeSelectToLast:(i,f)=>{s.current||(s.current=f);const w=r.current?s.current:f;e.selectRange(i,{start:w,end:Ze(e)})},rangeSelectToFirst:(i,f)=>{s.current||(s.current=f);const w=r.current?s.current:f;e.selectRange(i,{start:w,end:e1(e)})}}),{getRootProps:()=>({"aria-multiselectable":t.multiSelect})}};m1.models={selected:{controlledProp:"selected",defaultProp:"defaultSelected"}};const Z3=[];m1.getDefaultizedParams=e=>{var t,l,s;return B({},e,{disableSelection:(t=e.disableSelection)!=null?t:!1,multiSelect:(l=e.multiSelect)!=null?l:!1,defaultSelected:(s=e.defaultSelected)!=null?s:e.multiSelect?Z3:null})};const F1=1e3;class eo{constructor(t=F1){this.timeouts=new Map,this.cleanupTimeout=F1,this.cleanupTimeout=t}register(t,l,s){this.timeouts||(this.timeouts=new Map);const r=setTimeout(()=>{typeof l=="function"&&l(),this.timeouts.delete(s.cleanupToken)},this.cleanupTimeout);this.timeouts.set(s.cleanupToken,r)}unregister(t){const l=this.timeouts.get(t.cleanupToken);l&&(this.timeouts.delete(t.cleanupToken),clearTimeout(l))}reset(){this.timeouts&&(this.timeouts.forEach((t,l)=>{this.unregister({cleanupToken:l})}),this.timeouts=void 0)}}class to{constructor(){this.registry=new FinalizationRegistry(t=>{typeof t=="function"&&t()})}register(t,l,s){this.registry.register(t,l,s)}unregister(t){this.registry.unregister(t)}reset(){}}class oo{}function lo(e){let t=0;return function(s,r,d){e.registry===null&&(e.registry=typeof FinalizationRegistry<"u"?new to:new eo);const[c]=C.useState(new oo),a=C.useRef(null),h=C.useRef();h.current=d;const p=C.useRef(null);if(!a.current&&h.current){const m=(j,y)=>{if(!y.defaultMuiPrevented){var u;(u=h.current)==null||u.call(h,j,y)}};a.current=s.$$subscribeEvent(r,m),t+=1,p.current={cleanupToken:t},e.registry.register(c,()=>{var j;(j=a.current)==null||j.call(a),a.current=null,p.current=null},p.current)}else!h.current&&a.current&&(a.current(),a.current=null,p.current&&(e.registry.unregister(p.current),p.current=null));C.useEffect(()=>{if(!a.current&&h.current){const m=(j,y)=>{if(!y.defaultMuiPrevented){var u;(u=h.current)==null||u.call(h,j,y)}};a.current=s.$$subscribeEvent(r,m)}return p.current&&e.registry&&(e.registry.unregister(p.current),p.current=null),()=>{var m;(m=a.current)==null||m.call(a),a.current=null}},[s,r])}}const no={registry:null},so=lo(no),g1=({instance:e,params:t,state:l,setState:s,models:r,rootRef:d})=>{const c=Le(u=>{const i=typeof u=="function"?u(l.focusedNodeId):u;s(f=>B({},f,{focusedNodeId:i}))}),a=C.useCallback(u=>l.focusedNodeId===u,[l.focusedNodeId]),h=Le((u,i)=>{i&&(c(i),t.onNodeFocus&&t.onNodeFocus(u,i))});ke(e,{isNodeFocused:a,focusNode:h}),so(e,"removeNode",({id:u})=>{c(i=>i===u&&d.current===s0(d.current).activeElement?e.getChildrenIds(null)[0]:i)});const p=u=>i=>{var f;if((f=u.onFocus)==null||f.call(u,i),i.target===i.currentTarget){const w=R=>{const k=e.getNode(R);return k&&(k.parentId==null||e.isNodeExpanded(k.parentId))};let v;Array.isArray(r.selected.value)?v=r.selected.value.find(w):r.selected.value!=null&&w(r.selected.value)&&(v=r.selected.value),v==null&&(v=e.getNavigableChildrenIds(null)[0]),e.focusNode(i,v)}},m=u=>i=>{var f;(f=u.onBlur)==null||f.call(u,i),c(null)},j=e.getNode(l.focusedNodeId),y=j?j.idAttribute:null;return{getRootProps:u=>({onFocus:p(u),onBlur:m(u),"aria-activedescendant":y??void 0})}};g1.getInitialState=()=>({focusedNodeId:null});g1.getDefaultizedParams=e=>{var t;return B({},e,{disabledItemsFocusable:(t=e.disabledItemsFocusable)!=null?t:!1})};function ro(e){return e&&e.length===1&&e.match(/\S/)}function q1(e,t,l){for(let s=t;s<e.length;s+=1)if(l===e[s])return s;return-1}const io=({instance:e,params:t,state:l})=>{const r=U0().direction==="rtl",d=C.useRef({}),c=Le((u,i)=>(d.current[u]=i,()=>{const f=B({},d.current);delete f[u],d.current=f}));ke(e,{mapFirstChar:c});const a=u=>(l.focusedNodeId!=null&&e.isNodeExpandable(l.focusedNodeId)&&(e.isNodeExpanded(l.focusedNodeId)?e.focusNode(u,Me(e,l.focusedNodeId)):e.isNodeDisabled(l.focusedNodeId)||e.toggleNodeExpansion(u,l.focusedNodeId)),!0),h=u=>{if(l.focusedNodeId==null)return!1;if(e.isNodeExpanded(l.focusedNodeId)&&!e.isNodeDisabled(l.focusedNodeId))return e.toggleNodeExpansion(u,l.focusedNodeId),!0;const i=e.getNode(l.focusedNodeId).parentId;return i?(e.focusNode(u,i),!0):!1},p=(u,i,f)=>{let w,v;const R=f.toLowerCase(),k=[],P=[];Object.keys(d.current).forEach(M=>{const V=e.getNode(M),L=V.parentId?e.isNodeExpanded(V.parentId):!0,H=t.disabledItemsFocusable?!1:e.isNodeDisabled(M);L&&!H&&(k.push(M),P.push(d.current[M]))}),w=k.indexOf(i)+1,w>=k.length&&(w=0),v=q1(P,w,R),v===-1&&(v=q1(P,0,R)),v>-1&&e.focusNode(u,k[v])},m=(u,i)=>{e.isNodeDisabled(Me(e,i))||e.selectRange(u,{end:Me(e,i),current:i},!0)},j=(u,i)=>{e.isNodeDisabled(Ge(e,i))||e.selectRange(u,{end:Ge(e,i),current:i},!0)},y=u=>i=>{var f;(f=u.onKeyDown)==null||f.call(u,i);let w=!1;const v=i.key;if(i.altKey||i.currentTarget!==i.target||l.focusedNodeId==null)return;const R=i.ctrlKey||i.metaKey;switch(v){case" ":!t.disableSelection&&!e.isNodeDisabled(l.focusedNodeId)&&(w=!0,t.multiSelect&&i.shiftKey?e.selectRange(i,{end:l.focusedNodeId}):t.multiSelect?e.selectNode(i,l.focusedNodeId,!0):e.selectNode(i,l.focusedNodeId)),i.stopPropagation();break;case"Enter":e.isNodeDisabled(l.focusedNodeId)||(e.isNodeExpandable(l.focusedNodeId)?(e.toggleNodeExpansion(i,l.focusedNodeId),w=!0):t.disableSelection||(w=!0,t.multiSelect?e.selectNode(i,l.focusedNodeId,!0):e.selectNode(i,l.focusedNodeId))),i.stopPropagation();break;case"ArrowDown":t.multiSelect&&i.shiftKey&&!t.disableSelection&&m(i,l.focusedNodeId),e.focusNode(i,Me(e,l.focusedNodeId)),w=!0;break;case"ArrowUp":t.multiSelect&&i.shiftKey&&!t.disableSelection&&j(i,l.focusedNodeId),e.focusNode(i,Ge(e,l.focusedNodeId)),w=!0;break;case"ArrowRight":r?w=h(i):w=a(i);break;case"ArrowLeft":r?w=a(i):w=h(i);break;case"Home":t.multiSelect&&R&&i.shiftKey&&!t.disableSelection&&!e.isNodeDisabled(l.focusedNodeId)&&e.rangeSelectToFirst(i,l.focusedNodeId),e.focusNode(i,e1(e)),w=!0;break;case"End":t.multiSelect&&R&&i.shiftKey&&!t.disableSelection&&!e.isNodeDisabled(l.focusedNodeId)&&e.rangeSelectToLast(i,l.focusedNodeId),e.focusNode(i,Ze(e)),w=!0;break;default:v==="*"?(e.expandAllSiblings(i,l.focusedNodeId),w=!0):t.multiSelect&&R&&v.toLowerCase()==="a"&&!t.disableSelection?(e.selectRange(i,{start:e1(e),end:Ze(e)}),w=!0):!R&&!i.shiftKey&&ro(v)&&(p(i,l.focusedNodeId,v),w=!0)}w&&(i.preventDefault(),i.stopPropagation())};return{getRootProps:u=>({onKeyDown:y(u)})}},ao=({instance:e,params:t})=>{const l=W0(t.id);return{getRootProps:()=>({id:l}),contextValue:{treeId:l,instance:e,multiSelect:t.multiSelect,disabledItemsFocusable:t.disabledItemsFocusable,icons:{defaultCollapseIcon:t.defaultCollapseIcon,defaultEndIcon:t.defaultEndIcon,defaultExpandIcon:t.defaultExpandIcon,defaultParentIcon:t.defaultParentIcon}}}},co=[J3,v1,m1,g1,io,ao],uo=["disabledItemsFocusable","expanded","defaultExpanded","onNodeToggle","onNodeFocus","disableSelection","defaultSelected","selected","multiSelect","onNodeSelect","id","defaultCollapseIcon","defaultEndIcon","defaultExpandIcon","defaultParentIcon","children"],po=e=>{const{classes:t}=e;return _e({root:["root"]},D3,t)},U1=te("ul",{name:"MuiTreeView",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:0,margin:0,listStyle:"none",outline:0}),ho=C.forwardRef(function(t,l){const s=Ve({props:t,name:"MuiTreeView"}),r=s,d=s,{disabledItemsFocusable:c,expanded:a,defaultExpanded:h,onNodeToggle:p,onNodeFocus:m,disableSelection:j,defaultSelected:y,selected:u,multiSelect:i,onNodeSelect:f,id:w,defaultCollapseIcon:v,defaultEndIcon:R,defaultExpandIcon:k,defaultParentIcon:P,children:M}=d,V=fe(d,uo),{getRootProps:L,contextValue:H}=$3({disabledItemsFocusable:c,expanded:a,defaultExpanded:h,onNodeToggle:p,onNodeFocus:m,disableSelection:j,defaultSelected:y,selected:u,multiSelect:i,onNodeSelect:f,id:w,defaultCollapseIcon:v,defaultEndIcon:R,defaultExpandIcon:k,defaultParentIcon:P,plugins:co,rootRef:l}),S=po(s),D=t0({elementType:U1,externalSlotProps:{},externalForwardedProps:V,className:S.root,getSlotProps:L,ownerState:r});return o.jsx(K3,{value:H,children:o.jsx(U1,B({},D,{children:M}))})}),y0=()=>C.useContext(w0);function fo(e){const{instance:t,multiSelect:l}=y0(),s=t?t.isNodeExpandable(e):!1,r=t?t.isNodeExpanded(e):!1,d=t?t.isNodeFocused(e):!1,c=t?t.isNodeSelected(e):!1,a=t?t.isNodeDisabled(e):!1;return{disabled:a,expanded:r,selected:c,focused:d,handleExpansion:j=>{if(t&&!a){d||t.focusNode(j,e);const y=l&&(j.shiftKey||j.ctrlKey||j.metaKey);s&&!(y&&t.isNodeExpanded(e))&&t.toggleNodeExpansion(j,e)}},handleSelection:j=>{t&&!a&&(d||t.focusNode(j,e),l&&(j.shiftKey||j.ctrlKey||j.metaKey)?j.shiftKey?t.selectRange(j,{end:e}):t.selectNode(j,e,!0):t.selectNode(j,e))},preventSelection:j=>{(j.shiftKey||j.ctrlKey||j.metaKey||a)&&j.preventDefault()}}}const xo=["classes","className","displayIcon","expansionIcon","icon","label","nodeId","onClick","onMouseDown"],z0=C.forwardRef(function(t,l){const{classes:s,className:r,displayIcon:d,expansionIcon:c,icon:a,label:h,nodeId:p,onClick:m,onMouseDown:j}=t,y=fe(t,xo),{disabled:u,expanded:i,selected:f,focused:w,handleExpansion:v,handleSelection:R,preventSelection:k}=fo(p),P=a||c||d,M=L=>{k(L),j&&j(L)},V=L=>{v(L),R(L),m&&m(L)};return o.jsxs("div",B({},y,{className:Ne(r,s.root,i&&s.expanded,f&&s.selected,w&&s.focused,u&&s.disabled),onClick:V,onMouseDown:M,ref:l,children:[o.jsx("div",{className:s.iconContainer,children:P}),o.jsx("div",{className:s.label,children:h})]}))});function vo(e){return Te("MuiTreeItem",e)}const ue=Pe("MuiTreeItem",["root","group","content","expanded","selected","focused","disabled","iconContainer","label"]),mo=["children","className","collapseIcon","ContentComponent","ContentProps","endIcon","expandIcon","disabled","icon","id","label","nodeId","onClick","onMouseDown","TransitionComponent","TransitionProps"],go=e=>{const{classes:t}=e;return _e({root:["root"],content:["content"],expanded:["expanded"],selected:["selected"],focused:["focused"],disabled:["disabled"],iconContainer:["iconContainer"],label:["label"],group:["group"]},vo,t)},bo=te("li",{name:"MuiTreeItem",slot:"Root",overridesResolver:(e,t)=>t.root})({listStyle:"none",margin:0,padding:0,outline:0}),jo=te(z0,{name:"MuiTreeItem",slot:"Content",overridesResolver:(e,t)=>[t.content,t.iconContainer&&{[`& .${ue.iconContainer}`]:t.iconContainer},t.label&&{[`& .${ue.label}`]:t.label}]})(({theme:e})=>({padding:"0 8px",width:"100%",boxSizing:"border-box",display:"flex",alignItems:"center",cursor:"pointer",WebkitTapHighlightColor:"transparent","&:hover":{backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${ue.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,backgroundColor:"transparent"},[`&.${ue.focused}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${ue.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:Ee(e.palette.primary.main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:Ee(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:Ee(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${ue.focused}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:Ee(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`& .${ue.iconContainer}`]:{marginRight:4,width:15,display:"flex",flexShrink:0,justifyContent:"center","& svg":{fontSize:18}},[`& .${ue.label}`]:B({paddingLeft:4,width:"100%",boxSizing:"border-box",minWidth:0,position:"relative"},e.typography.body1)})),wo=te(Fe,{name:"MuiTreeItem",slot:"Group",overridesResolver:(e,t)=>t.group})({margin:0,padding:0,marginLeft:17}),Co=C.forwardRef(function(t,l){const s=Ve({props:t,name:"MuiTreeItem"}),{children:r,className:d,collapseIcon:c,ContentComponent:a=z0,ContentProps:h,endIcon:p,expandIcon:m,disabled:j,icon:y,id:u,label:i,nodeId:f,onClick:w,onMouseDown:v,TransitionComponent:R=Fe,TransitionProps:k}=s,P=fe(s,mo),{icons:M,multiSelect:V,disabledItemsFocusable:L,treeId:H,instance:S}=y0();let D;u!=null?D=u:H&&f&&(D=`${H}-${f}`);const[I,T]=C.useState(null),F=C.useRef(null),$=n0(T,l),ce=C.useMemo(()=>({element:I,id:f}),[f,I]),{index:le,parentId:X}=G3(ce),q=!!(Array.isArray(r)?r.length:r),ee=S?S.isNodeExpanded(f):!1,Q=S?S.isNodeFocused(f):!1,K=S?S.isNodeSelected(f):!1,A=S?S.isNodeDisabled(f):!1,de=B({},s,{expanded:ee,focused:Q,selected:K,disabled:A}),Y=go(de);let se,J;q&&(ee?J=c||M.defaultCollapseIcon:J=m||M.defaultExpandIcon),q?se=M.defaultParentIcon:se=p||M.defaultEndIcon,C.useEffect(()=>{if(S&&le!==-1)return S.updateNode({id:f,idAttribute:D,index:le,parentId:X,expandable:q,disabled:j}),()=>S.removeNode(f)},[S,X,le,f,q,j,D]),C.useEffect(()=>{if(S&&i){var E,Z;return S.mapFirstChar(f,((E=(Z=F.current)==null?void 0:Z.textContent)!=null?E:"").substring(0,1).toLowerCase())}},[S,f,i]);let re;V?re=K:K&&(re=!0);function _(E){if(E.target===E.currentTarget){let Se;typeof E.target.getRootNode=="function"?Se=E.target.getRootNode():Se=s0(E.target),Se.getElementById(H).focus({preventScroll:!0})}const Z=!L&&A;S&&!Q&&E.currentTarget===E.target&&!Z&&S.focusNode(E,f)}return o.jsxs(bo,B({className:Ne(Y.root,d),role:"treeitem","aria-expanded":q?ee:void 0,"aria-selected":re,"aria-disabled":A||void 0,id:D,tabIndex:-1},P,{ownerState:de,onFocus:_,ref:$,children:[o.jsx(jo,B({as:a,ref:F,classes:{root:Y.content,expanded:Y.expanded,selected:Y.selected,focused:Y.focused,disabled:Y.disabled,iconContainer:Y.iconContainer,label:Y.label},label:i,nodeId:f,onClick:w,onMouseDown:v,icon:y,expansionIcon:J,displayIcon:se,ownerState:de},h)),r&&o.jsx(R0,{id:f,children:o.jsx(wo,B({as:R,unmountOnExit:!0,className:Y.group,in:ee,component:"ul",role:"group"},k,{children:r}))})]}))});function b1({data:e,...t}){return!e||!e.length?null:o.jsx(Ro,{...t,children:e.map(l=>o.jsx("a",{href:l.url,target:"_blank",rel:"noreferrer",children:o.jsx("img",{src:l.url,alt:l.alt||""})},l.url))})}b1.propTypes={data:x.arrayOf(x.shape({url:x.string,alt:x.string}))};b1.defaultProps={data:[]};const Ro=ne(z)`
22
+ `;var g={},Ee;Object.defineProperty(g,"__esModule",{value:!0});g.WalletTextLogo=g.Tx=g.Token=g.Team=g.Switch=g.StoreLogoNotext=g.StoreLogoBg=g.StoreLogo=g.Store=g.Setting=g.ServerLogoNotext=g.ServerLogoBg=g.ServerLogo=g.Server=g.Rollup=g.RevokeIcon=g.QuestionMarkCircle=g.Plan=g.PersonIcon=g.Pending=g.PassportIcon=g.OpenIn=g.Notification=g.NFT=g.Mobile=g.Log=g.LockIcon=g.LauncherLogoNotext=g.LauncherLogoBg=g.LauncherLogo=g.Label=g.Key=g.Globe=g.ForbidLoginIcon=g.ExternalIssuerIcon=Ee=g.EmptyIcon=g.EditIcon=g.Disconnect=g.DidWalletLogo=g.DidWallet=g.DidLogoColorful=g.DidLogo=g.DeleteIcon=g.Dashboard=g.Dapp=g.Copy=g.ConnectLogo=g.Connect=g.Computer=g.CodeFolder=g.Circles=g.BridgeMoveOut=g.BridgeMoveIn=g.Bridge=g.Blocklets=g.Approve=g.AllowLoginIcon=g.Add=g.Account=g.ABTNode=void 0;Rt(C);var n=o;function Rt(e){return e&&e.__esModule?e:{default:e}}function F1(e,t){var l=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),l.push.apply(l,s)}return l}function b(e){for(var t=1;t<arguments.length;t++){var l=arguments[t]!=null?arguments[t]:{};t%2?F1(Object(l),!0).forEach(function(s){yt(e,s,l[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(l)):F1(Object(l)).forEach(function(s){Object.defineProperty(e,s,Object.getOwnPropertyDescriptor(l,s))})}return e}function yt(e,t,l){return t=zt(t),t in e?Object.defineProperty(e,t,{value:l,enumerable:!0,configurable:!0,writable:!0}):e[t]=l,e}function zt(e){var t=kt(e,"string");return typeof t=="symbol"?t:String(t)}function kt(e,t){if(typeof e!="object"||!e)return e;var l=e[Symbol.toPrimitive];if(l!==void 0){var s=l.call(e,t||"default");if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var St=g.Computer=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M5.472.371H60.94c3.061 0 5.565 2.412 5.565 5.473v35.431c0 3.061-2.504 5.658-5.565 5.658H39.328v9.183h15.768c2.319 0 2.504 7.606 2.782 7.884H8.626s0-7.884 2.783-7.884h15.768v-9.183H5.472C2.412 46.933 0 44.336 0 41.275V5.844C0 2.783 2.412.37 5.472.37zm0 40.904H60.94V5.844H5.472v35.431z"})}))};St.defaultProps={width:"67",height:"64",viewBox:"0 0 67 64",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var Mt=g.ConnectLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M24.604 2.263L28.524 0H42.79v41.862H28.79a1 1 0 0 1-.5-.134l-15.103-8.72V8.854l1.817-1.05 3.2 1.848-1.817 1.05V31.16l12.993 7.502H39.59V3.2H29.38l-1.576.91-3.2-1.847z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.402 31.16V10.701L13.409 3.2H3.2v35.462h10.21l1.58-.913 3.2 1.847-3.923 2.266H0V0h14.267l15.335 8.854v24.154l-1.813 1.046-3.2-1.847 1.813-1.047z"}),(0,n.jsx)("path",{d:"M138.44 27.684c.192 0 .357.075.496.224l1.344 1.472a9.584 9.584 0 0 1-3.44 2.576c-1.344.608-2.965.912-4.864.912-1.664 0-3.173-.288-4.528-.864a10.056 10.056 0 0 1-3.456-2.416c-.949-1.035-1.685-2.272-2.208-3.712-.523-1.44-.784-3.024-.784-4.752 0-1.728.272-3.312.816-4.752.555-1.44 1.328-2.677 2.32-3.712a10.444 10.444 0 0 1 3.552-2.416c1.387-.576 2.917-.864 4.592-.864 1.632 0 3.083.267 4.352.8a10.973 10.973 0 0 1 3.312 2.128l-1.12 1.584a.936.936 0 0 1-.288.288.742.742 0 0 1-.432.112c-.203 0-.443-.101-.72-.304a8.802 8.802 0 0 0-1.072-.672c-.437-.256-.981-.485-1.632-.688-.651-.203-1.461-.304-2.432-.304-1.141 0-2.187.203-3.136.608a6.885 6.885 0 0 0-2.464 1.728c-.683.747-1.216 1.67-1.6 2.768-.373 1.088-.56 2.32-.56 3.696 0 1.397.197 2.64.592 3.728.395 1.088.939 2.01 1.632 2.768a6.914 6.914 0 0 0 2.448 1.728 7.764 7.764 0 0 0 3.04.592c.661 0 1.253-.037 1.776-.112a7.843 7.843 0 0 0 1.456-.368c.448-.16.869-.363 1.264-.608a8.89 8.89 0 0 0 1.168-.912c.085-.075.176-.133.272-.176a.616.616 0 0 1 .304-.08zM149.68 16.1c1.195 0 2.272.197 3.232.592a6.54 6.54 0 0 1 2.464 1.68c.683.725 1.205 1.605 1.568 2.64.363 1.024.544 2.176.544 3.456 0 1.28-.181 2.437-.544 3.472-.363 1.035-.885 1.915-1.568 2.64a6.795 6.795 0 0 1-2.464 1.68c-.96.384-2.037.576-3.232.576-1.205 0-2.293-.192-3.264-.576a6.987 6.987 0 0 1-2.464-1.68c-.683-.725-1.211-1.605-1.584-2.64-.363-1.035-.544-2.192-.544-3.472 0-1.28.181-2.432.544-3.456.373-1.035.901-1.915 1.584-2.64a6.717 6.717 0 0 1 2.464-1.68c.971-.395 2.059-.592 3.264-.592zm0 14.304c1.536 0 2.683-.517 3.44-1.552.757-1.035 1.136-2.49 1.136-4.368 0-1.877-.379-3.333-1.136-4.368-.757-1.045-1.904-1.568-3.44-1.568-1.557 0-2.72.523-3.488 1.568-.757 1.035-1.136 2.49-1.136 4.368 0 1.877.379 3.333 1.136 4.368.768 1.035 1.931 1.552 3.488 1.552zM163.899 18.612c.352-.373.72-.715 1.104-1.024a6.73 6.73 0 0 1 1.216-.784 6.195 6.195 0 0 1 1.392-.512 6.442 6.442 0 0 1 1.6-.192c.896 0 1.68.15 2.352.448.682.299 1.253.72 1.712 1.264.458.533.805 1.179 1.04 1.936.234.757.352 1.595.352 2.512v10.352h-3.136V22.26c0-1.163-.267-2.064-.8-2.704-.534-.65-1.35-.976-2.448-.976-.8 0-1.552.192-2.256.576a7.38 7.38 0 0 0-1.936 1.536v11.92h-3.12V16.356h1.872c.437 0 .709.208.816.624l.24 1.632zM181.805 18.612c.352-.373.72-.715 1.104-1.024a6.73 6.73 0 0 1 1.216-.784 6.195 6.195 0 0 1 1.392-.512 6.448 6.448 0 0 1 1.6-.192c.896 0 1.68.15 2.352.448a4.63 4.63 0 0 1 1.712 1.264c.459.533.805 1.179 1.04 1.936.235.757.352 1.595.352 2.512v10.352h-3.136V22.26c0-1.163-.267-2.064-.8-2.704-.533-.65-1.349-.976-2.448-.976-.8 0-1.552.192-2.256.576a7.396 7.396 0 0 0-1.936 1.536v11.92h-3.12V16.356h1.872c.437 0 .709.208.816.624l.24 1.632zM207.551 22.676c0-.619-.09-1.19-.272-1.712a3.77 3.77 0 0 0-.768-1.36 3.521 3.521 0 0 0-1.248-.896c-.49-.213-1.056-.32-1.696-.32-1.312 0-2.346.379-3.104 1.136-.746.757-1.221 1.808-1.424 3.152h8.512zm2.576 7.616a6.311 6.311 0 0 1-1.328 1.168 7.926 7.926 0 0 1-1.6.784 9.664 9.664 0 0 1-1.76.448c-.597.096-1.189.144-1.776.144-1.12 0-2.16-.187-3.12-.56a7.159 7.159 0 0 1-2.48-1.664c-.693-.736-1.237-1.643-1.632-2.72-.384-1.088-.576-2.336-.576-3.744 0-1.13.176-2.181.528-3.152a7.67 7.67 0 0 1 1.504-2.56 7.064 7.064 0 0 1 2.416-1.712c.95-.416 2.016-.624 3.2-.624.992 0 1.904.165 2.736.496.843.32 1.568.79 2.176 1.408.608.619 1.083 1.381 1.424 2.288.352.907.528 1.941.528 3.104 0 .48-.053.805-.16.976-.106.16-.304.24-.592.24h-10.656c.032.97.171 1.819.416 2.544.246.715.582 1.312 1.008 1.792.438.48.955.837 1.552 1.072.598.235 1.264.352 2 .352.694 0 1.291-.08 1.792-.24.512-.16.95-.33 1.312-.512.374-.192.683-.368.928-.528.256-.16.48-.24.672-.24.256 0 .454.096.592.288l.896 1.152zM225.113 19.396a1.836 1.836 0 0 1-.288.288c-.086.064-.214.096-.384.096-.171 0-.352-.064-.544-.192a4.872 4.872 0 0 0-.704-.432 5.21 5.21 0 0 0-1.024-.432c-.395-.139-.886-.208-1.472-.208-.768 0-1.446.139-2.032.416a3.972 3.972 0 0 0-1.472 1.184c-.384.512-.678 1.136-.88 1.872-.203.736-.304 1.563-.304 2.48 0 .95.106 1.797.32 2.544.213.736.517 1.36.912 1.872.394.501.874.885 1.44 1.152a4.522 4.522 0 0 0 1.888.384c.672 0 1.226-.08 1.664-.24.437-.17.8-.352 1.088-.544.288-.192.528-.368.72-.528.192-.17.389-.256.592-.256.256 0 .453.096.592.288l.896 1.152a5.966 5.966 0 0 1-1.264 1.168c-.459.32-.95.581-1.472.784a8.34 8.34 0 0 1-1.648.448c-.566.096-1.142.144-1.728.144a7.25 7.25 0 0 1-2.848-.56 6.52 6.52 0 0 1-2.288-1.632c-.64-.715-1.147-1.59-1.52-2.624-.374-1.045-.56-2.23-.56-3.552 0-1.205.165-2.32.496-3.344.341-1.024.837-1.904 1.488-2.64a6.821 6.821 0 0 1 2.432-1.744c.96-.427 2.058-.64 3.296-.64 1.162 0 2.186.187 3.072.56a7.514 7.514 0 0 1 2.368 1.584l-.832 1.152zM234.121 32.868c-1.312 0-2.325-.368-3.04-1.104-.704-.736-1.056-1.787-1.056-3.152v-9.728h-1.888a.701.701 0 0 1-.464-.16c-.117-.117-.176-.288-.176-.512v-1.264l2.64-.368.704-4.848a.738.738 0 0 1 .24-.416.724.724 0 0 1 .48-.16h1.584v5.456h4.608v2.272h-4.608v9.52c0 .64.155 1.12.464 1.44.32.31.726.464 1.216.464.288 0 .534-.037.736-.112a3.27 3.27 0 0 0 .544-.24c.15-.096.278-.181.384-.256a.521.521 0 0 1 .288-.112c.107 0 .187.027.24.08a.694.694 0 0 1 .192.224l.928 1.504c-.512.47-1.12.832-1.824 1.088a6.362 6.362 0 0 1-2.192.384z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.815 33.284V9H70.66a6.259 6.259 0 0 1 5.823 6.243v11.783a6.258 6.258 0 0 1-6.258 6.258h-12.41zM84.56 9h-3.335v24.321h3.335V9zM61.15 29.95V12.32h9.075a2.923 2.923 0 0 1 2.923 2.923v11.783a2.923 2.923 0 0 1-2.923 2.923H61.15zM89.243 9v24.284h12.409a6.258 6.258 0 0 0 6.259-6.258V15.243A6.259 6.259 0 0 0 102.087 9H89.243zm22.912 5.636h3.728v3.728h-3.728v-3.729zm3.728 9.321h-3.728v3.729h3.728v-3.729zM92.578 12.32v17.63h9.074a2.924 2.924 0 0 0 2.924-2.924V15.243a2.924 2.924 0 0 0-2.924-2.923h-9.074z"})]}))};Mt.defaultProps={width:"239",height:"42",viewBox:"0 0 239 42",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var It=g.Copy=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M12.342.063h-9.75A1.63 1.63 0 0 0 .967 1.688v11.374h1.625V1.688h9.75V.063zm2.437 3.25H5.842a1.63 1.63 0 0 0-1.625 1.624v11.375a1.63 1.63 0 0 0 1.625 1.625h8.937a1.63 1.63 0 0 0 1.625-1.625V4.938a1.63 1.63 0 0 0-1.625-1.625zm0 13H5.842V4.938h8.937v11.375z"})}))};It.defaultProps={width:"17",height:"18",viewBox:"0 0 17 18",xmlns:"http://www.w3.org/2000/svg"};var Lt=g.DidLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M24.604 2.263L28.524 0H42.79v41.862H28.79a1 1 0 0 1-.5-.134l-15.103-8.72V8.854l1.817-1.05 3.2 1.848-1.817 1.05V31.16l12.993 7.502H39.59V3.2H29.38l-1.576.91-3.2-1.847z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.402 31.16V10.701L13.409 3.2H3.2v35.462h10.21l1.58-.913 3.2 1.847-3.923 2.266H0V0h14.267l15.335 8.854v24.154l-1.813 1.046-3.2-1.847 1.813-1.047z"})]}))};Lt.defaultProps={width:"43",height:"42",viewBox:"0 0 43 42",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var Pt=g.DidLogoColorful=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M7.366.646L8.46 0h3.981v11.96H8.564a.381.381 0 0 1-.194-.053L4.18 9.431V2.53l.508-.3.893.528-.508.3v5.845L8.7 11.046h2.85V.914h-2.85l-.44.26-.893-.528z",fill:"color(display-p3 .4196 .7412 .9961)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.868 8.903V3.057L4.242.915H1.393v10.132h2.85l.44-.26.893.527-1.095.647H.5V0h3.981l4.28 2.53v6.9l-.506.3-.893-.528.506-.299z",fill:"color(display-p3 .2706 .5961 .9804)"})]}))};Pt.defaultProps={xmlns:"http://www.w3.org/2000/svg",width:"13",height:"12",viewBox:"0 0 13 12",fill:"none"};var Tt=g.DidWallet=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsxs)("g",{clipPath:"url(#clip0)",children:[(0,n.jsx)("rect",{width:"32",height:"32",rx:"6",fill:"url(#paint0_linear)"}),(0,n.jsx)("path",{d:"M3.52 7.36A2.56 2.56 0 0 1 6.08 4.8h19.84a2.56 2.56 0 0 1 2.56 2.56v12.16a2.56 2.56 0 0 1-2.56 2.56H6.08a2.56 2.56 0 0 1-2.56-2.56V7.36z",fill:"#9FCBFF",filter:"url(#filter0_i)"}),(0,n.jsx)("path",{d:"M2.56 9.28a2.56 2.56 0 0 1 2.56-2.56h21.76a2.56 2.56 0 0 1 2.56 2.56v13.6a2.56 2.56 0 0 1-2.56 2.56H5.12a2.56 2.56 0 0 1-2.56-2.56V9.28z",fill:"url(#paint1_linear)",filter:"url(#filter1_d)"}),(0,n.jsx)("path",{d:"M0 22.32l32-6.16V32H0v-9.68z",fill:"url(#paint2_linear)",filter:"url(#filter2_d)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.536 9.248h8.288c.408 0 .74.3.74.672v4.64c0 .371-.332.672-.74.672H5.536c-.408 0-.74-.3-.74-.672v-.04a.158.158 0 1 0-.316 0v.04c0 .53.473.96 1.056.96h8.288c.583 0 1.056-.43 1.056-.96V9.92c0-.53-.473-.96-1.056-.96H5.536c-.583 0-1.056.43-1.056.96v.04a.158.158 0 0 0 .317 0v-.04c0-.371.33-.672.739-.672zm-1.023 4.638a.127.127 0 0 0 .087.034h1.267c.472 0 .83-.107 1.076-.322.25-.217.381-.548.397-.993a11.281 11.281 0 0 0 0-.734c-.012-.426-.148-.751-.406-.975-.258-.224-.622-.336-1.09-.336H4.6a.127.127 0 0 0-.087.034.117.117 0 0 0-.033.086v3.12c0 .032.011.06.033.086zm1.794-.806c-.099.1-.253.149-.464.149h-.502V11.25h.478c.21 0 .369.051.474.154.108.102.166.26.172.475.006.09.01.208.01.355s-.004.267-.01.36c-.006.221-.059.383-.158.485zm1.63.806a.127.127 0 0 0 .087.034h.64a.116.116 0 0 0 .087-.034.11.11 0 0 0 .038-.086v-3.12a.11.11 0 0 0-.038-.086.116.116 0 0 0-.086-.034h-.641a.127.127 0 0 0-.087.034.117.117 0 0 0-.033.086v3.12c0 .032.011.06.033.086zm1.637.034a.127.127 0 0 1-.086-.034.128.128 0 0 1-.033-.086v-3.12c0-.035.01-.064.033-.086a.127.127 0 0 1 .086-.034h1.244c.469 0 .832.112 1.09.336.259.224.394.549.407.974a11.244 11.244 0 0 1 0 .735c-.016.445-.148.776-.397.993-.245.215-.604.322-1.076.322H9.574zm1.244-.691c.21 0 .365-.05.464-.149.099-.102.152-.264.158-.485a5.52 5.52 0 0 0 .01-.36c0-.147-.004-.265-.01-.355-.006-.214-.064-.373-.172-.475-.106-.103-.263-.154-.474-.154h-.478v1.978h.502zm2.468-1.382a.288.288 0 0 1-.288-.286.288.288 0 0 1 .576 0c0 .158-.13.286-.288.286zm0 1.495a.288.288 0 0 1-.288-.286.288.288 0 0 1 .576 0c0 .158-.13.287-.288.287z",fill:"#4598FA"})]}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("filter",{id:"filter0_i",x:"3.52",y:"1.8",width:"24.96",height:"20.28",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,n.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,n.jsx)("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),(0,n.jsx)("feColorMatrix",{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),(0,n.jsx)("feOffset",{dy:"-3"}),(0,n.jsx)("feGaussianBlur",{stdDeviation:"2"}),(0,n.jsx)("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),(0,n.jsx)("feColorMatrix",{values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"}),(0,n.jsx)("feBlend",{in2:"shape",result:"effect1_innerShadow"})]}),(0,n.jsxs)("filter",{id:"filter1_d",x:"-1.44",y:"1.72",width:"34.88",height:"26.72",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,n.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,n.jsx)("feColorMatrix",{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),(0,n.jsx)("feOffset",{dy:"-1"}),(0,n.jsx)("feGaussianBlur",{stdDeviation:"2"}),(0,n.jsx)("feColorMatrix",{values:"0 0 0 0 0.220767 0 0 0 0 0.470803 0 0 0 0 0.701605 0 0 0 0.18 0"}),(0,n.jsx)("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow"}),(0,n.jsx)("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})]}),(0,n.jsxs)("filter",{id:"filter2_d",x:"-5",y:"11.16",width:"42",height:"25.84",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,n.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,n.jsx)("feColorMatrix",{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),(0,n.jsx)("feOffset",{}),(0,n.jsx)("feGaussianBlur",{stdDeviation:"2.5"}),(0,n.jsx)("feColorMatrix",{values:"0 0 0 0 0.14382 0 0 0 0 0.205065 0 0 0 0 0.522634 0 0 0 0.25 0"}),(0,n.jsx)("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow"}),(0,n.jsx)("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})]}),(0,n.jsxs)("linearGradient",{id:"paint0_linear",x1:"16",x2:"16",y2:"32",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#4F9DF6"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#0A79F8"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear",x1:"16",y1:"6.72",x2:"16",y2:"25.44",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#fff"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#ECEFFF"})]}),(0,n.jsxs)("linearGradient",{id:"paint2_linear",x1:"16",y1:"19.2",x2:"18.48",y2:"32",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{offset:".007",stopColor:"#77B2F6"}),(0,n.jsx)("stop",{offset:".055",stopColor:"#4F9DF6"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#4598FA"})]}),(0,n.jsx)("clipPath",{id:"clip0",children:(0,n.jsx)("rect",{width:"32",height:"32",rx:"6",fill:"#fff"})})]})]}))};Tt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var Vt=g.Disconnect=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M21.78 3.28a.75.75 0 0 0-1.06-1.06l-2.012 2.012a4.25 4.25 0 0 0-5.463.462l-1.068 1.069a1.75 1.75 0 0 0 0 2.474l3.585 3.586a1.75 1.75 0 0 0 2.475 0l1.068-1.068a4.251 4.251 0 0 0 .463-5.463L21.78 3.28zm-3.585 2.475l.022.023.003.002.002.003.023.022a2.75 2.75 0 0 1 0 3.89l-1.068 1.067a.25.25 0 0 1-.354 0l-3.586-3.585a.251.251 0 0 1 0-.354l1.068-1.068a2.75 2.75 0 0 1 3.89 0zM10.78 11.28a.75.75 0 1 0-1.06-1.06L8 11.94l-.47-.47a.75.75 0 0 0-1.06 0l-1.775 1.775a4.251 4.251 0 0 0-.463 5.463L2.22 20.72a.75.75 0 1 0 1.06 1.06l2.012-2.012a4.251 4.251 0 0 0 5.463-.463l1.775-1.775a.75.75 0 0 0 0-1.06l-.47-.47 1.72-1.72a.75.75 0 1 0-1.06-1.06L11 14.94 9.06 13l1.72-1.72zm-3.314 2.247l.004.003.003.004 2.993 2.993.004.003.003.004.466.466-1.244 1.245a2.75 2.75 0 0 1-3.89 0l-.05-.05a2.75 2.75 0 0 1 0-3.89L7 13.062l.466.466v-.001z",fill:"currentColor"})}))};Vt.defaultProps={viewBox:"0 0 24 24",fill:"none"};var Nt=g.Mobile=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M3.833.833h13.334A3.333 3.333 0 0 1 20.5 4.167v26.666a3.333 3.333 0 0 1-3.333 3.334H3.833A3.333 3.333 0 0 1 .5 30.833V4.168A3.333 3.333 0 0 1 3.833.833zm0 3.334v25h13.334v-25H3.833z"})}))};Nt.defaultProps={width:"21",height:"35",viewBox:"0 0 21 35",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var _t=g.OpenIn=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.924 3.617a.997.997 0 0 0-.215-.322l-.004-.004A.997.997 0 0 0 20 3h-6a1 1 0 1 0 0 2h3.586l-7.293 7.293a1 1 0 1 0 1.414 1.414L19 6.414V10a1 1 0 0 0 2 0V3.997a.999.999 0 0 0-.076-.38zM3 8a5 5 0 0 1 5-5h1a1 1 0 0 1 0 2H8a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-1a1 1 0 0 1 2 0v1a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8z",fill:"currentColor"})}))};_t.defaultProps={viewBox:"0 0 24 24",fill:"none"};var Dt=g.Switch=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M4 17l4-4m0-6h12H8zm12 0l-4-4 4 4zm0 0l-4 4 4-4zm-4 10H4h12zM4 17l4 4-4-4z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}))};Dt.defaultProps={viewBox:"0 0 24 24",fill:"none"};var Bt=g.EditIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M6.04 17.625a.953.953 0 0 0 .14-.012l3.943-.691a.23.23 0 0 0 .124-.066l9.935-9.935a.233.233 0 0 0 0-.33l-3.895-3.898a.232.232 0 0 0-.167-.068.232.232 0 0 0-.166.068l-9.935 9.935a.238.238 0 0 0-.066.124l-.691 3.943a.785.785 0 0 0 .22.698c.155.15.35.232.558.232zm1.58-4.088l8.5-8.498 1.718 1.718-8.5 8.498-2.084.368.366-2.085zm13.005 6.057H3.375a.75.75 0 0 0-.75.75v.843c0 .104.084.188.188.188h18.375a.188.188 0 0 0 .187-.188v-.843a.75.75 0 0 0-.75-.75z"})}))};Bt.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"};var Et=g.DeleteIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M8.438 4.313H8.25a.188.188 0 0 0 .188-.188v.188h7.124v-.188c0 .103.085.188.188.188h-.188V6h1.688V4.125c0-.827-.673-1.5-1.5-1.5h-7.5c-.827 0-1.5.673-1.5 1.5V6h1.688V4.312zM20.25 6H3.75a.75.75 0 0 0-.75.75v.75c0 .103.084.188.188.188h1.415l.579 12.257c.038.8.698 1.43 1.498 1.43h10.64c.802 0 1.46-.628 1.498-1.43l.579-12.258h1.416A.188.188 0 0 0 21 7.5v-.75a.75.75 0 0 0-.75-.75zm-3.11 13.688H6.86l-.567-12h11.414l-.567 12z"})}))};Et.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"};var At=g.PassportIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.333 4.292c0-.46.373-.834.834-.834h12.25c.46 0 .833.373.833.834v14.875c0 .46-.373.833-.833.833H4.167a.833.833 0 0 1-.834-.833V4.292zM5 5.125v13.208h10.583V5.125H5z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.297 1.004a.833.833 0 0 1 .328.663v2.625a.833.833 0 1 1-1.667 0V2.758L4.386 5.096a.833.833 0 1 1-.439-1.608L13.572.863a.833.833 0 0 1 .726.141zM10.292 9.5a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833zm-2.584.917a2.583 2.583 0 1 1 5.167 0 2.583 2.583 0 0 1-5.167 0zM7.708 14.792c0-.46.373-.834.834-.834h3.5a.833.833 0 0 1 0 1.667h-3.5a.833.833 0 0 1-.834-.833z"})]}))};At.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var Ht=g.ExternalIssuerIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M1.25 2.709c0-.46.373-.834.834-.834h12.255c.46 0 .834.373.834.834v6.607a.834.834 0 1 1-1.668 0V3.542H2.917v13.214h6.407a.834.834 0 1 1 0 1.668h-7.24a.834.834 0 0 1-.834-.834V2.71z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.211 7.92a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.834zm-2.584.916a2.584 2.584 0 1 1 5.169 0 2.584 2.584 0 0 1-5.17 0zM5.627 13.213c0-.46.373-.833.834-.833h3.501a.834.834 0 0 1 0 1.667H6.461a.834.834 0 0 1-.834-.834zM15.64 11.313c.215 0 .41.121.505.313l1.033 2.092 2.31.338a.563.563 0 0 1 .31.96l-1.67 1.627.394 2.3a.563.563 0 0 1-.816.592l-2.065-1.086-2.066 1.086a.562.562 0 0 1-.816-.593l.394-2.299-1.67-1.627a.563.563 0 0 1 .31-.96l2.31-.338 1.033-2.092a.562.562 0 0 1 .505-.313zm0 1.833l-.659 1.335a.563.563 0 0 1-.423.308l-1.474.215 1.066 1.04c.133.129.194.315.162.498l-.251 1.467 1.318-.694a.563.563 0 0 1 .524 0l1.318.694-.252-1.467a.563.563 0 0 1 .162-.498l1.067-1.04-1.475-.215a.563.563 0 0 1-.423-.308l-.66-1.335z"})]}))};Ht.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var Ot=g.AllowLoginIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.886 1.875a4.207 4.207 0 1 0 0 8.414 4.207 4.207 0 0 0 0-8.414zM4.112 4.308A2.51 2.51 0 1 1 7.66 7.857a2.51 2.51 0 0 1-3.55-3.55zm.095 6.522A4.207 4.207 0 0 0 0 15.037v2.799c0 .16.13.289.29.289h1.119c.16 0 .289-.13.289-.29v-2.798a2.51 2.51 0 0 1 2.51-2.509h3.357a2.51 2.51 0 0 1 2.51 2.51v2.798c0 .16.13.289.289.289h1.12c.159 0 .288-.13.288-.29v-2.798a4.208 4.208 0 0 0-4.207-4.207H4.207z"}),(0,n.jsx)("rect",{x:"12.5",y:"9.375",width:"7.5",height:"1.875",rx:".938"}),(0,n.jsx)("rect",{x:"15.313",y:"14.063",width:"7.5",height:"1.875",rx:".938",transform:"rotate(-90 15.313 14.063)"})]}))};Ot.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var $t=g.ForbidLoginIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.886 1.875a4.207 4.207 0 1 0 0 8.414 4.207 4.207 0 0 0 0-8.414zM4.112 4.308A2.51 2.51 0 1 1 7.66 7.857a2.51 2.51 0 0 1-3.55-3.55zm.095 6.522A4.207 4.207 0 0 0 0 15.037v2.799c0 .16.13.289.29.289h1.119c.16 0 .289-.13.289-.29v-2.798a2.51 2.51 0 0 1 2.51-2.509h3.357a2.51 2.51 0 0 1 2.51 2.51v2.798c0 .16.13.289.289.289h1.12c.159 0 .288-.13.288-.29v-2.798a4.208 4.208 0 0 0-4.207-4.207H4.207z"}),(0,n.jsx)("rect",{x:"12.5",y:"9.375",width:"7.5",height:"1.875",rx:".938"})]}))};$t.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var Ft=g.LockIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M11.78 2.25c-2.767 0-5.019 2.271-5.019 5.063v3.037H5.758a2.018 2.018 0 0 0-2.008 2.025v8.1c0 1.117.9 2.025 2.008 2.025h12.045a2.018 2.018 0 0 0 2.007-2.025v-8.1c0-1.117-.9-2.025-2.007-2.025h-1.004V7.313c0-2.792-2.251-5.063-5.019-5.063zm6.023 10.125l.002 8.1H5.758v-8.1h12.045zM8.769 10.35V7.313c0-1.675 1.35-3.038 3.011-3.038 1.66 0 3.011 1.363 3.011 3.037v3.038H8.77z"})}))};Ft.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"};var qt=g.PersonIcon=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("g",{clipPath:"url(#clip0)",children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 1.598A4.092 4.092 0 1 0 9 9.78a4.092 4.092 0 0 0 0-8.183zM7.274 3.964a2.44 2.44 0 1 1 3.452 3.451 2.44 2.44 0 0 1-3.452-3.451zm.093 6.343A4.091 4.091 0 0 0 3.275 14.4v2.722c0 .155.126.281.281.281h1.09a.281.281 0 0 0 .28-.281v-2.722a2.44 2.44 0 0 1 2.44-2.44h3.267a2.442 2.442 0 0 1 2.44 2.44v2.722c0 .155.127.281.282.281h1.088a.281.281 0 0 0 .282-.281v-2.722a4.091 4.091 0 0 0-4.092-4.091H7.367z"})}),(0,n.jsx)("defs",{children:(0,n.jsx)("clipPath",{id:"clip0",children:(0,n.jsx)("path",{transform:"translate(0 .5)",d:"M0 0h18v18H0z"})})})]}))};qt.defaultProps={width:"18",height:"19",viewBox:"0 0 18 19",xmlns:"http://www.w3.org/2000/svg"};var Ut=g.RevokeIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.25 10a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0zM10 1.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5zM8.03 6.97a.75.75 0 0 0-1.06 1.06l5 5a.75.75 0 1 0 1.06-1.06l-5-5z"})}))};Ut.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var Wt=g.Dapp=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M6.404 28a2.404 2.404 0 0 1-2.393-2.173L4 25.596V7.966a2.404 2.404 0 0 1 2.173-2.394l.231-.011h7.213a2.404 2.404 0 0 1 2.393 2.172l.01.232v.407l3.51-3.637a2.404 2.404 0 0 1 3.216-.22l.186.161 4.42 4.368a2.404 2.404 0 0 1 .177 3.223l-.165.186-3.704 3.526h.375a2.404 2.404 0 0 1 2.393 2.172l.011.232v7.213a2.404 2.404 0 0 1-2.172 2.393l-.232.011H6.405zm8.014-10.418H5.603v8.014a.801.801 0 0 0 .522.752l.135.036.144.013h8.014v-8.815zm9.617 0H16.02v8.815h8.014a.802.802 0 0 0 .788-.657l.013-.144v-7.213a.802.802 0 0 0-.657-.788l-.144-.013zM16.02 13.11v2.87h2.869l-2.87-2.87zm-2.404-5.946H6.404a.801.801 0 0 0-.788.657l-.013.144v8.014h8.815V7.965a.801.801 0 0 0-.522-.752l-.135-.036-.144-.013zm8.21-1.326a.806.806 0 0 0-1.035-.085l-.109.096-4.192 4.349a.801.801 0 0 0-.092.998l.101.125 4.193 4.192a.801.801 0 0 0 .994.112l.125-.098 4.42-4.21a.802.802 0 0 0 .087-1.023l-.095-.11-4.398-4.346z",fill:"currentColor"})}))};Wt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var Gt=g.Add=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 4a1.333 1.333 0 0 0-1.333 1.333v9.334H5.333A1.333 1.333 0 0 0 4 15.992a1.253 1.253 0 0 0 1.353 1.288h9.314v9.387a1.333 1.333 0 1 0 2.666 0v-9.334h9.334a1.333 1.333 0 1 0 0-2.666h-9.334V5.333A1.333 1.333 0 0 0 16 4z",fill:"currentColor"})}))};Gt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var Kt=g.NFT=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.654 12.75c-.533 0-.904.404-.904.829V24.42c0 .425.371.829.904.829h18.692c.532 0 .904-.404.904-.829V13.58c0-.425-.372-.829-.904-.829H5.654zm-2.404.829c0-1.319 1.11-2.329 2.404-2.329h18.692c1.294 0 2.404 1.01 2.404 2.329V24.42c0 1.319-1.11 2.329-2.404 2.329H5.654c-1.294 0-2.404-1.01-2.404-2.329V13.58zM8.25 6A.75.75 0 0 1 9 5.25h12.25a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 6zM6.25 9A.75.75 0 0 1 7 8.25h15.75a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 9z",fill:"currentColor"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.762 22a.3.3 0 0 0 .3-.3v-2.85c0-.303.398-.416.556-.157l1.934 3.163a.3.3 0 0 0 .256.144h.637a.3.3 0 0 0 .3-.3v-5.4a.3.3 0 0 0-.3-.3h-.462a.3.3 0 0 0-.3.3v2.837c0 .302-.397.415-.555.157l-1.943-3.151A.3.3 0 0 0 7.93 16H7.3a.3.3 0 0 0-.3.3v5.4a.3.3 0 0 0 .3.3h.462zm5.756 0a.3.3 0 0 0 .3-.3v-1.905a.3.3 0 0 1 .3-.3h2.273a.3.3 0 0 0 .3-.3v-.39a.3.3 0 0 0-.3-.3h-2.273a.3.3 0 0 1-.3-.3v-.916a.3.3 0 0 1 .3-.3h2.656a.3.3 0 0 0 .3-.3V16.3a.3.3 0 0 0-.3-.3h-3.762a.3.3 0 0 0-.3.3v5.4a.3.3 0 0 0 .3.3h.506zm7.258 0a.3.3 0 0 0 .3-.3v-4.436a.3.3 0 0 1 .3-.3H22.7a.3.3 0 0 0 .3-.3V16.3a.3.3 0 0 0-.3-.3h-4.359a.3.3 0 0 0-.3.3v.364a.3.3 0 0 0 .3.3h1.329a.3.3 0 0 1 .3.3V21.7a.3.3 0 0 0 .3.3h.506z",fill:"currentColor"})]}))};Kt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var Xt=g.Rollup=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M18 21.5H6.5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a3 3 0 0 0 3-3v-14m0 0H26a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-.5a2 2 0 0 0-2 2v3.5z",stroke:"currentColor",strokeWidth:"1.6"}),(0,n.jsx)("path",{d:"M8 21.5V8a3 3 0 0 1 3-3h15",stroke:"currentColor",strokeWidth:"1.6"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.895 10.05a.65.65 0 0 0-.211.14l-2.493 2.494a.651.651 0 1 0 .92.92l1.382-1.38v4.125a.651.651 0 1 0 1.302 0v-4.126l1.381 1.381a.651.651 0 0 0 .921-.92l-2.492-2.492-.008-.008a.65.65 0 0 0-.702-.135z",fill:"currentColor"}),(0,n.jsx)("path",{d:"M16 23.5v2a2 2 0 1 0 4 0v-2a2 2 0 1 0-4 0z",stroke:"currentColor",strokeWidth:"1.6"})]}))};Xt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var Jt=g.Token=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.272 10.48c-1.93 1.272-5.138 1.944-8.24 1.944-3.095 0-6.313-.668-8.213-1.977v4.198c0 1.16 2.768 2.756 7.368 2.935.318.012.606.191.755.469a.866.866 0 0 1-.035.878.896.896 0 0 1-.79.409c-2.792-.103-5.573-.763-7.314-1.909v4.188c0 1.16 2.769 2.755 7.368 2.935a.894.894 0 0 1 .753.472.867.867 0 0 1-.039.878.897.897 0 0 1-.791.405C8.529 26.095 4 24.47 4 21.603V7.713C4 4.654 9.17 3 14.032 3c4.863 0 10.032 1.66 10.032 4.714v3.4a.889.889 0 0 1-.896.882.889.889 0 0 1-.896-.882v-.633zm0-2.766c0-1.233-3.133-2.95-8.24-2.95s-8.244 1.71-8.244 2.942c0 1.233 3.152 2.95 8.244 2.95 5.091 0 8.24-1.71 8.24-2.942zm-.225 5.675c-4.44 0-6.763 1.684-6.763 3.344v8.924c0 1.66 2.327 3.343 6.763 3.343 4.437 0 6.732-1.657 6.771-3.305v-8.962c0-1.664-2.327-3.344-6.77-3.344zm4.98 3.344c0-.477-1.695-1.584-4.98-1.584-3.28 0-4.975 1.11-4.975 1.584 0 .473 1.695 1.58 4.976 1.58 3.28 0 4.979-1.103 4.979-1.58zm-4.98 10.504c-3.28 0-4.975-1.107-4.975-1.58v-2.13c1.136.607 2.804 1.007 4.976 1.007 2.171 0 3.842-.381 4.979-1.007v2.13c.003.473-1.699 1.58-4.98 1.58zm-4.975-6.046c0 .477 1.695 1.584 4.976 1.584 3.28.004 4.983-1.107 4.979-1.584v-2.137c-1.137.614-2.808 1.01-4.98 1.01-2.171 0-3.839-.404-4.975-1.01v2.137z",fill:"currentColor"})}))};Jt.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var Qt=g.Tx=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.727 4.773h11.819A2.955 2.955 0 0 1 24.5 7.727v16.546a2.955 2.955 0 0 1-2.954 2.954H9.726a2.955 2.955 0 0 1-2.954-2.954V7.727a2.955 2.955 0 0 1 2.954-2.954zM5 7.727A4.727 4.727 0 0 1 9.727 3h11.819a4.727 4.727 0 0 1 4.727 4.727v16.546A4.727 4.727 0 0 1 21.546 29H9.726A4.727 4.727 0 0 1 5 24.273V7.727zM11.796 9.5a.886.886 0 1 0 0 1.773h7.681a.886.886 0 1 0 0-1.773h-7.681zm-.887 10.34c0-.489.397-.886.886-.886h7.682a.886.886 0 0 1 0 1.773h-7.681a.886.886 0 0 1-.887-.886zm.886-5.613a.886.886 0 1 0 0 1.773h7.682a.886.886 0 0 0 0-1.773h-7.681z",fill:"currentColor"})}))};Qt.defaultProps={width:"32",height:"33",viewBox:"0 0 32 33",xmlns:"http://www.w3.org/2000/svg"};var Yt=g.Connect=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("circle",{cx:"24",cy:"24",r:"24"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M31.76 28.844a1.4 1.4 0 0 1 1.98 0l2.917 2.916a1.4 1.4 0 0 1 0 1.98l-2.917 2.917a1.4 1.4 0 0 1-1.98-1.98l1.927-1.927-1.927-1.927a1.4 1.4 0 0 1 0-1.98zM12.027 12.027a3.733 3.733 0 1 1 5.28 5.28 3.733 3.733 0 0 1-5.28-5.28zm2.64 1.707a.933.933 0 1 0 0 1.866.933.933 0 0 0 0-1.866z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6 14.667a1.4 1.4 0 0 1 1.4-1.4h4.667A3.733 3.733 0 0 1 25.4 17v13.417a.933.933 0 0 0 .933.933h9.334a1.4 1.4 0 1 1 0 2.8h-9.334a3.733 3.733 0 0 1-3.733-3.733V17a.933.933 0 0 0-.933-.933H17a1.4 1.4 0 0 1-1.4-1.4z",fill:"#fff"})]}))};Yt.defaultProps={width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var Zt=g.WalletTextLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.22.878h25.268c1.244 0 2.253.917 2.253 2.049v14.146c0 1.132-1.009 2.049-2.253 2.049H3.22c-1.245 0-2.254-.917-2.254-2.049v-.12a.483.483 0 0 0-.966 0v.12C0 18.69 1.441 20 3.22 20h25.268c1.778 0 3.22-1.31 3.22-2.927V2.927C31.707 1.31 30.265 0 28.487 0H3.22C1.44 0 0 1.31 0 2.927v.12a.483.483 0 1 0 .966 0v-.12C.966 1.795 1.975.878 3.22.878zM.102 15.02a.387.387 0 0 0 .263.103h3.864c1.439 0 2.533-.327 3.281-.98.759-.664 1.162-1.674 1.21-3.03.01-.273.015-.644.015-1.112 0-.469-.005-.844-.014-1.127-.04-1.298-.452-2.288-1.24-2.97-.787-.684-1.896-1.025-3.325-1.025H.365a.388.388 0 0 0-.263.102.357.357 0 0 0-.102.264v9.512a.39.39 0 0 0 .102.263zm5.469-2.458c-.302.302-.773.453-1.415.453H2.625V6.986h1.458c.642 0 1.123.156 1.444.468.33.313.506.795.525 1.45.02.272.03.633.03 1.082 0 .449-.01.815-.03 1.098-.02.673-.18 1.165-.481 1.478zm4.97 2.458a.388.388 0 0 0 .262.103h1.955a.355.355 0 0 0 .262-.103.334.334 0 0 0 .117-.263V5.245a.334.334 0 0 0-.117-.264.355.355 0 0 0-.262-.102h-1.954a.388.388 0 0 0-.263.102.357.357 0 0 0-.102.264v9.512a.39.39 0 0 0 .102.263zm4.99.103a.388.388 0 0 1-.262-.103.39.39 0 0 1-.102-.263V5.245c0-.108.034-.196.102-.264a.388.388 0 0 1 .263-.102h3.791c1.43 0 2.538.341 3.325 1.024.788.683 1.201 1.673 1.24 2.97.01.284.014.66.014 1.128 0 .468-.004.839-.014 1.112-.049 1.356-.452 2.366-1.21 3.03-.75.653-1.843.98-3.282.98h-3.864zm3.792-2.108c.642 0 1.113-.15 1.415-.453.301-.313.462-.805.481-1.478.02-.283.03-.65.03-1.098 0-.449-.01-.81-.03-1.083-.02-.654-.194-1.136-.525-1.449-.32-.312-.802-.468-1.444-.468h-1.458v6.03h1.531zm7.524-4.212a.878.878 0 0 1-.879-.872c0-.482.397-.872.879-.872s.879.39.879.872a.878.878 0 0 1-.879.872zm0 4.558a.878.878 0 0 1-.879-.872c0-.481.397-.872.879-.872s.879.39.879.872a.878.878 0 0 1-.879.872z",fill:"#4598FA"}),(0,n.jsx)("path",{d:"M37.138 14.838a.526.526 0 0 1-.365-.122.56.56 0 0 1-.163-.325l-1.474-8.645a.3.3 0 0 1-.014-.095.26.26 0 0 1 .081-.19.285.285 0 0 1 .203-.094h1.678c.252 0 .392.1.42.298l.879 5.276.974-3.111c.099-.244.248-.366.446-.366h.974c.226 0 .375.122.447.366l.974 3.111.88-5.276c.026-.199.166-.298.419-.298h1.677c.081 0 .15.032.203.095a.243.243 0 0 1 .095.19l-.014.094-1.474 8.645a.53.53 0 0 1-.176.325.506.506 0 0 1-.352.122h-1.285a.492.492 0 0 1-.338-.108.646.646 0 0 1-.176-.244l-1.367-3.87-1.366 3.87c-.081.234-.248.352-.5.352h-1.286zM45.929 14.838a.307.307 0 0 1-.203-.081.307.307 0 0 1-.081-.203c0-.055.004-.095.013-.122l3.18-8.686a.492.492 0 0 1 .175-.27.546.546 0 0 1 .352-.109h2.002c.145 0 .262.036.352.108.09.073.15.163.176.271l3.166 8.686.027.122c0 .072-.032.14-.095.203a.276.276 0 0 1-.203.08h-1.664c-.216 0-.36-.094-.433-.283l-.527-1.38h-3.613l-.514 1.38c-.072.19-.22.284-.446.284h-1.664zm5.696-3.613l-1.259-3.571-1.258 3.571h2.517zM56.493 14.838a.36.36 0 0 1-.244-.095.36.36 0 0 1-.095-.244V5.705c0-.099.032-.18.095-.243a.36.36 0 0 1 .244-.095h1.786c.099 0 .18.032.243.095a.33.33 0 0 1 .095.243v7.09h4.1c.099 0 .18.036.243.108a.33.33 0 0 1 .094.244v1.352a.36.36 0 0 1-.094.244.33.33 0 0 1-.244.095h-6.223zM64.565 14.838a.36.36 0 0 1-.243-.095.36.36 0 0 1-.095-.244V5.705c0-.099.032-.18.095-.243a.36.36 0 0 1 .243-.095h1.786c.1 0 .18.032.244.095a.33.33 0 0 1 .095.243v7.09h4.099c.1 0 .18.036.243.108a.33.33 0 0 1 .095.244v1.352a.36.36 0 0 1-.094.244.33.33 0 0 1-.244.095h-6.224zM72.638 14.838a.36.36 0 0 1-.243-.095.36.36 0 0 1-.095-.244V5.705c0-.099.032-.18.095-.243a.36.36 0 0 1 .243-.095h6.318c.1 0 .18.032.244.095a.33.33 0 0 1 .095.243v1.272a.36.36 0 0 1-.095.244.33.33 0 0 1-.244.094H74.64v1.827h4.019c.099 0 .18.036.243.108a.33.33 0 0 1 .095.244v1.177a.36.36 0 0 1-.095.243.33.33 0 0 1-.243.095H74.64v1.88h4.425c.099 0 .18.032.243.095a.33.33 0 0 1 .095.244v1.271a.36.36 0 0 1-.095.244.33.33 0 0 1-.243.095h-6.427zM83.362 14.838a.36.36 0 0 1-.243-.095.36.36 0 0 1-.095-.244V7.491h-2.408a.36.36 0 0 1-.243-.094.36.36 0 0 1-.095-.244V5.705c0-.099.031-.18.094-.243a.36.36 0 0 1 .244-.095h7.279c.1 0 .18.032.243.095a.33.33 0 0 1 .095.243v1.448c0 .1-.031.18-.095.244a.33.33 0 0 1-.243.094h-2.408V14.5a.36.36 0 0 1-.095.244.33.33 0 0 1-.244.095h-1.785z",fill:"#334660"})]}))};Zt.defaultProps={width:"89",height:"20",viewBox:"0 0 89 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var e3=g.Pending=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("circle",{opacity:".2",cx:"12",cy:"12",r:"12"}),(0,n.jsx)("circle",{cx:"12",cy:"12",r:"7.385"})]}))};e3.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var t3=g.ABTNode=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.333 9.2c.81 0 1.467.657 1.467 1.467v16c0 .26.112.617.539 1.065.434.456 1.131.933 2.105 1.366 1.944.864 4.732 1.435 7.89 1.435 3.157 0 5.945-.571 7.889-1.435.974-.433 1.67-.91 2.105-1.366.427-.448.539-.806.539-1.065v-16a1.467 1.467 0 1 1 2.933 0v16c0 1.213-.56 2.26-1.347 3.087-.781.82-1.841 1.492-3.04 2.025-2.398 1.066-5.61 1.688-9.08 1.688-3.469 0-6.68-.622-9.08-1.688-1.198-.533-2.258-1.205-3.039-2.025-.788-.828-1.347-1.874-1.347-3.087v-16c0-.81.656-1.467 1.466-1.467z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.333 17.2c.81 0 1.467.657 1.467 1.467 0 .26.112.617.539 1.065.434.456 1.131.933 2.105 1.366 1.944.864 4.732 1.435 7.89 1.435 3.157 0 5.945-.571 7.889-1.435.974-.433 1.67-.91 2.105-1.366.427-.448.539-.806.539-1.065a1.467 1.467 0 1 1 2.933 0c0 1.213-.56 2.26-1.347 3.087-.781.82-1.841 1.492-3.04 2.025-2.398 1.066-5.61 1.688-9.08 1.688-3.469 0-6.68-.622-9.08-1.688-1.198-.533-2.258-1.205-3.039-2.025-.788-.828-1.347-1.874-1.347-3.087 0-.81.656-1.467 1.466-1.467z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.339 9.601c-.427.449-.539.806-.539 1.066s.112.617.539 1.065c.434.456 1.131.933 2.105 1.366 1.944.864 4.732 1.435 7.89 1.435 3.157 0 5.945-.571 7.889-1.435.974-.433 1.67-.91 2.105-1.366.427-.448.539-.806.539-1.065 0-.26-.113-.617-.54-1.066-.433-.456-1.13-.933-2.104-1.366-1.944-.864-4.732-1.435-7.89-1.435-3.157 0-5.945.571-7.89 1.435-.973.433-1.67.91-2.104 1.366zm.914-4.046c2.4-1.067 5.611-1.688 9.08-1.688 3.47 0 6.682.621 9.08 1.688 1.199.532 2.259 1.204 3.04 2.024.788.828 1.347 1.874 1.347 3.088 0 1.213-.56 2.26-1.347 3.087-.781.82-1.841 1.492-3.04 2.024-2.398 1.067-5.61 1.689-9.08 1.689-3.469 0-6.68-.622-9.08-1.688-1.198-.533-2.258-1.205-3.039-2.025-.788-.828-1.347-1.874-1.347-3.087 0-1.214.56-2.26 1.347-3.088.78-.82 1.84-1.492 3.039-2.024zM34.667 35.867c.81 0 1.466.656 1.466 1.466v16c0 .26.112.617.54 1.066.433.456 1.13.933 2.104 1.366 1.944.863 4.732 1.435 7.89 1.435 3.157 0 5.945-.572 7.89-1.435.973-.433 1.67-.91 2.104-1.366.427-.449.539-.806.539-1.066v-16a1.467 1.467 0 0 1 2.933 0v16c0 1.214-.56 2.26-1.347 3.088-.78.82-1.84 1.492-3.039 2.024-2.4 1.066-5.611 1.688-9.08 1.688-3.47 0-6.681-.622-9.08-1.688-1.199-.532-2.259-1.204-3.04-2.024-.787-.828-1.347-1.874-1.347-3.088v-16c0-.81.657-1.466 1.467-1.466z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M34.667 43.867c.81 0 1.466.656 1.466 1.466 0 .26.112.617.54 1.066.433.456 1.13.933 2.104 1.366 1.944.863 4.732 1.435 7.89 1.435 3.157 0 5.945-.572 7.89-1.435.973-.433 1.67-.91 2.104-1.366.427-.449.539-.806.539-1.066a1.467 1.467 0 0 1 2.933 0c0 1.214-.56 2.26-1.347 3.088-.78.82-1.84 1.492-3.039 2.024-2.4 1.066-5.611 1.688-9.08 1.688-3.47 0-6.681-.622-9.08-1.688-1.199-.532-2.259-1.204-3.04-2.024-.787-.828-1.347-1.874-1.347-3.088 0-.81.657-1.466 1.467-1.466z"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M36.672 36.268c-.426.448-.539.806-.539 1.065 0 .26.112.617.54 1.066.433.456 1.13.933 2.104 1.366 1.944.863 4.732 1.435 7.89 1.435 3.157 0 5.945-.572 7.89-1.435.973-.433 1.67-.91 2.104-1.366.427-.449.539-.806.539-1.066s-.112-.617-.539-1.065c-.434-.456-1.131-.933-2.105-1.366-1.944-.864-4.732-1.435-7.89-1.435-3.157 0-5.945.571-7.889 1.435-.974.433-1.67.91-2.105 1.366zm.914-4.047c2.4-1.066 5.611-1.688 9.08-1.688 3.47 0 6.682.622 9.081 1.688 1.198.533 2.258 1.204 3.039 2.025.788.828 1.347 1.873 1.347 3.087 0 1.214-.56 2.26-1.347 3.088-.78.82-1.84 1.492-3.039 2.024-2.4 1.066-5.611 1.688-9.08 1.688-3.47 0-6.681-.622-9.08-1.688-1.199-.532-2.259-1.204-3.04-2.024-.787-.828-1.347-1.874-1.347-3.088s.56-2.26 1.347-3.087c.781-.82 1.841-1.492 3.04-2.025zM41.2 8c0-.81.657-1.467 1.467-1.467h8a6.8 6.8 0 0 1 6.8 6.8v8a1.467 1.467 0 0 1-2.934 0v-8a3.866 3.866 0 0 0-3.866-3.866h-8c-.81 0-1.467-.657-1.467-1.467zM8 41.2c.81 0 1.467.657 1.467 1.467v8a3.867 3.867 0 0 0 3.866 3.866h8a1.467 1.467 0 1 1 0 2.934h-8a6.8 6.8 0 0 1-6.8-6.8v-8c0-.81.657-1.467 1.467-1.467z"})]}))};t3.defaultProps={width:"64",height:"64",viewBox:"0 0 64 64",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};var o3=g.Bridge=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.01 3.2a.8.8 0 0 0-.8.8v12.486a.84.84 0 0 0 0 .026v2.338h-1.2a.8.8 0 1 0 0 1.6h24.3a.8.8 0 0 0 0-1.6h-1.58a.797.797 0 0 0 .08-.35v-1.993a.96.96 0 0 0 0-.024V4a.8.8 0 0 0-.8-.8h-20zm19.281 15.65a.797.797 0 0 1-.08-.35v-1.77l-.03-.047c-.1-.15-.252-.37-.454-.635a14.045 14.045 0 0 0-1.81-1.95C21.319 12.678 19 11.3 16.01 11.3c-2.99 0-5.308 1.377-6.906 2.798a14.044 14.044 0 0 0-1.81 1.95c-.203.265-.354.485-.454.635l-.03.047v2.12h18.48zm-.08-4.722V4.8h-3.4v6.514c.83.489 1.553 1.04 2.169 1.588.47.419.881.837 1.23 1.226zm-5-3.606V4.8h-3.4v4.928c1.248.09 2.383.382 3.4.794zm-5-.794a11.116 11.116 0 0 0-3.4.794V4.8h3.4v4.928zm-5 1.586V4.8h-3.4v9.328c.35-.39.76-.807 1.23-1.226.616-.547 1.34-1.1 2.17-1.588zm-5 12.336a.8.8 0 0 1 .8-.8h20a.8.8 0 1 1 0 1.6h-20a.8.8 0 0 1-.8-.8zm2.8 3.2a.8.8 0 1 0 0 1.6h16a.8.8 0 0 0 0-1.6h-16z",fill:"currentColor"})}))};o3.defaultProps={width:"33",height:"32",viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var l3=g.BridgeMoveIn=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.077.934a.8.8 0 0 0-1.131 1.132L23.08 3.2H8.012a.8.8 0 1 0 0 1.6H23.08l-1.134 1.134a.8.8 0 0 0 1.131 1.132l2.5-2.5a.8.8 0 0 0 0-1.132l-2.5-2.5zm-17.632 8.5a.8.8 0 0 1 .566-.234h20a.8.8 0 0 1 .8.8v14.5a.797.797 0 0 1-.08.35h1.58a.8.8 0 0 1 0 1.6H4.01a.8.8 0 1 1 0-1.6h1.2v-2.338V10a.8.8 0 0 1 .234-.566zM25.211 24.5c0 .125.029.244.08.35H6.811v-2.12l.03-.047c.1-.15.251-.37.454-.635a14.05 14.05 0 0 1 1.81-1.95c1.598-1.42 3.916-2.798 6.906-2.798 2.989 0 5.308 1.377 6.906 2.798a14.051 14.051 0 0 1 1.81 1.95c.202.265.354.485.453.635l.03.047v1.77zm0-13.7v9.328a15.53 15.53 0 0 0-1.231-1.226c-.616-.547-1.34-1.1-2.17-1.588V10.8h3.4zm-5 0v5.722a11.116 11.116 0 0 0-3.4-.794V10.8h3.4zm-8.4 5.722a11.116 11.116 0 0 1 3.4-.794V10.8h-3.4v5.722zm-1.6-5.722v6.514c-.83.489-1.554 1.041-2.17 1.588-.47.419-.88.837-1.23 1.226V10.8h3.4zm-4.2 18.05a.8.8 0 0 0 0 1.6h20a.8.8 0 1 0 0-1.6h-20z",fill:"currentColor"})}))};l3.defaultProps={width:"33",height:"32",viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var n3=g.BridgeMoveOut=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.946 7.066a.8.8 0 0 0 1.132-1.132L9.943 4.8h14.069a.8.8 0 0 0 0-1.6H9.943l1.135-1.134A.8.8 0 0 0 9.946.934L7.452 3.428a.804.804 0 0 0-.24.572c0 .225.093.429.242.574l2.492 2.492zM5.444 9.434A.8.8 0 0 1 6.01 9.2h20a.8.8 0 0 1 .8.8v14.5a.797.797 0 0 1-.08.35h1.58a.8.8 0 1 1 0 1.6H4.01a.8.8 0 0 1 0-1.6h1.2v-2.335V10a.8.8 0 0 1 .234-.566zM25.21 24.5c0 .126.029.244.08.35H6.81v-2.12l.03-.047c.1-.15.251-.37.454-.635a14.044 14.044 0 0 1 1.81-1.95c1.598-1.42 3.916-2.798 6.906-2.798 2.989 0 5.308 1.377 6.906 2.798a14.045 14.045 0 0 1 1.81 1.95c.202.265.354.485.453.635l.03.047v1.77zm0-13.7v9.328c-.35-.389-.76-.807-1.231-1.226-.616-.547-1.34-1.1-2.17-1.588V10.8h3.4zm-5 0v5.722a11.116 11.116 0 0 0-3.4-.794V10.8h3.4zm-8.4 5.722a11.116 11.116 0 0 1 3.4-.794V10.8h-3.4v5.722zm-1.6-5.722v6.514a13.87 13.87 0 0 0-2.17 1.588c-.47.419-.88.837-1.23 1.226V10.8h3.4zm-4.2 18.05a.8.8 0 1 0 0 1.6h20a.8.8 0 0 0 0-1.6h-20z",fill:"currentColor"})}))};n3.defaultProps={width:"33",height:"32",viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var s3=g.DidWalletLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M24.604 2.263L28.524 0H42.79v41.862H28.791a1 1 0 0 1-.5-.134l-15.103-8.72V8.854l1.817-1.05 3.2 1.848-1.817 1.05V31.16l12.993 7.502H39.59V3.2H29.38l-1.576.91-3.2-1.847z",fill:"#6BBDFE"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.402 31.16V10.701L13.409 3.2H3.2v35.462h10.21l1.58-.913 3.2 1.847-3.923 2.266H0V0h14.267l15.335 8.854v24.154l-1.813 1.046-3.2-1.847 1.813-1.047z",fill:"#4598FA"}),(0,n.jsx)("path",{d:"M152.732 9.627l-7.02 22.502h-3.009l-5.484-16.688a7.8 7.8 0 0 1-.329-1.207c-.115.48-.225.883-.329 1.207l-5.548 16.688h-2.993L121 9.627h2.789c.293 0 .538.073.737.22a.955.955 0 0 1 .392.563l4.434 15.06c.084.292.157.61.22.955.073.345.146.706.219 1.082.073-.377.146-.737.219-1.082.084-.344.178-.663.282-.956l5.078-15.059c.062-.209.193-.391.391-.548.209-.157.455-.235.737-.235h.956c.292 0 .533.073.721.22.188.145.323.334.407.563l5.061 15.06c.189.574.356 1.227.502 1.958.125-.72.261-1.374.407-1.959l4.451-15.059c.052-.209.183-.391.391-.548.209-.157.455-.235.737-.235h2.601zM162.039 25.062c-1.244.042-2.299.141-3.166.298-.867.146-1.572.345-2.115.595-.543.25-.935.549-1.175.893-.241.335-.361.71-.361 1.129 0 .397.063.741.188 1.034.136.282.314.517.533.705.23.178.496.308.799.392a3.7 3.7 0 0 0 .987.125 5.433 5.433 0 0 0 2.398-.533c.345-.177.674-.391.987-.642.314-.25.622-.538.925-.862v-3.134zm-8.964-6.629c.888-.846 1.849-1.478 2.884-1.896 1.044-.418 2.188-.626 3.431-.626.909 0 1.714.151 2.414.454.7.293 1.29.705 1.77 1.238.481.533.841 1.17 1.082 1.912.25.741.376 1.561.376 2.46v10.154h-1.364c-.303 0-.532-.047-.689-.14-.157-.105-.282-.293-.376-.565l-.329-1.395c-.408.377-.81.71-1.207 1.003a8.387 8.387 0 0 1-1.254.737c-.428.198-.888.35-1.379.454a7.84 7.84 0 0 1-1.629.157 6.1 6.1 0 0 1-1.771-.25 4.064 4.064 0 0 1-1.426-.8 3.824 3.824 0 0 1-.971-1.332c-.23-.533-.345-1.154-.345-1.865 0-.626.167-1.227.501-1.802.345-.585.899-1.107 1.661-1.567.773-.46 1.776-.835 3.009-1.128 1.243-.293 2.768-.46 4.576-.501v-1.16c0-1.201-.256-2.1-.768-2.695-.512-.596-1.264-.893-2.257-.893-.668 0-1.232.083-1.692.25a6.476 6.476 0 0 0-1.175.564 26.04 26.04 0 0 0-.862.549 1.3 1.3 0 0 1-.752.25.904.904 0 0 1-.549-.172 1.49 1.49 0 0 1-.36-.407l-.549-.988zM172.256 9v23.13h-3.071V9h3.071zM179.755 9v23.13h-3.072V9h3.072zM194.665 22.398c0-.606-.088-1.165-.266-1.677a3.714 3.714 0 0 0-.752-1.332 3.46 3.46 0 0 0-1.223-.877c-.48-.21-1.034-.314-1.661-.314-1.285 0-2.298.371-3.04 1.113-.731.742-1.196 1.77-1.394 3.087h8.336zm2.523 7.46c-.376.438-.809.82-1.3 1.143a7.805 7.805 0 0 1-1.567.768 9.5 9.5 0 0 1-1.724.439c-.585.094-1.165.14-1.74.14-1.096 0-2.115-.182-3.055-.548a7.001 7.001 0 0 1-2.429-1.63c-.679-.72-1.212-1.608-1.599-2.663-.376-1.066-.564-2.288-.564-3.667 0-1.108.173-2.137.517-3.087a7.51 7.51 0 0 1 1.473-2.508 6.915 6.915 0 0 1 2.367-1.676c.929-.408 1.974-.611 3.134-.611.971 0 1.865.161 2.679.485a5.869 5.869 0 0 1 2.132 1.38c.595.605 1.06 1.352 1.394 2.24.345.888.517 1.902.517 3.04 0 .47-.052.789-.156.956-.105.157-.298.235-.58.235H186.25c.032.95.168 1.781.408 2.492.24.7.569 1.285.987 1.755.428.47.935.82 1.52 1.05.585.23 1.238.344 1.959.344.679 0 1.264-.078 1.755-.235.501-.156.93-.323 1.285-.501.366-.188.668-.36.909-.517.25-.157.47-.235.658-.235.251 0 .444.094.58.282l.877 1.128zM205.568 32.38c-1.285 0-2.277-.36-2.977-1.081-.689-.721-1.034-1.75-1.034-3.087v-9.528h-1.849a.688.688 0 0 1-.455-.157c-.115-.114-.172-.282-.172-.5v-1.239l2.585-.36.69-4.748a.72.72 0 0 1 .235-.408.708.708 0 0 1 .47-.156h1.551v5.343h4.514v2.225h-4.514v9.324c0 .627.152 1.097.455 1.41.313.303.71.455 1.191.455.282 0 .522-.037.721-.11.209-.073.386-.151.532-.235.147-.094.272-.178.377-.25a.507.507 0 0 1 .282-.11c.104 0 .182.026.235.078a.691.691 0 0 1 .188.22l.909 1.472a5.282 5.282 0 0 1-1.787 1.066 6.232 6.232 0 0 1-2.147.376z",fill:"#4598FA"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.815 33.284V9H70.66a6.259 6.259 0 0 1 5.823 6.243v11.783a6.258 6.258 0 0 1-6.258 6.258h-12.41zM84.56 9h-3.335v24.321h3.335V9zM61.15 29.95V12.32h9.075a2.923 2.923 0 0 1 2.923 2.923v11.783a2.923 2.923 0 0 1-2.923 2.923H61.15zM89.243 9v24.284h12.409a6.258 6.258 0 0 0 6.259-6.258V15.243A6.259 6.259 0 0 0 102.087 9H89.243zm22.912 5.636h3.728v3.728h-3.728v-3.729zm3.728 9.321h-3.728v3.729h3.728v-3.729zM92.578 12.32v17.63h9.074a2.924 2.924 0 0 0 2.924-2.924V15.243a2.924 2.924 0 0 0-2.924-2.923h-9.074z",fill:"#363844"})]}))};s3.defaultProps={viewBox:"0 0 210 42",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var r3=g.ServerLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 10.673L30.72 0 12.288 10.673v14.194L0 31.982v21.345L18.432 64l12.258-7.098.03.017.03-.017L43.008 64 61.44 53.327V31.982l-12.288-7.115V10.673zm10.368 22.42l-12.288-7.115V11.784L30.72 2.224l-16.512 9.56v14.194L1.92 33.093v19.122l16.512 9.561L30.69 54.68l.03.017.03-.017 12.258 7.097 16.512-9.56V33.093z",fill:"url(#paint0_linear_615_418)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.005 26.07V10.03h7.737a3.795 3.795 0 0 1 3.79 3.8v1.152c0 1.01-.394 1.929-1.035 2.61a3.801 3.801 0 0 1 1.901 3.295v1.382c0 2.1-1.696 3.8-3.79 3.8h-8.603zm1.684-8.983h6.226a2.11 2.11 0 0 0 1.932-2.104V13.83a2.108 2.108 0 0 0-2.105-2.112h-6.053v5.369zm0 7.294v-5.598l6.92-.007c1.163 0 2.105.945 2.105 2.111v1.382a2.108 2.108 0 0 1-2.105 2.112h-6.92zm15.566-14.352v16.04h-1.762V10.03h1.762zm8.733 4.331h-1.827a3.816 3.816 0 0 0-3.811 3.822v4.066a3.816 3.816 0 0 0 3.811 3.822h1.827a3.817 3.817 0 0 0 3.811-3.822v-4.066a3.817 3.817 0 0 0-3.811-3.822zm-1.827 1.768c-1.131 0-2.049.92-2.049 2.054v4.066c0 1.135.918 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-4.066a2.051 2.051 0 0 0-2.048-2.054h-1.827zm21.043 9.948v-5.77h2.148l3.322 5.77h2.035l-3.821-6.638 2.993-5.198h-2.035l-2.474 4.298h-2.168V10.03h-1.762v16.047h1.762zm-5.556-7.581v-.313a2.051 2.051 0 0 0-2.048-2.054h-1.827c-1.132 0-2.049.92-2.049 2.054v4.066c0 1.135.917 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-.313h1.762v.313a3.816 3.816 0 0 1-3.81 3.822h-1.827a3.816 3.816 0 0 1-3.811-3.822v-4.066a3.816 3.816 0 0 1 3.811-3.822h1.827a3.816 3.816 0 0 1 3.81 3.822v.313h-1.762zm17.918 7.575V10.03h-1.762v16.04h1.762zm4.989-5.372v1.55c0 1.135.917 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-.313h1.762v.313a3.816 3.816 0 0 1-3.81 3.822h-1.827a3.816 3.816 0 0 1-3.811-3.822v-4.066a3.816 3.816 0 0 1 3.811-3.822h1.827a3.816 3.816 0 0 1 3.81 3.822v.748h.001v1.768h-7.687zm5.924-1.768h-5.924v-.748c0-1.134.917-2.054 2.049-2.054h1.827c1.131 0 2.048.92 2.048 2.054v.748zm5.489-1.917H152.4v-1.768h1.568V12.39h1.684v2.856h4.077v1.768h-4.077v5.693c0 .925.747 1.675 1.669 1.675s1.67-.75 1.67-1.675v-.351h1.684v.351a3.358 3.358 0 0 1-3.354 3.364 3.358 3.358 0 0 1-3.353-3.364v-5.693z",fill:"#121319"}),(0,n.jsx)("path",{d:"M91.034 36.52c-.112.196-.233.34-.364.434a.793.793 0 0 1-.462.126c-.196 0-.41-.07-.644-.21-.224-.15-.495-.313-.812-.49a6.307 6.307 0 0 0-1.12-.476c-.42-.15-.92-.224-1.498-.224-.523 0-.98.065-1.372.196a2.87 2.87 0 0 0-.994.518 2.117 2.117 0 0 0-.588.812 2.59 2.59 0 0 0-.196 1.022c0 .476.13.872.392 1.19.27.317.625.588 1.064.812.439.224.938.424 1.498.602.56.177 1.134.368 1.722.574.588.196 1.162.429 1.722.7.56.261 1.06.597 1.498 1.008.439.401.789.896 1.05 1.484.27.588.406 1.302.406 2.142 0 .914-.159 1.773-.476 2.576a5.884 5.884 0 0 1-1.372 2.086c-.597.588-1.33 1.054-2.198 1.4-.868.336-1.862.504-2.982.504a9.288 9.288 0 0 1-1.904-.196 9.827 9.827 0 0 1-1.806-.532 9.763 9.763 0 0 1-1.61-.84 7.8 7.8 0 0 1-1.344-1.092l1.106-1.806c.093-.131.215-.238.364-.322a.883.883 0 0 1 .476-.14c.233 0 .485.098.756.294.27.186.593.396.966.63.373.233.807.448 1.302.644.504.186 1.106.28 1.806.28 1.073 0 1.904-.252 2.492-.756.588-.514.882-1.246.882-2.198 0-.532-.135-.966-.406-1.302a3.073 3.073 0 0 0-1.05-.84 7.585 7.585 0 0 0-1.498-.588c-.56-.159-1.13-.332-1.708-.518a14.738 14.738 0 0 1-1.708-.672 5.535 5.535 0 0 1-1.498-1.022 4.75 4.75 0 0 1-1.064-1.568c-.261-.635-.392-1.414-.392-2.338 0-.738.145-1.456.434-2.156.299-.7.728-1.321 1.288-1.862.56-.542 1.25-.976 2.072-1.302.821-.327 1.764-.49 2.828-.49 1.195 0 2.296.186 3.304.56 1.008.373 1.867.896 2.576 1.568l-.938 1.778zM104.274 44.248a3.95 3.95 0 0 0-.196-1.26 2.909 2.909 0 0 0-.56-1.05 2.557 2.557 0 0 0-.966-.7c-.382-.178-.83-.266-1.344-.266-.998 0-1.787.284-2.365.854-.57.569-.934 1.376-1.093 2.422h6.524zm-6.594 2.086c.056.737.187 1.376.392 1.918a4 4 0 0 0 .813 1.33c.335.345.732.606 1.189.784.467.168.98.252 1.54.252s1.041-.066 1.442-.196c.411-.131.766-.276 1.064-.434.308-.159.574-.304.798-.434a1.38 1.38 0 0 1 .672-.196c.29 0 .504.107.644.322l.994 1.26a5.902 5.902 0 0 1-1.288 1.134 7.653 7.653 0 0 1-1.498.728 8.298 8.298 0 0 1-1.582.378c-.532.074-1.05.112-1.554.112a7.772 7.772 0 0 1-2.785-.49 6.361 6.361 0 0 1-2.24-1.47c-.635-.654-1.135-1.456-1.499-2.408-.364-.962-.545-2.072-.545-3.332 0-.98.158-1.9.476-2.758.317-.868.77-1.62 1.358-2.254a6.47 6.47 0 0 1 2.17-1.526c.858-.374 1.824-.56 2.897-.56.906 0 1.741.144 2.506.434.766.289 1.424.714 1.974 1.274.551.55.98 1.232 1.288 2.044.318.802.476 1.722.476 2.758 0 .522-.056.877-.168 1.064-.112.177-.326.266-.644.266h-8.89zM113.24 41.21c.448-.859.98-1.531 1.596-2.016.616-.495 1.344-.742 2.184-.742.662 0 1.194.144 1.596.434l-.224 2.59c-.047.168-.117.289-.21.364a.558.558 0 0 1-.35.098c-.14 0-.35-.024-.63-.07a4.694 4.694 0 0 0-.798-.07c-.383 0-.724.056-1.022.168-.299.112-.57.275-.812.49a3.354 3.354 0 0 0-.63.756c-.178.298-.346.639-.504 1.022v8.848h-3.458V38.718h2.03c.354 0 .602.065.742.196.14.121.233.345.28.672l.21 1.624zM133.373 38.718l-5.698 14.364h-3.136l-5.698-14.364h2.856c.261 0 .476.06.644.182a.849.849 0 0 1 .35.462l2.772 7.672a20.846 20.846 0 0 1 .686 2.604 31.6 31.6 0 0 1 .308-1.288c.112-.43.247-.868.406-1.316l2.828-7.672a.944.944 0 0 1 .35-.462 1 1 0 0 1 .602-.182h2.73zM144.032 44.248a3.95 3.95 0 0 0-.196-1.26 2.909 2.909 0 0 0-.56-1.05 2.557 2.557 0 0 0-.966-.7c-.382-.178-.83-.266-1.344-.266-.998 0-1.787.284-2.366.854-.569.569-.933 1.376-1.092 2.422h6.524zm-6.594 2.086c.056.737.187 1.376.392 1.918.206.532.476.975.812 1.33.336.345.733.606 1.19.784.467.168.98.252 1.54.252s1.041-.066 1.442-.196c.411-.131.766-.276 1.064-.434.308-.159.574-.304.798-.434a1.38 1.38 0 0 1 .672-.196c.29 0 .504.107.644.322l.994 1.26a5.902 5.902 0 0 1-1.288 1.134 7.653 7.653 0 0 1-1.498.728 8.298 8.298 0 0 1-1.582.378c-.532.074-1.05.112-1.554.112a7.776 7.776 0 0 1-2.786-.49 6.37 6.37 0 0 1-2.24-1.47c-.634-.654-1.134-1.456-1.498-2.408-.364-.962-.546-2.072-.546-3.332 0-.98.159-1.9.476-2.758.318-.868.77-1.62 1.358-2.254a6.48 6.48 0 0 1 2.17-1.526c.859-.374 1.825-.56 2.898-.56.906 0 1.741.144 2.506.434.766.289 1.424.714 1.974 1.274.551.55.98 1.232 1.288 2.044.318.802.476 1.722.476 2.758 0 .522-.056.877-.168 1.064-.112.177-.326.266-.644.266h-8.89zM152.997 41.21c.448-.859.98-1.531 1.596-2.016.616-.495 1.344-.742 2.184-.742.663 0 1.195.144 1.596.434l-.224 2.59c-.046.168-.116.289-.21.364a.556.556 0 0 1-.35.098c-.14 0-.35-.024-.63-.07a4.676 4.676 0 0 0-.798-.07c-.382 0-.723.056-1.022.168a2.599 2.599 0 0 0-.812.49 3.408 3.408 0 0 0-.63.756c-.177.298-.345.639-.504 1.022v8.848h-3.458V38.718h2.03c.355 0 .602.065.742.196.14.121.234.345.28.672l.21 1.624z",fill:"#121319"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 24.83L30.72 14.19 12.288 24.831v21.283L30.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L30.72 54.539l-16.512-9.533V25.939zm13.338-2.894a.96.96 0 0 1 .924-.696h4.5a.96.96 0 0 1 .924.696l.856 2.999 2.12 1.223 3.025-.757a.96.96 0 0 1 1.064.451l2.25 3.898a.96.96 0 0 1-.14 1.148l-2.17 2.24v2.448l2.17 2.24a.96.96 0 0 1 .14 1.148l-2.25 3.899a.96.96 0 0 1-1.065.45l-3.024-.756-2.12 1.223-.856 2.998a.96.96 0 0 1-.923.697H28.47a.96.96 0 0 1-.924-.697L26.69 44.9l-2.12-1.223-3.024.757a.96.96 0 0 1-1.065-.451l-2.25-3.898a.96.96 0 0 1 .141-1.148l2.168-2.241v-2.447l-2.168-2.241a.96.96 0 0 1-.142-1.148l2.251-3.898a.96.96 0 0 1 1.065-.451l3.025.757 2.119-1.223.856-2.999zm.44 4.467a.96.96 0 0 0 .443-.567l.765-2.676h3.053l.764 2.676a.96.96 0 0 0 .443.567l2.792 1.612a.96.96 0 0 0 .713.1l2.7-.676 1.526 2.644-1.935 2a.96.96 0 0 0-.27.668v3.223c0 .25.097.489.27.668l1.935 2-1.527 2.643-2.699-.675a.96.96 0 0 0-.713.1l-2.792 1.612a.96.96 0 0 0-.443.567l-.764 2.676h-3.053l-.765-2.676a.96.96 0 0 0-.443-.567l-2.792-1.612a.96.96 0 0 0-.713-.1l-2.7.675-1.526-2.643 1.935-2a.96.96 0 0 0 .27-.668V33.86a.96.96 0 0 0-.27-.667l-1.935-2 1.527-2.644 2.7.676a.96.96 0 0 0 .712-.1l2.792-1.612zm2.734 14.128a6.168 6.168 0 1 1 0-12.337 6.168 6.168 0 0 1 0 12.337zm4.248-6.169a4.248 4.248 0 1 1-8.496 0 4.248 4.248 0 0 1 8.496 0z",fill:"url(#paint1_linear_615_418)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_418",x1:"30.72",y1:"96",x2:"94.667",y2:"34.611",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_418",x1:"27.437",y1:"99.246",x2:"97.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};r3.defaultProps={width:"170",height:"64",viewBox:"0 0 170 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var i3=g.ServerLogoNotext=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 10.642L31.72 0 13.288 10.642v14.152L1 31.89v21.283l18.432 10.642 12.258-7.077.03.017.03-.017 12.258 7.077L62.44 53.172V31.89l-12.288-7.095V10.642zM60.52 32.997l-12.288-7.094V11.75L31.72 2.217 15.208 11.75v14.153L2.92 32.997v19.067l16.512 9.533L31.69 54.52l.03.017.03-.017 12.258 7.077 16.512-9.533V32.997z",fill:"url(#paint0_linear_615_426)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 24.83L31.72 14.19 13.288 24.831v21.283L31.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L31.72 54.539l-16.512-9.533V25.939zm13.338-2.894a.96.96 0 0 1 .924-.696h4.5a.96.96 0 0 1 .924.696l.856 2.999 2.12 1.223 3.025-.757a.96.96 0 0 1 1.064.451l2.25 3.898a.96.96 0 0 1-.14 1.148l-2.17 2.24v2.448l2.17 2.24a.96.96 0 0 1 .14 1.148l-2.25 3.899a.96.96 0 0 1-1.065.45l-3.024-.756-2.12 1.223-.856 2.998a.96.96 0 0 1-.923.697H29.47a.96.96 0 0 1-.924-.697L27.69 44.9l-2.12-1.223-3.024.757a.96.96 0 0 1-1.065-.451l-2.25-3.898a.96.96 0 0 1 .141-1.148l2.168-2.241v-2.447l-2.168-2.241a.96.96 0 0 1-.142-1.148l2.251-3.898a.96.96 0 0 1 1.065-.451l3.025.757 2.119-1.223.856-2.999zm.44 4.467a.96.96 0 0 0 .443-.567l.765-2.676h3.053l.764 2.676a.96.96 0 0 0 .443.567l2.792 1.612a.96.96 0 0 0 .713.1l2.7-.676 1.526 2.644-1.935 2a.96.96 0 0 0-.27.668v3.223c0 .25.097.489.27.668l1.935 2-1.527 2.643-2.699-.675a.96.96 0 0 0-.713.1l-2.792 1.612a.96.96 0 0 0-.443.567l-.764 2.676h-3.053l-.765-2.676a.96.96 0 0 0-.443-.567l-2.792-1.612a.96.96 0 0 0-.713-.1l-2.7.675-1.526-2.643 1.935-2a.96.96 0 0 0 .27-.668V33.86a.96.96 0 0 0-.27-.667l-1.935-2 1.527-2.644 2.7.676a.96.96 0 0 0 .712-.1l2.792-1.612zm2.734 14.128a6.168 6.168 0 1 1 0-12.337 6.168 6.168 0 0 1 0 12.337zm4.248-6.169a4.248 4.248 0 1 1-8.496 0 4.248 4.248 0 0 1 8.496 0z",fill:"url(#paint1_linear_615_426)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_426",x1:"31.72",y1:"95.721",x2:"95.488",y2:"34.325",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_426",x1:"28.437",y1:"99.246",x2:"98.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};i3.defaultProps={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var a3=g.ServerLogoBg=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fill:"#fff",d:"M0 0h120v120H0z"}),(0,n.jsx)("path",{fill:"url(#paint0_linear_615_429)",d:"M0 0h119.883v119.883H0z"}),(0,n.jsx)("mask",{id:"mask0_615_429",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,n.jsx)("path",{fill:"#fff",d:"M0 0h119.883v119.883H0z"})}),(0,n.jsxs)("g",{mask:"url(#mask0_615_429)",fillRule:"evenodd",clipRule:"evenodd",children:[(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l-77.567 44.783V-2.927L59.812-29.83z",fill:"#0FA4B7"}),(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l77.567 44.783.475-103.641-78.042-30.709z",fill:"#2BE0D7"})]}),(0,n.jsx)("path",{opacity:".6",fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 25.88L59.812 9.682 31.759 25.88v21.54L13.057 58.216V90.61l28.053 16.196 18.656-10.772.046.027.045-.026 18.657 10.771 28.052-16.197V58.217L87.864 47.42v-21.54zm15.78 34.023L84.942 49.106v-21.54l-25.13-14.509-25.13 14.51v21.539L15.98 59.903v29.018l25.13 14.509 18.656-10.77.046.026.045-.027 18.656 10.771 25.131-14.509V59.903z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 47.474L59.812 31.278 31.759 47.474v32.393l28.053 16.196 28.052-16.197V47.474zm-53.183 1.687l25.13-14.509 25.131 14.51v29.017l-25.13 14.51-25.13-14.51V49.161z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M54.92 50.292l1.466-5.132h6.851l1.466 5.132 4.25 2.453 5.177-1.296 3.425 5.933-3.711 3.835v4.907l3.711 3.835-3.425 5.933-5.178-1.296-4.249 2.453-1.466 5.132h-6.85l-1.467-5.132-4.249-2.453-5.177 1.296-3.425-5.933 3.71-3.835v-4.907l-3.71-3.835 3.425-5.933 5.177 1.296 4.25-2.453z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M59.812 71.597a7.927 7.927 0 1 0 0-15.853 7.927 7.927 0 0 0 0 15.853z",fill:"#1ABBC4"}),(0,n.jsx)("defs",{children:(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_429",x1:"59.941",y1:"179.824",x2:"179.824",y2:"59.941",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})})]}))};a3.defaultProps={width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var c3=g.LauncherLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.005 25.994V10h7.737a3.79 3.79 0 0 1 3.79 3.79v1.149a3.777 3.777 0 0 1-1.035 2.602 3.788 3.788 0 0 1 1.901 3.286v1.377a3.79 3.79 0 0 1-3.79 3.79h-8.603zm1.684-8.957h6.226a2.105 2.105 0 0 0 1.932-2.098v-1.15a2.105 2.105 0 0 0-2.105-2.105h-6.053v5.353zm0 7.273v-5.582l6.92-.007c1.163 0 2.105.943 2.105 2.106v1.377a2.105 2.105 0 0 1-2.105 2.106h-6.92zM97.255 10v15.994h-1.762V10h1.762zm8.733 4.319h-1.827a3.81 3.81 0 0 0-3.811 3.81v4.054a3.81 3.81 0 0 0 3.811 3.81h1.827a3.811 3.811 0 0 0 3.811-3.81V18.13a3.811 3.811 0 0 0-3.811-3.81zm-1.827 1.762a2.05 2.05 0 0 0-2.049 2.048v4.054a2.05 2.05 0 0 0 2.049 2.049h1.827a2.048 2.048 0 0 0 2.048-2.049V18.13a2.048 2.048 0 0 0-2.048-2.048h-1.827zM125.204 26v-5.754h2.148L130.674 26h2.035l-3.821-6.618 2.993-5.184h-2.035l-2.474 4.286h-2.168V10h-1.762v16h1.762zm-5.556-7.56v-.31a2.048 2.048 0 0 0-2.048-2.05h-1.827a2.048 2.048 0 0 0-2.049 2.05v4.053c0 1.132.917 2.049 2.049 2.049h1.827a2.048 2.048 0 0 0 2.048-2.049v-.311h1.762v.311a3.81 3.81 0 0 1-3.81 3.81h-1.827a3.81 3.81 0 0 1-3.811-3.81V18.13a3.81 3.81 0 0 1 3.811-3.81h1.827a3.81 3.81 0 0 1 3.81 3.81v.312h-1.762zm17.918 7.554V10h-1.762v15.994h1.762zm4.989-5.357v1.546c0 1.132.917 2.049 2.049 2.049h1.827a2.048 2.048 0 0 0 2.048-2.049v-.311h1.762v.311a3.81 3.81 0 0 1-3.81 3.81h-1.827a3.81 3.81 0 0 1-3.811-3.81V18.13a3.81 3.81 0 0 1 3.811-3.81h1.827a3.81 3.81 0 0 1 3.81 3.81v.746h.001v1.762h-7.687zm5.924-1.762h-5.924v-.746c0-1.131.917-2.048 2.049-2.048h1.827c1.131 0 2.048.917 2.048 2.048v.746zm5.489-1.912H152.4v-1.762h1.568v-2.848h1.684v2.848h4.077v1.762h-4.077v5.677a1.669 1.669 0 1 0 3.339 0v-.35h1.684v.35a3.353 3.353 0 1 1-6.707 0v-5.677z",fill:"#121319"}),(0,n.jsx)("path",{d:"M92.112 50.259v3.108H80.254V33.123h3.766v17.136h8.092zM101.843 47.235c-.999.047-1.839.135-2.52.266-.681.121-1.227.28-1.638.476-.41.196-.705.425-.882.686a1.49 1.49 0 0 0-.266.854c0 .606.177 1.04.532 1.302.364.261.835.392 1.414.392.71 0 1.32-.126 1.834-.378.523-.261 1.031-.654 1.526-1.176v-2.422zm-7.924-6.23c1.652-1.512 3.64-2.268 5.964-2.268.84 0 1.591.14 2.254.42.663.27 1.223.653 1.68 1.148a4.765 4.765 0 0 1 1.036 1.75c.243.681.364 1.428.364 2.24v9.072h-1.568c-.327 0-.579-.047-.756-.14-.177-.103-.317-.303-.42-.602l-.308-1.036c-.364.327-.719.616-1.064.868a6.54 6.54 0 0 1-1.078.616 5.498 5.498 0 0 1-1.204.378c-.42.093-.887.14-1.4.14-.607 0-1.167-.08-1.68-.238a3.775 3.775 0 0 1-1.33-.742 3.297 3.297 0 0 1-.868-1.218c-.206-.486-.308-1.05-.308-1.694a3.308 3.308 0 0 1 .77-2.114 5.12 5.12 0 0 1 1.078-.924c.438-.29.975-.541 1.61-.756a13.74 13.74 0 0 1 2.24-.518c.85-.14 1.82-.224 2.912-.252v-.84c0-.962-.205-1.67-.616-2.128-.411-.467-1.003-.7-1.778-.7-.56 0-1.027.065-1.4.196-.364.13-.686.28-.966.448-.28.159-.537.303-.77.434-.224.13-.476.196-.756.196-.243 0-.448-.06-.616-.182a1.67 1.67 0 0 1-.406-.448l-.616-1.106zM120.85 39.003v14.364h-2.114c-.458 0-.747-.21-.868-.63l-.238-1.148a7.862 7.862 0 0 1-1.946 1.456c-.71.364-1.545.546-2.506.546-.784 0-1.48-.13-2.086-.392a4.236 4.236 0 0 1-1.512-1.134 5.016 5.016 0 0 1-.938-1.722 7.52 7.52 0 0 1-.308-2.212v-9.128h3.458v9.128c0 .877.2 1.559.602 2.044.41.476 1.022.714 1.834.714.597 0 1.157-.13 1.68-.392a6.037 6.037 0 0 0 1.484-1.106V39.003h3.458zM127.512 40.767c.29-.29.593-.556.91-.798a5.623 5.623 0 0 1 2.184-1.036 5.542 5.542 0 0 1 1.344-.154c.784 0 1.48.135 2.086.406a3.957 3.957 0 0 1 1.512 1.12 4.69 4.69 0 0 1 .924 1.722c.215.663.322 1.395.322 2.198v9.142h-3.458v-9.142c0-.878-.2-1.554-.602-2.03-.401-.486-1.012-.728-1.834-.728-.597 0-1.157.135-1.68.406-.522.27-1.017.64-1.484 1.106v10.388h-3.458V39.003h2.114c.448 0 .742.21.882.63l.238 1.134zM150.373 42.04c-.103.132-.205.234-.308.309-.093.075-.233.112-.42.112a.982.982 0 0 1-.518-.154 9.315 9.315 0 0 0-.602-.364 3.902 3.902 0 0 0-.84-.364c-.317-.112-.714-.168-1.19-.168-.607 0-1.139.112-1.596.336-.457.215-.84.527-1.148.938-.299.41-.523.91-.672 1.498-.149.578-.224 1.236-.224 1.974 0 .765.079 1.447.238 2.044.168.597.406 1.101.714 1.512.308.401.681.71 1.12.924.439.205.933.308 1.484.308.551 0 .994-.066 1.33-.196.345-.14.635-.29.868-.448.233-.168.434-.318.602-.448a.925.925 0 0 1 .588-.21c.28 0 .49.107.63.322l.994 1.26a6.449 6.449 0 0 1-1.246 1.134 7.144 7.144 0 0 1-1.4.728 7.208 7.208 0 0 1-1.484.378 10.3 10.3 0 0 1-1.512.112 6.448 6.448 0 0 1-2.506-.49 6 6 0 0 1-2.058-1.456c-.588-.635-1.055-1.41-1.4-2.324-.336-.924-.504-1.974-.504-3.15 0-1.055.149-2.03.448-2.926.308-.906.756-1.685 1.344-2.338a6.09 6.09 0 0 1 2.184-1.554c.868-.373 1.867-.56 2.996-.56 1.073 0 2.011.172 2.814.518.812.345 1.54.84 2.184 1.484l-.91 1.26zM157.049 40.543a7.51 7.51 0 0 1 1.848-1.274c.672-.327 1.46-.49 2.366-.49.784 0 1.479.135 2.086.406.606.261 1.11.634 1.512 1.12.41.476.718 1.05.924 1.722.214.663.322 1.395.322 2.198v9.142h-3.458v-9.142c0-.878-.201-1.554-.602-2.03-.402-.486-1.013-.728-1.834-.728-.598 0-1.158.135-1.68.406-.523.27-1.018.64-1.484 1.106v10.388h-3.458V32.563h3.458v7.98zM178.649 44.533a3.95 3.95 0 0 0-.196-1.26 2.908 2.908 0 0 0-.559-1.05 2.562 2.562 0 0 0-.967-.7c-.382-.178-.83-.266-1.343-.266-.999 0-1.788.285-2.367.854-.569.57-.933 1.377-1.091 2.422h6.523zm-6.593 2.086c.056.737.186 1.377.392 1.918.205.532.475.975.811 1.33.336.345.733.607 1.191.784.466.168.98.252 1.54.252s1.04-.066 1.442-.196c.41-.13.765-.276 1.063-.434.308-.159.575-.304.799-.434.233-.13.457-.196.671-.196.29 0 .504.107.644.322l.995 1.26a5.93 5.93 0 0 1-1.289 1.134 7.641 7.641 0 0 1-1.498.728 8.291 8.291 0 0 1-1.581.378c-.532.074-1.05.112-1.554.112a7.766 7.766 0 0 1-2.786-.49 6.352 6.352 0 0 1-2.24-1.47c-.635-.653-1.134-1.456-1.498-2.408-.364-.962-.546-2.072-.546-3.332 0-.98.158-1.9.476-2.758.317-.868.77-1.62 1.358-2.254a6.462 6.462 0 0 1 2.17-1.526c.858-.373 1.824-.56 2.898-.56.905 0 1.74.144 2.506.434a5.41 5.41 0 0 1 1.973 1.274c.551.55.981 1.232 1.289 2.044.317.803.475 1.722.475 2.758 0 .523-.055.877-.167 1.064-.112.177-.327.266-.644.266h-8.89zM187.615 41.495c.448-.859.98-1.53 1.596-2.016.616-.495 1.344-.742 2.184-.742.662 0 1.194.145 1.596.434l-.224 2.59c-.047.168-.117.29-.21.364a.558.558 0 0 1-.35.098c-.14 0-.35-.023-.63-.07a4.704 4.704 0 0 0-.798-.07c-.383 0-.724.056-1.022.168-.299.112-.57.275-.812.49a3.359 3.359 0 0 0-.63.756c-.178.298-.346.64-.504 1.022v8.848h-3.458V39.003h2.03c.354 0 .602.065.742.196.14.121.233.345.28.672l.21 1.624z",fill:"#121319"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 10.642L30.72 0 12.288 10.642v14.152L0 31.89v21.283l18.432 10.642 12.258-7.077.03.017.03-.017 12.258 7.077L61.44 53.172V31.89l-12.288-7.095V10.642zM59.52 32.997l-12.288-7.094V11.75L30.72 2.217 14.208 11.75v14.153L1.92 32.997v19.067l16.512 9.533L30.69 54.52l.03.017.03-.017 12.258 7.077 16.512-9.533V32.997z",fill:"url(#paint0_linear_615_416)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 24.83L30.72 14.19 12.288 24.831v21.283L30.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L30.72 54.539l-16.512-9.533V25.939zm14.52-3.756l.484.284 12.202 7.142 1.073.61V40.4l-.408.287-.461.32-12.89 7.545-7.743-4.503.02-17.35 7.722-4.516zm-5.822 20.762l.017-15.145 5.804-3.393 11.728 6.866.112.063v8.066L28.725 46.33l-5.819-3.384zm4.04-12.717l1.442-.827L37.2 34.53v1.66l-8.845 5.146-1.443-.833.034-10.273zm7.862 5.133l-5.971 3.474.023-6.935 5.948 3.46z",fill:"url(#paint1_linear_615_416)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_416",x1:"30.72",y1:"95.721",x2:"94.488",y2:"34.325",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_416",x1:"27.437",y1:"99.246",x2:"97.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};c3.defaultProps={width:"193",height:"64",viewBox:"0 0 193 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var d3=g.LauncherLogoNotext=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 10.642L31.72 0 13.288 10.642v14.152L1 31.89v21.283l18.432 10.642 12.258-7.077.03.017.03-.017 12.258 7.077L62.44 53.172V31.89l-12.288-7.095V10.642zM60.52 32.997l-12.288-7.094V11.75L31.72 2.217 15.208 11.75v14.153L2.92 32.997v19.067l16.512 9.533L31.69 54.52l.03.017.03-.017 12.258 7.077 16.512-9.533V32.997z",fill:"url(#paint0_linear_615_428)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 24.83L31.72 14.19 13.288 24.831v21.283L31.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L31.72 54.539l-16.512-9.533V25.939zm14.52-3.756l.484.284 12.202 7.142 1.073.61V40.4l-.408.287-.461.32-12.89 7.545-7.743-4.503.02-17.35 7.722-4.516zm-5.822 20.762l.017-15.145 5.804-3.393 11.728 6.866.112.063v8.066L29.725 46.33l-5.819-3.384zm4.04-12.717l1.442-.827L38.2 34.53v1.66l-8.845 5.146-1.443-.833.034-10.273zm7.862 5.133l-5.971 3.474.023-6.935 5.948 3.46z",fill:"url(#paint1_linear_615_428)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_428",x1:"31.72",y1:"95.721",x2:"95.488",y2:"34.325",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_428",x1:"28.437",y1:"99.246",x2:"98.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};d3.defaultProps={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var u3=g.LauncherLogoBg=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fill:"#fff",d:"M0 0h120v120H0z"}),(0,n.jsx)("path",{fill:"url(#paint0_linear_615_431)",d:"M0 0h119.883v119.883H0z"}),(0,n.jsx)("mask",{id:"mask0_615_431",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,n.jsx)("path",{fill:"#fff",d:"M0 0h119.883v119.883H0z"})}),(0,n.jsxs)("g",{mask:"url(#mask0_615_431)",fillRule:"evenodd",clipRule:"evenodd",children:[(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l-77.567 44.783L-6.439-12.293l66.25-17.538z",fill:"#0FA4B7"}),(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l77.567 44.783-1.281-105.982-76.286-28.368z",fill:"#2BE0D7"})]}),(0,n.jsx)("path",{opacity:".6",fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 25.88L59.812 9.682 31.759 25.88v21.54L13.057 58.216V90.61l28.053 16.196 18.656-10.772.046.027.045-.026 18.657 10.771 28.052-16.197V58.217L87.864 47.42v-21.54zm15.78 34.023L84.942 49.106v-21.54l-25.13-14.509-25.13 14.51v21.539L15.98 59.903v29.018l25.13 14.51 18.656-10.772.046.026.045-.026 18.656 10.772 25.131-14.51V59.903z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 47.474L59.812 31.278 31.759 47.474v32.393l28.053 16.196 28.052-16.197V47.474zm-53.183 1.687l25.13-14.509 25.131 14.51v29.017l-25.13 14.51-25.13-14.51V49.161z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.445 50.929l10.483-6.13 18.93 11.082.91.517V70.54l-.61.43-19.23 11.256-10.511-6.113.028-25.184z",fill:"#fff"}),(0,n.jsx)("path",{d:"M54.128 55.69l2.196-1.258 13.41 7.803v2.525l-13.462 7.833-2.196-1.267.052-15.636z",fill:"#19B9C3"}),(0,n.jsx)("defs",{children:(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_431",x1:"59.941",y1:"179.824",x2:"179.824",y2:"59.941",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})})]}))};u3.defaultProps={width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var p3=g.StoreLogo=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 10.673L30.72 0 12.288 10.673v14.194L0 31.982v21.345L18.432 64l12.258-7.098.03.017.03-.017L43.008 64 61.44 53.327V31.982l-12.288-7.115V10.673zm10.368 22.42l-12.288-7.115V11.784L30.72 2.224l-16.512 9.56v14.194L1.92 33.093v19.122l16.512 9.561L30.69 54.68l.03.017.03-.017 12.258 7.097 16.512-9.56V33.093z",fill:"url(#paint0_linear_615_417)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.152 24.903L30.72 14.23 12.288 24.903V46.25L30.72 56.92 49.152 46.25V24.903zm-34.944 1.112l16.512-9.561 16.512 9.56v19.123l-16.512 9.56-16.512-9.56V26.015zm17.471-.59v2.168a6.931 6.931 0 0 1 5.042-2.168h4.135v4.148a6.97 6.97 0 0 1-2.13 5.026h2.13v11.128H20.584V25.425h11.095zm-9.175 1.926v7.276h7.255v-7.276h-7.255zm14.217 0h2.215v2.222c0 2.791-2.256 5.054-5.04 5.054h-2.215v-2.222c0-2.791 2.256-5.054 5.04-5.054zM22.504 43.8h7.255v-7.276h-7.255V43.8zm9.177 0v-7.276h7.255V43.8h-7.255z",fill:"url(#paint1_linear_615_417)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.005 26.07V10.03h7.737a3.795 3.795 0 0 1 3.79 3.8v1.152c0 1.01-.394 1.929-1.035 2.61a3.801 3.801 0 0 1 1.901 3.295v1.382c0 2.1-1.696 3.8-3.79 3.8h-8.603zm1.684-8.983h6.226a2.11 2.11 0 0 0 1.932-2.104V13.83a2.108 2.108 0 0 0-2.105-2.112h-6.053v5.369zm0 7.294v-5.598l6.92-.007c1.163 0 2.105.945 2.105 2.111v1.382a2.108 2.108 0 0 1-2.105 2.112h-6.92zm15.566-14.352v16.04h-1.762V10.03h1.762zm8.733 4.331h-1.827a3.816 3.816 0 0 0-3.811 3.822v4.066a3.816 3.816 0 0 0 3.811 3.822h1.827a3.817 3.817 0 0 0 3.811-3.822v-4.066a3.817 3.817 0 0 0-3.811-3.822zm-1.827 1.768c-1.131 0-2.049.92-2.049 2.054v4.066c0 1.135.918 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-4.066a2.051 2.051 0 0 0-2.048-2.054h-1.827zm21.043 9.948v-5.77h2.148l3.322 5.77h2.035l-3.821-6.638 2.993-5.198h-2.035l-2.474 4.298h-2.168V10.03h-1.762v16.047h1.762zm-5.556-7.581v-.313a2.051 2.051 0 0 0-2.048-2.054h-1.827c-1.132 0-2.049.92-2.049 2.054v4.066c0 1.135.917 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-.313h1.762v.313a3.816 3.816 0 0 1-3.81 3.822h-1.827a3.816 3.816 0 0 1-3.811-3.822v-4.066a3.816 3.816 0 0 1 3.811-3.822h1.827a3.816 3.816 0 0 1 3.81 3.822v.313h-1.762zm17.918 7.575V10.03h-1.762v16.04h1.762zm4.989-5.372v1.55c0 1.135.917 2.054 2.049 2.054h1.827c1.131 0 2.048-.92 2.048-2.054v-.313h1.762v.313a3.816 3.816 0 0 1-3.81 3.822h-1.827a3.816 3.816 0 0 1-3.811-3.822v-4.066a3.816 3.816 0 0 1 3.811-3.822h1.827a3.816 3.816 0 0 1 3.81 3.822v.748h.001v1.768h-7.687zm5.924-1.768h-5.924v-.748c0-1.134.917-2.054 2.049-2.054h1.827c1.131 0 2.048.92 2.048 2.054v.748zm5.489-1.917H152.4v-1.768h1.568V12.39h1.684v2.856h4.077v1.768h-4.077v5.693c0 .925.747 1.675 1.669 1.675s1.67-.75 1.67-1.675v-.351h1.684v.351a3.358 3.358 0 0 1-3.354 3.364 3.358 3.358 0 0 1-3.353-3.364v-5.693z",fill:"#121319"}),(0,n.jsx)("path",{d:"M91.034 36.52c-.112.196-.233.34-.364.434a.793.793 0 0 1-.462.126c-.196 0-.41-.07-.644-.21-.224-.15-.495-.313-.812-.49a6.307 6.307 0 0 0-1.12-.476c-.42-.15-.92-.224-1.498-.224-.523 0-.98.065-1.372.196a2.87 2.87 0 0 0-.994.518 2.117 2.117 0 0 0-.588.812 2.59 2.59 0 0 0-.196 1.022c0 .476.13.872.392 1.19.27.317.625.588 1.064.812.439.224.938.424 1.498.602.56.177 1.134.368 1.722.574.588.196 1.162.429 1.722.7.56.261 1.06.597 1.498 1.008.439.401.789.896 1.05 1.484.27.588.406 1.302.406 2.142 0 .914-.159 1.773-.476 2.576a5.884 5.884 0 0 1-1.372 2.086c-.597.588-1.33 1.054-2.198 1.4-.868.336-1.862.504-2.982.504a9.288 9.288 0 0 1-1.904-.196 9.827 9.827 0 0 1-1.806-.532 9.763 9.763 0 0 1-1.61-.84 7.8 7.8 0 0 1-1.344-1.092l1.106-1.806c.093-.131.215-.238.364-.322a.883.883 0 0 1 .476-.14c.233 0 .485.098.756.294.27.186.593.396.966.63.373.233.807.448 1.302.644.504.186 1.106.28 1.806.28 1.073 0 1.904-.252 2.492-.756.588-.514.882-1.246.882-2.198 0-.532-.135-.966-.406-1.302a3.073 3.073 0 0 0-1.05-.84 7.585 7.585 0 0 0-1.498-.588c-.56-.159-1.13-.332-1.708-.518a14.738 14.738 0 0 1-1.708-.672 5.535 5.535 0 0 1-1.498-1.022 4.75 4.75 0 0 1-1.064-1.568c-.261-.635-.392-1.414-.392-2.338 0-.738.145-1.456.434-2.156.299-.7.728-1.321 1.288-1.862.56-.542 1.25-.976 2.072-1.302.821-.327 1.764-.49 2.828-.49 1.195 0 2.296.186 3.304.56 1.008.373 1.867.896 2.576 1.568l-.938 1.778zM99.234 53.306c-1.25 0-2.212-.35-2.884-1.05-.662-.71-.994-1.685-.994-2.926v-8.022h-1.47a.674.674 0 0 1-.476-.182c-.13-.122-.196-.304-.196-.546v-1.372l2.31-.378.728-3.92a.767.767 0 0 1 .266-.434.791.791 0 0 1 .504-.154h1.792v4.522h3.836v2.464h-3.836v7.784c0 .448.108.798.322 1.05.224.252.528.378.91.378.215 0 .392-.024.532-.07a2.91 2.91 0 0 0 .378-.168c.112-.056.21-.108.294-.154a.452.452 0 0 1 .252-.084c.103 0 .187.028.252.084a.96.96 0 0 1 .21.224l1.036 1.68a5.229 5.229 0 0 1-1.736.952 6.46 6.46 0 0 1-2.03.322zM111.111 38.494c1.064 0 2.03.172 2.898.518a6.283 6.283 0 0 1 2.24 1.47c.625.634 1.106 1.409 1.442 2.324.336.914.504 1.936.504 3.066 0 1.138-.168 2.165-.504 3.08-.336.914-.817 1.694-1.442 2.338a6.195 6.195 0 0 1-2.24 1.484c-.868.345-1.834.518-2.898.518-1.073 0-2.049-.173-2.926-.518a6.329 6.329 0 0 1-2.254-1.484c-.616-.644-1.097-1.424-1.442-2.338-.336-.915-.504-1.942-.504-3.08 0-1.13.168-2.152.504-3.066.345-.915.826-1.69 1.442-2.324a6.421 6.421 0 0 1 2.254-1.47c.877-.346 1.853-.518 2.926-.518zm0 12.138c1.195 0 2.077-.402 2.646-1.204.579-.803.868-1.979.868-3.528 0-1.55-.289-2.73-.868-3.542-.569-.812-1.451-1.218-2.646-1.218-1.213 0-2.114.41-2.702 1.232-.579.812-.868 1.988-.868 3.528s.289 2.716.868 3.528c.588.802 1.489 1.204 2.702 1.204zM124.095 41.21c.448-.859.98-1.531 1.596-2.016.616-.495 1.344-.742 2.184-.742.663 0 1.195.144 1.596.434l-.224 2.59c-.047.168-.117.289-.21.364a.558.558 0 0 1-.35.098c-.14 0-.35-.024-.63-.07a4.694 4.694 0 0 0-.798-.07c-.383 0-.723.056-1.022.168a2.587 2.587 0 0 0-.812.49 3.408 3.408 0 0 0-.63.756c-.177.298-.345.639-.504 1.022v8.848h-3.458V38.718h2.03c.355 0 .602.065.742.196.14.121.233.345.28.672l.21 1.624zM140.122 44.248a3.95 3.95 0 0 0-.196-1.26 2.909 2.909 0 0 0-.56-1.05 2.557 2.557 0 0 0-.966-.7c-.383-.178-.831-.266-1.344-.266-.999 0-1.787.284-2.366.854-.569.569-.933 1.376-1.092 2.422h6.524zm-6.594 2.086c.056.737.187 1.376.392 1.918.205.532.476.975.812 1.33.336.345.733.606 1.19.784.467.168.98.252 1.54.252s1.041-.066 1.442-.196c.411-.131.765-.276 1.064-.434.308-.159.574-.304.798-.434.233-.131.457-.196.672-.196.289 0 .504.107.644.322l.994 1.26a5.925 5.925 0 0 1-1.288 1.134 7.653 7.653 0 0 1-1.498.728 8.316 8.316 0 0 1-1.582.378c-.532.074-1.05.112-1.554.112a7.772 7.772 0 0 1-2.786-.49 6.361 6.361 0 0 1-2.24-1.47c-.635-.654-1.134-1.456-1.498-2.408-.364-.962-.546-2.072-.546-3.332 0-.98.159-1.9.476-2.758.317-.868.77-1.62 1.358-2.254a6.47 6.47 0 0 1 2.17-1.526c.859-.374 1.825-.56 2.898-.56a7.03 7.03 0 0 1 2.506.434 5.42 5.42 0 0 1 1.974 1.274c.551.55.98 1.232 1.288 2.044.317.802.476 1.722.476 2.758 0 .522-.056.877-.168 1.064-.112.177-.327.266-.644.266h-8.89z",fill:"#121319"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_417",x1:"30.72",y1:"96",x2:"94.667",y2:"34.611",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_417",x1:"27.437",y1:"99.536",x2:"97.914",y2:"45.267",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};p3.defaultProps={width:"170",height:"64",viewBox:"0 0 170 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var h3=g.StoreLogoNotext=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 10.642L31.72 0 13.288 10.642v14.152L1 31.89v21.283l18.432 10.642 12.258-7.077.03.017.03-.017 12.258 7.077L62.44 53.172V31.89l-12.288-7.095V10.642zM60.52 32.997l-12.288-7.094V11.75L31.72 2.217 15.208 11.75v14.153L2.92 32.997v19.067l16.512 9.533L31.69 54.52l.03.017.03-.017 12.258 7.077 16.512-9.533V32.997z",fill:"url(#paint0_linear_615_427)"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50.152 24.83L31.72 14.19 13.288 24.831v21.283L31.72 56.756l18.432-10.642V24.831zm-34.944 1.11l16.512-9.534 16.512 9.533v19.067L31.72 54.539l-16.512-9.533V25.939zm17.471-.589v2.162a6.94 6.94 0 0 1 5.042-2.162h4.135v4.136a6.94 6.94 0 0 1-2.13 5.011h2.13v11.096H21.584V25.35h11.095zm-9.175 1.92v7.255h7.255v-7.255h-7.255zm14.217 0h2.215v2.215a5.04 5.04 0 0 1-5.04 5.04h-2.215v-2.215a5.04 5.04 0 0 1 5.04-5.04zM23.504 43.674h7.255v-7.256h-7.255v7.256zm9.177 0v-7.256h7.255v7.256h-7.255z",fill:"url(#paint1_linear_615_427)"}),(0,n.jsxs)("defs",{children:[(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_427",x1:"31.72",y1:"95.721",x2:"95.488",y2:"34.325",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]}),(0,n.jsxs)("linearGradient",{id:"paint1_linear_615_427",x1:"28.437",y1:"99.246",x2:"98.761",y2:"44.937",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})]})]}))};h3.defaultProps={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var f3=g.StoreLogoBg=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fill:"#fff",d:"M0 0h120v120H0z"}),(0,n.jsx)("path",{fill:"url(#paint0_linear_615_430)",d:"M0 0h119.883v119.883H0z"}),(0,n.jsx)("mask",{id:"mask0_615_430",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,n.jsx)("path",{fill:"#fff",d:"M0 0h119.883v119.883H0z"})}),(0,n.jsxs)("g",{mask:"url(#mask0_615_430)",fillRule:"evenodd",clipRule:"evenodd",children:[(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l-77.567 44.783 1.95-119.446L59.812-29.83z",fill:"#0FA4B7"}),(0,n.jsx)("path",{opacity:".5",d:"M59.812-29.83v89.566l77.567 44.783V-12.878L59.812-29.831z",fill:"#2BE0D7"})]}),(0,n.jsx)("path",{opacity:".6",fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 25.88L59.812 9.682 31.759 25.88v21.54L13.057 58.216V90.61l28.053 16.196 18.656-10.772.046.027.045-.026 18.657 10.771 28.052-16.197V58.217L87.864 47.42v-21.54zm15.78 34.023L84.942 49.106v-21.54l-25.13-14.509-25.13 14.51v21.539L15.98 59.903v29.018l25.13 14.509 18.656-10.77.046.026.045-.027 18.656 10.771 25.131-14.509V59.903z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M87.864 47.474L59.812 31.278 31.759 47.474v32.393l28.053 16.196 28.052-16.197V47.474zm-53.183 1.687l25.13-14.509 25.131 14.51v29.017l-25.13 14.51-25.13-14.51V49.161z",fill:"#fff"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.277 61.997V49.162h12.835v12.835H45.277zm25.15-12.835h3.92v3.919a8.916 8.916 0 0 1-8.916 8.916h-3.92v-3.92a8.916 8.916 0 0 1 8.917-8.915zm-25.15 29.017h12.835V65.344H45.277v12.835zm16.235 0V65.344h12.835v12.835H61.512z",fill:"#fff"}),(0,n.jsx)("defs",{children:(0,n.jsxs)("linearGradient",{id:"paint0_linear_615_430",x1:"59.941",y1:"179.824",x2:"179.824",y2:"59.941",gradientUnits:"userSpaceOnUse",children:[(0,n.jsx)("stop",{stopColor:"#0FA4B7"}),(0,n.jsx)("stop",{offset:".495",stopColor:"#1DC1C7"}),(0,n.jsx)("stop",{offset:"1",stopColor:"#2BE0D7"})]})})]}))};f3.defaultProps={width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var x3=g.Blocklets=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M4.005 31a3.005 3.005 0 0 1-2.99-2.717L1 27.995V5.956a3.005 3.005 0 0 1 2.717-2.99l.288-.015h9.016a3.005 3.005 0 0 1 2.992 2.715l.014.29v.51l4.385-4.547a3.005 3.005 0 0 1 4.022-.276l.232.202 5.524 5.46a3.005 3.005 0 0 1 .222 4.029l-.206.232-4.63 4.408h.468a3.005 3.005 0 0 1 2.992 2.715l.014.29v9.016a3.006 3.006 0 0 1-2.715 2.991l-.29.014H4.004zm10.018-13.023H3.003v10.018a1.002 1.002 0 0 0 .654.94l.168.046.18.015h10.018V17.977zm12.021 0H16.027v11.02h10.017a1.002 1.002 0 0 0 .986-.822l.016-.18v-9.016a1.002 1.002 0 0 0-.821-.986l-.18-.016zm-10.017-5.59v3.587h3.586l-3.586-3.586zM13.02 4.956H4.005a1.002 1.002 0 0 0-.985.821l-.016.18v10.018h11.02V5.956a1.001 1.001 0 0 0-.654-.94l-.168-.045-.18-.016zm10.262-1.657a1.008 1.008 0 0 0-1.292-.106l-.136.12-5.241 5.435a1.001 1.001 0 0 0-.114 1.248l.126.157 5.241 5.239a1.002 1.002 0 0 0 1.242.14l.156-.122 5.526-5.263a1.002 1.002 0 0 0 .108-1.279l-.118-.138-5.497-5.431z",fill:"currentColor"})}))};x3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var v3=g.CodeFolder=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.667 5.2a.133.133 0 0 0-.134.133v21.334a.133.133 0 0 0 .134.133h22.666a.133.133 0 0 0 .134-.133V9.333a.133.133 0 0 0-.134-.133H16a1.2 1.2 0 0 1-.922-.432L12.105 5.2H4.667zM2.875 3.542A2.533 2.533 0 0 1 4.667 2.8h8a1.2 1.2 0 0 1 .921.432L16.563 6.8h10.771a2.533 2.533 0 0 1 2.534 2.533v17.334a2.533 2.533 0 0 1-2.534 2.533H4.667a2.533 2.533 0 0 1-2.534-2.533V5.333c0-.672.267-1.316.742-1.791z",fill:"currentColor"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.182 13.818a1.2 1.2 0 0 1 0 1.697L11.697 18l2.485 2.485a1.2 1.2 0 1 1-1.697 1.697L9.15 18.849a1.2 1.2 0 0 1 0-1.698l3.334-3.333a1.2 1.2 0 0 1 1.697 0zm3.636 0a1.2 1.2 0 0 1 1.697 0l3.334 3.333a1.2 1.2 0 0 1 0 1.698l-3.334 3.333a1.2 1.2 0 1 1-1.697-1.697L20.303 18l-2.485-2.485a1.2 1.2 0 0 1 0-1.697z",fill:"currentColor"})]}))};v3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var m3=g.Dashboard=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.33 8.207A11.52 11.52 0 0 1 23.504 26.34H8.496A11.52 11.52 0 0 1 9.33 8.207zM16 3.52a14.08 14.08 0 0 0-8.76 25.102c.226.18.506.278.796.278h15.928c.29 0 .57-.098.797-.278A14.08 14.08 0 0 0 16 3.52zm5.883 10.072a1.28 1.28 0 0 0-1.81-1.81l-2.205 2.205a4.124 4.124 0 1 0 1.81 1.81l2.205-2.205zm-7.447 4.073a1.564 1.564 0 1 1 3.128 0 1.564 1.564 0 0 1-3.129 0z",fill:"currentColor"})}))};m3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var g3=g.Log=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 3.2h16c2.646 0 4.8 2.125 4.8 4.8 0 1.571-.54 3.093-1.253 4.509-.709 1.406-1.645 2.813-2.531 4.14l-.018.028c-.908 1.365-1.766 2.654-2.401 3.913-.637 1.263-.997 2.39-.997 3.418a2.4 2.4 0 1 0 3.733-1.997 1.2 1.2 0 0 1 1.334-1.993A4.8 4.8 0 0 1 24 28.808H8a4.8 4.8 0 0 1-4.8-4.8c0-2.531 1.426-5.016 2.843-7.21.333-.513.666-1.015.993-1.507l.004-.006c.757-1.135 1.477-2.218 2.06-3.277H7.215c-.922 0-2.21-.213-3.051-1.253A4.288 4.288 0 0 1 3.2 8 4.8 4.8 0 0 1 8 3.2zM6.303 6.303A2.4 2.4 0 0 1 8 5.6h11.842A4.782 4.782 0 0 0 19.2 8c-.004.55.096 1.095.294 1.608H7.216c-.664 0-1.029-.171-1.184-.363A1.889 1.889 0 0 1 5.6 8a2.4 2.4 0 0 1 .703-1.697zM26.4 8c0-1.34-1.07-2.4-2.4-2.4A2.4 2.4 0 0 0 21.6 8c0 .762.357 1.334 1.067 1.811A1.2 1.2 0 0 1 22 12.008H11.789c-.747 1.605-1.826 3.224-2.837 4.74l-.183.276c-.244.366-.483.726-.71 1.077C6.608 20.346 5.6 22.274 5.6 24.008a2.4 2.4 0 0 0 2.4 2.4h11.842a4.782 4.782 0 0 1-.642-2.4c0-1.566.54-3.085 1.254-4.5.706-1.398 1.637-2.796 2.52-4.12l.028-.042c.908-1.365 1.764-2.653 2.401-3.917.637-1.264.997-2.395.997-3.429zm-14.396 7.462a1.186 1.186 0 0 0 .838 2.024h6.324a1.186 1.186 0 0 0 0-2.371h-6.324c-.314 0-.616.125-.838.347zm-2.766 4.742c.222-.222.524-.347.838-.347H16.4a1.186 1.186 0 1 1 0 2.371h-6.323a1.185 1.185 0 0 1-.838-2.024z",fill:"currentColor"})}))};g3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var b3=g.Setting=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.996 2.168A3.968 3.968 0 0 0 17.173 1h-1.852a3.963 3.963 0 0 0-2.78 1.132 3.81 3.81 0 0 0-1.128 2.39l-.013.291a1.707 1.707 0 0 1-1.72 1.686 1.619 1.619 0 0 1-.637-.141l-.2-.105a3.969 3.969 0 0 0-5.329 1.44L2.54 9.261a3.813 3.813 0 0 0 1.146 5.11l.234.147c.572.324.9.88.9 1.482 0 .553-.277 1.07-.74 1.384l-.157.096a3.79 3.79 0 0 0-1.545 4.946l.128.24.955 1.617a3.91 3.91 0 0 0 2.355 1.822 4.01 4.01 0 0 0 2.691-.193l.266-.13c.45-.254.915-.316 1.35-.201.434.112.805.392 1.032.778.119.192.194.408.222.633l.012.22C11.386 29.275 13.148 31 15.32 31h1.852c2.052 0 3.756-1.544 3.923-3.538l.012-.257a1.692 1.692 0 0 1 1.714-1.731c.226.008.447.06.653.15l.204.104c1.722.973 3.98.473 5.14-1.165l.15-.227.99-1.616a3.776 3.776 0 0 0 .408-2.935 3.842 3.842 0 0 0-1.542-2.159l-.249-.158c-.435-.247-.723-.611-.84-1.042a1.641 1.641 0 0 1 .176-1.27c.123-.213.292-.396.495-.535l.385-.238a3.804 3.804 0 0 0 1.326-4.806l-.085-.166a1.006 1.006 0 0 0-.063-.128l-.921-1.564c-1.023-1.74-3.236-2.416-5.08-1.567l-.247.125c-.44.253-.906.316-1.344.205a1.693 1.693 0 0 1-1.042-.77 1.536 1.536 0 0 1-.216-.624l-.014-.221c.033-.943-.369-1.951-1.11-2.699zm-4.675 1.003h1.853c.463 0 .907.183 1.234.51.322.324.497.765.485 1.221l.02.38a3.73 3.73 0 0 0 .514 1.531 3.91 3.91 0 0 0 2.394 1.77 3.992 3.992 0 0 0 2.976-.408l.154-.076.168-.066c.767-.24 1.6.078 2.01.77l.878 1.492.02.042.104.201c.356.744.059 1.686-.71 2.126l-.24.148a3.86 3.86 0 0 0-1.189 1.257 3.77 3.77 0 0 0-.397 2.916c.247.9.813 1.68 1.593 2.193l.41.255c.693.5.89 1.447.454 2.183l-.966 1.578-.11.166c-.447.628-1.329.861-2.073.541l-.474-.236a4.12 4.12 0 0 0-1.572-.362 3.976 3.976 0 0 0-2.815 1.125 3.802 3.802 0 0 0-1.15 2.735l-.008.165c-.07.825-.813 1.5-1.71 1.5h-1.851c-.888 0-1.617-.657-1.71-1.5l-.03-.53a3.888 3.888 0 0 0-2.888-3.315 3.978 3.978 0 0 0-2.979.392l-.163.078a1.74 1.74 0 0 1-2.163-.741l-.945-1.595-.084-.16c-.357-.742-.06-1.684.708-2.119l.234-.143c1.098-.744 1.734-1.928 1.734-3.196a3.834 3.834 0 0 0-1.731-3.193l-.392-.243a1.654 1.654 0 0 1-.468-2.196l.975-1.568a1.744 1.744 0 0 1 2.357-.645l.288.15c.502.234 1.049.359 1.603.366 2.08 0 3.78-1.566 3.936-3.558l.02-.459a1.64 1.64 0 0 1 .487-.99 1.727 1.727 0 0 1 1.21-.492zm.933 7.926c2.764 0 5.004 2.195 5.004 4.902 0 2.708-2.24 4.902-5.004 4.902-2.763 0-5.004-2.194-5.004-4.902 0-2.707 2.241-4.902 5.004-4.902zM13.467 16c0-1.507 1.248-2.73 2.787-2.73 1.54 0 2.787 1.223 2.787 2.73 0 1.508-1.248 2.73-2.787 2.73s-2.787-1.222-2.787-2.73z",fill:"currentColor"})}))};b3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var j3=g.Store=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{d:"M30.4 12.034v-.056a.582.582 0 0 1-.014-.069v-.041c-.014-.028-.014-.056-.027-.083v-.028l-1.98-6.95A2.243 2.243 0 0 0 26.245 3.2H5.754a2.243 2.243 0 0 0-2.132 1.606l-1.98 6.95v.029c-.014.027-.014.055-.028.083v.041a.594.594 0 0 1-.014.07v2.298a5.538 5.538 0 0 0 2.215 4.43v8.862a2.216 2.216 0 0 0 2.216 2.216h19.938a2.215 2.215 0 0 0 2.216-2.216v-8.861a5.537 5.537 0 0 0 2.215-4.431v-2.243zM5.754 5.415h20.492l1.579 5.539H4.175l1.579-5.539zm6.923 7.754h6.646v1.108a3.323 3.323 0 1 1-6.646 0v-1.108zm-2.216 0v1.108a3.323 3.323 0 0 1-4.86 2.95 1.201 1.201 0 0 0-.249-.153 3.31 3.31 0 0 1-1.537-2.797v-1.108h6.646zm15.508 14.4H6.031v-7.864a5.539 5.539 0 0 0 5.538-2.105 5.538 5.538 0 0 0 8.862 0 5.537 5.537 0 0 0 5.538 2.105v7.864zm.679-10.495a1.2 1.2 0 0 0-.25.152 3.323 3.323 0 0 1-4.86-2.95V13.17h6.647v1.108a3.31 3.31 0 0 1-1.537 2.797z",fill:"currentColor"})}))};j3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var w3=g.Team=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.275 5.323a3.697 3.697 0 1 1 5.229 5.228 3.697 3.697 0 0 1-5.229-5.228zM9.89 2.16a5.777 5.777 0 0 0-3.483 10.385A9.33 9.33 0 0 0 .56 21.2a1.04 1.04 0 0 0 1.04 1.04h15.408a9.322 9.322 0 0 0-3.862 7.56 1.04 1.04 0 0 0 1.04 1.04h16.578a1.04 1.04 0 0 0 1.04-1.04 9.33 9.33 0 0 0-5.845-8.655 5.78 5.78 0 0 0 2.293-4.608 5.777 5.777 0 0 0-11.356-1.498 9.338 9.338 0 0 0-3.523-2.494 5.78 5.78 0 0 0 2.293-4.608A5.777 5.777 0 0 0 9.89 2.16zm9.972 11.763a3.697 3.697 0 1 1 5.228 5.228 3.697 3.697 0 0 1-5.228-5.228zm2.614 8.627a7.25 7.25 0 0 0-7.175 6.21h14.35a7.25 7.25 0 0 0-7.175-6.21zM4.763 16.075a7.25 7.25 0 0 1 12.301 4.086H2.714a7.25 7.25 0 0 1 2.05-4.086z",fill:"currentColor"})}))};w3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var C3=g.Approve=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.673 4.673A6.12 6.12 0 0 1 7 2.88h18A6.12 6.12 0 0 1 31.12 9v10A6.12 6.12 0 0 1 25 25.12h-7.203l-5.81 5.083a3.082 3.082 0 0 1-5.107-2.319v-2.765A6.12 6.12 0 0 1 .88 19V9a6.12 6.12 0 0 1 1.793-4.327zM7 5.12A3.88 3.88 0 0 0 3.12 9v10A3.88 3.88 0 0 0 7 22.88h1c.619 0 1.12.501 1.12 1.12v3.884a.84.84 0 0 0 1.393.633l6.126-5.36a1.12 1.12 0 0 1 .737-.277H25A3.881 3.881 0 0 0 28.88 19V9A3.88 3.88 0 0 0 25 5.12H7z",fill:"currentColor"}),(0,n.jsx)("path",{d:"M20.63 9.719a1.156 1.156 0 0 1 1.65 1.619L16.13 19.03a1.156 1.156 0 0 1-1.665.03l-4.08-4.079a1.156 1.156 0 1 1 1.635-1.634l3.228 3.227 5.354-6.822a.405.405 0 0 1 .031-.034h-.002z",fill:"currentColor"})]}))};C3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var R3=g.Circles=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.23 3.995a1.272 1.272 0 1 1 1.28 1.272h-.014a1.272 1.272 0 0 1-1.265-1.272zm.2 3.245A3.425 3.425 0 0 1 13.737 6L5.07 10.875V21.07a3.41 3.41 0 0 1 1.055.572l4.616-2.638v-4.458c0-.381.203-.734.532-.926l4.158-2.425V7.24zM2.926 10.247V21.07a3.419 3.419 0 0 0 1.073 6.663c.886 0 1.694-.338 2.302-.892l9.677 5.444c.327.183.725.183 1.052 0l6.253-3.517 3.424-1.927a3.417 3.417 0 1 0 3.375-5.77V10.246c0-.387-.21-.744-.547-.934L19.92 3.904a3.417 3.417 0 0 0-6.832 0L3.472 9.313c-.338.19-.547.547-.547.934zm25.01 10.823V10.875L19.27 6a3.425 3.425 0 0 1-1.694 1.24v3.954l4.157 2.426c.33.192.532.545.532.926v4.458l4.616 2.637a3.411 3.411 0 0 1 1.055-.57zm-2.23 2.37l-4.168-2.382-4.493 2.621a1.072 1.072 0 0 1-1.081 0l-4.493-2.62-4.168 2.38a3.423 3.423 0 0 1 .05 1.533l9.151 5.147 5.727-3.22 3.424-1.927a3.439 3.439 0 0 1 .05-1.532zm-12.819-8.278l3.617-2.11 3.617 2.11v4.24l-3.617 2.109-3.617-2.11v-4.239zm-8.888 7.882a1.272 1.272 0 1 0 0 2.544 1.272 1.272 0 0 0 0-2.544zm23.738 1.272a1.272 1.272 0 1 1 2.544 0 1.272 1.272 0 0 1-2.544 0z",fill:"currentColor"})}))};R3.defaultProps={width:"33",height:"33",viewBox:"0 0 33 33",xmlns:"http://www.w3.org/2000/svg"};var y3=g.Key=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.987 8.889c0-.707.573-1.28 1.28-1.28a4.124 4.124 0 0 1 4.124 4.124 1.28 1.28 0 1 1-2.56 0 1.564 1.564 0 0 0-1.564-1.564 1.28 1.28 0 0 1-1.28-1.28z",fill:"currentColor"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.382 1.92a9.813 9.813 0 0 0-9.706 11.905l-7.964 7.964a2.703 2.703 0 0 0-.792 1.91v3.679a2.702 2.702 0 0 0 2.702 2.702h2.845a2.702 2.702 0 0 0 2.702-2.702.142.142 0 0 1 .14-.142h.002a2.712 2.712 0 0 0 1.91-.792 2.702 2.702 0 0 0 .792-1.91.142.142 0 0 1 .143-.143h.833c.717 0 1.404-.285 1.91-.792l2.277-2.276a9.813 9.813 0 1 0 2.206-19.402zm-9.13 20.695a2.702 2.702 0 0 1 1.904-.784h.833a.142.142 0 0 0 .1-.041l2.794-2.794a1.28 1.28 0 0 1 1.275-.32 7.257 7.257 0 0 0 8.994-4.67 7.253 7.253 0 1 0-13.835-.188 1.286 1.286 0 0 1-.332 1.319l-8.463 8.462a.143.143 0 0 0-.042.101v3.678a.142.142 0 0 0 .142.142h2.845a.142.142 0 0 0 .142-.142 2.702 2.702 0 0 1 2.702-2.702l.014-.001a.143.143 0 0 0 .128-.142c0-.716.285-1.404.792-1.91l.008-.008z",fill:"currentColor"})]}))};y3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var z3=g.Label=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("g",{clipPath:"url(#clip0_802_356)",children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.567.629l15.96 15.96a1.606 1.606 0 0 1 .047 2.229l-11.63 12.64a1.6 1.6 0 0 1-1.186.52c-.41.001-.803-.155-1.101-.436L.678 15.592a2.155 2.155 0 0 1-.677-1.564V3.22A3.224 3.224 0 0 1 3.221 0H14.05a2.133 2.133 0 0 1 1.518.629zM2.148 14.028l16.584 15.578 10.914-11.863L14.049 2.147H3.222A1.075 1.075 0 0 0 2.148 3.22v10.808zm4.771-8.073a3.489 3.489 0 1 1 3.877 5.802 3.489 3.489 0 0 1-3.877-5.802zm1.193 4.017A1.342 1.342 0 1 0 9.603 7.74a1.342 1.342 0 0 0-1.491 2.232z",fill:"currentColor"})}),(0,n.jsx)("defs",{children:(0,n.jsx)("clipPath",{id:"clip0_802_356",children:(0,n.jsx)("path",{fill:"transparent",transform:"translate(.009)",d:"M0 0h32.001v32H0z"})})})]}))};z3.defaultProps={width:"33",height:"32",viewBox:"0 0 33 32",xmlns:"http://www.w3.org/2000/svg"};var k3=g.Plan=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.083 3.2c0-.619.501-1.12 1.12-1.12h9.956c.618 0 1.12.501 1.12 1.12v9.956a1.12 1.12 0 0 1-1.12 1.12H3.203a1.12 1.12 0 0 1-1.12-1.12V3.2zm2.24 1.12v7.716h7.716V4.32H4.323zM17.727 3.2c0-.619.502-1.12 1.12-1.12h9.956c.619 0 1.12.501 1.12 1.12v9.956a1.12 1.12 0 0 1-1.12 1.12h-9.956a1.12 1.12 0 0 1-1.12-1.12V3.2zm2.24 1.12v7.716h7.716V4.32h-7.716zM2.083 18.844c0-.618.501-1.12 1.12-1.12h9.956c.618 0 1.12.502 1.12 1.12V28.8a1.12 1.12 0 0 1-1.12 1.12H3.203a1.12 1.12 0 0 1-1.12-1.12v-9.956zm2.24 1.12v7.716h7.716v-7.716H4.323zm14.525-2.24h9.955a1.12 1.12 0 0 1 0 2.24H21.55l8.044 8.044a1.12 1.12 0 0 1-1.584 1.584l-8.044-8.044V28.8a1.12 1.12 0 1 1-2.24 0v-9.955-.01.02m.318-.792l.01-.01a.972.972 0 0 1-.01.01zm.803-.339h-.01zm-.01 0h.02",fill:"currentColor"})}))};k3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var S3=g.Server=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.083 3.2c0-.619.501-1.12 1.12-1.12h25.6c.619 0 1.12.501 1.12 1.12v10.24a1.12 1.12 0 0 1-1.12 1.12h-25.6a1.12 1.12 0 0 1-1.12-1.12V3.2zm2.24 1.12v8h23.36v-8H4.323zm-2.24 14.24c0-.619.501-1.12 1.12-1.12h25.6c.619 0 1.12.501 1.12 1.12V28.8a1.12 1.12 0 0 1-1.12 1.12h-25.6a1.12 1.12 0 0 1-1.12-1.12V18.56zm2.24 1.12v8h23.36v-8H4.323z",fill:"currentColor"}),(0,n.jsx)("path",{d:"M8.963 7.04h-1.28a.64.64 0 0 0-.64.64v1.28a.64.64 0 0 0 .64.64h1.28a.64.64 0 0 0 .64-.64V7.68a.64.64 0 0 0-.64-.64zm0 15.36h-1.28a.64.64 0 0 0-.64.64v1.28a.64.64 0 0 0 .64.64h1.28a.64.64 0 0 0 .64-.64v-1.28a.64.64 0 0 0-.64-.64zm5.12-15.36h-1.28a.64.64 0 0 0-.64.64v1.28a.64.64 0 0 0 .64.64h1.28a.64.64 0 0 0 .64-.64V7.68a.64.64 0 0 0-.64-.64zm0 15.36h-1.28a.64.64 0 0 0-.64.64v1.28a.64.64 0 0 0 .64.64h1.28a.64.64 0 0 0 .64-.64v-1.28a.64.64 0 0 0-.64-.64z",fill:"currentColor"})]}))};S3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"};var M3=g.Globe=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.606 17.32a7.933 7.933 0 0 1-.581-1.18c-.165-.411-.312-.86-.44-1.339a7.639 7.639 0 0 0-1.586 1.054 7.69 7.69 0 0 0 2.607 1.465zm.657-1.675c-.16-.4-.305-.848-.429-1.335A7.643 7.643 0 0 1 10 14h.002c.734 0 1.463.104 2.165.31-.124.487-.268.935-.428 1.335-.283.707-.604 1.235-.925 1.575-.32.339-.595.447-.813.447-.218 0-.493-.108-.813-.447-.322-.34-.642-.867-.925-1.575zM10 12.667a8.976 8.976 0 0 1 2.436.334c.116-.727.193-1.511.22-2.334H7.344c.027.823.103 1.607.22 2.334A8.972 8.972 0 0 1 10 12.667zM7.345 9.333c.027-.823.103-1.607.22-2.334.791.223 1.61.335 2.436.334A8.974 8.974 0 0 0 12.437 7c.116.727.193 1.511.22 2.334H7.344zm6.646 1.334c-.03.982-.127 1.925-.28 2.797.81.367 1.56.852 2.227 1.439a7.666 7.666 0 0 0 1.734-4.236h-3.681zm3.681-1.334H13.99a19.718 19.718 0 0 0-.28-2.798 8.975 8.975 0 0 0 2.228-1.438 7.665 7.665 0 0 1 1.734 4.236zm1.329.669A9 9 0 1 1 1 10a9 9 0 0 1 18 0v.002zM2.329 9.333a7.665 7.665 0 0 1 1.734-4.236A8.974 8.974 0 0 0 6.29 6.535a19.74 19.74 0 0 0-.28 2.798H2.329zm0 1.334h3.682c.03.983.126 1.925.28 2.797a8.974 8.974 0 0 0-2.228 1.439 7.665 7.665 0 0 1-1.734-4.236zm10.648 5.473c.164-.411.312-.86.44-1.34.57.285 1.103.639 1.585 1.055a7.687 7.687 0 0 1-2.606 1.465c.216-.354.41-.751.58-1.18zm-.581-13.46c.967.316 1.85.819 2.606 1.465A7.64 7.64 0 0 1 13.417 5.2c-.128-.48-.276-.928-.44-1.34a7.925 7.925 0 0 0-.581-1.18zm-.657 1.675c.16.4.304.848.428 1.335a7.64 7.64 0 0 1-2.165.31H10a7.64 7.64 0 0 1-2.166-.31c.124-.487.268-.935.429-1.335.283-.708.603-1.235.925-1.575.32-.339.595-.447.813-.447.218 0 .492.108.813.447.321.34.642.867.925 1.575zM7.025 3.86c-.165.411-.312.86-.44 1.34a7.64 7.64 0 0 1-1.586-1.055A7.688 7.688 0 0 1 7.606 2.68c-.216.354-.41.751-.581 1.18z",fill:"currentColor"})}))};M3.defaultProps={width:"21",height:"20",viewBox:"0 0 21 20",xmlns:"http://www.w3.org/2000/svg"};var I3=g.Notification=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.251 2.5c-2.576-.006-4.747 2.1-4.766 4.506v5.784c0 .793-.084 1.778-.58 2.71h12.19c-.496-.932-.58-1.917-.58-2.711V7.01c-.035-2.403-2.21-4.502-4.797-4.508L9.25 2.5zM17.015 7v5.789c0 .79.1 1.562.53 2.219l.287.438c.436.664-.033 1.554-.817 1.554H2.985c-.785 0-1.255-.89-.818-1.554l.287-.438c.43-.657.53-1.428.53-2.218V7c.024-3.291 2.927-6.008 6.27-6l1.467.003c3.344.008 6.254 2.706 6.294 5.998zM11.06 18.06A1.5 1.5 0 0 0 11.5 17H13a3 3 0 0 1-6 0h1.5a1.5 1.5 0 0 0 2.56 1.06z",fill:"currentColor"})}))};I3.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var L3=g.QuestionMarkCircle=function(t){return(0,n.jsxs)("svg",b(b({},t),{},{children:[(0,n.jsx)("path",{d:"M9.928 13.133a.981.981 0 0 0-.678.252.79.79 0 0 0-.281.61c0 .27.094.482.283.636.19.154.41.231.663.231.257 0 .48-.076.673-.228.19-.153.287-.365.287-.639a.796.796 0 0 0-.275-.61.958.958 0 0 0-.672-.252zM12.633 7.2a2.526 2.526 0 0 0-1.035-.88c-.441-.212-.955-.32-1.528-.32-.617 0-1.166.129-1.63.383-.467.255-.826.582-1.07.972-.245.392-.37.786-.37 1.172 0 .205.086.397.254.57.169.174.38.262.625.262.419 0 .705-.246.85-.729.132-.399.296-.703.485-.905.177-.19.465-.286.856-.286.336 0 .602.095.813.29.208.191.309.42.309.698a.78.78 0 0 1-.1.387c-.07.125-.156.24-.258.342-.108.109-.287.27-.53.484a9.184 9.184 0 0 0-.679.647 2.268 2.268 0 0 0-.42.656 2.27 2.27 0 0 0-.159.884c0 .288.08.511.24.663.156.15.352.227.58.227.439 0 .714-.24.796-.687.041-.186.073-.316.094-.39.019-.067.046-.136.081-.205.034-.068.089-.144.162-.227.076-.088.179-.19.305-.306.472-.422.805-.727.99-.908.19-.186.356-.41.493-.665A1.9 1.9 0 0 0 13 8.416a2.18 2.18 0 0 0-.367-1.217",fill:"currentColor"}),(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15zm0 1.5a9 9 0 1 0 0-18 9 9 0 0 0 0 18z",fill:"currentColor"})]}))};L3.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"};var P3=g.Account=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.826 1.75a1.937 1.937 0 1 0 0 3.875 1.937 1.937 0 0 0 0-3.875zM3.838 3.687a2.987 2.987 0 1 1 5.975 0 2.987 2.987 0 0 1-5.975 0zM2.556 9.812l-.102 1.302a1.009 1.009 0 0 0 1.005 1.087h6.733c.588 0 1.051-.5 1.005-1.087l-.102-1.302a2.29 2.29 0 0 0-2.234-1.79H4.79c-1.073 0-2.001.745-2.234 1.79zM1.52 9.628A3.34 3.34 0 0 1 4.79 6.971H8.86a3.34 3.34 0 0 1 3.269 2.657.53.53 0 0 1 .01.066l.104 1.338a2.059 2.059 0 0 1-2.052 2.22H3.459a2.059 2.059 0 0 1-2.052-2.22l.105-1.338a.524.524 0 0 1 .01-.066z",fill:"currentColor"})}))};P3.defaultProps={width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var T3=Ee=g.EmptyIcon=function(t){return(0,n.jsx)("svg",b(b({},t),{},{children:(0,n.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.361 2.4a.8.8 0 0 0-.728.469L.873 15.54a.8.8 0 0 0-.072.33V27.393a.8.8 0 0 0 .8.8h28.8a.8.8 0 0 0 .8-.8v-11.52a.8.8 0 0 0-.072-.331L25.37 2.869a.8.8 0 0 0-.728-.47H7.361zm-4.96 14.4v9.792h27.2v-9.799a.814.814 0 0 1-.104.007h-7.098l-2.066 3.1a.8.8 0 0 1-.666.356h-8.064a.8.8 0 0 1-.665-.356L8.87 16.8h-6.47zm26.816-1.6H21.97a.8.8 0 0 0-.665.356l-2.067 3.1h-7.208l-2.066-3.1a.8.8 0 0 0-.666-.356H2.785L7.876 4h16.25l5.09 11.2z",fill:"currentColor"})}))};T3.defaultProps={width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"};var m1={},V3=ke;Object.defineProperty(m1,"__esModule",{value:!0});var j0=m1.default=void 0,N3=V3(ze()),_3=o;j0=m1.default=(0,N3.default)((0,_3.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20m6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9"}),"DoDisturbAlt");function be({children:e,Icon:t}){return o.jsxs(q0,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",paddingTop:"10px",margin:"10px 0px"},children:[o.jsx(z,{sx:{opacity:.3,fontSize:32},children:o.jsx(t,{})}),o.jsx(z,{sx:{mb:2,opacity:.7,fontSize:"small",color:"action"},children:e})]})}be.propTypes={children:x.node.isRequired,Icon:x.elementType};be.defaultProps={Icon:j0};function g1({value:e,app:t,onChange:l,disabled:s,resourceRelateComponents:r,projectType:d,dependentComponentsMode:a}){const{t:c,locale:p}=oe(),h=a==="readonly",v=C.useMemo(()=>{const w=e.reduce((m,R)=>(m[R.did]=R.included,m),{});return(t.children||[]).filter(m=>h?r[m.meta.did]||w[m.meta.did]:!0)},[t.children,e,r,h]),j=C.useMemo(()=>v.map(w=>e.find(R=>R.did===w.meta.did)||{did:w.meta.did}),[v,e]),y=j.reduce((w,m)=>(w[m.did]=i1(m,["required","included"]),w),{}),u=w=>{const m=j.map(R=>{if(R.did===w){const k=!R.included;return{...R,included:k,required:k}}return R});l(m)},i=w=>{const m=j.map(R=>R.did===w?{...R,required:!R.required}:R);l(m)},f=[{label:c("common.name"),name:"meta.title",width:200,options:{customBodyRenderLite:w=>{var k;const m=v[w],R=(k=y[m.meta.did])==null?void 0:k.included;return o.jsxs(z,{display:"flex",alignItems:"center",children:[o.jsx(c1,{size:24,blocklet:m,ancestors:[t]}),o.jsx(z,{ml:"4px",className:d1("text",{excluded:!R}),children:o.jsx(z,{children:m.meta.title})})]})}}},{label:c("blocklet.publish.componentIncluded"),width:100,options:{customBodyRenderLite:w=>{var T;const m=v[w],R=r[m.meta.did],k=!!((T=y[m.meta.did])!=null&&T.included);return o.jsx(e1,{size:"small",checked:R||k,onClick:()=>u(m.meta.did),disabled:h||R||s})}}},{label:c("blocklet.publish.componentForceRequired"),width:100,options:{customBodyRenderLite:w=>{var N,L;const m=v[w],R=r[m.meta.did],k=!!((N=y[m.meta.did])!=null&&N.included),T=!!((L=y[m.meta.did])!=null&&L.required);return o.jsx(e1,{size:"small",checked:R||T&&k,onClick:()=>i(m.meta.did),disabled:h||R||s||!k})}}}];return o.jsx(D3,{children:v!=null&&v.length?o.jsxs(o.Fragment,{children:[o.jsx(a1,{className:"main-table",verticalKeyWidth:100,locale:p,data:v,columns:f,options:{sort:!1,download:!1,filter:!1,print:!1,search:!1,rowsPerPage:50}}),o.jsx(x2,{type:"info",style:{width:"100%"},children:o.jsx(z,{display:"flex",alignItems:"center",rel:"noreferrer",children:c(d==="pack"?"blocklet.publish.packTip":"blocklet.publish.resourceTip")})})]}):o.jsx(be,{Icon:Ee,children:c("blocklet.publish.blockletEmptyTip")})})}g1.propTypes={app:x.object.isRequired,value:x.arrayOf(x.shape({did:x.string.isRequired,required:x.bool,included:x.bool})),onChange:x.func,disabled:x.bool,dependentComponentsMode:x.string,resourceRelateComponents:x.object,projectType:x.string.isRequired};g1.defaultProps={value:[],onChange:()=>{},disabled:!1,dependentComponentsMode:"auto",resourceRelateComponents:{}};const D3=se(z)`
23
+ .main-table {
24
+ .text.excluded {
25
+ color: #999;
26
+ }
27
+ width: 400px;
28
+ ${({theme:e})=>e.breakpoints.down("md")} {
29
+ width: 100%;
30
+ }
31
+ > div:first-child {
32
+ display: none;
33
+ }
34
+ .MuiTableCell-head {
35
+ padding-top: 0;
36
+ padding-bottom: 0;
37
+ }
38
+ .MuiTableCell-body {
39
+ padding-top: 6px;
40
+ padding-bottom: 6px;
41
+ }
42
+ .datatable-footer {
43
+ display: none;
44
+ }
45
+ }
46
+ `;function B3(e){return Ve("MuiTreeView",e)}Te("MuiTreeView",["root"]);const w0={instance:null,multiSelect:!1,disabledItemsFocusable:!1,treeId:void 0,icons:{defaultCollapseIcon:null,defaultExpandIcon:null,defaultParentIcon:null,defaultEndIcon:null}},C0=C.createContext(w0),E3=(e,t)=>{const l=C.useRef({}),[s,r]=C.useState(()=>{const a={};return e.forEach(c=>{c.models&&Object.entries(c.models).forEach(([p,h])=>{l.current[p]={controlledProp:h.controlledProp,defaultProp:h.defaultProp,isControlled:t[h.controlledProp]!==void 0},a[p]=t[h.defaultProp]})}),a});return Object.fromEntries(Object.entries(l.current).map(([a,c])=>{const p=c.isControlled?t[c.controlledProp]:s[a];return[a,{value:p,setValue:h=>{c.isControlled||r(v=>B({},v,{[a]:h}))}}]}))};class A3{constructor(){this.maxListeners=20,this.warnOnce=!1,this.events={}}on(t,l,s={}){let r=this.events[t];r||(r={highPriority:new Map,regular:new Map},this.events[t]=r),s.isFirst?r.highPriority.set(l,!0):r.regular.set(l,!0)}removeListener(t,l){this.events[t]&&(this.events[t].regular.delete(l),this.events[t].highPriority.delete(l))}removeAllListeners(){this.events={}}emit(t,...l){const s=this.events[t];if(!s)return;const r=Array.from(s.highPriority.keys()),d=Array.from(s.regular.keys());for(let a=r.length-1;a>=0;a-=1){const c=r[a];s.highPriority.has(c)&&c.apply(this,l)}for(let a=0;a<d.length;a+=1){const c=d[a];s.regular.has(c)&&c.apply(this,l)}}once(t,l){const s=this;this.on(t,function r(...d){s.removeListener(t,r),l.apply(s,d)})}}const Xe=(e,t)=>{const l=e.getNode(t),s=e.getNavigableChildrenIds(l.parentId),r=s.indexOf(t);if(r===0)return l.parentId;let d=s[r-1];for(;e.isNodeExpanded(d)&&e.getNavigableChildrenIds(d).length>0;)d=e.getNavigableChildrenIds(d).pop();return d},Ie=(e,t)=>{if(e.isNodeExpanded(t)&&e.getNavigableChildrenIds(t).length>0)return e.getNavigableChildrenIds(t)[0];let l=e.getNode(t);for(;l!=null;){const s=e.getNavigableChildrenIds(l.parentId),r=s[s.indexOf(l.id)+1];if(r)return r;l=e.getNode(l.parentId)}return null},t1=e=>{let t=e.getNavigableChildrenIds(null).pop();for(;e.isNodeExpanded(t);)t=e.getNavigableChildrenIds(t).pop();return t},o1=e=>e.getNavigableChildrenIds(null)[0],Me=(e,t)=>{Object.assign(e,t)},H3=e=>e.isPropagationStopped!==void 0,O3=({instance:e})=>{const[t]=C.useState(()=>new A3),l=C.useCallback((...r)=>{const[d,a,c={}]=r;c.defaultMuiPrevented=!1,!(H3(c)&&c.isPropagationStopped())&&t.emit(d,a,c)},[t]),s=C.useCallback((r,d)=>(t.on(r,d),()=>{t.removeListener(r,d)}),[t]);Me(e,{$$publishEvent:l,$$subscribeEvent:s})},$3=[O3],F3=e=>{const t=[...$3,...e.plugins],l=t.reduce((i,f)=>f.getDefaultizedParams?f.getDefaultizedParams(i):i,e),s=E3(t,l),d=C.useRef({}).current,a=C.useRef(null),c=s0(a,e.rootRef),[p,h]=C.useState(()=>{const i={};return t.forEach(f=>{f.getInitialState&&Object.assign(i,f.getInitialState(l))}),i}),v=[];let j=w0;const y=i=>{const f=i({instance:d,params:l,state:p,setState:h,rootRef:a,models:s})||{};f.getRootProps&&v.push(f.getRootProps),f.contextValue&&(j=f.contextValue)};return t.forEach(y),{getRootProps:(i={})=>{const f=B({role:"tree",tabIndex:0},i,{ref:c});return v.forEach(w=>{Object.assign(f,w(i))}),f},rootRef:c,contextValue:j}},q3=["element"];function U3(e,t){for(let l=0;l<e.length;l+=1)if(t(e[l]))return l;return-1}function W3(e,t){let l=0,s=e.length-1;for(;l<=s;){const r=Math.floor((l+s)/2);if(e[r].element===t)return r;e[r].element.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_PRECEDING?s=r-1:l=r+1}return l}const R0=C.createContext({});function G3(e){const t=C.useRef(null);return C.useEffect(()=>{t.current=e},[e]),t.current}const q1=()=>{};function K3(e){const[,t]=C.useState(),{registerDescendant:l=q1,unregisterDescendant:s=q1,descendants:r=[],parentId:d=null}=C.useContext(R0),a=U3(r,h=>h.element===e.element),c=G3(r),p=r.some((h,v)=>c&&c[v]&&c[v].element!==h.element);return U0(()=>{if(e.element)return l(B({},e,{index:a})),()=>{s(e.element)};t({})},[l,s,a,p,e]),{parentId:d,index:a}}function y0(e){const{children:t,id:l}=e,[s,r]=C.useState([]),d=C.useCallback(p=>{let{element:h}=p,v=xe(p,q3);r(j=>{if(j.length===0)return[B({},v,{element:h,index:0})];const y=W3(j,h);let u;if(j[y]&&j[y].element===h)u=j;else{const i=B({},v,{element:h,index:y});u=j.slice(),u.splice(y,0,i)}return u.forEach((i,f)=>{i.index=f}),u})},[]),a=C.useCallback(p=>{r(h=>h.filter(v=>p!==v.element))},[]),c=C.useMemo(()=>({descendants:s,registerDescendant:d,unregisterDescendant:a,parentId:l}),[s,d,a,l]);return o.jsx(R0.Provider,{value:c,children:t})}function X3(e){const{value:t,children:l}=e;return o.jsx(C0.Provider,{value:t,children:o.jsx(y0,{children:l})})}const J3=(e,t,l)=>{e.$$publishEvent(t,l)},Q3=({instance:e,params:t})=>{const l=C.useRef({}),s=C.useCallback(h=>l.current[h],[]),r=C.useCallback(h=>{l.current[h.id]=h},[]),d=C.useCallback(h=>{const v=B({},l.current);delete v[h],l.current=v,J3(e,"removeNode",{id:h})},[e]),a=C.useCallback(h=>{if(h==null)return!1;let v=e.getNode(h);if(!v)return!1;if(v.disabled)return!0;for(;v.parentId!=null;)if(v=e.getNode(v.parentId),v.disabled)return!0;return!1},[e]),c=Pe(h=>Object.values(l.current).filter(v=>v.parentId===h).sort((v,j)=>v.index-j.index).map(v=>v.id));Me(e,{getNode:s,updateNode:r,removeNode:d,getChildrenIds:c,getNavigableChildrenIds:h=>{let v=e.getChildrenIds(h);return t.disabledItemsFocusable||(v=v.filter(j=>!e.isNodeDisabled(j))),v},isNodeDisabled:a})},b1=({instance:e,params:t,models:l})=>{const s=C.useCallback(c=>Array.isArray(l.expanded.value)?l.expanded.value.indexOf(c)!==-1:!1,[l.expanded.value]),r=C.useCallback(c=>{var p;return!!((p=e.getNode(c))!=null&&p.expandable)},[e]),d=Pe((c,p)=>{if(p==null)return;let h;l.expanded.value.indexOf(p)!==-1?h=l.expanded.value.filter(v=>v!==p):h=[p].concat(l.expanded.value),t.onNodeToggle&&t.onNodeToggle(c,h),l.expanded.setValue(h)});Me(e,{isNodeExpanded:s,isNodeExpandable:r,toggleNodeExpansion:d,expandAllSiblings:(c,p)=>{const h=e.getNode(p),j=e.getChildrenIds(h.parentId).filter(u=>e.isNodeExpandable(u)&&!e.isNodeExpanded(u)),y=l.expanded.value.concat(j);j.length>0&&(l.expanded.setValue(y),t.onNodeToggle&&t.onNodeToggle(c,y))}})};b1.models={expanded:{controlledProp:"expanded",defaultProp:"defaultExpanded"}};const Y3=[];b1.getDefaultizedParams=e=>{var t;return B({},e,{defaultExpanded:(t=e.defaultExpanded)!=null?t:Y3})};const Z3=(e,t,l)=>{if(t===l)return[t,l];const s=e.getNode(t),r=e.getNode(l);if(s.parentId===r.id||r.parentId===s.id)return r.parentId===s.id?[s.id,r.id]:[r.id,s.id];const d=[s.id],a=[r.id];let c=s.parentId,p=r.parentId,h=a.indexOf(c)!==-1,v=d.indexOf(p)!==-1,j=!0,y=!0;for(;!v&&!h;)j&&(d.push(c),h=a.indexOf(c)!==-1,j=c!==null,!h&&j&&(c=e.getNode(c).parentId)),y&&!h&&(a.push(p),v=d.indexOf(p)!==-1,y=p!==null,!v&&y&&(p=e.getNode(p).parentId));const u=h?c:p,i=e.getChildrenIds(u),f=d[d.indexOf(u)-1],w=a[a.indexOf(u)-1];return i.indexOf(f)<i.indexOf(w)?[t,l]:[l,t]},j1=({instance:e,params:t,models:l})=>{const s=C.useRef(null),r=C.useRef(!1),d=C.useRef([]),a=i=>Array.isArray(l.selected.value)?l.selected.value.indexOf(i)!==-1:l.selected.value===i,c=(i,f,w=!1)=>{if(!t.disableSelection){if(w){if(Array.isArray(l.selected.value)){let m;l.selected.value.indexOf(f)!==-1?m=l.selected.value.filter(R=>R!==f):m=[f].concat(l.selected.value),t.onNodeSelect&&t.onNodeSelect(i,m),l.selected.setValue(m)}}else{const m=t.multiSelect?[f]:f;t.onNodeSelect&&t.onNodeSelect(i,m),l.selected.setValue(m)}s.current=f,r.current=!1,d.current=[]}},p=(i,f)=>{const[w,m]=Z3(e,i,f),R=[w];let k=w;for(;k!==m;)k=Ie(e,k),R.push(k);return R},h=(i,f)=>{let w=l.selected.value.slice();const{start:m,next:R,current:k}=f;!R||!k||(d.current.indexOf(k)===-1&&(d.current=[]),r.current?d.current.indexOf(R)!==-1?(w=w.filter(T=>T===m||T!==k),d.current=d.current.filter(T=>T===m||T!==k)):(w.push(R),d.current.push(R)):(w.push(R),d.current.push(k,R)),t.onNodeSelect&&t.onNodeSelect(i,w),l.selected.setValue(w))},v=(i,f)=>{let w=l.selected.value.slice();const{start:m,end:R}=f;r.current&&(w=w.filter(N=>d.current.indexOf(N)===-1));let k=p(m,R);k=k.filter(N=>!e.isNodeDisabled(N)),d.current=k;let T=w.concat(k);T=T.filter((N,L)=>T.indexOf(N)===L),t.onNodeSelect&&t.onNodeSelect(i,T),l.selected.setValue(T)};return Me(e,{isNodeSelected:a,selectNode:c,selectRange:(i,f,w=!1)=>{if(t.disableSelection)return;const{start:m=s.current,end:R,current:k}=f;w?h(i,{start:m,next:R,current:k}):m!=null&&R!=null&&v(i,{start:m,end:R}),r.current=!0},rangeSelectToLast:(i,f)=>{s.current||(s.current=f);const w=r.current?s.current:f;e.selectRange(i,{start:w,end:t1(e)})},rangeSelectToFirst:(i,f)=>{s.current||(s.current=f);const w=r.current?s.current:f;e.selectRange(i,{start:w,end:o1(e)})}}),{getRootProps:()=>({"aria-multiselectable":t.multiSelect})}};j1.models={selected:{controlledProp:"selected",defaultProp:"defaultSelected"}};const eo=[];j1.getDefaultizedParams=e=>{var t,l,s;return B({},e,{disableSelection:(t=e.disableSelection)!=null?t:!1,multiSelect:(l=e.multiSelect)!=null?l:!1,defaultSelected:(s=e.defaultSelected)!=null?s:e.multiSelect?eo:null})};const U1=1e3;class to{constructor(t=U1){this.timeouts=new Map,this.cleanupTimeout=U1,this.cleanupTimeout=t}register(t,l,s){this.timeouts||(this.timeouts=new Map);const r=setTimeout(()=>{typeof l=="function"&&l(),this.timeouts.delete(s.cleanupToken)},this.cleanupTimeout);this.timeouts.set(s.cleanupToken,r)}unregister(t){const l=this.timeouts.get(t.cleanupToken);l&&(this.timeouts.delete(t.cleanupToken),clearTimeout(l))}reset(){this.timeouts&&(this.timeouts.forEach((t,l)=>{this.unregister({cleanupToken:l})}),this.timeouts=void 0)}}class oo{constructor(){this.registry=new FinalizationRegistry(t=>{typeof t=="function"&&t()})}register(t,l,s){this.registry.register(t,l,s)}unregister(t){this.registry.unregister(t)}reset(){}}class lo{}function no(e){let t=0;return function(s,r,d){e.registry===null&&(e.registry=typeof FinalizationRegistry<"u"?new oo:new to);const[a]=C.useState(new lo),c=C.useRef(null),p=C.useRef();p.current=d;const h=C.useRef(null);if(!c.current&&p.current){const v=(j,y)=>{if(!y.defaultMuiPrevented){var u;(u=p.current)==null||u.call(p,j,y)}};c.current=s.$$subscribeEvent(r,v),t+=1,h.current={cleanupToken:t},e.registry.register(a,()=>{var j;(j=c.current)==null||j.call(c),c.current=null,h.current=null},h.current)}else!p.current&&c.current&&(c.current(),c.current=null,h.current&&(e.registry.unregister(h.current),h.current=null));C.useEffect(()=>{if(!c.current&&p.current){const v=(j,y)=>{if(!y.defaultMuiPrevented){var u;(u=p.current)==null||u.call(p,j,y)}};c.current=s.$$subscribeEvent(r,v)}return h.current&&e.registry&&(e.registry.unregister(h.current),h.current=null),()=>{var v;(v=c.current)==null||v.call(c),c.current=null}},[s,r])}}const so={registry:null},ro=no(so),w1=({instance:e,params:t,state:l,setState:s,models:r,rootRef:d})=>{const a=Pe(u=>{const i=typeof u=="function"?u(l.focusedNodeId):u;s(f=>B({},f,{focusedNodeId:i}))}),c=C.useCallback(u=>l.focusedNodeId===u,[l.focusedNodeId]),p=Pe((u,i)=>{i&&(a(i),t.onNodeFocus&&t.onNodeFocus(u,i))});Me(e,{isNodeFocused:c,focusNode:p}),ro(e,"removeNode",({id:u})=>{a(i=>i===u&&d.current===r0(d.current).activeElement?e.getChildrenIds(null)[0]:i)});const h=u=>i=>{var f;if((f=u.onFocus)==null||f.call(u,i),i.target===i.currentTarget){const w=R=>{const k=e.getNode(R);return k&&(k.parentId==null||e.isNodeExpanded(k.parentId))};let m;Array.isArray(r.selected.value)?m=r.selected.value.find(w):r.selected.value!=null&&w(r.selected.value)&&(m=r.selected.value),m==null&&(m=e.getNavigableChildrenIds(null)[0]),e.focusNode(i,m)}},v=u=>i=>{var f;(f=u.onBlur)==null||f.call(u,i),a(null)},j=e.getNode(l.focusedNodeId),y=j?j.idAttribute:null;return{getRootProps:u=>({onFocus:h(u),onBlur:v(u),"aria-activedescendant":y??void 0})}};w1.getInitialState=()=>({focusedNodeId:null});w1.getDefaultizedParams=e=>{var t;return B({},e,{disabledItemsFocusable:(t=e.disabledItemsFocusable)!=null?t:!1})};function io(e){return e&&e.length===1&&e.match(/\S/)}function W1(e,t,l){for(let s=t;s<e.length;s+=1)if(l===e[s])return s;return-1}const ao=({instance:e,params:t,state:l})=>{const r=W0().direction==="rtl",d=C.useRef({}),a=Pe((u,i)=>(d.current[u]=i,()=>{const f=B({},d.current);delete f[u],d.current=f}));Me(e,{mapFirstChar:a});const c=u=>(l.focusedNodeId!=null&&e.isNodeExpandable(l.focusedNodeId)&&(e.isNodeExpanded(l.focusedNodeId)?e.focusNode(u,Ie(e,l.focusedNodeId)):e.isNodeDisabled(l.focusedNodeId)||e.toggleNodeExpansion(u,l.focusedNodeId)),!0),p=u=>{if(l.focusedNodeId==null)return!1;if(e.isNodeExpanded(l.focusedNodeId)&&!e.isNodeDisabled(l.focusedNodeId))return e.toggleNodeExpansion(u,l.focusedNodeId),!0;const i=e.getNode(l.focusedNodeId).parentId;return i?(e.focusNode(u,i),!0):!1},h=(u,i,f)=>{let w,m;const R=f.toLowerCase(),k=[],T=[];Object.keys(d.current).forEach(N=>{const L=e.getNode(N),S=L.parentId?e.isNodeExpanded(L.parentId):!0,E=t.disabledItemsFocusable?!1:e.isNodeDisabled(N);S&&!E&&(k.push(N),T.push(d.current[N]))}),w=k.indexOf(i)+1,w>=k.length&&(w=0),m=W1(T,w,R),m===-1&&(m=W1(T,0,R)),m>-1&&e.focusNode(u,k[m])},v=(u,i)=>{e.isNodeDisabled(Ie(e,i))||e.selectRange(u,{end:Ie(e,i),current:i},!0)},j=(u,i)=>{e.isNodeDisabled(Xe(e,i))||e.selectRange(u,{end:Xe(e,i),current:i},!0)},y=u=>i=>{var f;(f=u.onKeyDown)==null||f.call(u,i);let w=!1;const m=i.key;if(i.altKey||i.currentTarget!==i.target||l.focusedNodeId==null)return;const R=i.ctrlKey||i.metaKey;switch(m){case" ":!t.disableSelection&&!e.isNodeDisabled(l.focusedNodeId)&&(w=!0,t.multiSelect&&i.shiftKey?e.selectRange(i,{end:l.focusedNodeId}):t.multiSelect?e.selectNode(i,l.focusedNodeId,!0):e.selectNode(i,l.focusedNodeId)),i.stopPropagation();break;case"Enter":e.isNodeDisabled(l.focusedNodeId)||(e.isNodeExpandable(l.focusedNodeId)?(e.toggleNodeExpansion(i,l.focusedNodeId),w=!0):t.disableSelection||(w=!0,t.multiSelect?e.selectNode(i,l.focusedNodeId,!0):e.selectNode(i,l.focusedNodeId))),i.stopPropagation();break;case"ArrowDown":t.multiSelect&&i.shiftKey&&!t.disableSelection&&v(i,l.focusedNodeId),e.focusNode(i,Ie(e,l.focusedNodeId)),w=!0;break;case"ArrowUp":t.multiSelect&&i.shiftKey&&!t.disableSelection&&j(i,l.focusedNodeId),e.focusNode(i,Xe(e,l.focusedNodeId)),w=!0;break;case"ArrowRight":r?w=p(i):w=c(i);break;case"ArrowLeft":r?w=c(i):w=p(i);break;case"Home":t.multiSelect&&R&&i.shiftKey&&!t.disableSelection&&!e.isNodeDisabled(l.focusedNodeId)&&e.rangeSelectToFirst(i,l.focusedNodeId),e.focusNode(i,o1(e)),w=!0;break;case"End":t.multiSelect&&R&&i.shiftKey&&!t.disableSelection&&!e.isNodeDisabled(l.focusedNodeId)&&e.rangeSelectToLast(i,l.focusedNodeId),e.focusNode(i,t1(e)),w=!0;break;default:m==="*"?(e.expandAllSiblings(i,l.focusedNodeId),w=!0):t.multiSelect&&R&&m.toLowerCase()==="a"&&!t.disableSelection?(e.selectRange(i,{start:o1(e),end:t1(e)}),w=!0):!R&&!i.shiftKey&&io(m)&&(h(i,l.focusedNodeId,m),w=!0)}w&&(i.preventDefault(),i.stopPropagation())};return{getRootProps:u=>({onKeyDown:y(u)})}},co=({instance:e,params:t})=>{const l=G0(t.id);return{getRootProps:()=>({id:l}),contextValue:{treeId:l,instance:e,multiSelect:t.multiSelect,disabledItemsFocusable:t.disabledItemsFocusable,icons:{defaultCollapseIcon:t.defaultCollapseIcon,defaultEndIcon:t.defaultEndIcon,defaultExpandIcon:t.defaultExpandIcon,defaultParentIcon:t.defaultParentIcon}}}},uo=[Q3,b1,j1,w1,ao,co],po=["disabledItemsFocusable","expanded","defaultExpanded","onNodeToggle","onNodeFocus","disableSelection","defaultSelected","selected","multiSelect","onNodeSelect","id","defaultCollapseIcon","defaultEndIcon","defaultExpandIcon","defaultParentIcon","children"],ho=e=>{const{classes:t}=e;return De({root:["root"]},B3,t)},G1=te("ul",{name:"MuiTreeView",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:0,margin:0,listStyle:"none",outline:0}),fo=C.forwardRef(function(t,l){const s=Ne({props:t,name:"MuiTreeView"}),r=s,d=s,{disabledItemsFocusable:a,expanded:c,defaultExpanded:p,onNodeToggle:h,onNodeFocus:v,disableSelection:j,defaultSelected:y,selected:u,multiSelect:i,onNodeSelect:f,id:w,defaultCollapseIcon:m,defaultEndIcon:R,defaultExpandIcon:k,defaultParentIcon:T,children:N}=d,L=xe(d,po),{getRootProps:S,contextValue:E}=F3({disabledItemsFocusable:a,expanded:c,defaultExpanded:p,onNodeToggle:h,onNodeFocus:v,disableSelection:j,defaultSelected:y,selected:u,multiSelect:i,onNodeSelect:f,id:w,defaultCollapseIcon:m,defaultEndIcon:R,defaultExpandIcon:k,defaultParentIcon:T,plugins:uo,rootRef:l}),D=ho(s),P=l0({elementType:G1,externalSlotProps:{},externalForwardedProps:L,className:D.root,getSlotProps:S,ownerState:r});return o.jsx(X3,{value:E,children:o.jsx(G1,B({},P,{children:N}))})}),z0=()=>C.useContext(C0);function xo(e){const{instance:t,multiSelect:l}=z0(),s=t?t.isNodeExpandable(e):!1,r=t?t.isNodeExpanded(e):!1,d=t?t.isNodeFocused(e):!1,a=t?t.isNodeSelected(e):!1,c=t?t.isNodeDisabled(e):!1;return{disabled:c,expanded:r,selected:a,focused:d,handleExpansion:j=>{if(t&&!c){d||t.focusNode(j,e);const y=l&&(j.shiftKey||j.ctrlKey||j.metaKey);s&&!(y&&t.isNodeExpanded(e))&&t.toggleNodeExpansion(j,e)}},handleSelection:j=>{t&&!c&&(d||t.focusNode(j,e),l&&(j.shiftKey||j.ctrlKey||j.metaKey)?j.shiftKey?t.selectRange(j,{end:e}):t.selectNode(j,e,!0):t.selectNode(j,e))},preventSelection:j=>{(j.shiftKey||j.ctrlKey||j.metaKey||c)&&j.preventDefault()}}}const vo=["classes","className","displayIcon","expansionIcon","icon","label","nodeId","onClick","onMouseDown"],k0=C.forwardRef(function(t,l){const{classes:s,className:r,displayIcon:d,expansionIcon:a,icon:c,label:p,nodeId:h,onClick:v,onMouseDown:j}=t,y=xe(t,vo),{disabled:u,expanded:i,selected:f,focused:w,handleExpansion:m,handleSelection:R,preventSelection:k}=xo(h),T=c||a||d,N=S=>{k(S),j&&j(S)},L=S=>{m(S),R(S),v&&v(S)};return o.jsxs("div",B({},y,{className:_e(r,s.root,i&&s.expanded,f&&s.selected,w&&s.focused,u&&s.disabled),onClick:L,onMouseDown:N,ref:l,children:[o.jsx("div",{className:s.iconContainer,children:T}),o.jsx("div",{className:s.label,children:p})]}))});function mo(e){return Ve("MuiTreeItem",e)}const pe=Te("MuiTreeItem",["root","group","content","expanded","selected","focused","disabled","iconContainer","label"]),go=["children","className","collapseIcon","ContentComponent","ContentProps","endIcon","expandIcon","disabled","icon","id","label","nodeId","onClick","onMouseDown","TransitionComponent","TransitionProps"],bo=e=>{const{classes:t}=e;return De({root:["root"],content:["content"],expanded:["expanded"],selected:["selected"],focused:["focused"],disabled:["disabled"],iconContainer:["iconContainer"],label:["label"],group:["group"]},mo,t)},jo=te("li",{name:"MuiTreeItem",slot:"Root",overridesResolver:(e,t)=>t.root})({listStyle:"none",margin:0,padding:0,outline:0}),wo=te(k0,{name:"MuiTreeItem",slot:"Content",overridesResolver:(e,t)=>[t.content,t.iconContainer&&{[`& .${pe.iconContainer}`]:t.iconContainer},t.label&&{[`& .${pe.label}`]:t.label}]})(({theme:e})=>({padding:"0 8px",width:"100%",boxSizing:"border-box",display:"flex",alignItems:"center",cursor:"pointer",WebkitTapHighlightColor:"transparent","&:hover":{backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${pe.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,backgroundColor:"transparent"},[`&.${pe.focused}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${pe.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:He(e.palette.primary.main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:He(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:He(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${pe.focused}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:He(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`& .${pe.iconContainer}`]:{marginRight:4,width:15,display:"flex",flexShrink:0,justifyContent:"center","& svg":{fontSize:18}},[`& .${pe.label}`]:B({paddingLeft:4,width:"100%",boxSizing:"border-box",minWidth:0,position:"relative"},e.typography.body1)})),Co=te(Ue,{name:"MuiTreeItem",slot:"Group",overridesResolver:(e,t)=>t.group})({margin:0,padding:0,marginLeft:17}),Ro=C.forwardRef(function(t,l){const s=Ne({props:t,name:"MuiTreeItem"}),{children:r,className:d,collapseIcon:a,ContentComponent:c=k0,ContentProps:p,endIcon:h,expandIcon:v,disabled:j,icon:y,id:u,label:i,nodeId:f,onClick:w,onMouseDown:m,TransitionComponent:R=Ue,TransitionProps:k}=s,T=xe(s,go),{icons:N,multiSelect:L,disabledItemsFocusable:S,treeId:E,instance:D}=z0();let P;u!=null?P=u:E&&f&&(P=`${E}-${f}`);const[M,I]=C.useState(null),$=C.useRef(null),F=s0(I,l),U=C.useMemo(()=>({element:M,id:f}),[f,M]),{index:ne,parentId:Q}=K3(U),G=!!(Array.isArray(r)?r.length:r),Z=D?D.isNodeExpanded(f):!1,ve=D?D.isNodeFocused(f):!1,q=D?D.isNodeSelected(f):!1,J=D?D.isNodeDisabled(f):!1,A=B({},s,{expanded:Z,focused:ve,selected:q,disabled:J}),ee=bo(A);let de,Y;G&&(Z?Y=a||N.defaultCollapseIcon:Y=v||N.defaultExpandIcon),G?de=N.defaultParentIcon:de=h||N.defaultEndIcon,C.useEffect(()=>{if(D&&ne!==-1)return D.updateNode({id:f,idAttribute:P,index:ne,parentId:Q,expandable:G,disabled:j}),()=>D.removeNode(f)},[D,Q,ne,f,G,j,P]),C.useEffect(()=>{if(D&&i){var V,H;return D.mapFirstChar(f,((V=(H=$.current)==null?void 0:H.textContent)!=null?V:"").substring(0,1).toLowerCase())}},[D,f,i]);let re;L?re=q:q&&(re=!0);function ue(V){if(V.target===V.currentTarget){let le;typeof V.target.getRootNode=="function"?le=V.target.getRootNode():le=r0(V.target),le.getElementById(E).focus({preventScroll:!0})}const H=!S&&J;D&&!ve&&V.currentTarget===V.target&&!H&&D.focusNode(V,f)}return o.jsxs(jo,B({className:_e(ee.root,d),role:"treeitem","aria-expanded":G?Z:void 0,"aria-selected":re,"aria-disabled":J||void 0,id:P,tabIndex:-1},T,{ownerState:A,onFocus:ue,ref:F,children:[o.jsx(wo,B({as:c,ref:$,classes:{root:ee.content,expanded:ee.expanded,selected:ee.selected,focused:ee.focused,disabled:ee.disabled,iconContainer:ee.iconContainer,label:ee.label},label:i,nodeId:f,onClick:w,onMouseDown:m,icon:y,expansionIcon:Y,displayIcon:de,ownerState:A},p)),r&&o.jsx(y0,{id:f,children:o.jsx(Co,B({as:R,unmountOnExit:!0,className:ee.group,in:Z,component:"ul",role:"group"},k,{children:r}))})]}))});function C1({data:e,...t}){return!e||!e.length?null:o.jsx(yo,{...t,children:e.map(l=>o.jsx("a",{href:l.url,target:"_blank",rel:"noreferrer",children:o.jsx("img",{src:l.url,alt:l.alt||""})},l.url))})}C1.propTypes={data:x.arrayOf(x.shape({url:x.string,alt:x.string}))};C1.defaultProps={data:[]};const yo=se(z)`
20
47
  display: flex;
21
48
  justify-content: flex-start;
22
49
  flex-wrap: wrap;
@@ -30,7 +57,7 @@ import{ap as A0,j as o,aE as te,cI as e0,aH as B,fq as _1,aG as fe,aC as Pe,aD a
30
57
  margin-right: 12px;
31
58
  margin-bottom: 12px;
32
59
  }
33
- `,Ke=(e,t)=>{const l=[...e];for(;l.length>0;){const s=l.shift();if(s.id===t)return s;s.children&&l.push(...s.children)}return[]};function j1({icon:e}){return e?f2(e)?o.jsx("img",{className:"resource-icon",src:e,alt:"icon"}):o.jsx(G0,{className:"resource-icon",icon:e}):null}j1.propTypes={icon:x.string};j1.defaultProps={icon:""};function w1({disabled:e,data:t,onChange:l,value:s}){const r=s;function d(u,i=[]){return i.push(u.id),u.children&&u.children.forEach(f=>d(f,i)),i}const c=u=>d(Ke(t,u)),a=(u,i=[])=>{const f=Ke(t,u);return f.parent?(i.push(f.parent),a(f.parent,i)):i};function h(u,i){const f=c(u.id),w=f.indexOf(u.id);return f.splice(w,1),f.every(v=>r.concat(i).includes(v))}const p=(u,i)=>{u.stopPropagation();const f=c(i),w=a(i);if(r.includes(i)){const v=r.filter(R=>!f.concat(w).includes(R));l(v)}else{const v=f;for(let R=0;R<w.length;++R)h(Ke(t,w[R]),v)&&v.push(w[R]);l([...r].concat(v))}},m=u=>{u.stopPropagation()},j=t.some(u=>{var i;return((i=u.children)==null?void 0:i.length)>0}),y=u=>{var R;const i=r.indexOf(u.id)!==-1,f=Array.isArray(u.children),w=c(u.id),v=f&&!i&&r.some(k=>w.includes(k));return o.jsx(Co,{nodeId:u.id,label:o.jsx(m2,{onClick:m,control:o.jsx(Ye,{size:"small",checked:i,indeterminate:v,tabIndex:-1,disableRipple:!0,onClick:k=>p(k,u.id),disabled:u.disabled||e}),label:o.jsxs(z,{className:"content",children:[o.jsxs(z,{display:"flex",alignItems:"center",children:[u.icon&&o.jsx(j1,{icon:u.icon}),o.jsx(z,{className:"name",children:u.name}),u.url&&o.jsx("a",{href:u.url,target:"_blank",rel:"noreferrer",className:"link",children:o.jsx(v2,{className:"link-icon"})})]}),!!u.description&&o.jsx(z,{className:"description",children:u.description}),!!((R=u.images)!=null&&R.length)&&o.jsx(b1,{className:"images",data:u.images})]})}),children:f?u.children.map(y):null},u.id)};return o.jsx(yo,{className:a1(!j&&"no-children"),multiSelect:!0,defaultCollapseIcon:o.jsx(x2,{}),defaultExpandIcon:o.jsx(c2,{}),selected:r,children:t.map(u=>y(u))})}w1.propTypes={data:x.array,value:x.array,onChange:x.func,disabled:x.bool};w1.defaultProps={data:[],value:[],onChange:()=>{},disabled:!1};const yo=ne(ho)`
60
+ `,Je=(e,t)=>{const l=[...e];for(;l.length>0;){const s=l.shift();if(s.id===t)return s;s.children&&l.push(...s.children)}return[]};function R1({icon:e}){return e?v2(e)?o.jsx("img",{className:"resource-icon",src:e,alt:"icon"}):o.jsx(Ye,{className:"resource-icon",icon:e}):null}R1.propTypes={icon:x.string};R1.defaultProps={icon:""};function y1({disabled:e,data:t,onChange:l,value:s}){const r=s;function d(u,i=[]){return i.push(u.id),u.children&&u.children.forEach(f=>d(f,i)),i}const a=u=>d(Je(t,u)),c=(u,i=[])=>{const f=Je(t,u);return f.parent?(i.push(f.parent),c(f.parent,i)):i};function p(u,i){const f=a(u.id),w=f.indexOf(u.id);return f.splice(w,1),f.every(m=>r.concat(i).includes(m))}const h=(u,i)=>{u.stopPropagation();const f=a(i),w=c(i);if(r.includes(i)){const m=r.filter(R=>!f.concat(w).includes(R));l(m)}else{const m=f;for(let R=0;R<w.length;++R)p(Je(t,w[R]),m)&&m.push(w[R]);l([...r].concat(m))}},v=u=>{u.stopPropagation()},j=t.some(u=>{var i;return((i=u.children)==null?void 0:i.length)>0}),y=u=>{var R;const i=r.indexOf(u.id)!==-1,f=Array.isArray(u.children),w=a(u.id),m=f&&!i&&r.some(k=>w.includes(k));return o.jsx(Ro,{nodeId:u.id,label:o.jsx(f2,{onClick:v,control:o.jsx(e1,{size:"small",checked:i,indeterminate:m,tabIndex:-1,disableRipple:!0,onClick:k=>h(k,u.id),disabled:u.disabled||e}),label:o.jsxs(z,{className:"content",children:[o.jsxs(z,{display:"flex",alignItems:"center",children:[u.icon&&o.jsx(R1,{icon:u.icon}),o.jsx(z,{className:"name",children:u.name}),u.url&&o.jsx("a",{href:u.url,target:"_blank",rel:"noreferrer",className:"link",children:o.jsx(g2,{className:"link-icon"})})]}),!!u.description&&o.jsx(z,{className:"description",children:u.description}),!!((R=u.images)!=null&&R.length)&&o.jsx(C1,{className:"images",data:u.images})]})}),children:f?u.children.map(y):null},u.id)};return o.jsx(zo,{className:d1(!j&&"no-children"),multiSelect:!0,defaultCollapseIcon:o.jsx(m2,{}),defaultExpandIcon:o.jsx(c2,{}),selected:r,children:t.map(u=>y(u))})}y1.propTypes={data:x.array,value:x.array,onChange:x.func,disabled:x.bool};y1.defaultProps={data:[],value:[],onChange:()=>{},disabled:!1};const zo=se(fo)`
34
61
  &.no-children {
35
62
  .MuiTreeItem-content {
36
63
  padding: 0;
@@ -85,7 +112,7 @@ import{ap as A0,j as o,aE as te,cI as e0,aH as B,fq as _1,aG as fe,aC as Pe,aD a
85
112
  font-size: 14px;
86
113
  color: ${({theme:e})=>e.palette.text.secondary};
87
114
  }
88
- `,t1=(e,t)=>(e.forEach(l=>{t&&(l.parent=t),(l.children||[]).forEach(s=>{s.parent=l.id,t1(s.children||[],s.id)})}),e),o1=(e,t,l,s,r)=>{const{exportApi:d="/"}=(e==null?void 0:e.meta.resource)||{},c=new URL(Ae("http://127.0.0.1",e.mountPoint,d||"/").replace(/\/+/g,"/"));return c.searchParams.set("projectId",t),c.searchParams.set("releaseId",l),c.searchParams.set("local",s),r&&c.searchParams.set("resourcesParams",r.searchParams.get("resourcesParams")),`${c.pathname}${c.search}`},zo=async({api:e,appDid:t,component:l,projectId:s,releaseId:r,locale:d,initUrl:c,resources:a})=>{await Je.post(o1(l,s,r,d,c),{resources:a,projectId:s,releaseId:r,locale:d}),await e.updateSelectedResources({input:{did:t,projectId:s,releaseId:r,componentDid:l.meta.did,resources:a}})},ko=(e,t)=>{if(!e)return{};const l=t.reduce((r,d)=>(r[d]=!0,r),{}),s=(r,d)=>(r.forEach(c=>{var a;l[c.id]&&((a=c.dependentComponents)!=null&&a.length)&&c.dependentComponents.forEach(h=>{d[h]=!0}),c.children&&s(c.children,d)}),d);return s(e,{})};function C1({app:e,component:t,projectId:l,release:s,loading:r,error:d,saveSelectedEventsRef:c,readOnly:a,componentDid:h,initialResources:p={},setResourceComponentsMap:m,selectedResourceIds:j,setSelectedResourceIds:y,initUrl:u}){const{t:i,locale:f}=oe(),{api:w}=ze(),[v,R]=je({}),k=C.useRef({}),P=C.useRef(!1),M=s.id;k.current.projectId=l,k.current.releaseId=M;const V=(S,D,I)=>{if(!D)return;const T=ko(D,I);m==null||m({[S]:Object.keys(T)})},L=S=>{c.current[t.meta.did]={resources:S,component:t},y({[t.meta.did]:S}),V(t.meta.did,v[t.meta.did],S)};C.useEffect(()=>{v[t==null?void 0:t.meta.did]||Je.get(o1(t,l,M,f,u)).then(S=>{var I;const D=t1(((I=S.data)==null?void 0:I.resources)||[]);R({[t==null?void 0:t.meta.did]:D})}).catch(S=>{O.error(S.message)})},[t,l,s,f,u,R,v,M]),C.useEffect(()=>{M&&l&&!P.current&&u0(e.children.map(S=>async()=>{var D;if(!(h&&h!==S.meta.did)&&!(!(S!=null&&S.mountPoint)||!K0(S==null?void 0:S.meta)))try{const I=await Je.get(o1(S,l,M,f,u)),T=t1(((D=I==null?void 0:I.data)==null?void 0:D.resources)||[]);R({[S==null?void 0:S.meta.did]:T});const F=await w.getSelectedResources({input:{did:e.meta.did,projectId:l,releaseId:M,componentDid:S.meta.did}}),$=(F==null?void 0:F.resources)||[];$!=null&&$.length&&(y({[S.meta.did]:$}),V(S.meta.did,T,$),a||(c.current[S==null?void 0:S.meta.did]={resources:$,component:S}))}catch(I){O.error(I.message)}}),{concurrency:2}).then(()=>{P.current=!0})},[M,l,a,f,u,R]),C.useEffect(()=>{p&&Object.keys(p).length&&e.children.forEach(S=>{const D=p[S.meta.did];D!=null&&D.length&&(y({[S.meta.did]:D}),a||(c.current[S==null?void 0:S.meta.did]={resources:D,component:S}))})},[e,p,a]);let H=null;return t||(H=o.jsx(ge,{Icon:De,children:i("blocklet.publish.resourceEmptyTip",{name:t.meta.title})})),(t==null?void 0:t.status)!=="running"&&(H=o.jsx(ge,{children:i("blocklet.publish.componentNotRunning",{name:t.meta.title})})),o.jsxs(o.Fragment,{children:[o.jsx(So,{className:a1(d&&"error"),children:o.jsx(z,{pb:2,width:"100%",children:H||o.jsx(w1,{data:v[t.meta.did]||[],value:j[t.meta.did]||[],onChange:L,disabled:r||a})})}),!!d&&o.jsx(z,{color:"error.main",mt:1,fontSize:14,children:d})]})}C1.propTypes={component:x.object.isRequired,app:x.object.isRequired,projectId:x.string.isRequired,error:x.string,saveSelectedEventsRef:x.object.isRequired,readOnly:x.bool.isRequired,loading:x.bool.isRequired,release:x.shape({id:x.string.isRequired,status:x.string}),initialResources:x.object,initUrl:x.object,setResourceComponentsMap:x.func,componentDid:x.string,selectedResourceIds:x.array.isRequired,setSelectedResourceIds:x.func.isRequired};C1.defaultProps={error:"",release:{id:""},initUrl:null,initialResources:{},setResourceComponentsMap:()=>{},componentDid:""};const So=ne(z)`
115
+ `,l1=(e,t)=>(e.forEach(l=>{t&&(l.parent=t),(l.children||[]).forEach(s=>{s.parent=l.id,l1(s.children||[],s.id)})}),e),n1=(e,t,l,s,r)=>{const{exportApi:d="/"}=(e==null?void 0:e.meta.resource)||{},a=new URL(Oe("http://127.0.0.1",e.mountPoint,d||"/").replace(/\/+/g,"/"));return a.searchParams.set("projectId",t),a.searchParams.set("releaseId",l),a.searchParams.set("local",s),r&&a.searchParams.set("resourcesParams",r.searchParams.get("resourcesParams")),`${a.pathname}${a.search}`},ko=async({api:e,appDid:t,component:l,projectId:s,releaseId:r,locale:d,initUrl:a,resources:c})=>{await Ze.post(n1(l,s,r,d,a),{resources:c,projectId:s,releaseId:r,locale:d}),await e.updateSelectedResources({input:{did:t,projectId:s,releaseId:r,componentDid:l.meta.did,resources:c}})},So=(e,t)=>{if(!e)return{};const l=t.reduce((r,d)=>(r[d]=!0,r),{}),s=(r,d)=>(r.forEach(a=>{var c;l[a.id]&&((c=a.dependentComponents)!=null&&c.length)&&a.dependentComponents.forEach(p=>{d[p]=!0}),a.children&&s(a.children,d)}),d);return s(e,{})};function z1({app:e,component:t,projectId:l,release:s,loading:r,error:d,saveSelectedEventsRef:a,readOnly:c,componentDid:p,initialResources:h={},setResourceComponentsMap:v,selectedResourceIds:j,setSelectedResourceIds:y,initUrl:u}){var D;const{t:i,locale:f}=oe(),{api:w}=Se(),[m,R]=we({}),k=C.useRef({}),T=C.useRef(!1),N=s.id;k.current.projectId=l,k.current.releaseId=N;const L=(P,M,I)=>{if(!M)return;const $=So(M,I);v==null||v({[P]:Object.keys($)})},S=P=>{a.current[t.meta.did]={resources:P,component:t},y({[t.meta.did]:P}),L(t.meta.did,m[t.meta.did],P)};C.useEffect(()=>{m[t==null?void 0:t.meta.did]||Ze.get(n1(t,l,N,f,u)).then(P=>{var I;const M=l1(((I=P.data)==null?void 0:I.resources)||[]);R({[t==null?void 0:t.meta.did]:M})}).catch(P=>{O.error(P.message)})},[t,l,s,f,u,R,m,N]),C.useEffect(()=>{N&&l&&!T.current&&p0(e.children.map(P=>async()=>{var M;if(!(p&&p!==P.meta.did)&&!(!(P!=null&&P.mountPoint)||!K0.hasStartEngine(P==null?void 0:P.meta)))try{const I=await Ze.get(n1(P,l,N,f,u)),$=l1(((M=I==null?void 0:I.data)==null?void 0:M.resources)||[]);R({[P==null?void 0:P.meta.did]:$});const F=await w.getSelectedResources({input:{did:e.meta.did,projectId:l,releaseId:N,componentDid:P.meta.did}}),U=(F==null?void 0:F.resources)||[];U!=null&&U.length&&(y({[P.meta.did]:U}),L(P.meta.did,$,U),c||(a.current[P==null?void 0:P.meta.did]={resources:U,component:P}))}catch(I){O.error(I.message)}}),{concurrency:2}).then(()=>{T.current=!0})},[N,l,c,f,u,R]),C.useEffect(()=>{h&&Object.keys(h).length&&e.children.forEach(P=>{const M=h[P.meta.did];M!=null&&M.length&&(y({[P.meta.did]:M}),c||(a.current[P==null?void 0:P.meta.did]={resources:M,component:P}))})},[e,h,c]);let E=null;return(!t||!((D=m[t.meta.did])!=null&&D.length))&&(E=o.jsx(be,{Icon:Ee,children:i("blocklet.publish.resourceEmptyTip",{name:t.meta.title})})),(t==null?void 0:t.status)!=="running"&&(E=o.jsx(be,{children:i("blocklet.publish.componentNotRunning",{name:t.meta.title})})),o.jsxs(o.Fragment,{children:[o.jsx(Mo,{className:d1(d&&"error"),children:o.jsx(z,{pb:2,width:"100%",children:E||o.jsx(y1,{data:m[t.meta.did]||[],value:j[t.meta.did]||[],onChange:S,disabled:r||c})})}),!!d&&o.jsx(z,{color:"error.main",mt:1,fontSize:14,children:d})]})}z1.propTypes={component:x.object.isRequired,app:x.object.isRequired,projectId:x.string.isRequired,error:x.string,saveSelectedEventsRef:x.object.isRequired,readOnly:x.bool.isRequired,loading:x.bool.isRequired,release:x.shape({id:x.string.isRequired,status:x.string}),initialResources:x.object,initUrl:x.object,setResourceComponentsMap:x.func,componentDid:x.string,selectedResourceIds:x.array.isRequired,setSelectedResourceIds:x.func.isRequired};z1.defaultProps={error:"",release:{id:""},initUrl:null,initialResources:{},setResourceComponentsMap:()=>{},componentDid:""};const Mo=se(z)`
89
116
  border: 1px solid #ccc;
90
117
  max-height: 600px;
91
118
  width: 100%;
@@ -106,31 +133,7 @@ import{ap as A0,j as o,aE as te,cI as e0,aH as B,fq as _1,aG as fe,aC as Pe,aD a
106
133
  background: #fff;
107
134
  z-index: 10;
108
135
  }
109
- `;function R1({value:e,app:t,onChange:l,disabled:s,resourceRelateComponents:r,projectType:d,dependentComponentsMode:c}){const{t:a,locale:h}=oe(),p=c==="readonly",m=C.useMemo(()=>{const w=e.reduce((v,R)=>(v[R.did]=R.included,v),{});return(t.children||[]).filter(v=>p?r[v.meta.did]||w[v.meta.did]:!0)},[t.children,e,r,p]),j=C.useMemo(()=>m.map(w=>e.find(R=>R.did===w.meta.did)||{did:w.meta.did}),[m,e]),y=j.reduce((w,v)=>(w[v.did]=s1(v,["required","included"]),w),{}),u=w=>{const v=j.map(R=>{if(R.did===w){const k=!R.included;return{...R,included:k,required:k}}return R});l(v)},i=w=>{const v=j.map(R=>R.did===w?{...R,required:!R.required}:R);l(v)},f=[{label:a("common.name"),name:"meta.title",width:200,options:{customBodyRenderLite:w=>{var k;const v=m[w],R=(k=y[v.meta.did])==null?void 0:k.included;return o.jsxs(z,{display:"flex",alignItems:"center",children:[o.jsx(i1,{size:24,blocklet:v,ancestors:[t]}),o.jsx(z,{ml:"4px",className:a1("text",{excluded:!R}),children:o.jsx(z,{children:v.meta.title})})]})}}},{label:a("blocklet.publish.componentIncluded"),width:100,options:{customBodyRenderLite:w=>{var P;const v=m[w],R=r[v.meta.did],k=!!((P=y[v.meta.did])!=null&&P.included);return o.jsx(Ye,{size:"small",checked:R||k,onClick:()=>u(v.meta.did),disabled:p||R||s})}}},{label:a("blocklet.publish.componentForceRequired"),width:100,options:{customBodyRenderLite:w=>{var M,V;const v=m[w],R=r[v.meta.did],k=!!((M=y[v.meta.did])!=null&&M.included),P=!!((V=y[v.meta.did])!=null&&V.required);return o.jsx(Ye,{size:"small",checked:R||P&&k,onClick:()=>i(v.meta.did),disabled:p||R||s||!k})}}}];return o.jsx(Mo,{children:m!=null&&m.length?o.jsxs(o.Fragment,{children:[o.jsx(r1,{className:"main-table",verticalKeyWidth:100,locale:h,data:m,columns:f,options:{sort:!1,download:!1,filter:!1,print:!1,search:!1,rowsPerPage:50}}),o.jsx(g2,{type:"info",style:{width:"100%"},children:o.jsx(z,{display:"flex",alignItems:"center",rel:"noreferrer",children:a(d==="pack"?"blocklet.publish.packTip":"blocklet.publish.resourceTip")})})]}):o.jsx(ge,{Icon:De,children:a("blocklet.publish.blockletEmptyTip")})})}R1.propTypes={app:x.object.isRequired,value:x.arrayOf(x.shape({did:x.string.isRequired,required:x.bool,included:x.bool})),onChange:x.func,disabled:x.bool,dependentComponentsMode:x.string,resourceRelateComponents:x.object,projectType:x.string.isRequired};R1.defaultProps={value:[],onChange:()=>{},disabled:!1,dependentComponentsMode:"auto",resourceRelateComponents:{}};const Mo=ne(z)`
110
- .main-table {
111
- .text.excluded {
112
- color: #999;
113
- }
114
- width: 400px;
115
- ${({theme:e})=>e.breakpoints.down("md")} {
116
- width: 100%;
117
- }
118
- > div:first-child {
119
- display: none;
120
- }
121
- .MuiTableCell-head {
122
- padding-top: 0;
123
- padding-bottom: 0;
124
- }
125
- .MuiTableCell-body {
126
- padding-top: 6px;
127
- padding-bottom: 6px;
128
- }
129
- .datatable-footer {
130
- display: none;
131
- }
132
- }
133
- `;function y1({blocklet:e,store:t,onChangeStore:l,onClick:s,disabled:r,loading:d}){var i;const{t:c}=oe(),[a,h]=C.useState(!1),p=C.useRef(null),m=f=>{l(f),h(!1)},j=()=>{h(f=>!f)},y=f=>{p.current&&p.current.contains(f.target)||h(!1)},u=((i=e==null?void 0:e.settings)==null?void 0:i.storeList)||[];return o.jsxs(o.Fragment,{children:[o.jsxs(w2,{disabled:r,ref:p,variant:"contained",color:"primary","aria-label":"Button group with connect store",children:[o.jsxs(ie,{onClick:s,children:[d&&o.jsx(l1,{size:14,sx:{mr:.5}}),`${c("common.connect")} ${(t==null?void 0:t.name)||""}`]}),o.jsx(ie,{size:"small","aria-controls":a?"split-button-menu":void 0,"aria-expanded":a?"true":void 0,"aria-label":"select merge strategy","aria-haspopup":"menu",onClick:j,children:o.jsx(j2,{})})]}),o.jsx(X0,{sx:{zIndex:1},open:a,anchorEl:p.current,role:void 0,transition:!0,disablePortal:!0,children:({TransitionProps:f,placement:w})=>o.jsx(J0,{...f,style:{transformOrigin:w==="bottom"?"center top":"center bottom"},children:o.jsx(r0,{children:o.jsx(Q0,{onClickAway:y,children:o.jsx(Y0,{id:"split-button-menu",autoFocusItem:!0,children:u.map(v=>o.jsx(Z0,{selected:v.id===t.id,onClick:()=>m(v),children:v.name},v))})})})})})]})}y1.propTypes={store:x.object,blocklet:x.object,onChangeStore:x.func.isRequired,onClick:x.func.isRequired,loading:x.bool.isRequired,disabled:x.bool.isRequired};y1.defaultProps={store:null,blocklet:null};async function k0(e,t=1500,l=600,s=5e3){let r=0;await new Promise(c=>setTimeout(c,s));const d=async(c,a)=>{try{const h=await e();c(h)}catch(h){r++,r>=l?a(h):setTimeout(()=>d(c,a),t)}};return new Promise(d)}function Io(){return Math.random().toString(36).slice(2)+Math.random().toString(36).slice(2)+`${Date.now()}`.slice(-6)}function Lo(e,{did:t,projectId:l,messageId:s}){return k0(async()=>{var d;const r=await e.getProject({input:{did:t,projectId:l,messageId:s}});if(!((d=r==null?void 0:r.project)!=null&&d.blockletDid))throw new Error("Connected store not found");return r.project.blockletDid})}function Po(e,{did:t,projectId:l,storeId:s}){return k0(async()=>{var c,a;const r=await e.getProject({input:{did:t,projectId:l,messageId:""}});if(!((a=(c=r==null?void 0:r.project)==null?void 0:c.connectedStores)!=null&&a.length))throw new Error("Connected store not found");if(!r.project.connectedStores.find(h=>h.storeId===s))throw new Error("Connected store not found")})}const W1="lastWantToConnectStoreId";function To(e){var c;const[t,l]=C.useState(null),s=C.useCallback(a=>{l(a),localStorage.setItem(W1,a==null?void 0:a.id)},[l]),r=C.useMemo(()=>{var p,m;const a=localStorage.getItem(W1),h=a?(((p=e==null?void 0:e.settings)==null?void 0:p.storeList)||[]).find(j=>j.id===a):null;return h||(((m=e==null?void 0:e.settings)==null?void 0:m.storeList)||[]).find(j=>j.id===U.BLOCKLET_STORE.id)},[(c=e==null?void 0:e.settings)==null?void 0:c.storeList]);return[t||r,s]}const G1=["image/*",".jpg",".jpeg",".png",".gif",".svg"],K1=1024*1024*10,X1=C.lazy(()=>e2(()=>import("./react-eYk4JkPK.js").then(e=>e.r),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44])).then(e=>({default:e.Uploader})));function S0({projectId:e,readOnly:t,loading:l,blocklet:s,params:r,setParams:d,paramsErrTip:c,setParamsErrTip:a,setLoading:h,initUrl:p,initLogoUrl:m,setInitLogoUrl:j,componentDid:y}){const{t:u}=oe(),{api:i}=ze(),f=n1(),w=C.useRef(null),v=C.useRef(null),[R,k]=To(s),P=C2({onOpen:()=>h(!0),onClose:()=>h(!1)}),M=async T=>{const F=setTimeout(()=>{h(!1)},2e4),$=await Lo(i,T);h(!1),clearTimeout(F),window.parent.postMessage({event:"studioDialog.connected",componentDid:y},"*"),f(window.location.pathname.replace(`${U.UNOWNED_DID}/create`,`${$}/create`),{replace:!0})},V=()=>{if(!r.blockletTitle){O.error(u("blocklet.publish.errorTip.noTitle"));return}if(!R){O.error("No store found");return}const T=Io();P(async(F,$)=>{var ce,le,X;try{const q=await i.connectByStudio({input:{did:(ce=s==null?void 0:s.meta)==null?void 0:ce.did,blockletTitle:r==null?void 0:r.blockletTitle,storeUrl:R.url,storeId:R.id,storeName:R.name,type:((le=r==null?void 0:r.blockletComponents)==null?void 0:le.length)>0?"pack":"resource",componentDid:y,messageId:T,tenantScope:(p==null?void 0:p.searchParams.get("tenantScope"))||""}});if(!(q!=null&&q.url)){O.error("failed to connect to store");return}$(q.url),M({did:(X=s==null?void 0:s.meta)==null?void 0:X.did,projectId:"",messageId:T})}catch(q){const ee=Oe(q);O.error(ee),F.document.write(ee),h(!1)}})},L=`${U.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${s.meta.did}/${e}/logo/upload`,H=`${U.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${s.meta.did}/${e}/screenshot/upload`,S=r!=null&&r.blockletLogo?`${L}/${r.blockletLogo}`:`${U.WELLKNOWN_SERVICE_PATH_PREFIX}/static/images/logo.png`,D=((r==null?void 0:r.blockletScreenshots)||[]).filter(Boolean).map(T=>`${H}/${T}`),I=()=>t?!1:!e||e===U.UNOWNED_DID?(O.error(u("blocklet.publish.errorTip.noFirstDid")),!1):!0;return o.jsxs(Vo,{children:[o.jsx(z,{display:"flex",className:"section",children:o.jsxs(z,{sx:{flex:1},children:[o.jsx(Ce,{disabled:l||t,label:`Blocklet ${u("common.title")}`,placeholder:`Blocklet ${u("common.title")}`,InputProps:{"data-cy":"blocklet-title",readOnly:t},autoComplete:"off",variant:"outlined",fullWidth:!0,required:!0,value:r.blockletTitle||"",onChange:T=>{a({blockletTitle:""}),d({blockletTitle:T.target.value})},error:!!c.blockletTitle,helperText:c.blockletTitle||""}),o.jsx(Ce,{required:!0,label:"Blocklet DID",fullWidth:!0,readonly:!0,disabled:!0,autoComplete:"off",variant:"outlined",InputProps:{"data-cy":"export-blocklet-did",endAdornment:e===U.UNOWNED_DID&&o.jsx(c1,{position:"end",children:o.jsx(y1,{blocklet:s,store:R,onChangeStore:k,disabled:!r.blockletTitle||t||l,loading:l,onClick:V})})},error:!!c.projectId,helperText:c.projectId||"",value:e===U.UNOWNED_DID?"":e,sx:{mt:3}}),o.jsx(Ce,{disabled:l||t,label:`Blocklet ${u("common.description")}`,placeholder:`Blocklet ${u("common.description")}`,InputProps:{"data-cy":"blocklet-description",readOnly:t},required:!0,autoComplete:"off",variant:"outlined",fullWidth:!0,value:r.blockletDescription||"",onChange:T=>{a({blockletDescription:""}),d({blockletDescription:T.target.value})},error:!!c.blockletDescription,helperText:c.blockletDescription||"",sx:{mt:3}})]})}),o.jsxs(z,{display:"flex",mt:3,className:"section full-width",children:[o.jsxs(z,{sx:{flex:1},children:[o.jsxs(z,{display:"flex",children:[o.jsx(G,{variant:"subtitle1",sx:{mr:2},children:u("common.logo")}),o.jsx(z,{sx:{flex:1,cursor:t?"default":"pointer"},children:o.jsx(p0,{variant:"square",sx:{width:80,height:80},alt:"Blocklet Logo",src:m||S,onClick:()=>{I()&&w.current.open()}})})]}),o.jsxs(z,{display:"flex",mt:3,children:[o.jsx(G,{variant:"subtitle1",sx:{mr:2},children:u("common.screenshot")}),o.jsxs(z,{display:"flex",alignItems:"center",sx:{flex:1,flexWrap:"wrap"},children:[D.map((T,F)=>o.jsxs(z,{className:"screenshot",children:[o.jsx("img",{alt:"screenshot",src:T}),!t&&o.jsx(ve,{className:"action",onClick:()=>{const $=[...r.blockletScreenshots];$.splice(F,1),d({blockletScreenshots:$})},children:o.jsx(b2,{})})]})),D.length<5&&o.jsx(z,{sx:{width:200,height:140,background:"#eee",cursor:t?"default":"pointer",color:"#999",mb:2},display:"flex",justifyContent:"center",alignItems:"center",fontSize:40,onClick:()=>{I()&&v.current.open()},children:"+"})]})]})]}),o.jsx(C.Suspense,{fallback:o.jsx(me,{}),children:o.jsx(X1,{ref:w,popup:!0,onUploadFinish:T=>{d({blockletLogo:T.data.filename}),j(""),w.current.close()},plugins:["ImageEditor"],installerProps:{disabled:!0},apiPathProps:{uploader:L,disableMediaKitPrefix:!0},coreProps:{restrictions:{allowedFileTypes:G1,maxFileSize:K1,maxNumberOfFiles:1}}},"uploader-logo")}),o.jsx(C.Suspense,{fallback:o.jsx(me,{}),children:o.jsx(X1,{ref:v,popup:!0,onUploadFinish:T=>{var $;const F=r.blockletScreenshots||[];F.push(($=T.data)==null?void 0:$.filename),d({blockletScreenshots:F}),v.current.close()},plugins:["ImageEditor"],apiPathProps:{uploader:H,disableMediaKitPrefix:!0},coreProps:{restrictions:{allowedFileTypes:G1,maxFileSize:K1,maxNumberOfFiles:5-D.length}}},"uploader-screenshot")})]})]})}S0.propTypes={projectId:x.string.isRequired,readOnly:x.bool.isRequired,params:x.object.isRequired,setParams:x.func.isRequired,paramsErrTip:x.object.isRequired,setParamsErrTip:x.func.isRequired,loading:x.bool.isRequired,blocklet:x.object.isRequired,setLoading:x.func.isRequired,initUrl:x.object.isRequired,componentDid:x.isRequired,initLogoUrl:x.string.isRequired,setInitLogoUrl:x.func.isRequired};const Vo=ne.div`
136
+ `;function k1({blocklet:e,store:t,onChangeStore:l,onClick:s,disabled:r,loading:d}){var i;const{t:a}=oe(),[c,p]=C.useState(!1),h=C.useRef(null),v=f=>{l(f),p(!1)},j=()=>{p(f=>!f)},y=f=>{h.current&&h.current.contains(f.target)||p(!1)},u=((i=e==null?void 0:e.settings)==null?void 0:i.storeList)||[];return o.jsxs(o.Fragment,{children:[o.jsxs(w2,{disabled:r,ref:h,variant:"contained",color:"primary","aria-label":"Button group with connect store",children:[o.jsxs(ie,{onClick:s,children:[d&&o.jsx(s1,{size:14,sx:{mr:.5}}),`${a("common.connect")} ${(t==null?void 0:t.name)||""}`]}),o.jsx(ie,{size:"small","aria-controls":c?"split-button-menu":void 0,"aria-expanded":c?"true":void 0,"aria-label":"select merge strategy","aria-haspopup":"menu",onClick:j,children:o.jsx(j2,{})})]}),o.jsx(X0,{sx:{zIndex:1},open:c,anchorEl:h.current,role:void 0,transition:!0,disablePortal:!0,children:({TransitionProps:f,placement:w})=>o.jsx(J0,{...f,style:{transformOrigin:w==="bottom"?"center top":"center bottom"},children:o.jsx(i0,{children:o.jsx(Q0,{onClickAway:y,children:o.jsx(Y0,{id:"split-button-menu",autoFocusItem:!0,children:u.map(m=>o.jsx(Z0,{selected:m.id===t.id,onClick:()=>v(m),children:m.name},m))})})})})})]})}k1.propTypes={store:x.object,blocklet:x.object,onChangeStore:x.func.isRequired,onClick:x.func.isRequired,loading:x.bool.isRequired,disabled:x.bool.isRequired};k1.defaultProps={store:null,blocklet:null};async function S0(e,t=1500,l=600,s=5e3){let r=0;await new Promise(a=>setTimeout(a,s));const d=async(a,c)=>{try{const p=await e();a(p)}catch(p){r++,r>=l?c(p):setTimeout(()=>d(a,c),t)}};return new Promise(d)}function Io(){return Math.random().toString(36).slice(2)+Math.random().toString(36).slice(2)+`${Date.now()}`.slice(-6)}function Lo(e,{did:t,projectId:l,messageId:s}){return S0(async()=>{var d;const r=await e.getProject({input:{did:t,projectId:l,messageId:s}});if(!((d=r==null?void 0:r.project)!=null&&d.blockletDid))throw new Error("Connected store not found");return r.project.blockletDid})}function Po(e,{did:t,projectId:l,storeId:s}){return S0(async()=>{var a,c;const r=await e.getProject({input:{did:t,projectId:l,messageId:""}});if(!((c=(a=r==null?void 0:r.project)==null?void 0:a.connectedStores)!=null&&c.length))throw new Error("Connected store not found");if(!r.project.connectedStores.find(p=>p.storeId===s))throw new Error("Connected store not found")})}const K1="lastWantToConnectStoreId";function To(e){var a;const[t,l]=C.useState(null),s=C.useCallback(c=>{l(c),localStorage.setItem(K1,c==null?void 0:c.id)},[l]),r=C.useMemo(()=>{var h,v;const c=localStorage.getItem(K1),p=c?(((h=e==null?void 0:e.settings)==null?void 0:h.storeList)||[]).find(j=>j.id===c):null;return p||(((v=e==null?void 0:e.settings)==null?void 0:v.storeList)||[]).find(j=>j.id===W.BLOCKLET_STORE.id)},[(a=e==null?void 0:e.settings)==null?void 0:a.storeList]);return[t||r,s]}const X1=["image/*",".jpg",".jpeg",".png",".gif",".svg"],J1=1024*1024*10,Q1=C.lazy(()=>e2(()=>import("./react-CY_QENHU.js").then(e=>e.r),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44])).then(e=>({default:e.Uploader})));function M0({projectId:e,readOnly:t,loading:l,blocklet:s,params:r,setParams:d,paramsErrTip:a,setParamsErrTip:c,setLoading:p,initUrl:h,initLogoUrl:v,setInitLogoUrl:j,componentDid:y}){const{t:u}=oe(),{api:i}=Se(),f=r1(),w=C.useRef(null),m=C.useRef(null),[R,k]=To(s),T=C2({onOpen:()=>p(!0),onClose:()=>p(!1)}),N=async I=>{const $=setTimeout(()=>{p(!1)},2e4),F=await Lo(i,I);p(!1),clearTimeout($),window.parent.postMessage({event:"studioDialog.connected",componentDid:y},"*"),f(window.location.pathname.replace(`${W.UNOWNED_DID}/create`,`${F}/create`),{replace:!0})},L=()=>{if(!r.blockletTitle){O.error(u("blocklet.publish.errorTip.noTitle"));return}if(!R){O.error("No store found");return}const I=Io();T(async($,F)=>{var U,ne,Q;try{const G=await i.connectByStudio({input:{did:(U=s==null?void 0:s.meta)==null?void 0:U.did,blockletTitle:r==null?void 0:r.blockletTitle,storeUrl:R.url,storeId:R.id,storeName:R.name,type:((ne=r==null?void 0:r.blockletComponents)==null?void 0:ne.length)>0?"pack":"resource",componentDid:y,messageId:I,tenantScope:(h==null?void 0:h.searchParams.get("tenantScope"))||""}});if(!(G!=null&&G.url)){O.error("failed to connect to store");return}F(G.url),N({did:(Q=s==null?void 0:s.meta)==null?void 0:Q.did,projectId:"",messageId:I})}catch(G){const Z=Fe(G);O.error(Z),$.document.write(Z),p(!1)}})},S=`${W.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${s.meta.did}/${e}/logo/upload`,E=`${W.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${s.meta.did}/${e}/screenshot/upload`,D=r!=null&&r.blockletLogo?`${S}/${r.blockletLogo}`:`${W.WELLKNOWN_SERVICE_PATH_PREFIX}/static/images/logo.png`,P=((r==null?void 0:r.blockletScreenshots)||[]).filter(Boolean).map(I=>`${E}/${I}`),M=()=>t?!1:!e||e===W.UNOWNED_DID?(O.error(u("blocklet.publish.errorTip.noFirstDid")),!1):!0;return o.jsxs(Vo,{children:[o.jsx(z,{display:"flex",className:"section",children:o.jsxs(z,{sx:{flex:1},children:[o.jsx(Re,{disabled:l||t,label:`Blocklet ${u("common.title")}`,placeholder:`Blocklet ${u("common.title")}`,InputProps:{"data-cy":"blocklet-title",readOnly:t},autoComplete:"off",variant:"outlined",fullWidth:!0,required:!0,value:r.blockletTitle||"",onChange:I=>{c({blockletTitle:""}),d({blockletTitle:I.target.value})},error:!!a.blockletTitle,helperText:a.blockletTitle||""}),o.jsx(Re,{required:!0,label:"Blocklet DID",fullWidth:!0,readonly:!0,disabled:!0,autoComplete:"off",variant:"outlined",InputProps:{"data-cy":"export-blocklet-did",endAdornment:e===W.UNOWNED_DID&&o.jsx(u1,{position:"end",children:o.jsx(k1,{blocklet:s,store:R,onChangeStore:k,disabled:!r.blockletTitle||t||l,loading:l,onClick:L})})},error:!!a.projectId,helperText:a.projectId||"",value:e===W.UNOWNED_DID?"":e,sx:{mt:3}}),o.jsx(Re,{disabled:l||t,label:`Blocklet ${u("common.description")}`,placeholder:`Blocklet ${u("common.description")}`,InputProps:{"data-cy":"blocklet-description",readOnly:t},required:!0,autoComplete:"off",variant:"outlined",fullWidth:!0,value:r.blockletDescription||"",onChange:I=>{c({blockletDescription:""}),d({blockletDescription:I.target.value})},error:!!a.blockletDescription,helperText:a.blockletDescription||"",sx:{mt:3}})]})}),o.jsxs(z,{display:"flex",mt:3,className:"section full-width",children:[o.jsxs(z,{sx:{flex:1},children:[o.jsxs(z,{display:"flex",children:[o.jsx(X,{variant:"subtitle1",sx:{mr:2},children:u("common.logo")}),o.jsx(z,{sx:{flex:1,cursor:t?"default":"pointer"},children:o.jsx(h0,{variant:"square",sx:{width:80,height:80},alt:"Blocklet Logo",src:v||D,onClick:()=>{M()&&w.current.open()}})})]}),o.jsxs(z,{display:"flex",mt:3,children:[o.jsx(X,{variant:"subtitle1",sx:{mr:2},children:u("common.screenshot")}),o.jsxs(z,{display:"flex",alignItems:"center",sx:{flex:1,flexWrap:"wrap"},children:[P.map((I,$)=>o.jsxs(z,{className:"screenshot",children:[o.jsx("img",{alt:"screenshot",src:I}),!t&&o.jsx(ce,{className:"action",onClick:()=>{const F=[...r.blockletScreenshots];F.splice($,1),d({blockletScreenshots:F})},children:o.jsx(b2,{})})]})),P.length<5&&o.jsx(z,{sx:{width:200,height:140,background:"#eee",cursor:t?"default":"pointer",color:"#999",mb:2},display:"flex",justifyContent:"center",alignItems:"center",fontSize:40,onClick:()=>{M()&&m.current.open()},children:"+"})]})]})]}),o.jsx(C.Suspense,{fallback:o.jsx(ge,{}),children:o.jsx(Q1,{ref:w,popup:!0,onUploadFinish:I=>{d({blockletLogo:I.data.filename}),j(""),w.current.close()},plugins:["ImageEditor"],installerProps:{disabled:!0},apiPathProps:{uploader:S,disableMediaKitPrefix:!0},coreProps:{restrictions:{allowedFileTypes:X1,maxFileSize:J1,maxNumberOfFiles:1}}},"uploader-logo")}),o.jsx(C.Suspense,{fallback:o.jsx(ge,{}),children:o.jsx(Q1,{ref:m,popup:!0,onUploadFinish:I=>{var F;const $=r.blockletScreenshots||[];$.push((F=I.data)==null?void 0:F.filename),d({blockletScreenshots:$}),m.current.close()},plugins:["ImageEditor"],apiPathProps:{uploader:E,disableMediaKitPrefix:!0},coreProps:{restrictions:{allowedFileTypes:X1,maxFileSize:J1,maxNumberOfFiles:5-P.length}}},"uploader-screenshot")})]})]})}M0.propTypes={projectId:x.string.isRequired,readOnly:x.bool.isRequired,params:x.object.isRequired,setParams:x.func.isRequired,paramsErrTip:x.object.isRequired,setParamsErrTip:x.func.isRequired,loading:x.bool.isRequired,blocklet:x.object.isRequired,setLoading:x.func.isRequired,initUrl:x.object.isRequired,componentDid:x.isRequired,initLogoUrl:x.string.isRequired,setInitLogoUrl:x.func.isRequired};const Vo=se.div`
134
137
  margin-top: 24px;
135
138
  .screenshot {
136
139
  margin-bottom: 16px;
@@ -161,7 +164,7 @@ import{ap as A0,j as o,aE as te,cI as e0,aH as B,fq as _1,aG as fe,aC as Pe,aD a
161
164
  width: 100%; /* 图像宽度填充容器 */
162
165
  height: auto; /* 图像高度自适应 */
163
166
  }
164
- `;function $e({readOnly:e,params:t,setParams:l,paramsErrTip:s,setParamsErrTip:r,loading:d}){var a;const{t:c}=oe();return o.jsx(z,{display:"flex",mt:3,className:"section",children:o.jsxs(z,{sx:{flex:1},children:[o.jsx(Ce,{required:!0,disabled:d||e,label:`Blocklet ${c("common.version")}`,placeholder:`Blocklet ${c("common.version")}`,InputProps:{"data-cy":"blocklet-version",readOnly:e},autoComplete:"off",variant:"outlined",fullWidth:!0,value:t.blockletVersion||"",onChange:h=>{r({blockletVersion:""}),l({blockletVersion:h.target.value})},error:!!s.blockletVersion,helperText:s.blockletVersion||""}),o.jsx(Ce,{label:c("blocklet.publish.releaseNote"),autoComplete:"off",disabled:d||e,variant:"outlined",InputProps:{"data-cy":"release-note",readOnly:e,endAdornment:o.jsxs(c1,{position:"end",children:[((a=t==null?void 0:t.note)==null?void 0:a.length)||0," / ",he.PROJECT.MAX_NOTE_LENGTH]})},fullWidth:!0,multiline:!0,minRows:4,required:!0,value:t.note||"",onChange:h=>{r({note:""}),l({note:h.target.value.slice(0,he.PROJECT.MAX_NOTE_LENGTH)})},error:!!s.note,helperText:s.note||"",sx:{mt:3}})]})})}$e.propTypes={readOnly:x.bool.isRequired,params:x.object.isRequired,setParams:x.func.isRequired,paramsErrTip:x.object.isRequired,setParamsErrTip:x.func.isRequired,loading:x.bool.isRequired};$e.defaultProps={};var z1={},No=ye;Object.defineProperty(z1,"__esModule",{value:!0});var M0=z1.default=void 0,_o=No(Re()),Do=o;M0=z1.default=(0,_o.default)((0,Do.jsx)("path",{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96M14 13v4h-4v-4H7l4.65-4.65c.2-.2.51-.2.71 0L17 13z"}),"CloudUploadRounded");function k1({blocklet:e,releaseId:t,connectedStores:l,projectId:s,releaseType:r,publishedStoreIds:d,onPublish:c,onDelete:a,projectType:h,componentDid:p,onOpenConnectStore:m}){var w,v,R;const{t:j}=oe(),y=((w=e==null?void 0:e.settings)==null?void 0:w.storeList)||[],u=C.useMemo(()=>l!=null&&l.length?l==null?void 0:l.reduce((k,P)=>(k[P.storeId]=P,k),{}):{},[l]),i=(v=e==null?void 0:e.meta)==null?void 0:v.did,f=()=>{};return o.jsxs(t2,{children:[y==null?void 0:y.map(k=>o.jsx(M2,{"data-cy":"store-switch",children:o.jsx(I2,{children:o.jsx(R2,{releaseId:t,projectId:s,releaseType:r,kind:"publish",teamDid:i,store:k,published:(d==null?void 0:d.indexOf(k.id))>-1,connectedStore:u[k.id],onPublish:c,onDelete:a,onOpenConnectStore:m})})},k.url)),!!(y!=null&&y.length)&&o.jsx(z2,{type:"info",style:{width:"100%"},children:o.jsxs(z,{color:k2[400],component:"a",href:h==="pack"?"https://www.arcblock.io/docs/blocklet-developer/en/5PXToZve-5IXAN1bc8rkpxAc":"https://www.arcblock.io/docs/blocklet-developer/en/hB5VWLfg9VnbWsL1JGLuLUfW",target:"_blank",display:"flex",alignItems:"center",rel:"noreferrer",children:[j(h==="pack"?"blocklet.publish.whyCantSeeInStore":"blocklet.publish.whyCantSeeResourceBlockletInStore"),o.jsx(S2,{sx:{marginLeft:1}})]})}),p&&((R=window.blocklet)==null?void 0:R.tenantMode)===he.BLOCKLET_TENANT_MODES.MULTIPLE?null:o.jsx(y2,{onAdd:f,teamDid:i,storeList:y})]})}k1.propTypes={blocklet:x.object.isRequired,projectId:x.string.isRequired,releaseId:x.string.isRequired,releaseType:x.string.isRequired,onPublish:x.func,onDelete:x.func,publishedStoreIds:x.arrayOf(x.string),connectedStores:x.arrayOf(x.object).isRequired,projectType:x.string,componentDid:x.string,onOpenConnectStore:x.func};k1.defaultProps={projectType:"",componentDid:"",publishedStoreIds:[],onPublish:()=>{},onDelete:()=>{},onOpenConnectStore:()=>{}};const I0=({params:e,isSelectedResources:t,projectId:l,status:s,t:r})=>{const d=[];return e.blockletTitle||d.push({param:"blockletTitle",message:r("blocklet.publish.errorTip.noTitle")}),(!l||l===U.UNOWNED_DID)&&d.push({param:"projectId",message:r("blocklet.publish.errorTip.noDid")}),t||d.push({param:"blockletResources",message:r("blocklet.publish.errorTip.noResource")}),e.blockletVersion?we.valid(e.blockletVersion)||d.push({param:"blockletVersion",message:r("blocklet.publish.errorTip.inValidVersion")}):d.push({param:"blockletVersion",message:r("blocklet.publish.errorTip.noVersion")}),s===he.PROJECT.RELEASE_STATUS.published&&(e.blockletDescription||d.push({param:"blockletDescription",message:r("blocklet.publish.errorTip.noDescription")}),e.note||d.push({param:"note",message:r("blocklet.publish.errorTip.noNote")})),d.length?d:null},Bo=({params:e,isSelectedResources:t,step:l,t:s,projectId:r})=>{if(l===0){if(!e.blockletTitle)return s("blocklet.publish.errorTip.noTitle");if(!r||r===U.UNOWNED_DID)return s("blocklet.publish.errorTip.noDid");if(!e.blockletDescription)return s("blocklet.publish.errorTip.noDescription")}if(l===2&&!t)return s("blocklet.publish.errorTip.noResource");if(l>=4){if(!e.blockletVersion)return s("blocklet.publish.errorTip.noVersion");if(!we.valid(e.blockletVersion))return s("blocklet.publish.errorTip.inValidVersion");if(!e.note)return s("blocklet.publish.errorTip.noNote")}return""},Eo=async e=>{if(typeof e!="string")throw new Error("URL must be a string");try{const t=e.split("/").pop().split("?")[0],s=await(await fetch(e)).blob();return new File([s],t,{type:s.type})}catch{throw new Error("Failed to convert Logo URL to file")}};function*Ao(e,t){let l=0;for(;l<e.size;)yield e.slice(l,l+t),l+=t}const Ho=async({did:e,projectId:t,uploadType:l="logo",imageUrl:s})=>{const r=await Eo(s),d=new FormData;d.append("file",r);const c={uploaderId:"Uploader",relativePath:encodeURIComponent(r.name),name:encodeURIComponent(r.name),type:r.type},h=(await D1.post(Ie(U.WELLKNOWN_SERVICE_PATH_PREFIX,"/api/project",e,t,l,"upload"),d,{headers:{"Tus-Resumable":"1.0.0","Upload-Length":r.size,"X-Uploader-File-Ext":r.name.split(".").pop(),"Upload-Metadata":Object.keys(c).map(y=>`${y} ${btoa(c[y])}`).join(",")}})).headers.location,p=5*1024*1024;let m=0,j="";for(const y of Ao(r,p)){const u=await D1.patch(Ie(U.WELLKNOWN_SERVICE_PATH_PREFIX,h),y,{headers:{"Tus-Resumable":"1.0.0","Upload-Offset":m,"Content-Type":"application/offset+octet-stream"}});m+=y.size,j=u.data.filename}return j};var Z1;const Xe=(Z1=window.env)==null?void 0:Z1.serverEndpoint;function L0({projectId:e,params:t,setParamsErrTip:l,initUrl:s,setParams:r,mode:d,loading:c,blocklet:a,release:h,isPublished:p,releaseId:m,getData:j,getRelease:y,componentDid:u,resourceRelateComponents:i,disabledSelectComponents:f,saveSelectedEventsRef:w,isSelectedResources:v,initLogoUrl:R,setLoading:k,releaseUsedLast:P,setReleaseUsedLast:M,projectType:V}){var ee;const{t:L,locale:H}=oe(),{api:S}=ze(),D=n1(),[I,T]=C.useState(!1),[F,$]=C.useState(),ce=()=>{window.parent.postMessage({event:"studioDialog.uploaded",componentDid:u},"*"),y()},le=async Q=>{var se,J,re;const K=I0({params:t,isSelectedResources:v,projectId:e,status:Q,t:L});if(K){O.error(K.map(_=>_.message).join("; ")),l(K.reduce((_,E)=>({..._,[E.param]:E.message}),{}));return}const A={...t},de=((a==null?void 0:a.children)||[]).reduce((_,E)=>(_[E.meta.did]=!0,_),{});if(Object.keys(i).forEach(_=>{if(!de[_])return;let E=!1;f||A.blockletComponents.forEach(Z=>{Z.did===_&&(Z.included=!0,Z.required=!0,E=!0)}),E||A.blockletComponents.push({did:_,included:!0,required:!0})}),A.blockletVersion=we.valid(A.blockletVersion),!A.blockletVersion){O.error("Invalid Blocklet Version"),l({blockletVersion:"Invalid Blocklet Version"});return}if(R)try{const _=await Ho({did:a.meta.did,projectId:e,imageUrl:R});A.blockletLogo=_,r({blockletLogo:_})}catch(_){O.error(_.message);return}k(!0);const Y=Object.keys(w.current);try{await u0(Y.map(_=>()=>{const E=w.current[_];return zo({api:S,locale:H,projectId:e,releaseId:P?"":m,appDid:a.meta.did,component:E.component,resources:E.resources,initUrl:s})}),{concurrency:2})}catch(_){O.error(((re=(J=(se=_==null?void 0:_.response)==null?void 0:se.data)==null?void 0:J.error)==null?void 0:re.message)||_.message),k(!1),l({resources:"Invalid save the resource"});return}A.blockletTitle=(A.blockletTitle||"").trim(),A.blockletDescription=(A.blockletDescription||"").trim(),A.blockletIntroduction=(A.blockletIntroduction||"").trim(),A.note=(A.note||"").trim(),A.blockletComponents=((A==null?void 0:A.blockletComponents)||[]).filter(_=>_.included).map(_=>s1(_,["did","required"])).map(JSON.stringify),k(!0),S.createRelease({input:{...A,did:a.meta.did,projectId:e,releaseId:P?"":m,status:Q}}).then(_=>{var E;if(Q==="draft"?O.success(L("blocklet.publish.saveDraftSuccess")):(M(!1),O.success(L("blocklet.publish.createReleaseSuccess")),window.parent.postMessage({event:"studioDialog.released",componentDid:u},"*")),d==="create"||d==="new-release"){const Z=(E=_==null?void 0:_.release)==null?void 0:E.id;D(`../${e}/view/${Z}`,{replace:!0})}else y()}).catch(_=>{const E=Oe(_);O.error(E),/resource.*empty/.test(E)&&l({blockletResource:E})}).finally(()=>{k(!1)})},X=async Q=>{await Po(S,Q),j()};let q=null;if(p&&Xe){const Q=Ie(Xe,`/api/project/${a.meta.did}/${e}/${m}/release/blocklet.json`);if(V==="pack"){const K=new URL(Xe);K.pathname=Ie(K.pathname,"/launch-blocklet/agreement"),K.searchParams.set("blocklet_meta_url",Q),q=o.jsx("a",{href:K.href,target:"_blank",rel:"noreferrer",children:o.jsx(ie,{variant:"outlined",style:{marginRight:8},children:L("common.install")})})}else q=o.jsxs(o.Fragment,{children:[o.jsx(ie,{variant:"outlined",style:{marginRight:8},onClick:()=>$(Q),children:L("blocklet.publish.copyInstallUrl")}),o.jsx(o2,{fullWidth:!0,maxWidth:"sm",open:F,onClose:()=>$(""),children:o.jsxs(z,{sx:{py:5,px:4,wordBreak:"break-all"},children:[o.jsx(G,{variant:"h6",sx:{mb:2},children:L("blocklet.publish.installResourceTip")}),o.jsx(L2,{children:F}),o.jsxs(G,{sx:{mt:2},children:[L("blocklet.publish.installResourceTip2"),o.jsx("a",{style:{marginLeft:4},href:"https://www.arcblock.io/docs/blocklet-developer/R3weqCy7WPI8ggudt0C2alWv",target:"_blank",rel:"noreferrer",children:L("blocklet.publish.installResourceHelp")})]})]})})]})}return o.jsxs(o.Fragment,{children:[o.jsx(Oo,{className:"sticky-header",children:o.jsxs(z,{display:"flex",alignItems:"center",flexDirection:"row",children:[o.jsxs(x0,{className:"breadcrumbs","aria-label":"breadcrumb",children:[o.jsx(ae,{to:"../",children:L("common.blockletStudio")}),e===U.UNOWNED_DID?o.jsx(G,{color:"text.primary",children:(t==null?void 0:t.blockletTitle)||"Blocklet"}):o.jsx(ae,{to:`../${e}`,children:t==null?void 0:t.blockletTitle}),o.jsx(G,{color:"text.primary",children:d==="create"?L("common.create"):(t==null?void 0:t.blockletVersion)||L("common.edit")})]}),o.jsx(z,{flex:"1"}),!p&&o.jsxs(ie,{variant:"contained",disabled:c,style:{marginRight:12},onClick:()=>le(he.PROJECT.RELEASE_STATUS.published),children:[c&&o.jsx(l1,{size:14,sx:{mr:.5},color:"inherit"}),L("common.release")]}),p&&o.jsxs(o.Fragment,{children:[q,o.jsx("a",{href:Ie(`${U.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${a.meta.did}/${e}/${m}/download/${(h.files||[])[0]}`),children:o.jsx(ie,{variant:"outlined",style:{marginRight:12},children:L("common.download")})}),o.jsxs(ie,{variant:"contained",onClick:()=>T(!0),children:[o.jsx(M0,{style:{fontSize:"1.3em",marginRight:4}}),L("common.uploadToStore")]})]})]})}),o.jsx(l2,{title:L("common.connectToStore"),disableEscapeKeyDown:!0,disablePortal:!1,fullWidth:!0,open:I,onClose:()=>T(!1),children:o.jsx(k1,{projectType:V,blocklet:a,releaseType:((ee=t==null?void 0:t.blockletComponents)==null?void 0:ee.length)>0?"pack":"resource",projectId:e,releaseId:m,componentDid:u,onPublish:ce,onOpenConnectStore:X,onDelete:j,connectedStores:t.connectedStores||[],publishedStoreIds:h==null?void 0:h.publishedStoreIds})})]})}L0.propTypes={projectId:x.string.isRequired,params:x.object.isRequired,mode:x.string.isRequired,loading:x.bool.isRequired,blocklet:x.object.isRequired,release:x.object.isRequired,isPublished:x.bool.isRequired,releaseId:x.string.isRequired,getData:x.func.isRequired,getRelease:x.func.isRequired,componentDid:x.string.isRequired,resourceRelateComponents:x.object.isRequired,disabledSelectComponents:x.bool.isRequired,saveSelectedEventsRef:x.object.isRequired,isSelectedResources:x.bool.isRequired,initLogoUrl:x.string.isRequired,setLoading:x.func.isRequired,releaseUsedLast:x.bool.isRequired,setReleaseUsedLast:x.func.isRequired,projectType:x.string.isRequired,setParamsErrTip:x.func.isRequired,setParams:x.func.isRequired,initUrl:x.object.isRequired};const Oo=ne.div`
167
+ `;var S1={},No=ke;Object.defineProperty(S1,"__esModule",{value:!0});var I0=S1.default=void 0,_o=No(ze()),Do=o;I0=S1.default=(0,_o.default)((0,Do.jsx)("path",{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96M14 13v4h-4v-4H7l4.65-4.65c.2-.2.51-.2.71 0L17 13z"}),"CloudUploadRounded");function M1({blocklet:e,releaseId:t,connectedStores:l,projectId:s,releaseType:r,publishedStoreIds:d,onPublish:a,onDelete:c,projectType:p,componentDid:h,onOpenConnectStore:v}){var w,m,R;const{t:j}=oe(),y=((w=e==null?void 0:e.settings)==null?void 0:w.storeList)||[],u=C.useMemo(()=>l!=null&&l.length?l==null?void 0:l.reduce((k,T)=>(k[T.storeId]=T,k),{}):{},[l]),i=(m=e==null?void 0:e.meta)==null?void 0:m.did,f=()=>{};return o.jsxs(t2,{children:[y==null?void 0:y.map(k=>o.jsx(M2,{"data-cy":"store-switch",children:o.jsx(I2,{children:o.jsx(R2,{releaseId:t,projectId:s,releaseType:r,kind:"publish",teamDid:i,store:k,published:(d==null?void 0:d.indexOf(k.id))>-1,connectedStore:u[k.id],onPublish:a,onDelete:c,onOpenConnectStore:v})})},k.url)),!!(y!=null&&y.length)&&o.jsx(z2,{type:"info",style:{width:"100%"},children:o.jsxs(z,{color:k2[400],component:"a",href:p==="pack"?"https://www.arcblock.io/docs/blocklet-developer/en/5PXToZve-5IXAN1bc8rkpxAc":"https://www.arcblock.io/docs/blocklet-developer/en/hB5VWLfg9VnbWsL1JGLuLUfW",target:"_blank",display:"flex",alignItems:"center",rel:"noreferrer",children:[j(p==="pack"?"blocklet.publish.whyCantSeeInStore":"blocklet.publish.whyCantSeeResourceBlockletInStore"),o.jsx(S2,{sx:{marginLeft:1}})]})}),h&&((R=window.blocklet)==null?void 0:R.tenantMode)===fe.BLOCKLET_TENANT_MODES.MULTIPLE?null:o.jsx(y2,{onAdd:f,teamDid:i,storeList:y})]})}M1.propTypes={blocklet:x.object.isRequired,projectId:x.string.isRequired,releaseId:x.string.isRequired,releaseType:x.string.isRequired,onPublish:x.func,onDelete:x.func,publishedStoreIds:x.arrayOf(x.string),connectedStores:x.arrayOf(x.object).isRequired,projectType:x.string,componentDid:x.string,onOpenConnectStore:x.func};M1.defaultProps={projectType:"",componentDid:"",publishedStoreIds:[],onPublish:()=>{},onDelete:()=>{},onOpenConnectStore:()=>{}};const L0=({params:e,isSelectedResources:t,projectId:l,status:s,t:r})=>{const d=[];return e.blockletTitle||d.push({param:"blockletTitle",message:r("blocklet.publish.errorTip.noTitle")}),(!l||l===W.UNOWNED_DID)&&d.push({param:"projectId",message:r("blocklet.publish.errorTip.noDid")}),t||d.push({param:"blockletResources",message:r("blocklet.publish.errorTip.noResource")}),e.blockletVersion?Ce.valid(e.blockletVersion)||d.push({param:"blockletVersion",message:r("blocklet.publish.errorTip.inValidVersion")}):d.push({param:"blockletVersion",message:r("blocklet.publish.errorTip.noVersion")}),s===fe.PROJECT.RELEASE_STATUS.published&&(e.blockletDescription||d.push({param:"blockletDescription",message:r("blocklet.publish.errorTip.noDescription")}),e.note||d.push({param:"note",message:r("blocklet.publish.errorTip.noNote")})),d.length?d:null},Bo=({params:e,isSelectedResources:t,step:l,t:s,projectId:r})=>{if(l===0){if(!e.blockletTitle)return s("blocklet.publish.errorTip.noTitle");if(!r||r===W.UNOWNED_DID)return s("blocklet.publish.errorTip.noDid");if(!e.blockletDescription)return s("blocklet.publish.errorTip.noDescription")}if(l===2&&!t)return s("blocklet.publish.errorTip.noResource");if(l>=4){if(!e.blockletVersion)return s("blocklet.publish.errorTip.noVersion");if(!Ce.valid(e.blockletVersion))return s("blocklet.publish.errorTip.inValidVersion");if(!e.note)return s("blocklet.publish.errorTip.noNote")}return""},Eo=async e=>{if(typeof e!="string")throw new Error("URL must be a string");try{const t=e.split("/").pop().split("?")[0],s=await(await fetch(e)).blob();return new File([s],t,{type:s.type})}catch{throw new Error("Failed to convert Logo URL to file")}};function*Ao(e,t){let l=0;for(;l<e.size;)yield e.slice(l,l+t),l+=t}const Ho=async({did:e,projectId:t,uploadType:l="logo",imageUrl:s})=>{const r=await Eo(s),d=new FormData;d.append("file",r);const a={uploaderId:"Uploader",relativePath:encodeURIComponent(r.name),name:encodeURIComponent(r.name),type:r.type},p=(await E1.post(Le(W.WELLKNOWN_SERVICE_PATH_PREFIX,"/api/project",e,t,l,"upload"),d,{headers:{"Tus-Resumable":"1.0.0","Upload-Length":r.size,"X-Uploader-File-Ext":r.name.split(".").pop(),"Upload-Metadata":Object.keys(a).map(y=>`${y} ${btoa(a[y])}`).join(",")}})).headers.location,h=5*1024*1024;let v=0,j="";for(const y of Ao(r,h)){const u=await E1.patch(Le(W.WELLKNOWN_SERVICE_PATH_PREFIX,p),y,{headers:{"Tus-Resumable":"1.0.0","Upload-Offset":v,"Content-Type":"application/offset+octet-stream"}});v+=y.size,j=u.data.filename}return j};var t0;const Qe=(t0=window.env)==null?void 0:t0.serverEndpoint;function P0({projectId:e,params:t,setParamsErrTip:l,initUrl:s,setParams:r,mode:d,loading:a,blocklet:c,release:p,isPublished:h,releaseId:v,getData:j,getRelease:y,componentDid:u,resourceRelateComponents:i,disabledSelectComponents:f,saveSelectedEventsRef:w,isSelectedResources:m,initLogoUrl:R,setLoading:k,releaseUsedLast:T,setReleaseUsedLast:N,projectType:L}){var ve;const{t:S,locale:E}=oe(),{api:D}=Se(),P=r1(),[M,I]=C.useState(!1),[$,F]=C.useState(),U=Be(q=>q.breakpoints.down("md")),ne=()=>{window.parent.postMessage({event:"studioDialog.uploaded",componentDid:u},"*"),y()},Q=async q=>{var Y,re,ue;const J=L0({params:t,isSelectedResources:m,projectId:e,status:q,t:S});if(J){O.error(J.map(V=>V.message).join("; ")),l(J.reduce((V,H)=>({...V,[H.param]:H.message}),{}));return}const A={...t},ee=((c==null?void 0:c.children)||[]).reduce((V,H)=>(V[H.meta.did]=!0,V),{});if(Object.keys(i).forEach(V=>{if(!ee[V])return;let H=!1;f||A.blockletComponents.forEach(le=>{le.did===V&&(le.included=!0,le.required=!0,H=!0)}),H||A.blockletComponents.push({did:V,included:!0,required:!0})}),A.blockletVersion=Ce.valid(A.blockletVersion),!A.blockletVersion){O.error("Invalid Blocklet Version"),l({blockletVersion:"Invalid Blocklet Version"});return}if(R)try{const V=await Ho({did:c.meta.did,projectId:e,imageUrl:R});A.blockletLogo=V,r({blockletLogo:V})}catch(V){O.error(V.message);return}k(!0);const de=Object.keys(w.current);try{await p0(de.map(V=>()=>{const H=w.current[V];return ko({api:D,locale:E,projectId:e,releaseId:T?"":v,appDid:c.meta.did,component:H.component,resources:H.resources,initUrl:s})}),{concurrency:2})}catch(V){O.error(((ue=(re=(Y=V==null?void 0:V.response)==null?void 0:Y.data)==null?void 0:re.error)==null?void 0:ue.message)||V.message),k(!1),l({resources:"Invalid save the resource"});return}A.blockletTitle=(A.blockletTitle||"").trim(),A.blockletDescription=(A.blockletDescription||"").trim(),A.blockletIntroduction=(A.blockletIntroduction||"").trim(),A.note=(A.note||"").trim(),A.blockletComponents=((A==null?void 0:A.blockletComponents)||[]).filter(V=>V.included).map(V=>i1(V,["did","required"])).map(JSON.stringify),k(!0),D.createRelease({input:{...A,did:c.meta.did,projectId:e,releaseId:T?"":v,status:q}}).then(V=>{var H;if(q==="draft"?O.success(S("blocklet.publish.saveDraftSuccess")):(N(!1),O.success(S("blocklet.publish.createReleaseSuccess")),window.parent.postMessage({event:"studioDialog.released",componentDid:u},"*")),d==="create"||d==="new-release"){const le=(H=V==null?void 0:V.release)==null?void 0:H.id;P(`../${e}/view/${le}`,{replace:!0})}else y()}).catch(V=>{const H=Fe(V);O.error(H),/resource.*empty/.test(H)&&l({blockletResource:H})}).finally(()=>{k(!1)})},G=async q=>{await Po(D,q),j()};let Z=null;if(h&&Qe){const q=Le(Qe,`/api/project/${c.meta.did}/${e}/${v}/release/blocklet.json`);if(L==="pack"){const J=new URL(Qe);J.pathname=Le(J.pathname,"/launch-blocklet/agreement"),J.searchParams.set("blocklet_meta_url",q),Z=o.jsx("a",{href:J.href,target:"_blank",rel:"noreferrer",children:U?o.jsx(ce,{color:"primary",sx:{mr:1},onClick:()=>F(q),children:o.jsx(Ye,{icon:"ic:baseline-install-desktop"})}):o.jsx(ie,{variant:"outlined",sx:{mr:1},onClick:()=>F(q),children:S("common.install")})})}else Z=o.jsxs(o.Fragment,{children:[U?o.jsx(ce,{color:"primary",sx:{mr:1},onClick:()=>F(q),children:o.jsx(Ye,{icon:"ic:baseline-install-desktop"})}):o.jsx(ie,{variant:"outlined",sx:{mr:1},onClick:()=>F(q),children:S("blocklet.publish.copyInstallUrl")}),o.jsx(o2,{fullWidth:!0,maxWidth:"sm",open:$,onClose:()=>F(""),children:o.jsxs(z,{sx:{py:5,px:4,wordBreak:"break-all"},children:[o.jsx(X,{variant:"h6",sx:{mb:2},children:S("blocklet.publish.installResourceTip")}),o.jsx(L2,{children:$}),o.jsxs(X,{sx:{mt:2},children:[S("blocklet.publish.installResourceTip2"),o.jsx("a",{style:{marginLeft:4},href:"https://www.arcblock.io/docs/blocklet-developer/R3weqCy7WPI8ggudt0C2alWv",target:"_blank",rel:"noreferrer",children:S("blocklet.publish.installResourceHelp")})]})]})})]})}return o.jsxs(o.Fragment,{children:[o.jsx(Oo,{className:"sticky-header",children:o.jsxs(z,{display:"flex",alignItems:"center",flexDirection:"row",children:[o.jsxs(v0,{className:"breadcrumbs","aria-label":"breadcrumb",children:[o.jsx(ae,{to:"../",children:S("common.blockletStudio")}),e===W.UNOWNED_DID?o.jsx(X,{color:"text.primary",children:o.jsx(ye,{maxLength:U?6:30,children:(t==null?void 0:t.blockletTitle)||"Blocklet"})}):o.jsx(ae,{to:`../${e}`,children:o.jsx(ye,{maxLength:U?6:30,children:(t==null?void 0:t.blockletTitle)||"Blocklet"})}),o.jsx(X,{color:"text.primary",children:d==="create"?S("common.create"):(t==null?void 0:t.blockletVersion)||S("common.edit")})]}),o.jsx(z,{flex:"1"}),!h&&o.jsxs(ie,{variant:"contained",disabled:a,style:{marginRight:12},onClick:()=>Q(fe.PROJECT.RELEASE_STATUS.published),children:[a&&o.jsx(s1,{size:14,sx:{mr:.5},color:"inherit"}),S("common.release")]}),h&&o.jsxs(o.Fragment,{children:[Z,o.jsx("a",{href:Le(`${W.WELLKNOWN_SERVICE_PATH_PREFIX}/api/project/${c.meta.did}/${e}/${v}/download/${(p.files||[])[0]}`),children:U?null:o.jsx(ie,{variant:"outlined",sx:{mr:1},children:S("common.download")})}),o.jsxs(ie,{variant:"contained",onClick:()=>I(!0),children:[o.jsx(I0,{style:{fontSize:"1.3em",marginRight:4}}),S(U?"common.upload":"common.uploadToStore")]})]})]})}),o.jsx(l2,{title:S("common.connectToStore"),disableEscapeKeyDown:!0,disablePortal:!1,fullWidth:!0,open:M,onClose:()=>I(!1),children:o.jsx(M1,{projectType:L,blocklet:c,releaseType:((ve=t==null?void 0:t.blockletComponents)==null?void 0:ve.length)>0?"pack":"resource",projectId:e,releaseId:v,componentDid:u,onPublish:ne,onOpenConnectStore:G,onDelete:j,connectedStores:t.connectedStores||[],publishedStoreIds:p==null?void 0:p.publishedStoreIds})})]})}P0.propTypes={projectId:x.string.isRequired,params:x.object.isRequired,mode:x.string.isRequired,loading:x.bool.isRequired,blocklet:x.object.isRequired,release:x.object.isRequired,isPublished:x.bool.isRequired,releaseId:x.string.isRequired,getData:x.func.isRequired,getRelease:x.func.isRequired,componentDid:x.string.isRequired,resourceRelateComponents:x.object.isRequired,disabledSelectComponents:x.bool.isRequired,saveSelectedEventsRef:x.object.isRequired,isSelectedResources:x.bool.isRequired,initLogoUrl:x.string.isRequired,setLoading:x.func.isRequired,releaseUsedLast:x.bool.isRequired,setReleaseUsedLast:x.func.isRequired,projectType:x.string.isRequired,setParamsErrTip:x.func.isRequired,setParams:x.func.isRequired,initUrl:x.object.isRequired};const Oo=se.div`
165
168
  .sticky-header {
166
169
  margin-top: -12px;
167
170
  padding: 12px 0;
@@ -175,7 +178,7 @@ import{ap as A0,j as o,aE as te,cI as e0,aH as B,fq as _1,aG as fe,aC as Pe,aD a
175
178
  padding-bottom: 12px;
176
179
  border-bottom: ${({theme:e})=>`1px solid ${e.palette.divider}`};
177
180
  }
178
- `;var S1={},$o=ye;Object.defineProperty(S1,"__esModule",{value:!0});var P0=S1.default=void 0,Fo=$o(Re()),J1=o;P0=S1.default=(0,Fo.default)([(0,J1.jsx)("circle",{cx:"12",cy:"19",r:"2"},"0"),(0,J1.jsx)("path",{d:"M10 3h4v12h-4z"},"1")],"PriorityHigh");function M1({step:e,ok:t,active:l,error:s}){let r="grey.500",d=e+1;return t&&(d=o.jsx(P2,{sx:{fontSize:18,margin:0},color:"white"})),s||!t&&l>e?(r="error.main",d=o.jsx(P0,{sx:{fontSize:18,margin:0},color:"white"})):l>=e&&(r="primary.main"),o.jsx(z,{width:24,height:24,bgcolor:r,borderRadius:"100%",color:"white",display:"flex",justifyContent:"center",fontWeight:"bold",fontSize:14,alignItems:"center",children:d})}M1.propTypes={step:x.number,ok:x.bool,active:x.number,error:x.string};M1.defaultProps={step:0,ok:!1,active:0,error:""};function T0({steps:e,activeStep:t,setActiveStep:l,isSelectedResources:s,params:r,loading:d,paramsErrTip:c,viewMode:a,projectId:h}){const{t:p}=oe(),m=()=>{l(i=>i+1)},j=()=>{l(i=>i-1)},y=i=>i===0?(c==null?void 0:c.blockletTitle)||(c==null?void 0:c.projectId)||(c==null?void 0:c.blockletDescription):i===2?c==null?void 0:c.blockletResources:i>=4?(c==null?void 0:c.blockletVersion)||(c==null?void 0:c.note):"",u=a||I0({isSelectedResources:s,params:r,projectId:h,t:p})===null;return o.jsxs(z,{sx:{width:300,maxWidth:300,minWidth:300,padding:2,border:"1px solid #ccc",borderRadius:2},children:[o.jsx(V2,{activeStep:t,orientation:"vertical",children:e.map((i,f)=>{const w={},v=d||!Bo({isSelectedResources:s,params:r,projectId:h,step:f,t:p}),R=d?"":y(f);return R&&(w.optional=o.jsx(G,{variant:"caption",color:"error",children:R}),w.error=!0),o.jsxs(N2,{children:[o.jsx(nt,{icon:o.jsx(M1,{error:R,active:u?99:t,step:f,ok:v}),sx:{cursor:"pointer",color:R?"error.main":"inherit"},disabled:!1,onClick:()=>l(f),...w,children:o.jsx(G,{fontSize:"14px",fontWeight:"500",color:R||!v&&t>f?"error.main":"inherit",children:i.label})}),o.jsxs(ut,{children:[o.jsx(G,{fontSize:12,children:i.description}),!u&&o.jsx(z,{sx:{mb:2},children:o.jsxs("div",{children:[f<e.length-1&&o.jsx(ie,{variant:"contained",onClick:m,sx:{mt:1,mr:1},disabled:R||!v,children:p("common.continue")}),f>0&&o.jsx(ie,{disabled:f===0,onClick:j,sx:{mt:1,mr:1},children:p("common.back")})]})})]})]},i.label)})}),t>=e.length-1&&o.jsx(r0,{square:!0,elevation:0,sx:{p:3},children:o.jsx(G,{fontSize:12,sx:{opacity:.5},children:"Click right top button to release"})})]})}T0.propTypes={steps:x.array.isRequired,activeStep:x.number.isRequired,setActiveStep:x.func.isRequired,params:x.object.isRequired,viewMode:x.string.isRequired,loading:x.bool.isRequired,projectId:x.string.isRequired,isSelectedResources:x.bool.isRequired,paramsErrTip:x.shape({projectId:x.string,blockletVersion:x.string,blockletTitle:x.string,blockletDescription:x.string,note:x.string,blockletResources:x.string}).isRequired};function V0({text:e}){return e?o.jsx(_2,{wrapperElement:{"data-color-mode":"light"},source:e,rehypePlugins:[[D2,{target:"_blank"}]]}):o.jsx(ge,{Icon:De})}V0.propTypes={text:x.string.isRequired};function N0({params:e,setParams:t,paramsErrTip:l,loading:s,setParamsErrTip:r,readOnly:d}){var m;const{t:c}=oe(),[a,h]=C.useState(d?"preview":"write"),p=(j,y)=>{h(y)};return o.jsxs(z,{sx:{border:"1px solid #fff",width:"100%",borderRadius:2},children:[o.jsxs(z,{sx:{display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},children:[o.jsx(G,{variant:"h6",fontWeight:"bold",sx:{},children:c("common.introduction")}),o.jsxs(u2,{value:a,onChange:p,"aria-label":"wrapped label tabs example",children:[o.jsx(E1,{value:"write",label:"Write"}),o.jsx(E1,{value:"preview",label:"Preview"})]})]}),o.jsx(z,{display:a==="write"?"block":"none",sx:{width:"100%",marginTop:3},children:o.jsx(Ce,{disabled:s||d,sx:{border:"none"},placeholder:`Blocklet ${c("common.introduction")}`,InputProps:{"data-cy":"export-blocklet-introduction",readOnly:d,endAdornment:o.jsxs(c1,{position:"end",children:[((m=e==null?void 0:e.blockletIntroduction)==null?void 0:m.length)||0," / ",he.PROJECT.MAX_INTRO_LENGTH]})},autoComplete:"off",variant:"outlined",fullWidth:!0,multiline:!0,minRows:4,value:e.blockletIntroduction||"",onChange:j=>{r({blockletIntroduction:""}),t({blockletIntroduction:j.target.value.slice(0,he.PROJECT.MAX_INTRO_LENGTH)})},error:!!l.blockletIntroduction,helperText:l.blockletIntroduction||""})}),o.jsx(z,{display:a==="preview"?"block":"none",mt:3,children:o.jsx(V0,{text:e.blockletIntroduction||""})})]})}N0.propTypes={params:x.object.isRequired,setParams:x.func.isRequired,paramsErrTip:x.object.isRequired,setParamsErrTip:x.func.isRequired,readOnly:x.bool.isRequired,loading:x.bool.isRequired};const qo=({tabs:e,blocklet:t,ancestors:l=[]})=>{const s=t.meta.did;e.push({label:o.jsxs(z,{display:"flex",alignItems:"center",justifyContent:"flex-start",children:[o.jsx(i1,{size:24,blocklet:t,ancestors:l}),o.jsx(z,{ml:"4px",className:"text",children:o.jsx(z,{children:t.meta.title})})]},s),value:s})},Q1=(e,t)=>{const l=s1(e,["blockletVersion","blockletTitle","blockletDescription","blockletLogo","blockletIntroduction","blockletScreenshots","connectedStores","blockletComponents","lastReleaseId","note"]);return l.blockletComponents?l.blockletComponents=l.blockletComponents.map(s=>({...s,included:!0})):l.blockletComponents=(t.children||[]).map(s=>({did:s.meta.did,included:!1,required:!1})),l},Uo={0:"branding",1:"introduction",2:"resources",3:"blocklets",4:"version"},Y1={branding:0,introduction:1,resources:2,blocklets:3,version:4};function I1({initUrl:e,...t}){var N1;const{projectId:l,mode:s,releaseId:r,componentDid:d=""}=Ue(),{t:c}=oe(),{blocklet:a}=qe(),[h,p]=je({blockletScreenshots:[],publishedStoreIds:[],connectedStores:[]}),[m,j]=je({}),[y,u]=C.useState(!1),[i,f]=je(null),{api:w}=ze(),v=o0(N=>N.breakpoints.down("md")),[R,k]=C.useState({}),[P,M]=C.useState(!1),V=C.useRef({}),[L,H]=je({}),[S,D]=C.useState(""),[I,T]=je({}),F=e==null?void 0:e.searchParams.get("dependentComponentsMode"),$=F==="readonly",ce=C.useCallback(N=>{$&&p({blockletComponents:[]}),T(N)},[$,T,p]),le=C.useCallback((...N)=>{H(...N),j({blockletResources:""})},[]),X=r==="none"?(h==null?void 0:h.lastReleaseId)||"":r,[q,ee]=C.useState(s==="new-release"?4:0);C.useEffect(()=>{l&&j({projectId:""})},[l,j]);const Q=C.useMemo(()=>{var N;return(N=h==null?void 0:h.blockletComponents)!=null&&N.some(W=>W.included)?"pack":"resource"},[h==null?void 0:h.blockletComponents]),K=[],A=((a==null?void 0:a.children)||[]).filter(N=>{var W;return(W=N.meta.resource)==null?void 0:W.exportApi}).filter(N=>!d||N.meta.did===d);A.forEach(N=>{qo({tabs:K,blocklet:N,t:c,ancestors:[a]})});const[de,Y]=C.useState((N1=K[0])==null?void 0:N1.value),se=!P&&(i==null?void 0:i.status)==="published",J=se,re=C.useMemo(()=>{const N={};return Object.keys(I).forEach(W=>{const Be=I[W];Be&&Be.forEach(E0=>{N[E0]=!0})}),N},[I]),_=async()=>{if(X)try{const N=await w.getRelease({input:{did:a.meta.did,projectId:l,releaseId:X}});if(u(!1),!N.release){O.error("Release not found");return}p(W=>Q1({...W,...N.release,blockletVersion:s==="create"||s==="new-release"?we.inc(N.release.blockletVersion,"patch"):N.release.blockletVersion},a)),f(N.release)}catch(N){u(!1),O.error(Oe(N))}},E=async()=>{if(l===U.UNOWNED_DID){p({blockletVersion:"1.0.0",blockletTitle:""});return}if(!l){O.error(c("blocklet.publish.errorTip.noDid"));return}try{const N=await w.getProject({input:{did:a.meta.did,projectId:l}});u(!1);const W=N.project||{};W.blockletVersion?(s==="create"||s==="new-release")&&we.valid(W.blockletVersion)&&(W.blockletVersion=we.inc(W.blockletVersion,"patch")):W.blockletVersion="1.0.0";const Be=Q1(W,a);p(Be)}catch(N){u(!1),O.error(Oe(N))}},Z=C.useCallback(async()=>{if(s==="view"){if(!X){O.error("Empty release id");return}await E(),await _();return}await E(),X&&(M(!0),await _())},[s,X]),Se=N=>{p({blockletComponents:N})};C.useEffect(()=>{Z()},[Z]),C.useEffect(()=>{if(l===U.UNOWNED_DID&&(s==="create"||s==="new-release")&&e){D(e.searchParams.get("logo")),p({blockletTitle:e.searchParams.get("title"),blockletDescription:e.searchParams.get("description"),blockletIntroduction:e.searchParams.get("introduction")||e.searchParams.get("description"),blockletComponents:JSON.parse(e.searchParams.get("components")||"[]"),note:e.searchParams.get("note")||"No note"});const N=e.searchParams.get("resources");try{const W=JSON.parse(N);k(W)}catch{}}},[p,l,e,s]);const L1=C.useMemo(()=>!!Object.keys(L).find(N=>!!L[N].length),[L]);if(!h&&y)return o.jsx(me,{});if(!h)return null;const P1=A.find(N=>N.meta.did===de);if(A.every(N=>N.status!=="running"))return o.jsx(ge,{children:c("blocklet.publish.allComponentsNotRunning")});const D0=N=>{Y(N)},T1=e==null?void 0:e.searchParams.get("resourcesTitle"),V1=e==null?void 0:e.searchParams.get("componentsTitle"),be=[{label:c("blocklet.publish.branding"),description:c("blocklet.publish.steps.branding")},{label:c("common.introduction"),description:c("blocklet.publish.steps.introduction")},{label:T1||c("blocklet.publish.resourceTitle"),description:c("blocklet.publish.steps.resources")},{label:V1||c("common.components"),description:c("blocklet.publish.steps.blocklets")},{label:c("blocklet.publish.versionTitle"),description:c("blocklet.publish.steps.version")}],B0=be[q]||be[be.length-1],xe=Uo[q];return o.jsxs(Wo,{...t,children:[o.jsx(L0,{blocklet:a,release:i,getRelease:_,mode:s,params:h,setParams:p,setParamsErrTip:j,readOnly:J,isPublished:se,loading:y,setLoading:u,initLogoUrl:S,releaseId:X,projectId:l,resourceComponents:A,resourceComponentsMap:I,resourceRelateComponents:re,resourceItem:P1,saveSelectedEventsRef:V,isSelectedResources:L1,releaseUsedLast:P,setReleaseUsedLast:M,setRelease:f}),o.jsxs(z,{display:"flex",flexDirection:"column",sx:{width:"100%"},children:[o.jsx(z,{pt:3}),o.jsxs(z,{sx:{gap:3},display:"flex",flexDirection:v?"column":"row",children:[!v&&o.jsx(T0,{steps:be,viewMode:s==="view",params:h,isSelectedResources:L1,paramsErrTip:m,activeStep:q,setActiveStep:ee,projectId:l,resourcesUrlTitle:T1,componentsUrlTitle:V1}),o.jsxs(z,{flex:"1",maxWidth:"720px",children:[!v&&xe!=="introduction"&&o.jsxs(G,{variant:"h6",fontWeight:"bold",display:"flex",flexDirection:"row",alignItems:"center",children:[B0.label,xe==="branding"&&o.jsx(pe,{title:c("blocklet.publish.brandingHelp"),placement:"right",children:o.jsx(z,{component:"a",target:"_blank",href:"https://www.arcblock.io/docs/blocklet-store/en/blocklet-detail-page",sx:{paddingTop:1,marginLeft:1},style:{color:"gray"},children:o.jsx(h2,{})})})]}),(v||xe==="branding")&&o.jsx(z,{flexDirection:"column",children:o.jsx(S0,{projectId:l,setParams:p,setParamsErrTip:j,params:h,componentDid:d,blocklet:a,initUrl:e,loading:y,setLoading:u,paramsErrTip:m,readOnly:J,initLogoUrl:S,setInitLogoUrl:D})}),v&&o.jsx(z,{flexDirection:"column",children:o.jsx($e,{loading:y,params:h,paramsErrTip:m,setParams:p,setParamsErrTip:j,readOnly:J})}),(v||xe==="introduction")&&o.jsx(z,{display:"flex",flexDirection:"column",sx:{mt:v?5:0,width:"100%"},children:o.jsx(N0,{loading:y,readOnly:J,params:h,setParams:p,paramsErrTip:m,setParamsErrTip:j})}),v&&o.jsx(G,{variant:"h6",fontWeight:"bold",mt:5,children:be[Y1.resources].label}),o.jsx(z,{display:v||xe==="resources"?"flex":"none",sx:{maxWidth:720},flexDirection:"column",children:o.jsx(z,{display:"flex",mt:3,className:"section full-width",children:o.jsxs(z,{sx:{flex:1},children:[!d&&o.jsx(p2,{tabs:K,current:de,onChange:D0,sx:{ml:-2,mt:-1.5}}),o.jsx(z,{children:o.jsx(C1,{loading:y,initialResources:R,saveSelectedEventsRef:V,selectedResourceIds:L,setSelectedResourceIds:le,setResourceComponentsMap:ce,error:m.blockletResource,app:a,readOnly:J,component:P1,componentDid:d,initUrl:e,projectId:l===U.UNOWNED_DID?"":l,releaseUsedLast:P,release:{...i,id:X}})})]})})}),v&&o.jsx(G,{variant:"h6",fontWeight:"bold",mt:5,children:be[Y1.blocklets].label}),(v||xe==="blocklets")&&o.jsx(z,{flexDirection:"column",children:o.jsx(z,{display:"flex",mt:3,className:"section full-width",children:o.jsx(z,{sx:{flex:1},children:o.jsx(R1,{projectType:Q,disabled:y||J,app:a,value:(h==null?void 0:h.blockletComponents)||[],onChange:Se,resourceRelateComponents:re,dependentComponentsMode:F})})})}),!v&&xe==="version"&&o.jsx(z,{flexDirection:"column",children:o.jsx($e,{loading:y,params:h,paramsErrTip:m,setParams:p,setParamsErrTip:j,readOnly:J})})]})]})]})]})}I1.propTypes={initUrl:x.object};I1.defaultProps={initUrl:null};const Wo=ne.div`
181
+ `;function T0({text:e}){return e?o.jsx(P2,{wrapperElement:{"data-color-mode":"light"},source:e,rehypePlugins:[[T2,{target:"_blank"}]]}):o.jsx(be,{Icon:Ee})}T0.propTypes={text:x.string.isRequired};function V0({params:e,setParams:t,paramsErrTip:l,loading:s,setParamsErrTip:r,readOnly:d}){var v;const{t:a}=oe(),[c,p]=C.useState(d?"preview":"write"),h=(j,y)=>{p(y)};return o.jsxs(z,{sx:{border:"1px solid #fff",width:"100%",borderRadius:2},children:[o.jsxs(z,{sx:{display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"},children:[o.jsx(X,{variant:"h6",fontWeight:"bold",sx:{},children:a("common.introduction")}),o.jsxs(p2,{value:c,onChange:h,"aria-label":"wrapped label tabs example",children:[o.jsx(H1,{value:"write",label:"Write"}),o.jsx(H1,{value:"preview",label:"Preview"})]})]}),o.jsx(z,{display:c==="write"?"block":"none",sx:{width:"100%",marginTop:3},children:o.jsx(Re,{disabled:s||d,sx:{border:"none"},placeholder:`Blocklet ${a("common.introduction")}`,InputProps:{"data-cy":"export-blocklet-introduction",readOnly:d,endAdornment:o.jsxs(u1,{position:"end",children:[((v=e==null?void 0:e.blockletIntroduction)==null?void 0:v.length)||0," / ",fe.PROJECT.MAX_INTRO_LENGTH]})},autoComplete:"off",variant:"outlined",fullWidth:!0,multiline:!0,minRows:4,value:e.blockletIntroduction||"",onChange:j=>{r({blockletIntroduction:""}),t({blockletIntroduction:j.target.value.slice(0,fe.PROJECT.MAX_INTRO_LENGTH)})},error:!!l.blockletIntroduction,helperText:l.blockletIntroduction||""})}),o.jsx(z,{display:c==="preview"?"block":"none",mt:3,children:o.jsx(T0,{text:e.blockletIntroduction||""})})]})}V0.propTypes={params:x.object.isRequired,setParams:x.func.isRequired,paramsErrTip:x.object.isRequired,setParamsErrTip:x.func.isRequired,readOnly:x.bool.isRequired,loading:x.bool.isRequired};var I1={},$o=ke;Object.defineProperty(I1,"__esModule",{value:!0});var N0=I1.default=void 0,Fo=$o(ze()),Y1=o;N0=I1.default=(0,Fo.default)([(0,Y1.jsx)("circle",{cx:"12",cy:"19",r:"2"},"0"),(0,Y1.jsx)("path",{d:"M10 3h4v12h-4z"},"1")],"PriorityHigh");function L1({step:e,ok:t,active:l,error:s}){let r="grey.500",d=e+1;return t&&(d=o.jsx(V2,{sx:{fontSize:18,margin:0},color:"white"})),s||!t&&l>e?(r="error.main",d=o.jsx(N0,{sx:{fontSize:18,margin:0},color:"white"})):l>=e&&(r="primary.main"),o.jsx(z,{width:24,height:24,bgcolor:r,borderRadius:"100%",color:"white",display:"flex",justifyContent:"center",fontWeight:"bold",fontSize:14,alignItems:"center",children:d})}L1.propTypes={step:x.number,ok:x.bool,active:x.number,error:x.string};L1.defaultProps={step:0,ok:!1,active:0,error:""};function _0({steps:e,activeStep:t,setActiveStep:l,isSelectedResources:s,params:r,loading:d,paramsErrTip:a,viewMode:c,projectId:p}){const{t:h}=oe(),v=()=>{l(i=>i+1)},j=()=>{l(i=>i-1)},y=i=>i===0?(a==null?void 0:a.blockletTitle)||(a==null?void 0:a.projectId)||(a==null?void 0:a.blockletDescription):i===2?a==null?void 0:a.blockletResources:i>=4?(a==null?void 0:a.blockletVersion)||(a==null?void 0:a.note):"",u=c||L0({isSelectedResources:s,params:r,projectId:p,t:h})===null;return o.jsxs(z,{sx:{width:300,maxWidth:300,minWidth:300,padding:2,border:"1px solid #ccc",borderRadius:2},children:[o.jsx(_2,{activeStep:t,orientation:"vertical",children:e.map((i,f)=>{const w={},m=d||!Bo({isSelectedResources:s,params:r,projectId:p,step:f,t:h}),R=d?"":y(f);return R&&(w.optional=o.jsx(X,{variant:"caption",color:"error",children:R}),w.error=!0),o.jsxs(D2,{children:[o.jsx(nt,{icon:o.jsx(L1,{error:R,active:u?99:t,step:f,ok:m}),sx:{cursor:"pointer",color:R?"error.main":"inherit"},disabled:!1,onClick:()=>l(f),...w,children:o.jsx(X,{fontSize:"14px",fontWeight:"500",color:R||!m&&t>f?"error.main":"inherit",children:i.label})}),o.jsxs(ut,{children:[o.jsx(X,{fontSize:12,children:i.description}),!u&&o.jsx(z,{sx:{mb:2},children:o.jsxs("div",{children:[f<e.length-1&&o.jsx(ie,{variant:"contained",onClick:v,sx:{mt:1,mr:1},disabled:R||!m,children:h("common.continue")}),f>0&&o.jsx(ie,{disabled:f===0,onClick:j,sx:{mt:1,mr:1},children:h("common.back")})]})})]})]},i.label)})}),t>=e.length-1&&o.jsx(i0,{square:!0,elevation:0,sx:{p:3},children:o.jsx(X,{fontSize:12,sx:{opacity:.5},children:"Click right top button to release"})})]})}_0.propTypes={steps:x.array.isRequired,activeStep:x.number.isRequired,setActiveStep:x.func.isRequired,params:x.object.isRequired,viewMode:x.string.isRequired,loading:x.bool.isRequired,projectId:x.string.isRequired,isSelectedResources:x.bool.isRequired,paramsErrTip:x.shape({projectId:x.string,blockletVersion:x.string,blockletTitle:x.string,blockletDescription:x.string,note:x.string,blockletResources:x.string}).isRequired};function qe({readOnly:e,params:t,setParams:l,paramsErrTip:s,setParamsErrTip:r,loading:d}){var c;const{t:a}=oe();return o.jsx(z,{display:"flex",mt:3,className:"section",children:o.jsxs(z,{sx:{flex:1},children:[o.jsx(Re,{required:!0,disabled:d||e,label:`Blocklet ${a("common.version")}`,placeholder:`Blocklet ${a("common.version")}`,InputProps:{"data-cy":"blocklet-version",readOnly:e},autoComplete:"off",variant:"outlined",fullWidth:!0,value:t.blockletVersion||"",onChange:p=>{r({blockletVersion:""}),l({blockletVersion:p.target.value})},error:!!s.blockletVersion,helperText:s.blockletVersion||""}),o.jsx(Re,{label:a("blocklet.publish.releaseNote"),autoComplete:"off",disabled:d||e,variant:"outlined",InputProps:{"data-cy":"release-note",readOnly:e,endAdornment:o.jsxs(u1,{position:"end",children:[((c=t==null?void 0:t.note)==null?void 0:c.length)||0," / ",fe.PROJECT.MAX_NOTE_LENGTH]})},fullWidth:!0,multiline:!0,minRows:4,required:!0,value:t.note||"",onChange:p=>{r({note:""}),l({note:p.target.value.slice(0,fe.PROJECT.MAX_NOTE_LENGTH)})},error:!!s.note,helperText:s.note||"",sx:{mt:3}})]})})}qe.propTypes={readOnly:x.bool.isRequired,params:x.object.isRequired,setParams:x.func.isRequired,paramsErrTip:x.object.isRequired,setParamsErrTip:x.func.isRequired,loading:x.bool.isRequired};qe.defaultProps={};const qo=({tabs:e,blocklet:t,ancestors:l=[]})=>{const s=t.meta.did;e.push({label:o.jsxs(z,{display:"flex",alignItems:"center",justifyContent:"flex-start",children:[o.jsx(c1,{size:24,blocklet:t,ancestors:l}),o.jsx(z,{ml:"4px",className:"text",children:o.jsx(z,{children:t.meta.title})})]},s),value:s})},Z1=(e,t)=>{const l=i1(e,["blockletVersion","blockletTitle","blockletDescription","blockletLogo","blockletIntroduction","blockletScreenshots","connectedStores","blockletComponents","lastReleaseId","note"]);return l.blockletComponents?l.blockletComponents=l.blockletComponents.map(s=>({...s,included:!0})):l.blockletComponents=(t.children||[]).map(s=>({did:s.meta.did,included:!1,required:!1})),l},Uo={0:"branding",1:"introduction",2:"resources",3:"blocklets",4:"version"},e0={branding:0,introduction:1,resources:2,blocklets:3,version:4};function P1({initUrl:e,...t}){var D1;const{projectId:l,mode:s,releaseId:r,componentDid:d=""}=Ge(),{t:a}=oe(),{blocklet:c}=We(),[p,h]=we({blockletScreenshots:[],publishedStoreIds:[],connectedStores:[]}),[v,j]=we({}),[y,u]=C.useState(!1),[i,f]=we(null),{api:w}=Se(),m=Be(_=>_.breakpoints.down("md")),[R,k]=C.useState({}),[T,N]=C.useState(!1),L=C.useRef({}),[S,E]=we({}),[D,P]=C.useState(""),[M,I]=we({}),$=e==null?void 0:e.searchParams.get("dependentComponentsMode"),F=$==="readonly",U=C.useCallback(_=>{F&&h({blockletComponents:[]}),I(_)},[F,I,h]),ne=C.useCallback((..._)=>{E(..._),j({blockletResources:""})},[]),Q=r==="none"?(p==null?void 0:p.lastReleaseId)||"":r,[G,Z]=C.useState(s==="new-release"?4:0);C.useEffect(()=>{l&&j({projectId:""})},[l,j]);const ve=C.useMemo(()=>{var _;return(_=p==null?void 0:p.blockletComponents)!=null&&_.some(K=>K.included)?"pack":"resource"},[p==null?void 0:p.blockletComponents]),q=[],J=((c==null?void 0:c.children)||[]).filter(_=>{var K;return(K=_.meta.resource)==null?void 0:K.exportApi}).filter(_=>!d||_.meta.did===d);J.forEach(_=>{qo({tabs:q,blocklet:_,t:a,ancestors:[c]})});const[A,ee]=C.useState((D1=q[0])==null?void 0:D1.value),de=!T&&(i==null?void 0:i.status)==="published",Y=de,re=C.useMemo(()=>{const _={};return Object.keys(M).forEach(K=>{const Ae=M[K];Ae&&Ae.forEach(A0=>{_[A0]=!0})}),_},[M]),ue=async()=>{if(Q)try{const _=await w.getRelease({input:{did:c.meta.did,projectId:l,releaseId:Q}});if(u(!1),!_.release){O.error("Release not found");return}h(K=>Z1({...K,..._.release,blockletVersion:s==="create"||s==="new-release"?Ce.inc(_.release.blockletVersion,"patch"):_.release.blockletVersion},c)),f(_.release)}catch(_){u(!1),O.error(Fe(_))}},V=async()=>{if(l===W.UNOWNED_DID){h({blockletVersion:"1.0.0",blockletTitle:""});return}if(!l){O.error(a("blocklet.publish.errorTip.noDid"));return}try{const _=await w.getProject({input:{did:c.meta.did,projectId:l}});u(!1);const K=_.project||{};K.blockletVersion?(s==="create"||s==="new-release")&&Ce.valid(K.blockletVersion)&&(K.blockletVersion=Ce.inc(K.blockletVersion,"patch")):K.blockletVersion="1.0.0";const Ae=Z1(K,c);h(Ae)}catch(_){u(!1),O.error(Fe(_))}},H=C.useCallback(async()=>{if(s==="view"){if(!Q){O.error("Empty release id");return}await V(),await ue();return}await V(),Q&&(N(!0),await ue())},[s,Q]),le=_=>{h({blockletComponents:_})};C.useEffect(()=>{H()},[H]),C.useEffect(()=>{if(l===W.UNOWNED_DID&&(s==="create"||s==="new-release")&&e){P(e.searchParams.get("logo")),h({blockletTitle:e.searchParams.get("title"),blockletDescription:e.searchParams.get("description"),blockletIntroduction:e.searchParams.get("introduction")||e.searchParams.get("description"),blockletComponents:JSON.parse(e.searchParams.get("components")||"[]"),note:e.searchParams.get("note")||"No note"});const _=e.searchParams.get("resources");try{const K=JSON.parse(_);k(K)}catch{}}},[h,l,e,s]);const T1=C.useMemo(()=>!!Object.keys(S).find(_=>!!S[_].length),[S]);if(!p&&y)return o.jsx(ge,{});if(!p)return null;const V1=J.find(_=>_.meta.did===A);if(J.every(_=>_.status!=="running"))return o.jsx(be,{children:a("blocklet.publish.allComponentsNotRunning")});const B0=_=>{ee(_)},N1=e==null?void 0:e.searchParams.get("resourcesTitle"),_1=e==null?void 0:e.searchParams.get("componentsTitle"),je=[{label:a("blocklet.publish.branding"),description:a("blocklet.publish.steps.branding")},{label:a("common.introduction"),description:a("blocklet.publish.steps.introduction")},{label:N1||a("blocklet.publish.resourceTitle"),description:a("blocklet.publish.steps.resources")},{label:_1||a("common.components"),description:a("blocklet.publish.steps.blocklets")},{label:a("blocklet.publish.versionTitle"),description:a("blocklet.publish.steps.version")}],E0=je[G]||je[je.length-1],me=Uo[G];return o.jsxs(Wo,{...t,children:[o.jsx(P0,{blocklet:c,release:i,getData:H,getRelease:ue,mode:s,params:p,setParams:h,setParamsErrTip:j,readOnly:Y,isPublished:de,loading:y,setLoading:u,initLogoUrl:D,releaseId:Q,projectId:l,resourceComponents:J,resourceComponentsMap:M,resourceRelateComponents:re,resourceItem:V1,saveSelectedEventsRef:L,isSelectedResources:T1,releaseUsedLast:T,setReleaseUsedLast:N,setRelease:f}),o.jsxs(z,{display:"flex",flexDirection:"column",sx:{width:"100%"},children:[o.jsx(z,{pt:3}),o.jsxs(z,{sx:{gap:3},display:"flex",flexDirection:m?"column":"row",children:[!m&&o.jsx(_0,{steps:je,viewMode:s==="view",params:p,isSelectedResources:T1,paramsErrTip:v,activeStep:G,setActiveStep:Z,projectId:l,resourcesUrlTitle:N1,componentsUrlTitle:_1}),o.jsxs(z,{flex:"1",maxWidth:"720px",children:[!m&&me!=="introduction"&&o.jsxs(X,{variant:"h6",fontWeight:"bold",display:"flex",flexDirection:"row",alignItems:"center",children:[E0.label,me==="branding"&&o.jsx(he,{title:a("blocklet.publish.brandingHelp"),placement:"right",children:o.jsx(z,{component:"a",target:"_blank",href:"https://www.arcblock.io/docs/blocklet-store/en/blocklet-detail-page",sx:{paddingTop:1,marginLeft:1},style:{color:"gray"},children:o.jsx(u2,{})})})]}),(m||me==="branding")&&o.jsx(z,{flexDirection:"column",children:o.jsx(M0,{projectId:l,setParams:h,setParamsErrTip:j,params:p,componentDid:d,blocklet:c,initUrl:e,loading:y,setLoading:u,paramsErrTip:v,readOnly:Y,initLogoUrl:D,setInitLogoUrl:P})}),m&&o.jsx(z,{flexDirection:"column",children:o.jsx(qe,{loading:y,params:p,paramsErrTip:v,setParams:h,setParamsErrTip:j,readOnly:Y})}),(m||me==="introduction")&&o.jsx(z,{display:"flex",flexDirection:"column",sx:{mt:m?5:0,width:"100%"},children:o.jsx(V0,{loading:y,readOnly:Y,params:p,setParams:h,paramsErrTip:v,setParamsErrTip:j})}),m&&o.jsx(X,{variant:"h6",fontWeight:"bold",mt:5,children:je[e0.resources].label}),o.jsx(z,{display:m||me==="resources"?"flex":"none",sx:{maxWidth:720},flexDirection:"column",children:o.jsx(z,{display:"flex",mt:3,className:"section full-width",children:o.jsxs(z,{sx:{flex:1},children:[!d&&o.jsx(h2,{tabs:q,current:A,onChange:B0,sx:{ml:-2,mt:-1.5,maxWidth:m?window.innerWidth-24:"100%"}}),o.jsx(z,{children:o.jsx(z1,{loading:y,initialResources:R,saveSelectedEventsRef:L,selectedResourceIds:S,setSelectedResourceIds:ne,setResourceComponentsMap:U,error:v.blockletResource,app:c,readOnly:Y,component:V1,componentDid:d,initUrl:e,projectId:l===W.UNOWNED_DID?"":l,releaseUsedLast:T,release:{...i,id:Q}})})]})})}),m&&o.jsx(X,{variant:"h6",fontWeight:"bold",mt:5,children:je[e0.blocklets].label}),(m||me==="blocklets")&&o.jsx(z,{flexDirection:"column",children:o.jsx(z,{display:"flex",mt:3,className:"section full-width",children:o.jsx(z,{sx:{flex:1},children:o.jsx(g1,{projectType:ve,disabled:y||Y,app:c,value:(p==null?void 0:p.blockletComponents)||[],onChange:le,resourceRelateComponents:re,dependentComponentsMode:$})})})}),!m&&me==="version"&&o.jsx(z,{flexDirection:"column",children:o.jsx(qe,{loading:y,params:p,paramsErrTip:v,setParams:h,setParamsErrTip:j,readOnly:Y})})]})]})]})]})}P1.propTypes={initUrl:x.object};P1.defaultProps={initUrl:null};const Wo=se.div`
179
182
  .section {
180
183
  &.full-width {
181
184
  max-width: 100%;
@@ -212,8 +215,8 @@ import{ap as A0,j as o,aE as te,cI as e0,aH as B,fq as _1,aG as fe,aC as Pe,aD a
212
215
  }
213
216
  font-size: 0.8rem;
214
217
  }
215
- `;function _0({padding:e,initUrl:t}){const{blocklet:l}=qe(),s=n2(),{componentDid:r}=Ue();if(C.useEffect(()=>{if(r&&window.parent){const c=`${s.pathname}${s.search}`;window.parent.postMessage({event:"popstate",page:"publish",componentDid:r,path:c},"*")}},[r,s]),!l)return null;const d={};return e&&(d.padding=e),o.jsx(Go,{style:d,children:o.jsxs(s2,{children:[o.jsx(We,{path:"/",element:o.jsx(h1,{initUrl:t})}),o.jsx(We,{path:"/:projectId",element:o.jsx(wt,{})}),o.jsx(We,{path:"/:projectId/:mode/:releaseId",element:o.jsx(I1,{initUrl:t})})]})})}_0.propTypes={padding:x.oneOfType([x.string,x.number]),initUrl:x.object};_0.defaultProps={padding:"",initUrl:null};const Go=ne(z)`
218
+ `;function D0({padding:e,initUrl:t}){const{blocklet:l}=We(),s=n2(),{componentDid:r}=Ge();if(C.useEffect(()=>{if(r&&window.parent){const a=`${s.pathname}${s.search}`;window.parent.postMessage({event:"popstate",page:"publish",componentDid:r,path:a},"*")}},[r,s]),!l)return null;const d={};return e&&(d.padding=e),o.jsx(Go,{style:d,children:o.jsxs(s2,{children:[o.jsx(Ke,{path:"/",element:o.jsx(x1,{initUrl:t})}),o.jsx(Ke,{path:"/:projectId",element:o.jsx(wt,{})}),o.jsx(Ke,{path:"/:projectId/:mode/:releaseId",element:o.jsx(P1,{initUrl:t})})]})})}D0.propTypes={padding:x.oneOfType([x.string,x.number]),initUrl:x.object};D0.defaultProps={padding:"",initUrl:null};const Go=se(z)`
216
219
  a {
217
220
  color: ${({theme:e})=>e.palette.primary.main};
218
221
  }
219
- `;export{_0 as default};
222
+ `;export{D0 as default};