create-tauri-ui 0.3.2 → 1.0.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 (636) hide show
  1. package/README.md +188 -97
  2. package/assets/debug-panel/debug-events.ts.tmpl +97 -0
  3. package/assets/debug-panel/debug-panel.tsx.tmpl +1354 -0
  4. package/assets/debug-panel/tauri.ts.tmpl +53 -0
  5. package/assets/release.yml.tmpl +74 -0
  6. package/dist/index.mjs +483 -52
  7. package/index.js +2 -2
  8. package/package.json +53 -55
  9. package/templates/.shared/.github/workflows/release.yml +0 -112
  10. package/templates/.shared/src-tauri/Cargo.lock +0 -3835
  11. package/templates/.shared/src-tauri/Cargo.toml +0 -39
  12. package/templates/.shared/src-tauri/build.rs +0 -3
  13. package/templates/.shared/src-tauri/icons/128x128.png +0 -0
  14. package/templates/.shared/src-tauri/icons/128x128@2x.png +0 -0
  15. package/templates/.shared/src-tauri/icons/32x32.png +0 -0
  16. package/templates/.shared/src-tauri/icons/Square107x107Logo.png +0 -0
  17. package/templates/.shared/src-tauri/icons/Square142x142Logo.png +0 -0
  18. package/templates/.shared/src-tauri/icons/Square150x150Logo.png +0 -0
  19. package/templates/.shared/src-tauri/icons/Square284x284Logo.png +0 -0
  20. package/templates/.shared/src-tauri/icons/Square30x30Logo.png +0 -0
  21. package/templates/.shared/src-tauri/icons/Square310x310Logo.png +0 -0
  22. package/templates/.shared/src-tauri/icons/Square44x44Logo.png +0 -0
  23. package/templates/.shared/src-tauri/icons/Square71x71Logo.png +0 -0
  24. package/templates/.shared/src-tauri/icons/Square89x89Logo.png +0 -0
  25. package/templates/.shared/src-tauri/icons/StoreLogo.png +0 -0
  26. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  27. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  28. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  29. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  30. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  31. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  32. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  33. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  34. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  35. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  36. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  37. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  38. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  39. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  40. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  41. package/templates/.shared/src-tauri/icons/icon.icns +0 -0
  42. package/templates/.shared/src-tauri/icons/icon.ico +0 -0
  43. package/templates/.shared/src-tauri/icons/icon.png +0 -0
  44. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  45. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  46. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  47. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  48. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  49. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  50. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  51. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  52. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  53. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  54. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  55. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  56. package/templates/.shared/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  57. package/templates/.shared/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  58. package/templates/.shared/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  59. package/templates/.shared/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  60. package/templates/.shared/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  61. package/templates/.shared/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  62. package/templates/.shared/src-tauri/src/main.rs +0 -22
  63. package/templates/.shared/src-tauri/tauri.conf.json +0 -71
  64. package/templates/next/.env +0 -1
  65. package/templates/next/.github/workflows/release.yml +0 -108
  66. package/templates/next/.vscode/extensions.json +0 -3
  67. package/templates/next/LICENSE +0 -21
  68. package/templates/next/README.md +0 -95
  69. package/templates/next/app-icon.png +0 -0
  70. package/templates/next/components.json +0 -16
  71. package/templates/next/next-env.d.ts +0 -5
  72. package/templates/next/next.config.js +0 -14
  73. package/templates/next/package.json +0 -87
  74. package/templates/next/pnpm-lock.yaml +0 -4911
  75. package/templates/next/postcss.config.js +0 -6
  76. package/templates/next/prettier.config.js +0 -35
  77. package/templates/next/public/avatars/01.png +0 -0
  78. package/templates/next/public/avatars/02.png +0 -0
  79. package/templates/next/public/avatars/03.png +0 -0
  80. package/templates/next/public/avatars/04.png +0 -0
  81. package/templates/next/public/avatars/05.png +0 -0
  82. package/templates/next/src/app/examples/authentication/components/user-auth-form.tsx +0 -71
  83. package/templates/next/src/app/examples/authentication/page.tsx +0 -88
  84. package/templates/next/src/app/examples/cards/components/cookie-settings.tsx +0 -60
  85. package/templates/next/src/app/examples/cards/components/create-account.tsx +0 -60
  86. package/templates/next/src/app/examples/cards/components/date-picker.tsx +0 -20
  87. package/templates/next/src/app/examples/cards/components/github-card.tsx +0 -88
  88. package/templates/next/src/app/examples/cards/components/notifications.tsx +0 -53
  89. package/templates/next/src/app/examples/cards/components/payment-method.tsx +0 -129
  90. package/templates/next/src/app/examples/cards/components/report-an-issue.tsx +0 -85
  91. package/templates/next/src/app/examples/cards/components/share-document.tsx +0 -120
  92. package/templates/next/src/app/examples/cards/components/team-members.tsx +0 -149
  93. package/templates/next/src/app/examples/cards/page.tsx +0 -76
  94. package/templates/next/src/app/examples/dashboard/components/date-range-picker.tsx +0 -65
  95. package/templates/next/src/app/examples/dashboard/components/main-nav.tsx +0 -40
  96. package/templates/next/src/app/examples/dashboard/components/overview.tsx +0 -78
  97. package/templates/next/src/app/examples/dashboard/components/recent-sales.tsx +0 -71
  98. package/templates/next/src/app/examples/dashboard/components/search.tsx +0 -13
  99. package/templates/next/src/app/examples/dashboard/components/team-switcher.tsx +0 -213
  100. package/templates/next/src/app/examples/dashboard/components/user-nav.tsx +0 -62
  101. package/templates/next/src/app/examples/dashboard/page.tsx +0 -197
  102. package/templates/next/src/app/examples/forms/account/account-form.tsx +0 -219
  103. package/templates/next/src/app/examples/forms/account/page.tsx +0 -18
  104. package/templates/next/src/app/examples/forms/appearance/appearance-form.tsx +0 -164
  105. package/templates/next/src/app/examples/forms/appearance/page.tsx +0 -18
  106. package/templates/next/src/app/examples/forms/components/profile-form.tsx +0 -191
  107. package/templates/next/src/app/examples/forms/components/sidebar-nav.tsx +0 -44
  108. package/templates/next/src/app/examples/forms/display/display-form.tsx +0 -132
  109. package/templates/next/src/app/examples/forms/display/page.tsx +0 -17
  110. package/templates/next/src/app/examples/forms/layout.tsx +0 -59
  111. package/templates/next/src/app/examples/forms/notifications/notifications-form.tsx +0 -222
  112. package/templates/next/src/app/examples/forms/notifications/page.tsx +0 -17
  113. package/templates/next/src/app/examples/forms/page.tsx +0 -17
  114. package/templates/next/src/app/examples/layout.tsx +0 -7
  115. package/templates/next/src/app/examples/music/components/album-artwork.tsx +0 -95
  116. package/templates/next/src/app/examples/music/components/menu.tsx +0 -200
  117. package/templates/next/src/app/examples/music/components/podcast-empty-placeholder.tsx +0 -64
  118. package/templates/next/src/app/examples/music/components/sidebar.tsx +0 -204
  119. package/templates/next/src/app/examples/music/data/albums.ts +0 -71
  120. package/templates/next/src/app/examples/music/data/playlists.ts +0 -16
  121. package/templates/next/src/app/examples/music/page.tsx +0 -141
  122. package/templates/next/src/app/examples/playground/components/code-viewer.tsx +0 -89
  123. package/templates/next/src/app/examples/playground/components/maxlength-selector.tsx +0 -55
  124. package/templates/next/src/app/examples/playground/components/model-selector.tsx +0 -163
  125. package/templates/next/src/app/examples/playground/components/preset-actions.tsx +0 -122
  126. package/templates/next/src/app/examples/playground/components/preset-save.tsx +0 -44
  127. package/templates/next/src/app/examples/playground/components/preset-selector.tsx +0 -82
  128. package/templates/next/src/app/examples/playground/components/preset-share.tsx +0 -46
  129. package/templates/next/src/app/examples/playground/components/temperature-selector.tsx +0 -57
  130. package/templates/next/src/app/examples/playground/components/top-p-selector.tsx +0 -54
  131. package/templates/next/src/app/examples/playground/data/models.ts +0 -62
  132. package/templates/next/src/app/examples/playground/data/presets.ts +0 -47
  133. package/templates/next/src/app/examples/playground/page.tsx +0 -313
  134. package/templates/next/src/app/examples/tasks/components/columns.tsx +0 -120
  135. package/templates/next/src/app/examples/tasks/components/data-table-column-header.tsx +0 -71
  136. package/templates/next/src/app/examples/tasks/components/data-table-faceted-filter.tsx +0 -147
  137. package/templates/next/src/app/examples/tasks/components/data-table-pagination.tsx +0 -97
  138. package/templates/next/src/app/examples/tasks/components/data-table-row-actions.tsx +0 -69
  139. package/templates/next/src/app/examples/tasks/components/data-table-toolbar.tsx +0 -61
  140. package/templates/next/src/app/examples/tasks/components/data-table-view-options.tsx +0 -59
  141. package/templates/next/src/app/examples/tasks/components/data-table.tsx +0 -126
  142. package/templates/next/src/app/examples/tasks/components/user-nav.tsx +0 -62
  143. package/templates/next/src/app/examples/tasks/data/data.tsx +0 -71
  144. package/templates/next/src/app/examples/tasks/data/schema.ts +0 -13
  145. package/templates/next/src/app/examples/tasks/data/seed.ts +0 -20
  146. package/templates/next/src/app/examples/tasks/data/tasks.json +0 -702
  147. package/templates/next/src/app/examples/tasks/page.tsx +0 -49
  148. package/templates/next/src/app/layout.tsx +0 -47
  149. package/templates/next/src/app/page.tsx +0 -5
  150. package/templates/next/src/assets/Inter-VariableFont_slnt,wght.ttf +0 -0
  151. package/templates/next/src/assets/logo.png +0 -0
  152. package/templates/next/src/components/about-dialog.tsx +0 -111
  153. package/templates/next/src/components/example/date-picker-with-range.tsx +0 -65
  154. package/templates/next/src/components/examples-nav.tsx +0 -70
  155. package/templates/next/src/components/greeting.tsx +0 -21
  156. package/templates/next/src/components/icons.tsx +0 -156
  157. package/templates/next/src/components/menu-mode-toggle.tsx +0 -47
  158. package/templates/next/src/components/menu.tsx +0 -224
  159. package/templates/next/src/components/mode-toggle.tsx +0 -43
  160. package/templates/next/src/components/page-header.tsx +0 -52
  161. package/templates/next/src/components/style-switcher.tsx +0 -19
  162. package/templates/next/src/components/tailwind-indicator.tsx +0 -18
  163. package/templates/next/src/components/theme-provider.tsx +0 -9
  164. package/templates/next/src/components/ui/accordion.tsx +0 -60
  165. package/templates/next/src/components/ui/alert-dialog.tsx +0 -145
  166. package/templates/next/src/components/ui/alert.tsx +0 -59
  167. package/templates/next/src/components/ui/aspect-ratio.tsx +0 -7
  168. package/templates/next/src/components/ui/avatar.tsx +0 -50
  169. package/templates/next/src/components/ui/badge.tsx +0 -36
  170. package/templates/next/src/components/ui/button.tsx +0 -56
  171. package/templates/next/src/components/ui/calendar.tsx +0 -64
  172. package/templates/next/src/components/ui/card.tsx +0 -79
  173. package/templates/next/src/components/ui/checkbox.tsx +0 -30
  174. package/templates/next/src/components/ui/collapsible.tsx +0 -11
  175. package/templates/next/src/components/ui/command.tsx +0 -155
  176. package/templates/next/src/components/ui/context-menu.tsx +0 -200
  177. package/templates/next/src/components/ui/dialog.tsx +0 -123
  178. package/templates/next/src/components/ui/dropdown-menu.tsx +0 -200
  179. package/templates/next/src/components/ui/form.tsx +0 -176
  180. package/templates/next/src/components/ui/hover-card.tsx +0 -29
  181. package/templates/next/src/components/ui/input.tsx +0 -25
  182. package/templates/next/src/components/ui/label.tsx +0 -26
  183. package/templates/next/src/components/ui/menubar.tsx +0 -236
  184. package/templates/next/src/components/ui/navigation-menu.tsx +0 -128
  185. package/templates/next/src/components/ui/popover.tsx +0 -31
  186. package/templates/next/src/components/ui/progress.tsx +0 -28
  187. package/templates/next/src/components/ui/radio-group.tsx +0 -44
  188. package/templates/next/src/components/ui/scroll-area.tsx +0 -48
  189. package/templates/next/src/components/ui/select.tsx +0 -121
  190. package/templates/next/src/components/ui/separator.tsx +0 -31
  191. package/templates/next/src/components/ui/sheet.tsx +0 -144
  192. package/templates/next/src/components/ui/skeleton.tsx +0 -15
  193. package/templates/next/src/components/ui/slider.tsx +0 -28
  194. package/templates/next/src/components/ui/switch.tsx +0 -29
  195. package/templates/next/src/components/ui/table.tsx +0 -114
  196. package/templates/next/src/components/ui/tabs.tsx +0 -55
  197. package/templates/next/src/components/ui/textarea.tsx +0 -24
  198. package/templates/next/src/components/ui/toast.tsx +0 -127
  199. package/templates/next/src/components/ui/toaster.tsx +0 -35
  200. package/templates/next/src/components/ui/toggle.tsx +0 -45
  201. package/templates/next/src/components/ui/tooltip.tsx +0 -30
  202. package/templates/next/src/components/ui/use-toast.ts +0 -192
  203. package/templates/next/src/data/albums.ts +0 -71
  204. package/templates/next/src/data/playlists.ts +0 -16
  205. package/templates/next/src/hooks/use-lock-body.ts +0 -12
  206. package/templates/next/src/hooks/use-mounted.ts +0 -11
  207. package/templates/next/src/hooks/use-mutation-observer.ts +0 -20
  208. package/templates/next/src/lib/fonts.ts +0 -11
  209. package/templates/next/src/lib/utils.ts +0 -6
  210. package/templates/next/src/styles/globals.css +0 -88
  211. package/templates/next/src-tauri/Cargo.lock +0 -3835
  212. package/templates/next/src-tauri/Cargo.toml +0 -39
  213. package/templates/next/src-tauri/build.rs +0 -3
  214. package/templates/next/src-tauri/icons/128x128.png +0 -0
  215. package/templates/next/src-tauri/icons/128x128@2x.png +0 -0
  216. package/templates/next/src-tauri/icons/32x32.png +0 -0
  217. package/templates/next/src-tauri/icons/Square107x107Logo.png +0 -0
  218. package/templates/next/src-tauri/icons/Square142x142Logo.png +0 -0
  219. package/templates/next/src-tauri/icons/Square150x150Logo.png +0 -0
  220. package/templates/next/src-tauri/icons/Square284x284Logo.png +0 -0
  221. package/templates/next/src-tauri/icons/Square30x30Logo.png +0 -0
  222. package/templates/next/src-tauri/icons/Square310x310Logo.png +0 -0
  223. package/templates/next/src-tauri/icons/Square44x44Logo.png +0 -0
  224. package/templates/next/src-tauri/icons/Square71x71Logo.png +0 -0
  225. package/templates/next/src-tauri/icons/Square89x89Logo.png +0 -0
  226. package/templates/next/src-tauri/icons/StoreLogo.png +0 -0
  227. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  228. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  229. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  230. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  231. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  232. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  233. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  234. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  235. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  236. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  237. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  238. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  239. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  240. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  241. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  242. package/templates/next/src-tauri/icons/icon.icns +0 -0
  243. package/templates/next/src-tauri/icons/icon.ico +0 -0
  244. package/templates/next/src-tauri/icons/icon.png +0 -0
  245. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  246. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  247. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  248. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  249. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  250. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  251. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  252. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  253. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  254. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  255. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  256. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  257. package/templates/next/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  258. package/templates/next/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  259. package/templates/next/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  260. package/templates/next/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  261. package/templates/next/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  262. package/templates/next/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  263. package/templates/next/src-tauri/src/main.rs +0 -22
  264. package/templates/next/src-tauri/tauri.conf.json +0 -71
  265. package/templates/next/tailwind.config.js +0 -78
  266. package/templates/next/tsconfig.json +0 -35
  267. package/templates/sveltekit/.github/workflows/release.yml +0 -108
  268. package/templates/sveltekit/.prettierignore +0 -13
  269. package/templates/sveltekit/.prettierrc +0 -8
  270. package/templates/sveltekit/README.md +0 -1
  271. package/templates/sveltekit/app-icon.png +0 -0
  272. package/templates/sveltekit/package.json +0 -85
  273. package/templates/sveltekit/pnpm-lock.yaml +0 -4177
  274. package/templates/sveltekit/postcss.config.cjs +0 -13
  275. package/templates/sveltekit/src/app.d.ts +0 -18
  276. package/templates/sveltekit/src/app.html +0 -16
  277. package/templates/sveltekit/src/assets/Inter.var.woff2 +0 -0
  278. package/templates/sveltekit/src/index.test.ts +0 -7
  279. package/templates/sveltekit/src/lib/components/docs/TailwindIndicator.svelte +0 -10
  280. package/templates/sveltekit/src/lib/components/docs/charts/Bar.svelte +0 -152
  281. package/templates/sveltekit/src/lib/components/docs/dashboard/DashboardPage.svelte +0 -108
  282. package/templates/sveltekit/src/lib/components/docs/dashboard/MainNav.svelte +0 -31
  283. package/templates/sveltekit/src/lib/components/docs/dashboard/Overview.svelte +0 -5
  284. package/templates/sveltekit/src/lib/components/docs/dashboard/RecentSales.svelte +0 -61
  285. package/templates/sveltekit/src/lib/components/docs/dashboard/Search.svelte +0 -7
  286. package/templates/sveltekit/src/lib/components/docs/dashboard/index.ts +0 -1
  287. package/templates/sveltekit/src/lib/components/docs/examples-nav/ExampleCodeLink.svelte +0 -19
  288. package/templates/sveltekit/src/lib/components/docs/examples-nav/ExamplesNav.svelte +0 -27
  289. package/templates/sveltekit/src/lib/components/docs/examples-nav/index.ts +0 -2
  290. package/templates/sveltekit/src/lib/components/docs/icons/Apple.svelte +0 -12
  291. package/templates/sveltekit/src/lib/components/docs/icons/Aria.svelte +0 -11
  292. package/templates/sveltekit/src/lib/components/docs/icons/GitHub.svelte +0 -12
  293. package/templates/sveltekit/src/lib/components/docs/icons/Google.svelte +0 -12
  294. package/templates/sveltekit/src/lib/components/docs/icons/Logo.svelte +0 -17
  295. package/templates/sveltekit/src/lib/components/docs/icons/Minimize.svelte +0 -12
  296. package/templates/sveltekit/src/lib/components/docs/icons/Npm.svelte +0 -12
  297. package/templates/sveltekit/src/lib/components/docs/icons/PayPal.svelte +0 -12
  298. package/templates/sveltekit/src/lib/components/docs/icons/Pnpm.svelte +0 -12
  299. package/templates/sveltekit/src/lib/components/docs/icons/Radix.svelte +0 -14
  300. package/templates/sveltekit/src/lib/components/docs/icons/RadixSvelte.svelte +0 -14
  301. package/templates/sveltekit/src/lib/components/docs/icons/Tailwind.svelte +0 -12
  302. package/templates/sveltekit/src/lib/components/docs/icons/Yarn.svelte +0 -12
  303. package/templates/sveltekit/src/lib/components/docs/icons/index.ts +0 -78
  304. package/templates/sveltekit/src/lib/components/docs/index.ts +0 -6
  305. package/templates/sveltekit/src/lib/components/docs/light-switch/LightSwitch.svelte +0 -75
  306. package/templates/sveltekit/src/lib/components/docs/light-switch/index.ts +0 -1
  307. package/templates/sveltekit/src/lib/components/docs/light-switch/light-switch.ts +0 -87
  308. package/templates/sveltekit/src/lib/components/docs/light-switch/local-storage-store.ts +0 -81
  309. package/templates/sveltekit/src/lib/components/ui/accordion/Accordion.svelte +0 -11
  310. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionContent.svelte +0 -19
  311. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionItem.svelte +0 -13
  312. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionTrigger.svelte +0 -21
  313. package/templates/sveltekit/src/lib/components/ui/accordion/index.ts +0 -4
  314. package/templates/sveltekit/src/lib/components/ui/alert/Alert.svelte +0 -29
  315. package/templates/sveltekit/src/lib/components/ui/alert/AlertDescription.svelte +0 -10
  316. package/templates/sveltekit/src/lib/components/ui/alert/AlertTitle.svelte +0 -15
  317. package/templates/sveltekit/src/lib/components/ui/alert/index.ts +0 -3
  318. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogAction.svelte +0 -12
  319. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogCancel.svelte +0 -15
  320. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogContent.svelte +0 -22
  321. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogDescription.svelte +0 -14
  322. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogFooter.svelte +0 -13
  323. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogHeader.svelte +0 -10
  324. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogOverlay.svelte +0 -15
  325. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogPortal.svelte +0 -9
  326. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogTitle.svelte +0 -11
  327. package/templates/sveltekit/src/lib/components/ui/alert-dialog/index.ts +0 -12
  328. package/templates/sveltekit/src/lib/components/ui/aspect-ratio/AspectRatio.svelte +0 -13
  329. package/templates/sveltekit/src/lib/components/ui/aspect-ratio/index.ts +0 -1
  330. package/templates/sveltekit/src/lib/components/ui/avatar/Avatar.svelte +0 -14
  331. package/templates/sveltekit/src/lib/components/ui/avatar/AvatarFallback.svelte +0 -14
  332. package/templates/sveltekit/src/lib/components/ui/avatar/AvatarImage.svelte +0 -17
  333. package/templates/sveltekit/src/lib/components/ui/avatar/index.ts +0 -3
  334. package/templates/sveltekit/src/lib/components/ui/badge/Badge.svelte +0 -39
  335. package/templates/sveltekit/src/lib/components/ui/badge/index.ts +0 -21
  336. package/templates/sveltekit/src/lib/components/ui/button/Button.svelte +0 -47
  337. package/templates/sveltekit/src/lib/components/ui/button/index.ts +0 -28
  338. package/templates/sveltekit/src/lib/components/ui/card/Card.svelte +0 -18
  339. package/templates/sveltekit/src/lib/components/ui/card/CardContent.svelte +0 -10
  340. package/templates/sveltekit/src/lib/components/ui/card/CardDescription.svelte +0 -10
  341. package/templates/sveltekit/src/lib/components/ui/card/CardFooter.svelte +0 -10
  342. package/templates/sveltekit/src/lib/components/ui/card/CardHeader.svelte +0 -10
  343. package/templates/sveltekit/src/lib/components/ui/card/CardTitle.svelte +0 -16
  344. package/templates/sveltekit/src/lib/components/ui/card/index.ts +0 -6
  345. package/templates/sveltekit/src/lib/components/ui/checkbox/Checkbox.svelte +0 -23
  346. package/templates/sveltekit/src/lib/components/ui/checkbox/index.ts +0 -1
  347. package/templates/sveltekit/src/lib/components/ui/collapsible/index.ts +0 -7
  348. package/templates/sveltekit/src/lib/components/ui/dialog/DialogContent.svelte +0 -29
  349. package/templates/sveltekit/src/lib/components/ui/dialog/DialogDescription.svelte +0 -14
  350. package/templates/sveltekit/src/lib/components/ui/dialog/DialogFooter.svelte +0 -13
  351. package/templates/sveltekit/src/lib/components/ui/dialog/DialogHeader.svelte +0 -10
  352. package/templates/sveltekit/src/lib/components/ui/dialog/DialogOverlay.svelte +0 -15
  353. package/templates/sveltekit/src/lib/components/ui/dialog/DialogPortal.svelte +0 -13
  354. package/templates/sveltekit/src/lib/components/ui/dialog/DialogTitle.svelte +0 -14
  355. package/templates/sveltekit/src/lib/components/ui/dialog/index.ts +0 -12
  356. package/templates/sveltekit/src/lib/components/ui/hover-card/HoverCardContent.svelte +0 -24
  357. package/templates/sveltekit/src/lib/components/ui/hover-card/index.ts +0 -6
  358. package/templates/sveltekit/src/lib/components/ui/input/Input.svelte +0 -30
  359. package/templates/sveltekit/src/lib/components/ui/input/index.ts +0 -1
  360. package/templates/sveltekit/src/lib/components/ui/label/Label.svelte +0 -16
  361. package/templates/sveltekit/src/lib/components/ui/label/index.ts +0 -1
  362. package/templates/sveltekit/src/lib/components/ui/progress/Progress.svelte +0 -22
  363. package/templates/sveltekit/src/lib/components/ui/progress/index.ts +0 -1
  364. package/templates/sveltekit/src/lib/components/ui/radio-group/RadioGroup.svelte +0 -13
  365. package/templates/sveltekit/src/lib/components/ui/radio-group/RadioGroupItem.svelte +0 -23
  366. package/templates/sveltekit/src/lib/components/ui/radio-group/index.ts +0 -2
  367. package/templates/sveltekit/src/lib/components/ui/select/SelectContent.svelte +0 -26
  368. package/templates/sveltekit/src/lib/components/ui/select/SelectItem.svelte +0 -29
  369. package/templates/sveltekit/src/lib/components/ui/select/SelectLabel.svelte +0 -14
  370. package/templates/sveltekit/src/lib/components/ui/select/SelectSeparator.svelte +0 -9
  371. package/templates/sveltekit/src/lib/components/ui/select/SelectTrigger.svelte +0 -21
  372. package/templates/sveltekit/src/lib/components/ui/select/index.ts +0 -10
  373. package/templates/sveltekit/src/lib/components/ui/separator/Separator.svelte +0 -22
  374. package/templates/sveltekit/src/lib/components/ui/separator/index.ts +0 -1
  375. package/templates/sveltekit/src/lib/components/ui/sheet/SheetContent.svelte +0 -27
  376. package/templates/sveltekit/src/lib/components/ui/sheet/SheetDescription.svelte +0 -11
  377. package/templates/sveltekit/src/lib/components/ui/sheet/SheetFooter.svelte +0 -13
  378. package/templates/sveltekit/src/lib/components/ui/sheet/SheetHeader.svelte +0 -10
  379. package/templates/sveltekit/src/lib/components/ui/sheet/SheetOverlay.svelte +0 -15
  380. package/templates/sveltekit/src/lib/components/ui/sheet/SheetPortal.svelte +0 -28
  381. package/templates/sveltekit/src/lib/components/ui/sheet/SheetTitle.svelte +0 -14
  382. package/templates/sveltekit/src/lib/components/ui/sheet/index.ts +0 -102
  383. package/templates/sveltekit/src/lib/components/ui/skeleton/Skeleton.svelte +0 -8
  384. package/templates/sveltekit/src/lib/components/ui/skeleton/index.ts +0 -1
  385. package/templates/sveltekit/src/lib/components/ui/slider/Slider.svelte +0 -22
  386. package/templates/sveltekit/src/lib/components/ui/slider/index.ts +0 -1
  387. package/templates/sveltekit/src/lib/components/ui/switch/Switch.svelte +0 -32
  388. package/templates/sveltekit/src/lib/components/ui/switch/index.ts +0 -1
  389. package/templates/sveltekit/src/lib/components/ui/table/Table.svelte +0 -12
  390. package/templates/sveltekit/src/lib/components/ui/table/TableBody.svelte +0 -10
  391. package/templates/sveltekit/src/lib/components/ui/table/TableCaption.svelte +0 -10
  392. package/templates/sveltekit/src/lib/components/ui/table/TableCell.svelte +0 -10
  393. package/templates/sveltekit/src/lib/components/ui/table/TableFooter.svelte +0 -10
  394. package/templates/sveltekit/src/lib/components/ui/table/TableHead.svelte +0 -16
  395. package/templates/sveltekit/src/lib/components/ui/table/TableHeader.svelte +0 -10
  396. package/templates/sveltekit/src/lib/components/ui/table/TableRow.svelte +0 -16
  397. package/templates/sveltekit/src/lib/components/ui/table/index.ts +0 -8
  398. package/templates/sveltekit/src/lib/components/ui/tabs/TabsContent.svelte +0 -20
  399. package/templates/sveltekit/src/lib/components/ui/tabs/TabsList.svelte +0 -17
  400. package/templates/sveltekit/src/lib/components/ui/tabs/TabsTrigger.svelte +0 -20
  401. package/templates/sveltekit/src/lib/components/ui/tabs/index.ts +0 -7
  402. package/templates/sveltekit/src/lib/components/ui/textarea/Textarea.svelte +0 -30
  403. package/templates/sveltekit/src/lib/components/ui/textarea/index.ts +0 -1
  404. package/templates/sveltekit/src/lib/components/ui/toggle/Toggle.svelte +0 -44
  405. package/templates/sveltekit/src/lib/components/ui/toggle/index.ts +0 -1
  406. package/templates/sveltekit/src/lib/components/ui/tooltip/TooltipContent.svelte +0 -22
  407. package/templates/sveltekit/src/lib/components/ui/tooltip/index.ts +0 -6
  408. package/templates/sveltekit/src/lib/config/components.ts +0 -306
  409. package/templates/sveltekit/src/lib/config/docs.ts +0 -356
  410. package/templates/sveltekit/src/lib/config/site.ts +0 -15
  411. package/templates/sveltekit/src/lib/types/docs.ts +0 -50
  412. package/templates/sveltekit/src/lib/types/nav.ts +0 -18
  413. package/templates/sveltekit/src/lib/utils.ts +0 -75
  414. package/templates/sveltekit/src/routes/+layout.svelte +0 -48
  415. package/templates/sveltekit/src/routes/+layout.ts +0 -4
  416. package/templates/sveltekit/src/routes/+page.svelte +0 -0
  417. package/templates/sveltekit/src/routes/+page.ts +0 -6
  418. package/templates/sveltekit/src/routes/authentication/+page.svelte +0 -57
  419. package/templates/sveltekit/src/routes/authentication/+page.ts +0 -7
  420. package/templates/sveltekit/src/routes/authentication/UserAuthForm.svelte +0 -61
  421. package/templates/sveltekit/src/routes/cards/+page.svelte +0 -26
  422. package/templates/sveltekit/src/routes/cards/+page.ts +0 -7
  423. package/templates/sveltekit/src/routes/cards/CookieSettings.svelte +0 -52
  424. package/templates/sveltekit/src/routes/cards/CreateAccount.svelte +0 -52
  425. package/templates/sveltekit/src/routes/cards/DemoContainer.svelte +0 -10
  426. package/templates/sveltekit/src/routes/cards/Notifications.svelte +0 -38
  427. package/templates/sveltekit/src/routes/cards/PaymentMethod.svelte +0 -110
  428. package/templates/sveltekit/src/routes/cards/ReportAnIssue.svelte +0 -71
  429. package/templates/sveltekit/src/routes/cards/ShareDocument.svelte +0 -91
  430. package/templates/sveltekit/src/routes/dashboard/+page.svelte +0 -5
  431. package/templates/sveltekit/src/routes/dashboard/+page.ts +0 -7
  432. package/templates/sveltekit/src/routes/forms/+page.svelte +0 -0
  433. package/templates/sveltekit/src/routes/music/+page.svelte +0 -0
  434. package/templates/sveltekit/src/routes/music/albums.ts +0 -61
  435. package/templates/sveltekit/src/routes/music/playlists.ts +0 -16
  436. package/templates/sveltekit/src/routes/playground/+page.svelte +0 -0
  437. package/templates/sveltekit/src/routes/tasks/+page.svelte +0 -0
  438. package/templates/sveltekit/src/styles/globals.css +0 -125
  439. package/templates/sveltekit/src/styles/mdsvex.css +0 -80
  440. package/templates/sveltekit/src-tauri/Cargo.lock +0 -3835
  441. package/templates/sveltekit/src-tauri/Cargo.toml +0 -39
  442. package/templates/sveltekit/src-tauri/build.rs +0 -3
  443. package/templates/sveltekit/src-tauri/icons/128x128.png +0 -0
  444. package/templates/sveltekit/src-tauri/icons/128x128@2x.png +0 -0
  445. package/templates/sveltekit/src-tauri/icons/32x32.png +0 -0
  446. package/templates/sveltekit/src-tauri/icons/Square107x107Logo.png +0 -0
  447. package/templates/sveltekit/src-tauri/icons/Square142x142Logo.png +0 -0
  448. package/templates/sveltekit/src-tauri/icons/Square150x150Logo.png +0 -0
  449. package/templates/sveltekit/src-tauri/icons/Square284x284Logo.png +0 -0
  450. package/templates/sveltekit/src-tauri/icons/Square30x30Logo.png +0 -0
  451. package/templates/sveltekit/src-tauri/icons/Square310x310Logo.png +0 -0
  452. package/templates/sveltekit/src-tauri/icons/Square44x44Logo.png +0 -0
  453. package/templates/sveltekit/src-tauri/icons/Square71x71Logo.png +0 -0
  454. package/templates/sveltekit/src-tauri/icons/Square89x89Logo.png +0 -0
  455. package/templates/sveltekit/src-tauri/icons/StoreLogo.png +0 -0
  456. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  457. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  458. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  459. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  460. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  461. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  462. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  463. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  464. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  465. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  466. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  467. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  468. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  469. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  470. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  471. package/templates/sveltekit/src-tauri/icons/icon.icns +0 -0
  472. package/templates/sveltekit/src-tauri/icons/icon.ico +0 -0
  473. package/templates/sveltekit/src-tauri/icons/icon.png +0 -0
  474. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  475. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  476. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  477. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  478. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  479. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  480. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  481. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  482. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  483. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  484. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  485. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  486. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  487. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  488. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  489. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  490. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  491. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  492. package/templates/sveltekit/src-tauri/src/main.rs +0 -22
  493. package/templates/sveltekit/src-tauri/tauri.conf.json +0 -71
  494. package/templates/sveltekit/static/avatars/01.png +0 -0
  495. package/templates/sveltekit/static/avatars/02.png +0 -0
  496. package/templates/sveltekit/static/avatars/03.png +0 -0
  497. package/templates/sveltekit/static/avatars/04.png +0 -0
  498. package/templates/sveltekit/static/avatars/05.png +0 -0
  499. package/templates/sveltekit/static/favicon.ico +0 -0
  500. package/templates/sveltekit/svelte.config.js +0 -22
  501. package/templates/sveltekit/tailwind.config.js +0 -67
  502. package/templates/sveltekit/tsconfig.json +0 -13
  503. package/templates/sveltekit/vite.config.js +0 -12
  504. package/templates/vite/.github/workflows/release.yml +0 -108
  505. package/templates/vite/.vscode/extensions.json +0 -3
  506. package/templates/vite/README.md +0 -7
  507. package/templates/vite/app-icon.png +0 -0
  508. package/templates/vite/components.json +0 -16
  509. package/templates/vite/index.html +0 -16
  510. package/templates/vite/package.json +0 -83
  511. package/templates/vite/pnpm-lock.yaml +0 -5176
  512. package/templates/vite/postcss.config.js +0 -6
  513. package/templates/vite/prettier.config.cjs +0 -35
  514. package/templates/vite/public/avatars/01.png +0 -0
  515. package/templates/vite/public/avatars/02.png +0 -0
  516. package/templates/vite/public/avatars/03.png +0 -0
  517. package/templates/vite/public/avatars/04.png +0 -0
  518. package/templates/vite/public/avatars/05.png +0 -0
  519. package/templates/vite/src/App.tsx +0 -39
  520. package/templates/vite/src/assets/Inter-VariableFont_slnt,wght.ttf +0 -0
  521. package/templates/vite/src/components/about-dialog.tsx +0 -101
  522. package/templates/vite/src/components/icons.tsx +0 -154
  523. package/templates/vite/src/components/menu-mode-toggle.tsx +0 -47
  524. package/templates/vite/src/components/menu.tsx +0 -212
  525. package/templates/vite/src/components/tailwind-indicator.tsx +0 -18
  526. package/templates/vite/src/components/theme-provider.tsx +0 -9
  527. package/templates/vite/src/components/ui/accordion.tsx +0 -58
  528. package/templates/vite/src/components/ui/alert-dialog.tsx +0 -143
  529. package/templates/vite/src/components/ui/alert.tsx +0 -59
  530. package/templates/vite/src/components/ui/aspect-ratio.tsx +0 -5
  531. package/templates/vite/src/components/ui/avatar.tsx +0 -48
  532. package/templates/vite/src/components/ui/badge.tsx +0 -36
  533. package/templates/vite/src/components/ui/button.tsx +0 -56
  534. package/templates/vite/src/components/ui/calendar.tsx +0 -62
  535. package/templates/vite/src/components/ui/card.tsx +0 -79
  536. package/templates/vite/src/components/ui/checkbox.tsx +0 -28
  537. package/templates/vite/src/components/ui/collapsible.tsx +0 -9
  538. package/templates/vite/src/components/ui/command.tsx +0 -153
  539. package/templates/vite/src/components/ui/context-menu.tsx +0 -198
  540. package/templates/vite/src/components/ui/dialog.tsx +0 -121
  541. package/templates/vite/src/components/ui/dropdown-menu.tsx +0 -198
  542. package/templates/vite/src/components/ui/form.tsx +0 -176
  543. package/templates/vite/src/components/ui/hover-card.tsx +0 -27
  544. package/templates/vite/src/components/ui/input.tsx +0 -25
  545. package/templates/vite/src/components/ui/label.tsx +0 -24
  546. package/templates/vite/src/components/ui/menubar.tsx +0 -234
  547. package/templates/vite/src/components/ui/navigation-menu.tsx +0 -128
  548. package/templates/vite/src/components/ui/popover.tsx +0 -29
  549. package/templates/vite/src/components/ui/progress.tsx +0 -26
  550. package/templates/vite/src/components/ui/radio-group.tsx +0 -42
  551. package/templates/vite/src/components/ui/scroll-area.tsx +0 -46
  552. package/templates/vite/src/components/ui/select.tsx +0 -119
  553. package/templates/vite/src/components/ui/separator.tsx +0 -29
  554. package/templates/vite/src/components/ui/sheet.tsx +0 -142
  555. package/templates/vite/src/components/ui/skeleton.tsx +0 -15
  556. package/templates/vite/src/components/ui/slider.tsx +0 -26
  557. package/templates/vite/src/components/ui/switch.tsx +0 -27
  558. package/templates/vite/src/components/ui/table.tsx +0 -114
  559. package/templates/vite/src/components/ui/tabs.tsx +0 -53
  560. package/templates/vite/src/components/ui/textarea.tsx +0 -24
  561. package/templates/vite/src/components/ui/toast.tsx +0 -127
  562. package/templates/vite/src/components/ui/toaster.tsx +0 -33
  563. package/templates/vite/src/components/ui/toggle.tsx +0 -43
  564. package/templates/vite/src/components/ui/tooltip.tsx +0 -28
  565. package/templates/vite/src/components/ui/use-toast.ts +0 -192
  566. package/templates/vite/src/dashboard/components/date-range-picker.tsx +0 -65
  567. package/templates/vite/src/dashboard/components/main-nav.tsx +0 -38
  568. package/templates/vite/src/dashboard/components/overview.tsx +0 -78
  569. package/templates/vite/src/dashboard/components/recent-sales.tsx +0 -71
  570. package/templates/vite/src/dashboard/components/search.tsx +0 -13
  571. package/templates/vite/src/dashboard/components/team-switcher.tsx +0 -213
  572. package/templates/vite/src/dashboard/components/user-nav.tsx +0 -62
  573. package/templates/vite/src/dashboard/page.tsx +0 -191
  574. package/templates/vite/src/lib/utils.ts +0 -19
  575. package/templates/vite/src/main.tsx +0 -10
  576. package/templates/vite/src/styles/globals.css +0 -88
  577. package/templates/vite/src/vite-env.d.ts +0 -1
  578. package/templates/vite/src-tauri/Cargo.lock +0 -3835
  579. package/templates/vite/src-tauri/Cargo.toml +0 -39
  580. package/templates/vite/src-tauri/build.rs +0 -3
  581. package/templates/vite/src-tauri/icons/128x128.png +0 -0
  582. package/templates/vite/src-tauri/icons/128x128@2x.png +0 -0
  583. package/templates/vite/src-tauri/icons/32x32.png +0 -0
  584. package/templates/vite/src-tauri/icons/Square107x107Logo.png +0 -0
  585. package/templates/vite/src-tauri/icons/Square142x142Logo.png +0 -0
  586. package/templates/vite/src-tauri/icons/Square150x150Logo.png +0 -0
  587. package/templates/vite/src-tauri/icons/Square284x284Logo.png +0 -0
  588. package/templates/vite/src-tauri/icons/Square30x30Logo.png +0 -0
  589. package/templates/vite/src-tauri/icons/Square310x310Logo.png +0 -0
  590. package/templates/vite/src-tauri/icons/Square44x44Logo.png +0 -0
  591. package/templates/vite/src-tauri/icons/Square71x71Logo.png +0 -0
  592. package/templates/vite/src-tauri/icons/Square89x89Logo.png +0 -0
  593. package/templates/vite/src-tauri/icons/StoreLogo.png +0 -0
  594. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  595. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  596. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  597. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  598. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  599. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  600. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  601. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  602. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  603. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  604. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  605. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  606. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  607. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  608. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  609. package/templates/vite/src-tauri/icons/icon.icns +0 -0
  610. package/templates/vite/src-tauri/icons/icon.ico +0 -0
  611. package/templates/vite/src-tauri/icons/icon.png +0 -0
  612. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  613. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  614. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  615. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  616. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  617. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  618. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  619. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  620. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  621. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  622. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  623. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  624. package/templates/vite/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  625. package/templates/vite/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  626. package/templates/vite/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  627. package/templates/vite/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  628. package/templates/vite/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  629. package/templates/vite/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  630. package/templates/vite/src-tauri/src/main.rs +0 -22
  631. package/templates/vite/src-tauri/tauri.conf.json +0 -71
  632. package/templates/vite/tailwind.config.js +0 -78
  633. package/templates/vite/tsconfig.json +0 -26
  634. package/templates/vite/tsconfig.node.json +0 -9
  635. package/templates/vite/vite.config.ts +0 -33
  636. /package/{templates/.shared → assets}/app-icon.png +0 -0
