@tyroneross/navgator 0.2.0 → 0.2.2

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 (362) hide show
  1. package/.claude-plugin/marketplace.json +23 -0
  2. package/.claude-plugin/plugin.json +10 -7
  3. package/CLAUDE.md +72 -0
  4. package/README.md +49 -80
  5. package/dist/cli/index.js +1 -1
  6. package/hooks/hooks.json +5 -5
  7. package/package.json +5 -3
  8. package/scripts/install-plugin.sh +98 -0
  9. package/skills/check/SKILL.md +64 -0
  10. package/skills/connections/SKILL.md +54 -0
  11. package/skills/diagram/SKILL.md +64 -0
  12. package/skills/export/SKILL.md +49 -0
  13. package/skills/impact/SKILL.md +58 -0
  14. package/skills/install/SKILL.md +94 -0
  15. package/skills/scan/SKILL.md +75 -0
  16. package/skills/status/SKILL.md +37 -0
  17. package/skills/ui/SKILL.md +43 -0
  18. package/skills/update/SKILL.md +43 -0
  19. package/web/.next/standalone/web/.next/BUILD_ID +1 -0
  20. package/web/.next/standalone/web/.next/app-path-routes-manifest.json +13 -0
  21. package/web/.next/standalone/web/.next/build-manifest.json +20 -0
  22. package/web/.next/standalone/web/.next/package.json +1 -0
  23. package/web/.next/standalone/web/.next/prerender-manifest.json +88 -0
  24. package/web/.next/standalone/web/.next/required-server-files.json +317 -0
  25. package/web/.next/standalone/web/.next/routes-manifest.json +110 -0
  26. package/web/.next/standalone/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
  27. package/web/.next/standalone/web/.next/server/app/_global-error/page/build-manifest.json +17 -0
  28. package/web/.next/standalone/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
  29. package/web/.next/standalone/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
  30. package/web/.next/standalone/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
  31. package/web/.next/standalone/web/.next/server/app/_global-error/page.js +10 -0
  32. package/web/.next/standalone/web/.next/server/app/_global-error/page.js.map +5 -0
  33. package/web/.next/standalone/web/.next/server/app/_global-error/page.js.nft.json +1 -0
  34. package/web/.next/standalone/web/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
  35. package/web/.next/standalone/web/.next/server/app/_global-error.html +2 -0
  36. package/web/.next/standalone/web/.next/server/app/_global-error.meta +15 -0
  37. package/web/.next/standalone/web/.next/server/app/_global-error.rsc +12 -0
  38. package/web/.next/standalone/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
  39. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
  40. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_head.segment.rsc +7 -0
  41. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
  42. package/web/.next/standalone/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  43. package/web/.next/standalone/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
  44. package/web/.next/standalone/web/.next/server/app/_not-found/page/build-manifest.json +17 -0
  45. package/web/.next/standalone/web/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
  46. package/web/.next/standalone/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
  47. package/web/.next/standalone/web/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
  48. package/web/.next/standalone/web/.next/server/app/_not-found/page.js +13 -0
  49. package/web/.next/standalone/web/.next/server/app/_not-found/page.js.map +5 -0
  50. package/web/.next/standalone/web/.next/server/app/_not-found/page.js.nft.json +1 -0
  51. package/web/.next/standalone/web/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
  52. package/web/.next/standalone/web/.next/server/app/_not-found.html +1 -0
  53. package/web/.next/standalone/web/.next/server/app/_not-found.meta +16 -0
  54. package/web/.next/standalone/web/.next/server/app/_not-found.rsc +17 -0
  55. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
  56. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_head.segment.rsc +8 -0
  57. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_index.segment.rsc +8 -0
  58. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  59. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
  60. package/web/.next/standalone/web/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -0
  61. package/web/.next/standalone/web/.next/server/app/api/components/route/app-paths-manifest.json +3 -0
  62. package/web/.next/standalone/web/.next/server/app/api/components/route/build-manifest.json +11 -0
  63. package/web/.next/standalone/web/.next/server/app/api/components/route/server-reference-manifest.json +4 -0
  64. package/web/.next/standalone/web/.next/server/app/api/components/route.js +6 -0
  65. package/web/.next/standalone/web/.next/server/app/api/components/route.js.map +5 -0
  66. package/web/.next/standalone/web/.next/server/app/api/components/route.js.nft.json +1 -0
  67. package/web/.next/standalone/web/.next/server/app/api/components/route_client-reference-manifest.js +2 -0
  68. package/web/.next/standalone/web/.next/server/app/api/connections/route/app-paths-manifest.json +3 -0
  69. package/web/.next/standalone/web/.next/server/app/api/connections/route/build-manifest.json +11 -0
  70. package/web/.next/standalone/web/.next/server/app/api/connections/route/server-reference-manifest.json +4 -0
  71. package/web/.next/standalone/web/.next/server/app/api/connections/route.js +6 -0
  72. package/web/.next/standalone/web/.next/server/app/api/connections/route.js.map +5 -0
  73. package/web/.next/standalone/web/.next/server/app/api/connections/route.js.nft.json +1 -0
  74. package/web/.next/standalone/web/.next/server/app/api/connections/route_client-reference-manifest.js +2 -0
  75. package/web/.next/standalone/web/.next/server/app/api/graph/route/app-paths-manifest.json +3 -0
  76. package/web/.next/standalone/web/.next/server/app/api/graph/route/build-manifest.json +11 -0
  77. package/web/.next/standalone/web/.next/server/app/api/graph/route/server-reference-manifest.json +4 -0
  78. package/web/.next/standalone/web/.next/server/app/api/graph/route.js +6 -0
  79. package/web/.next/standalone/web/.next/server/app/api/graph/route.js.map +5 -0
  80. package/web/.next/standalone/web/.next/server/app/api/graph/route.js.nft.json +1 -0
  81. package/web/.next/standalone/web/.next/server/app/api/graph/route_client-reference-manifest.js +2 -0
  82. package/web/.next/standalone/web/.next/server/app/api/projects/route/app-paths-manifest.json +3 -0
  83. package/web/.next/standalone/web/.next/server/app/api/projects/route/build-manifest.json +11 -0
  84. package/web/.next/standalone/web/.next/server/app/api/projects/route/server-reference-manifest.json +4 -0
  85. package/web/.next/standalone/web/.next/server/app/api/projects/route.js +6 -0
  86. package/web/.next/standalone/web/.next/server/app/api/projects/route.js.map +5 -0
  87. package/web/.next/standalone/web/.next/server/app/api/projects/route.js.nft.json +1 -0
  88. package/web/.next/standalone/web/.next/server/app/api/projects/route_client-reference-manifest.js +2 -0
  89. package/web/.next/standalone/web/.next/server/app/api/prompts/route/app-paths-manifest.json +3 -0
  90. package/web/.next/standalone/web/.next/server/app/api/prompts/route/build-manifest.json +11 -0
  91. package/web/.next/standalone/web/.next/server/app/api/prompts/route/server-reference-manifest.json +4 -0
  92. package/web/.next/standalone/web/.next/server/app/api/prompts/route.js +7 -0
  93. package/web/.next/standalone/web/.next/server/app/api/prompts/route.js.map +5 -0
  94. package/web/.next/standalone/web/.next/server/app/api/prompts/route.js.nft.json +1 -0
  95. package/web/.next/standalone/web/.next/server/app/api/prompts/route_client-reference-manifest.js +2 -0
  96. package/web/.next/standalone/web/.next/server/app/api/scan/route/app-paths-manifest.json +3 -0
  97. package/web/.next/standalone/web/.next/server/app/api/scan/route/build-manifest.json +11 -0
  98. package/web/.next/standalone/web/.next/server/app/api/scan/route/server-reference-manifest.json +4 -0
  99. package/web/.next/standalone/web/.next/server/app/api/scan/route.js +6 -0
  100. package/web/.next/standalone/web/.next/server/app/api/scan/route.js.map +5 -0
  101. package/web/.next/standalone/web/.next/server/app/api/scan/route.js.nft.json +1 -0
  102. package/web/.next/standalone/web/.next/server/app/api/scan/route_client-reference-manifest.js +2 -0
  103. package/web/.next/standalone/web/.next/server/app/api/settings/route/app-paths-manifest.json +3 -0
  104. package/web/.next/standalone/web/.next/server/app/api/settings/route/build-manifest.json +11 -0
  105. package/web/.next/standalone/web/.next/server/app/api/settings/route/server-reference-manifest.json +4 -0
  106. package/web/.next/standalone/web/.next/server/app/api/settings/route.js +6 -0
  107. package/web/.next/standalone/web/.next/server/app/api/settings/route.js.map +5 -0
  108. package/web/.next/standalone/web/.next/server/app/api/settings/route.js.nft.json +1 -0
  109. package/web/.next/standalone/web/.next/server/app/api/settings/route_client-reference-manifest.js +2 -0
  110. package/web/.next/standalone/web/.next/server/app/api/status/route/app-paths-manifest.json +3 -0
  111. package/web/.next/standalone/web/.next/server/app/api/status/route/build-manifest.json +11 -0
  112. package/web/.next/standalone/web/.next/server/app/api/status/route/server-reference-manifest.json +4 -0
  113. package/web/.next/standalone/web/.next/server/app/api/status/route.js +6 -0
  114. package/web/.next/standalone/web/.next/server/app/api/status/route.js.map +5 -0
  115. package/web/.next/standalone/web/.next/server/app/api/status/route.js.nft.json +1 -0
  116. package/web/.next/standalone/web/.next/server/app/api/status/route_client-reference-manifest.js +2 -0
  117. package/web/.next/standalone/web/.next/server/app/index.html +1 -0
  118. package/web/.next/standalone/web/.next/server/app/index.meta +14 -0
  119. package/web/.next/standalone/web/.next/server/app/index.rsc +23 -0
  120. package/web/.next/standalone/web/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
  121. package/web/.next/standalone/web/.next/server/app/index.segments/_full.segment.rsc +23 -0
  122. package/web/.next/standalone/web/.next/server/app/index.segments/_head.segment.rsc +8 -0
  123. package/web/.next/standalone/web/.next/server/app/index.segments/_index.segment.rsc +8 -0
  124. package/web/.next/standalone/web/.next/server/app/index.segments/_tree.segment.rsc +5 -0
  125. package/web/.next/standalone/web/.next/server/app/page/app-paths-manifest.json +3 -0
  126. package/web/.next/standalone/web/.next/server/app/page/build-manifest.json +17 -0
  127. package/web/.next/standalone/web/.next/server/app/page/next-font-manifest.json +11 -0
  128. package/web/.next/standalone/web/.next/server/app/page/react-loadable-manifest.json +1 -0
  129. package/web/.next/standalone/web/.next/server/app/page/server-reference-manifest.json +4 -0
  130. package/web/.next/standalone/web/.next/server/app/page.js +15 -0
  131. package/web/.next/standalone/web/.next/server/app/page.js.map +5 -0
  132. package/web/.next/standalone/web/.next/server/app/page.js.nft.json +1 -0
  133. package/web/.next/standalone/web/.next/server/app/page_client-reference-manifest.js +2 -0
  134. package/web/.next/standalone/web/.next/server/app-paths-manifest.json +13 -0
  135. package/web/.next/standalone/web/.next/server/chunks/2374f_next_dist_esm_build_templates_app-route_0bb4e66a.js +19 -0
  136. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__006b837d._.js +3 -0
  137. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__1ab91221._.js +3 -0
  138. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__2e09fec9._.js +3 -0
  139. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__38d0390f._.js +3 -0
  140. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__539ef30d._.js +3 -0
  141. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__594bcf20._.js +3 -0
  142. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__b888fadf._.js +3 -0
  143. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__f3450c22._.js +21 -0
  144. package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__fa2ec862._.js +3 -0
  145. package/web/.next/standalone/web/.next/server/chunks/[turbopack]_runtime.js +770 -0
  146. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_e6039567._.js +6 -0
  147. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_09351209._.js +6 -0
  148. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_222be7ae._.js +6 -0
  149. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_2346e1b3._.js +3 -0
  150. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_cec86455._.js +4 -0
  151. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_9c5d1a14._.js +3 -0
  152. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_forbidden_8eae0c85.js +3 -0
  153. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_global-error_81159d60.js +3 -0
  154. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_unauthorized_7d34a31c.js +3 -0
  155. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_e03afa0e._.js +3 -0
  156. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_esm_build_templates_app-page_2c8d71b9.js +4 -0
  157. package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_server_route-modules_app-page_vendored_ssr_react-dom_8910f04c.js +3 -0
  158. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__1a0663e6._.js +3 -0
  159. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__4306eafc._.js +3 -0
  160. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__44903626._.js +3 -0
  161. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__60278e3f._.js +3 -0
  162. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__61942f24._.js +4 -0
  163. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__8c45c3c9._.js +3 -0
  164. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__9a2f110d._.js +3 -0
  165. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__ed07bd88._.js +3 -0
  166. package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__f2db61af._.js +3 -0
  167. package/web/.next/standalone/web/.next/server/chunks/ssr/[turbopack]_runtime.js +770 -0
  168. package/web/.next/standalone/web/.next/server/chunks/ssr/web_0103e631._.js +4 -0
  169. package/web/.next/standalone/web/.next/server/chunks/ssr/web_171de0df._.js +14 -0
  170. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app__global-error_page_actions_2a1e94d4.js +3 -0
  171. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app__not-found_page_actions_9eaa9845.js +3 -0
  172. package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app_page_actions_ec26bf28.js +3 -0
  173. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_components_route_actions_c88bf2a6.js +3 -0
  174. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_connections_route_actions_b1d5e95a.js +3 -0
  175. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_graph_route_actions_e2dd052c.js +3 -0
  176. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_projects_route_actions_3f671cbb.js +3 -0
  177. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_prompts_route_actions_85b56166.js +3 -0
  178. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_scan_route_actions_861cde8d.js +3 -0
  179. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_settings_route_actions_e19026ae.js +3 -0
  180. package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_status_route_actions_8b8c6c89.js +3 -0
  181. package/web/.next/standalone/web/.next/server/functions-config-manifest.json +4 -0
  182. package/web/.next/standalone/web/.next/server/middleware-build-manifest.js +21 -0
  183. package/web/.next/standalone/web/.next/server/middleware-manifest.json +6 -0
  184. package/web/.next/standalone/web/.next/server/next-font-manifest.js +1 -0
  185. package/web/.next/standalone/web/.next/server/next-font-manifest.json +15 -0
  186. package/web/.next/standalone/web/.next/server/pages/404.html +1 -0
  187. package/web/.next/standalone/web/.next/server/pages/500.html +2 -0
  188. package/web/.next/standalone/web/.next/server/pages-manifest.json +4 -0
  189. package/web/.next/standalone/web/.next/server/server-reference-manifest.js +1 -0
  190. package/web/.next/standalone/web/.next/server/server-reference-manifest.json +5 -0
  191. package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_buildManifest.js +11 -0
  192. package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_clientMiddlewareManifest.json +1 -0
  193. package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_ssgManifest.js +1 -0
  194. package/web/.next/standalone/web/.next/static/chunks/062ae79751df2759.js +1 -0
  195. package/web/.next/standalone/web/.next/static/chunks/159889e17b2cf1f8.js +2 -0
  196. package/web/.next/standalone/web/.next/static/chunks/458d6f37339fc069.js +1 -0
  197. package/web/.next/standalone/web/.next/static/chunks/6d3d39425a878d7f.js +1 -0
  198. package/web/.next/standalone/web/.next/static/chunks/8a80e7184ad3a13f.css +2 -0
  199. package/web/.next/standalone/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
  200. package/web/.next/standalone/web/.next/static/chunks/c056475f5f4424b6.css +1 -0
  201. package/web/.next/standalone/web/.next/static/chunks/c57fee8cce8d7cb9.js +1 -0
  202. package/web/.next/standalone/web/.next/static/chunks/cb3513192b63e480.js +12 -0
  203. package/web/.next/standalone/web/.next/static/chunks/dd22b5f2beb2cc31.js +1 -0
  204. package/web/.next/standalone/web/.next/static/chunks/e0affeef0ddb9a97.js +4 -0
  205. package/web/.next/standalone/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
  206. package/web/.next/standalone/web/.next/static/chunks/turbopack-c0c89f9e6f0a38c4.js +3 -0
  207. package/web/.next/standalone/web/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
  208. package/web/.next/standalone/web/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
  209. package/web/.next/standalone/web/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
  210. package/web/.next/standalone/web/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
  211. package/web/.next/standalone/web/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
  212. package/web/.next/standalone/web/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
  213. package/web/.next/standalone/web/app/api/components/route.ts +252 -0
  214. package/web/.next/standalone/web/app/api/connections/route.ts +319 -0
  215. package/web/.next/standalone/web/app/api/graph/route.ts +235 -0
  216. package/web/.next/standalone/web/app/api/projects/route.ts +221 -0
  217. package/web/.next/standalone/web/app/api/prompts/route.ts +328 -0
  218. package/web/.next/standalone/web/app/api/scan/route.ts +108 -0
  219. package/web/.next/standalone/web/app/api/settings/route.ts +198 -0
  220. package/web/.next/standalone/web/app/api/status/route.ts +169 -0
  221. package/web/.next/standalone/web/app/globals.css +99 -0
  222. package/web/.next/standalone/web/app/layout.tsx +49 -0
  223. package/web/.next/standalone/web/app/page.tsx +94 -0
  224. package/web/.next/standalone/web/components/components-panel.tsx +240 -0
  225. package/web/.next/standalone/web/components/connections-panel.tsx +220 -0
  226. package/web/.next/standalone/web/components/diagram-view.tsx +735 -0
  227. package/web/.next/standalone/web/components/header.tsx +225 -0
  228. package/web/.next/standalone/web/components/impact-analysis.tsx +358 -0
  229. package/web/.next/standalone/web/components/llm-tracking-panel.tsx +1483 -0
  230. package/web/.next/standalone/web/components/settings-panel.tsx +671 -0
  231. package/web/.next/standalone/web/components/sidebar.tsx +74 -0
  232. package/web/.next/standalone/web/components/status-overview.tsx +326 -0
  233. package/web/.next/standalone/web/components/theme-provider.tsx +11 -0
  234. package/web/.next/standalone/web/components/ui/accordion.tsx +66 -0
  235. package/web/.next/standalone/web/components/ui/alert-dialog.tsx +157 -0
  236. package/web/.next/standalone/web/components/ui/alert.tsx +66 -0
  237. package/web/.next/standalone/web/components/ui/aspect-ratio.tsx +11 -0
  238. package/web/.next/standalone/web/components/ui/avatar.tsx +53 -0
  239. package/web/.next/standalone/web/components/ui/badge.tsx +46 -0
  240. package/web/.next/standalone/web/components/ui/breadcrumb.tsx +109 -0
  241. package/web/.next/standalone/web/components/ui/button-group.tsx +83 -0
  242. package/web/.next/standalone/web/components/ui/button.tsx +60 -0
  243. package/web/.next/standalone/web/components/ui/calendar.tsx +213 -0
  244. package/web/.next/standalone/web/components/ui/card.tsx +92 -0
  245. package/web/.next/standalone/web/components/ui/carousel.tsx +241 -0
  246. package/web/.next/standalone/web/components/ui/chart.tsx +353 -0
  247. package/web/.next/standalone/web/components/ui/checkbox.tsx +32 -0
  248. package/web/.next/standalone/web/components/ui/collapsible.tsx +33 -0
  249. package/web/.next/standalone/web/components/ui/command.tsx +184 -0
  250. package/web/.next/standalone/web/components/ui/context-menu.tsx +252 -0
  251. package/web/.next/standalone/web/components/ui/dialog.tsx +143 -0
  252. package/web/.next/standalone/web/components/ui/drawer.tsx +135 -0
  253. package/web/.next/standalone/web/components/ui/dropdown-menu.tsx +257 -0
  254. package/web/.next/standalone/web/components/ui/empty.tsx +104 -0
  255. package/web/.next/standalone/web/components/ui/field.tsx +244 -0
  256. package/web/.next/standalone/web/components/ui/form.tsx +167 -0
  257. package/web/.next/standalone/web/components/ui/hover-card.tsx +44 -0
  258. package/web/.next/standalone/web/components/ui/input-group.tsx +169 -0
  259. package/web/.next/standalone/web/components/ui/input-otp.tsx +77 -0
  260. package/web/.next/standalone/web/components/ui/input.tsx +21 -0
  261. package/web/.next/standalone/web/components/ui/item.tsx +193 -0
  262. package/web/.next/standalone/web/components/ui/kbd.tsx +28 -0
  263. package/web/.next/standalone/web/components/ui/label.tsx +24 -0
  264. package/web/.next/standalone/web/components/ui/menubar.tsx +276 -0
  265. package/web/.next/standalone/web/components/ui/navigation-menu.tsx +166 -0
  266. package/web/.next/standalone/web/components/ui/pagination.tsx +127 -0
  267. package/web/.next/standalone/web/components/ui/popover.tsx +48 -0
  268. package/web/.next/standalone/web/components/ui/progress.tsx +31 -0
  269. package/web/.next/standalone/web/components/ui/radio-group.tsx +45 -0
  270. package/web/.next/standalone/web/components/ui/resizable.tsx +56 -0
  271. package/web/.next/standalone/web/components/ui/scroll-area.tsx +58 -0
  272. package/web/.next/standalone/web/components/ui/select.tsx +185 -0
  273. package/web/.next/standalone/web/components/ui/separator.tsx +28 -0
  274. package/web/.next/standalone/web/components/ui/sheet.tsx +139 -0
  275. package/web/.next/standalone/web/components/ui/sidebar.tsx +726 -0
  276. package/web/.next/standalone/web/components/ui/skeleton.tsx +13 -0
  277. package/web/.next/standalone/web/components/ui/slider.tsx +63 -0
  278. package/web/.next/standalone/web/components/ui/sonner.tsx +25 -0
  279. package/web/.next/standalone/web/components/ui/spinner.tsx +16 -0
  280. package/web/.next/standalone/web/components/ui/switch.tsx +31 -0
  281. package/web/.next/standalone/web/components/ui/table.tsx +116 -0
  282. package/web/.next/standalone/web/components/ui/tabs.tsx +66 -0
  283. package/web/.next/standalone/web/components/ui/textarea.tsx +18 -0
  284. package/web/.next/standalone/web/components/ui/toast.tsx +129 -0
  285. package/web/.next/standalone/web/components/ui/toaster.tsx +35 -0
  286. package/web/.next/standalone/web/components/ui/toggle-group.tsx +73 -0
  287. package/web/.next/standalone/web/components/ui/toggle.tsx +47 -0
  288. package/web/.next/standalone/web/components/ui/tooltip.tsx +61 -0
  289. package/web/.next/standalone/web/components/ui/use-mobile.tsx +19 -0
  290. package/web/.next/standalone/web/components/ui/use-toast.ts +191 -0
  291. package/web/.next/standalone/web/components.json +21 -0
  292. package/web/.next/standalone/web/hooks/use-mobile.ts +19 -0
  293. package/web/.next/standalone/web/hooks/use-toast.ts +191 -0
  294. package/web/.next/standalone/web/lib/hooks/index.ts +8 -0
  295. package/web/.next/standalone/web/lib/hooks/use-components.ts +83 -0
  296. package/web/.next/standalone/web/lib/hooks/use-connections.ts +83 -0
  297. package/web/.next/standalone/web/lib/hooks/use-projects.ts +116 -0
  298. package/web/.next/standalone/web/lib/hooks/use-prompts.ts +122 -0
  299. package/web/.next/standalone/web/lib/hooks/use-settings.ts +135 -0
  300. package/web/.next/standalone/web/lib/hooks/use-status.ts +80 -0
  301. package/web/.next/standalone/web/lib/project-context.tsx +46 -0
  302. package/web/.next/standalone/web/lib/transform.ts +625 -0
  303. package/web/.next/standalone/web/lib/types.ts +198 -0
  304. package/web/.next/standalone/web/lib/utils.ts +6 -0
  305. package/web/.next/standalone/web/next.config.mjs +12 -0
  306. package/web/.next/standalone/web/package-lock.json +3987 -0
  307. package/web/.next/standalone/web/package.json +73 -0
  308. package/web/.next/standalone/web/pnpm-lock.yaml +5 -0
  309. package/web/.next/standalone/web/postcss.config.mjs +8 -0
  310. package/web/.next/standalone/web/public/apple-icon.png +0 -0
  311. package/web/.next/standalone/web/public/icon-dark-32x32.png +0 -0
  312. package/web/.next/standalone/web/public/icon-light-32x32.png +0 -0
  313. package/web/.next/standalone/web/public/icon.svg +26 -0
  314. package/web/.next/standalone/web/public/navgator-logo.png +0 -0
  315. package/web/.next/standalone/web/public/placeholder-logo.png +0 -0
  316. package/web/.next/standalone/web/public/placeholder-logo.svg +1 -0
  317. package/web/.next/standalone/web/public/placeholder-user.jpg +0 -0
  318. package/web/.next/standalone/web/public/placeholder.jpg +0 -0
  319. package/web/.next/standalone/web/public/placeholder.svg +1 -0
  320. package/web/.next/standalone/web/public/public/apple-icon.png +0 -0
  321. package/web/.next/standalone/web/public/public/icon-dark-32x32.png +0 -0
  322. package/web/.next/standalone/web/public/public/icon-light-32x32.png +0 -0
  323. package/web/.next/standalone/web/public/public/icon.svg +26 -0
  324. package/web/.next/standalone/web/public/public/navgator-logo.png +0 -0
  325. package/web/.next/standalone/web/public/public/placeholder-logo.png +0 -0
  326. package/web/.next/standalone/web/public/public/placeholder-logo.svg +1 -0
  327. package/web/.next/standalone/web/public/public/placeholder-user.jpg +0 -0
  328. package/web/.next/standalone/web/public/public/placeholder.jpg +0 -0
  329. package/web/.next/standalone/web/public/public/placeholder.svg +1 -0
  330. package/web/.next/standalone/web/server.js +38 -0
  331. package/web/.next/standalone/web/styles/globals.css +125 -0
  332. package/web/.next/standalone/web/tsconfig.json +41 -0
  333. package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_buildManifest.js +11 -0
  334. package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_clientMiddlewareManifest.json +1 -0
  335. package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_ssgManifest.js +1 -0
  336. package/web/.next/static/chunks/062ae79751df2759.js +1 -0
  337. package/web/.next/static/chunks/159889e17b2cf1f8.js +2 -0
  338. package/web/.next/static/chunks/458d6f37339fc069.js +1 -0
  339. package/web/.next/static/chunks/6d3d39425a878d7f.js +1 -0
  340. package/web/.next/static/chunks/8a80e7184ad3a13f.css +2 -0
  341. package/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
  342. package/web/.next/static/chunks/c056475f5f4424b6.css +1 -0
  343. package/web/.next/static/chunks/c57fee8cce8d7cb9.js +1 -0
  344. package/web/.next/static/chunks/cb3513192b63e480.js +12 -0
  345. package/web/.next/static/chunks/dd22b5f2beb2cc31.js +1 -0
  346. package/web/.next/static/chunks/e0affeef0ddb9a97.js +4 -0
  347. package/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
  348. package/web/.next/static/chunks/turbopack-c0c89f9e6f0a38c4.js +3 -0
  349. package/web/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
  350. package/web/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
  351. package/web/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
  352. package/web/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
  353. package/web/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
  354. package/web/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
  355. package/commands/nav-check.md +0 -64
  356. package/commands/nav-connections.md +0 -58
  357. package/commands/nav-diagram.md +0 -106
  358. package/commands/nav-export.md +0 -71
  359. package/commands/nav-impact.md +0 -58
  360. package/commands/nav-scan.md +0 -46
  361. package/commands/nav-status.md +0 -44
  362. package/skills/architecture-awareness/SKILL.md +0 -141
