create-tauri-ui 0.3.3 → 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 +3 -3
  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 +0,0 @@
1
- export { default as AspectRatio } from './AspectRatio.svelte';
@@ -1,14 +0,0 @@
1
- <script lang="ts">
2
- import { Avatar as AvatarPrimitive } from 'radix-svelte';
3
- import { cn } from '$lib/utils';
4
-
5
- let className: string | undefined | null = undefined;
6
- export { className as class };
7
- </script>
8
-
9
- <AvatarPrimitive.Root
10
- class={cn('relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full', className)}
11
- {...$$restProps}
12
- >
13
- <slot />
14
- </AvatarPrimitive.Root>
@@ -1,14 +0,0 @@
1
- <script lang="ts">
2
- import { Avatar as AvatarPrimitive } from 'radix-svelte';
3
- import { cn } from '$lib/utils';
4
-
5
- let className: string | undefined | null = undefined;
6
- export { className as class };
7
- </script>
8
-
9
- <AvatarPrimitive.Fallback
10
- class={cn('flex h-full w-full items-center justify-center rounded-full bg-muted', className)}
11
- {...$$restProps}
12
- >
13
- <slot />
14
- </AvatarPrimitive.Fallback>
@@ -1,17 +0,0 @@
1
- <script lang="ts">
2
- import type { AvatarImageProps } from 'radix-svelte';
3
- import { Avatar as AvatarPrimitive } from 'radix-svelte';
4
- import { cn } from '$lib/utils';
5
-
6
- let className: string | undefined | null = undefined;
7
- export let src: AvatarImageProps['src'] = undefined;
8
- export let alt: AvatarImageProps['alt'] = undefined;
9
- export { className as class };
10
- </script>
11
-
12
- <AvatarPrimitive.Image
13
- {alt}
14
- {src}
15
- class={cn('aspect-square h-full w-full', className)}
16
- {...$$restProps}
17
- />
@@ -1,3 +0,0 @@
1
- export { default as Avatar } from './Avatar.svelte';
2
- export { default as AvatarFallback } from './AvatarFallback.svelte';
3
- export { default as AvatarImage } from './AvatarImage.svelte';
@@ -1,39 +0,0 @@
1
- <script lang="ts">
2
- import type { VariantProps } from 'class-variance-authority';
3
- import type { HTMLAnchorAttributes } from 'svelte/elements';
4
- import { cva } from 'class-variance-authority';
5
- import { cn } from '$lib/utils';
6
-
7
- const badgeVariants = cva(
8
- 'inline-flex items-center border rounded-full 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',
9
- {
10
- variants: {
11
- variant: {
12
- default: 'bg-primary hover:bg-primary/80 border-transparent text-primary-foreground',
13
- secondary:
14
- 'bg-secondary hover:bg-secondary/80 border-transparent text-secondary-foreground',
15
- destructive:
16
- 'bg-destructive hover:bg-destructive/80 border-transparent text-destructive-foreground',
17
- outline: 'text-foreground'
18
- }
19
- },
20
- defaultVariants: {
21
- variant: 'default'
22
- }
23
- }
24
- );
25
-
26
- export let href: HTMLAnchorAttributes['href'] = undefined;
27
- export let variant: VariantProps<typeof badgeVariants>['variant'] = 'default';
28
- let className: string | undefined | null = undefined;
29
- export { className as class };
30
- </script>
31
-
32
- <svelte:element
33
- this={href ? 'a' : 'span'}
34
- {href}
35
- class={cn(badgeVariants({ variant, className }))}
36
- {...$$restProps}
37
- >
38
- <slot />
39
- </svelte:element>
@@ -1,21 +0,0 @@
1
- import { cva } from 'class-variance-authority';
2
-
3
- export { default as Badge } from './Badge.svelte';
4
- export const badgeVariants = cva(
5
- 'inline-flex items-center border rounded-full 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',
6
- {
7
- variants: {
8
- variant: {
9
- default: 'bg-primary hover:bg-primary/80 border-transparent text-primary-foreground',
10
- secondary:
11
- 'bg-secondary hover:bg-secondary/80 border-transparent text-secondary-foreground',
12
- destructive:
13
- 'bg-destructive hover:bg-destructive/80 border-transparent text-destructive-foreground',
14
- outline: 'text-foreground'
15
- }
16
- },
17
- defaultVariants: {
18
- variant: 'default'
19
- }
20
- }
21
- );
@@ -1,47 +0,0 @@
1
- <script lang="ts">
2
- import type { VariantProps } from 'class-variance-authority';
3
- import type { HTMLAnchorAttributes, HTMLButtonAttributes } from 'svelte/elements';
4
- import { cn } from '$lib/utils';
5
- import { buttonVariants } from '.';
6
-
7
- let className: string | undefined | null = undefined;
8
- export { className as class };
9
- export let href: HTMLAnchorAttributes['href'] = undefined;
10
- export let type: HTMLButtonAttributes['type'] = undefined;
11
- export let variant: VariantProps<typeof buttonVariants>['variant'] = 'default';
12
- export let size: VariantProps<typeof buttonVariants>['size'] = 'default';
13
-
14
- type Props = {
15
- class?: string | null;
16
- variant?: VariantProps<typeof buttonVariants>['variant'];
17
- size?: VariantProps<typeof buttonVariants>['size'];
18
- };
19
-
20
- interface AnchorElement extends Props, HTMLAnchorAttributes {
21
- href?: HTMLAnchorAttributes['href'];
22
- type?: never;
23
- }
24
-
25
- interface ButtonElement extends Props, HTMLButtonAttributes {
26
- type?: HTMLButtonAttributes['type'];
27
- href?: never;
28
- }
29
-
30
- type $$Props = AnchorElement | ButtonElement;
31
- </script>
32
-
33
- <svelte:element
34
- this={href ? 'a' : 'button'}
35
- type={href ? undefined : type}
36
- {href}
37
- class={cn(buttonVariants({ variant, size, className }))}
38
- {...$$restProps}
39
- on:click
40
- on:change
41
- on:keydown
42
- on:keyup
43
- on:mouseenter
44
- on:mouseleave
45
- >
46
- <slot />
47
- </svelte:element>
@@ -1,28 +0,0 @@
1
- import { cva } from 'class-variance-authority';
2
-
3
- export { default as Button } from './Button.svelte';
4
-
5
- export const buttonVariants = cva(
6
- 'inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background',
7
- {
8
- variants: {
9
- variant: {
10
- default: 'bg-primary text-primary-foreground hover:bg-primary/90',
11
- destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',
12
- outline: 'border border-input hover:bg-accent hover:text-accent-foreground',
13
- secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',
14
- ghost: 'hover:bg-accent hover:text-accent-foreground',
15
- link: 'underline-offset-4 hover:underline text-primary'
16
- },
17
- size: {
18
- default: 'h-10 py-2 px-4',
19
- sm: 'h-9 px-3 rounded-md',
20
- lg: 'h-11 px-8 rounded-md'
21
- }
22
- },
23
- defaultVariants: {
24
- variant: 'default',
25
- size: 'default'
26
- }
27
- }
28
- );
@@ -1,18 +0,0 @@
1
- <script lang="ts">
2
- import { cn } from '$lib/utils';
3
-
4
- let className: string | undefined | null = undefined;
5
- export { className as class };
6
- </script>
7
-
8
- <div
9
- class={cn('rounded-lg border bg-card text-card-foreground shadow-sm', className)}
10
- {...$$restProps}
11
- on:click
12
- on:focusin
13
- on:focusout
14
- on:mouseenter
15
- on:mouseleave
16
- >
17
- <slot />
18
- </div>
@@ -1,10 +0,0 @@
1
- <script lang="ts">
2
- import { cn } from '$lib/utils';
3
-
4
- let className: string | undefined | null = undefined;
5
- export { className as class };
6
- </script>
7
-
8
- <div class={cn('p-6 pt-0', className)} {...$$restProps}>
9
- <slot />
10
- </div>
@@ -1,10 +0,0 @@
1
- <script lang="ts">
2
- import { cn } from '$lib/utils';
3
-
4
- let className: string | undefined | null = undefined;
5
- export { className as class };
6
- </script>
7
-
8
- <p class={cn('text-sm text-muted-foreground', className)} {...$$restProps}>
9
- <slot />
10
- </p>
@@ -1,10 +0,0 @@
1
- <script lang="ts">
2
- import { cn } from '$lib/utils';
3
-
4
- let className: string | undefined | null = undefined;
5
- export { className as class };
6
- </script>
7
-
8
- <div class={cn('flex items-center p-6 pt-0', className)} {...$$restProps}>
9
- <slot />
10
- </div>
@@ -1,10 +0,0 @@
1
- <script lang="ts">
2
- import { cn } from '$lib/utils';
3
-
4
- let className: string | undefined | null = undefined;
5
- export { className as class };
6
- </script>
7
-
8
- <div class={cn('flex flex-col space-y-1.5 p-6', className)} {...$$restProps}>
9
- <slot />
10
- </div>
@@ -1,16 +0,0 @@
1
- <script lang="ts">
2
- import { cn } from '$lib/utils';
3
-
4
- let className: string | undefined | null = undefined;
5
- export { className as class };
6
-
7
- export let tag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' = 'h3';
8
- </script>
9
-
10
- <svelte:element
11
- this={tag}
12
- class={cn('text-lg font-semibold leading-none tracking-tight', className)}
13
- {...$$restProps}
14
- >
15
- <slot />
16
- </svelte:element>
@@ -1,6 +0,0 @@
1
- export { default as Card } from './Card.svelte';
2
- export { default as CardContent } from './CardContent.svelte';
3
- export { default as CardDescription } from './CardDescription.svelte';
4
- export { default as CardFooter } from './CardFooter.svelte';
5
- export { default as CardHeader } from './CardHeader.svelte';
6
- export { default as CardTitle } from './CardTitle.svelte';
@@ -1,23 +0,0 @@
1
- <script lang="ts">
2
- import type { CheckboxRootProps } from 'radix-svelte';
3
- import { Check } from 'lucide-svelte';
4
- import { Checkbox as CheckboxPrimitive } from 'radix-svelte';
5
- import { cn } from '$lib/utils';
6
-
7
- let className: string | undefined | null = undefined;
8
- export { className as class };
9
- export let checked: CheckboxRootProps['checked'] = undefined;
10
- </script>
11
-
12
- <CheckboxPrimitive.Root
13
- class={cn(
14
- 'peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50',
15
- className
16
- )}
17
- bind:checked
18
- {...$$restProps}
19
- >
20
- <CheckboxPrimitive.Indicator class={cn('flex items-center justify-center text-current')}>
21
- <Check class="h-4 w-4" />
22
- </CheckboxPrimitive.Indicator>
23
- </CheckboxPrimitive.Root>
@@ -1 +0,0 @@
1
- export { default as Checkbox } from './Checkbox.svelte';
@@ -1,7 +0,0 @@
1
- import { Collapsible as CollapsiblePrimitive } from 'radix-svelte';
2
-
3
- export const Collapsible = CollapsiblePrimitive.Root;
4
-
5
- export const CollapsibleTrigger = CollapsiblePrimitive.Trigger;
6
-
7
- export const CollapsibleContent = CollapsiblePrimitive.Content;
@@ -1,29 +0,0 @@
1
- <script lang="ts">
2
- import { X } from 'lucide-svelte';
3
- import { Dialog as DialogPrimitive } from 'radix-svelte';
4
- import { cn } from '$lib/utils';
5
- import DialogOverlay from './DialogOverlay.svelte';
6
- import DialogPortal from './DialogPortal.svelte';
7
-
8
- let className: string | undefined | null = undefined;
9
- export { className as class };
10
- </script>
11
-
12
- <DialogPortal>
13
- <DialogOverlay />
14
- <DialogPrimitive.Content
15
- class={cn(
16
- 'fixed z-50 grid w-full gap-4 rounded-b-lg border bg-background p-6 shadow-lg animate-in data-[state=open]:fade-in-90 data-[state=open]:slide-in-from-bottom-10 sm:max-w-lg sm:rounded-lg sm:zoom-in-90 data-[state=open]:sm:slide-in-from-bottom-0',
17
- className
18
- )}
19
- {...$$restProps}
20
- >
21
- <slot />
22
- <DialogPrimitive.Close
23
- class="absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity data-[state=open]:bg-accent data-[state=open]:text-muted-foreground hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none"
24
- >
25
- <X className="h-4 w-4" />
26
- <span class="sr-only">Close</span>
27
- </DialogPrimitive.Close>
28
- </DialogPrimitive.Content>
29
- </DialogPortal>
@@ -1,14 +0,0 @@
1
- <script lang="ts">
2
- import { Dialog as DialogPrimitive } from 'radix-svelte';
3
- import { cn } from '$lib/utils';
4
-
5
- let className: string | undefined | null = undefined;
6
- export { className as class };
7
- </script>
8
-
9
- <DialogPrimitive.Description
10
- class={cn('text-sm text-muted-foreground', className)}
11
- {...$$restProps}
12
- >
13
- <slot />
14
- </DialogPrimitive.Description>
@@ -1,13 +0,0 @@
1
- <script lang="ts">
2
- import { cn } from '$lib/utils';
3
-
4
- let className: string | undefined | null = undefined;
5
- export { className as class };
6
- </script>
7
-
8
- <div
9
- class={cn('flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2', className)}
10
- {...$$restProps}
11
- >
12
- <slot />
13
- </div>
@@ -1,10 +0,0 @@
1
- <script lang="ts">
2
- import { cn } from '$lib/utils';
3
-
4
- let className: string | undefined | null = undefined;
5
- export { className as class };
6
- </script>
7
-
8
- <div class={cn('flex flex-col space-y-1.5 text-center sm:text-left', className)} {...$$restProps}>
9
- <slot />
10
- </div>
@@ -1,15 +0,0 @@
1
- <script lang="ts">
2
- import { Dialog as DialogPrimitive } from 'radix-svelte';
3
- import { cn } from '$lib/utils';
4
-
5
- let className: string | undefined | null = undefined;
6
- export { className as class };
7
- </script>
8
-
9
- <DialogPrimitive.Overlay
10
- class={cn(
11
- 'fixed inset-0 z-50 bg-background/80 backdrop-blur-sm transition-all duration-100 data-[state=closed]:animate-out data-[state=closed]:fade-out data-[state=open]:fade-in',
12
- className
13
- )}
14
- {...$$restProps}
15
- />
@@ -1,13 +0,0 @@
1
- <script lang="ts">
2
- import { Dialog as DialogPrimitive } from 'radix-svelte';
3
- import { cn } from '$lib/utils';
4
-
5
- let className: string | undefined | null = undefined;
6
- export { className as class };
7
- </script>
8
-
9
- <DialogPrimitive.Portal class={cn(className)} {...$$restProps}>
10
- <div class="fixed inset-0 z-50 flex items-start justify-center sm:items-center">
11
- <slot />
12
- </div>
13
- </DialogPrimitive.Portal>
@@ -1,14 +0,0 @@
1
- <script lang="ts">
2
- import { Dialog as DialogPrimitive } from 'radix-svelte';
3
- import { cn } from '$lib/utils';
4
-
5
- let className: string | undefined | null = undefined;
6
- export { className as class };
7
- </script>
8
-
9
- <DialogPrimitive.Title
10
- class={cn('text-lg font-semibold leading-none tracking-tight', className)}
11
- {...$$restProps}
12
- >
13
- <slot />
14
- </DialogPrimitive.Title>
@@ -1,12 +0,0 @@
1
- import { Dialog as DialogPrimitive } from 'radix-svelte';
2
-
3
- export const Dialog = DialogPrimitive.Root;
4
- export const DialogTrigger = DialogPrimitive.Trigger;
5
-
6
- export { default as DialogContent } from './DialogContent.svelte';
7
- export { default as DialogDescription } from './DialogDescription.svelte';
8
- export { default as DialogFooter } from './DialogFooter.svelte';
9
- export { default as DialogHeader } from './DialogHeader.svelte';
10
- export { default as DialogOverlay } from './DialogOverlay.svelte';
11
- export { default as DialogPortal } from './DialogPortal.svelte';
12
- export { default as DialogTitle } from './DialogTitle.svelte';
@@ -1,24 +0,0 @@
1
- <script lang="ts">
2
- import type { HoverCardContentProps } from 'radix-svelte';
3
- import { HoverCard as HoverCardPrimitive } from 'radix-svelte';
4
- import { cn } from '$lib/utils';
5
-
6
- let className: string | undefined | null = undefined;
7
- export { className as class };
8
- export let align: HoverCardContentProps['align'] = undefined;
9
- export let sideOffset: HoverCardContentProps['sideOffset'] = undefined;
10
- </script>
11
-
12
- <HoverCardPrimitive.Portal>
13
- <HoverCardPrimitive.Content
14
- {align}
15
- {sideOffset}
16
- class={cn(
17
- 'z-50 mt-3 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none animate-in zoom-in-90',
18
- className
19
- )}
20
- {...$$restProps}
21
- >
22
- <slot />
23
- </HoverCardPrimitive.Content>
24
- </HoverCardPrimitive.Portal>
@@ -1,6 +0,0 @@
1
- import { HoverCard as HoverCardPrimitive } from 'radix-svelte';
2
-
3
- export { default as HoverCardContent } from './HoverCardContent.svelte';
4
- export const HoverCard = HoverCardPrimitive.Root;
5
- export const HoverCardTrigger = HoverCardPrimitive.Trigger;
6
- export const HoverCardPortal = HoverCardPrimitive.Portal;
@@ -1,30 +0,0 @@
1
- <script lang="ts">
2
- import type { HTMLInputAttributes } from 'svelte/elements';
3
- import { cn } from '$lib/utils';
4
-
5
- let className: string | undefined | null = undefined;
6
-
7
- export let value: HTMLInputAttributes['value'] = undefined;
8
- export { className as class };
9
- </script>
10
-
11
- <input
12
- class={cn(
13
- 'flex h-10 w-full rounded-md border border-input bg-transparent px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50',
14
- className
15
- )}
16
- bind:value
17
- on:blur
18
- on:change
19
- on:click
20
- on:focus
21
- on:keydown
22
- on:keypress
23
- on:keyup
24
- on:mouseover
25
- on:mouseenter
26
- on:mouseleave
27
- on:paste
28
- on:input
29
- {...$$restProps}
30
- />
@@ -1 +0,0 @@
1
- export { default as Input } from './Input.svelte';
@@ -1,16 +0,0 @@
1
- <script lang="ts">
2
- import { cva } from 'class-variance-authority';
3
- import { Label as LabelPrimitive } from 'radix-svelte';
4
- import { cn } from '$lib/utils';
5
-
6
- const labelVariants = cva(
7
- 'text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70'
8
- );
9
-
10
- let className: string | undefined | null = undefined;
11
- export { className as class };
12
- </script>
13
-
14
- <LabelPrimitive.Root class={cn(labelVariants(), className)} {...$$restProps}>
15
- <slot />
16
- </LabelPrimitive.Root>
@@ -1 +0,0 @@
1
- export { default as Label } from './Label.svelte';
@@ -1,22 +0,0 @@
1
- <script lang="ts">
2
- import type { ProgressRootProps } from 'radix-svelte';
3
- import { Progress as ProgressPrimitive } from 'radix-svelte';
4
- import { cn } from '$lib/utils';
5
-
6
- let className: string | undefined | null = undefined;
7
- export { className as class };
8
- export let value: ProgressRootProps['value'] = null;
9
- export let max: ProgressRootProps['max'] = 100;
10
- </script>
11
-
12
- <ProgressPrimitive.Root
13
- class={cn('relative h-4 w-full overflow-hidden rounded-full bg-secondary', className)}
14
- {value}
15
- {max}
16
- {...$$restProps}
17
- >
18
- <ProgressPrimitive.Indicator
19
- class="h-full w-full flex-1 bg-primary transition-all"
20
- style={`transform: translateX(-${100 - (100 * (value ?? 0)) / (max ?? 1)}%)`}
21
- />
22
- </ProgressPrimitive.Root>
@@ -1 +0,0 @@
1
- export { default as Progress } from './Progress.svelte';
@@ -1,13 +0,0 @@
1
- <script lang="ts">
2
- import type { RadioGroupRootProps } from 'radix-svelte';
3
- import { RadioGroup as RadioGroupPrimitive } from 'radix-svelte';
4
- import { cn } from '$lib/utils';
5
-
6
- let className: string | undefined | null = undefined;
7
- export { className as class };
8
- export let value: RadioGroupRootProps['value'] = undefined;
9
- </script>
10
-
11
- <RadioGroupPrimitive.Root bind:value class={cn('grid gap-2', className)} {...$$restProps}>
12
- <slot />
13
- </RadioGroupPrimitive.Root>
@@ -1,23 +0,0 @@
1
- <script lang="ts">
2
- import type { RadioGroupItemProps } from 'radix-svelte';
3
- import { Circle } from 'lucide-svelte';
4
- import { RadioGroup as RadioGroupPrimitive } from 'radix-svelte';
5
- import { cn } from '$lib/utils';
6
-
7
- let className: string | undefined | null = undefined;
8
- export { className as class };
9
- export let value: RadioGroupItemProps['value'] = '';
10
- </script>
11
-
12
- <RadioGroupPrimitive.Item
13
- {value}
14
- class={cn(
15
- 'aspect-square h-4 w-4 rounded-full border border-primary text-primary ring-offset-background focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50',
16
- className
17
- )}
18
- {...$$restProps}
19
- >
20
- <RadioGroupPrimitive.Indicator class="flex items-center justify-center">
21
- <Circle class="h-2.5 w-2.5 fill-current text-current" />
22
- </RadioGroupPrimitive.Indicator>
23
- </RadioGroupPrimitive.Item>
@@ -1,2 +0,0 @@
1
- export { default as RadioGroup } from './RadioGroup.svelte';
2
- export { default as RadioGroupItem } from './RadioGroupItem.svelte';
@@ -1,26 +0,0 @@
1
- <script lang="ts">
2
- import { Select as SelectPrimitive } from 'radix-svelte';
3
- import { cn } from '$lib/utils';
4
-
5
- let className: string | undefined | null = undefined;
6
- export { className as class };
7
- </script>
8
-
9
- <SelectPrimitive.Portal>
10
- <SelectPrimitive.Content
11
- class={cn(
12
- 'relative z-50 min-w-[8rem] translate-y-1 overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md animate-in fade-in-80',
13
- className
14
- )}
15
- {...$$restProps}
16
- >
17
- <SelectPrimitive.Viewport
18
- class={cn(
19
- 'p-1',
20
- 'h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]'
21
- )}
22
- >
23
- <slot />
24
- </SelectPrimitive.Viewport>
25
- </SelectPrimitive.Content>
26
- </SelectPrimitive.Portal>