fulldev-ui 0.7.0-beta.9 → 0.9.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 (776) hide show
  1. package/CHANGELOG.md +140 -2
  2. package/README.md +18 -16
  3. package/package.json +96 -77
  4. package/public/r/accordion.json +38 -0
  5. package/public/r/alert-dialog.json +78 -0
  6. package/public/r/alert.json +32 -0
  7. package/public/r/article-1.json +17 -0
  8. package/public/r/article-2.json +17 -0
  9. package/public/r/articles-1.json +17 -0
  10. package/public/r/articles-2.json +17 -0
  11. package/public/r/articles-3.json +17 -0
  12. package/public/r/articles-4.json +17 -0
  13. package/public/r/avatar.json +42 -0
  14. package/public/r/badge.json +22 -0
  15. package/public/r/banner-1.json +16 -0
  16. package/public/r/banner-2.json +16 -0
  17. package/public/r/banner.json +27 -0
  18. package/public/r/beta-repo-setup.json +131 -0
  19. package/public/r/blocks-1.json +19 -0
  20. package/public/r/blocks.json +89 -0
  21. package/public/r/breadcrumb.json +50 -0
  22. package/public/r/button.json +22 -0
  23. package/public/r/card.json +47 -0
  24. package/public/r/carousel.json +44 -0
  25. package/public/r/checkbox.json +17 -0
  26. package/public/r/collapsible.json +30 -0
  27. package/public/r/combobox.json +74 -0
  28. package/public/r/command.json +64 -0
  29. package/public/r/components.json +54 -0
  30. package/public/r/contact-1.json +20 -0
  31. package/public/r/contact-2.json +20 -0
  32. package/public/r/contact-3.json +20 -0
  33. package/public/r/content-1.json +17 -0
  34. package/public/r/content-2.json +17 -0
  35. package/public/r/content-3.json +16 -0
  36. package/public/r/content-4.json +17 -0
  37. package/public/r/content-5.json +17 -0
  38. package/public/r/content-6.json +17 -0
  39. package/public/r/cta-1.json +18 -0
  40. package/public/r/cta-2.json +18 -0
  41. package/public/r/cta-3.json +18 -0
  42. package/public/r/cta-4.json +18 -0
  43. package/public/r/cta-5.json +17 -0
  44. package/public/r/cta-6.json +18 -0
  45. package/public/r/cta-7.json +17 -0
  46. package/public/r/cta-8.json +16 -0
  47. package/public/r/dialog.json +69 -0
  48. package/public/r/doc-1.json +21 -0
  49. package/public/r/dropdown-menu.json +73 -0
  50. package/public/r/empty.json +42 -0
  51. package/public/r/faqs-1.json +17 -0
  52. package/public/r/faqs-2.json +17 -0
  53. package/public/r/faqs-3.json +17 -0
  54. package/public/r/faqs-4.json +16 -0
  55. package/public/r/features-1.json +17 -0
  56. package/public/r/features-2.json +17 -0
  57. package/public/r/features-3.json +15 -0
  58. package/public/r/features-4.json +17 -0
  59. package/public/r/features-5.json +17 -0
  60. package/public/r/features-6.json +17 -0
  61. package/public/r/field.json +66 -0
  62. package/public/r/footer-1.json +18 -0
  63. package/public/r/footer-2.json +18 -0
  64. package/public/r/footer-3.json +18 -0
  65. package/public/r/form.json +17 -0
  66. package/public/r/header-1.json +20 -0
  67. package/public/r/header-2.json +20 -0
  68. package/public/r/header-3.json +21 -0
  69. package/public/r/header-4.json +20 -0
  70. package/public/r/header-5.json +21 -0
  71. package/public/r/header.json +31 -0
  72. package/public/r/hero-1.json +17 -0
  73. package/public/r/hero-10.json +18 -0
  74. package/public/r/hero-11.json +18 -0
  75. package/public/r/hero-12.json +16 -0
  76. package/public/r/hero-13.json +16 -0
  77. package/public/r/hero-2.json +18 -0
  78. package/public/r/hero-3.json +16 -0
  79. package/public/r/hero-4.json +17 -0
  80. package/public/r/hero-5.json +19 -0
  81. package/public/r/hero-6.json +19 -0
  82. package/public/r/hero-7.json +19 -0
  83. package/public/r/hero-8.json +16 -0
  84. package/public/r/hero-9.json +19 -0
  85. package/public/r/hover-card.json +30 -0
  86. package/public/r/icon.json +21 -0
  87. package/public/r/init.json +23 -0
  88. package/public/r/input-group.json +48 -0
  89. package/public/r/input.json +17 -0
  90. package/public/r/item.json +65 -0
  91. package/public/r/kbd.json +22 -0
  92. package/public/r/label.json +17 -0
  93. package/public/r/layout.json +35 -0
  94. package/public/r/links-2.json +21 -0
  95. package/public/r/logo.json +27 -0
  96. package/public/r/logos-1.json +16 -0
  97. package/public/r/logos-2.json +17 -0
  98. package/public/r/logos-3.json +16 -0
  99. package/public/r/marquee.json +17 -0
  100. package/public/r/native-select.json +30 -0
  101. package/public/r/navigation-menu.json +63 -0
  102. package/public/r/popover.json +45 -0
  103. package/public/r/price.json +32 -0
  104. package/public/r/pricing-1.json +21 -0
  105. package/public/r/pricing-2.json +20 -0
  106. package/public/r/pricing-3.json +21 -0
  107. package/public/r/product-1.json +18 -0
  108. package/public/r/products-1.json +18 -0
  109. package/public/r/products-2.json +18 -0
  110. package/public/r/products-3.json +18 -0
  111. package/public/r/products-4.json +18 -0
  112. package/public/r/products-5.json +19 -0
  113. package/public/r/radio-group.json +25 -0
  114. package/public/r/rating.json +20 -0
  115. package/public/r/registry.json +3254 -0
  116. package/public/r/reviews-1.json +19 -0
  117. package/public/r/reviews-2.json +19 -0
  118. package/public/r/reviews-3.json +19 -0
  119. package/public/r/reviews-4.json +19 -0
  120. package/public/r/reviews-5.json +19 -0
  121. package/public/r/section.json +22 -0
  122. package/public/r/select.json +58 -0
  123. package/public/r/separator.json +17 -0
  124. package/public/r/services-1.json +18 -0
  125. package/public/r/services-2.json +17 -0
  126. package/public/r/services-3.json +17 -0
  127. package/public/r/services-4.json +17 -0
  128. package/public/r/services-5.json +18 -0
  129. package/public/r/services-6.json +18 -0
  130. package/public/r/services-7.json +18 -0
  131. package/public/r/sheet.json +57 -0
  132. package/public/r/sidebar-1.json +28 -0
  133. package/public/r/sidebar.json +137 -0
  134. package/public/r/skeleton.json +17 -0
  135. package/public/r/slider.json +20 -0
  136. package/public/r/spinner.json +20 -0
  137. package/public/r/switch.json +20 -0
  138. package/public/r/table.json +52 -0
  139. package/public/r/tabs.json +40 -0
  140. package/public/r/textarea.json +17 -0
  141. package/public/r/theme-toggle.json +26 -0
  142. package/public/r/tile.json +27 -0
  143. package/public/r/toc.json +37 -0
  144. package/public/r/toggle.json +25 -0
  145. package/public/r/tooltip.json +30 -0
  146. package/public/r/typography.json +92 -0
  147. package/public/r/video.json +17 -0
  148. package/registry.json +3254 -0
  149. package/src/components/blocks/article-1.astro +83 -0
  150. package/src/components/blocks/article-2.astro +83 -0
  151. package/src/components/blocks/articles-1.astro +101 -0
  152. package/src/components/blocks/articles-2.astro +158 -0
  153. package/src/components/blocks/articles-3.astro +99 -0
  154. package/src/components/blocks/articles-4.astro +86 -0
  155. package/src/components/blocks/banner-1.astro +44 -0
  156. package/src/components/blocks/banner-2.astro +46 -0
  157. package/src/components/blocks/blocks-1.astro +262 -0
  158. package/src/components/blocks/contact-1.astro +126 -0
  159. package/src/components/blocks/contact-2.astro +130 -0
  160. package/src/components/blocks/contact-3.astro +144 -0
  161. package/src/components/blocks/content-1.astro +89 -0
  162. package/src/components/blocks/content-2.astro +89 -0
  163. package/src/components/blocks/content-3.astro +74 -0
  164. package/src/components/blocks/content-4.astro +91 -0
  165. package/src/components/blocks/content-5.astro +115 -0
  166. package/src/components/blocks/content-6.astro +91 -0
  167. package/src/components/blocks/cta-1.astro +99 -0
  168. package/src/components/blocks/cta-2.astro +114 -0
  169. package/src/components/blocks/cta-3.astro +103 -0
  170. package/src/components/blocks/cta-4.astro +113 -0
  171. package/src/components/blocks/cta-5.astro +89 -0
  172. package/src/components/blocks/cta-6.astro +114 -0
  173. package/src/components/blocks/cta-7.astro +102 -0
  174. package/src/components/blocks/cta-8.astro +55 -0
  175. package/src/components/blocks/doc-1.astro +364 -0
  176. package/src/components/blocks/faqs-1.astro +77 -0
  177. package/src/components/blocks/faqs-2.astro +82 -0
  178. package/src/components/blocks/faqs-3.astro +55 -0
  179. package/src/components/blocks/faqs-4.astro +46 -0
  180. package/src/components/blocks/features-1.astro +89 -0
  181. package/src/components/blocks/features-2.astro +76 -0
  182. package/src/components/blocks/features-3.astro +65 -0
  183. package/src/components/blocks/features-4.astro +91 -0
  184. package/src/components/blocks/features-5.astro +76 -0
  185. package/src/components/blocks/features-6.astro +75 -0
  186. package/src/components/blocks/footer-1.astro +94 -0
  187. package/src/components/blocks/footer-2.astro +80 -0
  188. package/src/components/blocks/footer-3.astro +117 -0
  189. package/src/components/blocks/header-1.astro +127 -0
  190. package/src/components/blocks/header-2.astro +129 -0
  191. package/src/components/blocks/header-3.astro +133 -0
  192. package/src/components/blocks/header-4.astro +219 -0
  193. package/src/components/blocks/header-5.astro +223 -0
  194. package/src/components/blocks/hero-1.astro +84 -0
  195. package/src/components/blocks/hero-10.astro +116 -0
  196. package/src/components/blocks/hero-11.astro +111 -0
  197. package/src/components/blocks/hero-12.astro +70 -0
  198. package/src/components/blocks/hero-13.astro +66 -0
  199. package/src/components/blocks/hero-2.astro +107 -0
  200. package/src/components/blocks/hero-3.astro +67 -0
  201. package/src/components/blocks/hero-4.astro +86 -0
  202. package/src/components/blocks/hero-5.astro +122 -0
  203. package/src/components/blocks/hero-6.astro +122 -0
  204. package/src/components/blocks/hero-7.astro +124 -0
  205. package/src/components/blocks/hero-8.astro +69 -0
  206. package/src/components/blocks/hero-9.astro +126 -0
  207. package/src/components/blocks/links-2.astro +56 -0
  208. package/src/components/blocks/logos-1.astro +50 -0
  209. package/src/components/blocks/logos-2.astro +55 -0
  210. package/src/components/blocks/logos-3.astro +34 -0
  211. package/src/components/blocks/pricing-1.astro +106 -0
  212. package/src/components/blocks/pricing-2.astro +100 -0
  213. package/src/components/blocks/pricing-3.astro +92 -0
  214. package/src/components/blocks/product-1.astro +76 -0
  215. package/src/components/blocks/products-1.astro +76 -0
  216. package/src/components/blocks/products-2.astro +61 -0
  217. package/src/components/blocks/products-3.astro +63 -0
  218. package/src/components/blocks/products-4.astro +96 -0
  219. package/src/components/blocks/products-5.astro +93 -0
  220. package/src/components/blocks/reviews-1.astro +74 -0
  221. package/src/components/blocks/reviews-2.astro +81 -0
  222. package/src/components/blocks/reviews-3.astro +84 -0
  223. package/src/components/blocks/reviews-4.astro +111 -0
  224. package/src/components/blocks/reviews-5.astro +172 -0
  225. package/src/components/blocks/services-1.astro +104 -0
  226. package/src/components/blocks/services-2.astro +110 -0
  227. package/src/components/blocks/services-3.astro +105 -0
  228. package/src/components/blocks/services-4.astro +98 -0
  229. package/src/components/blocks/services-5.astro +96 -0
  230. package/src/components/blocks/services-6.astro +103 -0
  231. package/src/components/blocks/services-7.astro +131 -0
  232. package/src/components/blocks/sidebar-1.astro +385 -0
  233. package/src/components/ui/accordion/accordion-content.astro +25 -0
  234. package/src/components/ui/accordion/accordion-item.astro +22 -0
  235. package/src/components/ui/accordion/accordion-trigger.astro +34 -0
  236. package/src/components/ui/accordion/accordion.astro +52 -0
  237. package/src/components/ui/accordion/index.ts +4 -4
  238. package/src/components/ui/alert/alert-action.astro +17 -0
  239. package/src/components/ui/alert/alert-description.astro +20 -0
  240. package/src/components/ui/alert/alert-title.astro +20 -0
  241. package/src/components/ui/alert/alert.astro +35 -0
  242. package/src/components/ui/alert/index.ts +4 -0
  243. package/src/components/ui/alert-dialog/alert-dialog-action.astro +13 -0
  244. package/src/components/ui/alert-dialog/alert-dialog-cancel.astro +13 -0
  245. package/src/components/ui/alert-dialog/alert-dialog-content.astro +30 -0
  246. package/src/components/ui/alert-dialog/alert-dialog-description.astro +20 -0
  247. package/src/components/ui/alert-dialog/alert-dialog-footer.astro +20 -0
  248. package/src/components/ui/alert-dialog/alert-dialog-header.astro +20 -0
  249. package/src/components/ui/alert-dialog/alert-dialog-media.astro +20 -0
  250. package/src/components/ui/alert-dialog/alert-dialog-overlay.astro +21 -0
  251. package/src/components/ui/alert-dialog/alert-dialog-portal.astro +13 -0
  252. package/src/components/ui/alert-dialog/alert-dialog-title.astro +20 -0
  253. package/src/components/ui/alert-dialog/alert-dialog-trigger.astro +13 -0
  254. package/src/components/ui/alert-dialog/alert-dialog.astro +17 -0
  255. package/src/components/ui/alert-dialog/index.ts +12 -0
  256. package/src/components/ui/avatar/avatar-badge.astro +23 -0
  257. package/src/components/ui/avatar/avatar-fallback.astro +20 -0
  258. package/src/components/ui/avatar/avatar-group-count.astro +20 -0
  259. package/src/components/ui/avatar/avatar-group.astro +20 -0
  260. package/src/components/ui/avatar/avatar-image.astro +36 -0
  261. package/src/components/ui/avatar/avatar.astro +23 -0
  262. package/src/components/ui/avatar/index.ts +6 -24
  263. package/src/components/ui/badge/badge-variants.ts +26 -0
  264. package/src/components/ui/badge/badge.astro +24 -0
  265. package/src/components/ui/badge/index.ts +2 -21
  266. package/src/components/ui/banner/banner-container.astro +36 -0
  267. package/src/components/ui/banner/banner.astro +85 -0
  268. package/src/components/ui/banner/index.ts +2 -0
  269. package/src/components/ui/breadcrumb/breadcrumb-ellipsis.astro +24 -0
  270. package/src/components/ui/breadcrumb/breadcrumb-item.astro +17 -0
  271. package/src/components/ui/breadcrumb/breadcrumb-link.astro +17 -0
  272. package/src/components/ui/breadcrumb/breadcrumb-list.astro +20 -0
  273. package/src/components/ui/breadcrumb/breadcrumb-page.astro +20 -0
  274. package/src/components/ui/breadcrumb/breadcrumb-separator.astro +20 -0
  275. package/src/components/ui/breadcrumb/breadcrumb.astro +18 -0
  276. package/src/components/ui/breadcrumb/index.ts +7 -0
  277. package/src/components/ui/button/button-variants.ts +39 -0
  278. package/src/components/ui/button/button.astro +26 -0
  279. package/src/components/ui/button/index.ts +2 -30
  280. package/src/components/ui/card/card-action.astro +20 -0
  281. package/src/components/ui/card/card-content.astro +17 -0
  282. package/src/components/ui/card/card-description.astro +17 -0
  283. package/src/components/ui/card/card-footer.astro +20 -0
  284. package/src/components/ui/card/card-header.astro +20 -0
  285. package/src/components/ui/card/card-title.astro +20 -0
  286. package/src/components/ui/card/card.astro +23 -0
  287. package/src/components/ui/card/index.ts +7 -6
  288. package/src/components/ui/carousel/carousel-content.astro +24 -0
  289. package/src/components/ui/carousel/carousel-item.astro +24 -0
  290. package/src/components/ui/carousel/carousel-next.astro +36 -0
  291. package/src/components/ui/carousel/carousel-previous.astro +36 -0
  292. package/src/components/ui/carousel/carousel.astro +246 -0
  293. package/src/components/ui/carousel/index.ts +9 -8
  294. package/src/components/ui/checkbox/checkbox.astro +63 -0
  295. package/src/components/ui/checkbox/index.ts +1 -1
  296. package/src/components/ui/collapsible/collapsible-content.astro +13 -0
  297. package/src/components/ui/collapsible/collapsible-trigger.astro +18 -0
  298. package/src/components/ui/collapsible/collapsible.astro +33 -0
  299. package/src/components/ui/collapsible/index.ts +3 -3
  300. package/src/components/ui/combobox/combobox-content.astro +61 -0
  301. package/src/components/ui/combobox/combobox-empty.astro +21 -0
  302. package/src/components/ui/combobox/combobox-group.astro +13 -0
  303. package/src/components/ui/combobox/combobox-input.astro +57 -0
  304. package/src/components/ui/combobox/combobox-item.astro +44 -0
  305. package/src/components/ui/combobox/combobox-label.astro +17 -0
  306. package/src/components/ui/combobox/combobox-list.astro +20 -0
  307. package/src/components/ui/combobox/combobox-separator.astro +16 -0
  308. package/src/components/ui/combobox/combobox-trigger.astro +37 -0
  309. package/src/components/ui/combobox/combobox-value.astro +20 -0
  310. package/src/components/ui/combobox/combobox.astro +85 -0
  311. package/src/components/ui/combobox/index.ts +11 -0
  312. package/src/components/ui/command/command-dialog.astro +54 -0
  313. package/src/components/ui/command/command-empty.astro +18 -0
  314. package/src/components/ui/command/command-group.astro +27 -0
  315. package/src/components/ui/command/command-input.astro +31 -0
  316. package/src/components/ui/command/command-item.astro +50 -0
  317. package/src/components/ui/command/command-list.astro +20 -0
  318. package/src/components/ui/command/command-separator.astro +16 -0
  319. package/src/components/ui/command/command-shortcut.astro +20 -0
  320. package/src/components/ui/command/command.astro +76 -0
  321. package/src/components/ui/command/index.ts +9 -9
  322. package/src/components/ui/dialog/dialog-close.astro +17 -0
  323. package/src/components/ui/dialog/dialog-content.astro +50 -0
  324. package/src/components/ui/dialog/dialog-description.astro +20 -0
  325. package/src/components/ui/dialog/dialog-footer.astro +24 -0
  326. package/src/components/ui/dialog/dialog-header.astro +17 -0
  327. package/src/components/ui/dialog/dialog-overlay.astro +22 -0
  328. package/src/components/ui/dialog/dialog-portal.astro +13 -0
  329. package/src/components/ui/dialog/dialog-title.astro +17 -0
  330. package/src/components/ui/dialog/dialog-trigger.astro +13 -0
  331. package/src/components/ui/dialog/dialog.astro +17 -0
  332. package/src/components/ui/dialog/index.ts +10 -9
  333. package/src/components/ui/dropdown-menu/dropdown-menu-checkbox-item.astro +52 -0
  334. package/src/components/ui/dropdown-menu/dropdown-menu-content.astro +58 -0
  335. package/src/components/ui/dropdown-menu/dropdown-menu-group.astro +13 -0
  336. package/src/components/ui/dropdown-menu/dropdown-menu-item.astro +36 -0
  337. package/src/components/ui/dropdown-menu/dropdown-menu-label.astro +23 -0
  338. package/src/components/ui/dropdown-menu/dropdown-menu-portal.astro +11 -0
  339. package/src/components/ui/dropdown-menu/dropdown-menu-radio-item.astro +52 -0
  340. package/src/components/ui/dropdown-menu/dropdown-menu-separator.astro +16 -0
  341. package/src/components/ui/dropdown-menu/dropdown-menu-shortcut.astro +20 -0
  342. package/src/components/ui/dropdown-menu/dropdown-menu-trigger.astro +16 -0
  343. package/src/components/ui/dropdown-menu/dropdown-menu.astro +68 -0
  344. package/src/components/ui/dropdown-menu/index.ts +11 -0
  345. package/src/components/ui/empty/empty-content.astro +20 -0
  346. package/src/components/ui/empty/empty-description.astro +20 -0
  347. package/src/components/ui/empty/empty-header.astro +17 -0
  348. package/src/components/ui/empty/empty-media.astro +34 -0
  349. package/src/components/ui/empty/empty-title.astro +17 -0
  350. package/src/components/ui/empty/empty.astro +20 -0
  351. package/src/components/ui/empty/index.ts +6 -0
  352. package/src/components/ui/field/field-content.astro +20 -0
  353. package/src/components/ui/field/field-description.astro +22 -0
  354. package/src/components/ui/field/field-error.astro +45 -0
  355. package/src/components/ui/field/field-group.astro +20 -0
  356. package/src/components/ui/field/field-label.astro +22 -0
  357. package/src/components/ui/field/field-legend.astro +23 -0
  358. package/src/components/ui/field/field-separator.astro +33 -0
  359. package/src/components/ui/field/field-set.astro +20 -0
  360. package/src/components/ui/field/field-title.astro +20 -0
  361. package/src/components/ui/field/field.astro +39 -0
  362. package/src/components/ui/field/index.ts +10 -0
  363. package/src/components/ui/form/form.astro +13 -0
  364. package/src/components/ui/form/index.ts +1 -7
  365. package/src/components/ui/header/header-container.astro +17 -0
  366. package/src/components/ui/header/header-group.astro +17 -0
  367. package/src/components/ui/header/header.astro +32 -0
  368. package/src/components/ui/header/index.ts +3 -0
  369. package/src/components/ui/hover-card/hover-card-content.astro +51 -0
  370. package/src/components/ui/hover-card/hover-card-trigger.astro +26 -0
  371. package/src/components/ui/hover-card/hover-card.astro +69 -0
  372. package/src/components/ui/hover-card/index.ts +3 -0
  373. package/src/components/ui/icon/icon.astro +90 -0
  374. package/src/components/ui/icon/index.ts +1 -0
  375. package/src/components/ui/input/index.ts +1 -1
  376. package/src/components/ui/input/input.astro +22 -0
  377. package/src/components/ui/input-group/index.ts +6 -0
  378. package/src/components/ui/input-group/input-group-addon.astro +41 -0
  379. package/src/components/ui/input-group/input-group-button.astro +49 -0
  380. package/src/components/ui/input-group/input-group-input.astro +23 -0
  381. package/src/components/ui/input-group/input-group-text.astro +20 -0
  382. package/src/components/ui/input-group/input-group-textarea.astro +19 -0
  383. package/src/components/ui/input-group/input-group.astro +51 -0
  384. package/src/components/ui/item/index.ts +10 -0
  385. package/src/components/ui/item/item-actions.astro +17 -0
  386. package/src/components/ui/item/item-content.astro +21 -0
  387. package/src/components/ui/item/item-description.astro +20 -0
  388. package/src/components/ui/item/item-footer.astro +17 -0
  389. package/src/components/ui/item/item-group.astro +21 -0
  390. package/src/components/ui/item/item-header.astro +17 -0
  391. package/src/components/ui/item/item-media.astro +36 -0
  392. package/src/components/ui/item/item-separator.astro +17 -0
  393. package/src/components/ui/item/item-title.astro +20 -0
  394. package/src/components/ui/item/item.astro +71 -0
  395. package/src/components/ui/kbd/index.ts +2 -0
  396. package/src/components/ui/kbd/kbd-group.astro +17 -0
  397. package/src/components/ui/kbd/kbd.astro +20 -0
  398. package/src/components/ui/label/index.ts +1 -1
  399. package/src/components/ui/label/label.astro +20 -0
  400. package/src/components/ui/layout/index.ts +4 -0
  401. package/src/components/ui/layout/layout-body.astro +26 -0
  402. package/src/components/ui/layout/layout-head.astro +100 -0
  403. package/src/components/ui/layout/layout-main.astro +20 -0
  404. package/src/components/ui/layout/layout.astro +34 -0
  405. package/src/components/ui/logo/index.ts +3 -0
  406. package/src/components/ui/logo/logo-image.astro +48 -0
  407. package/src/components/ui/logo/logo-text.astro +13 -0
  408. package/src/components/ui/logo/logo.astro +22 -0
  409. package/src/components/ui/marquee/index.ts +1 -0
  410. package/src/components/ui/marquee/marquee.astro +106 -0
  411. package/src/components/ui/native-select/index.ts +3 -0
  412. package/src/components/ui/native-select/native-select-optgroup.astro +17 -0
  413. package/src/components/ui/native-select/native-select-option.astro +17 -0
  414. package/src/components/ui/native-select/native-select.astro +36 -0
  415. package/src/components/ui/navigation-menu/index.ts +9 -14
  416. package/src/components/ui/navigation-menu/navigation-menu-content.astro +37 -0
  417. package/src/components/ui/navigation-menu/navigation-menu-indicator.astro +23 -0
  418. package/src/components/ui/navigation-menu/navigation-menu-item.astro +36 -0
  419. package/src/components/ui/navigation-menu/navigation-menu-link.astro +23 -0
  420. package/src/components/ui/navigation-menu/navigation-menu-list.astro +20 -0
  421. package/src/components/ui/navigation-menu/navigation-menu-positioner.astro +47 -0
  422. package/src/components/ui/navigation-menu/navigation-menu-trigger-style.ts +7 -0
  423. package/src/components/ui/navigation-menu/navigation-menu-trigger.astro +27 -0
  424. package/src/components/ui/navigation-menu/navigation-menu.astro +63 -0
  425. package/src/components/ui/popover/index.ts +6 -3
  426. package/src/components/ui/popover/popover-content.astro +62 -0
  427. package/src/components/ui/popover/popover-description.astro +17 -0
  428. package/src/components/ui/popover/popover-header.astro +17 -0
  429. package/src/components/ui/popover/popover-title.astro +13 -0
  430. package/src/components/ui/popover/popover-trigger.astro +11 -0
  431. package/src/components/ui/popover/popover.astro +59 -0
  432. package/src/components/ui/price/format-price-value.ts +91 -0
  433. package/src/components/ui/price/index.ts +3 -0
  434. package/src/components/ui/price/price-unit.astro +16 -0
  435. package/src/components/ui/price/price-value.astro +81 -0
  436. package/src/components/ui/price/price.astro +13 -0
  437. package/src/components/ui/radio-group/index.ts +2 -2
  438. package/src/components/ui/radio-group/radio-group-item.astro +43 -0
  439. package/src/components/ui/radio-group/radio-group.astro +42 -0
  440. package/src/components/ui/rating/index.ts +1 -0
  441. package/src/components/ui/rating/rating.astro +39 -0
  442. package/src/components/ui/section/index.ts +2 -0
  443. package/src/components/ui/section/section-container.astro +19 -0
  444. package/src/components/ui/section/section.astro +32 -0
  445. package/src/components/ui/select/index.ts +8 -11
  446. package/src/components/ui/select/select-content.astro +69 -0
  447. package/src/components/ui/select/select-group.astro +17 -0
  448. package/src/components/ui/select/select-item.astro +39 -0
  449. package/src/components/ui/select/select-label.astro +17 -0
  450. package/src/components/ui/select/select-separator.astro +16 -0
  451. package/src/components/ui/select/select-trigger.astro +40 -0
  452. package/src/components/ui/select/select-value.astro +17 -0
  453. package/src/components/ui/select/select.astro +76 -0
  454. package/src/components/ui/separator/index.ts +1 -1
  455. package/src/components/ui/separator/separator.astro +32 -0
  456. package/src/components/ui/sheet/index.ts +8 -0
  457. package/src/components/ui/sheet/sheet-close.astro +13 -0
  458. package/src/components/ui/sheet/sheet-content.astro +59 -0
  459. package/src/components/ui/sheet/sheet-description.astro +17 -0
  460. package/src/components/ui/sheet/sheet-footer.astro +17 -0
  461. package/src/components/ui/sheet/sheet-header.astro +17 -0
  462. package/src/components/ui/sheet/sheet-title.astro +17 -0
  463. package/src/components/ui/sheet/sheet-trigger.astro +13 -0
  464. package/src/components/ui/sheet/sheet.astro +125 -0
  465. package/src/components/ui/sidebar/index.ts +23 -0
  466. package/src/components/ui/sidebar/sidebar-content.astro +21 -0
  467. package/src/components/ui/sidebar/sidebar-footer.astro +18 -0
  468. package/src/components/ui/sidebar/sidebar-group-action.astro +31 -0
  469. package/src/components/ui/sidebar/sidebar-group-content.astro +18 -0
  470. package/src/components/ui/sidebar/sidebar-group-label.astro +26 -0
  471. package/src/components/ui/sidebar/sidebar-group.astro +18 -0
  472. package/src/components/ui/sidebar/sidebar-header.astro +18 -0
  473. package/src/components/ui/sidebar/sidebar-input.astro +19 -0
  474. package/src/components/ui/sidebar/sidebar-inset.astro +20 -0
  475. package/src/components/ui/sidebar/sidebar-menu-action.astro +40 -0
  476. package/src/components/ui/sidebar/sidebar-menu-badge.astro +21 -0
  477. package/src/components/ui/sidebar/sidebar-menu-button.astro +126 -0
  478. package/src/components/ui/sidebar/sidebar-menu-item.astro +18 -0
  479. package/src/components/ui/sidebar/sidebar-menu-skeleton.astro +31 -0
  480. package/src/components/ui/sidebar/sidebar-menu-sub-button.astro +55 -0
  481. package/src/components/ui/sidebar/sidebar-menu-sub-item.astro +18 -0
  482. package/src/components/ui/sidebar/sidebar-menu-sub.astro +21 -0
  483. package/src/components/ui/sidebar/sidebar-menu.astro +18 -0
  484. package/src/components/ui/sidebar/sidebar-provider.astro +180 -0
  485. package/src/components/ui/sidebar/sidebar-rail.astro +27 -0
  486. package/src/components/ui/sidebar/sidebar-separator.astro +17 -0
  487. package/src/components/ui/sidebar/sidebar-trigger.astro +26 -0
  488. package/src/components/ui/sidebar/sidebar.astro +118 -0
  489. package/src/components/ui/skeleton/index.ts +1 -0
  490. package/src/components/ui/skeleton/skeleton.astro +16 -0
  491. package/src/components/ui/slider/index.ts +1 -0
  492. package/src/components/ui/slider/slider.astro +84 -0
  493. package/src/components/ui/spinner/index.ts +1 -0
  494. package/src/components/ui/spinner/spinner.astro +24 -0
  495. package/src/components/ui/switch/index.ts +1 -1
  496. package/src/components/ui/switch/switch.astro +71 -0
  497. package/src/components/ui/table/index.ts +8 -0
  498. package/src/components/ui/table/table-body.astro +17 -0
  499. package/src/components/ui/table/table-caption.astro +17 -0
  500. package/src/components/ui/table/table-cell.astro +20 -0
  501. package/src/components/ui/table/table-footer.astro +20 -0
  502. package/src/components/ui/table/table-head.astro +20 -0
  503. package/src/components/ui/table/table-header.astro +17 -0
  504. package/src/components/ui/table/table-row.astro +20 -0
  505. package/src/components/ui/table/table.astro +19 -0
  506. package/src/components/ui/tabs/index.ts +8 -0
  507. package/src/components/ui/tabs/tabs-content.astro +20 -0
  508. package/src/components/ui/tabs/tabs-list-variants.ts +18 -0
  509. package/src/components/ui/tabs/tabs-list.astro +30 -0
  510. package/src/components/ui/tabs/tabs-trigger.astro +26 -0
  511. package/src/components/ui/tabs/tabs.astro +38 -0
  512. package/src/components/ui/textarea/index.ts +1 -1
  513. package/src/components/ui/textarea/textarea.astro +23 -0
  514. package/src/components/ui/theme-toggle/index.ts +2 -0
  515. package/src/components/ui/theme-toggle/theme-provider.astro +61 -0
  516. package/src/components/ui/theme-toggle/theme-toggle.astro +84 -0
  517. package/src/components/ui/tile/index.ts +3 -0
  518. package/src/components/ui/tile/tile-content.astro +17 -0
  519. package/src/components/ui/tile/tile-group.astro +76 -0
  520. package/src/components/ui/tile/tile.astro +46 -0
  521. package/src/components/ui/toc/index.ts +5 -0
  522. package/src/components/ui/toc/toc-menu-item.astro +13 -0
  523. package/src/components/ui/toc/toc-menu-link.astro +37 -0
  524. package/src/components/ui/toc/toc-menu.astro +17 -0
  525. package/src/components/ui/toc/toc-title.astro +21 -0
  526. package/src/components/ui/toc/toc.astro +13 -0
  527. package/src/components/ui/toggle/index.ts +3 -0
  528. package/src/components/ui/toggle/toggle-variants.ts +25 -0
  529. package/src/components/ui/toggle/toggle.astro +40 -0
  530. package/src/components/ui/tooltip/index.ts +3 -0
  531. package/src/components/ui/tooltip/tooltip-content.astro +64 -0
  532. package/src/components/ui/tooltip/tooltip-trigger.astro +26 -0
  533. package/src/components/ui/tooltip/tooltip.astro +55 -0
  534. package/src/components/ui/typography/index.ts +16 -0
  535. package/src/components/ui/typography/typography-a.astro +22 -0
  536. package/src/components/ui/typography/typography-blockquote.astro +23 -0
  537. package/src/components/ui/typography/typography-h1.astro +43 -0
  538. package/src/components/ui/typography/typography-h2.astro +43 -0
  539. package/src/components/ui/typography/typography-h3.astro +43 -0
  540. package/src/components/ui/typography/typography-h4.astro +43 -0
  541. package/src/components/ui/typography/typography-inline-code.astro +31 -0
  542. package/src/components/ui/typography/typography-lead.astro +21 -0
  543. package/src/components/ui/typography/typography-list-item.astro +28 -0
  544. package/src/components/ui/typography/typography-list.astro +45 -0
  545. package/src/components/ui/typography/typography-p.astro +23 -0
  546. package/src/components/ui/typography/typography-table-cell.astro +41 -0
  547. package/src/components/ui/typography/typography-table-head.astro +41 -0
  548. package/src/components/ui/typography/typography-table-row.astro +33 -0
  549. package/src/components/ui/typography/typography-table.astro +50 -0
  550. package/src/components/ui/typography/typography.astro +180 -0
  551. package/src/components/ui/video/index.ts +1 -0
  552. package/src/components/ui/video/video.astro +73 -0
  553. package/src/lib/integration.ts +53 -14
  554. package/src/lib/pages.ts +85 -0
  555. package/src/lib/utils.ts +2 -2
  556. package/src/styles/global.css +179 -113
  557. package/cli.js +0 -51
  558. package/components.json +0 -18
  559. package/src/blocks/CategoryGroup1.astro +0 -43
  560. package/src/blocks/CategoryList1.astro +0 -55
  561. package/src/blocks/Contact1.astro +0 -45
  562. package/src/blocks/Contact2.astro +0 -45
  563. package/src/blocks/Content1.astro +0 -29
  564. package/src/blocks/Cta1.astro +0 -30
  565. package/src/blocks/Faqs1.astro +0 -29
  566. package/src/blocks/Faqs2.astro +0 -29
  567. package/src/blocks/Features1.astro +0 -36
  568. package/src/blocks/Footer.astro +0 -59
  569. package/src/blocks/Header.astro +0 -87
  570. package/src/blocks/Hero1.astro +0 -38
  571. package/src/blocks/Intro1.astro +0 -25
  572. package/src/blocks/PostSingle1.astro +0 -29
  573. package/src/blocks/ProductGroup1.astro +0 -82
  574. package/src/blocks/ProductList1.astro +0 -60
  575. package/src/blocks/ProductSingle1.astro +0 -64
  576. package/src/blocks/Reviews1.astro +0 -37
  577. package/src/components/Abstract.astro +0 -36
  578. package/src/components/Accordion.vue +0 -31
  579. package/src/components/Avatar.astro +0 -31
  580. package/src/components/Badge.astro +0 -21
  581. package/src/components/Block.astro +0 -40
  582. package/src/components/Box.astro +0 -28
  583. package/src/components/Button.astro +0 -54
  584. package/src/components/Buttons.astro +0 -50
  585. package/src/components/Card.astro +0 -20
  586. package/src/components/Carousel.vue +0 -38
  587. package/src/components/Chip.astro +0 -27
  588. package/src/components/Code.astro +0 -72
  589. package/src/components/Container.astro +0 -25
  590. package/src/components/Drawer.vue +0 -53
  591. package/src/components/Form.vue +0 -79
  592. package/src/components/Gallery.vue +0 -85
  593. package/src/components/Grid.astro +0 -35
  594. package/src/components/Icon.astro +0 -24
  595. package/src/components/Image.astro +0 -26
  596. package/src/components/Layout.astro +0 -116
  597. package/src/components/Link.astro +0 -22
  598. package/src/components/List.astro +0 -32
  599. package/src/components/Logo.astro +0 -30
  600. package/src/components/Masonry.astro +0 -35
  601. package/src/components/Menu.astro +0 -48
  602. package/src/components/Menus.astro +0 -25
  603. package/src/components/Navigation.vue +0 -93
  604. package/src/components/Panel.astro +0 -18
  605. package/src/components/Person.astro +0 -43
  606. package/src/components/Price.astro +0 -46
  607. package/src/components/Proof.astro +0 -31
  608. package/src/components/Props.astro +0 -21
  609. package/src/components/Prose.astro +0 -28
  610. package/src/components/Rating.astro +0 -36
  611. package/src/components/Search.vue +0 -65
  612. package/src/components/Section.astro +0 -18
  613. package/src/components/Select.vue +0 -41
  614. package/src/components/Separator.astro +0 -0
  615. package/src/components/Sidebar.astro +0 -50
  616. package/src/components/Social.astro +0 -32
  617. package/src/components/Socials.astro +0 -27
  618. package/src/components/Sort.vue +0 -46
  619. package/src/components/Split.astro +0 -27
  620. package/src/components/Table.astro +0 -103
  621. package/src/components/Themer.astro +0 -85
  622. package/src/components/Toc.astro +0 -65
  623. package/src/components/Writeup.astro +0 -37
  624. package/src/components/ui/accordion/Accordion.vue +0 -19
  625. package/src/components/ui/accordion/AccordionContent.vue +0 -24
  626. package/src/components/ui/accordion/AccordionItem.vue +0 -24
  627. package/src/components/ui/accordion/AccordionTrigger.vue +0 -33
  628. package/src/components/ui/auto-form/AutoForm.vue +0 -115
  629. package/src/components/ui/auto-form/AutoFormField.vue +0 -45
  630. package/src/components/ui/auto-form/AutoFormFieldArray.vue +0 -127
  631. package/src/components/ui/auto-form/AutoFormFieldBoolean.vue +0 -47
  632. package/src/components/ui/auto-form/AutoFormFieldDate.vue +0 -78
  633. package/src/components/ui/auto-form/AutoFormFieldEnum.vue +0 -77
  634. package/src/components/ui/auto-form/AutoFormFieldFile.vue +0 -87
  635. package/src/components/ui/auto-form/AutoFormFieldInput.vue +0 -42
  636. package/src/components/ui/auto-form/AutoFormFieldNumber.vue +0 -42
  637. package/src/components/ui/auto-form/AutoFormFieldObject.vue +0 -90
  638. package/src/components/ui/auto-form/AutoFormLabel.vue +0 -19
  639. package/src/components/ui/auto-form/constant.ts +0 -40
  640. package/src/components/ui/auto-form/dependencies.ts +0 -92
  641. package/src/components/ui/auto-form/index.ts +0 -15
  642. package/src/components/ui/auto-form/interface.ts +0 -95
  643. package/src/components/ui/auto-form/utils.ts +0 -188
  644. package/src/components/ui/avatar/Avatar.vue +0 -24
  645. package/src/components/ui/avatar/AvatarFallback.vue +0 -11
  646. package/src/components/ui/avatar/AvatarImage.vue +0 -9
  647. package/src/components/ui/badge/Badge.vue +0 -16
  648. package/src/components/ui/button/Button.vue +0 -26
  649. package/src/components/ui/calendar/Calendar.vue +0 -80
  650. package/src/components/ui/calendar/CalendarCell.vue +0 -29
  651. package/src/components/ui/calendar/CalendarCellTrigger.vue +0 -40
  652. package/src/components/ui/calendar/CalendarGrid.vue +0 -24
  653. package/src/components/ui/calendar/CalendarGridBody.vue +0 -11
  654. package/src/components/ui/calendar/CalendarGridHead.vue +0 -11
  655. package/src/components/ui/calendar/CalendarGridRow.vue +0 -24
  656. package/src/components/ui/calendar/CalendarHeadCell.vue +0 -24
  657. package/src/components/ui/calendar/CalendarHeader.vue +0 -24
  658. package/src/components/ui/calendar/CalendarHeading.vue +0 -27
  659. package/src/components/ui/calendar/CalendarNextButton.vue +0 -30
  660. package/src/components/ui/calendar/CalendarPrevButton.vue +0 -30
  661. package/src/components/ui/calendar/index.ts +0 -12
  662. package/src/components/ui/card/Card.vue +0 -14
  663. package/src/components/ui/card/CardContent.vue +0 -14
  664. package/src/components/ui/card/CardDescription.vue +0 -14
  665. package/src/components/ui/card/CardFooter.vue +0 -14
  666. package/src/components/ui/card/CardHeader.vue +0 -14
  667. package/src/components/ui/card/CardTitle.vue +0 -14
  668. package/src/components/ui/carousel/Carousel.vue +0 -61
  669. package/src/components/ui/carousel/CarouselContent.vue +0 -27
  670. package/src/components/ui/carousel/CarouselItem.vue +0 -19
  671. package/src/components/ui/carousel/CarouselNext.vue +0 -33
  672. package/src/components/ui/carousel/CarouselPrevious.vue +0 -33
  673. package/src/components/ui/carousel/interface.ts +0 -26
  674. package/src/components/ui/carousel/useCarousel.ts +0 -56
  675. package/src/components/ui/checkbox/Checkbox.vue +0 -36
  676. package/src/components/ui/collapsible/Collapsible.vue +0 -15
  677. package/src/components/ui/collapsible/CollapsibleContent.vue +0 -11
  678. package/src/components/ui/collapsible/CollapsibleTrigger.vue +0 -11
  679. package/src/components/ui/command/Command.vue +0 -32
  680. package/src/components/ui/command/CommandDialog.vue +0 -23
  681. package/src/components/ui/command/CommandEmpty.vue +0 -23
  682. package/src/components/ui/command/CommandGroup.vue +0 -39
  683. package/src/components/ui/command/CommandInput.vue +0 -43
  684. package/src/components/ui/command/CommandItem.vue +0 -31
  685. package/src/components/ui/command/CommandList.vue +0 -30
  686. package/src/components/ui/command/CommandSeparator.vue +0 -23
  687. package/src/components/ui/command/CommandShortcut.vue +0 -14
  688. package/src/components/ui/dialog/Dialog.vue +0 -14
  689. package/src/components/ui/dialog/DialogClose.vue +0 -11
  690. package/src/components/ui/dialog/DialogContent.vue +0 -51
  691. package/src/components/ui/dialog/DialogDescription.vue +0 -24
  692. package/src/components/ui/dialog/DialogFooter.vue +0 -12
  693. package/src/components/ui/dialog/DialogHeader.vue +0 -14
  694. package/src/components/ui/dialog/DialogScrollContent.vue +0 -59
  695. package/src/components/ui/dialog/DialogTitle.vue +0 -24
  696. package/src/components/ui/dialog/DialogTrigger.vue +0 -11
  697. package/src/components/ui/drawer/Drawer.vue +0 -19
  698. package/src/components/ui/drawer/DrawerContent.vue +0 -31
  699. package/src/components/ui/drawer/DrawerDescription.vue +0 -23
  700. package/src/components/ui/drawer/DrawerFooter.vue +0 -14
  701. package/src/components/ui/drawer/DrawerHeader.vue +0 -14
  702. package/src/components/ui/drawer/DrawerOverlay.vue +0 -21
  703. package/src/components/ui/drawer/DrawerTitle.vue +0 -23
  704. package/src/components/ui/drawer/index.ts +0 -8
  705. package/src/components/ui/form/FormControl.vue +0 -16
  706. package/src/components/ui/form/FormDescription.vue +0 -20
  707. package/src/components/ui/form/FormItem.vue +0 -19
  708. package/src/components/ui/form/FormLabel.vue +0 -20
  709. package/src/components/ui/form/FormMessage.vue +0 -16
  710. package/src/components/ui/form/injectionKeys.ts +0 -4
  711. package/src/components/ui/form/useFormField.ts +0 -30
  712. package/src/components/ui/input/Input.vue +0 -32
  713. package/src/components/ui/label/Label.vue +0 -24
  714. package/src/components/ui/navigation-menu/NavigationMenu.vue +0 -33
  715. package/src/components/ui/navigation-menu/NavigationMenuContent.vue +0 -36
  716. package/src/components/ui/navigation-menu/NavigationMenuIndicator.vue +0 -29
  717. package/src/components/ui/navigation-menu/NavigationMenuItem.vue +0 -11
  718. package/src/components/ui/navigation-menu/NavigationMenuLink.vue +0 -19
  719. package/src/components/ui/navigation-menu/NavigationMenuList.vue +0 -24
  720. package/src/components/ui/navigation-menu/NavigationMenuTrigger.vue +0 -30
  721. package/src/components/ui/navigation-menu/NavigationMenuViewport.vue +0 -29
  722. package/src/components/ui/popover/Popover.vue +0 -15
  723. package/src/components/ui/popover/PopoverContent.vue +0 -45
  724. package/src/components/ui/popover/PopoverTrigger.vue +0 -11
  725. package/src/components/ui/radio-group/RadioGroup.vue +0 -25
  726. package/src/components/ui/radio-group/RadioGroupItem.vue +0 -32
  727. package/src/components/ui/select/Select.vue +0 -15
  728. package/src/components/ui/select/SelectContent.vue +0 -59
  729. package/src/components/ui/select/SelectGroup.vue +0 -22
  730. package/src/components/ui/select/SelectItem.vue +0 -38
  731. package/src/components/ui/select/SelectItemText.vue +0 -11
  732. package/src/components/ui/select/SelectLabel.vue +0 -13
  733. package/src/components/ui/select/SelectScrollDownButton.vue +0 -27
  734. package/src/components/ui/select/SelectScrollUpButton.vue +0 -27
  735. package/src/components/ui/select/SelectSeparator.vue +0 -20
  736. package/src/components/ui/select/SelectTrigger.vue +0 -33
  737. package/src/components/ui/select/SelectValue.vue +0 -11
  738. package/src/components/ui/separator/Separator.vue +0 -33
  739. package/src/components/ui/switch/Switch.vue +0 -39
  740. package/src/components/ui/textarea/Textarea.vue +0 -32
  741. package/src/schemas/blocks/categoryGroup.ts +0 -17
  742. package/src/schemas/blocks/categoryList.ts +0 -18
  743. package/src/schemas/blocks/categorySingle.ts +0 -12
  744. package/src/schemas/blocks/contact.ts +0 -13
  745. package/src/schemas/blocks/content.ts +0 -13
  746. package/src/schemas/blocks/cta.ts +0 -11
  747. package/src/schemas/blocks/faqs.ts +0 -18
  748. package/src/schemas/blocks/features.ts +0 -17
  749. package/src/schemas/blocks/footer.ts +0 -16
  750. package/src/schemas/blocks/header.ts +0 -18
  751. package/src/schemas/blocks/hero.ts +0 -15
  752. package/src/schemas/blocks/intro.ts +0 -9
  753. package/src/schemas/blocks/postSingle.ts +0 -12
  754. package/src/schemas/blocks/productGroup.ts +0 -17
  755. package/src/schemas/blocks/productList.ts +0 -18
  756. package/src/schemas/blocks/productSingle.ts +0 -17
  757. package/src/schemas/blocks/reviews.ts +0 -16
  758. package/src/schemas/collections/block.ts +0 -83
  759. package/src/schemas/collections/category.ts +0 -11
  760. package/src/schemas/collections/page.ts +0 -13
  761. package/src/schemas/collections/post.ts +0 -11
  762. package/src/schemas/collections/product.ts +0 -11
  763. package/src/schemas/fields/badge.ts +0 -9
  764. package/src/schemas/fields/button.ts +0 -12
  765. package/src/schemas/fields/card.ts +0 -28
  766. package/src/schemas/fields/channel.ts +0 -10
  767. package/src/schemas/fields/form.ts +0 -20
  768. package/src/schemas/fields/image.ts +0 -8
  769. package/src/schemas/fields/link.ts +0 -9
  770. package/src/schemas/fields/logo.ts +0 -10
  771. package/src/schemas/fields/menu.ts +0 -10
  772. package/src/schemas/fields/meta.ts +0 -14
  773. package/src/schemas/fields/path.ts +0 -13
  774. package/src/schemas/fields/proof.ts +0 -11
  775. package/src/schemas/fields/section.ts +0 -48
  776. package/tailwind.config.js +0 -111