@@ -0,0 +1,13 @@
1
+ import { cn } from '@/lib/utils'
2
+
3
+ function Skeleton({ className, ...props }: React.ComponentProps<'div'>) {
4
+ return (
5
+ <div
6
+ data-slot="skeleton"
7
+ className={cn('bg-accent animate-pulse rounded-md', className)}
8
+ {...props}
9
+ />
10
+ )
11
+ }
12
+
13
+ export { Skeleton }
@@ -0,0 +1,63 @@
1
+ 'use client'
2
+
3
+ import * as React from 'react'
4
+ import * as SliderPrimitive from '@radix-ui/react-slider'
5
+
6
+ import { cn } from '@/lib/utils'
7
+
8
+ function Slider({
9
+ className,
10
+ defaultValue,
11
+ value,
12
+ min = 0,
13
+ max = 100,
14
+ ...props
15
+ }: React.ComponentProps<typeof SliderPrimitive.Root>) {
16
+ const _values = React.useMemo(
17
+ () =>
18
+ Array.isArray(value)
19
+ ? value
20
+ : Array.isArray(defaultValue)
21
+ ? defaultValue
22
+ : [min, max],
23
+ [value, defaultValue, min, max],
24
+ )
25
+
26
+ return (
27
+ <SliderPrimitive.Root
28
+ data-slot="slider"
29
+ defaultValue={defaultValue}
30
+ value={value}
31
+ min={min}
32
+ max={max}
33
+ className={cn(
34
+ 'relative flex w-full touch-none items-center select-none data-[disabled]:opacity-50 data-[orientation=vertical]:h-full data-[orientation=vertical]:min-h-44 data-[orientation=vertical]:w-auto data-[orientation=vertical]:flex-col',
35
+ className,
36
+ )}
37
+ {...props}
38
+ >
39
+ <SliderPrimitive.Track
40
+ data-slot="slider-track"
41
+ className={
42
+ 'bg-muted relative grow overflow-hidden rounded-full data-[orientation=horizontal]:h-1.5 data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-1.5'
43
+ }
44
+ >
45
+ <SliderPrimitive.Range
46
+ data-slot="slider-range"
47
+ className={
48
+ 'bg-primary absolute data-[orientation=horizontal]:h-full data-[orientation=vertical]:w-full'
49
+ }
50
+ />
51
+ </SliderPrimitive.Track>
52
+ {Array.from({ length: _values.length }, (_, index) => (
53
+ <SliderPrimitive.Thumb
54
+ data-slot="slider-thumb"
55
+ key={index}
56
+ className="border-primary ring-ring/50 block size-4 shrink-0 rounded-full border bg-white shadow-sm transition-[color,box-shadow] hover:ring-4 focus-visible:ring-4 focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50"
57
+ />
58
+ ))}
59
+ </SliderPrimitive.Root>
60
+ )
61
+ }
62
+
63
+ export { Slider }
@@ -0,0 +1,25 @@
1
+ 'use client'
2
+
3
+ import { useTheme } from 'next-themes'
4
+ import { Toaster as Sonner, ToasterProps } from 'sonner'
5
+
6
+ const Toaster = ({ ...props }: ToasterProps) => {
7
+ const { theme = 'system' } = useTheme()
8
+
9
+ return (
10
+ <Sonner
11
+ theme={theme as ToasterProps['theme']}
12
+ className="toaster group"
13
+ style={
14
+ {
15
+ '--normal-bg': 'var(--popover)',
16
+ '--normal-text': 'var(--popover-foreground)',
17
+ '--normal-border': 'var(--border)',
18
+ } as React.CSSProperties
19
+ }
20
+ {...props}
21
+ />
22
+ )
23
+ }
24
+
25
+ export { Toaster }
@@ -0,0 +1,16 @@
1
+ import { Loader2Icon } from 'lucide-react'
2
+
3
+ import { cn } from '@/lib/utils'
4
+
5
+ function Spinner({ className, ...props }: React.ComponentProps<'svg'>) {
6
+ return (
7
+ <Loader2Icon
8
+ role="status"
9
+ aria-label="Loading"
10
+ className={cn('size-4 animate-spin', className)}
11
+ {...props}
12
+ />
13
+ )
14
+ }
15
+
16
+ export { Spinner }
@@ -0,0 +1,31 @@
1
+ 'use client'
2
+
3
+ import * as React from 'react'
4
+ import * as SwitchPrimitive from '@radix-ui/react-switch'
5
+
6
+ import { cn } from '@/lib/utils'
7
+
8
+ function Switch({
9
+ className,
10
+ ...props
11
+ }: React.ComponentProps<typeof SwitchPrimitive.Root>) {
12
+ return (
13
+ <SwitchPrimitive.Root
14
+ data-slot="switch"
15
+ className={cn(
16
+ 'peer data-[state=checked]:bg-primary data-[state=unchecked]:bg-input focus-visible:border-ring focus-visible:ring-ring/50 dark:data-[state=unchecked]:bg-input/80 inline-flex h-[1.15rem] w-8 shrink-0 items-center rounded-full border border-transparent shadow-xs transition-all outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50',
17
+ className,
18
+ )}
19
+ {...props}
20
+ >
21
+ <SwitchPrimitive.Thumb
22
+ data-slot="switch-thumb"
23
+ className={
24
+ 'bg-background dark:data-[state=unchecked]:bg-foreground dark:data-[state=checked]:bg-primary-foreground pointer-events-none block size-4 rounded-full ring-0 transition-transform data-[state=checked]:translate-x-[calc(100%-2px)] data-[state=unchecked]:translate-x-0'
25
+ }
26
+ />
27
+ </SwitchPrimitive.Root>
28
+ )
29
+ }
30
+
31
+ export { Switch }
@@ -0,0 +1,116 @@
1
+ 'use client'
2
+
3
+ import * as React from 'react'
4
+
5
+ import { cn } from '@/lib/utils'
6
+
7
+ function Table({ className, ...props }: React.ComponentProps<'table'>) {
8
+ return (
9
+ <div
10
+ data-slot="table-container"
11
+ className="relative w-full overflow-x-auto"
12
+ >
13
+ <table
14
+ data-slot="table"
15
+ className={cn('w-full caption-bottom text-sm', className)}
16
+ {...props}
17
+ />
18
+ </div>
19
+ )
20
+ }
21
+
22
+ function TableHeader({ className, ...props }: React.ComponentProps<'thead'>) {
23
+ return (
24
+ <thead
25
+ data-slot="table-header"
26
+ className={cn('[&_tr]:border-b', className)}
27
+ {...props}
28
+ />
29
+ )
30
+ }
31
+
32
+ function TableBody({ className, ...props }: React.ComponentProps<'tbody'>) {
33
+ return (
34
+ <tbody
35
+ data-slot="table-body"
36
+ className={cn('[&_tr:last-child]:border-0', className)}
37
+ {...props}
38
+ />
39
+ )
40
+ }
41
+
42
+ function TableFooter({ className, ...props }: React.ComponentProps<'tfoot'>) {
43
+ return (
44
+ <tfoot
45
+ data-slot="table-footer"
46
+ className={cn(
47
+ 'bg-muted/50 border-t font-medium [&>tr]:last:border-b-0',
48
+ className,
49
+ )}
50
+ {...props}
51
+ />
52
+ )
53
+ }
54
+
55
+ function TableRow({ className, ...props }: React.ComponentProps<'tr'>) {
56
+ return (
57
+ <tr
58
+ data-slot="table-row"
59
+ className={cn(
60
+ 'hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors',
61
+ className,
62
+ )}
63
+ {...props}
64
+ />
65
+ )
66
+ }
67
+
68
+ function TableHead({ className, ...props }: React.ComponentProps<'th'>) {
69
+ return (
70
+ <th
71
+ data-slot="table-head"
72
+ className={cn(
73
+ 'text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]',
74
+ className,
75
+ )}
76
+ {...props}
77
+ />
78
+ )
79
+ }
80
+
81
+ function TableCell({ className, ...props }: React.ComponentProps<'td'>) {
82
+ return (
83
+ <td
84
+ data-slot="table-cell"
85
+ className={cn(
86
+ 'p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]',
87
+ className,
88
+ )}
89
+ {...props}
90
+ />
91
+ )
92
+ }
93
+
94
+ function TableCaption({
95
+ className,
96
+ ...props
97
+ }: React.ComponentProps<'caption'>) {
98
+ return (
99
+ <caption
100
+ data-slot="table-caption"
101
+ className={cn('text-muted-foreground mt-4 text-sm', className)}
102
+ {...props}
103
+ />
104
+ )
105
+ }
106
+
107
+ export {
108
+ Table,
109
+ TableHeader,
110
+ TableBody,
111
+ TableFooter,
112
+ TableHead,
113
+ TableRow,
114
+ TableCell,
115
+ TableCaption,
116
+ }
@@ -0,0 +1,66 @@
1
+ 'use client'
2
+
3
+ import * as React from 'react'
4
+ import * as TabsPrimitive from '@radix-ui/react-tabs'
5
+
6
+ import { cn } from '@/lib/utils'
7
+
8
+ function Tabs({
9
+ className,
10
+ ...props
11
+ }: React.ComponentProps<typeof TabsPrimitive.Root>) {
12
+ return (
13
+ <TabsPrimitive.Root
14
+ data-slot="tabs"
15
+ className={cn('flex flex-col gap-2', className)}
16
+ {...props}
17
+ />
18
+ )
19
+ }
20
+
21
+ function TabsList({
22
+ className,
23
+ ...props
24
+ }: React.ComponentProps<typeof TabsPrimitive.List>) {
25
+ return (
26
+ <TabsPrimitive.List
27
+ data-slot="tabs-list"
28
+ className={cn(
29
+ 'bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-[3px]',
30
+ className,
31
+ )}
32
+ {...props}
33
+ />
34
+ )
35
+ }
36
+
37
+ function TabsTrigger({
38
+ className,
39
+ ...props
40
+ }: React.ComponentProps<typeof TabsPrimitive.Trigger>) {
41
+ return (
42
+ <TabsPrimitive.Trigger
43
+ data-slot="tabs-trigger"
44
+ className={cn(
45
+ "data-[state=active]:bg-background dark:data-[state=active]:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 text-foreground dark:text-muted-foreground inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
46
+ className,
47
+ )}
48
+ {...props}
49
+ />
50
+ )
51
+ }
52
+
53
+ function TabsContent({
54
+ className,
55
+ ...props
56
+ }: React.ComponentProps<typeof TabsPrimitive.Content>) {
57
+ return (
58
+ <TabsPrimitive.Content
59
+ data-slot="tabs-content"
60
+ className={cn('flex-1 outline-none', className)}
61
+ {...props}
62
+ />
63
+ )
64
+ }
65
+
66
+ export { Tabs, TabsList, TabsTrigger, TabsContent }
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+
3
+ import { cn } from '@/lib/utils'
4
+
5
+ function Textarea({ className, ...props }: React.ComponentProps<'textarea'>) {
6
+ return (
7
+ <textarea
8
+ data-slot="textarea"
9
+ className={cn(
10
+ 'border-input placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 flex field-sizing-content min-h-16 w-full rounded-md border bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 md:text-sm',
11
+ className,
12
+ )}
13
+ {...props}
14
+ />
15
+ )
16
+ }
17
+
18
+ export { Textarea }
@@ -0,0 +1,129 @@
1
+ 'use client'
2
+
3
+ import * as React from 'react'
4
+ import * as ToastPrimitives from '@radix-ui/react-toast'
5
+ import { cva, type VariantProps } from 'class-variance-authority'
6
+ import { X } from 'lucide-react'
7
+
8
+ import { cn } from '@/lib/utils'
9
+
10
+ const ToastProvider = ToastPrimitives.Provider
11
+
12
+ const ToastViewport = React.forwardRef<
13
+ React.ElementRef<typeof ToastPrimitives.Viewport>,
14
+ React.ComponentPropsWithoutRef<typeof ToastPrimitives.Viewport>
15
+ >(({ className, ...props }, ref) => (
16
+ <ToastPrimitives.Viewport
17
+ ref={ref}
18
+ className={cn(
19
+ 'fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]',
20
+ className,
21
+ )}
22
+ {...props}
23
+ />
24
+ ))
25
+ ToastViewport.displayName = ToastPrimitives.Viewport.displayName
26
+
27
+ const toastVariants = cva(
28
+ 'group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full',
29
+ {
30
+ variants: {
31
+ variant: {
32
+ default: 'border bg-background text-foreground',
33
+ destructive:
34
+ 'destructive group border-destructive bg-destructive text-destructive-foreground',
35
+ },
36
+ },
37
+ defaultVariants: {
38
+ variant: 'default',
39
+ },
40
+ },
41
+ )
42
+
43
+ const Toast = React.forwardRef<
44
+ React.ElementRef<typeof ToastPrimitives.Root>,
45
+ React.ComponentPropsWithoutRef<typeof ToastPrimitives.Root> &
46
+ VariantProps<typeof toastVariants>
47
+ >(({ className, variant, ...props }, ref) => {
48
+ return (
49
+ <ToastPrimitives.Root
50
+ ref={ref}
51
+ className={cn(toastVariants({ variant }), className)}
52
+ {...props}
53
+ />
54
+ )
55
+ })
56
+ Toast.displayName = ToastPrimitives.Root.displayName
57
+
58
+ const ToastAction = React.forwardRef<
59
+ React.ElementRef<typeof ToastPrimitives.Action>,
60
+ React.ComponentPropsWithoutRef<typeof ToastPrimitives.Action>
61
+ >(({ className, ...props }, ref) => (
62
+ <ToastPrimitives.Action
63
+ ref={ref}
64
+ className={cn(
65
+ 'inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive',
66
+ className,
67
+ )}
68
+ {...props}
69
+ />
70
+ ))
71
+ ToastAction.displayName = ToastPrimitives.Action.displayName
72
+
73
+ const ToastClose = React.forwardRef<
74
+ React.ElementRef<typeof ToastPrimitives.Close>,
75
+ React.ComponentPropsWithoutRef<typeof ToastPrimitives.Close>
76
+ >(({ className, ...props }, ref) => (
77
+ <ToastPrimitives.Close
78
+ ref={ref}
79
+ className={cn(
80
+ 'absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600',
81
+ className,
82
+ )}
83
+ toast-close=""
84
+ {...props}
85
+ >
86
+ <X className="h-4 w-4" />
87
+ </ToastPrimitives.Close>
88
+ ))
89
+ ToastClose.displayName = ToastPrimitives.Close.displayName
90
+
91
+ const ToastTitle = React.forwardRef<
92
+ React.ElementRef<typeof ToastPrimitives.Title>,
93
+ React.ComponentPropsWithoutRef<typeof ToastPrimitives.Title>
94
+ >(({ className, ...props }, ref) => (
95
+ <ToastPrimitives.Title
96
+ ref={ref}
97
+ className={cn('text-sm font-semibold', className)}
98
+ {...props}
99
+ />
100
+ ))
101
+ ToastTitle.displayName = ToastPrimitives.Title.displayName
102
+
103
+ const ToastDescription = React.forwardRef<
104
+ React.ElementRef<typeof ToastPrimitives.Description>,
105
+ React.ComponentPropsWithoutRef<typeof ToastPrimitives.Description>
106
+ >(({ className, ...props }, ref) => (
107
+ <ToastPrimitives.Description
108
+ ref={ref}
109
+ className={cn('text-sm opacity-90', className)}
110
+ {...props}
111
+ />
112
+ ))
113
+ ToastDescription.displayName = ToastPrimitives.Description.displayName
114
+
115
+ type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>
116
+
117
+ type ToastActionElement = React.ReactElement<typeof ToastAction>
118
+
119
+ export {
120
+ type ToastProps,
121
+ type ToastActionElement,
122
+ ToastProvider,
123
+ ToastViewport,
124
+ Toast,
125
+ ToastTitle,
126
+ ToastDescription,
127
+ ToastClose,
128
+ ToastAction,
129
+ }
@@ -0,0 +1,35 @@
1
+ 'use client'
2
+
3
+ import { useToast } from '@/hooks/use-toast'
4
+ import {
5
+ Toast,
6
+ ToastClose,
7
+ ToastDescription,
8
+ ToastProvider,
9
+ ToastTitle,
10
+ ToastViewport,
11
+ } from '@/components/ui/toast'
12
+
13
+ export function Toaster() {
14
+ const { toasts } = useToast()
15
+
16
+ return (
17
+ <ToastProvider>
18
+ {toasts.map(function ({ id, title, description, action, ...props }) {
19
+ return (
20
+ <Toast key={id} {...props}>
21
+ <div className="grid gap-1">
22
+ {title && <ToastTitle>{title}</ToastTitle>}
23
+ {description && (
24
+ <ToastDescription>{description}</ToastDescription>
25
+ )}
26
+ </div>
27
+ {action}
28
+ <ToastClose />
29
+ </Toast>
30
+ )
31
+ })}
32
+ <ToastViewport />
33
+ </ToastProvider>
34
+ )
35
+ }
@@ -0,0 +1,73 @@
1
+ 'use client'
2
+
3
+ import * as React from 'react'
4
+ import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group'
5
+ import { type VariantProps } from 'class-variance-authority'
6
+
7
+ import { cn } from '@/lib/utils'
8
+ import { toggleVariants } from '@/components/ui/toggle'
9
+
10
+ const ToggleGroupContext = React.createContext<
11
+ VariantProps<typeof toggleVariants>
12
+ >({
13
+ size: 'default',
14
+ variant: 'default',
15
+ })
16
+
17
+ function ToggleGroup({
18
+ className,
19
+ variant,
20
+ size,
21
+ children,
22
+ ...props
23
+ }: React.ComponentProps<typeof ToggleGroupPrimitive.Root> &
24
+ VariantProps<typeof toggleVariants>) {
25
+ return (
26
+ <ToggleGroupPrimitive.Root
27
+ data-slot="toggle-group"
28
+ data-variant={variant}
29
+ data-size={size}
30
+ className={cn(
31
+ 'group/toggle-group flex w-fit items-center rounded-md data-[variant=outline]:shadow-xs',
32
+ className,
33
+ )}
34
+ {...props}
35
+ >
36
+ <ToggleGroupContext.Provider value={{ variant, size }}>
37
+ {children}
38
+ </ToggleGroupContext.Provider>
39
+ </ToggleGroupPrimitive.Root>
40
+ )
41
+ }
42
+
43
+ function ToggleGroupItem({
44
+ className,
45
+ children,
46
+ variant,
47
+ size,
48
+ ...props
49
+ }: React.ComponentProps<typeof ToggleGroupPrimitive.Item> &
50
+ VariantProps<typeof toggleVariants>) {
51
+ const context = React.useContext(ToggleGroupContext)
52
+
53
+ return (
54
+ <ToggleGroupPrimitive.Item
55
+ data-slot="toggle-group-item"
56
+ data-variant={context.variant || variant}
57
+ data-size={context.size || size}
58
+ className={cn(
59
+ toggleVariants({
60
+ variant: context.variant || variant,
61
+ size: context.size || size,
62
+ }),
63
+ 'min-w-0 flex-1 shrink-0 rounded-none shadow-none first:rounded-l-md last:rounded-r-md focus:z-10 focus-visible:z-10 data-[variant=outline]:border-l-0 data-[variant=outline]:first:border-l',
64
+ className,
65
+ )}
66
+ {...props}
67
+ >
68
+ {children}
69
+ </ToggleGroupPrimitive.Item>
70
+ )
71
+ }
72
+
73
+ export { ToggleGroup, ToggleGroupItem }
@@ -0,0 +1,47 @@
1
+ 'use client'
2
+
3
+ import * as React from 'react'
4
+ import * as TogglePrimitive from '@radix-ui/react-toggle'
5
+ import { cva, type VariantProps } from 'class-variance-authority'
6
+
7
+ import { cn } from '@/lib/utils'
8
+
9
+ const toggleVariants = cva(
10
+ "inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium hover:bg-muted hover:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0 focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] outline-none transition-[color,box-shadow] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive whitespace-nowrap",
11
+ {
12
+ variants: {
13
+ variant: {
14
+ default: 'bg-transparent',
15
+ outline:
16
+ 'border border-input bg-transparent shadow-xs hover:bg-accent hover:text-accent-foreground',
17
+ },
18
+ size: {
19
+ default: 'h-9 px-2 min-w-9',
20
+ sm: 'h-8 px-1.5 min-w-8',
21
+ lg: 'h-10 px-2.5 min-w-10',
22
+ },
23
+ },
24
+ defaultVariants: {
25
+ variant: 'default',
26
+ size: 'default',
27
+ },
28
+ },
29
+ )
30
+
31
+ function Toggle({
32
+ className,
33
+ variant,
34
+ size,
35
+ ...props
36
+ }: React.ComponentProps<typeof TogglePrimitive.Root> &
37
+ VariantProps<typeof toggleVariants>) {
38
+ return (
39
+ <TogglePrimitive.Root
40
+ data-slot="toggle"
41
+ className={cn(toggleVariants({ variant, size, className }))}
42
+ {...props}
43
+ />
44
+ )
45
+ }
46
+
47
+ export { Toggle, toggleVariants }