@powerhousedao/connect 1.0.4 → 1.0.9-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/README.md +1 -0
  2. package/dist/.env +11 -6
  3. package/dist/assets/app-D9QJBr8i.css +5652 -0
  4. package/dist/assets/app-Uu65do7x.js +79314 -0
  5. package/dist/assets/app-loader-Bnp0H-wa.css +5497 -0
  6. package/dist/assets/app-loader-BnxLpX27.js +31458 -0
  7. package/dist/assets/ccip-CpD5P3bc.js +170 -0
  8. package/dist/assets/connect-loader-CvOC68Ih.mp4 +0 -0
  9. package/dist/assets/content-DV_bRXbH.js +3937 -0
  10. package/dist/assets/home-bg-BEhF9NuW.png +0 -0
  11. package/dist/assets/index-B4m3ucR9.js +12 -0
  12. package/dist/assets/index-Ch_NXi_f.js +46414 -0
  13. package/dist/assets/index-yrCJMRn6.js +2560 -0
  14. package/dist/assets/main.CpORyZoE.js +105 -0
  15. package/dist/assets/powerhouse-rounded-CeKGGUG4.png +0 -0
  16. package/dist/assets/renown-short-hover-BiSLBV7L.png +0 -0
  17. package/dist/assets/rwa-report-Bb0W5-ac.png +0 -0
  18. package/dist/assets/style-D4JhTt_m.css +1663 -0
  19. package/dist/external-packages.js +5 -0
  20. package/dist/hmr.js +4 -0
  21. package/dist/icon.ico +0 -0
  22. package/dist/index.html +48 -10
  23. package/dist/modules/@powerhousedao/reactor-browser/chunk-2ESYSVXG.js +48 -0
  24. package/dist/modules/@powerhousedao/reactor-browser/chunk-2X2M6BYG.js +2542 -0
  25. package/dist/modules/@powerhousedao/reactor-browser/chunk-45DCPCA7.js +67 -0
  26. package/dist/modules/@powerhousedao/reactor-browser/chunk-6MBHOHAA.js +2513 -0
  27. package/dist/modules/@powerhousedao/reactor-browser/chunk-7OQWVUC5.js +43 -0
  28. package/dist/modules/@powerhousedao/reactor-browser/chunk-DKDARAJS.js +0 -0
  29. package/dist/modules/@powerhousedao/reactor-browser/chunk-F3RCGUF6.js +53 -0
  30. package/dist/modules/@powerhousedao/reactor-browser/chunk-FQF4YAVC.js +11917 -0
  31. package/dist/modules/@powerhousedao/reactor-browser/chunk-FW7N6EJH.js +786 -0
  32. package/dist/modules/@powerhousedao/reactor-browser/chunk-G6LMXRY5.js +50 -0
  33. package/dist/modules/@powerhousedao/reactor-browser/chunk-GDP7BUIH.js +45 -0
  34. package/dist/modules/@powerhousedao/reactor-browser/chunk-IC6B3767.js +82 -0
  35. package/dist/modules/@powerhousedao/reactor-browser/chunk-IQTSFTNF.js +48 -0
  36. package/dist/modules/@powerhousedao/reactor-browser/chunk-J5TYPY7U.js +36 -0
  37. package/dist/modules/@powerhousedao/reactor-browser/chunk-LH2T6NLN.js +0 -0
  38. package/dist/modules/@powerhousedao/reactor-browser/chunk-LRNZZ3SR.js +14 -0
  39. package/dist/modules/@powerhousedao/reactor-browser/chunk-M2UUQ5LH.js +250 -0
  40. package/dist/modules/@powerhousedao/reactor-browser/chunk-N5UNGAA6.js +14051 -0
  41. package/dist/modules/@powerhousedao/reactor-browser/chunk-OVGOA2P5.js +11 -0
  42. package/dist/modules/@powerhousedao/reactor-browser/chunk-OYYVE7RP.js +178 -0
  43. package/dist/modules/@powerhousedao/reactor-browser/chunk-P6NJ6IAQ.js +12 -0
  44. package/dist/modules/@powerhousedao/reactor-browser/chunk-QXHTR6KF.js +0 -0
  45. package/dist/modules/@powerhousedao/reactor-browser/chunk-RGIB4DD4.js +162 -0
  46. package/dist/modules/@powerhousedao/reactor-browser/chunk-U36SV333.js +0 -0
  47. package/dist/modules/@powerhousedao/reactor-browser/chunk-UDKYG6I4.js +113 -0
  48. package/dist/modules/@powerhousedao/reactor-browser/chunk-XBTEGV5M.js +17 -0
  49. package/dist/modules/@powerhousedao/reactor-browser/chunk-Y7NTRTMT.js +25 -0
  50. package/dist/modules/@powerhousedao/reactor-browser/chunk-YG67WAIS.js +0 -0
  51. package/dist/modules/@powerhousedao/reactor-browser/chunk-YWKVPJNL.js +52 -0
  52. package/dist/modules/@powerhousedao/reactor-browser/chunk-ZL5IPB6D.js +0 -0
  53. package/dist/modules/@powerhousedao/reactor-browser/context/index.js +16 -0
  54. package/dist/modules/@powerhousedao/reactor-browser/context/read-mode.js +15 -0
  55. package/dist/modules/@powerhousedao/reactor-browser/crypto/browser.js +7 -0
  56. package/dist/modules/@powerhousedao/reactor-browser/crypto/index.js +7 -0
  57. package/dist/modules/@powerhousedao/reactor-browser/document-model.js +10 -0
  58. package/dist/modules/@powerhousedao/reactor-browser/hooks/document-state.js +96 -0
  59. package/dist/modules/@powerhousedao/reactor-browser/hooks/index.js +98 -0
  60. package/dist/modules/@powerhousedao/reactor-browser/hooks/useAddDebouncedOperations.js +11 -0
  61. package/dist/modules/@powerhousedao/reactor-browser/hooks/useConnectCrypto.js +12 -0
  62. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDocument.js +7 -0
  63. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDocumentDispatch.js +7 -0
  64. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDocumentDrives.js +13 -0
  65. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDocumentEditor.js +20 -0
  66. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveActions.js +9 -0
  67. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveActionsWithUiNodes.js +14 -0
  68. package/dist/modules/@powerhousedao/reactor-browser/hooks/useDriveContext.js +9 -0
  69. package/dist/modules/@powerhousedao/reactor-browser/hooks/useUiNodesContext.js +46 -0
  70. package/dist/modules/@powerhousedao/reactor-browser/hooks/useUserPermissions.js +7 -0
  71. package/dist/modules/@powerhousedao/reactor-browser/index.js +125 -0
  72. package/dist/modules/@powerhousedao/reactor-browser/reactor.js +11 -0
  73. package/dist/modules/@powerhousedao/reactor-browser/renown/constants.js +53 -0
  74. package/dist/modules/@powerhousedao/reactor-browser/renown/types.js +1 -0
  75. package/dist/modules/@powerhousedao/reactor-browser/storage/index.js +1 -0
  76. package/dist/modules/@powerhousedao/reactor-browser/storage/types.js +1 -0
  77. package/dist/modules/@powerhousedao/reactor-browser/uiNodes/constants.js +37 -0
  78. package/dist/modules/@powerhousedao/reactor-browser/uiNodes/types.js +1 -0
  79. package/dist/modules/@powerhousedao/reactor-browser/utils/export-document.js +8 -0
  80. package/dist/modules/@powerhousedao/reactor-browser/utils/index.js +9 -0
  81. package/dist/modules/@powerhousedao/reactor-browser/utils/signature.js +10 -0
  82. package/dist/service-worker.js +46 -2
  83. package/dist/swEnv.js +9 -8
  84. package/dist/vite-envs.sh +56 -35
  85. package/nginx.conf +93 -0
  86. package/nginx.sh +10 -0
  87. package/package.json +36 -50
  88. package/dist/assets/ArrowFilledRight-blx8xu7X-D3d8PUWh.js +0 -2
  89. package/dist/assets/ArrowFilledRight-blx8xu7X-D3d8PUWh.js.map +0 -1
  90. package/dist/assets/ArrowLeft-7pYNK4eX-8ZR_YHAJ.js +0 -2
  91. package/dist/assets/ArrowLeft-7pYNK4eX-8ZR_YHAJ.js.map +0 -1
  92. package/dist/assets/ArrowUp-Bbr_dwo_-C5ppCQo4.js +0 -2
  93. package/dist/assets/ArrowUp-Bbr_dwo_-C5ppCQo4.js.map +0 -1
  94. package/dist/assets/BarChart-B0G05Nfd-CHDJ7OaJ.js +0 -2
  95. package/dist/assets/BarChart-B0G05Nfd-CHDJ7OaJ.js.map +0 -1
  96. package/dist/assets/BaseArrowLeft-DBzhFHMt-Dkbf2sWs.js +0 -2
  97. package/dist/assets/BaseArrowLeft-DBzhFHMt-Dkbf2sWs.js.map +0 -1
  98. package/dist/assets/BaseArrowRight-DYQTBWAs-CkkPllYm.js +0 -2
  99. package/dist/assets/BaseArrowRight-DYQTBWAs-CkkPllYm.js.map +0 -1
  100. package/dist/assets/Braces-N-sH2Zyc-3LcexUsR.js +0 -2
  101. package/dist/assets/Braces-N-sH2Zyc-3LcexUsR.js.map +0 -1
  102. package/dist/assets/Branch-CWdBw1_P-CmGdOXsI.js +0 -2
  103. package/dist/assets/Branch-CWdBw1_P-CmGdOXsI.js.map +0 -1
  104. package/dist/assets/BrickGlobe-67zaG6_H-DP0By6z_.js +0 -2
  105. package/dist/assets/BrickGlobe-67zaG6_H-DP0By6z_.js.map +0 -1
  106. package/dist/assets/Briefcase-CedW3KRR-DO5_k15F.js +0 -2
  107. package/dist/assets/Briefcase-CedW3KRR-DO5_k15F.js.map +0 -1
  108. package/dist/assets/Calendar-C-6HV96D-YetudWvP.js +0 -2
  109. package/dist/assets/Calendar-C-6HV96D-YetudWvP.js.map +0 -1
  110. package/dist/assets/Caret-Ep0j0fz2-By3ojfim.js +0 -2
  111. package/dist/assets/Caret-Ep0j0fz2-By3ojfim.js.map +0 -1
  112. package/dist/assets/CaretDown-3X7LFYBf-C43xdKg8.js +0 -2
  113. package/dist/assets/CaretDown-3X7LFYBf-C43xdKg8.js.map +0 -1
  114. package/dist/assets/CaretSort-BkGdLETT-DVOzEEqR.js +0 -2
  115. package/dist/assets/CaretSort-BkGdLETT-DVOzEEqR.js.map +0 -1
  116. package/dist/assets/Check-DV-U4AEq-B582NMZp.js +0 -2
  117. package/dist/assets/Check-DV-U4AEq-B582NMZp.js.map +0 -1
  118. package/dist/assets/CheckCircle-DI5fEgGd-CVF4LDhR.js +0 -2
  119. package/dist/assets/CheckCircle-DI5fEgGd-CVF4LDhR.js.map +0 -1
  120. package/dist/assets/CheckCircleFill-C-F0v5mB-BSW1YMqM.js +0 -2
  121. package/dist/assets/CheckCircleFill-C-F0v5mB-BSW1YMqM.js.map +0 -1
  122. package/dist/assets/Checkmark-BXnfChpo-CyQitGI2.js +0 -2
  123. package/dist/assets/Checkmark-BXnfChpo-CyQitGI2.js.map +0 -1
  124. package/dist/assets/ChevronDown-ouBxrU-k-eUsCPXcB.js +0 -2
  125. package/dist/assets/ChevronDown-ouBxrU-k-eUsCPXcB.js.map +0 -1
  126. package/dist/assets/Circle-n3-Wh4HS-8dOehHQf.js +0 -2
  127. package/dist/assets/Circle-n3-Wh4HS-8dOehHQf.js.map +0 -1
  128. package/dist/assets/CircleInfo-BhZY3C2Q-CZgYK1h2.js +0 -2
  129. package/dist/assets/CircleInfo-BhZY3C2Q-CZgYK1h2.js.map +0 -1
  130. package/dist/assets/ClockFill-Bd0t48q7-CcfHiJtH.js +0 -2
  131. package/dist/assets/ClockFill-Bd0t48q7-CcfHiJtH.js.map +0 -1
  132. package/dist/assets/CloudSlash-B-zJBjaD-CxVyp-Ac.js +0 -2
  133. package/dist/assets/CloudSlash-B-zJBjaD-CxVyp-Ac.js.map +0 -1
  134. package/dist/assets/Collapse-DRDB8Czs-CGcuZQgy.js +0 -2
  135. package/dist/assets/Collapse-DRDB8Czs-CGcuZQgy.js.map +0 -1
  136. package/dist/assets/Connect-Dme-qfKq-CgniLji8.js +0 -2
  137. package/dist/assets/Connect-Dme-qfKq-CgniLji8.js.map +0 -1
  138. package/dist/assets/Discord-CAS0Cj7s-CcsBWpnf.js +0 -2
  139. package/dist/assets/Discord-CAS0Cj7s-CcsBWpnf.js.map +0 -1
  140. package/dist/assets/Drive-GMcgBcIY-CzahDx9j.js +0 -2
  141. package/dist/assets/Drive-GMcgBcIY-CzahDx9j.js.map +0 -1
  142. package/dist/assets/Ellipsis-XK8AwMEC-BuVBeYhB.js +0 -2
  143. package/dist/assets/Ellipsis-XK8AwMEC-BuVBeYhB.js.map +0 -1
  144. package/dist/assets/Error-BmIZ2ZUy-CphzuMLn.js +0 -2
  145. package/dist/assets/Error-BmIZ2ZUy-CphzuMLn.js.map +0 -1
  146. package/dist/assets/Exclamation-CVsNS_QS-DLccamql.js +0 -2
  147. package/dist/assets/Exclamation-CVsNS_QS-DLccamql.js.map +0 -1
  148. package/dist/assets/FilesEarmark-CyrCQy8E-Bhut4E02.js +0 -2
  149. package/dist/assets/FilesEarmark-CyrCQy8E-Bhut4E02.js.map +0 -1
  150. package/dist/assets/FolderClose-DG_qHisc-CH6NoBuu.js +0 -2
  151. package/dist/assets/FolderClose-DG_qHisc-CH6NoBuu.js.map +0 -1
  152. package/dist/assets/FolderOpen-kDoWFkJO-Cciutkdg.js +0 -2
  153. package/dist/assets/FolderOpen-kDoWFkJO-Cciutkdg.js.map +0 -1
  154. package/dist/assets/FolderPlus-CSBSl9lZ-CifD0ek9.js +0 -2
  155. package/dist/assets/FolderPlus-CSBSl9lZ-CifD0ek9.js.map +0 -1
  156. package/dist/assets/Forum-DZ-CkLFh-BwabccAX.js +0 -2
  157. package/dist/assets/Forum-DZ-CkLFh-BwabccAX.js.map +0 -1
  158. package/dist/assets/Gear-cUlHJ4q6-B9R2l_9_.js +0 -2
  159. package/dist/assets/Gear-cUlHJ4q6-B9R2l_9_.js.map +0 -1
  160. package/dist/assets/Github-0PLiINY0-CjkZIHCO.js +0 -2
  161. package/dist/assets/Github-0PLiINY0-CjkZIHCO.js.map +0 -1
  162. package/dist/assets/Globe-CIYqVkpa-CL530H46.js +0 -2
  163. package/dist/assets/Globe-CIYqVkpa-CL530H46.js.map +0 -1
  164. package/dist/assets/GlobeWww-DN4yKujh-Ci7aa5CE.js +0 -2
  165. package/dist/assets/GlobeWww-DN4yKujh-Ci7aa5CE.js.map +0 -1
  166. package/dist/assets/Hdd-Dn_LdJIh-CJ6x9Bve.js +0 -2
  167. package/dist/assets/Hdd-Dn_LdJIh-CJ6x9Bve.js.map +0 -1
  168. package/dist/assets/History-BP4SmaS_-P4WBKyqX.js +0 -2
  169. package/dist/assets/History-BP4SmaS_-P4WBKyqX.js.map +0 -1
  170. package/dist/assets/InfoSquare-C98JaLiz-yPcGR71f.js +0 -2
  171. package/dist/assets/InfoSquare-C98JaLiz-yPcGR71f.js.map +0 -1
  172. package/dist/assets/Link-BF7aZjVu-CXIVQOz6.js +0 -2
  173. package/dist/assets/Link-BF7aZjVu-CXIVQOz6.js.map +0 -1
  174. package/dist/assets/Linkedin-DJwIkS6q-Dkb5Tp_Z.js +0 -2
  175. package/dist/assets/Linkedin-DJwIkS6q-Dkb5Tp_Z.js.map +0 -1
  176. package/dist/assets/Lock-PyaFHdNS-D_qxRTye.js +0 -2
  177. package/dist/assets/Lock-PyaFHdNS-D_qxRTye.js.map +0 -1
  178. package/dist/assets/M-DozhhPMY-DBQw97P_.js +0 -2
  179. package/dist/assets/M-DozhhPMY-DBQw97P_.js.map +0 -1
  180. package/dist/assets/Pencil-D7lvxXIP-D830iveq.js +0 -2
  181. package/dist/assets/Pencil-D7lvxXIP-D830iveq.js.map +0 -1
  182. package/dist/assets/People-CUB8LYKf-CyJmMqcw.js +0 -2
  183. package/dist/assets/People-CUB8LYKf-CyJmMqcw.js.map +0 -1
  184. package/dist/assets/Person-DuL4PQzm-ttQR0nPy.js +0 -2
  185. package/dist/assets/Person-DuL4PQzm-ttQR0nPy.js.map +0 -1
  186. package/dist/assets/Plus-DPFWGJM4-BztpK8li.js +0 -2
  187. package/dist/assets/Plus-DPFWGJM4-BztpK8li.js.map +0 -1
  188. package/dist/assets/PlusCircle-BEnWRjHa-w5zztKGx.js +0 -2
  189. package/dist/assets/PlusCircle-BEnWRjHa-w5zztKGx.js.map +0 -1
  190. package/dist/assets/PowerhouseLogoSmall-CmO95IAS-CDGLkst3.js +0 -2
  191. package/dist/assets/PowerhouseLogoSmall-CmO95IAS-CDGLkst3.js.map +0 -1
  192. package/dist/assets/Project-BlXuclr0-EsBam9d0.js +0 -2
  193. package/dist/assets/Project-BlXuclr0-EsBam9d0.js.map +0 -1
  194. package/dist/assets/RedoArrow-BJeEsiph-BbidqIFP.js +0 -2
  195. package/dist/assets/RedoArrow-BJeEsiph-BbidqIFP.js.map +0 -1
  196. package/dist/assets/Renown-6m7hx37h-CItksi2j.js +0 -2
  197. package/dist/assets/Renown-6m7hx37h-CItksi2j.js.map +0 -1
  198. package/dist/assets/RenownHover-CQ0TZHZv-cYQgnwQW.js +0 -2
  199. package/dist/assets/RenownHover-CQ0TZHZv-cYQgnwQW.js.map +0 -1
  200. package/dist/assets/Ring-DKv0gnwT-CDHLz87h.js +0 -2
  201. package/dist/assets/Ring-DKv0gnwT-CDHLz87h.js.map +0 -1
  202. package/dist/assets/Save-BBxj68pn-BkUvn89C.js +0 -2
  203. package/dist/assets/Save-BBxj68pn-BkUvn89C.js.map +0 -1
  204. package/dist/assets/Search-YUJuRBLe-CecGUkZA.js +0 -2
  205. package/dist/assets/Search-YUJuRBLe-CecGUkZA.js.map +0 -1
  206. package/dist/assets/Server-Bfkkjui1-lBan_3Dm.js +0 -2
  207. package/dist/assets/Server-Bfkkjui1-lBan_3Dm.js.map +0 -1
  208. package/dist/assets/Settings-mbbylBS5-Cca-sV-_.js +0 -2
  209. package/dist/assets/Settings-mbbylBS5-Cca-sV-_.js.map +0 -1
  210. package/dist/assets/Synced-DKJXzPiw-Cui8pDsS.js +0 -2
  211. package/dist/assets/Synced-DKJXzPiw-Cui8pDsS.js.map +0 -1
  212. package/dist/assets/Syncing-aT9WSMFf-2VhhyCcX.js +0 -2
  213. package/dist/assets/Syncing-aT9WSMFf-2VhhyCcX.js.map +0 -1
  214. package/dist/assets/Trash-CgSbHk-P-DIYkVMER.js +0 -2
  215. package/dist/assets/Trash-CgSbHk-P-DIYkVMER.js.map +0 -1
  216. package/dist/assets/TrashFill-DN50ercb-Oqx67xXN.js +0 -2
  217. package/dist/assets/TrashFill-DN50ercb-Oqx67xXN.js.map +0 -1
  218. package/dist/assets/VariantArrowLeft-CnuX59_e-6Zt_Q3tm.js +0 -2
  219. package/dist/assets/VariantArrowLeft-CnuX59_e-6Zt_Q3tm.js.map +0 -1
  220. package/dist/assets/VerticalDots-C8QYf7et-CCxZfvjq.js +0 -2
  221. package/dist/assets/VerticalDots-C8QYf7et-CCxZfvjq.js.map +0 -1
  222. package/dist/assets/WarningFill-WowAvi5P-D5XCckM6.js +0 -2
  223. package/dist/assets/WarningFill-WowAvi5P-D5XCckM6.js.map +0 -1
  224. package/dist/assets/XTwitter-k3Pt8itk-mvLk8TKx.js +0 -2
  225. package/dist/assets/XTwitter-k3Pt8itk-mvLk8TKx.js.map +0 -1
  226. package/dist/assets/Xmark-8qnJCs2Y-CZ3t0Fap.js +0 -2
  227. package/dist/assets/Xmark-8qnJCs2Y-CZ3t0Fap.js.map +0 -1
  228. package/dist/assets/XmarkLight-GHzDR5_F-CloMvuzt.js +0 -2
  229. package/dist/assets/XmarkLight-GHzDR5_F-CloMvuzt.js.map +0 -1
  230. package/dist/assets/Youtube-i8V0IXUU-Bkiwoayp.js +0 -2
  231. package/dist/assets/Youtube-i8V0IXUU-Bkiwoayp.js.map +0 -1
  232. package/dist/assets/app-BdM_bCqD.js +0 -842
  233. package/dist/assets/app-BdM_bCqD.js.map +0 -1
  234. package/dist/assets/app-loader-B7xllAoS.js +0 -3
  235. package/dist/assets/app-loader-B7xllAoS.js.map +0 -1
  236. package/dist/assets/app-loader-D5wPX62N.css +0 -1
  237. package/dist/assets/browser-CwKAjz_f.js +0 -43
  238. package/dist/assets/browser-CwKAjz_f.js.map +0 -1
  239. package/dist/assets/browser-Dmr6AWWk.js +0 -2
  240. package/dist/assets/browser-Dmr6AWWk.js.map +0 -1
  241. package/dist/assets/ccip-BoVyVgwR.js +0 -2
  242. package/dist/assets/ccip-BoVyVgwR.js.map +0 -1
  243. package/dist/assets/content-BmCNR4Pw.js +0 -6
  244. package/dist/assets/content-BmCNR4Pw.js.map +0 -1
  245. package/dist/assets/editor-Cma-7Z7k.js +0 -2
  246. package/dist/assets/editor-Cma-7Z7k.js.map +0 -1
  247. package/dist/assets/editor-IMwm8pim.js +0 -2
  248. package/dist/assets/editor-IMwm8pim.js.map +0 -1
  249. package/dist/assets/editor-vgD9wEAH.js +0 -2
  250. package/dist/assets/editor-vgD9wEAH.js.map +0 -1
  251. package/dist/assets/editors-DQC0rqOg.js +0 -347
  252. package/dist/assets/editors-DQC0rqOg.js.map +0 -1
  253. package/dist/assets/index-BP2fj1j6.js +0 -16
  254. package/dist/assets/index-BP2fj1j6.js.map +0 -1
  255. package/dist/assets/index-SwNHx8hV.js +0 -3
  256. package/dist/assets/index-SwNHx8hV.js.map +0 -1
  257. package/dist/assets/index-T6Et30Eh-CdVwpIBO.js +0 -12
  258. package/dist/assets/index-T6Et30Eh-CdVwpIBO.js.map +0 -1
  259. package/dist/assets/main.DQ-aV7Qq.js +0 -2
  260. package/dist/assets/main.DQ-aV7Qq.js.map +0 -1
  261. package/dist/assets/root-BKJF0Yl6.js +0 -12
  262. package/dist/assets/root-BKJF0Yl6.js.map +0 -1
  263. package/dist/assets/router-Hd499Vrp.js +0 -12
  264. package/dist/assets/router-Hd499Vrp.js.map +0 -1
  265. package/dist/assets/useUiNodes-Ch-W4vsB.js +0 -107
  266. package/dist/assets/useUiNodes-Ch-W4vsB.js.map +0 -1
  267. package/dist/service-worker.js.map +0 -1
  268. package/dist/studio/cli.js +0 -6
  269. package/dist/studio/helpers.d.ts +0 -2
  270. package/dist/studio/index.d.ts +0 -20
  271. package/dist/studio/index.js +0 -580
  272. package/dist/studio/server.d.ts +0 -7
  273. package/dist/studio/vite-plugin.d.ts +0 -12