package/registry.json ADDED
@@ -0,0 +1,3254 @@
1
+ {
2
+ "$schema": "https://ui.shadcn.com/schema/registry.json",
3
+ "name": "fulldev/ui",
4
+ "homepage": "https://ui.full.dev",
5
+ "items": [
6
+ {
7
+ "name": "init",
8
+ "type": "registry:base",
9
+ "dependencies": ["class-variance-authority", "clsx", "tailwind-merge"],
10
+ "files": [
11
+ {
12
+ "path": "src/lib/utils.ts",
13
+ "type": "registry:lib"
14
+ },
15
+ {
16
+ "path": "registry/init/global.css",
17
+ "type": "registry:style",
18
+ "target": "src/styles/global.css"
19
+ }
20
+ ]
21
+ },
22
+ {
23
+ "name": "accordion",
24
+ "type": "registry:ui",
25
+ "dependencies": ["@data-slot/accordion"],
26
+ "files": [
27
+ {
28
+ "path": "src/components/ui/accordion/accordion.astro",
29
+ "type": "registry:ui"
30
+ },
31
+ {
32
+ "path": "src/components/ui/accordion/accordion-content.astro",
33
+ "type": "registry:ui"
34
+ },
35
+ {
36
+ "path": "src/components/ui/accordion/accordion-item.astro",
37
+ "type": "registry:ui"
38
+ },
39
+ {
40
+ "path": "src/components/ui/accordion/accordion-trigger.astro",
41
+ "type": "registry:ui"
42
+ },
43
+ {
44
+ "path": "src/components/ui/accordion/index.ts",
45
+ "type": "registry:ui"
46
+ }
47
+ ],
48
+ "registryDependencies": ["@fulldev/icon"]
49
+ },
50
+ {
51
+ "name": "alert",
52
+ "type": "registry:ui",
53
+ "files": [
54
+ {
55
+ "path": "src/components/ui/alert/alert.astro",
56
+ "type": "registry:ui"
57
+ },
58
+ {
59
+ "path": "src/components/ui/alert/alert-action.astro",
60
+ "type": "registry:ui"
61
+ },
62
+ {
63
+ "path": "src/components/ui/alert/alert-description.astro",
64
+ "type": "registry:ui"
65
+ },
66
+ {
67
+ "path": "src/components/ui/alert/alert-title.astro",
68
+ "type": "registry:ui"
69
+ },
70
+ {
71
+ "path": "src/components/ui/alert/index.ts",
72
+ "type": "registry:ui"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "name": "alert-dialog",
78
+ "type": "registry:ui",
79
+ "dependencies": ["@data-slot/alert-dialog"],
80
+ "files": [
81
+ {
82
+ "path": "src/components/ui/alert-dialog/alert-dialog.astro",
83
+ "type": "registry:ui"
84
+ },
85
+ {
86
+ "path": "src/components/ui/alert-dialog/alert-dialog-trigger.astro",
87
+ "type": "registry:ui"
88
+ },
89
+ {
90
+ "path": "src/components/ui/alert-dialog/alert-dialog-portal.astro",
91
+ "type": "registry:ui"
92
+ },
93
+ {
94
+ "path": "src/components/ui/alert-dialog/alert-dialog-overlay.astro",
95
+ "type": "registry:ui"
96
+ },
97
+ {
98
+ "path": "src/components/ui/alert-dialog/alert-dialog-content.astro",
99
+ "type": "registry:ui"
100
+ },
101
+ {
102
+ "path": "src/components/ui/alert-dialog/alert-dialog-header.astro",
103
+ "type": "registry:ui"
104
+ },
105
+ {
106
+ "path": "src/components/ui/alert-dialog/alert-dialog-media.astro",
107
+ "type": "registry:ui"
108
+ },
109
+ {
110
+ "path": "src/components/ui/alert-dialog/alert-dialog-footer.astro",
111
+ "type": "registry:ui"
112
+ },
113
+ {
114
+ "path": "src/components/ui/alert-dialog/alert-dialog-title.astro",
115
+ "type": "registry:ui"
116
+ },
117
+ {
118
+ "path": "src/components/ui/alert-dialog/alert-dialog-description.astro",
119
+ "type": "registry:ui"
120
+ },
121
+ {
122
+ "path": "src/components/ui/alert-dialog/alert-dialog-action.astro",
123
+ "type": "registry:ui"
124
+ },
125
+ {
126
+ "path": "src/components/ui/alert-dialog/alert-dialog-cancel.astro",
127
+ "type": "registry:ui"
128
+ },
129
+ {
130
+ "path": "src/components/ui/alert-dialog/index.ts",
131
+ "type": "registry:ui"
132
+ }
133
+ ],
134
+ "registryDependencies": ["@fulldev/button"]
135
+ },
136
+ {
137
+ "name": "avatar",
138
+ "type": "registry:ui",
139
+ "files": [
140
+ {
141
+ "path": "src/components/ui/avatar/avatar.astro",
142
+ "type": "registry:ui"
143
+ },
144
+ {
145
+ "path": "src/components/ui/avatar/avatar-badge.astro",
146
+ "type": "registry:ui"
147
+ },
148
+ {
149
+ "path": "src/components/ui/avatar/avatar-fallback.astro",
150
+ "type": "registry:ui"
151
+ },
152
+ {
153
+ "path": "src/components/ui/avatar/avatar-group.astro",
154
+ "type": "registry:ui"
155
+ },
156
+ {
157
+ "path": "src/components/ui/avatar/avatar-group-count.astro",
158
+ "type": "registry:ui"
159
+ },
160
+ {
161
+ "path": "src/components/ui/avatar/avatar-image.astro",
162
+ "type": "registry:ui"
163
+ },
164
+ {
165
+ "path": "src/components/ui/avatar/index.ts",
166
+ "type": "registry:ui"
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "name": "badge",
172
+ "type": "registry:ui",
173
+ "files": [
174
+ {
175
+ "path": "src/components/ui/badge/badge-variants.ts",
176
+ "type": "registry:ui"
177
+ },
178
+ {
179
+ "path": "src/components/ui/badge/badge.astro",
180
+ "type": "registry:ui"
181
+ },
182
+ {
183
+ "path": "src/components/ui/badge/index.ts",
184
+ "type": "registry:ui"
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "name": "banner",
190
+ "type": "registry:ui",
191
+ "files": [
192
+ {
193
+ "path": "src/components/ui/banner/banner.astro",
194
+ "type": "registry:ui"
195
+ },
196
+ {
197
+ "path": "src/components/ui/banner/banner-container.astro",
198
+ "type": "registry:ui"
199
+ },
200
+ {
201
+ "path": "src/components/ui/banner/index.ts",
202
+ "type": "registry:ui"
203
+ }
204
+ ],
205
+ "registryDependencies": [
206
+ "@fulldev/button",
207
+ "@fulldev/dropdown-menu",
208
+ "@fulldev/icon"
209
+ ]
210
+ },
211
+ {
212
+ "name": "breadcrumb",
213
+ "type": "registry:ui",
214
+ "files": [
215
+ {
216
+ "path": "src/components/ui/breadcrumb/breadcrumb.astro",
217
+ "type": "registry:ui"
218
+ },
219
+ {
220
+ "path": "src/components/ui/breadcrumb/breadcrumb-list.astro",
221
+ "type": "registry:ui"
222
+ },
223
+ {
224
+ "path": "src/components/ui/breadcrumb/breadcrumb-item.astro",
225
+ "type": "registry:ui"
226
+ },
227
+ {
228
+ "path": "src/components/ui/breadcrumb/breadcrumb-link.astro",
229
+ "type": "registry:ui"
230
+ },
231
+ {
232
+ "path": "src/components/ui/breadcrumb/breadcrumb-page.astro",
233
+ "type": "registry:ui"
234
+ },
235
+ {
236
+ "path": "src/components/ui/breadcrumb/breadcrumb-separator.astro",
237
+ "type": "registry:ui"
238
+ },
239
+ {
240
+ "path": "src/components/ui/breadcrumb/breadcrumb-ellipsis.astro",
241
+ "type": "registry:ui"
242
+ },
243
+ {
244
+ "path": "src/components/ui/breadcrumb/index.ts",
245
+ "type": "registry:ui"
246
+ }
247
+ ],
248
+ "registryDependencies": ["@fulldev/icon"]
249
+ },
250
+ {
251
+ "name": "button",
252
+ "type": "registry:ui",
253
+ "files": [
254
+ {
255
+ "path": "src/components/ui/button/button-variants.ts",
256
+ "type": "registry:ui"
257
+ },
258
+ {
259
+ "path": "src/components/ui/button/button.astro",
260
+ "type": "registry:ui"
261
+ },
262
+ {
263
+ "path": "src/components/ui/button/index.ts",
264
+ "type": "registry:ui"
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "name": "card",
270
+ "type": "registry:ui",
271
+ "files": [
272
+ {
273
+ "path": "src/components/ui/card/card.astro",
274
+ "type": "registry:ui"
275
+ },
276
+ {
277
+ "path": "src/components/ui/card/card-header.astro",
278
+ "type": "registry:ui"
279
+ },
280
+ {
281
+ "path": "src/components/ui/card/card-action.astro",
282
+ "type": "registry:ui"
283
+ },
284
+ {
285
+ "path": "src/components/ui/card/card-title.astro",
286
+ "type": "registry:ui"
287
+ },
288
+ {
289
+ "path": "src/components/ui/card/card-description.astro",
290
+ "type": "registry:ui"
291
+ },
292
+ {
293
+ "path": "src/components/ui/card/card-content.astro",
294
+ "type": "registry:ui"
295
+ },
296
+ {
297
+ "path": "src/components/ui/card/card-footer.astro",
298
+ "type": "registry:ui"
299
+ },
300
+ {
301
+ "path": "src/components/ui/card/index.ts",
302
+ "type": "registry:ui"
303
+ }
304
+ ]
305
+ },
306
+ {
307
+ "name": "checkbox",
308
+ "type": "registry:ui",
309
+ "files": [
310
+ {
311
+ "path": "src/components/ui/checkbox/checkbox.astro",
312
+ "type": "registry:ui"
313
+ },
314
+ {
315
+ "path": "src/components/ui/checkbox/index.ts",
316
+ "type": "registry:ui"
317
+ }
318
+ ]
319
+ },
320
+ {
321
+ "name": "collapsible",
322
+ "type": "registry:ui",
323
+ "dependencies": ["@data-slot/collapsible"],
324
+ "files": [
325
+ {
326
+ "path": "src/components/ui/collapsible/collapsible.astro",
327
+ "type": "registry:ui"
328
+ },
329
+ {
330
+ "path": "src/components/ui/collapsible/collapsible-content.astro",
331
+ "type": "registry:ui"
332
+ },
333
+ {
334
+ "path": "src/components/ui/collapsible/collapsible-trigger.astro",
335
+ "type": "registry:ui"
336
+ },
337
+ {
338
+ "path": "src/components/ui/collapsible/index.ts",
339
+ "type": "registry:ui"
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "name": "combobox",
345
+ "type": "registry:ui",
346
+ "dependencies": ["@data-slot/combobox"],
347
+ "files": [
348
+ {
349
+ "path": "src/components/ui/combobox/combobox.astro",
350
+ "type": "registry:ui"
351
+ },
352
+ {
353
+ "path": "src/components/ui/combobox/combobox-content.astro",
354
+ "type": "registry:ui"
355
+ },
356
+ {
357
+ "path": "src/components/ui/combobox/combobox-empty.astro",
358
+ "type": "registry:ui"
359
+ },
360
+ {
361
+ "path": "src/components/ui/combobox/combobox-group.astro",
362
+ "type": "registry:ui"
363
+ },
364
+ {
365
+ "path": "src/components/ui/combobox/combobox-input.astro",
366
+ "type": "registry:ui"
367
+ },
368
+ {
369
+ "path": "src/components/ui/combobox/combobox-item.astro",
370
+ "type": "registry:ui"
371
+ },
372
+ {
373
+ "path": "src/components/ui/combobox/combobox-label.astro",
374
+ "type": "registry:ui"
375
+ },
376
+ {
377
+ "path": "src/components/ui/combobox/combobox-list.astro",
378
+ "type": "registry:ui"
379
+ },
380
+ {
381
+ "path": "src/components/ui/combobox/combobox-separator.astro",
382
+ "type": "registry:ui"
383
+ },
384
+ {
385
+ "path": "src/components/ui/combobox/combobox-trigger.astro",
386
+ "type": "registry:ui"
387
+ },
388
+ {
389
+ "path": "src/components/ui/combobox/combobox-value.astro",
390
+ "type": "registry:ui"
391
+ },
392
+ {
393
+ "path": "src/components/ui/combobox/index.ts",
394
+ "type": "registry:ui"
395
+ }
396
+ ],
397
+ "registryDependencies": ["@fulldev/input-group", "@fulldev/icon"]
398
+ },
399
+ {
400
+ "name": "command",
401
+ "type": "registry:ui",
402
+ "dependencies": ["@data-slot/command"],
403
+ "files": [
404
+ {
405
+ "path": "src/components/ui/command/command.astro",
406
+ "type": "registry:ui"
407
+ },
408
+ {
409
+ "path": "src/components/ui/command/command-dialog.astro",
410
+ "type": "registry:ui"
411
+ },
412
+ {
413
+ "path": "src/components/ui/command/command-input.astro",
414
+ "type": "registry:ui"
415
+ },
416
+ {
417
+ "path": "src/components/ui/command/command-list.astro",
418
+ "type": "registry:ui"
419
+ },
420
+ {
421
+ "path": "src/components/ui/command/command-empty.astro",
422
+ "type": "registry:ui"
423
+ },
424
+ {
425
+ "path": "src/components/ui/command/command-group.astro",
426
+ "type": "registry:ui"
427
+ },
428
+ {
429
+ "path": "src/components/ui/command/command-item.astro",
430
+ "type": "registry:ui"
431
+ },
432
+ {
433
+ "path": "src/components/ui/command/command-separator.astro",
434
+ "type": "registry:ui"
435
+ },
436
+ {
437
+ "path": "src/components/ui/command/command-shortcut.astro",
438
+ "type": "registry:ui"
439
+ },
440
+ {
441
+ "path": "src/components/ui/command/index.ts",
442
+ "type": "registry:ui"
443
+ }
444
+ ],
445
+ "registryDependencies": ["@fulldev/dialog", "@fulldev/icon"]
446
+ },
447
+ {
448
+ "name": "dialog",
449
+ "type": "registry:ui",
450
+ "dependencies": ["@data-slot/dialog"],
451
+ "files": [
452
+ {
453
+ "path": "src/components/ui/dialog/dialog.astro",
454
+ "type": "registry:ui"
455
+ },
456
+ {
457
+ "path": "src/components/ui/dialog/dialog-trigger.astro",
458
+ "type": "registry:ui"
459
+ },
460
+ {
461
+ "path": "src/components/ui/dialog/dialog-portal.astro",
462
+ "type": "registry:ui"
463
+ },
464
+ {
465
+ "path": "src/components/ui/dialog/dialog-overlay.astro",
466
+ "type": "registry:ui"
467
+ },
468
+ {
469
+ "path": "src/components/ui/dialog/dialog-content.astro",
470
+ "type": "registry:ui"
471
+ },
472
+ {
473
+ "path": "src/components/ui/dialog/dialog-header.astro",
474
+ "type": "registry:ui"
475
+ },
476
+ {
477
+ "path": "src/components/ui/dialog/dialog-footer.astro",
478
+ "type": "registry:ui"
479
+ },
480
+ {
481
+ "path": "src/components/ui/dialog/dialog-title.astro",
482
+ "type": "registry:ui"
483
+ },
484
+ {
485
+ "path": "src/components/ui/dialog/dialog-description.astro",
486
+ "type": "registry:ui"
487
+ },
488
+ {
489
+ "path": "src/components/ui/dialog/dialog-close.astro",
490
+ "type": "registry:ui"
491
+ },
492
+ {
493
+ "path": "src/components/ui/dialog/index.ts",
494
+ "type": "registry:ui"
495
+ }
496
+ ],
497
+ "registryDependencies": ["@fulldev/button", "@fulldev/icon"]
498
+ },
499
+ {
500
+ "name": "dropdown-menu",
501
+ "type": "registry:ui",
502
+ "dependencies": ["@data-slot/dropdown-menu"],
503
+ "files": [
504
+ {
505
+ "path": "src/components/ui/dropdown-menu/dropdown-menu.astro",
506
+ "type": "registry:ui"
507
+ },
508
+ {
509
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-trigger.astro",
510
+ "type": "registry:ui"
511
+ },
512
+ {
513
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-content.astro",
514
+ "type": "registry:ui"
515
+ },
516
+ {
517
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-item.astro",
518
+ "type": "registry:ui"
519
+ },
520
+ {
521
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-radio-item.astro",
522
+ "type": "registry:ui"
523
+ },
524
+ {
525
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-checkbox-item.astro",
526
+ "type": "registry:ui"
527
+ },
528
+ {
529
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-group.astro",
530
+ "type": "registry:ui"
531
+ },
532
+ {
533
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-label.astro",
534
+ "type": "registry:ui"
535
+ },
536
+ {
537
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-separator.astro",
538
+ "type": "registry:ui"
539
+ },
540
+ {
541
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-shortcut.astro",
542
+ "type": "registry:ui"
543
+ },
544
+ {
545
+ "path": "src/components/ui/dropdown-menu/dropdown-menu-portal.astro",
546
+ "type": "registry:ui"
547
+ },
548
+ {
549
+ "path": "src/components/ui/dropdown-menu/index.ts",
550
+ "type": "registry:ui"
551
+ }
552
+ ],
553
+ "registryDependencies": ["@fulldev/icon"]
554
+ },
555
+ {
556
+ "name": "empty",
557
+ "type": "registry:ui",
558
+ "files": [
559
+ {
560
+ "path": "src/components/ui/empty/empty.astro",
561
+ "type": "registry:ui"
562
+ },
563
+ {
564
+ "path": "src/components/ui/empty/empty-content.astro",
565
+ "type": "registry:ui"
566
+ },
567
+ {
568
+ "path": "src/components/ui/empty/empty-description.astro",
569
+ "type": "registry:ui"
570
+ },
571
+ {
572
+ "path": "src/components/ui/empty/empty-header.astro",
573
+ "type": "registry:ui"
574
+ },
575
+ {
576
+ "path": "src/components/ui/empty/empty-media.astro",
577
+ "type": "registry:ui"
578
+ },
579
+ {
580
+ "path": "src/components/ui/empty/empty-title.astro",
581
+ "type": "registry:ui"
582
+ },
583
+ {
584
+ "path": "src/components/ui/empty/index.ts",
585
+ "type": "registry:ui"
586
+ }
587
+ ]
588
+ },
589
+ {
590
+ "name": "field",
591
+ "type": "registry:ui",
592
+ "files": [
593
+ {
594
+ "path": "src/components/ui/field/field.astro",
595
+ "type": "registry:ui"
596
+ },
597
+ {
598
+ "path": "src/components/ui/field/field-content.astro",
599
+ "type": "registry:ui"
600
+ },
601
+ {
602
+ "path": "src/components/ui/field/field-description.astro",
603
+ "type": "registry:ui"
604
+ },
605
+ {
606
+ "path": "src/components/ui/field/field-error.astro",
607
+ "type": "registry:ui"
608
+ },
609
+ {
610
+ "path": "src/components/ui/field/field-group.astro",
611
+ "type": "registry:ui"
612
+ },
613
+ {
614
+ "path": "src/components/ui/field/field-label.astro",
615
+ "type": "registry:ui"
616
+ },
617
+ {
618
+ "path": "src/components/ui/field/field-legend.astro",
619
+ "type": "registry:ui"
620
+ },
621
+ {
622
+ "path": "src/components/ui/field/field-separator.astro",
623
+ "type": "registry:ui"
624
+ },
625
+ {
626
+ "path": "src/components/ui/field/field-set.astro",
627
+ "type": "registry:ui"
628
+ },
629
+ {
630
+ "path": "src/components/ui/field/field-title.astro",
631
+ "type": "registry:ui"
632
+ },
633
+ {
634
+ "path": "src/components/ui/field/index.ts",
635
+ "type": "registry:ui"
636
+ }
637
+ ],
638
+ "registryDependencies": ["@fulldev/label", "@fulldev/separator"]
639
+ },
640
+ {
641
+ "name": "form",
642
+ "type": "registry:ui",
643
+ "files": [
644
+ {
645
+ "path": "src/components/ui/form/form.astro",
646
+ "type": "registry:ui"
647
+ },
648
+ {
649
+ "path": "src/components/ui/form/index.ts",
650
+ "type": "registry:ui"
651
+ }
652
+ ]
653
+ },
654
+ {
655
+ "name": "header",
656
+ "type": "registry:ui",
657
+ "files": [
658
+ {
659
+ "path": "src/components/ui/header/header.astro",
660
+ "type": "registry:ui"
661
+ },
662
+ {
663
+ "path": "src/components/ui/header/header-container.astro",
664
+ "type": "registry:ui"
665
+ },
666
+ {
667
+ "path": "src/components/ui/header/header-group.astro",
668
+ "type": "registry:ui"
669
+ },
670
+ {
671
+ "path": "src/components/ui/header/index.ts",
672
+ "type": "registry:ui"
673
+ }
674
+ ],
675
+ "registryDependencies": ["@fulldev/button", "@fulldev/sheet"]
676
+ },
677
+ {
678
+ "name": "hover-card",
679
+ "type": "registry:ui",
680
+ "files": [
681
+ {
682
+ "path": "src/components/ui/hover-card/hover-card.astro",
683
+ "type": "registry:ui"
684
+ },
685
+ {
686
+ "path": "src/components/ui/hover-card/hover-card-content.astro",
687
+ "type": "registry:ui"
688
+ },
689
+ {
690
+ "path": "src/components/ui/hover-card/hover-card-trigger.astro",
691
+ "type": "registry:ui"
692
+ },
693
+ {
694
+ "path": "src/components/ui/hover-card/index.ts",
695
+ "type": "registry:ui"
696
+ }
697
+ ],
698
+ "dependencies": ["@data-slot/hover-card"]
699
+ },
700
+ {
701
+ "name": "icon",
702
+ "type": "registry:ui",
703
+ "files": [
704
+ {
705
+ "path": "src/components/ui/icon/icon.astro",
706
+ "type": "registry:ui"
707
+ },
708
+ {
709
+ "path": "src/components/ui/icon/index.ts",
710
+ "type": "registry:ui"
711
+ }
712
+ ],
713
+ "dependencies": ["lucide-static", "simple-icons"]
714
+ },
715
+ {
716
+ "name": "input",
717
+ "type": "registry:ui",
718
+ "files": [
719
+ {
720
+ "path": "src/components/ui/input/input.astro",
721
+ "type": "registry:ui"
722
+ },
723
+ {
724
+ "path": "src/components/ui/input/index.ts",
725
+ "type": "registry:ui"
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "name": "input-group",
731
+ "type": "registry:ui",
732
+ "files": [
733
+ {
734
+ "path": "src/components/ui/input-group/input-group.astro",
735
+ "type": "registry:ui"
736
+ },
737
+ {
738
+ "path": "src/components/ui/input-group/input-group-addon.astro",
739
+ "type": "registry:ui"
740
+ },
741
+ {
742
+ "path": "src/components/ui/input-group/input-group-button.astro",
743
+ "type": "registry:ui"
744
+ },
745
+ {
746
+ "path": "src/components/ui/input-group/input-group-input.astro",
747
+ "type": "registry:ui"
748
+ },
749
+ {
750
+ "path": "src/components/ui/input-group/input-group-text.astro",
751
+ "type": "registry:ui"
752
+ },
753
+ {
754
+ "path": "src/components/ui/input-group/input-group-textarea.astro",
755
+ "type": "registry:ui"
756
+ },
757
+ {
758
+ "path": "src/components/ui/input-group/index.ts",
759
+ "type": "registry:ui"
760
+ }
761
+ ],
762
+ "registryDependencies": [
763
+ "@fulldev/button",
764
+ "@fulldev/dropdown-menu",
765
+ "@fulldev/input",
766
+ "@fulldev/textarea"
767
+ ]
768
+ },
769
+ {
770
+ "name": "item",
771
+ "type": "registry:ui",
772
+ "files": [
773
+ {
774
+ "path": "src/components/ui/item/item.astro",
775
+ "type": "registry:ui"
776
+ },
777
+ {
778
+ "path": "src/components/ui/item/item-actions.astro",
779
+ "type": "registry:ui"
780
+ },
781
+ {
782
+ "path": "src/components/ui/item/item-content.astro",
783
+ "type": "registry:ui"
784
+ },
785
+ {
786
+ "path": "src/components/ui/item/item-description.astro",
787
+ "type": "registry:ui"
788
+ },
789
+ {
790
+ "path": "src/components/ui/item/item-footer.astro",
791
+ "type": "registry:ui"
792
+ },
793
+ {
794
+ "path": "src/components/ui/item/item-group.astro",
795
+ "type": "registry:ui"
796
+ },
797
+ {
798
+ "path": "src/components/ui/item/item-header.astro",
799
+ "type": "registry:ui"
800
+ },
801
+ {
802
+ "path": "src/components/ui/item/item-media.astro",
803
+ "type": "registry:ui"
804
+ },
805
+ {
806
+ "path": "src/components/ui/item/item-separator.astro",
807
+ "type": "registry:ui"
808
+ },
809
+ {
810
+ "path": "src/components/ui/item/item-title.astro",
811
+ "type": "registry:ui"
812
+ },
813
+ {
814
+ "path": "src/components/ui/item/index.ts",
815
+ "type": "registry:ui"
816
+ }
817
+ ],
818
+ "registryDependencies": ["@fulldev/separator"]
819
+ },
820
+ {
821
+ "name": "kbd",
822
+ "type": "registry:ui",
823
+ "files": [
824
+ {
825
+ "path": "src/components/ui/kbd/kbd.astro",
826
+ "type": "registry:ui"
827
+ },
828
+ {
829
+ "path": "src/components/ui/kbd/kbd-group.astro",
830
+ "type": "registry:ui"
831
+ },
832
+ {
833
+ "path": "src/components/ui/kbd/index.ts",
834
+ "type": "registry:ui"
835
+ }
836
+ ]
837
+ },
838
+ {
839
+ "name": "label",
840
+ "type": "registry:ui",
841
+ "files": [
842
+ {
843
+ "path": "src/components/ui/label/label.astro",
844
+ "type": "registry:ui"
845
+ },
846
+ {
847
+ "path": "src/components/ui/label/index.ts",
848
+ "type": "registry:ui"
849
+ }
850
+ ]
851
+ },
852
+ {
853
+ "name": "logo",
854
+ "type": "registry:ui",
855
+ "files": [
856
+ {
857
+ "path": "src/components/ui/logo/logo.astro",
858
+ "type": "registry:ui"
859
+ },
860
+ {
861
+ "path": "src/components/ui/logo/logo-image.astro",
862
+ "type": "registry:ui"
863
+ },
864
+ {
865
+ "path": "src/components/ui/logo/logo-text.astro",
866
+ "type": "registry:ui"
867
+ },
868
+ {
869
+ "path": "src/components/ui/logo/index.ts",
870
+ "type": "registry:ui"
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ "name": "marquee",
876
+ "type": "registry:ui",
877
+ "files": [
878
+ {
879
+ "path": "src/components/ui/marquee/marquee.astro",
880
+ "type": "registry:ui"
881
+ },
882
+ {
883
+ "path": "src/components/ui/marquee/index.ts",
884
+ "type": "registry:ui"
885
+ }
886
+ ]
887
+ },
888
+ {
889
+ "name": "theme-toggle",
890
+ "type": "registry:ui",
891
+ "files": [
892
+ {
893
+ "path": "src/components/ui/theme-toggle/theme-toggle.astro",
894
+ "type": "registry:ui"
895
+ },
896
+ {
897
+ "path": "src/components/ui/theme-toggle/theme-provider.astro",
898
+ "type": "registry:ui"
899
+ },
900
+ {
901
+ "path": "src/components/ui/theme-toggle/index.ts",
902
+ "type": "registry:ui"
903
+ }
904
+ ],
905
+ "registryDependencies": ["@fulldev/button", "@fulldev/icon"]
906
+ },
907
+ {
908
+ "name": "carousel",
909
+ "type": "registry:ui",
910
+ "dependencies": ["embla-carousel"],
911
+ "files": [
912
+ {
913
+ "path": "src/components/ui/carousel/carousel.astro",
914
+ "type": "registry:ui"
915
+ },
916
+ {
917
+ "path": "src/components/ui/carousel/carousel-content.astro",
918
+ "type": "registry:ui"
919
+ },
920
+ {
921
+ "path": "src/components/ui/carousel/carousel-item.astro",
922
+ "type": "registry:ui"
923
+ },
924
+ {
925
+ "path": "src/components/ui/carousel/carousel-next.astro",
926
+ "type": "registry:ui"
927
+ },
928
+ {
929
+ "path": "src/components/ui/carousel/carousel-previous.astro",
930
+ "type": "registry:ui"
931
+ },
932
+ {
933
+ "path": "src/components/ui/carousel/index.ts",
934
+ "type": "registry:ui"
935
+ }
936
+ ],
937
+ "registryDependencies": ["@fulldev/button", "@fulldev/icon"]
938
+ },
939
+ {
940
+ "name": "navigation-menu",
941
+ "type": "registry:ui",
942
+ "dependencies": ["@data-slot/navigation-menu"],
943
+ "files": [
944
+ {
945
+ "path": "src/components/ui/navigation-menu/navigation-menu.astro",
946
+ "type": "registry:ui"
947
+ },
948
+ {
949
+ "path": "src/components/ui/navigation-menu/navigation-menu-content.astro",
950
+ "type": "registry:ui"
951
+ },
952
+ {
953
+ "path": "src/components/ui/navigation-menu/navigation-menu-item.astro",
954
+ "type": "registry:ui"
955
+ },
956
+ {
957
+ "path": "src/components/ui/navigation-menu/navigation-menu-link.astro",
958
+ "type": "registry:ui"
959
+ },
960
+ {
961
+ "path": "src/components/ui/navigation-menu/navigation-menu-list.astro",
962
+ "type": "registry:ui"
963
+ },
964
+ {
965
+ "path": "src/components/ui/navigation-menu/navigation-menu-indicator.astro",
966
+ "type": "registry:ui"
967
+ },
968
+ {
969
+ "path": "src/components/ui/navigation-menu/navigation-menu-trigger.astro",
970
+ "type": "registry:ui"
971
+ },
972
+ {
973
+ "path": "src/components/ui/navigation-menu/navigation-menu-trigger-style.ts",
974
+ "type": "registry:ui"
975
+ },
976
+ {
977
+ "path": "src/components/ui/navigation-menu/navigation-menu-positioner.astro",
978
+ "type": "registry:ui"
979
+ },
980
+ {
981
+ "path": "src/components/ui/navigation-menu/index.ts",
982
+ "type": "registry:ui"
983
+ }
984
+ ],
985
+ "registryDependencies": ["@fulldev/icon"]
986
+ },
987
+ {
988
+ "name": "native-select",
989
+ "type": "registry:ui",
990
+ "files": [
991
+ {
992
+ "path": "src/components/ui/native-select/native-select.astro",
993
+ "type": "registry:ui"
994
+ },
995
+ {
996
+ "path": "src/components/ui/native-select/native-select-option.astro",
997
+ "type": "registry:ui"
998
+ },
999
+ {
1000
+ "path": "src/components/ui/native-select/native-select-optgroup.astro",
1001
+ "type": "registry:ui"
1002
+ },
1003
+ {
1004
+ "path": "src/components/ui/native-select/index.ts",
1005
+ "type": "registry:ui"
1006
+ }
1007
+ ],
1008
+ "registryDependencies": ["@fulldev/icon"]
1009
+ },
1010
+ {
1011
+ "name": "popover",
1012
+ "type": "registry:ui",
1013
+ "dependencies": ["@data-slot/popover"],
1014
+ "files": [
1015
+ {
1016
+ "path": "src/components/ui/popover/popover.astro",
1017
+ "type": "registry:ui"
1018
+ },
1019
+ {
1020
+ "path": "src/components/ui/popover/popover-trigger.astro",
1021
+ "type": "registry:ui"
1022
+ },
1023
+ {
1024
+ "path": "src/components/ui/popover/popover-content.astro",
1025
+ "type": "registry:ui"
1026
+ },
1027
+ {
1028
+ "path": "src/components/ui/popover/popover-description.astro",
1029
+ "type": "registry:ui"
1030
+ },
1031
+ {
1032
+ "path": "src/components/ui/popover/popover-header.astro",
1033
+ "type": "registry:ui"
1034
+ },
1035
+ {
1036
+ "path": "src/components/ui/popover/popover-title.astro",
1037
+ "type": "registry:ui"
1038
+ },
1039
+ {
1040
+ "path": "src/components/ui/popover/index.ts",
1041
+ "type": "registry:ui"
1042
+ }
1043
+ ]
1044
+ },
1045
+ {
1046
+ "name": "price",
1047
+ "type": "registry:ui",
1048
+ "files": [
1049
+ {
1050
+ "path": "src/components/ui/price/price.astro",
1051
+ "type": "registry:ui"
1052
+ },
1053
+ {
1054
+ "path": "src/components/ui/price/price-unit.astro",
1055
+ "type": "registry:ui"
1056
+ },
1057
+ {
1058
+ "path": "src/components/ui/price/price-value.astro",
1059
+ "type": "registry:ui"
1060
+ },
1061
+ {
1062
+ "path": "src/components/ui/price/format-price-value.ts",
1063
+ "type": "registry:ui"
1064
+ },
1065
+ {
1066
+ "path": "src/components/ui/price/index.ts",
1067
+ "type": "registry:ui"
1068
+ }
1069
+ ]
1070
+ },
1071
+ {
1072
+ "name": "radio-group",
1073
+ "type": "registry:ui",
1074
+ "dependencies": ["@data-slot/radio-group"],
1075
+ "files": [
1076
+ {
1077
+ "path": "src/components/ui/radio-group/radio-group.astro",
1078
+ "type": "registry:ui"
1079
+ },
1080
+ {
1081
+ "path": "src/components/ui/radio-group/radio-group-item.astro",
1082
+ "type": "registry:ui"
1083
+ },
1084
+ {
1085
+ "path": "src/components/ui/radio-group/index.ts",
1086
+ "type": "registry:ui"
1087
+ }
1088
+ ]
1089
+ },
1090
+ {
1091
+ "name": "rating",
1092
+ "type": "registry:ui",
1093
+ "files": [
1094
+ {
1095
+ "path": "src/components/ui/rating/rating.astro",
1096
+ "type": "registry:ui"
1097
+ },
1098
+ {
1099
+ "path": "src/components/ui/rating/index.ts",
1100
+ "type": "registry:ui"
1101
+ }
1102
+ ],
1103
+ "registryDependencies": ["@fulldev/icon"]
1104
+ },
1105
+ {
1106
+ "name": "select",
1107
+ "type": "registry:ui",
1108
+ "dependencies": ["@data-slot/select"],
1109
+ "files": [
1110
+ {
1111
+ "path": "src/components/ui/select/select.astro",
1112
+ "type": "registry:ui"
1113
+ },
1114
+ {
1115
+ "path": "src/components/ui/select/select-trigger.astro",
1116
+ "type": "registry:ui"
1117
+ },
1118
+ {
1119
+ "path": "src/components/ui/select/select-value.astro",
1120
+ "type": "registry:ui"
1121
+ },
1122
+ {
1123
+ "path": "src/components/ui/select/select-content.astro",
1124
+ "type": "registry:ui"
1125
+ },
1126
+ {
1127
+ "path": "src/components/ui/select/select-group.astro",
1128
+ "type": "registry:ui"
1129
+ },
1130
+ {
1131
+ "path": "src/components/ui/select/select-label.astro",
1132
+ "type": "registry:ui"
1133
+ },
1134
+ {
1135
+ "path": "src/components/ui/select/select-item.astro",
1136
+ "type": "registry:ui"
1137
+ },
1138
+ {
1139
+ "path": "src/components/ui/select/select-separator.astro",
1140
+ "type": "registry:ui"
1141
+ },
1142
+ {
1143
+ "path": "src/components/ui/select/index.ts",
1144
+ "type": "registry:ui"
1145
+ }
1146
+ ],
1147
+ "registryDependencies": ["@fulldev/icon"]
1148
+ },
1149
+ {
1150
+ "name": "separator",
1151
+ "type": "registry:ui",
1152
+ "files": [
1153
+ {
1154
+ "path": "src/components/ui/separator/separator.astro",
1155
+ "type": "registry:ui"
1156
+ },
1157
+ {
1158
+ "path": "src/components/ui/separator/index.ts",
1159
+ "type": "registry:ui"
1160
+ }
1161
+ ]
1162
+ },
1163
+ {
1164
+ "name": "section",
1165
+ "type": "registry:ui",
1166
+ "files": [
1167
+ {
1168
+ "path": "src/components/ui/section/section.astro",
1169
+ "type": "registry:ui"
1170
+ },
1171
+ {
1172
+ "path": "src/components/ui/section/section-container.astro",
1173
+ "type": "registry:ui"
1174
+ },
1175
+ {
1176
+ "path": "src/components/ui/section/index.ts",
1177
+ "type": "registry:ui"
1178
+ }
1179
+ ]
1180
+ },
1181
+ {
1182
+ "name": "sheet",
1183
+ "type": "registry:ui",
1184
+ "files": [
1185
+ {
1186
+ "path": "src/components/ui/sheet/sheet.astro",
1187
+ "type": "registry:ui"
1188
+ },
1189
+ {
1190
+ "path": "src/components/ui/sheet/sheet-close.astro",
1191
+ "type": "registry:ui"
1192
+ },
1193
+ {
1194
+ "path": "src/components/ui/sheet/sheet-content.astro",
1195
+ "type": "registry:ui"
1196
+ },
1197
+ {
1198
+ "path": "src/components/ui/sheet/sheet-description.astro",
1199
+ "type": "registry:ui"
1200
+ },
1201
+ {
1202
+ "path": "src/components/ui/sheet/sheet-footer.astro",
1203
+ "type": "registry:ui"
1204
+ },
1205
+ {
1206
+ "path": "src/components/ui/sheet/sheet-header.astro",
1207
+ "type": "registry:ui"
1208
+ },
1209
+ {
1210
+ "path": "src/components/ui/sheet/sheet-title.astro",
1211
+ "type": "registry:ui"
1212
+ },
1213
+ {
1214
+ "path": "src/components/ui/sheet/sheet-trigger.astro",
1215
+ "type": "registry:ui"
1216
+ },
1217
+ {
1218
+ "path": "src/components/ui/sheet/index.ts",
1219
+ "type": "registry:ui"
1220
+ }
1221
+ ],
1222
+ "registryDependencies": [
1223
+ "@fulldev/button",
1224
+ "@fulldev/dialog",
1225
+ "@fulldev/icon"
1226
+ ]
1227
+ },
1228
+ {
1229
+ "name": "sidebar",
1230
+ "type": "registry:ui",
1231
+ "files": [
1232
+ {
1233
+ "path": "src/components/ui/sidebar/sidebar-provider.astro",
1234
+ "type": "registry:ui"
1235
+ },
1236
+ {
1237
+ "path": "src/components/ui/sidebar/sidebar.astro",
1238
+ "type": "registry:ui"
1239
+ },
1240
+ {
1241
+ "path": "src/components/ui/sidebar/sidebar-trigger.astro",
1242
+ "type": "registry:ui"
1243
+ },
1244
+ {
1245
+ "path": "src/components/ui/sidebar/sidebar-rail.astro",
1246
+ "type": "registry:ui"
1247
+ },
1248
+ {
1249
+ "path": "src/components/ui/sidebar/sidebar-inset.astro",
1250
+ "type": "registry:ui"
1251
+ },
1252
+ {
1253
+ "path": "src/components/ui/sidebar/sidebar-input.astro",
1254
+ "type": "registry:ui"
1255
+ },
1256
+ {
1257
+ "path": "src/components/ui/sidebar/sidebar-header.astro",
1258
+ "type": "registry:ui"
1259
+ },
1260
+ {
1261
+ "path": "src/components/ui/sidebar/sidebar-footer.astro",
1262
+ "type": "registry:ui"
1263
+ },
1264
+ {
1265
+ "path": "src/components/ui/sidebar/sidebar-separator.astro",
1266
+ "type": "registry:ui"
1267
+ },
1268
+ {
1269
+ "path": "src/components/ui/sidebar/sidebar-content.astro",
1270
+ "type": "registry:ui"
1271
+ },
1272
+ {
1273
+ "path": "src/components/ui/sidebar/sidebar-group.astro",
1274
+ "type": "registry:ui"
1275
+ },
1276
+ {
1277
+ "path": "src/components/ui/sidebar/sidebar-group-label.astro",
1278
+ "type": "registry:ui"
1279
+ },
1280
+ {
1281
+ "path": "src/components/ui/sidebar/sidebar-group-action.astro",
1282
+ "type": "registry:ui"
1283
+ },
1284
+ {
1285
+ "path": "src/components/ui/sidebar/sidebar-group-content.astro",
1286
+ "type": "registry:ui"
1287
+ },
1288
+ {
1289
+ "path": "src/components/ui/sidebar/sidebar-menu.astro",
1290
+ "type": "registry:ui"
1291
+ },
1292
+ {
1293
+ "path": "src/components/ui/sidebar/sidebar-menu-button.astro",
1294
+ "type": "registry:ui"
1295
+ },
1296
+ {
1297
+ "path": "src/components/ui/sidebar/sidebar-menu-item.astro",
1298
+ "type": "registry:ui"
1299
+ },
1300
+ {
1301
+ "path": "src/components/ui/sidebar/sidebar-menu-action.astro",
1302
+ "type": "registry:ui"
1303
+ },
1304
+ {
1305
+ "path": "src/components/ui/sidebar/sidebar-menu-badge.astro",
1306
+ "type": "registry:ui"
1307
+ },
1308
+ {
1309
+ "path": "src/components/ui/sidebar/sidebar-menu-skeleton.astro",
1310
+ "type": "registry:ui"
1311
+ },
1312
+ {
1313
+ "path": "src/components/ui/sidebar/sidebar-menu-sub.astro",
1314
+ "type": "registry:ui"
1315
+ },
1316
+ {
1317
+ "path": "src/components/ui/sidebar/sidebar-menu-sub-button.astro",
1318
+ "type": "registry:ui"
1319
+ },
1320
+ {
1321
+ "path": "src/components/ui/sidebar/sidebar-menu-sub-item.astro",
1322
+ "type": "registry:ui"
1323
+ },
1324
+ {
1325
+ "path": "src/components/ui/sidebar/index.ts",
1326
+ "type": "registry:ui"
1327
+ }
1328
+ ],
1329
+ "registryDependencies": [
1330
+ "@fulldev/layout",
1331
+ "@fulldev/button",
1332
+ "@fulldev/input",
1333
+ "@fulldev/separator",
1334
+ "@fulldev/sheet",
1335
+ "@fulldev/skeleton",
1336
+ "@fulldev/icon",
1337
+ "@fulldev/tooltip"
1338
+ ]
1339
+ },
1340
+ {
1341
+ "name": "slider",
1342
+ "type": "registry:ui",
1343
+ "dependencies": ["@data-slot/slider"],
1344
+ "files": [
1345
+ {
1346
+ "path": "src/components/ui/slider/slider.astro",
1347
+ "type": "registry:ui"
1348
+ },
1349
+ {
1350
+ "path": "src/components/ui/slider/index.ts",
1351
+ "type": "registry:ui"
1352
+ }
1353
+ ]
1354
+ },
1355
+ {
1356
+ "name": "skeleton",
1357
+ "type": "registry:ui",
1358
+ "files": [
1359
+ {
1360
+ "path": "src/components/ui/skeleton/skeleton.astro",
1361
+ "type": "registry:ui"
1362
+ },
1363
+ {
1364
+ "path": "src/components/ui/skeleton/index.ts",
1365
+ "type": "registry:ui"
1366
+ }
1367
+ ]
1368
+ },
1369
+ {
1370
+ "name": "spinner",
1371
+ "type": "registry:ui",
1372
+ "files": [
1373
+ {
1374
+ "path": "src/components/ui/spinner/spinner.astro",
1375
+ "type": "registry:ui"
1376
+ },
1377
+ {
1378
+ "path": "src/components/ui/spinner/index.ts",
1379
+ "type": "registry:ui"
1380
+ }
1381
+ ],
1382
+ "registryDependencies": ["@fulldev/icon"]
1383
+ },
1384
+ {
1385
+ "name": "switch",
1386
+ "type": "registry:ui",
1387
+ "dependencies": ["@data-slot/switch"],
1388
+ "files": [
1389
+ {
1390
+ "path": "src/components/ui/switch/switch.astro",
1391
+ "type": "registry:ui"
1392
+ },
1393
+ {
1394
+ "path": "src/components/ui/switch/index.ts",
1395
+ "type": "registry:ui"
1396
+ }
1397
+ ]
1398
+ },
1399
+ {
1400
+ "name": "table",
1401
+ "type": "registry:ui",
1402
+ "files": [
1403
+ {
1404
+ "path": "src/components/ui/table/table.astro",
1405
+ "type": "registry:ui"
1406
+ },
1407
+ {
1408
+ "path": "src/components/ui/table/table-body.astro",
1409
+ "type": "registry:ui"
1410
+ },
1411
+ {
1412
+ "path": "src/components/ui/table/table-caption.astro",
1413
+ "type": "registry:ui"
1414
+ },
1415
+ {
1416
+ "path": "src/components/ui/table/table-cell.astro",
1417
+ "type": "registry:ui"
1418
+ },
1419
+ {
1420
+ "path": "src/components/ui/table/table-footer.astro",
1421
+ "type": "registry:ui"
1422
+ },
1423
+ {
1424
+ "path": "src/components/ui/table/table-head.astro",
1425
+ "type": "registry:ui"
1426
+ },
1427
+ {
1428
+ "path": "src/components/ui/table/table-header.astro",
1429
+ "type": "registry:ui"
1430
+ },
1431
+ {
1432
+ "path": "src/components/ui/table/table-row.astro",
1433
+ "type": "registry:ui"
1434
+ },
1435
+ {
1436
+ "path": "src/components/ui/table/index.ts",
1437
+ "type": "registry:ui"
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "name": "tabs",
1443
+ "type": "registry:ui",
1444
+ "files": [
1445
+ {
1446
+ "path": "src/components/ui/tabs/tabs.astro",
1447
+ "type": "registry:ui"
1448
+ },
1449
+ {
1450
+ "path": "src/components/ui/tabs/tabs-content.astro",
1451
+ "type": "registry:ui"
1452
+ },
1453
+ {
1454
+ "path": "src/components/ui/tabs/tabs-list.astro",
1455
+ "type": "registry:ui"
1456
+ },
1457
+ {
1458
+ "path": "src/components/ui/tabs/tabs-list-variants.ts",
1459
+ "type": "registry:ui"
1460
+ },
1461
+ {
1462
+ "path": "src/components/ui/tabs/tabs-trigger.astro",
1463
+ "type": "registry:ui"
1464
+ },
1465
+ {
1466
+ "path": "src/components/ui/tabs/index.ts",
1467
+ "type": "registry:ui"
1468
+ }
1469
+ ],
1470
+ "dependencies": ["@data-slot/tabs"]
1471
+ },
1472
+ {
1473
+ "name": "tile",
1474
+ "type": "registry:ui",
1475
+ "files": [
1476
+ {
1477
+ "path": "src/components/ui/tile/tile.astro",
1478
+ "type": "registry:ui"
1479
+ },
1480
+ {
1481
+ "path": "src/components/ui/tile/tile-content.astro",
1482
+ "type": "registry:ui"
1483
+ },
1484
+ {
1485
+ "path": "src/components/ui/tile/tile-group.astro",
1486
+ "type": "registry:ui"
1487
+ },
1488
+ {
1489
+ "path": "src/components/ui/tile/index.ts",
1490
+ "type": "registry:ui"
1491
+ }
1492
+ ]
1493
+ },
1494
+ {
1495
+ "name": "toc",
1496
+ "type": "registry:ui",
1497
+ "files": [
1498
+ {
1499
+ "path": "src/components/ui/toc/toc.astro",
1500
+ "type": "registry:ui"
1501
+ },
1502
+ {
1503
+ "path": "src/components/ui/toc/toc-title.astro",
1504
+ "type": "registry:ui"
1505
+ },
1506
+ {
1507
+ "path": "src/components/ui/toc/toc-menu.astro",
1508
+ "type": "registry:ui"
1509
+ },
1510
+ {
1511
+ "path": "src/components/ui/toc/toc-menu-item.astro",
1512
+ "type": "registry:ui"
1513
+ },
1514
+ {
1515
+ "path": "src/components/ui/toc/toc-menu-link.astro",
1516
+ "type": "registry:ui"
1517
+ },
1518
+ {
1519
+ "path": "src/components/ui/toc/index.ts",
1520
+ "type": "registry:ui"
1521
+ }
1522
+ ]
1523
+ },
1524
+ {
1525
+ "name": "toggle",
1526
+ "type": "registry:ui",
1527
+ "files": [
1528
+ {
1529
+ "path": "src/components/ui/toggle/toggle.astro",
1530
+ "type": "registry:ui"
1531
+ },
1532
+ {
1533
+ "path": "src/components/ui/toggle/toggle-variants.ts",
1534
+ "type": "registry:ui"
1535
+ },
1536
+ {
1537
+ "path": "src/components/ui/toggle/index.ts",
1538
+ "type": "registry:ui"
1539
+ }
1540
+ ],
1541
+ "dependencies": ["@data-slot/toggle"]
1542
+ },
1543
+ {
1544
+ "name": "textarea",
1545
+ "type": "registry:ui",
1546
+ "files": [
1547
+ {
1548
+ "path": "src/components/ui/textarea/textarea.astro",
1549
+ "type": "registry:ui"
1550
+ },
1551
+ {
1552
+ "path": "src/components/ui/textarea/index.ts",
1553
+ "type": "registry:ui"
1554
+ }
1555
+ ]
1556
+ },
1557
+ {
1558
+ "name": "tooltip",
1559
+ "type": "registry:ui",
1560
+ "dependencies": ["@data-slot/tooltip"],
1561
+ "files": [
1562
+ {
1563
+ "path": "src/components/ui/tooltip/tooltip.astro",
1564
+ "type": "registry:ui"
1565
+ },
1566
+ {
1567
+ "path": "src/components/ui/tooltip/tooltip-trigger.astro",
1568
+ "type": "registry:ui"
1569
+ },
1570
+ {
1571
+ "path": "src/components/ui/tooltip/tooltip-content.astro",
1572
+ "type": "registry:ui"
1573
+ },
1574
+ {
1575
+ "path": "src/components/ui/tooltip/index.ts",
1576
+ "type": "registry:ui"
1577
+ }
1578
+ ]
1579
+ },
1580
+ {
1581
+ "name": "typography",
1582
+ "type": "registry:ui",
1583
+ "files": [
1584
+ {
1585
+ "path": "src/components/ui/typography/typography.astro",
1586
+ "type": "registry:ui"
1587
+ },
1588
+ {
1589
+ "path": "src/components/ui/typography/typography-a.astro",
1590
+ "type": "registry:ui"
1591
+ },
1592
+ {
1593
+ "path": "src/components/ui/typography/typography-blockquote.astro",
1594
+ "type": "registry:ui"
1595
+ },
1596
+ {
1597
+ "path": "src/components/ui/typography/typography-h1.astro",
1598
+ "type": "registry:ui"
1599
+ },
1600
+ {
1601
+ "path": "src/components/ui/typography/typography-h2.astro",
1602
+ "type": "registry:ui"
1603
+ },
1604
+ {
1605
+ "path": "src/components/ui/typography/typography-h3.astro",
1606
+ "type": "registry:ui"
1607
+ },
1608
+ {
1609
+ "path": "src/components/ui/typography/typography-h4.astro",
1610
+ "type": "registry:ui"
1611
+ },
1612
+ {
1613
+ "path": "src/components/ui/typography/typography-inline-code.astro",
1614
+ "type": "registry:ui"
1615
+ },
1616
+ {
1617
+ "path": "src/components/ui/typography/typography-lead.astro",
1618
+ "type": "registry:ui"
1619
+ },
1620
+ {
1621
+ "path": "src/components/ui/typography/typography-list.astro",
1622
+ "type": "registry:ui"
1623
+ },
1624
+ {
1625
+ "path": "src/components/ui/typography/typography-list-item.astro",
1626
+ "type": "registry:ui"
1627
+ },
1628
+ {
1629
+ "path": "src/components/ui/typography/typography-p.astro",
1630
+ "type": "registry:ui"
1631
+ },
1632
+ {
1633
+ "path": "src/components/ui/typography/typography-table.astro",
1634
+ "type": "registry:ui"
1635
+ },
1636
+ {
1637
+ "path": "src/components/ui/typography/typography-table-row.astro",
1638
+ "type": "registry:ui"
1639
+ },
1640
+ {
1641
+ "path": "src/components/ui/typography/typography-table-head.astro",
1642
+ "type": "registry:ui"
1643
+ },
1644
+ {
1645
+ "path": "src/components/ui/typography/typography-table-cell.astro",
1646
+ "type": "registry:ui"
1647
+ },
1648
+ {
1649
+ "path": "src/components/ui/typography/index.ts",
1650
+ "type": "registry:ui"
1651
+ }
1652
+ ]
1653
+ },
1654
+ {
1655
+ "name": "video",
1656
+ "type": "registry:ui",
1657
+ "files": [
1658
+ {
1659
+ "path": "src/components/ui/video/video.astro",
1660
+ "type": "registry:ui"
1661
+ },
1662
+ {
1663
+ "path": "src/components/ui/video/index.ts",
1664
+ "type": "registry:ui"
1665
+ }
1666
+ ]
1667
+ },
1668
+ {
1669
+ "name": "components",
1670
+ "type": "registry:item",
1671
+ "registryDependencies": [
1672
+ "@fulldev/accordion",
1673
+ "@fulldev/alert",
1674
+ "@fulldev/alert-dialog",
1675
+ "@fulldev/form",
1676
+ "@fulldev/avatar",
1677
+ "@fulldev/badge",
1678
+ "@fulldev/banner",
1679
+ "@fulldev/button",
1680
+ "@fulldev/card",
1681
+ "@fulldev/checkbox",
1682
+ "@fulldev/collapsible",
1683
+ "@fulldev/combobox",
1684
+ "@fulldev/command",
1685
+ "@fulldev/dialog",
1686
+ "@fulldev/dropdown-menu",
1687
+ "@fulldev/empty",
1688
+ "@fulldev/field",
1689
+ "@fulldev/header",
1690
+ "@fulldev/input",
1691
+ "@fulldev/input-group",
1692
+ "@fulldev/item",
1693
+ "@fulldev/label",
1694
+ "@fulldev/logo",
1695
+ "@fulldev/marquee",
1696
+ "@fulldev/native-select",
1697
+ "@fulldev/navigation-menu",
1698
+ "@fulldev/price",
1699
+ "@fulldev/radio-group",
1700
+ "@fulldev/rating",
1701
+ "@fulldev/select",
1702
+ "@fulldev/section",
1703
+ "@fulldev/separator",
1704
+ "@fulldev/sheet",
1705
+ "@fulldev/sidebar",
1706
+ "@fulldev/slider",
1707
+ "@fulldev/skeleton",
1708
+ "@fulldev/spinner",
1709
+ "@fulldev/switch",
1710
+ "@fulldev/table",
1711
+ "@fulldev/tabs",
1712
+ "@fulldev/textarea",
1713
+ "@fulldev/theme-toggle",
1714
+ "@fulldev/toc",
1715
+ "@fulldev/tooltip",
1716
+ "@fulldev/typography",
1717
+ "@fulldev/video",
1718
+ "@fulldev/layout"
1719
+ ]
1720
+ },
1721
+ {
1722
+ "name": "blocks",
1723
+ "type": "registry:item",
1724
+ "registryDependencies": [
1725
+ "@fulldev/article-1",
1726
+ "@fulldev/article-2",
1727
+ "@fulldev/articles-1",
1728
+ "@fulldev/articles-2",
1729
+ "@fulldev/articles-3",
1730
+ "@fulldev/articles-4",
1731
+ "@fulldev/banner-1",
1732
+ "@fulldev/banner-2",
1733
+ "@fulldev/blocks-1",
1734
+ "@fulldev/contact-1",
1735
+ "@fulldev/contact-2",
1736
+ "@fulldev/contact-3",
1737
+ "@fulldev/content-1",
1738
+ "@fulldev/content-2",
1739
+ "@fulldev/content-3",
1740
+ "@fulldev/content-4",
1741
+ "@fulldev/cta-1",
1742
+ "@fulldev/cta-2",
1743
+ "@fulldev/cta-3",
1744
+ "@fulldev/cta-4",
1745
+ "@fulldev/cta-5",
1746
+ "@fulldev/cta-6",
1747
+ "@fulldev/cta-7",
1748
+ "@fulldev/cta-8",
1749
+ "@fulldev/doc-1",
1750
+ "@fulldev/faqs-1",
1751
+ "@fulldev/faqs-2",
1752
+ "@fulldev/faqs-3",
1753
+ "@fulldev/faqs-4",
1754
+ "@fulldev/features-1",
1755
+ "@fulldev/features-2",
1756
+ "@fulldev/features-3",
1757
+ "@fulldev/features-4",
1758
+ "@fulldev/features-5",
1759
+ "@fulldev/features-6",
1760
+ "@fulldev/footer-1",
1761
+ "@fulldev/footer-2",
1762
+ "@fulldev/footer-3",
1763
+ "@fulldev/header-1",
1764
+ "@fulldev/header-2",
1765
+ "@fulldev/header-3",
1766
+ "@fulldev/header-4",
1767
+ "@fulldev/header-5",
1768
+ "@fulldev/hero-1",
1769
+ "@fulldev/hero-10",
1770
+ "@fulldev/hero-11",
1771
+ "@fulldev/hero-12",
1772
+ "@fulldev/hero-13",
1773
+ "@fulldev/hero-2",
1774
+ "@fulldev/hero-3",
1775
+ "@fulldev/hero-4",
1776
+ "@fulldev/hero-5",
1777
+ "@fulldev/hero-6",
1778
+ "@fulldev/hero-7",
1779
+ "@fulldev/hero-8",
1780
+ "@fulldev/hero-9",
1781
+ "@fulldev/links-2",
1782
+ "@fulldev/logos-1",
1783
+ "@fulldev/logos-2",
1784
+ "@fulldev/logos-3",
1785
+ "@fulldev/pricing-1",
1786
+ "@fulldev/pricing-2",
1787
+ "@fulldev/pricing-3",
1788
+ "@fulldev/product-1",
1789
+ "@fulldev/products-1",
1790
+ "@fulldev/products-2",
1791
+ "@fulldev/products-3",
1792
+ "@fulldev/products-4",
1793
+ "@fulldev/products-5",
1794
+ "@fulldev/reviews-1",
1795
+ "@fulldev/reviews-2",
1796
+ "@fulldev/reviews-3",
1797
+ "@fulldev/reviews-4",
1798
+ "@fulldev/reviews-5",
1799
+ "@fulldev/services-1",
1800
+ "@fulldev/services-2",
1801
+ "@fulldev/services-3",
1802
+ "@fulldev/services-4",
1803
+ "@fulldev/services-5",
1804
+ "@fulldev/services-6",
1805
+ "@fulldev/services-7",
1806
+ "@fulldev/sidebar-1"
1807
+ ]
1808
+ },
1809
+ {
1810
+ "name": "layout",
1811
+ "type": "registry:ui",
1812
+ "files": [
1813
+ {
1814
+ "path": "src/components/ui/layout/layout.astro",
1815
+ "type": "registry:ui"
1816
+ },
1817
+ {
1818
+ "path": "src/components/ui/layout/layout-head.astro",
1819
+ "type": "registry:ui"
1820
+ },
1821
+ {
1822
+ "path": "src/components/ui/layout/layout-body.astro",
1823
+ "type": "registry:ui"
1824
+ },
1825
+ {
1826
+ "path": "src/components/ui/layout/layout-main.astro",
1827
+ "type": "registry:ui"
1828
+ },
1829
+ {
1830
+ "path": "src/components/ui/layout/index.ts",
1831
+ "type": "registry:ui"
1832
+ }
1833
+ ],
1834
+ "dependencies": ["@lexingtonthemes/seo"]
1835
+ },
1836
+ {
1837
+ "name": "beta-repo-setup",
1838
+ "type": "registry:file",
1839
+ "files": [
1840
+ {
1841
+ "path": "src/content.config.ts",
1842
+ "type": "registry:file",
1843
+ "target": "src/content.config.ts"
1844
+ },
1845
+ {
1846
+ "path": "src/components/layout-renderer.astro",
1847
+ "type": "registry:file",
1848
+ "target": "src/components/layout-renderer.astro"
1849
+ },
1850
+ {
1851
+ "path": "src/lib/pages.ts",
1852
+ "type": "registry:file",
1853
+ "target": "src/lib/pages.ts"
1854
+ },
1855
+ {
1856
+ "path": "src/pages/[...page].astro",
1857
+ "type": "registry:file",
1858
+ "target": "src/pages/[...page].astro"
1859
+ },
1860
+ {
1861
+ "path": "src/pages/[...page].md.ts",
1862
+ "type": "registry:file",
1863
+ "target": "src/pages/[...page].md.ts"
1864
+ },
1865
+ {
1866
+ "path": "src/pages/index.md.ts",
1867
+ "type": "registry:file",
1868
+ "target": "src/pages/index.md.ts"
1869
+ },
1870
+ {
1871
+ "path": "src/pages/sitemap.md.ts",
1872
+ "type": "registry:file",
1873
+ "target": "src/pages/sitemap.md.ts"
1874
+ },
1875
+ {
1876
+ "path": "src/schemas/shared.ts",
1877
+ "type": "registry:file",
1878
+ "target": "src/schemas/shared.ts"
1879
+ },
1880
+ {
1881
+ "path": "src/schemas/global.ts",
1882
+ "type": "registry:file",
1883
+ "target": "src/schemas/global.ts"
1884
+ },
1885
+ {
1886
+ "path": "src/schemas/page.ts",
1887
+ "type": "registry:file",
1888
+ "target": "src/schemas/page.ts"
1889
+ },
1890
+ {
1891
+ "path": "src/schemas/layouts/base.ts",
1892
+ "type": "registry:file",
1893
+ "target": "src/schemas/layouts/base.ts"
1894
+ },
1895
+ {
1896
+ "path": "src/schemas/layouts/block.ts",
1897
+ "type": "registry:file",
1898
+ "target": "src/schemas/layouts/block.ts"
1899
+ },
1900
+ {
1901
+ "path": "src/schemas/layouts/doc.ts",
1902
+ "type": "registry:file",
1903
+ "target": "src/schemas/layouts/doc.ts"
1904
+ },
1905
+ {
1906
+ "path": "src/schemas/layouts/home.ts",
1907
+ "type": "registry:file",
1908
+ "target": "src/schemas/layouts/home.ts"
1909
+ },
1910
+ {
1911
+ "path": "src/schemas/layouts/overview.ts",
1912
+ "type": "registry:file",
1913
+ "target": "src/schemas/layouts/overview.ts"
1914
+ },
1915
+ {
1916
+ "path": "src/layouts/base.astro",
1917
+ "type": "registry:file",
1918
+ "target": "src/layouts/base.astro"
1919
+ },
1920
+ {
1921
+ "path": "src/layouts/block.astro",
1922
+ "type": "registry:file",
1923
+ "target": "src/layouts/block.astro"
1924
+ },
1925
+ {
1926
+ "path": "src/layouts/doc.astro",
1927
+ "type": "registry:file",
1928
+ "target": "src/layouts/doc.astro"
1929
+ },
1930
+ {
1931
+ "path": "src/layouts/home.astro",
1932
+ "type": "registry:file",
1933
+ "target": "src/layouts/home.astro"
1934
+ },
1935
+ {
1936
+ "path": "src/layouts/overview.astro",
1937
+ "type": "registry:file",
1938
+ "target": "src/layouts/overview.astro"
1939
+ }
1940
+ ],
1941
+ "registryDependencies": ["@fulldev/blocks", "@fulldev/components"]
1942
+ },
1943
+ {
1944
+ "name": "article-1",
1945
+ "type": "registry:block",
1946
+ "files": [
1947
+ {
1948
+ "path": "src/components/blocks/article-1.astro",
1949
+ "type": "registry:block"
1950
+ }
1951
+ ],
1952
+ "registryDependencies": [
1953
+ "@fulldev/avatar",
1954
+ "@fulldev/badge",
1955
+ "@fulldev/section"
1956
+ ]
1957
+ },
1958
+ {
1959
+ "name": "article-2",
1960
+ "type": "registry:block",
1961
+ "files": [
1962
+ {
1963
+ "path": "src/components/blocks/article-2.astro",
1964
+ "type": "registry:block"
1965
+ }
1966
+ ],
1967
+ "registryDependencies": [
1968
+ "@fulldev/avatar",
1969
+ "@fulldev/badge",
1970
+ "@fulldev/section"
1971
+ ]
1972
+ },
1973
+ {
1974
+ "name": "articles-1",
1975
+ "type": "registry:block",
1976
+ "files": [
1977
+ {
1978
+ "path": "src/components/blocks/articles-1.astro",
1979
+ "type": "registry:block"
1980
+ }
1981
+ ],
1982
+ "registryDependencies": [
1983
+ "@fulldev/avatar",
1984
+ "@fulldev/badge",
1985
+ "@fulldev/section"
1986
+ ]
1987
+ },
1988
+ {
1989
+ "name": "articles-2",
1990
+ "type": "registry:block",
1991
+ "files": [
1992
+ {
1993
+ "path": "src/components/blocks/articles-2.astro",
1994
+ "type": "registry:block"
1995
+ }
1996
+ ],
1997
+ "registryDependencies": [
1998
+ "@fulldev/avatar",
1999
+ "@fulldev/badge",
2000
+ "@fulldev/section"
2001
+ ]
2002
+ },
2003
+ {
2004
+ "name": "articles-3",
2005
+ "type": "registry:block",
2006
+ "files": [
2007
+ {
2008
+ "path": "src/components/blocks/articles-3.astro",
2009
+ "type": "registry:block"
2010
+ }
2011
+ ],
2012
+ "registryDependencies": [
2013
+ "@fulldev/avatar",
2014
+ "@fulldev/badge",
2015
+ "@fulldev/section"
2016
+ ]
2017
+ },
2018
+ {
2019
+ "name": "articles-4",
2020
+ "type": "registry:block",
2021
+ "files": [
2022
+ {
2023
+ "path": "src/components/blocks/articles-4.astro",
2024
+ "type": "registry:block"
2025
+ }
2026
+ ],
2027
+ "registryDependencies": [
2028
+ "@fulldev/avatar",
2029
+ "@fulldev/badge",
2030
+ "@fulldev/section"
2031
+ ]
2032
+ },
2033
+ {
2034
+ "name": "banner-1",
2035
+ "type": "registry:block",
2036
+ "files": [
2037
+ {
2038
+ "path": "src/components/blocks/banner-1.astro",
2039
+ "type": "registry:block"
2040
+ }
2041
+ ],
2042
+ "registryDependencies": ["@fulldev/banner", "@fulldev/icon"]
2043
+ },
2044
+ {
2045
+ "name": "banner-2",
2046
+ "type": "registry:block",
2047
+ "files": [
2048
+ {
2049
+ "path": "src/components/blocks/banner-2.astro",
2050
+ "type": "registry:block"
2051
+ }
2052
+ ],
2053
+ "registryDependencies": ["@fulldev/banner", "@fulldev/button"]
2054
+ },
2055
+ {
2056
+ "name": "blocks-1",
2057
+ "type": "registry:block",
2058
+ "files": [
2059
+ {
2060
+ "path": "src/components/blocks/blocks-1.astro",
2061
+ "type": "registry:block"
2062
+ }
2063
+ ],
2064
+ "registryDependencies": [
2065
+ "@fulldev/button",
2066
+ "@fulldev/dropdown-menu",
2067
+ "@fulldev/section",
2068
+ "@fulldev/typography",
2069
+ "@fulldev/icon"
2070
+ ]
2071
+ },
2072
+ {
2073
+ "name": "contact-1",
2074
+ "type": "registry:block",
2075
+ "files": [
2076
+ {
2077
+ "path": "src/components/blocks/contact-1.astro",
2078
+ "type": "registry:block"
2079
+ }
2080
+ ],
2081
+ "registryDependencies": [
2082
+ "@fulldev/button",
2083
+ "@fulldev/field",
2084
+ "@fulldev/input",
2085
+ "@fulldev/section",
2086
+ "@fulldev/textarea",
2087
+ "@fulldev/icon"
2088
+ ]
2089
+ },
2090
+ {
2091
+ "name": "contact-2",
2092
+ "type": "registry:block",
2093
+ "files": [
2094
+ {
2095
+ "path": "src/components/blocks/contact-2.astro",
2096
+ "type": "registry:block"
2097
+ }
2098
+ ],
2099
+ "registryDependencies": [
2100
+ "@fulldev/button",
2101
+ "@fulldev/field",
2102
+ "@fulldev/input",
2103
+ "@fulldev/section",
2104
+ "@fulldev/textarea",
2105
+ "@fulldev/icon"
2106
+ ]
2107
+ },
2108
+ {
2109
+ "name": "contact-3",
2110
+ "type": "registry:block",
2111
+ "files": [
2112
+ {
2113
+ "path": "src/components/blocks/contact-3.astro",
2114
+ "type": "registry:block"
2115
+ }
2116
+ ],
2117
+ "registryDependencies": [
2118
+ "@fulldev/button",
2119
+ "@fulldev/field",
2120
+ "@fulldev/input",
2121
+ "@fulldev/section",
2122
+ "@fulldev/textarea",
2123
+ "@fulldev/icon"
2124
+ ]
2125
+ },
2126
+ {
2127
+ "name": "content-1",
2128
+ "type": "registry:block",
2129
+ "files": [
2130
+ {
2131
+ "path": "src/components/blocks/content-1.astro",
2132
+ "type": "registry:block"
2133
+ }
2134
+ ],
2135
+ "registryDependencies": [
2136
+ "@fulldev/button",
2137
+ "@fulldev/section",
2138
+ "@fulldev/icon"
2139
+ ]
2140
+ },
2141
+ {
2142
+ "name": "content-2",
2143
+ "type": "registry:block",
2144
+ "files": [
2145
+ {
2146
+ "path": "src/components/blocks/content-2.astro",
2147
+ "type": "registry:block"
2148
+ }
2149
+ ],
2150
+ "registryDependencies": [
2151
+ "@fulldev/button",
2152
+ "@fulldev/section",
2153
+ "@fulldev/icon"
2154
+ ]
2155
+ },
2156
+ {
2157
+ "name": "content-3",
2158
+ "type": "registry:block",
2159
+ "files": [
2160
+ {
2161
+ "path": "src/components/blocks/content-3.astro",
2162
+ "type": "registry:block"
2163
+ }
2164
+ ],
2165
+ "registryDependencies": ["@fulldev/button", "@fulldev/section"]
2166
+ },
2167
+ {
2168
+ "name": "content-4",
2169
+ "type": "registry:block",
2170
+ "files": [
2171
+ {
2172
+ "path": "src/components/blocks/content-4.astro",
2173
+ "type": "registry:block"
2174
+ }
2175
+ ],
2176
+ "registryDependencies": [
2177
+ "@fulldev/button",
2178
+ "@fulldev/section",
2179
+ "@fulldev/icon"
2180
+ ]
2181
+ },
2182
+ {
2183
+ "name": "content-5",
2184
+ "type": "registry:block",
2185
+ "files": [
2186
+ {
2187
+ "path": "src/components/blocks/content-5.astro",
2188
+ "type": "registry:block"
2189
+ }
2190
+ ],
2191
+ "registryDependencies": [
2192
+ "@fulldev/button",
2193
+ "@fulldev/section",
2194
+ "@fulldev/icon"
2195
+ ]
2196
+ },
2197
+ {
2198
+ "name": "content-6",
2199
+ "type": "registry:block",
2200
+ "files": [
2201
+ {
2202
+ "path": "src/components/blocks/content-6.astro",
2203
+ "type": "registry:block"
2204
+ }
2205
+ ],
2206
+ "registryDependencies": [
2207
+ "@fulldev/button",
2208
+ "@fulldev/section",
2209
+ "@fulldev/icon"
2210
+ ]
2211
+ },
2212
+ {
2213
+ "name": "cta-1",
2214
+ "type": "registry:block",
2215
+ "files": [
2216
+ {
2217
+ "path": "src/components/blocks/cta-1.astro",
2218
+ "type": "registry:block"
2219
+ }
2220
+ ],
2221
+ "registryDependencies": [
2222
+ "@fulldev/avatar",
2223
+ "@fulldev/button",
2224
+ "@fulldev/rating",
2225
+ "@fulldev/section"
2226
+ ]
2227
+ },
2228
+ {
2229
+ "name": "cta-2",
2230
+ "type": "registry:block",
2231
+ "files": [
2232
+ {
2233
+ "path": "src/components/blocks/cta-2.astro",
2234
+ "type": "registry:block"
2235
+ }
2236
+ ],
2237
+ "registryDependencies": [
2238
+ "@fulldev/avatar",
2239
+ "@fulldev/button",
2240
+ "@fulldev/rating",
2241
+ "@fulldev/section"
2242
+ ]
2243
+ },
2244
+ {
2245
+ "name": "cta-3",
2246
+ "type": "registry:block",
2247
+ "files": [
2248
+ {
2249
+ "path": "src/components/blocks/cta-3.astro",
2250
+ "type": "registry:block"
2251
+ }
2252
+ ],
2253
+ "registryDependencies": [
2254
+ "@fulldev/avatar",
2255
+ "@fulldev/button",
2256
+ "@fulldev/rating",
2257
+ "@fulldev/section"
2258
+ ]
2259
+ },
2260
+ {
2261
+ "name": "cta-4",
2262
+ "type": "registry:block",
2263
+ "files": [
2264
+ {
2265
+ "path": "src/components/blocks/cta-4.astro",
2266
+ "type": "registry:block"
2267
+ }
2268
+ ],
2269
+ "registryDependencies": [
2270
+ "@fulldev/avatar",
2271
+ "@fulldev/button",
2272
+ "@fulldev/rating",
2273
+ "@fulldev/section"
2274
+ ]
2275
+ },
2276
+ {
2277
+ "name": "cta-5",
2278
+ "type": "registry:block",
2279
+ "files": [
2280
+ {
2281
+ "path": "src/components/blocks/cta-5.astro",
2282
+ "type": "registry:block"
2283
+ }
2284
+ ],
2285
+ "registryDependencies": [
2286
+ "@fulldev/button",
2287
+ "@fulldev/section",
2288
+ "@fulldev/icon"
2289
+ ]
2290
+ },
2291
+ {
2292
+ "name": "cta-6",
2293
+ "type": "registry:block",
2294
+ "files": [
2295
+ {
2296
+ "path": "src/components/blocks/cta-6.astro",
2297
+ "type": "registry:block"
2298
+ }
2299
+ ],
2300
+ "registryDependencies": [
2301
+ "@fulldev/avatar",
2302
+ "@fulldev/button",
2303
+ "@fulldev/rating",
2304
+ "@fulldev/section"
2305
+ ]
2306
+ },
2307
+ {
2308
+ "name": "cta-7",
2309
+ "type": "registry:block",
2310
+ "files": [
2311
+ {
2312
+ "path": "src/components/blocks/cta-7.astro",
2313
+ "type": "registry:block"
2314
+ }
2315
+ ],
2316
+ "registryDependencies": [
2317
+ "@fulldev/avatar",
2318
+ "@fulldev/button",
2319
+ "@fulldev/section"
2320
+ ]
2321
+ },
2322
+ {
2323
+ "name": "cta-8",
2324
+ "type": "registry:block",
2325
+ "files": [
2326
+ {
2327
+ "path": "src/components/blocks/cta-8.astro",
2328
+ "type": "registry:block"
2329
+ }
2330
+ ],
2331
+ "registryDependencies": ["@fulldev/button", "@fulldev/section"]
2332
+ },
2333
+ {
2334
+ "name": "doc-1",
2335
+ "type": "registry:block",
2336
+ "files": [
2337
+ {
2338
+ "path": "src/components/blocks/doc-1.astro",
2339
+ "type": "registry:block"
2340
+ }
2341
+ ],
2342
+ "registryDependencies": [
2343
+ "@fulldev/button",
2344
+ "@fulldev/card",
2345
+ "@fulldev/dropdown-menu",
2346
+ "@fulldev/section",
2347
+ "@fulldev/toc",
2348
+ "@fulldev/typography",
2349
+ "@fulldev/icon"
2350
+ ]
2351
+ },
2352
+ {
2353
+ "name": "faqs-1",
2354
+ "type": "registry:block",
2355
+ "files": [
2356
+ {
2357
+ "path": "src/components/blocks/faqs-1.astro",
2358
+ "type": "registry:block"
2359
+ }
2360
+ ],
2361
+ "registryDependencies": [
2362
+ "@fulldev/accordion",
2363
+ "@fulldev/button",
2364
+ "@fulldev/section"
2365
+ ]
2366
+ },
2367
+ {
2368
+ "name": "faqs-2",
2369
+ "type": "registry:block",
2370
+ "files": [
2371
+ {
2372
+ "path": "src/components/blocks/faqs-2.astro",
2373
+ "type": "registry:block"
2374
+ }
2375
+ ],
2376
+ "registryDependencies": [
2377
+ "@fulldev/accordion",
2378
+ "@fulldev/button",
2379
+ "@fulldev/section"
2380
+ ]
2381
+ },
2382
+ {
2383
+ "name": "faqs-3",
2384
+ "type": "registry:block",
2385
+ "files": [
2386
+ {
2387
+ "path": "src/components/blocks/faqs-3.astro",
2388
+ "type": "registry:block"
2389
+ }
2390
+ ],
2391
+ "registryDependencies": [
2392
+ "@fulldev/accordion",
2393
+ "@fulldev/badge",
2394
+ "@fulldev/section"
2395
+ ]
2396
+ },
2397
+ {
2398
+ "name": "faqs-4",
2399
+ "type": "registry:block",
2400
+ "files": [
2401
+ {
2402
+ "path": "src/components/blocks/faqs-4.astro",
2403
+ "type": "registry:block"
2404
+ }
2405
+ ],
2406
+ "registryDependencies": ["@fulldev/accordion", "@fulldev/section"]
2407
+ },
2408
+ {
2409
+ "name": "features-1",
2410
+ "type": "registry:block",
2411
+ "files": [
2412
+ {
2413
+ "path": "src/components/blocks/features-1.astro",
2414
+ "type": "registry:block"
2415
+ }
2416
+ ],
2417
+ "registryDependencies": [
2418
+ "@fulldev/button",
2419
+ "@fulldev/section",
2420
+ "@fulldev/icon"
2421
+ ]
2422
+ },
2423
+ {
2424
+ "name": "features-2",
2425
+ "type": "registry:block",
2426
+ "files": [
2427
+ {
2428
+ "path": "src/components/blocks/features-2.astro",
2429
+ "type": "registry:block"
2430
+ }
2431
+ ],
2432
+ "registryDependencies": [
2433
+ "@fulldev/button",
2434
+ "@fulldev/section",
2435
+ "@fulldev/icon"
2436
+ ]
2437
+ },
2438
+ {
2439
+ "name": "features-3",
2440
+ "type": "registry:block",
2441
+ "files": [
2442
+ {
2443
+ "path": "src/components/blocks/features-3.astro",
2444
+ "type": "registry:block"
2445
+ }
2446
+ ],
2447
+ "registryDependencies": ["@fulldev/section"]
2448
+ },
2449
+ {
2450
+ "name": "features-4",
2451
+ "type": "registry:block",
2452
+ "files": [
2453
+ {
2454
+ "path": "src/components/blocks/features-4.astro",
2455
+ "type": "registry:block"
2456
+ }
2457
+ ],
2458
+ "registryDependencies": [
2459
+ "@fulldev/button",
2460
+ "@fulldev/section",
2461
+ "@fulldev/icon"
2462
+ ]
2463
+ },
2464
+ {
2465
+ "name": "features-5",
2466
+ "type": "registry:block",
2467
+ "files": [
2468
+ {
2469
+ "path": "src/components/blocks/features-5.astro",
2470
+ "type": "registry:block"
2471
+ }
2472
+ ],
2473
+ "registryDependencies": [
2474
+ "@fulldev/button",
2475
+ "@fulldev/section",
2476
+ "@fulldev/icon"
2477
+ ]
2478
+ },
2479
+ {
2480
+ "name": "features-6",
2481
+ "type": "registry:block",
2482
+ "files": [
2483
+ {
2484
+ "path": "src/components/blocks/features-6.astro",
2485
+ "type": "registry:block"
2486
+ }
2487
+ ],
2488
+ "registryDependencies": [
2489
+ "@fulldev/button",
2490
+ "@fulldev/section",
2491
+ "@fulldev/separator"
2492
+ ]
2493
+ },
2494
+ {
2495
+ "name": "footer-1",
2496
+ "type": "registry:block",
2497
+ "files": [
2498
+ {
2499
+ "path": "src/components/blocks/footer-1.astro",
2500
+ "type": "registry:block"
2501
+ }
2502
+ ],
2503
+ "registryDependencies": [
2504
+ "@fulldev/logo",
2505
+ "@fulldev/section",
2506
+ "@fulldev/separator",
2507
+ "@fulldev/icon"
2508
+ ]
2509
+ },
2510
+ {
2511
+ "name": "footer-2",
2512
+ "type": "registry:block",
2513
+ "files": [
2514
+ {
2515
+ "path": "src/components/blocks/footer-2.astro",
2516
+ "type": "registry:block"
2517
+ }
2518
+ ],
2519
+ "registryDependencies": [
2520
+ "@fulldev/logo",
2521
+ "@fulldev/section",
2522
+ "@fulldev/separator",
2523
+ "@fulldev/icon"
2524
+ ]
2525
+ },
2526
+ {
2527
+ "name": "footer-3",
2528
+ "type": "registry:block",
2529
+ "files": [
2530
+ {
2531
+ "path": "src/components/blocks/footer-3.astro",
2532
+ "type": "registry:block"
2533
+ }
2534
+ ],
2535
+ "registryDependencies": [
2536
+ "@fulldev/logo",
2537
+ "@fulldev/section",
2538
+ "@fulldev/separator",
2539
+ "@fulldev/icon"
2540
+ ]
2541
+ },
2542
+ {
2543
+ "name": "header-1",
2544
+ "type": "registry:block",
2545
+ "files": [
2546
+ {
2547
+ "path": "src/components/blocks/header-1.astro",
2548
+ "type": "registry:block"
2549
+ }
2550
+ ],
2551
+ "registryDependencies": [
2552
+ "@fulldev/button",
2553
+ "@fulldev/header",
2554
+ "@fulldev/icon",
2555
+ "@fulldev/logo",
2556
+ "@fulldev/navigation-menu",
2557
+ "@fulldev/sheet"
2558
+ ]
2559
+ },
2560
+ {
2561
+ "name": "header-2",
2562
+ "type": "registry:block",
2563
+ "files": [
2564
+ {
2565
+ "path": "src/components/blocks/header-2.astro",
2566
+ "type": "registry:block"
2567
+ }
2568
+ ],
2569
+ "registryDependencies": [
2570
+ "@fulldev/button",
2571
+ "@fulldev/header",
2572
+ "@fulldev/icon",
2573
+ "@fulldev/logo",
2574
+ "@fulldev/navigation-menu",
2575
+ "@fulldev/sheet"
2576
+ ]
2577
+ },
2578
+ {
2579
+ "name": "header-3",
2580
+ "type": "registry:block",
2581
+ "files": [
2582
+ {
2583
+ "path": "src/components/blocks/header-3.astro",
2584
+ "type": "registry:block"
2585
+ }
2586
+ ],
2587
+ "registryDependencies": [
2588
+ "@fulldev/button",
2589
+ "@fulldev/header",
2590
+ "@fulldev/icon",
2591
+ "@fulldev/logo",
2592
+ "@fulldev/navigation-menu",
2593
+ "@fulldev/separator",
2594
+ "@fulldev/sheet"
2595
+ ]
2596
+ },
2597
+ {
2598
+ "name": "header-4",
2599
+ "type": "registry:block",
2600
+ "files": [
2601
+ {
2602
+ "path": "src/components/blocks/header-4.astro",
2603
+ "type": "registry:block"
2604
+ }
2605
+ ],
2606
+ "registryDependencies": [
2607
+ "@fulldev/button",
2608
+ "@fulldev/header",
2609
+ "@fulldev/icon",
2610
+ "@fulldev/logo",
2611
+ "@fulldev/navigation-menu",
2612
+ "@fulldev/sheet"
2613
+ ]
2614
+ },
2615
+ {
2616
+ "name": "header-5",
2617
+ "type": "registry:block",
2618
+ "files": [
2619
+ {
2620
+ "path": "src/components/blocks/header-5.astro",
2621
+ "type": "registry:block"
2622
+ }
2623
+ ],
2624
+ "registryDependencies": [
2625
+ "@fulldev/button",
2626
+ "@fulldev/header",
2627
+ "@fulldev/icon",
2628
+ "@fulldev/logo",
2629
+ "@fulldev/navigation-menu",
2630
+ "@fulldev/separator",
2631
+ "@fulldev/sheet"
2632
+ ]
2633
+ },
2634
+ {
2635
+ "name": "hero-1",
2636
+ "type": "registry:block",
2637
+ "files": [
2638
+ {
2639
+ "path": "src/components/blocks/hero-1.astro",
2640
+ "type": "registry:block"
2641
+ }
2642
+ ],
2643
+ "registryDependencies": [
2644
+ "@fulldev/badge",
2645
+ "@fulldev/button",
2646
+ "@fulldev/section"
2647
+ ]
2648
+ },
2649
+ {
2650
+ "name": "hero-10",
2651
+ "type": "registry:block",
2652
+ "files": [
2653
+ {
2654
+ "path": "src/components/blocks/hero-10.astro",
2655
+ "type": "registry:block"
2656
+ }
2657
+ ],
2658
+ "registryDependencies": [
2659
+ "@fulldev/avatar",
2660
+ "@fulldev/button",
2661
+ "@fulldev/rating",
2662
+ "@fulldev/section"
2663
+ ]
2664
+ },
2665
+ {
2666
+ "name": "hero-11",
2667
+ "type": "registry:block",
2668
+ "files": [
2669
+ {
2670
+ "path": "src/components/blocks/hero-11.astro",
2671
+ "type": "registry:block"
2672
+ }
2673
+ ],
2674
+ "registryDependencies": [
2675
+ "@fulldev/avatar",
2676
+ "@fulldev/button",
2677
+ "@fulldev/rating",
2678
+ "@fulldev/section"
2679
+ ]
2680
+ },
2681
+ {
2682
+ "name": "hero-12",
2683
+ "type": "registry:block",
2684
+ "files": [
2685
+ {
2686
+ "path": "src/components/blocks/hero-12.astro",
2687
+ "type": "registry:block"
2688
+ }
2689
+ ],
2690
+ "registryDependencies": ["@fulldev/button", "@fulldev/section"]
2691
+ },
2692
+ {
2693
+ "name": "hero-13",
2694
+ "type": "registry:block",
2695
+ "files": [
2696
+ {
2697
+ "path": "src/components/blocks/hero-13.astro",
2698
+ "type": "registry:block"
2699
+ }
2700
+ ],
2701
+ "registryDependencies": ["@fulldev/button", "@fulldev/section"]
2702
+ },
2703
+ {
2704
+ "name": "hero-2",
2705
+ "type": "registry:block",
2706
+ "files": [
2707
+ {
2708
+ "path": "src/components/blocks/hero-2.astro",
2709
+ "type": "registry:block"
2710
+ }
2711
+ ],
2712
+ "registryDependencies": [
2713
+ "@fulldev/avatar",
2714
+ "@fulldev/button",
2715
+ "@fulldev/rating",
2716
+ "@fulldev/section"
2717
+ ]
2718
+ },
2719
+ {
2720
+ "name": "hero-3",
2721
+ "type": "registry:block",
2722
+ "files": [
2723
+ {
2724
+ "path": "src/components/blocks/hero-3.astro",
2725
+ "type": "registry:block"
2726
+ }
2727
+ ],
2728
+ "registryDependencies": ["@fulldev/button", "@fulldev/section"]
2729
+ },
2730
+ {
2731
+ "name": "hero-4",
2732
+ "type": "registry:block",
2733
+ "files": [
2734
+ {
2735
+ "path": "src/components/blocks/hero-4.astro",
2736
+ "type": "registry:block"
2737
+ }
2738
+ ],
2739
+ "registryDependencies": [
2740
+ "@fulldev/button",
2741
+ "@fulldev/section",
2742
+ "@fulldev/icon"
2743
+ ]
2744
+ },
2745
+ {
2746
+ "name": "hero-5",
2747
+ "type": "registry:block",
2748
+ "files": [
2749
+ {
2750
+ "path": "src/components/blocks/hero-5.astro",
2751
+ "type": "registry:block"
2752
+ }
2753
+ ],
2754
+ "registryDependencies": [
2755
+ "@fulldev/avatar",
2756
+ "@fulldev/button",
2757
+ "@fulldev/rating",
2758
+ "@fulldev/section",
2759
+ "@fulldev/icon"
2760
+ ]
2761
+ },
2762
+ {
2763
+ "name": "hero-6",
2764
+ "type": "registry:block",
2765
+ "files": [
2766
+ {
2767
+ "path": "src/components/blocks/hero-6.astro",
2768
+ "type": "registry:block"
2769
+ }
2770
+ ],
2771
+ "registryDependencies": [
2772
+ "@fulldev/avatar",
2773
+ "@fulldev/button",
2774
+ "@fulldev/rating",
2775
+ "@fulldev/section",
2776
+ "@fulldev/icon"
2777
+ ]
2778
+ },
2779
+ {
2780
+ "name": "hero-7",
2781
+ "type": "registry:block",
2782
+ "files": [
2783
+ {
2784
+ "path": "src/components/blocks/hero-7.astro",
2785
+ "type": "registry:block"
2786
+ }
2787
+ ],
2788
+ "registryDependencies": [
2789
+ "@fulldev/avatar",
2790
+ "@fulldev/button",
2791
+ "@fulldev/rating",
2792
+ "@fulldev/section",
2793
+ "@fulldev/icon"
2794
+ ]
2795
+ },
2796
+ {
2797
+ "name": "hero-8",
2798
+ "type": "registry:block",
2799
+ "files": [
2800
+ {
2801
+ "path": "src/components/blocks/hero-8.astro",
2802
+ "type": "registry:block"
2803
+ }
2804
+ ],
2805
+ "registryDependencies": ["@fulldev/button", "@fulldev/section"]
2806
+ },
2807
+ {
2808
+ "name": "hero-9",
2809
+ "type": "registry:block",
2810
+ "files": [
2811
+ {
2812
+ "path": "src/components/blocks/hero-9.astro",
2813
+ "type": "registry:block"
2814
+ }
2815
+ ],
2816
+ "registryDependencies": [
2817
+ "@fulldev/avatar",
2818
+ "@fulldev/button",
2819
+ "@fulldev/rating",
2820
+ "@fulldev/section",
2821
+ "@fulldev/icon"
2822
+ ]
2823
+ },
2824
+ {
2825
+ "name": "links-2",
2826
+ "type": "registry:block",
2827
+ "files": [
2828
+ {
2829
+ "path": "src/components/blocks/links-2.astro",
2830
+ "type": "registry:block"
2831
+ }
2832
+ ],
2833
+ "registryDependencies": [
2834
+ "@fulldev/accordion",
2835
+ "@fulldev/button",
2836
+ "@fulldev/card",
2837
+ "@fulldev/carousel",
2838
+ "@fulldev/section",
2839
+ "@fulldev/tabs",
2840
+ "@fulldev/icon"
2841
+ ]
2842
+ },
2843
+ {
2844
+ "name": "logos-1",
2845
+ "type": "registry:block",
2846
+ "files": [
2847
+ {
2848
+ "path": "src/components/blocks/logos-1.astro",
2849
+ "type": "registry:block"
2850
+ }
2851
+ ],
2852
+ "registryDependencies": ["@fulldev/logo", "@fulldev/section"]
2853
+ },
2854
+ {
2855
+ "name": "logos-2",
2856
+ "type": "registry:block",
2857
+ "files": [
2858
+ {
2859
+ "path": "src/components/blocks/logos-2.astro",
2860
+ "type": "registry:block"
2861
+ }
2862
+ ],
2863
+ "registryDependencies": [
2864
+ "@fulldev/logo",
2865
+ "@fulldev/marquee",
2866
+ "@fulldev/section"
2867
+ ]
2868
+ },
2869
+ {
2870
+ "name": "logos-3",
2871
+ "type": "registry:block",
2872
+ "files": [
2873
+ {
2874
+ "path": "src/components/blocks/logos-3.astro",
2875
+ "type": "registry:block"
2876
+ }
2877
+ ],
2878
+ "registryDependencies": ["@fulldev/logo", "@fulldev/section"]
2879
+ },
2880
+ {
2881
+ "name": "pricing-1",
2882
+ "type": "registry:block",
2883
+ "files": [
2884
+ {
2885
+ "path": "src/components/blocks/pricing-1.astro",
2886
+ "type": "registry:block"
2887
+ }
2888
+ ],
2889
+ "registryDependencies": [
2890
+ "@fulldev/badge",
2891
+ "@fulldev/button",
2892
+ "@fulldev/card",
2893
+ "@fulldev/price",
2894
+ "@fulldev/section",
2895
+ "@fulldev/separator",
2896
+ "@fulldev/icon"
2897
+ ]
2898
+ },
2899
+ {
2900
+ "name": "pricing-2",
2901
+ "type": "registry:block",
2902
+ "files": [
2903
+ {
2904
+ "path": "src/components/blocks/pricing-2.astro",
2905
+ "type": "registry:block"
2906
+ }
2907
+ ],
2908
+ "registryDependencies": [
2909
+ "@fulldev/button",
2910
+ "@fulldev/card",
2911
+ "@fulldev/price",
2912
+ "@fulldev/section",
2913
+ "@fulldev/separator",
2914
+ "@fulldev/icon"
2915
+ ]
2916
+ },
2917
+ {
2918
+ "name": "pricing-3",
2919
+ "type": "registry:block",
2920
+ "files": [
2921
+ {
2922
+ "path": "src/components/blocks/pricing-3.astro",
2923
+ "type": "registry:block"
2924
+ }
2925
+ ],
2926
+ "registryDependencies": [
2927
+ "@fulldev/badge",
2928
+ "@fulldev/button",
2929
+ "@fulldev/card",
2930
+ "@fulldev/price",
2931
+ "@fulldev/section",
2932
+ "@fulldev/separator",
2933
+ "@fulldev/icon"
2934
+ ]
2935
+ },
2936
+ {
2937
+ "name": "product-1",
2938
+ "type": "registry:block",
2939
+ "files": [
2940
+ {
2941
+ "path": "src/components/blocks/product-1.astro",
2942
+ "type": "registry:block"
2943
+ }
2944
+ ],
2945
+ "registryDependencies": [
2946
+ "@fulldev/badge",
2947
+ "@fulldev/button",
2948
+ "@fulldev/price",
2949
+ "@fulldev/section"
2950
+ ]
2951
+ },
2952
+ {
2953
+ "name": "products-1",
2954
+ "type": "registry:block",
2955
+ "files": [
2956
+ {
2957
+ "path": "src/components/blocks/products-1.astro",
2958
+ "type": "registry:block"
2959
+ }
2960
+ ],
2961
+ "registryDependencies": [
2962
+ "@fulldev/badge",
2963
+ "@fulldev/card",
2964
+ "@fulldev/price",
2965
+ "@fulldev/section"
2966
+ ]
2967
+ },
2968
+ {
2969
+ "name": "products-2",
2970
+ "type": "registry:block",
2971
+ "files": [
2972
+ {
2973
+ "path": "src/components/blocks/products-2.astro",
2974
+ "type": "registry:block"
2975
+ }
2976
+ ],
2977
+ "registryDependencies": [
2978
+ "@fulldev/badge",
2979
+ "@fulldev/price",
2980
+ "@fulldev/section",
2981
+ "@fulldev/separator"
2982
+ ]
2983
+ },
2984
+ {
2985
+ "name": "products-3",
2986
+ "type": "registry:block",
2987
+ "files": [
2988
+ {
2989
+ "path": "src/components/blocks/products-3.astro",
2990
+ "type": "registry:block"
2991
+ }
2992
+ ],
2993
+ "registryDependencies": [
2994
+ "@fulldev/badge",
2995
+ "@fulldev/card",
2996
+ "@fulldev/price",
2997
+ "@fulldev/section"
2998
+ ]
2999
+ },
3000
+ {
3001
+ "name": "products-4",
3002
+ "type": "registry:block",
3003
+ "files": [
3004
+ {
3005
+ "path": "src/components/blocks/products-4.astro",
3006
+ "type": "registry:block"
3007
+ }
3008
+ ],
3009
+ "registryDependencies": [
3010
+ "@fulldev/button",
3011
+ "@fulldev/card",
3012
+ "@fulldev/price",
3013
+ "@fulldev/section"
3014
+ ]
3015
+ },
3016
+ {
3017
+ "name": "products-5",
3018
+ "type": "registry:block",
3019
+ "files": [
3020
+ {
3021
+ "path": "src/components/blocks/products-5.astro",
3022
+ "type": "registry:block"
3023
+ }
3024
+ ],
3025
+ "registryDependencies": [
3026
+ "@fulldev/badge",
3027
+ "@fulldev/button",
3028
+ "@fulldev/card",
3029
+ "@fulldev/price",
3030
+ "@fulldev/section"
3031
+ ]
3032
+ },
3033
+ {
3034
+ "name": "reviews-1",
3035
+ "type": "registry:block",
3036
+ "files": [
3037
+ {
3038
+ "path": "src/components/blocks/reviews-1.astro",
3039
+ "type": "registry:block"
3040
+ }
3041
+ ],
3042
+ "registryDependencies": [
3043
+ "@fulldev/avatar",
3044
+ "@fulldev/card",
3045
+ "@fulldev/rating",
3046
+ "@fulldev/section",
3047
+ "@fulldev/icon"
3048
+ ]
3049
+ },
3050
+ {
3051
+ "name": "reviews-2",
3052
+ "type": "registry:block",
3053
+ "files": [
3054
+ {
3055
+ "path": "src/components/blocks/reviews-2.astro",
3056
+ "type": "registry:block"
3057
+ }
3058
+ ],
3059
+ "registryDependencies": [
3060
+ "@fulldev/avatar",
3061
+ "@fulldev/rating",
3062
+ "@fulldev/section",
3063
+ "@fulldev/separator",
3064
+ "@fulldev/icon"
3065
+ ]
3066
+ },
3067
+ {
3068
+ "name": "reviews-3",
3069
+ "type": "registry:block",
3070
+ "files": [
3071
+ {
3072
+ "path": "src/components/blocks/reviews-3.astro",
3073
+ "type": "registry:block"
3074
+ }
3075
+ ],
3076
+ "registryDependencies": [
3077
+ "@fulldev/avatar",
3078
+ "@fulldev/carousel",
3079
+ "@fulldev/rating",
3080
+ "@fulldev/section",
3081
+ "@fulldev/icon"
3082
+ ]
3083
+ },
3084
+ {
3085
+ "name": "reviews-4",
3086
+ "type": "registry:block",
3087
+ "files": [
3088
+ {
3089
+ "path": "src/components/blocks/reviews-4.astro",
3090
+ "type": "registry:block"
3091
+ }
3092
+ ],
3093
+ "registryDependencies": [
3094
+ "@fulldev/avatar",
3095
+ "@fulldev/card",
3096
+ "@fulldev/marquee",
3097
+ "@fulldev/rating",
3098
+ "@fulldev/section"
3099
+ ]
3100
+ },
3101
+ {
3102
+ "name": "reviews-5",
3103
+ "type": "registry:block",
3104
+ "files": [
3105
+ {
3106
+ "path": "src/components/blocks/reviews-5.astro",
3107
+ "type": "registry:block"
3108
+ }
3109
+ ],
3110
+ "registryDependencies": [
3111
+ "@fulldev/avatar",
3112
+ "@fulldev/marquee",
3113
+ "@fulldev/rating",
3114
+ "@fulldev/section",
3115
+ "@fulldev/icon"
3116
+ ]
3117
+ },
3118
+ {
3119
+ "name": "services-1",
3120
+ "type": "registry:block",
3121
+ "files": [
3122
+ {
3123
+ "path": "src/components/blocks/services-1.astro",
3124
+ "type": "registry:block"
3125
+ }
3126
+ ],
3127
+ "registryDependencies": [
3128
+ "@fulldev/badge",
3129
+ "@fulldev/button",
3130
+ "@fulldev/section",
3131
+ "@fulldev/icon"
3132
+ ]
3133
+ },
3134
+ {
3135
+ "name": "services-2",
3136
+ "type": "registry:block",
3137
+ "files": [
3138
+ {
3139
+ "path": "src/components/blocks/services-2.astro",
3140
+ "type": "registry:block"
3141
+ }
3142
+ ],
3143
+ "registryDependencies": [
3144
+ "@fulldev/badge",
3145
+ "@fulldev/button",
3146
+ "@fulldev/section"
3147
+ ]
3148
+ },
3149
+ {
3150
+ "name": "services-3",
3151
+ "type": "registry:block",
3152
+ "files": [
3153
+ {
3154
+ "path": "src/components/blocks/services-3.astro",
3155
+ "type": "registry:block"
3156
+ }
3157
+ ],
3158
+ "registryDependencies": [
3159
+ "@fulldev/badge",
3160
+ "@fulldev/button",
3161
+ "@fulldev/section"
3162
+ ]
3163
+ },
3164
+ {
3165
+ "name": "services-4",
3166
+ "type": "registry:block",
3167
+ "files": [
3168
+ {
3169
+ "path": "src/components/blocks/services-4.astro",
3170
+ "type": "registry:block"
3171
+ }
3172
+ ],
3173
+ "registryDependencies": [
3174
+ "@fulldev/button",
3175
+ "@fulldev/section",
3176
+ "@fulldev/icon"
3177
+ ]
3178
+ },
3179
+ {
3180
+ "name": "services-5",
3181
+ "type": "registry:block",
3182
+ "files": [
3183
+ {
3184
+ "path": "src/components/blocks/services-5.astro",
3185
+ "type": "registry:block"
3186
+ }
3187
+ ],
3188
+ "registryDependencies": [
3189
+ "@fulldev/badge",
3190
+ "@fulldev/button",
3191
+ "@fulldev/section",
3192
+ "@fulldev/icon"
3193
+ ]
3194
+ },
3195
+ {
3196
+ "name": "services-6",
3197
+ "type": "registry:block",
3198
+ "files": [
3199
+ {
3200
+ "path": "src/components/blocks/services-6.astro",
3201
+ "type": "registry:block"
3202
+ }
3203
+ ],
3204
+ "registryDependencies": [
3205
+ "@fulldev/badge",
3206
+ "@fulldev/button",
3207
+ "@fulldev/section",
3208
+ "@fulldev/icon"
3209
+ ]
3210
+ },
3211
+ {
3212
+ "name": "services-7",
3213
+ "type": "registry:block",
3214
+ "files": [
3215
+ {
3216
+ "path": "src/components/blocks/services-7.astro",
3217
+ "type": "registry:block"
3218
+ }
3219
+ ],
3220
+ "registryDependencies": [
3221
+ "@fulldev/badge",
3222
+ "@fulldev/button",
3223
+ "@fulldev/section",
3224
+ "@fulldev/icon"
3225
+ ]
3226
+ },
3227
+ {
3228
+ "name": "sidebar-1",
3229
+ "type": "registry:block",
3230
+ "files": [
3231
+ {
3232
+ "path": "src/components/blocks/sidebar-1.astro",
3233
+ "type": "registry:block"
3234
+ }
3235
+ ],
3236
+ "registryDependencies": [
3237
+ "@fulldev/breadcrumb",
3238
+ "@fulldev/button",
3239
+ "@fulldev/command",
3240
+ "@fulldev/dialog",
3241
+ "@fulldev/dropdown-menu",
3242
+ "@fulldev/header",
3243
+ "@fulldev/icon",
3244
+ "@fulldev/input-group",
3245
+ "@fulldev/kbd",
3246
+ "@fulldev/layout",
3247
+ "@fulldev/logo",
3248
+ "@fulldev/separator",
3249
+ "@fulldev/sidebar",
3250
+ "@fulldev/theme-toggle"
3251
+ ]
3252
+ }
3253
+ ]
3254
+ }