@@ -1,50 +0,0 @@
1
- "use client"
2
-
3
- import * as React from "react"
4
- import * as AvatarPrimitive from "@radix-ui/react-avatar"
5
-
6
- import { cn } from "@/lib/utils"
7
-
8
- const Avatar = React.forwardRef<
9
- React.ElementRef<typeof AvatarPrimitive.Root>,
10
- React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>
11
- >(({ className, ...props }, ref) => (
12
- <AvatarPrimitive.Root
13
- ref={ref}
14
- className={cn(
15
- "relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full",
16
- className
17
- )}
18
- {...props}
19
- />
20
- ))
21
- Avatar.displayName = AvatarPrimitive.Root.displayName
22
-
23
- const AvatarImage = React.forwardRef<
24
- React.ElementRef<typeof AvatarPrimitive.Image>,
25
- React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Image>
26
- >(({ className, ...props }, ref) => (
27
- <AvatarPrimitive.Image
28
- ref={ref}
29
- className={cn("aspect-square h-full w-full", className)}
30
- {...props}
31
- />
32
- ))
33
- AvatarImage.displayName = AvatarPrimitive.Image.displayName
34
-
35
- const AvatarFallback = React.forwardRef<
36
- React.ElementRef<typeof AvatarPrimitive.Fallback>,
37
- React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Fallback>
38
- >(({ className, ...props }, ref) => (
39
- <AvatarPrimitive.Fallback
40
- ref={ref}
41
- className={cn(
42
- "flex h-full w-full items-center justify-center rounded-full bg-muted",
43
- className
44
- )}
45
- {...props}
46
- />
47
- ))
48
- AvatarFallback.displayName = AvatarPrimitive.Fallback.displayName
49
-
50
- export { Avatar, AvatarImage, AvatarFallback }
@@ -1,36 +0,0 @@
1
- import * as React from "react"
2
- import { cva, type VariantProps } from "class-variance-authority"
3
-
4
- import { cn } from "@/lib/utils"
5
-
6
- const badgeVariants = cva(
7
- "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
8
- {
9
- variants: {
10
- variant: {
11
- default:
12
- "border-transparent bg-primary text-primary-foreground hover:bg-primary/80",
13
- secondary:
14
- "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
15
- destructive:
16
- "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",
17
- outline: "text-foreground",
18
- },
19
- },
20
- defaultVariants: {
21
- variant: "default",
22
- },
23
- }
24
- )
25
-
26
- export interface BadgeProps
27
- extends React.HTMLAttributes<HTMLDivElement>,
28
- VariantProps<typeof badgeVariants> {}
29
-
30
- function Badge({ className, variant, ...props }: BadgeProps) {
31
- return (
32
- <div className={cn(badgeVariants({ variant }), className)} {...props} />
33
- )
34
- }
35
-
36
- export { Badge, badgeVariants }
@@ -1,56 +0,0 @@
1
- import * as React from "react"
2
- import { Slot } from "@radix-ui/react-slot"
3
- import { cva, type VariantProps } from "class-variance-authority"
4
-
5
- import { cn } from "@/lib/utils"
6
-
7
- const buttonVariants = cva(
8
- "inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
9
- {
10
- variants: {
11
- variant: {
12
- default: "bg-primary text-primary-foreground hover:bg-primary/90",
13
- destructive:
14
- "bg-destructive text-destructive-foreground hover:bg-destructive/90",
15
- outline:
16
- "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
17
- secondary:
18
- "bg-secondary text-secondary-foreground hover:bg-secondary/80",
19
- ghost: "hover:bg-accent hover:text-accent-foreground",
20
- link: "text-primary underline-offset-4 hover:underline",
21
- },
22
- size: {
23
- default: "h-10 px-4 py-2",
24
- sm: "h-9 rounded-md px-3",
25
- lg: "h-11 rounded-md px-8",
26
- icon: "h-10 w-10",
27
- },
28
- },
29
- defaultVariants: {
30
- variant: "default",
31
- size: "default",
32
- },
33
- }
34
- )
35
-
36
- export interface ButtonProps
37
- extends React.ButtonHTMLAttributes<HTMLButtonElement>,
38
- VariantProps<typeof buttonVariants> {
39
- asChild?: boolean
40
- }
41
-
42
- const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
43
- ({ className, variant, size, asChild = false, ...props }, ref) => {
44
- const Comp = asChild ? Slot : "button"
45
- return (
46
- <Comp
47
- className={cn(buttonVariants({ variant, size, className }))}
48
- ref={ref}
49
- {...props}
50
- />
51
- )
52
- }
53
- )
54
- Button.displayName = "Button"
55
-
56
- export { Button, buttonVariants }
@@ -1,64 +0,0 @@
1
- "use client"
2
-
3
- import * as React from "react"
4
- import { ChevronLeft, ChevronRight } from "lucide-react"
5
- import { DayPicker } from "react-day-picker"
6
-
7
- import { cn } from "@/lib/utils"
8
- import { buttonVariants } from "@/components/ui/button"
9
-
10
- export type CalendarProps = React.ComponentProps<typeof DayPicker>
11
-
12
- function Calendar({
13
- className,
14
- classNames,
15
- showOutsideDays = true,
16
- ...props
17
- }: CalendarProps) {
18
- return (
19
- <DayPicker
20
- showOutsideDays={showOutsideDays}
21
- className={cn("p-3", className)}
22
- classNames={{
23
- months: "flex flex-col sm:flex-row space-y-4 sm:space-x-4 sm:space-y-0",
24
- month: "space-y-4",
25
- caption: "flex justify-center pt-1 relative items-center",
26
- caption_label: "text-sm font-medium",
27
- nav: "space-x-1 flex items-center",
28
- nav_button: cn(
29
- buttonVariants({ variant: "outline" }),
30
- "h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100"
31
- ),
32
- nav_button_previous: "absolute left-1",
33
- nav_button_next: "absolute right-1",
34
- table: "w-full border-collapse space-y-1",
35
- head_row: "flex",
36
- head_cell:
37
- "text-muted-foreground rounded-md w-9 font-normal text-[0.8rem]",
38
- row: "flex w-full mt-2",
39
- cell: "text-center text-sm p-0 relative [&:has([aria-selected])]:bg-accent first:[&:has([aria-selected])]:rounded-l-md last:[&:has([aria-selected])]:rounded-r-md focus-within:relative focus-within:z-20",
40
- day: cn(
41
- buttonVariants({ variant: "ghost" }),
42
- "h-9 w-9 p-0 font-normal aria-selected:opacity-100"
43
- ),
44
- day_selected:
45
- "bg-primary text-primary-foreground hover:bg-primary hover:text-primary-foreground focus:bg-primary focus:text-primary-foreground",
46
- day_today: "bg-accent text-accent-foreground",
47
- day_outside: "text-muted-foreground opacity-50",
48
- day_disabled: "text-muted-foreground opacity-50",
49
- day_range_middle:
50
- "aria-selected:bg-accent aria-selected:text-accent-foreground",
51
- day_hidden: "invisible",
52
- ...classNames,
53
- }}
54
- components={{
55
- IconLeft: ({ ...props }) => <ChevronLeft className="h-4 w-4" />,
56
- IconRight: ({ ...props }) => <ChevronRight className="h-4 w-4" />,
57
- }}
58
- {...props}
59
- />
60
- )
61
- }
62
- Calendar.displayName = "Calendar"
63
-
64
- export { Calendar }
@@ -1,79 +0,0 @@
1
- import * as React from "react"
2
-
3
- import { cn } from "@/lib/utils"
4
-
5
- const Card = React.forwardRef<
6
- HTMLDivElement,
7
- React.HTMLAttributes<HTMLDivElement>
8
- >(({ className, ...props }, ref) => (
9
- <div
10
- ref={ref}
11
- className={cn(
12
- "rounded-lg border bg-card text-card-foreground shadow-sm",
13
- className
14
- )}
15
- {...props}
16
- />
17
- ))
18
- Card.displayName = "Card"
19
-
20
- const CardHeader = React.forwardRef<
21
- HTMLDivElement,
22
- React.HTMLAttributes<HTMLDivElement>
23
- >(({ className, ...props }, ref) => (
24
- <div
25
- ref={ref}
26
- className={cn("flex flex-col space-y-1.5 p-6", className)}
27
- {...props}
28
- />
29
- ))
30
- CardHeader.displayName = "CardHeader"
31
-
32
- const CardTitle = React.forwardRef<
33
- HTMLParagraphElement,
34
- React.HTMLAttributes<HTMLHeadingElement>
35
- >(({ className, ...props }, ref) => (
36
- <h3
37
- ref={ref}
38
- className={cn(
39
- "text-2xl font-semibold leading-none tracking-tight",
40
- className
41
- )}
42
- {...props}
43
- />
44
- ))
45
- CardTitle.displayName = "CardTitle"
46
-
47
- const CardDescription = React.forwardRef<
48
- HTMLParagraphElement,
49
- React.HTMLAttributes<HTMLParagraphElement>
50
- >(({ className, ...props }, ref) => (
51
- <p
52
- ref={ref}
53
- className={cn("text-sm text-muted-foreground", className)}
54
- {...props}
55
- />
56
- ))
57
- CardDescription.displayName = "CardDescription"
58
-
59
- const CardContent = React.forwardRef<
60
- HTMLDivElement,
61
- React.HTMLAttributes<HTMLDivElement>
62
- >(({ className, ...props }, ref) => (
63
- <div ref={ref} className={cn("p-6 pt-0", className)} {...props} />
64
- ))
65
- CardContent.displayName = "CardContent"
66
-
67
- const CardFooter = React.forwardRef<
68
- HTMLDivElement,
69
- React.HTMLAttributes<HTMLDivElement>
70
- >(({ className, ...props }, ref) => (
71
- <div
72
- ref={ref}
73
- className={cn(" flex items-center p-6 pt-0", className)}
74
- {...props}
75
- />
76
- ))
77
- CardFooter.displayName = "CardFooter"
78
-
79
- export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent }
@@ -1,30 +0,0 @@
1
- "use client"
2
-
3
- import * as React from "react"
4
- import * as CheckboxPrimitive from "@radix-ui/react-checkbox"
5
- import { Check } from "lucide-react"
6
-
7
- import { cn } from "@/lib/utils"
8
-
9
- const Checkbox = React.forwardRef<
10
- React.ElementRef<typeof CheckboxPrimitive.Root>,
11
- React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>
12
- >(({ className, ...props }, ref) => (
13
- <CheckboxPrimitive.Root
14
- ref={ref}
15
- className={cn(
16
- "peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",
17
- className
18
- )}
19
- {...props}
20
- >
21
- <CheckboxPrimitive.Indicator
22
- className={cn("flex items-center justify-center text-current")}
23
- >
24
- <Check className="h-4 w-4" />
25
- </CheckboxPrimitive.Indicator>
26
- </CheckboxPrimitive.Root>
27
- ))
28
- Checkbox.displayName = CheckboxPrimitive.Root.displayName
29
-
30
- export { Checkbox }
@@ -1,11 +0,0 @@
1
- "use client"
2
-
3
- import * as CollapsiblePrimitive from "@radix-ui/react-collapsible"
4
-
5
- const Collapsible = CollapsiblePrimitive.Root
6
-
7
- const CollapsibleTrigger = CollapsiblePrimitive.CollapsibleTrigger
8
-
9
- const CollapsibleContent = CollapsiblePrimitive.CollapsibleContent
10
-
11
- export { Collapsible, CollapsibleTrigger, CollapsibleContent }
@@ -1,155 +0,0 @@
1
- "use client"
2
-
3
- import * as React from "react"
4
- import { DialogProps } from "@radix-ui/react-dialog"
5
- import { Command as CommandPrimitive } from "cmdk"
6
- import { Search } from "lucide-react"
7
-
8
- import { cn } from "@/lib/utils"
9
- import { Dialog, DialogContent } from "@/components/ui/dialog"
10
-
11
- const Command = React.forwardRef<
12
- React.ElementRef<typeof CommandPrimitive>,
13
- React.ComponentPropsWithoutRef<typeof CommandPrimitive>
14
- >(({ className, ...props }, ref) => (
15
- <CommandPrimitive
16
- ref={ref}
17
- className={cn(
18
- "flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
19
- className
20
- )}
21
- {...props}
22
- />
23
- ))
24
- Command.displayName = CommandPrimitive.displayName
25
-
26
- interface CommandDialogProps extends DialogProps {}
27
-
28
- const CommandDialog = ({ children, ...props }: CommandDialogProps) => {
29
- return (
30
- <Dialog {...props}>
31
- <DialogContent className="overflow-hidden p-0 shadow-lg">
32
- <Command className="[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5">
33
- {children}
34
- </Command>
35
- </DialogContent>
36
- </Dialog>
37
- )
38
- }
39
-
40
- const CommandInput = React.forwardRef<
41
- React.ElementRef<typeof CommandPrimitive.Input>,
42
- React.ComponentPropsWithoutRef<typeof CommandPrimitive.Input>
43
- >(({ className, ...props }, ref) => (
44
- <div className="flex items-center border-b px-3" cmdk-input-wrapper="">
45
- <Search className="mr-2 h-4 w-4 shrink-0 opacity-50" />
46
- <CommandPrimitive.Input
47
- ref={ref}
48
- className={cn(
49
- "flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
50
- className
51
- )}
52
- {...props}
53
- />
54
- </div>
55
- ))
56
-
57
- CommandInput.displayName = CommandPrimitive.Input.displayName
58
-
59
- const CommandList = React.forwardRef<
60
- React.ElementRef<typeof CommandPrimitive.List>,
61
- React.ComponentPropsWithoutRef<typeof CommandPrimitive.List>
62
- >(({ className, ...props }, ref) => (
63
- <CommandPrimitive.List
64
- ref={ref}
65
- className={cn("max-h-[300px] overflow-y-auto overflow-x-hidden", className)}
66
- {...props}
67
- />
68
- ))
69
-
70
- CommandList.displayName = CommandPrimitive.List.displayName
71
-
72
- const CommandEmpty = React.forwardRef<
73
- React.ElementRef<typeof CommandPrimitive.Empty>,
74
- React.ComponentPropsWithoutRef<typeof CommandPrimitive.Empty>
75
- >((props, ref) => (
76
- <CommandPrimitive.Empty
77
- ref={ref}
78
- className="py-6 text-center text-sm"
79
- {...props}
80
- />
81
- ))
82
-
83
- CommandEmpty.displayName = CommandPrimitive.Empty.displayName
84
-
85
- const CommandGroup = React.forwardRef<
86
- React.ElementRef<typeof CommandPrimitive.Group>,
87
- React.ComponentPropsWithoutRef<typeof CommandPrimitive.Group>
88
- >(({ className, ...props }, ref) => (
89
- <CommandPrimitive.Group
90
- ref={ref}
91
- className={cn(
92
- "overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
93
- className
94
- )}
95
- {...props}
96
- />
97
- ))
98
-
99
- CommandGroup.displayName = CommandPrimitive.Group.displayName
100
-
101
- const CommandSeparator = React.forwardRef<
102
- React.ElementRef<typeof CommandPrimitive.Separator>,
103
- React.ComponentPropsWithoutRef<typeof CommandPrimitive.Separator>
104
- >(({ className, ...props }, ref) => (
105
- <CommandPrimitive.Separator
106
- ref={ref}
107
- className={cn("-mx-1 h-px bg-border", className)}
108
- {...props}
109
- />
110
- ))
111
- CommandSeparator.displayName = CommandPrimitive.Separator.displayName
112
-
113
- const CommandItem = React.forwardRef<
114
- React.ElementRef<typeof CommandPrimitive.Item>,
115
- React.ComponentPropsWithoutRef<typeof CommandPrimitive.Item>
116
- >(({ className, ...props }, ref) => (
117
- <CommandPrimitive.Item
118
- ref={ref}
119
- className={cn(
120
- "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
121
- className
122
- )}
123
- {...props}
124
- />
125
- ))
126
-
127
- CommandItem.displayName = CommandPrimitive.Item.displayName
128
-
129
- const CommandShortcut = ({
130
- className,
131
- ...props
132
- }: React.HTMLAttributes<HTMLSpanElement>) => {
133
- return (
134
- <span
135
- className={cn(
136
- "ml-auto text-xs tracking-widest text-muted-foreground",
137
- className
138
- )}
139
- {...props}
140
- />
141
- )
142
- }
143
- CommandShortcut.displayName = "CommandShortcut"
144
-
145
- export {
146
- Command,
147
- CommandDialog,
148
- CommandInput,
149
- CommandList,
150
- CommandEmpty,
151
- CommandGroup,
152
- CommandItem,
153
- CommandShortcut,
154
- CommandSeparator,
155
- }
@@ -1,200 +0,0 @@
1
- "use client"
2
-
3
- import * as React from "react"
4
- import * as ContextMenuPrimitive from "@radix-ui/react-context-menu"
5
- import { Check, ChevronRight, Circle } from "lucide-react"
6
-
7
- import { cn } from "@/lib/utils"
8
-
9
- const ContextMenu = ContextMenuPrimitive.Root
10
-
11
- const ContextMenuTrigger = ContextMenuPrimitive.Trigger
12
-
13
- const ContextMenuGroup = ContextMenuPrimitive.Group
14
-
15
- const ContextMenuPortal = ContextMenuPrimitive.Portal
16
-
17
- const ContextMenuSub = ContextMenuPrimitive.Sub
18
-
19
- const ContextMenuRadioGroup = ContextMenuPrimitive.RadioGroup
20
-
21
- const ContextMenuSubTrigger = React.forwardRef<
22
- React.ElementRef<typeof ContextMenuPrimitive.SubTrigger>,
23
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.SubTrigger> & {
24
- inset?: boolean
25
- }
26
- >(({ className, inset, children, ...props }, ref) => (
27
- <ContextMenuPrimitive.SubTrigger
28
- ref={ref}
29
- className={cn(
30
- "flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
31
- inset && "pl-8",
32
- className
33
- )}
34
- {...props}
35
- >
36
- {children}
37
- <ChevronRight className="ml-auto h-4 w-4" />
38
- </ContextMenuPrimitive.SubTrigger>
39
- ))
40
- ContextMenuSubTrigger.displayName = ContextMenuPrimitive.SubTrigger.displayName
41
-
42
- const ContextMenuSubContent = React.forwardRef<
43
- React.ElementRef<typeof ContextMenuPrimitive.SubContent>,
44
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.SubContent>
45
- >(({ className, ...props }, ref) => (
46
- <ContextMenuPrimitive.SubContent
47
- ref={ref}
48
- className={cn(
49
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
50
- className
51
- )}
52
- {...props}
53
- />
54
- ))
55
- ContextMenuSubContent.displayName = ContextMenuPrimitive.SubContent.displayName
56
-
57
- const ContextMenuContent = React.forwardRef<
58
- React.ElementRef<typeof ContextMenuPrimitive.Content>,
59
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Content>
60
- >(({ className, ...props }, ref) => (
61
- <ContextMenuPrimitive.Portal>
62
- <ContextMenuPrimitive.Content
63
- ref={ref}
64
- className={cn(
65
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md animate-in fade-in-80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
66
- className
67
- )}
68
- {...props}
69
- />
70
- </ContextMenuPrimitive.Portal>
71
- ))
72
- ContextMenuContent.displayName = ContextMenuPrimitive.Content.displayName
73
-
74
- const ContextMenuItem = React.forwardRef<
75
- React.ElementRef<typeof ContextMenuPrimitive.Item>,
76
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Item> & {
77
- inset?: boolean
78
- }
79
- >(({ className, inset, ...props }, ref) => (
80
- <ContextMenuPrimitive.Item
81
- ref={ref}
82
- className={cn(
83
- "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
84
- inset && "pl-8",
85
- className
86
- )}
87
- {...props}
88
- />
89
- ))
90
- ContextMenuItem.displayName = ContextMenuPrimitive.Item.displayName
91
-
92
- const ContextMenuCheckboxItem = React.forwardRef<
93
- React.ElementRef<typeof ContextMenuPrimitive.CheckboxItem>,
94
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.CheckboxItem>
95
- >(({ className, children, checked, ...props }, ref) => (
96
- <ContextMenuPrimitive.CheckboxItem
97
- ref={ref}
98
- className={cn(
99
- "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
100
- className
101
- )}
102
- checked={checked}
103
- {...props}
104
- >
105
- <span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
106
- <ContextMenuPrimitive.ItemIndicator>
107
- <Check className="h-4 w-4" />
108
- </ContextMenuPrimitive.ItemIndicator>
109
- </span>
110
- {children}
111
- </ContextMenuPrimitive.CheckboxItem>
112
- ))
113
- ContextMenuCheckboxItem.displayName =
114
- ContextMenuPrimitive.CheckboxItem.displayName
115
-
116
- const ContextMenuRadioItem = React.forwardRef<
117
- React.ElementRef<typeof ContextMenuPrimitive.RadioItem>,
118
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.RadioItem>
119
- >(({ className, children, ...props }, ref) => (
120
- <ContextMenuPrimitive.RadioItem
121
- ref={ref}
122
- className={cn(
123
- "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
124
- className
125
- )}
126
- {...props}
127
- >
128
- <span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
129
- <ContextMenuPrimitive.ItemIndicator>
130
- <Circle className="h-2 w-2 fill-current" />
131
- </ContextMenuPrimitive.ItemIndicator>
132
- </span>
133
- {children}
134
- </ContextMenuPrimitive.RadioItem>
135
- ))
136
- ContextMenuRadioItem.displayName = ContextMenuPrimitive.RadioItem.displayName
137
-
138
- const ContextMenuLabel = React.forwardRef<
139
- React.ElementRef<typeof ContextMenuPrimitive.Label>,
140
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Label> & {
141
- inset?: boolean
142
- }
143
- >(({ className, inset, ...props }, ref) => (
144
- <ContextMenuPrimitive.Label
145
- ref={ref}
146
- className={cn(
147
- "px-2 py-1.5 text-sm font-semibold text-foreground",
148
- inset && "pl-8",
149
- className
150
- )}
151
- {...props}
152
- />
153
- ))
154
- ContextMenuLabel.displayName = ContextMenuPrimitive.Label.displayName
155
-
156
- const ContextMenuSeparator = React.forwardRef<
157
- React.ElementRef<typeof ContextMenuPrimitive.Separator>,
158
- React.ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Separator>
159
- >(({ className, ...props }, ref) => (
160
- <ContextMenuPrimitive.Separator
161
- ref={ref}
162
- className={cn("-mx-1 my-1 h-px bg-border", className)}
163
- {...props}
164
- />
165
- ))
166
- ContextMenuSeparator.displayName = ContextMenuPrimitive.Separator.displayName
167
-
168
- const ContextMenuShortcut = ({
169
- className,
170
- ...props
171
- }: React.HTMLAttributes<HTMLSpanElement>) => {
172
- return (
173
- <span
174
- className={cn(
175
- "ml-auto text-xs tracking-widest text-muted-foreground",
176
- className
177
- )}
178
- {...props}
179
- />
180
- )
181
- }
182
- ContextMenuShortcut.displayName = "ContextMenuShortcut"
183
-
184
- export {
185
- ContextMenu,
186
- ContextMenuTrigger,
187
- ContextMenuContent,
188
- ContextMenuItem,
189
- ContextMenuCheckboxItem,
190
- ContextMenuRadioItem,
191
- ContextMenuLabel,
192
- ContextMenuSeparator,
193
- ContextMenuShortcut,
194
- ContextMenuGroup,
195
- ContextMenuPortal,
196
- ContextMenuSub,
197
- ContextMenuSubContent,
198
- ContextMenuSubTrigger,
199
- ContextMenuRadioGroup,
200
- }