@@ -0,0 +1,1663 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
2
+
3
+ /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
4
+ :root {
5
+ --toastify-color-light: #fff;
6
+ --toastify-color-dark: #121212;
7
+ --toastify-color-info: #3498db;
8
+ --toastify-color-success: #07bc0c;
9
+ --toastify-color-warning: #f1c40f;
10
+ --toastify-color-error: #e74c3c;
11
+ --toastify-color-transparent: rgba(255, 255, 255, 0.7);
12
+ --toastify-icon-color-info: var(--toastify-color-info);
13
+ --toastify-icon-color-success: var(--toastify-color-success);
14
+ --toastify-icon-color-warning: var(--toastify-color-warning);
15
+ --toastify-icon-color-error: var(--toastify-color-error);
16
+ --toastify-toast-width: 320px;
17
+ --toastify-toast-offset: 16px;
18
+ --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
19
+ --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
20
+ --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
21
+ --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
22
+ --toastify-toast-background: #fff;
23
+ --toastify-toast-min-height: 64px;
24
+ --toastify-toast-max-height: 800px;
25
+ --toastify-toast-bd-radius: 6px;
26
+ --toastify-font-family: sans-serif;
27
+ --toastify-z-index: 9999;
28
+ --toastify-text-color-light: #757575;
29
+ --toastify-text-color-dark: #fff;
30
+ --toastify-text-color-info: #fff;
31
+ --toastify-text-color-success: #fff;
32
+ --toastify-text-color-warning: #fff;
33
+ --toastify-text-color-error: #fff;
34
+ --toastify-spinner-color: #616161;
35
+ --toastify-spinner-color-empty-area: #e0e0e0;
36
+ --toastify-color-progress-light: linear-gradient(
37
+ to right,
38
+ #4cd964,
39
+ #5ac8fa,
40
+ #007aff,
41
+ #34aadc,
42
+ #5856d6,
43
+ #ff2d55
44
+ );
45
+ --toastify-color-progress-dark: #bb86fc;
46
+ --toastify-color-progress-info: var(--toastify-color-info);
47
+ --toastify-color-progress-success: var(--toastify-color-success);
48
+ --toastify-color-progress-warning: var(--toastify-color-warning);
49
+ --toastify-color-progress-error: var(--toastify-color-error);
50
+ --toastify-color-progress-bgo: 0.2;
51
+ }
52
+ .Toastify__toast-container {
53
+ z-index: var(--toastify-z-index);
54
+ -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
55
+ position: fixed;
56
+ padding: 4px;
57
+ width: var(--toastify-toast-width);
58
+ box-sizing: border-box;
59
+ color: #fff;
60
+ }
61
+ .Toastify__toast-container--top-left {
62
+ top: var(--toastify-toast-top);
63
+ left: var(--toastify-toast-left);
64
+ }
65
+ .Toastify__toast-container--top-center {
66
+ top: var(--toastify-toast-top);
67
+ left: 50%;
68
+ transform: translateX(-50%);
69
+ }
70
+ .Toastify__toast-container--top-right {
71
+ top: var(--toastify-toast-top);
72
+ right: var(--toastify-toast-right);
73
+ }
74
+ .Toastify__toast-container--bottom-left {
75
+ bottom: var(--toastify-toast-bottom);
76
+ left: var(--toastify-toast-left);
77
+ }
78
+ .Toastify__toast-container--bottom-center {
79
+ bottom: var(--toastify-toast-bottom);
80
+ left: 50%;
81
+ transform: translateX(-50%);
82
+ }
83
+ .Toastify__toast-container--bottom-right {
84
+ bottom: var(--toastify-toast-bottom);
85
+ right: var(--toastify-toast-right);
86
+ }
87
+ @media only screen and (max-width : 480px) {
88
+ .Toastify__toast-container {
89
+ width: 100vw;
90
+ padding: 0;
91
+ left: env(safe-area-inset-left);
92
+ margin: 0;
93
+ }
94
+ .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
95
+ top: env(safe-area-inset-top);
96
+ transform: translateX(0);
97
+ }
98
+ .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
99
+ bottom: env(safe-area-inset-bottom);
100
+ transform: translateX(0);
101
+ }
102
+ .Toastify__toast-container--rtl {
103
+ right: env(safe-area-inset-right);
104
+ left: initial;
105
+ }
106
+ }
107
+ .Toastify__toast {
108
+ --y: 0;
109
+ position: relative;
110
+ -ms-touch-action: none;
111
+ touch-action: none;
112
+ min-height: var(--toastify-toast-min-height);
113
+ box-sizing: border-box;
114
+ margin-bottom: 1rem;
115
+ padding: 8px;
116
+ border-radius: var(--toastify-toast-bd-radius);
117
+ box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
118
+ display: -ms-flexbox;
119
+ display: flex;
120
+ -ms-flex-pack: justify;
121
+ justify-content: space-between;
122
+ max-height: var(--toastify-toast-max-height);
123
+ font-family: var(--toastify-font-family);
124
+ cursor: default;
125
+ direction: ltr;
126
+ z-index: 0;
127
+ overflow: hidden;
128
+ }
129
+ .Toastify__toast--stacked {
130
+ position: absolute;
131
+ width: 100%;
132
+ transform: translate3d(0, var(--y), 0) scale(var(--s));
133
+ transition: transform 0.3s;
134
+ }
135
+ .Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
136
+ transition: opacity 0.1s;
137
+ }
138
+ .Toastify__toast--stacked[data-collapsed=false] {
139
+ overflow: visible;
140
+ }
141
+ .Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
142
+ opacity: 0;
143
+ }
144
+ .Toastify__toast--stacked:after {
145
+ content: "";
146
+ position: absolute;
147
+ left: 0;
148
+ right: 0;
149
+ height: calc(var(--g) * 1px);
150
+ bottom: 100%;
151
+ }
152
+ .Toastify__toast--stacked[data-pos=top] {
153
+ top: 0;
154
+ }
155
+ .Toastify__toast--stacked[data-pos=bot] {
156
+ bottom: 0;
157
+ }
158
+ .Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
159
+ transform-origin: top;
160
+ }
161
+ .Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
162
+ transform-origin: bottom;
163
+ }
164
+ .Toastify__toast--stacked:before {
165
+ content: "";
166
+ position: absolute;
167
+ left: 0;
168
+ right: 0;
169
+ bottom: 0;
170
+ height: 100%;
171
+ transform: scaleY(3);
172
+ z-index: -1;
173
+ }
174
+ .Toastify__toast--rtl {
175
+ direction: rtl;
176
+ }
177
+ .Toastify__toast--close-on-click {
178
+ cursor: pointer;
179
+ }
180
+ .Toastify__toast-body {
181
+ margin: auto 0;
182
+ -ms-flex: 1 1 auto;
183
+ flex: 1 1 auto;
184
+ padding: 6px;
185
+ display: -ms-flexbox;
186
+ display: flex;
187
+ -ms-flex-align: center;
188
+ align-items: center;
189
+ }
190
+ .Toastify__toast-body > div:last-child {
191
+ word-break: break-word;
192
+ -ms-flex: 1;
193
+ flex: 1;
194
+ }
195
+ .Toastify__toast-icon {
196
+ -webkit-margin-end: 10px;
197
+ margin-inline-end: 10px;
198
+ width: 20px;
199
+ -ms-flex-negative: 0;
200
+ flex-shrink: 0;
201
+ display: -ms-flexbox;
202
+ display: flex;
203
+ }
204
+ .Toastify--animate {
205
+ animation-fill-mode: both;
206
+ animation-duration: 0.5s;
207
+ }
208
+ .Toastify--animate-icon {
209
+ animation-fill-mode: both;
210
+ animation-duration: 0.3s;
211
+ }
212
+ @media only screen and (max-width : 480px) {
213
+ .Toastify__toast {
214
+ margin-bottom: 0;
215
+ border-radius: 0;
216
+ }
217
+ }
218
+ .Toastify__toast-theme--dark {
219
+ background: var(--toastify-color-dark);
220
+ color: var(--toastify-text-color-dark);
221
+ }
222
+ .Toastify__toast-theme--light {
223
+ background: var(--toastify-color-light);
224
+ color: var(--toastify-text-color-light);
225
+ }
226
+ .Toastify__toast-theme--colored.Toastify__toast--default {
227
+ background: var(--toastify-color-light);
228
+ color: var(--toastify-text-color-light);
229
+ }
230
+ .Toastify__toast-theme--colored.Toastify__toast--info {
231
+ color: var(--toastify-text-color-info);
232
+ background: var(--toastify-color-info);
233
+ }
234
+ .Toastify__toast-theme--colored.Toastify__toast--success {
235
+ color: var(--toastify-text-color-success);
236
+ background: var(--toastify-color-success);
237
+ }
238
+ .Toastify__toast-theme--colored.Toastify__toast--warning {
239
+ color: var(--toastify-text-color-warning);
240
+ background: var(--toastify-color-warning);
241
+ }
242
+ .Toastify__toast-theme--colored.Toastify__toast--error {
243
+ color: var(--toastify-text-color-error);
244
+ background: var(--toastify-color-error);
245
+ }
246
+ .Toastify__progress-bar-theme--light {
247
+ background: var(--toastify-color-progress-light);
248
+ }
249
+ .Toastify__progress-bar-theme--dark {
250
+ background: var(--toastify-color-progress-dark);
251
+ }
252
+ .Toastify__progress-bar--info {
253
+ background: var(--toastify-color-progress-info);
254
+ }
255
+ .Toastify__progress-bar--success {
256
+ background: var(--toastify-color-progress-success);
257
+ }
258
+ .Toastify__progress-bar--warning {
259
+ background: var(--toastify-color-progress-warning);
260
+ }
261
+ .Toastify__progress-bar--error {
262
+ background: var(--toastify-color-progress-error);
263
+ }
264
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
265
+ background: var(--toastify-color-transparent);
266
+ }
267
+ .Toastify__close-button {
268
+ color: #fff;
269
+ background: transparent;
270
+ outline: none;
271
+ border: none;
272
+ padding: 0;
273
+ cursor: pointer;
274
+ opacity: 0.7;
275
+ transition: 0.3s ease;
276
+ -ms-flex-item-align: start;
277
+ align-self: flex-start;
278
+ z-index: 1;
279
+ }
280
+ .Toastify__close-button--light {
281
+ color: #000;
282
+ opacity: 0.3;
283
+ }
284
+ .Toastify__close-button > svg {
285
+ fill: currentColor;
286
+ height: 16px;
287
+ width: 14px;
288
+ }
289
+ .Toastify__close-button:hover, .Toastify__close-button:focus {
290
+ opacity: 1;
291
+ }
292
+ @keyframes Toastify__trackProgress {
293
+ 0% {
294
+ transform: scaleX(1);
295
+ }
296
+ 100% {
297
+ transform: scaleX(0);
298
+ }
299
+ }
300
+ .Toastify__progress-bar {
301
+ position: absolute;
302
+ bottom: 0;
303
+ left: 0;
304
+ width: 100%;
305
+ height: 100%;
306
+ z-index: var(--toastify-z-index);
307
+ opacity: 0.7;
308
+ transform-origin: left;
309
+ border-bottom-left-radius: var(--toastify-toast-bd-radius);
310
+ }
311
+ .Toastify__progress-bar--animated {
312
+ animation: Toastify__trackProgress linear 1 forwards;
313
+ }
314
+ .Toastify__progress-bar--controlled {
315
+ transition: transform 0.2s;
316
+ }
317
+ .Toastify__progress-bar--rtl {
318
+ right: 0;
319
+ left: initial;
320
+ transform-origin: right;
321
+ border-bottom-left-radius: initial;
322
+ border-bottom-right-radius: var(--toastify-toast-bd-radius);
323
+ }
324
+ .Toastify__progress-bar--wrp {
325
+ position: absolute;
326
+ bottom: 0;
327
+ left: 0;
328
+ width: 100%;
329
+ height: 5px;
330
+ border-bottom-left-radius: var(--toastify-toast-bd-radius);
331
+ }
332
+ .Toastify__progress-bar--wrp[data-hidden=true] {
333
+ opacity: 0;
334
+ }
335
+ .Toastify__progress-bar--bg {
336
+ opacity: var(--toastify-color-progress-bgo);
337
+ width: 100%;
338
+ height: 100%;
339
+ }
340
+ .Toastify__spinner {
341
+ width: 20px;
342
+ height: 20px;
343
+ box-sizing: border-box;
344
+ border: 2px solid;
345
+ border-radius: 100%;
346
+ border-color: var(--toastify-spinner-color-empty-area);
347
+ border-right-color: var(--toastify-spinner-color);
348
+ animation: Toastify__spin 0.65s linear infinite;
349
+ }
350
+ @keyframes Toastify__bounceInRight {
351
+ from, 60%, 75%, 90%, to {
352
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
353
+ }
354
+ from {
355
+ opacity: 0;
356
+ transform: translate3d(3000px, 0, 0);
357
+ }
358
+ 60% {
359
+ opacity: 1;
360
+ transform: translate3d(-25px, 0, 0);
361
+ }
362
+ 75% {
363
+ transform: translate3d(10px, 0, 0);
364
+ }
365
+ 90% {
366
+ transform: translate3d(-5px, 0, 0);
367
+ }
368
+ to {
369
+ transform: none;
370
+ }
371
+ }
372
+ @keyframes Toastify__bounceOutRight {
373
+ 20% {
374
+ opacity: 1;
375
+ transform: translate3d(-20px, var(--y), 0);
376
+ }
377
+ to {
378
+ opacity: 0;
379
+ transform: translate3d(2000px, var(--y), 0);
380
+ }
381
+ }
382
+ @keyframes Toastify__bounceInLeft {
383
+ from, 60%, 75%, 90%, to {
384
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
385
+ }
386
+ 0% {
387
+ opacity: 0;
388
+ transform: translate3d(-3000px, 0, 0);
389
+ }
390
+ 60% {
391
+ opacity: 1;
392
+ transform: translate3d(25px, 0, 0);
393
+ }
394
+ 75% {
395
+ transform: translate3d(-10px, 0, 0);
396
+ }
397
+ 90% {
398
+ transform: translate3d(5px, 0, 0);
399
+ }
400
+ to {
401
+ transform: none;
402
+ }
403
+ }
404
+ @keyframes Toastify__bounceOutLeft {
405
+ 20% {
406
+ opacity: 1;
407
+ transform: translate3d(20px, var(--y), 0);
408
+ }
409
+ to {
410
+ opacity: 0;
411
+ transform: translate3d(-2000px, var(--y), 0);
412
+ }
413
+ }
414
+ @keyframes Toastify__bounceInUp {
415
+ from, 60%, 75%, 90%, to {
416
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
417
+ }
418
+ from {
419
+ opacity: 0;
420
+ transform: translate3d(0, 3000px, 0);
421
+ }
422
+ 60% {
423
+ opacity: 1;
424
+ transform: translate3d(0, -20px, 0);
425
+ }
426
+ 75% {
427
+ transform: translate3d(0, 10px, 0);
428
+ }
429
+ 90% {
430
+ transform: translate3d(0, -5px, 0);
431
+ }
432
+ to {
433
+ transform: translate3d(0, 0, 0);
434
+ }
435
+ }
436
+ @keyframes Toastify__bounceOutUp {
437
+ 20% {
438
+ transform: translate3d(0, calc(var(--y) - 10px), 0);
439
+ }
440
+ 40%, 45% {
441
+ opacity: 1;
442
+ transform: translate3d(0, calc(var(--y) + 20px), 0);
443
+ }
444
+ to {
445
+ opacity: 0;
446
+ transform: translate3d(0, -2000px, 0);
447
+ }
448
+ }
449
+ @keyframes Toastify__bounceInDown {
450
+ from, 60%, 75%, 90%, to {
451
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
452
+ }
453
+ 0% {
454
+ opacity: 0;
455
+ transform: translate3d(0, -3000px, 0);
456
+ }
457
+ 60% {
458
+ opacity: 1;
459
+ transform: translate3d(0, 25px, 0);
460
+ }
461
+ 75% {
462
+ transform: translate3d(0, -10px, 0);
463
+ }
464
+ 90% {
465
+ transform: translate3d(0, 5px, 0);
466
+ }
467
+ to {
468
+ transform: none;
469
+ }
470
+ }
471
+ @keyframes Toastify__bounceOutDown {
472
+ 20% {
473
+ transform: translate3d(0, calc(var(--y) - 10px), 0);
474
+ }
475
+ 40%, 45% {
476
+ opacity: 1;
477
+ transform: translate3d(0, calc(var(--y) + 20px), 0);
478
+ }
479
+ to {
480
+ opacity: 0;
481
+ transform: translate3d(0, 2000px, 0);
482
+ }
483
+ }
484
+ .Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
485
+ animation-name: Toastify__bounceInLeft;
486
+ }
487
+ .Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
488
+ animation-name: Toastify__bounceInRight;
489
+ }
490
+ .Toastify__bounce-enter--top-center {
491
+ animation-name: Toastify__bounceInDown;
492
+ }
493
+ .Toastify__bounce-enter--bottom-center {
494
+ animation-name: Toastify__bounceInUp;
495
+ }
496
+ .Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
497
+ animation-name: Toastify__bounceOutLeft;
498
+ }
499
+ .Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
500
+ animation-name: Toastify__bounceOutRight;
501
+ }
502
+ .Toastify__bounce-exit--top-center {
503
+ animation-name: Toastify__bounceOutUp;
504
+ }
505
+ .Toastify__bounce-exit--bottom-center {
506
+ animation-name: Toastify__bounceOutDown;
507
+ }
508
+ @keyframes Toastify__zoomIn {
509
+ from {
510
+ opacity: 0;
511
+ transform: scale3d(0.3, 0.3, 0.3);
512
+ }
513
+ 50% {
514
+ opacity: 1;
515
+ }
516
+ }
517
+ @keyframes Toastify__zoomOut {
518
+ from {
519
+ opacity: 1;
520
+ }
521
+ 50% {
522
+ opacity: 0;
523
+ transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
524
+ }
525
+ to {
526
+ opacity: 0;
527
+ }
528
+ }
529
+ .Toastify__zoom-enter {
530
+ animation-name: Toastify__zoomIn;
531
+ }
532
+ .Toastify__zoom-exit {
533
+ animation-name: Toastify__zoomOut;
534
+ }
535
+ @keyframes Toastify__flipIn {
536
+ from {
537
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
538
+ animation-timing-function: ease-in;
539
+ opacity: 0;
540
+ }
541
+ 40% {
542
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
543
+ animation-timing-function: ease-in;
544
+ }
545
+ 60% {
546
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
547
+ opacity: 1;
548
+ }
549
+ 80% {
550
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
551
+ }
552
+ to {
553
+ transform: perspective(400px);
554
+ }
555
+ }
556
+ @keyframes Toastify__flipOut {
557
+ from {
558
+ transform: translate3d(0, var(--y), 0) perspective(400px);
559
+ }
560
+ 30% {
561
+ transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
562
+ opacity: 1;
563
+ }
564
+ to {
565
+ transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
566
+ opacity: 0;
567
+ }
568
+ }
569
+ .Toastify__flip-enter {
570
+ animation-name: Toastify__flipIn;
571
+ }
572
+ .Toastify__flip-exit {
573
+ animation-name: Toastify__flipOut;
574
+ }
575
+ @keyframes Toastify__slideInRight {
576
+ from {
577
+ transform: translate3d(110%, 0, 0);
578
+ visibility: visible;
579
+ }
580
+ to {
581
+ transform: translate3d(0, var(--y), 0);
582
+ }
583
+ }
584
+ @keyframes Toastify__slideInLeft {
585
+ from {
586
+ transform: translate3d(-110%, 0, 0);
587
+ visibility: visible;
588
+ }
589
+ to {
590
+ transform: translate3d(0, var(--y), 0);
591
+ }
592
+ }
593
+ @keyframes Toastify__slideInUp {
594
+ from {
595
+ transform: translate3d(0, 110%, 0);
596
+ visibility: visible;
597
+ }
598
+ to {
599
+ transform: translate3d(0, var(--y), 0);
600
+ }
601
+ }
602
+ @keyframes Toastify__slideInDown {
603
+ from {
604
+ transform: translate3d(0, -110%, 0);
605
+ visibility: visible;
606
+ }
607
+ to {
608
+ transform: translate3d(0, var(--y), 0);
609
+ }
610
+ }
611
+ @keyframes Toastify__slideOutRight {
612
+ from {
613
+ transform: translate3d(0, var(--y), 0);
614
+ }
615
+ to {
616
+ visibility: hidden;
617
+ transform: translate3d(110%, var(--y), 0);
618
+ }
619
+ }
620
+ @keyframes Toastify__slideOutLeft {
621
+ from {
622
+ transform: translate3d(0, var(--y), 0);
623
+ }
624
+ to {
625
+ visibility: hidden;
626
+ transform: translate3d(-110%, var(--y), 0);
627
+ }
628
+ }
629
+ @keyframes Toastify__slideOutDown {
630
+ from {
631
+ transform: translate3d(0, var(--y), 0);
632
+ }
633
+ to {
634
+ visibility: hidden;
635
+ transform: translate3d(0, 500px, 0);
636
+ }
637
+ }
638
+ @keyframes Toastify__slideOutUp {
639
+ from {
640
+ transform: translate3d(0, var(--y), 0);
641
+ }
642
+ to {
643
+ visibility: hidden;
644
+ transform: translate3d(0, -500px, 0);
645
+ }
646
+ }
647
+ .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
648
+ animation-name: Toastify__slideInLeft;
649
+ }
650
+ .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
651
+ animation-name: Toastify__slideInRight;
652
+ }
653
+ .Toastify__slide-enter--top-center {
654
+ animation-name: Toastify__slideInDown;
655
+ }
656
+ .Toastify__slide-enter--bottom-center {
657
+ animation-name: Toastify__slideInUp;
658
+ }
659
+ .Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
660
+ animation-name: Toastify__slideOutLeft;
661
+ animation-timing-function: ease-in;
662
+ animation-duration: 0.3s;
663
+ }
664
+ .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
665
+ animation-name: Toastify__slideOutRight;
666
+ animation-timing-function: ease-in;
667
+ animation-duration: 0.3s;
668
+ }
669
+ .Toastify__slide-exit--top-center {
670
+ animation-name: Toastify__slideOutUp;
671
+ animation-timing-function: ease-in;
672
+ animation-duration: 0.3s;
673
+ }
674
+ .Toastify__slide-exit--bottom-center {
675
+ animation-name: Toastify__slideOutDown;
676
+ animation-timing-function: ease-in;
677
+ animation-duration: 0.3s;
678
+ }
679
+ @keyframes Toastify__spin {
680
+ from {
681
+ transform: rotate(0deg);
682
+ }
683
+ to {
684
+ transform: rotate(360deg);
685
+ }
686
+ }
687
+ @layer theme, base, components, utilities;
688
+ @layer theme {
689
+ :root, :host {
690
+ --font-sans: "Inter", sans-serif;
691
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
692
+ "Courier New", monospace;
693
+ --color-red-800: hsl(5 81% 61%);
694
+ --color-red-900: hsl(5 81% 56%);
695
+ --color-slate-50: hsl(210 20% 96%);
696
+ --color-gray-50: hsl(0 0% 99%);
697
+ --color-gray-100: hsl(0 0% 96%);
698
+ --color-gray-200: hsl(0 0% 94%);
699
+ --color-gray-300: hsl(210 3% 85%);
700
+ --color-gray-400: hsl(180 2% 78%);
701
+ --color-gray-500: hsl(200 2% 63%);
702
+ --color-gray-600: hsl(200 4% 44%);
703
+ --color-gray-700: hsl(189 5% 29%);
704
+ --color-gray-800: hsl(200 4% 26%);
705
+ --color-gray-900: hsl(192 5% 21%);
706
+ --spacing: 0.25rem;
707
+ --container-sm: 24rem;
708
+ --container-6xl: 72rem;
709
+ --text-sm: 0.875rem;
710
+ --text-sm--line-height: calc(1.25 / 0.875);
711
+ --text-lg: 1.125rem;
712
+ --text-lg--line-height: calc(1.75 / 1.125);
713
+ --text-xl: 1.25rem;
714
+ --text-xl--line-height: calc(1.75 / 1.25);
715
+ --font-weight-medium: 500;
716
+ --font-weight-semibold: 600;
717
+ --font-weight-bold: 700;
718
+ --radius-md: 0.375rem;
719
+ --radius-lg: 0.5rem;
720
+ --radius-xl: 0.75rem;
721
+ --radius-3xl: 1.5rem;
722
+ --default-transition-duration: 150ms;
723
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
724
+ --default-font-family: var(--font-sans);
725
+ --default-font-feature-settings: var(--font-sans--font-feature-settings);
726
+ --default-font-variation-settings: var(
727
+ --font-sans--font-variation-settings
728
+ );
729
+ --default-mono-font-family: var(--font-mono);
730
+ --default-mono-font-feature-settings: var(
731
+ --font-mono--font-feature-settings
732
+ );
733
+ --default-mono-font-variation-settings: var(
734
+ --font-mono--font-variation-settings
735
+ );
736
+ }
737
+ }
738
+ @layer base {
739
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
740
+ box-sizing: border-box;
741
+ margin: 0;
742
+ padding: 0;
743
+ border: 0 solid;
744
+ }
745
+ html, :host {
746
+ line-height: 1.5;
747
+ -webkit-text-size-adjust: 100%;
748
+ tab-size: 4;
749
+ font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
750
+ font-feature-settings: var(--default-font-feature-settings, normal);
751
+ font-variation-settings: var( --default-font-variation-settings, normal );
752
+ -webkit-tap-highlight-color: transparent;
753
+ }
754
+ body {
755
+ line-height: inherit;
756
+ }
757
+ hr {
758
+ height: 0;
759
+ color: inherit;
760
+ border-top-width: 1px;
761
+ }
762
+ abbr:where([title]) {
763
+ -webkit-text-decoration: underline dotted;
764
+ text-decoration: underline dotted;
765
+ }
766
+ h1, h2, h3, h4, h5, h6 {
767
+ font-size: inherit;
768
+ font-weight: inherit;
769
+ }
770
+ a {
771
+ color: inherit;
772
+ -webkit-text-decoration: inherit;
773
+ text-decoration: inherit;
774
+ }
775
+ b, strong {
776
+ font-weight: bolder;
777
+ }
778
+ code, kbd, samp, pre {
779
+ font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
780
+ font-feature-settings: var( --default-mono-font-feature-settings, normal );
781
+ font-variation-settings: var( --default-mono-font-variation-settings, normal );
782
+ font-size: 1em;
783
+ }
784
+ small {
785
+ font-size: 80%;
786
+ }
787
+ sub, sup {
788
+ font-size: 75%;
789
+ line-height: 0;
790
+ position: relative;
791
+ vertical-align: baseline;
792
+ }
793
+ sub {
794
+ bottom: -0.25em;
795
+ }
796
+ sup {
797
+ top: -0.5em;
798
+ }
799
+ table {
800
+ text-indent: 0;
801
+ border-color: inherit;
802
+ border-collapse: collapse;
803
+ }
804
+ :-moz-focusring {
805
+ outline: auto;
806
+ }
807
+ progress {
808
+ vertical-align: baseline;
809
+ }
810
+ summary {
811
+ display: list-item;
812
+ }
813
+ ol, ul, menu {
814
+ list-style: none;
815
+ }
816
+ img, svg, video, canvas, audio, iframe, embed, object {
817
+ display: block;
818
+ vertical-align: middle;
819
+ }
820
+ img, video {
821
+ max-width: 100%;
822
+ height: auto;
823
+ }
824
+ button, input, select, optgroup, textarea, ::file-selector-button {
825
+ font: inherit;
826
+ font-feature-settings: inherit;
827
+ font-variation-settings: inherit;
828
+ letter-spacing: inherit;
829
+ color: inherit;
830
+ border-radius: 0;
831
+ background-color: transparent;
832
+ opacity: 1;
833
+ }
834
+ :where(select:is([multiple], [size])) optgroup {
835
+ font-weight: bolder;
836
+ }
837
+ :where(select:is([multiple], [size])) optgroup option {
838
+ padding-inline-start: 20px;
839
+ }
840
+ ::file-selector-button {
841
+ margin-inline-end: 4px;
842
+ }
843
+ ::placeholder {
844
+ opacity: 1;
845
+ color: color-mix(in oklab, currentColor 50%, transparent);
846
+ }
847
+ textarea {
848
+ resize: vertical;
849
+ }
850
+ ::-webkit-search-decoration {
851
+ -webkit-appearance: none;
852
+ }
853
+ ::-webkit-date-and-time-value {
854
+ min-height: 1lh;
855
+ text-align: inherit;
856
+ }
857
+ ::-webkit-datetime-edit {
858
+ display: inline-flex;
859
+ }
860
+ ::-webkit-datetime-edit-fields-wrapper {
861
+ padding: 0;
862
+ }
863
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
864
+ padding-block: 0;
865
+ }
866
+ :-moz-ui-invalid {
867
+ box-shadow: none;
868
+ }
869
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
870
+ appearance: button;
871
+ }
872
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
873
+ height: auto;
874
+ }
875
+ [hidden]:where(:not([hidden="until-found"])) {
876
+ display: none !important;
877
+ }
878
+ }
879
+ @layer utilities {
880
+ .absolute {
881
+ position: absolute;
882
+ }
883
+ .fixed {
884
+ position: fixed;
885
+ }
886
+ .relative {
887
+ position: relative;
888
+ }
889
+ .top-1 {
890
+ top: calc(var(--spacing) * 1);
891
+ }
892
+ .top-8 {
893
+ top: calc(var(--spacing) * 8);
894
+ }
895
+ .right-1 {
896
+ right: calc(var(--spacing) * 1);
897
+ }
898
+ .col-span-1 {
899
+ grid-column: span 1 / span 1;
900
+ }
901
+ .col-span-2 {
902
+ grid-column: span 2 / span 2;
903
+ }
904
+ .mx-auto {
905
+ margin-inline: auto;
906
+ }
907
+ .my-2 {
908
+ margin-block: calc(var(--spacing) * 2);
909
+ }
910
+ .my-4 {
911
+ margin-block: calc(var(--spacing) * 4);
912
+ }
913
+ .my-6 {
914
+ margin-block: calc(var(--spacing) * 6);
915
+ }
916
+ .my-8 {
917
+ margin-block: calc(var(--spacing) * 8);
918
+ }
919
+ .mt-1 {
920
+ margin-top: calc(var(--spacing) * 1);
921
+ }
922
+ .mt-4 {
923
+ margin-top: calc(var(--spacing) * 4);
924
+ }
925
+ .mt-6 {
926
+ margin-top: calc(var(--spacing) * 6);
927
+ }
928
+ .mb-2 {
929
+ margin-bottom: calc(var(--spacing) * 2);
930
+ }
931
+ .mb-6 {
932
+ margin-bottom: calc(var(--spacing) * 6);
933
+ }
934
+ .ml-4 {
935
+ margin-left: calc(var(--spacing) * 4);
936
+ }
937
+ .block {
938
+ display: block;
939
+ }
940
+ .flex {
941
+ display: flex;
942
+ }
943
+ .grid {
944
+ display: grid;
945
+ }
946
+ .hidden {
947
+ display: none;
948
+ }
949
+ .inline-block {
950
+ display: inline-block;
951
+ }
952
+ .table {
953
+ display: table;
954
+ }
955
+ .size-0 {
956
+ width: calc(var(--spacing) * 0);
957
+ height: calc(var(--spacing) * 0);
958
+ }
959
+ .size-6 {
960
+ width: calc(var(--spacing) * 6);
961
+ height: calc(var(--spacing) * 6);
962
+ }
963
+ .h-1 {
964
+ height: calc(var(--spacing) * 1);
965
+ }
966
+ .h-1\.5 {
967
+ height: calc(var(--spacing) * 1.5);
968
+ }
969
+ .h-9 {
970
+ height: calc(var(--spacing) * 9);
971
+ }
972
+ .h-10 {
973
+ height: calc(var(--spacing) * 10);
974
+ }
975
+ .h-full {
976
+ height: 100%;
977
+ }
978
+ .h-px {
979
+ height: 1px;
980
+ }
981
+ .min-h-0 {
982
+ min-height: calc(var(--spacing) * 0);
983
+ }
984
+ .min-h-10 {
985
+ min-height: calc(var(--spacing) * 10);
986
+ }
987
+ .min-h-dvh {
988
+ min-height: 100dvh;
989
+ }
990
+ .w-1\/2 {
991
+ width: calc(1/2 * 100%);
992
+ }
993
+ .w-fit {
994
+ width: fit-content;
995
+ }
996
+ .w-full {
997
+ width: 100%;
998
+ }
999
+ .max-w-6xl {
1000
+ max-width: var(--container-6xl);
1001
+ }
1002
+ .max-w-sm {
1003
+ max-width: var(--container-sm);
1004
+ }
1005
+ .flex-1 {
1006
+ flex: 1;
1007
+ }
1008
+ .shrink-0 {
1009
+ flex-shrink: 0;
1010
+ }
1011
+ .rotate-0 {
1012
+ rotate: 0deg;
1013
+ }
1014
+ .rotate-180 {
1015
+ rotate: 180deg;
1016
+ }
1017
+ .transform {
1018
+ transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
1019
+ }
1020
+ .resize {
1021
+ resize: both;
1022
+ }
1023
+ .resize-none {
1024
+ resize: none;
1025
+ }
1026
+ .list-disc {
1027
+ list-style-type: disc;
1028
+ }
1029
+ .grid-cols-2 {
1030
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1031
+ }
1032
+ .grid-cols-3 {
1033
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1034
+ }
1035
+ .grid-rows-\[auto\,1fr\] {
1036
+ grid-template-rows: auto,1fr;
1037
+ }
1038
+ .flex-col {
1039
+ flex-direction: column;
1040
+ }
1041
+ .items-center {
1042
+ align-items: center;
1043
+ }
1044
+ .items-end {
1045
+ align-items: flex-end;
1046
+ }
1047
+ .items-start {
1048
+ align-items: flex-start;
1049
+ }
1050
+ .justify-center {
1051
+ justify-content: center;
1052
+ }
1053
+ .gap-2 {
1054
+ gap: calc(var(--spacing) * 2);
1055
+ }
1056
+ .gap-4 {
1057
+ gap: calc(var(--spacing) * 4);
1058
+ }
1059
+ .gap-x-12 {
1060
+ column-gap: calc(var(--spacing) * 12);
1061
+ }
1062
+ .overflow-hidden {
1063
+ overflow: hidden;
1064
+ }
1065
+ .overflow-visible {
1066
+ overflow: visible;
1067
+ }
1068
+ .rounded-3xl {
1069
+ border-radius: var(--radius-3xl);
1070
+ }
1071
+ .rounded-lg {
1072
+ border-radius: var(--radius-lg);
1073
+ }
1074
+ .rounded-md {
1075
+ border-radius: var(--radius-md);
1076
+ }
1077
+ .rounded-xl {
1078
+ border-radius: var(--radius-xl);
1079
+ }
1080
+ .border {
1081
+ border-style: var(--tw-border-style);
1082
+ border-width: 1px;
1083
+ }
1084
+ .border-none {
1085
+ --tw-border-style: none;
1086
+ border-style: none;
1087
+ }
1088
+ .border-gray-200 {
1089
+ border-color: var(--color-gray-200);
1090
+ }
1091
+ .border-gray-400 {
1092
+ border-color: var(--color-gray-400);
1093
+ }
1094
+ .bg-gray-50 {
1095
+ background-color: var(--color-gray-50);
1096
+ }
1097
+ .bg-gray-100 {
1098
+ background-color: var(--color-gray-100);
1099
+ }
1100
+ .bg-gray-200 {
1101
+ background-color: var(--color-gray-200);
1102
+ }
1103
+ .bg-slate-50 {
1104
+ background-color: var(--color-slate-50);
1105
+ }
1106
+ .bg-transparent {
1107
+ background-color: transparent;
1108
+ }
1109
+ .p-1 {
1110
+ padding: calc(var(--spacing) * 1);
1111
+ }
1112
+ .p-2 {
1113
+ padding: calc(var(--spacing) * 2);
1114
+ }
1115
+ .p-6 {
1116
+ padding: calc(var(--spacing) * 6);
1117
+ }
1118
+ .px-3 {
1119
+ padding-inline: calc(var(--spacing) * 3);
1120
+ }
1121
+ .px-4 {
1122
+ padding-inline: calc(var(--spacing) * 4);
1123
+ }
1124
+ .py-1 {
1125
+ padding-block: calc(var(--spacing) * 1);
1126
+ }
1127
+ .py-2 {
1128
+ padding-block: calc(var(--spacing) * 2);
1129
+ }
1130
+ .pt-8 {
1131
+ padding-top: calc(var(--spacing) * 8);
1132
+ }
1133
+ .pr-6 {
1134
+ padding-right: calc(var(--spacing) * 6);
1135
+ }
1136
+ .pb-8 {
1137
+ padding-bottom: calc(var(--spacing) * 8);
1138
+ }
1139
+ .pl-0 {
1140
+ padding-left: calc(var(--spacing) * 0);
1141
+ }
1142
+ .text-right {
1143
+ text-align: right;
1144
+ }
1145
+ .text-lg {
1146
+ font-size: var(--text-lg);
1147
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1148
+ }
1149
+ .text-sm {
1150
+ font-size: var(--text-sm);
1151
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1152
+ }
1153
+ .text-xl {
1154
+ font-size: var(--text-xl);
1155
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1156
+ }
1157
+ .text-\[0\.8rem\] {
1158
+ font-size: 0.8rem;
1159
+ }
1160
+ .leading-none {
1161
+ --tw-leading: 1;
1162
+ line-height: 1;
1163
+ }
1164
+ .font-bold {
1165
+ --tw-font-weight: var(--font-weight-bold);
1166
+ font-weight: var(--font-weight-bold);
1167
+ }
1168
+ .font-medium {
1169
+ --tw-font-weight: var(--font-weight-medium);
1170
+ font-weight: var(--font-weight-medium);
1171
+ }
1172
+ .font-semibold {
1173
+ --tw-font-weight: var(--font-weight-semibold);
1174
+ font-weight: var(--font-weight-semibold);
1175
+ }
1176
+ .whitespace-nowrap {
1177
+ white-space: nowrap;
1178
+ }
1179
+ .text-gray-500 {
1180
+ color: var(--color-gray-500);
1181
+ }
1182
+ .text-gray-600 {
1183
+ color: var(--color-gray-600);
1184
+ }
1185
+ .text-gray-700 {
1186
+ color: var(--color-gray-700);
1187
+ }
1188
+ .text-gray-800 {
1189
+ color: var(--color-gray-800);
1190
+ }
1191
+ .text-gray-900 {
1192
+ color: var(--color-gray-900);
1193
+ }
1194
+ .text-red-800 {
1195
+ color: var(--color-red-800);
1196
+ }
1197
+ .text-red-900 {
1198
+ color: var(--color-red-900);
1199
+ }
1200
+ .capitalize {
1201
+ text-transform: capitalize;
1202
+ }
1203
+ .lowercase {
1204
+ text-transform: lowercase;
1205
+ }
1206
+ .uppercase {
1207
+ text-transform: uppercase;
1208
+ }
1209
+ .shadow {
1210
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1211
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1212
+ }
1213
+ .shadow-\[inset_0px_0px_2px_rgba\(255\,255\,255\,0\.50\)\] {
1214
+ --tw-shadow: inset 0px 0px 2px var(--tw-shadow-color, rgba(255,255,255,0.50));
1215
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1216
+ }
1217
+ .outline {
1218
+ outline-style: var(--tw-outline-style);
1219
+ outline-width: 1px;
1220
+ }
1221
+ .blur {
1222
+ --tw-blur: blur(8px);
1223
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1224
+ }
1225
+ .filter {
1226
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1227
+ }
1228
+ .transition-all {
1229
+ transition-property: all;
1230
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1231
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1232
+ }
1233
+ .transition-colors {
1234
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1235
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1236
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1237
+ }
1238
+ .transition-transform {
1239
+ transition-property: transform, translate, scale, rotate;
1240
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1241
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1242
+ }
1243
+ .peer-disabled\:cursor-not-allowed {
1244
+ &:is(:where(.peer):disabled ~ *) {
1245
+ cursor: not-allowed;
1246
+ }
1247
+ }
1248
+ .peer-disabled\:opacity-70 {
1249
+ &:is(:where(.peer):disabled ~ *) {
1250
+ opacity: 70%;
1251
+ }
1252
+ }
1253
+ .placeholder\:text-gray-600 {
1254
+ &::placeholder {
1255
+ color: var(--color-gray-600);
1256
+ }
1257
+ }
1258
+ .hover\:bg-gray-100 {
1259
+ &:hover {
1260
+ @media (hover: hover) {
1261
+ background-color: var(--color-gray-100);
1262
+ }
1263
+ }
1264
+ }
1265
+ .hover\:text-gray-500 {
1266
+ &:hover {
1267
+ @media (hover: hover) {
1268
+ color: var(--color-gray-500);
1269
+ }
1270
+ }
1271
+ }
1272
+ .hover\:text-gray-900 {
1273
+ &:hover {
1274
+ @media (hover: hover) {
1275
+ color: var(--color-gray-900);
1276
+ }
1277
+ }
1278
+ }
1279
+ .focus-visible\:bg-gray-200 {
1280
+ &:focus-visible {
1281
+ background-color: var(--color-gray-200);
1282
+ }
1283
+ }
1284
+ .focus-visible\:ring-2 {
1285
+ &:focus-visible {
1286
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
1287
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1288
+ }
1289
+ }
1290
+ .focus-visible\:ring-offset-2 {
1291
+ &:focus-visible {
1292
+ --tw-ring-offset-width: 2px;
1293
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1294
+ }
1295
+ }
1296
+ .focus-visible\:outline-none {
1297
+ &:focus-visible {
1298
+ --tw-outline-style: none;
1299
+ outline-style: none;
1300
+ }
1301
+ }
1302
+ .disabled\:pointer-events-none {
1303
+ &:disabled {
1304
+ pointer-events: none;
1305
+ }
1306
+ }
1307
+ .disabled\:cursor-not-allowed {
1308
+ &:disabled {
1309
+ cursor: not-allowed;
1310
+ }
1311
+ }
1312
+ .disabled\:opacity-50 {
1313
+ &:disabled {
1314
+ opacity: 50%;
1315
+ }
1316
+ }
1317
+ .data-\[state\=active\]\:bg-gray-50 {
1318
+ &[data-state="active"] {
1319
+ background-color: var(--color-gray-50);
1320
+ }
1321
+ }
1322
+ .data-\[state\=active\]\:text-gray-800 {
1323
+ &[data-state="active"] {
1324
+ color: var(--color-gray-800);
1325
+ }
1326
+ }
1327
+ .data-\[state\=active\]\:shadow-\[0px_16px_16px_-4px_rgba\(0\,0\,0\,0\.10\)\] {
1328
+ &[data-state="active"] {
1329
+ --tw-shadow: 0px 16px 16px -4px var(--tw-shadow-color, rgba(0,0,0,0.10));
1330
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1331
+ }
1332
+ }
1333
+ }
1334
+ :root {
1335
+ --toastify-toast-min-height: 48px;
1336
+ --toastify-toast-bd-radius: 8px;
1337
+ --toastify-text-color-light: var(--color-gray-800);
1338
+ --toastify-color-progress-info: var(--color-gray-300);
1339
+ --toastify-color-progress-success: var(--color-gray-300);
1340
+ --toastify-color-progress-warning: var(--color-gray-300);
1341
+ --toastify-color-progress-error: var(--color-gray-300);
1342
+ --toastify-color-progress-light: var(--color-gray-300);
1343
+ }
1344
+ html:has(dialog[open]) {
1345
+ overflow: hidden;
1346
+ }
1347
+ .checkbox-container input[type="checkbox"] {
1348
+ accent-color: var(--color-gray-900);
1349
+ }
1350
+ .rmsc {
1351
+ --rmsc-main: var(--color-gray-300) !important;
1352
+ --rmsc-hover: var(--color-gray-100) !important;
1353
+ --rmsc-selected: var(--color-gray-300) !important;
1354
+ }
1355
+ .Toastify__toast-body {
1356
+ padding: 0;
1357
+ margin: 0;
1358
+ font-size: 14px;
1359
+ font-weight: 600;
1360
+ }
1361
+ .Toastify__toast {
1362
+ box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.32);
1363
+ padding: 12px 16px 12px 16px;
1364
+ }
1365
+ .Toastify__progress-bar--wrp {
1366
+ height: 2px;
1367
+ }
1368
+ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
1369
+ -webkit-appearance: none;
1370
+ -moz-appearance: none;
1371
+ appearance: none;
1372
+ margin: 0;
1373
+ }
1374
+ input[type="number"] {
1375
+ -moz-appearance: textfield;
1376
+ }
1377
+ @layer base {
1378
+ h1, h2, h3, h4, h5, h6, p {
1379
+ color: var(--color-gray-900);
1380
+ }
1381
+ }
1382
+ @layer theme, base, components, utilities;
1383
+ @layer theme;
1384
+ @layer base {
1385
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
1386
+ box-sizing: border-box;
1387
+ margin: 0;
1388
+ padding: 0;
1389
+ border: 0 solid;
1390
+ }
1391
+ html, :host {
1392
+ line-height: 1.5;
1393
+ -webkit-text-size-adjust: 100%;
1394
+ tab-size: 4;
1395
+ font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
1396
+ font-feature-settings: var(--default-font-feature-settings, normal);
1397
+ font-variation-settings: var( --default-font-variation-settings, normal );
1398
+ -webkit-tap-highlight-color: transparent;
1399
+ }
1400
+ body {
1401
+ line-height: inherit;
1402
+ }
1403
+ hr {
1404
+ height: 0;
1405
+ color: inherit;
1406
+ border-top-width: 1px;
1407
+ }
1408
+ abbr:where([title]) {
1409
+ -webkit-text-decoration: underline dotted;
1410
+ text-decoration: underline dotted;
1411
+ }
1412
+ h1, h2, h3, h4, h5, h6 {
1413
+ font-size: inherit;
1414
+ font-weight: inherit;
1415
+ }
1416
+ a {
1417
+ color: inherit;
1418
+ -webkit-text-decoration: inherit;
1419
+ text-decoration: inherit;
1420
+ }
1421
+ b, strong {
1422
+ font-weight: bolder;
1423
+ }
1424
+ code, kbd, samp, pre {
1425
+ font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
1426
+ font-feature-settings: var( --default-mono-font-feature-settings, normal );
1427
+ font-variation-settings: var( --default-mono-font-variation-settings, normal );
1428
+ font-size: 1em;
1429
+ }
1430
+ small {
1431
+ font-size: 80%;
1432
+ }
1433
+ sub, sup {
1434
+ font-size: 75%;
1435
+ line-height: 0;
1436
+ position: relative;
1437
+ vertical-align: baseline;
1438
+ }
1439
+ sub {
1440
+ bottom: -0.25em;
1441
+ }
1442
+ sup {
1443
+ top: -0.5em;
1444
+ }
1445
+ table {
1446
+ text-indent: 0;
1447
+ border-color: inherit;
1448
+ border-collapse: collapse;
1449
+ }
1450
+ :-moz-focusring {
1451
+ outline: auto;
1452
+ }
1453
+ progress {
1454
+ vertical-align: baseline;
1455
+ }
1456
+ summary {
1457
+ display: list-item;
1458
+ }
1459
+ ol, ul, menu {
1460
+ list-style: none;
1461
+ }
1462
+ img, svg, video, canvas, audio, iframe, embed, object {
1463
+ display: block;
1464
+ vertical-align: middle;
1465
+ }
1466
+ img, video {
1467
+ max-width: 100%;
1468
+ height: auto;
1469
+ }
1470
+ button, input, select, optgroup, textarea, ::file-selector-button {
1471
+ font: inherit;
1472
+ font-feature-settings: inherit;
1473
+ font-variation-settings: inherit;
1474
+ letter-spacing: inherit;
1475
+ color: inherit;
1476
+ border-radius: 0;
1477
+ background-color: transparent;
1478
+ opacity: 1;
1479
+ }
1480
+ :where(select:is([multiple], [size])) optgroup {
1481
+ font-weight: bolder;
1482
+ }
1483
+ :where(select:is([multiple], [size])) optgroup option {
1484
+ padding-inline-start: 20px;
1485
+ }
1486
+ ::file-selector-button {
1487
+ margin-inline-end: 4px;
1488
+ }
1489
+ ::placeholder {
1490
+ opacity: 1;
1491
+ color: color-mix(in oklab, currentColor 50%, transparent);
1492
+ }
1493
+ textarea {
1494
+ resize: vertical;
1495
+ }
1496
+ ::-webkit-search-decoration {
1497
+ -webkit-appearance: none;
1498
+ }
1499
+ ::-webkit-date-and-time-value {
1500
+ min-height: 1lh;
1501
+ text-align: inherit;
1502
+ }
1503
+ ::-webkit-datetime-edit {
1504
+ display: inline-flex;
1505
+ }
1506
+ ::-webkit-datetime-edit-fields-wrapper {
1507
+ padding: 0;
1508
+ }
1509
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
1510
+ padding-block: 0;
1511
+ }
1512
+ :-moz-ui-invalid {
1513
+ box-shadow: none;
1514
+ }
1515
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
1516
+ appearance: button;
1517
+ }
1518
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
1519
+ height: auto;
1520
+ }
1521
+ [hidden]:where(:not([hidden="until-found"])) {
1522
+ display: none !important;
1523
+ }
1524
+ }
1525
+ @layer utilities;
1526
+ @property --tw-rotate-x {
1527
+ syntax: "*";
1528
+ inherits: false;
1529
+ initial-value: rotateX(0);
1530
+ }
1531
+ @property --tw-rotate-y {
1532
+ syntax: "*";
1533
+ inherits: false;
1534
+ initial-value: rotateY(0);
1535
+ }
1536
+ @property --tw-rotate-z {
1537
+ syntax: "*";
1538
+ inherits: false;
1539
+ initial-value: rotateZ(0);
1540
+ }
1541
+ @property --tw-skew-x {
1542
+ syntax: "*";
1543
+ inherits: false;
1544
+ initial-value: skewX(0);
1545
+ }
1546
+ @property --tw-skew-y {
1547
+ syntax: "*";
1548
+ inherits: false;
1549
+ initial-value: skewY(0);
1550
+ }
1551
+ @property --tw-border-style {
1552
+ syntax: "*";
1553
+ inherits: false;
1554
+ initial-value: solid;
1555
+ }
1556
+ @property --tw-leading {
1557
+ syntax: "*";
1558
+ inherits: false;
1559
+ }
1560
+ @property --tw-font-weight {
1561
+ syntax: "*";
1562
+ inherits: false;
1563
+ }
1564
+ @property --tw-shadow {
1565
+ syntax: "*";
1566
+ inherits: false;
1567
+ initial-value: 0 0 #0000;
1568
+ }
1569
+ @property --tw-shadow-color {
1570
+ syntax: "*";
1571
+ inherits: false;
1572
+ }
1573
+ @property --tw-inset-shadow {
1574
+ syntax: "*";
1575
+ inherits: false;
1576
+ initial-value: 0 0 #0000;
1577
+ }
1578
+ @property --tw-inset-shadow-color {
1579
+ syntax: "*";
1580
+ inherits: false;
1581
+ }
1582
+ @property --tw-ring-color {
1583
+ syntax: "*";
1584
+ inherits: false;
1585
+ }
1586
+ @property --tw-ring-shadow {
1587
+ syntax: "*";
1588
+ inherits: false;
1589
+ initial-value: 0 0 #0000;
1590
+ }
1591
+ @property --tw-inset-ring-color {
1592
+ syntax: "*";
1593
+ inherits: false;
1594
+ }
1595
+ @property --tw-inset-ring-shadow {
1596
+ syntax: "*";
1597
+ inherits: false;
1598
+ initial-value: 0 0 #0000;
1599
+ }
1600
+ @property --tw-ring-inset {
1601
+ syntax: "*";
1602
+ inherits: false;
1603
+ }
1604
+ @property --tw-ring-offset-width {
1605
+ syntax: "<length>";
1606
+ inherits: false;
1607
+ initial-value: 0px;
1608
+ }
1609
+ @property --tw-ring-offset-color {
1610
+ syntax: "*";
1611
+ inherits: false;
1612
+ initial-value: #fff;
1613
+ }
1614
+ @property --tw-ring-offset-shadow {
1615
+ syntax: "*";
1616
+ inherits: false;
1617
+ initial-value: 0 0 #0000;
1618
+ }
1619
+ @property --tw-outline-style {
1620
+ syntax: "*";
1621
+ inherits: false;
1622
+ initial-value: solid;
1623
+ }
1624
+ @property --tw-blur {
1625
+ syntax: "*";
1626
+ inherits: false;
1627
+ }
1628
+ @property --tw-brightness {
1629
+ syntax: "*";
1630
+ inherits: false;
1631
+ }
1632
+ @property --tw-contrast {
1633
+ syntax: "*";
1634
+ inherits: false;
1635
+ }
1636
+ @property --tw-grayscale {
1637
+ syntax: "*";
1638
+ inherits: false;
1639
+ }
1640
+ @property --tw-hue-rotate {
1641
+ syntax: "*";
1642
+ inherits: false;
1643
+ }
1644
+ @property --tw-invert {
1645
+ syntax: "*";
1646
+ inherits: false;
1647
+ }
1648
+ @property --tw-opacity {
1649
+ syntax: "*";
1650
+ inherits: false;
1651
+ }
1652
+ @property --tw-saturate {
1653
+ syntax: "*";
1654
+ inherits: false;
1655
+ }
1656
+ @property --tw-sepia {
1657
+ syntax: "*";
1658
+ inherits: false;
1659
+ }
1660
+ @property --tw-drop-shadow {
1661
+ syntax: "*";
1662
+ inherits: false;
1663
+ }