@e-burgos/tucu-ui 2.0.2 → 2.0.4

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 (524) hide show
  1. package/CHANGELOG.md +213 -0
  2. package/README.md +58 -17
  3. package/components/blockchain/coin-listbox.d.ts +7 -2
  4. package/components/blockchain/collection-select-list.d.ts +4 -1
  5. package/components/buttons/button/index.d.ts +9 -1
  6. package/components/cards/card.d.ts +13 -0
  7. package/components/cards/index.d.ts +2 -0
  8. package/components/cards/info-card.d.ts +54 -0
  9. package/components/charts/area-chart/area-chart.d.ts +9 -0
  10. package/components/charts/area-chart/index.d.ts +2 -0
  11. package/components/charts/bar-chart/bar-chart.d.ts +10 -0
  12. package/components/charts/bar-chart/index.d.ts +2 -0
  13. package/components/charts/components/chart-container.d.ts +8 -0
  14. package/components/charts/components/chart-empty-state.d.ts +6 -0
  15. package/components/charts/components/chart-tooltip.d.ts +2 -0
  16. package/components/charts/components/index.d.ts +3 -0
  17. package/components/charts/composed-chart/composed-chart.d.ts +9 -0
  18. package/components/charts/composed-chart/index.d.ts +2 -0
  19. package/components/charts/hooks/index.d.ts +2 -0
  20. package/components/charts/hooks/use-chart-theme.d.ts +13 -0
  21. package/components/charts/index.d.ts +18 -0
  22. package/components/charts/line-chart/index.d.ts +2 -0
  23. package/components/charts/line-chart/line-chart.d.ts +9 -0
  24. package/components/charts/pie-chart/index.d.ts +2 -0
  25. package/components/charts/pie-chart/pie-chart.d.ts +14 -0
  26. package/components/charts/radar-chart/index.d.ts +2 -0
  27. package/components/charts/radar-chart/radar-chart.d.ts +17 -0
  28. package/components/charts/types.d.ts +32 -0
  29. package/components/common/index.d.ts +4 -0
  30. package/components/common/key-value-row.d.ts +9 -0
  31. package/components/common/pagination.d.ts +9 -0
  32. package/components/common/stepper.d.ts +13 -0
  33. package/components/common/tooltip.d.ts +39 -0
  34. package/components/dialog/drawer-container.d.ts +1 -1
  35. package/components/dialog/index.d.ts +1 -0
  36. package/components/dialog/tab-modal.d.ts +41 -0
  37. package/components/index.d.ts +1 -0
  38. package/components/inputs/file-input.d.ts +2 -2
  39. package/components/inputs/input-searcher.d.ts +3 -2
  40. package/components/inputs/select.d.ts +9 -1
  41. package/components/tabs/tab.d.ts +31 -13
  42. package/components/typography/index.d.ts +10 -1
  43. package/components/utils/scroll-to-top.d.ts +17 -9
  44. package/demo/components/auto-props-table.d.ts +16 -0
  45. package/demo/components/dynamic-sections-page.d.ts +48 -0
  46. package/demo/components/index.d.ts +3 -0
  47. package/demo/components/prop-playground.d.ts +18 -0
  48. package/demo/components/table-of-contents.d.ts +4 -0
  49. package/demo/generated/props-metadata.d.ts +23 -0
  50. package/demo/index.d.ts +1 -0
  51. package/demo/pages/blockchain/BlockchainComponents.d.ts +1 -0
  52. package/demo/pages/components/ChartsComponents.d.ts +2 -0
  53. package/demo/pages/components/UiComponents.d.ts +1 -0
  54. package/demo/pages/components/charts-sections/AreaChartSection.d.ts +3 -0
  55. package/demo/pages/components/charts-sections/BarChartSection.d.ts +3 -0
  56. package/demo/pages/components/charts-sections/ComposedChartSection.d.ts +3 -0
  57. package/demo/pages/components/charts-sections/LineChartSection.d.ts +3 -0
  58. package/demo/pages/components/charts-sections/PieChartSection.d.ts +3 -0
  59. package/demo/pages/components/charts-sections/RadarChartSection.d.ts +3 -0
  60. package/demo/pages/components/charts-sections/index.d.ts +1 -0
  61. package/demo/pages/components/ui-components-sections/CardSection.d.ts +3 -0
  62. package/demo/pages/components/ui-components-sections/InfoCardSection.d.ts +3 -0
  63. package/demo/pages/components/ui-components-sections/KeyValueRowSection.d.ts +3 -0
  64. package/demo/pages/components/ui-components-sections/PaginationSection.d.ts +3 -0
  65. package/demo/pages/components/ui-components-sections/StepperSection.d.ts +3 -0
  66. package/demo/pages/components/ui-components-sections/TabModalSection.d.ts +3 -0
  67. package/demo/pages/components/ui-components-sections/TooltipSection.d.ts +3 -0
  68. package/demo/pages/components/ui-components-sections/index.d.ts +5 -0
  69. package/demo/pages/index.d.ts +1 -0
  70. package/{APIReferenceSection-DIjWDVUT.mjs → documentation/APIReferenceSection-CkbDOII-.js} +1 -1
  71. package/documentation/APIReferenceSection-CpVd3Xjx.js +1 -0
  72. package/documentation/ActiveLinkSection-CpzFDISY.js +22 -0
  73. package/documentation/ActiveLinkSection-DYPp4Zg0.js +81 -0
  74. package/{AdvancedColorSystemSection-CPywSlwi.mjs → documentation/AdvancedColorSystemSection-C8-q7nNW.js} +1 -1
  75. package/documentation/AdvancedColorSystemSection-CODz6Wv7.js +17 -0
  76. package/documentation/AdvancedFeaturesSection-CPokeoIR.js +1 -0
  77. package/{AdvancedFeaturesSection-BZli4uQf.mjs → documentation/AdvancedFeaturesSection-CT5LPMRT.js} +1 -1
  78. package/documentation/AdvancedFeaturesSection-DfczHWMU.js +1 -0
  79. package/{AdvancedFeaturesSection-CfxJrpgL.mjs → documentation/AdvancedFeaturesSection-wx6bqfbU.js} +1 -1
  80. package/{AlertSection-BC888Ug4.js → documentation/AlertSection-M-ADbyNs.js} +2 -2
  81. package/{AlertSection-CrmVofrn.mjs → documentation/AlertSection-pO3LOWb0.js} +28 -73
  82. package/documentation/AnchorLinkSection-DOQLfXNM.js +67 -0
  83. package/documentation/AnchorLinkSection-DrwLaGpe.js +19 -0
  84. package/documentation/ArchitecturalPatternsComparisonSection-D3qDb8oV.js +31 -0
  85. package/{ArchitecturalPatternsComparisonSection-Bi55jiL7.mjs → documentation/ArchitecturalPatternsComparisonSection-OgRFV5Gn.js} +1 -1
  86. package/{ArchitectureOverviewSection-Da61yY3U.mjs → documentation/ArchitectureOverviewSection-C4SPa6fm.js} +1 -1
  87. package/documentation/ArchitectureOverviewSection-DJ6szT6V.js +1 -0
  88. package/documentation/AreaChartSection-CM7nymKJ.js +22 -0
  89. package/documentation/AreaChartSection-DdoeVQoB.js +132 -0
  90. package/documentation/AuthorCardSection-C-tk6Y7D.js +17 -0
  91. package/documentation/AuthorCardSection-P8sPh0d7.js +81 -0
  92. package/documentation/AvatarSection-DXJRt7X9.js +91 -0
  93. package/documentation/AvatarSection-KUgwOb7k.js +18 -0
  94. package/documentation/BadgeSection-BDS8NdU8.js +48 -0
  95. package/{BadgeSection-CbWNwtHa.mjs → documentation/BadgeSection-Da5iTRZq.js} +33 -90
  96. package/documentation/BarChartSection-CdcAAYG-.js +23 -0
  97. package/documentation/BarChartSection-EN1OqYoj.js +127 -0
  98. package/documentation/BasicTableSection-B-BGv1Tg.js +103 -0
  99. package/documentation/BasicTableSection-DZASBtqv.js +35 -0
  100. package/{BasicUsageSection-DzJXFb3O.js → documentation/BasicUsageSection-9USFmdGa.js} +1 -1
  101. package/{BasicUsageSection-Cqw9mQqJ.mjs → documentation/BasicUsageSection-Cyj_uLkj.js} +1 -1
  102. package/documentation/BestPracticesSection-B9Ok_QEu.js +1 -0
  103. package/documentation/BestPracticesSection-Bbsf74bT.js +1 -0
  104. package/documentation/BestPracticesSection-BgIFl9EC.js +1 -0
  105. package/documentation/BestPracticesSection-BwenEe-Y.js +1 -0
  106. package/documentation/BestPracticesSection-CS9RAMVi.js +1 -0
  107. package/{BestPracticesSection-BVDNKve6.mjs → documentation/BestPracticesSection-CnVEvflQ.js} +1 -1
  108. package/documentation/BestPracticesSection-DDSMtR6c.js +1 -0
  109. package/{BestPracticesSection-BbK7lnbj.mjs → documentation/BestPracticesSection-DIYdJV66.js} +1 -1
  110. package/documentation/BestPracticesSection-DOLkJn-G.js +1 -0
  111. package/{BestPracticesSection-rjxGw6K9.mjs → documentation/BestPracticesSection-DYVhfzE6.js} +1 -1
  112. package/{BestPracticesSection-Pnux3-yB.mjs → documentation/BestPracticesSection-NsZAn0RE.js} +1 -1
  113. package/{BestPracticesSection-BuiTuJJa.mjs → documentation/BestPracticesSection-aJyw2jIF.js} +1 -1
  114. package/{BestPracticesSection-CeDkvrdJ.mjs → documentation/BestPracticesSection-c2rhfHLA.js} +1 -1
  115. package/{BestPracticesSection-qddzHZ3e.mjs → documentation/BestPracticesSection-uZIOlRpC.js} +1 -1
  116. package/{BorderRadiusSection-DMscu-5M.mjs → documentation/BorderRadiusSection-BhNShk2O.js} +1 -1
  117. package/documentation/BorderRadiusSection-D1lTcnl0.js +1 -0
  118. package/documentation/ButtonDripSection-C1vY2CzY.js +113 -0
  119. package/documentation/ButtonDripSection-CKYJay9N.js +21 -0
  120. package/{ButtonLoaderSection-5Yu15Qui.mjs → documentation/ButtonLoaderSection-DKQi-oTv.js} +55 -27
  121. package/documentation/ButtonLoaderSection-DlQb_Bqb.js +30 -0
  122. package/documentation/CardContainerSection-B8AGux8b.js +21 -0
  123. package/documentation/CardContainerSection-CdASbRnV.js +63 -0
  124. package/documentation/CardSection-DlgqI72V.js +25 -0
  125. package/documentation/CardSection-Do7VBcYz.js +125 -0
  126. package/documentation/CardTitleSection-CTy97wuG.js +19 -0
  127. package/documentation/CardTitleSection-DGccHBTI.js +74 -0
  128. package/documentation/CarouselCardsSection-CnuIZycb.js +37 -0
  129. package/documentation/CarouselCardsSection-D_KfDV2g.js +147 -0
  130. package/documentation/CarouselImageSection-CD0fv4kK.js +38 -0
  131. package/documentation/CarouselImageSection-D4hTf6Z0.js +152 -0
  132. package/documentation/CarouselSection-Brd953Fb.js +24 -0
  133. package/documentation/CarouselSection-C9425lXN.js +99 -0
  134. package/{CheckboxSection-CywmKcfM.mjs → documentation/CheckboxSection-CQIxbre6.js} +29 -113
  135. package/documentation/CheckboxSection-CU5tyHMH.js +26 -0
  136. package/{CodeExamplesSection-DiNpllP9.mjs → documentation/CodeExamplesSection-D3oeJD_J.js} +1 -1
  137. package/{CodeExamplesSection-TOAvzng7.js → documentation/CodeExamplesSection-DAHf5u7i.js} +1 -1
  138. package/documentation/CoinCardSection-BtB86t_Y.js +13 -0
  139. package/{CoinCardSection-CqHPetPK.mjs → documentation/CoinCardSection-BtUjNiqi.js} +23 -101
  140. package/documentation/CoinInfoCardSection-B0l6nYWu.js +12 -0
  141. package/documentation/CoinInfoCardSection-odhu-ChN.js +120 -0
  142. package/documentation/CoinListBoxSection-Cfy0WYOK.js +106 -0
  143. package/documentation/CoinListBoxSection-DQbdORng.js +24 -0
  144. package/{CollapseSection-CN8kEU1q.mjs → documentation/CollapseSection-1AyxKtyh.js} +20 -60
  145. package/documentation/CollapseSection-CI79e0rH.js +27 -0
  146. package/documentation/CollectionCardSection-DS1mZrSu.js +17 -0
  147. package/{collection-1-NeFANkbk.mjs → documentation/CollectionCardSection-DdwUntub.js} +58 -2
  148. package/documentation/CollectionSelectListSection-B4bgHz6F.js +15 -0
  149. package/documentation/CollectionSelectListSection-CqNEZLrW.js +120 -0
  150. package/documentation/ColorCustomizationSection-BmJzT1u1.js +1 -0
  151. package/{ColorCustomizationSection-D3XqLRTg.mjs → documentation/ColorCustomizationSection-DxKogmSF.js} +3 -3
  152. package/{ColorSystemSection-Bd5DQT9I.mjs → documentation/ColorSystemSection-Be6CJ_qR.js} +5 -5
  153. package/documentation/ColorSystemSection-ROEkhEeH.js +1 -0
  154. package/{CommonErrorsSection-zDPJ6FaL.mjs → documentation/CommonErrorsSection-5n2RFTOS.js} +1 -1
  155. package/documentation/CommonErrorsSection-C8GoonfY.js +1 -0
  156. package/{ComponentAnatomySection-CgEKcT_J.mjs → documentation/ComponentAnatomySection-BmlI14Nf.js} +3 -3
  157. package/documentation/ComponentAnatomySection-tEz92Ng-.js +1 -0
  158. package/{ComponentStatusSection-D2f_P7g7.mjs → documentation/ComponentStatusSection-DA70myqK.js} +1 -1
  159. package/documentation/ComponentStatusSection-DwwRcvEd.js +1 -0
  160. package/documentation/ComposedChartSection-CSasm_A4.js +21 -0
  161. package/documentation/ComposedChartSection-PRWReilC.js +113 -0
  162. package/documentation/CurrencySwapIconsSection-C6Og4TeP.js +50 -0
  163. package/documentation/CurrencySwapIconsSection-D-GhRHCi.js +7 -0
  164. package/{CustomColorPaletteSection-qptATYNr.js → documentation/CustomColorPaletteSection-DNgmPGoe.js} +1 -1
  165. package/{CustomColorPaletteSection-Dm0mCSjh.mjs → documentation/CustomColorPaletteSection-DUhhLGOU.js} +1 -1
  166. package/{CustomIconsSection-Bq0kNytf.mjs → documentation/CustomIconsSection-BCf8UN2c.js} +29 -29
  167. package/documentation/CustomIconsSection-DGn1HMN8.js +3 -0
  168. package/documentation/DefiAppLogoSection-CniFLoNx.js +36 -0
  169. package/{DefiAppLogoSection-CJDd6Q3u.mjs → documentation/DefiAppLogoSection-DjnvrP3j.js} +1 -1
  170. package/{DesignPrinciplesSection-BSGshMjS.mjs → documentation/DesignPrinciplesSection-C-qZ5KCo.js} +1 -1
  171. package/documentation/DesignPrinciplesSection-MeMVZ3ry.js +1 -0
  172. package/documentation/DrawerSection-9NhdERLz.js +41 -0
  173. package/documentation/DrawerSection-Cdhpw0Zp.js +158 -0
  174. package/{DynamicRoutesSection-SDAbSJi8.js → documentation/DynamicRoutesSection-BtECxWUj.js} +1 -1
  175. package/{DynamicRoutesSection-CCuRhQAn.mjs → documentation/DynamicRoutesSection-DAQlCst_.js} +1 -1
  176. package/documentation/FileInputSection-BWUvvvdy.js +65 -0
  177. package/{FileInputSection-CbkYToil.mjs → documentation/FileInputSection-z7_AAkz8.js} +1 -1
  178. package/{FileStructureSection-DbsBkIRn.mjs → documentation/FileStructureSection-Dsr2yojr.js} +1 -1
  179. package/{FileStructureSection-CRrFMVhl.js → documentation/FileStructureSection-lLqJHP56.js} +1 -1
  180. package/documentation/FormComponentsSection-BTYt0wTN.js +1 -0
  181. package/{FormComponentsSection-B4exCVCM.mjs → documentation/FormComponentsSection-CQ2sazLF.js} +1 -1
  182. package/{FormMethodsSection-Dt5MZUzm.js → documentation/FormMethodsSection-CAjYlJPM.js} +1 -1
  183. package/{FormMethodsSection-B9J5DYrQ.mjs → documentation/FormMethodsSection-Chx9tNa_.js} +1 -1
  184. package/documentation/HamburgerSection-CASzjAC6.js +99 -0
  185. package/documentation/HamburgerSection-UacK_FKv.js +18 -0
  186. package/documentation/HookCategoriesSection-C6-2BbvM.js +1 -0
  187. package/{HookCategoriesSection-Cyjqehnj.mjs → documentation/HookCategoriesSection-U7rN5EGL.js} +1 -1
  188. package/{HookDocumentationSection-D-c7nlX-.mjs → documentation/HookDocumentationSection-DIXoOh2V.js} +1 -1
  189. package/{HookDocumentationSection-C5ww47uY.js → documentation/HookDocumentationSection-HIifl_N4.js} +1 -1
  190. package/documentation/HookFeaturesSection-DNjNJYVR.js +1 -0
  191. package/{HookFeaturesSection-CupYAK3p.mjs → documentation/HookFeaturesSection-Dk27SI6j.js} +1 -1
  192. package/documentation/IconArchitectureSection-CcpjgUuZ.js +1 -0
  193. package/{IconArchitectureSection-s-4JhiKA.mjs → documentation/IconArchitectureSection-rTqgxU01.js} +1 -1
  194. package/{IconSizingGuideSection-DREOxtrp.mjs → documentation/IconSizingGuideSection-BAd6zU-Z.js} +1 -1
  195. package/documentation/IconSizingGuideSection-ir5Wu2LZ.js +1 -0
  196. package/{IconSystemAPISection-CaJf4Isu.mjs → documentation/IconSystemAPISection-BHp-ZXWb.js} +1 -1
  197. package/documentation/IconSystemAPISection-DjqSJX-n.js +1 -0
  198. package/documentation/IconSystemBenefitsSection-B6NiBLre.js +1 -0
  199. package/{IconSystemBenefitsSection-KOplDPHG.mjs → documentation/IconSystemBenefitsSection-B7zV2HaH.js} +1 -1
  200. package/documentation/ImageSection-DmMdByn7.js +509 -0
  201. package/documentation/ImageSection-aotN8Y5u.js +80 -0
  202. package/{ImplementationExamplesSection-De_Yc_g2.mjs → documentation/ImplementationExamplesSection-BJ0_Xcm2.js} +1 -1
  203. package/{ImplementationExamplesSection-CMVDBs9I.js → documentation/ImplementationExamplesSection-BLHthYw_.js} +1 -1
  204. package/{ImplementationGuidelinesSection-DToo7aHT.mjs → documentation/ImplementationGuidelinesSection-Ce47rAwZ.js} +1 -1
  205. package/documentation/ImplementationGuidelinesSection-DALPPZXc.js +1 -0
  206. package/{ImplementationStatusSection-DzA19XiV.mjs → documentation/ImplementationStatusSection-DuuoDSqC.js} +1 -1
  207. package/documentation/ImplementationStatusSection-Yio9MCtk.js +1 -0
  208. package/documentation/ImplementedFeaturesSection-CLNTmpD5.js +1 -0
  209. package/{ImplementedFeaturesSection-zsrQ6uaD.mjs → documentation/ImplementedFeaturesSection-DIxdEibl.js} +1 -1
  210. package/documentation/InfoCardSection-CJbU2q_-.js +37 -0
  211. package/documentation/InfoCardSection-CJfS4aKJ.js +266 -0
  212. package/documentation/InputSearcherSection-DJFKLySX.js +32 -0
  213. package/{InputSearcherSection-85Q8Pmz1.mjs → documentation/InputSearcherSection-dA4h9pbM.js} +20 -98
  214. package/documentation/InputSection-Bxr_GgjZ.js +37 -0
  215. package/documentation/InputSection-ov-x_YF3.js +159 -0
  216. package/documentation/KeyValueRowSection-BWen5IUr.js +104 -0
  217. package/documentation/KeyValueRowSection-yrhHBRqx.js +16 -0
  218. package/documentation/KeyboardNavigationSection-BGnlktrj.js +1 -0
  219. package/{KeyboardNavigationSection-TeJEhNAl.mjs → documentation/KeyboardNavigationSection-Cd0_tM_9.js} +1 -1
  220. package/{LayoutPrinciplesSection-JNkH11Gf.mjs → documentation/LayoutPrinciplesSection-BiLVZUWB.js} +1 -1
  221. package/documentation/LayoutPrinciplesSection-Cw3geSSU.js +1 -0
  222. package/{LayoutTypesSection-DOdsew0H.mjs → documentation/LayoutTypesSection-BmCcA7uZ.js} +1 -1
  223. package/documentation/LayoutTypesSection-JuEAJpD7.js +1 -0
  224. package/documentation/LineChartSection-Bh98x9zB.js +21 -0
  225. package/documentation/LineChartSection-DMwIu5-a.js +130 -0
  226. package/documentation/ListContainerSection-C2hLnnvb.js +125 -0
  227. package/documentation/ListContainerSection-CQmmUhTt.js +38 -0
  228. package/documentation/ListItemSection-DcGQ2O65.js +134 -0
  229. package/documentation/ListItemSection-DmnK0EWC.js +36 -0
  230. package/documentation/LiveDemoSection-D4tXR1dN.js +1 -0
  231. package/{LiveDemoSection-CS5HLe6l.mjs → documentation/LiveDemoSection-rJwhZCYb.js} +1 -1
  232. package/{LiveDemonstrationsSection-EYb11Zvv.mjs → documentation/LiveDemonstrationsSection-B3OoGiTI.js} +12 -12
  233. package/{LiveDemonstrationsSection-CP5aPXzg.js → documentation/LiveDemonstrationsSection-gPinOtv1.js} +1 -1
  234. package/documentation/LivePriceFeedSection-CD630ncd.js +20 -0
  235. package/documentation/LivePriceFeedSection-DSgN87uI.js +97 -0
  236. package/documentation/LoaderSection-C2o59OWq.js +22 -0
  237. package/documentation/LoaderSection-DZ1uAwdN.js +98 -0
  238. package/documentation/LogoSection-De8Ynlcs.js +100 -0
  239. package/{LogoSection-CiWXGv0N.mjs → documentation/LogoSection-dqbh0Im9.js} +59 -111
  240. package/{LucideIconsSection-tkVj8_2g.mjs → documentation/LucideIconsSection-BHzsnkdc.js} +2 -2
  241. package/documentation/LucideIconsSection-DxzfAVW8.js +1 -0
  242. package/{MFESupportSection-Dn9acP8Z.mjs → documentation/MFESupportSection-BWJEFrx0.js} +1 -1
  243. package/{MFESupportSection-aHdgyVxJ.js → documentation/MFESupportSection-Dcban-qc.js} +1 -1
  244. package/documentation/MenuItemsGuideSection-B7ns2eIP.js +126 -0
  245. package/{MenuItemsGuideSection-Bbcaz7Qq.mjs → documentation/MenuItemsGuideSection-CYAQbSyQ.js} +1 -1
  246. package/documentation/ModalSection-C-d_lAT8.js +29 -0
  247. package/documentation/ModalSection-C_lBwjnQ.js +116 -0
  248. package/documentation/NFTGridSection-CVtn_SUt.js +19 -0
  249. package/documentation/NFTGridSection-CsWKHw44.js +117 -0
  250. package/{NestedRoutesSection-BA_BhCRx.mjs → documentation/NestedRoutesSection-D_bbd0JG.js} +1 -1
  251. package/{NestedRoutesSection-C8EbKdrd.js → documentation/NestedRoutesSection-pTexdauI.js} +1 -1
  252. package/documentation/NotificationCardSection-D3UIXmC_.js +28 -0
  253. package/documentation/NotificationCardSection-DsLRL50j.js +122 -0
  254. package/documentation/PaginationSection-BXaYbNh1.js +122 -0
  255. package/documentation/PaginationSection-C2bSDt2F.js +18 -0
  256. package/documentation/PanelActionCardSection-BDm3oVes.js +28 -0
  257. package/documentation/PanelActionCardSection-CYJfjVtG.js +106 -0
  258. package/{PanelCardSection-B871bX17.mjs → documentation/PanelCardSection-NTEJHr8b.js} +14 -48
  259. package/documentation/PanelCardSection-Z2RQUWyn.js +15 -0
  260. package/documentation/ParamTabSection-DHux5HXO.js +92 -0
  261. package/{ParamTabSection-CDuKVp-d.mjs → documentation/ParamTabSection-guQ8aCfG.js} +105 -145
  262. package/documentation/PieChartSection-Ctpv_sQm.js +91 -0
  263. package/documentation/PieChartSection-DCd5rWoT.js +19 -0
  264. package/{PinCodeSection-DIDL-bKc.mjs → documentation/PinCodeSection-BD-IvqDl.js} +8 -104
  265. package/documentation/PinCodeSection-BT8N9C8F.js +22 -0
  266. package/documentation/ProgressbarSection-0k92jI5-.js +21 -0
  267. package/documentation/ProgressbarSection-B_IkBplz.js +144 -0
  268. package/documentation/RadarChartSection-rlh1Mx6y.js +114 -0
  269. package/documentation/RadarChartSection-xtNri81K.js +21 -0
  270. package/documentation/RadioGroupSection-B6Lb9DJI.js +27 -0
  271. package/documentation/RadioGroupSection-DTXIBYvs.js +192 -0
  272. package/documentation/RadioSection-BsXiDZ98.js +130 -0
  273. package/documentation/RadioSection-C1GS5cuC.js +23 -0
  274. package/{RevealContentSection-BtBQGgOW.mjs → documentation/RevealContentSection-BAIqcjgW.js} +26 -54
  275. package/documentation/RevealContentSection-DzAyW5_3.js +21 -0
  276. package/{RouteConfigurationSection-B9FbX-yc.mjs → documentation/RouteConfigurationSection-BJJSsQGy.js} +1 -1
  277. package/{RouteConfigurationSection-BjLpTMvZ.js → documentation/RouteConfigurationSection-CjEKyhcb.js} +1 -1
  278. package/{ScrollToTopSection-CCUPxMPa.mjs → documentation/ScrollToTopSection-DkTL1Uzw.js} +44 -95
  279. package/documentation/ScrollToTopSection-Dpp5zKo8.js +36 -0
  280. package/documentation/ScrollbarSection-DBb7xv-n.js +105 -0
  281. package/documentation/ScrollbarSection-DgWHzwSj.js +29 -0
  282. package/documentation/SelectSection-CFCIpkk9.js +242 -0
  283. package/documentation/SelectSection-riGB2r-n.js +39 -0
  284. package/{SettingsPanelSection-B37qv2jK.mjs → documentation/SettingsPanelSection-8GHz0Skb.js} +2 -2
  285. package/documentation/SettingsPanelSection-BwGt_yfC.js +1 -0
  286. package/documentation/ShadowsSection-DA19Spgp.js +1 -0
  287. package/{ShadowsSection-C3DcBcY5.mjs → documentation/ShadowsSection-atJzmD4a.js} +1 -1
  288. package/documentation/SidebarMenuSection-BTDUb7C_.js +46 -0
  289. package/{SidebarMenuSection-Cl_wfXqr.mjs → documentation/SidebarMenuSection-DKQOSTpx.js} +9 -69
  290. package/documentation/SidebarSection-BsCGHss5.js +62 -0
  291. package/documentation/SidebarSection-CC2ftWvz.js +25 -0
  292. package/{SizingSection-Vvs1NCZz.mjs → documentation/SizingSection-DuGndhns.js} +1 -1
  293. package/documentation/SizingSection-Mtr72tp-.js +1 -0
  294. package/documentation/SkeletonSection-By7tCQ4L.js +52 -0
  295. package/documentation/SkeletonSection-DvTIosHm.js +204 -0
  296. package/{SpacingSystemSection-C_0ZSDNk.mjs → documentation/SpacingSystemSection-DJY3DtA0.js} +1 -1
  297. package/documentation/SpacingSystemSection-W21eHPxd.js +1 -0
  298. package/{SpinnerSection-DxoqjAzp.mjs → documentation/SpinnerSection-CxqETXkr.js} +18 -45
  299. package/documentation/SpinnerSection-DM6XfYNN.js +17 -0
  300. package/{StandaloneAppSection-KTxvQkdo.js → documentation/StandaloneAppSection-B0E2-lHr.js} +1 -1
  301. package/{StandaloneAppSection-BwwRlqWj.mjs → documentation/StandaloneAppSection-mSP8bRjv.js} +1 -1
  302. package/documentation/StepperSection-CXs-4m-g.js +146 -0
  303. package/documentation/StepperSection-DzQ4ZWqb.js +28 -0
  304. package/documentation/SwitchSection-ComDj4vK.js +152 -0
  305. package/documentation/SwitchSection-Cw1p4RAV.js +20 -0
  306. package/documentation/SystemOverviewSection-CB4XUjya.js +1 -0
  307. package/{SystemOverviewSection-D3W_SpON.mjs → documentation/SystemOverviewSection-DcC2nzWM.js} +1 -1
  308. package/documentation/TabModalSection-D5DxXCPA.js +51 -0
  309. package/documentation/TabModalSection-D7kjNL_j.js +160 -0
  310. package/documentation/TabSection-CLig02Jq.js +84 -0
  311. package/{TabSection-Vjm9QogR.mjs → documentation/TabSection-L8vvzdZq.js} +82 -142
  312. package/{TabSelectSection-DKuGHY6b.mjs → documentation/TabSelectSection-C3uSu4Tb.js} +41 -69
  313. package/documentation/TabSelectSection-DovVypr5.js +100 -0
  314. package/documentation/TailwindConfigSection-Cae-h3MW.js +19 -0
  315. package/{TailwindConfigSection-BH8ioMgX.mjs → documentation/TailwindConfigSection-DhBuW-uS.js} +1 -1
  316. package/{TestingSection-BKbTYqsd.mjs → documentation/TestingSection-Bv6OBqHc.js} +1 -1
  317. package/documentation/TestingSection-D76WU2E_.js +12 -0
  318. package/documentation/TextareaSection-BAc73Q3K.js +21 -0
  319. package/{TextareaSection-COE_iT0W.mjs → documentation/TextareaSection-BXDH8mQI.js} +27 -105
  320. package/{ThemeArchitectureSection-D8dWZO_Q.mjs → documentation/ThemeArchitectureSection-DEqHdCLa.js} +1 -1
  321. package/documentation/ThemeArchitectureSection-DFcj4Sf9.js +1 -0
  322. package/documentation/ThemeConfigurationSection-CmD-wjGZ.js +1 -0
  323. package/{ThemeConfigurationSection-eifonrlB.mjs → documentation/ThemeConfigurationSection-D299ICxo.js} +1 -1
  324. package/documentation/ThemeHooksSection-DOm5a7FR.js +1 -0
  325. package/{ThemeHooksSection-BYmhg3xO.mjs → documentation/ThemeHooksSection-DsAsY2qd.js} +1 -1
  326. package/{ThemeProviderIntegrationSection-DCnGD4F4.mjs → documentation/ThemeProviderIntegrationSection-1aykNRXQ.js} +1 -1
  327. package/{ThemeProviderIntegrationSection-YpM0GKJx.js → documentation/ThemeProviderIntegrationSection-D9xmfEve.js} +1 -1
  328. package/documentation/ThemeProviderRequiredSection-DfNXhp3f.js +1 -0
  329. package/{ThemeProviderRequiredSection-zYv4GrBp.mjs → documentation/ThemeProviderRequiredSection-sViX_FO7.js} +1 -1
  330. package/{ThemeProviderSection-CG6ROKoP.mjs → documentation/ThemeProviderSection-BFtuOM3w.js} +1 -1
  331. package/documentation/ThemeProviderSection-CT5hlFD2.js +1 -0
  332. package/documentation/ToastSection-DD18GmJl.js +37 -0
  333. package/{ToastSection-C0_N6VoS.mjs → documentation/ToastSection-DoHzysF9.js} +8 -8
  334. package/documentation/ToggleBarSection-BpxFr9W6.js +37 -0
  335. package/documentation/ToggleBarSection-D3BYm7ZV.js +127 -0
  336. package/documentation/TooltipSection-5th4KA-K.js +186 -0
  337. package/documentation/TooltipSection-BeW0mvEG.js +62 -0
  338. package/documentation/TopupButtonSection-C419_R5w.js +24 -0
  339. package/documentation/TopupButtonSection-Cw92WCuk.js +100 -0
  340. package/documentation/TransactionInfoSection-CF0j2oxc.js +16 -0
  341. package/documentation/TransactionInfoSection-cKwmQpgL.js +65 -0
  342. package/documentation/TucuUiLogoSection-BuasEv--.js +26 -0
  343. package/{TucuUiLogoSection-DKvsi70K.mjs → documentation/TucuUiLogoSection-NYK0oUdj.js} +18 -51
  344. package/documentation/TypographySection-02IMtWN4.js +144 -0
  345. package/{TypographySection-BOk8SfCz.mjs → documentation/TypographySection-CjGIv22g.js} +1 -1
  346. package/documentation/TypographySection-CpjtNAfZ.js +32 -0
  347. package/documentation/TypographySection-uhboa1b_.js +1 -0
  348. package/{UsageExamplesSection-JpH1ZsJd.mjs → documentation/UsageExamplesSection-BO_K1AHD.js} +1 -1
  349. package/{UsageExamplesSection-relnO7-Z.js → documentation/UsageExamplesSection-BmWz_idr.js} +1 -1
  350. package/{UsingThemeSystemSection-BJuOT6-w.mjs → documentation/UsingThemeSystemSection-Dd8ZQrUl.js} +1 -1
  351. package/{UsingThemeSystemSection-B2fO1JsG.js → documentation/UsingThemeSystemSection-bYxrH_-c.js} +1 -1
  352. package/{ValidationSystemSection-CjHwm2jX.js → documentation/ValidationSystemSection-CBfiMPsL.js} +1 -1
  353. package/{ValidationSystemSection-DE2P4pwz.mjs → documentation/ValidationSystemSection-Cvyf6j2T.js} +1 -1
  354. package/documentation/WCAGPrinciplesSection-DAOi68Jt.js +1 -0
  355. package/{WCAGPrinciplesSection-DtgaO2Ff.mjs → documentation/WCAGPrinciplesSection-DmeJUV8c.js} +1 -1
  356. package/hooks/use-scrollable-slider.d.ts +3 -3
  357. package/{index-HwvOEWI7.mjs → index-B6CStnMG.js} +48825 -34212
  358. package/index-QnI4b7wS.js +1137 -0
  359. package/index.css +1 -1
  360. package/index.js +1 -1
  361. package/index.mjs +346 -322
  362. package/package.json +3 -9
  363. package/themes/hooks/use-theme.d.ts +12 -56
  364. package/themes/router/components/standalone-app-routes-provider.d.ts +2 -0
  365. package/APIReferenceSection-DF3LCCD1.js +0 -1
  366. package/ActiveLinkSection-C2PP3Dyu.js +0 -22
  367. package/ActiveLinkSection-Dzpmkfhm.mjs +0 -120
  368. package/AdvancedColorSystemSection-8NfaB6r1.js +0 -17
  369. package/AdvancedFeaturesSection-DPK2To5I.js +0 -1
  370. package/AdvancedFeaturesSection-De9GDStL.js +0 -1
  371. package/AnchorLinkSection-BTuB_YBa.js +0 -19
  372. package/AnchorLinkSection-CCkTECg0.mjs +0 -94
  373. package/ArchitecturalPatternsComparisonSection-B5COBP19.js +0 -31
  374. package/ArchitectureOverviewSection-BQKgZIBU.js +0 -1
  375. package/AuthorCardSection-C0dYJSA1.js +0 -17
  376. package/AuthorCardSection-CG40iNxW.mjs +0 -110
  377. package/AvatarSection-BTMM6CPN.mjs +0 -137
  378. package/AvatarSection-MnUb7ZXH.js +0 -18
  379. package/BadgeSection-5feW_z0m.js +0 -48
  380. package/BasicTableSection-ej1eiWQz.mjs +0 -169
  381. package/BasicTableSection-xPn-5tii.js +0 -35
  382. package/BestPracticesSection-BHWoZvr5.js +0 -1
  383. package/BestPracticesSection-BT37TMGe.js +0 -1
  384. package/BestPracticesSection-BuqjVn61.js +0 -1
  385. package/BestPracticesSection-BwQfJOxT.js +0 -1
  386. package/BestPracticesSection-CqQDeICs.js +0 -1
  387. package/BestPracticesSection-DWslPqP2.js +0 -1
  388. package/BestPracticesSection-Dq3ZfFtY.js +0 -1
  389. package/BorderRadiusSection-D4aIov-Q.js +0 -1
  390. package/ButtonDripSection-B2OYDs-g.mjs +0 -99
  391. package/ButtonDripSection-BP9_mXYh.js +0 -12
  392. package/ButtonLoaderSection-7LI8Ipla.js +0 -30
  393. package/CardContainerSection-B0PngoTv.js +0 -21
  394. package/CardContainerSection-BR0nQ-m-.mjs +0 -99
  395. package/CardTitleSection-BwS-h9Sv.js +0 -19
  396. package/CardTitleSection-DmdscTs-.mjs +0 -113
  397. package/CarouselCardsSection-CiwhRtT2.mjs +0 -207
  398. package/CarouselCardsSection-DIAqv3av.js +0 -37
  399. package/CarouselImageSection-B-ErH8F4.js +0 -38
  400. package/CarouselImageSection-CjLoZibg.mjs +0 -218
  401. package/CarouselSection-CB52BRrB.js +0 -24
  402. package/CarouselSection-DTkAozR4.mjs +0 -159
  403. package/CheckboxSection-BqVq2KM2.js +0 -26
  404. package/CoinCardSection-B-Ge5sAn.js +0 -13
  405. package/CoinInfoCardSection-C31PQ3bp.js +0 -12
  406. package/CoinInfoCardSection-qFJPBj7d.mjs +0 -174
  407. package/CoinListBoxSection-CM2hUpHv.js +0 -24
  408. package/CoinListBoxSection-Dhzn_GpU.mjs +0 -219
  409. package/CollapseSection-BNmmPgyq.js +0 -27
  410. package/CollectionCardSection-BUnxheYB.mjs +0 -103
  411. package/CollectionCardSection-CDX3K_hS.js +0 -17
  412. package/CollectionSelectListSection-BBhwVYHo.mjs +0 -102
  413. package/CollectionSelectListSection-CDi6hp8v.js +0 -14
  414. package/ColorCustomizationSection-B-bUSAJ0.js +0 -1
  415. package/ColorSystemSection-K2zgxmJy.js +0 -1
  416. package/CommonErrorsSection-BrMGAma1.js +0 -1
  417. package/ComponentAnatomySection-DbaNcJeJ.js +0 -1
  418. package/ComponentStatusSection-zM1sy0yl.js +0 -1
  419. package/CurrencySwapIconsSection-B8dwSBG9.js +0 -7
  420. package/CurrencySwapIconsSection-BzuK85V_.mjs +0 -92
  421. package/CustomIconsSection-C8eB4pR6.js +0 -3
  422. package/DefiAppLogoSection-Drk-a_Ma.js +0 -36
  423. package/DesignPrinciplesSection-DdxTvVbZ.js +0 -1
  424. package/DrawerSection-BxPeS4m6.js +0 -41
  425. package/DrawerSection-DjS8SGBf.mjs +0 -188
  426. package/FileInputSection-BQXToQMH.js +0 -65
  427. package/FormComponentsSection-_y9uIqWT.js +0 -1
  428. package/HamburgerSection-CddGkkvx.js +0 -18
  429. package/HamburgerSection-v1NZnz0U.mjs +0 -108
  430. package/HookCategoriesSection-DKqqeSQ9.js +0 -1
  431. package/HookFeaturesSection-CJa84RjB.js +0 -1
  432. package/IconArchitectureSection-VZ0XfWpq.js +0 -1
  433. package/IconSizingGuideSection-BRM-oiM5.js +0 -1
  434. package/IconSystemAPISection-DzCBJPL0.js +0 -1
  435. package/IconSystemBenefitsSection-CDX-jXus.js +0 -1
  436. package/ImageSection-B8kYkUY-.mjs +0 -612
  437. package/ImageSection-CW01AmUK.js +0 -80
  438. package/ImplementationGuidelinesSection-CrmCO0ar.js +0 -1
  439. package/ImplementationStatusSection-BzZZNjVN.js +0 -1
  440. package/ImplementedFeaturesSection-C8ZcF-n1.js +0 -1
  441. package/InputSearcherSection-Cz_TpQw_.js +0 -32
  442. package/InputSection-DMpbHqfq.mjs +0 -265
  443. package/InputSection-DY5rY39C.js +0 -37
  444. package/KeyboardNavigationSection-BR-828Id.js +0 -1
  445. package/LayoutPrinciplesSection-DZPMQ6js.js +0 -1
  446. package/LayoutTypesSection-BKj6ULJR.js +0 -1
  447. package/ListContainerSection-D6JcQxtm.mjs +0 -191
  448. package/ListContainerSection-fLuB70GD.js +0 -38
  449. package/ListItemSection-C9RJbdyS.mjs +0 -191
  450. package/ListItemSection-C__vIdDy.js +0 -36
  451. package/LiveDemoSection-B1LQT5SO.js +0 -1
  452. package/LivePriceFeedSection-BcGUAKqZ.js +0 -20
  453. package/LivePriceFeedSection-BxqCzUcr.mjs +0 -187
  454. package/LoaderSection-D67mOHL-.mjs +0 -143
  455. package/LoaderSection-DSK6opoR.js +0 -22
  456. package/LogoSection-C8vr1igX.js +0 -100
  457. package/LucideIconsSection-BPElcsAJ.js +0 -1
  458. package/MenuItemsGuideSection-C7bXy-ZF.js +0 -126
  459. package/ModalSection-BMri9S17.js +0 -29
  460. package/ModalSection-C8SbNNiU.mjs +0 -158
  461. package/NFTGridSection-DuyG1cAr.js +0 -11
  462. package/NFTGridSection-SVR5jWEu.mjs +0 -122
  463. package/NotificationCardSection-PmY-KH6P.js +0 -28
  464. package/NotificationCardSection-roBjfTMH.mjs +0 -153
  465. package/PanelActionCardSection-De2IwJLg.js +0 -28
  466. package/PanelActionCardSection-Gg3BzbkY.mjs +0 -138
  467. package/PanelCardSection-D2CZs3aF.js +0 -15
  468. package/ParamTabSection-Cr8IrxB2.js +0 -92
  469. package/PinCodeSection-DB-gWXLA.js +0 -22
  470. package/ProgressbarSection-C5t1kBbY.js +0 -21
  471. package/ProgressbarSection-DYuWxDLA.mjs +0 -195
  472. package/RadioGroupSection-CJksjBGG.mjs +0 -288
  473. package/RadioGroupSection-CiKWrbD_.js +0 -27
  474. package/RadioSection-BDBXfHoi.mjs +0 -208
  475. package/RadioSection-COMubSGY.js +0 -23
  476. package/RevealContentSection-BEkgR-zt.js +0 -21
  477. package/ScrollToTopSection-Dedqd6br.js +0 -36
  478. package/ScrollbarSection-D18rm1b8.mjs +0 -146
  479. package/ScrollbarSection-DHxP5lpp.js +0 -29
  480. package/SelectSection-3wmWG-An.js +0 -20
  481. package/SelectSection-urzkAM8s.mjs +0 -275
  482. package/SettingsPanelSection-C9XctGHU.js +0 -1
  483. package/ShadowsSection-CUPbact4.js +0 -1
  484. package/SidebarMenuSection-C2RKvKxs.js +0 -46
  485. package/SidebarSection-D0TPtJDX.mjs +0 -122
  486. package/SidebarSection-DJryxLPX.js +0 -25
  487. package/SizingSection-B0vpzcav.js +0 -1
  488. package/SkeletonSection-BkDHHL5z.mjs +0 -259
  489. package/SkeletonSection-kVHtbqxx.js +0 -52
  490. package/SpacingSystemSection-CXC18NNv.js +0 -1
  491. package/SpinnerSection-CM21SX2O.js +0 -17
  492. package/SwitchSection-BAjoJW0o.mjs +0 -230
  493. package/SwitchSection-CJE0OQIF.js +0 -20
  494. package/SystemOverviewSection-CtSNQNxN.js +0 -1
  495. package/TabSection-Zh4ojYBN.js +0 -84
  496. package/TabSelectSection-BxcR0V5f.js +0 -100
  497. package/TailwindConfigSection-flFiObUb.js +0 -19
  498. package/TestingSection-B_VmIqDt.js +0 -12
  499. package/TextareaSection-L4Iz1VBt.js +0 -21
  500. package/ThemeArchitectureSection-BIyvDIpO.js +0 -1
  501. package/ThemeConfigurationSection-CyGtw0pJ.js +0 -1
  502. package/ThemeHooksSection-CLtiAo9Q.js +0 -1
  503. package/ThemeProviderRequiredSection-DUgte7Zx.js +0 -1
  504. package/ThemeProviderSection-CzyXAnLZ.js +0 -1
  505. package/ToastSection-8CptTtXd.js +0 -37
  506. package/ToggleBarSection-B5Twh8vM.mjs +0 -187
  507. package/ToggleBarSection-DB11j5rL.js +0 -37
  508. package/TopupButtonSection-CDh_iG83.js +0 -24
  509. package/TopupButtonSection-xr9SjnVl.mjs +0 -145
  510. package/TransactionInfoSection-DNX6oC4R.js +0 -16
  511. package/TransactionInfoSection-qS4JzmkY.mjs +0 -113
  512. package/TucuUiLogoSection-BRCr-qmP.js +0 -26
  513. package/TypographySection-C1AxP9j_.mjs +0 -129
  514. package/TypographySection-CvRzp8kB.js +0 -1
  515. package/TypographySection-DCE6bcqs.js +0 -24
  516. package/WCAGPrinciplesSection-BIHuGKLI.js +0 -1
  517. package/collection-1-BIsLOX9N.js +0 -1
  518. package/index-BOfUOCHe.js +0 -920
  519. package/storybook/components/StoryContainer.d.ts +0 -6
  520. package/storybook/components/pages/Accessibility.d.ts +0 -1
  521. package/storybook/components/pages/Introduction.d.ts +0 -1
  522. package/storybook/hooks/useDummy.d.ts +0 -34
  523. /package/{1-Df9CGZha.mjs → 1-Df9CGZha.js} +0 -0
  524. /package/{tether-DaYvmdAU.mjs → tether-DaYvmdAU.js} +0 -0
@@ -1,37 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("./index-BOfUOCHe.js"),s=require("lucide-react");require("react-router-dom");require("react");require("react-dom");const n=()=>{const i=[{title:"Performance",description:"Blazing fast performance with optimized rendering and minimal bundle size",icon:e.jsx(s.Zap,{className:"w-8 h-8"})},{title:"Customizable",description:"Highly customizable with extensive theming options and variants",icon:e.jsx(s.Palette,{className:"w-8 h-8"})},{title:"Accessible",description:"Built with accessibility in mind, WCAG 2.1 compliant",icon:e.jsx(s.Users,{className:"w-8 h-8"})},{title:"Responsive",description:"Mobile-first design that works seamlessly across all devices",icon:e.jsx(s.Smartphone,{className:"w-8 h-8"})},{title:"Type Safe",description:"Full TypeScript support with comprehensive type definitions",icon:e.jsx(s.Shield,{className:"w-8 h-8"})},{title:"Documentation",description:"Extensive documentation with examples and best practices",icon:e.jsx(s.BookOpen,{className:"w-8 h-8"})}],l=[{key:"prop",label:"Prop",render:r=>e.jsx("code",{className:"text-xs text-brand",children:String(r)})},{key:"type",label:"Type",render:r=>e.jsx("code",{className:"text-xs",children:String(r)})},{key:"default",label:"Default",render:r=>{const t=String(r);return t==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:t})}},{key:"description",label:"Description"}],d=[{prop:"cards",type:"CarouselCardItem[]",default:"required",description:"Array of card items to display"},{prop:"cardSize",type:"'sm' | 'md' | 'lg' | 'xl'",default:"'md'",description:"Size of the cards"},{prop:"variant",type:"'default' | 'elevated' | 'outlined' | 'filled'",default:"'default'",description:"Visual variant of the cards"},{prop:"showCardTitles",type:"boolean",default:"true",description:"Whether to show card titles"},{prop:"showNavigation",type:"boolean",default:"false",description:"Show navigation arrows"},{prop:"showPagination",type:"boolean",default:"false",description:"Show pagination dots"}];return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(a.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"CarouselCards"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A carousel component specifically designed for displaying cards with customizable sizes and variants."})]}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Basic Carousel Cards"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cardClassName:"min-h-[250px]",cards:i})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Navigation and Pagination"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cards:i,showNavigation:!0,showPagination:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Elevated Variant - Medium Size"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cards:i,variant:"elevated",cardSize:"md",showNavigation:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Outlined Variant - Large Size"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cards:i,variant:"outlined",cardSize:"lg",showPagination:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Filled Variant - Small Size"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselCards,{cards:i,variant:"filled",cardSize:"sm",showNavigation:!0,showPagination:!0})})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.BasicTable,{columns:l,data:d})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.CodeBlock,{language:"tsx",code:`import { CarouselCards, LucideIcons } from '@e-burgos/tucu-ui';
2
-
3
- const cards = [
4
- {
5
- title: 'Performance',
6
- description: 'Blazing fast performance with optimized rendering',
7
- icon: <LucideIcons.Zap className="w-8 h-8" />,
8
- },
9
- {
10
- title: 'Customizable',
11
- description: 'Highly customizable with extensive theming options',
12
- icon: <LucideIcons.Palette className="w-8 h-8" />,
13
- },
14
- {
15
- title: 'Accessible',
16
- description: 'Built with accessibility in mind, WCAG 2.1 compliant',
17
- icon: <LucideIcons.Users className="w-8 h-8" />,
18
- },
19
- // ... more cards
20
- ];
21
-
22
- // Basic usage
23
- <CarouselCards cards={cards} />
24
-
25
- // With navigation and pagination
26
- <CarouselCards cards={cards} showNavigation showPagination />
27
-
28
- // Different variants
29
- <CarouselCards cards={cards} variant="elevated" cardSize="md" />
30
- <CarouselCards cards={cards} variant="outlined" cardSize="lg" />
31
- <CarouselCards cards={cards} variant="filled" cardSize="sm" />
32
-
33
- // Different sizes
34
- <CarouselCards cards={cards} cardSize="sm" />
35
- <CarouselCards cards={cards} cardSize="md" />
36
- <CarouselCards cards={cards} cardSize="lg" />
37
- <CarouselCards cards={cards} cardSize="xl" />`})})})})]})};exports.default=n;
@@ -1,38 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("./index-BOfUOCHe.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const n=()=>{const s=[{src:"https://images.unsplash.com/photo-1682687220742-aba13b6e50ba?w=800&h=600&fit=crop",alt:"Mountain Landscape",title:"Mountain Peaks",description:"Breathtaking view of snow-capped mountain peaks at sunrise"},{src:"https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800&h=600&fit=crop",alt:"Ocean View",title:"Ocean Horizon",description:"Serene ocean view with crystal clear blue waters"},{src:"https://images.unsplash.com/photo-1511593358241-7eea1f3c84e5?w=800&h=600&fit=crop",alt:"Forest Path",title:"Forest Trail",description:"Peaceful path through a lush green forest"},{src:"https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=800&h=600&fit=crop",alt:"Desert Sunset",title:"Desert Landscape",description:"Stunning sunset over golden desert dunes"},{src:"https://images.unsplash.com/photo-1542202229-7d93c33f5d07?w=800&h=600&fit=crop",alt:"City Skyline",title:"Urban Cityscape",description:"Modern city skyline illuminated at night"},{src:"https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?w=800&h=600&fit=crop",alt:"Northern Lights",title:"Aurora Borealis",description:"Magical northern lights dancing across the night sky"}],r=[{key:"prop",label:"Prop",render:t=>e.jsx("code",{className:"text-xs text-brand",children:String(t)})},{key:"type",label:"Type",render:t=>e.jsx("code",{className:"text-xs",children:String(t)})},{key:"default",label:"Default",render:t=>{const i=String(t);return i==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:i})}},{key:"description",label:"Description"}],o=[{prop:"images",type:"CarouselImageItem[]",default:"required",description:"Array of image items to display"},{prop:"showTitles",type:"boolean",default:"false",description:"Whether to show image titles and descriptions"},{prop:"imageFit",type:"'cover' | 'contain' | 'fill' | 'none' | 'scale-down'",default:"'cover'",description:"How images should fit in their containers"},{prop:"aspectRatio",type:"string",default:"'aspect-video'",description:"Aspect ratio class for images"},{prop:"lazy",type:"boolean",default:"true",description:"Enable lazy loading for images"},{prop:"showNavigation",type:"boolean",default:"false",description:"Show navigation arrows"},{prop:"showPagination",type:"boolean",default:"false",description:"Show pagination dots"}];return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(a.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"CarouselImage"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A carousel component specifically designed for displaying images with optional titles and descriptions."})]}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Basic Image Carousel"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Titles and Descriptions"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s,showTitles:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Navigation and Pagination"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s,showNavigation:!0,showPagination:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Contain Fit - Preserve Aspect Ratio"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s,imageFit:"contain",showTitles:!0,showNavigation:!0})})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Square Aspect Ratio"}),e.jsx("div",{className:"w-full",children:e.jsx(a.CarouselImage,{images:s,aspectRatio:"aspect-square",showNavigation:!0,showPagination:!0})})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.BasicTable,{columns:r,data:o})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.CodeBlock,{language:"tsx",code:`import { CarouselImage } from '@e-burgos/tucu-ui';
2
-
3
- const images = [
4
- {
5
- src: 'https://images.unsplash.com/photo-1682687220742-aba13b6e50ba',
6
- alt: 'Mountain Landscape',
7
- title: 'Mountain Peaks',
8
- description: 'Breathtaking view of snow-capped mountain peaks',
9
- },
10
- {
11
- src: 'https://images.unsplash.com/photo-1506905925346-21bda4d32df4',
12
- alt: 'Ocean View',
13
- title: 'Ocean Horizon',
14
- description: 'Serene ocean view with crystal clear blue waters',
15
- },
16
- // ... more images
17
- ];
18
-
19
- // Basic usage
20
- <CarouselImage images={images} />
21
-
22
- // With titles and descriptions
23
- <CarouselImage images={images} showTitles />
24
-
25
- // With navigation and pagination
26
- <CarouselImage images={images} showNavigation showPagination />
27
-
28
- // Different image fit options
29
- <CarouselImage images={images} imageFit="contain" />
30
- <CarouselImage images={images} imageFit="cover" />
31
-
32
- // Different aspect ratios
33
- <CarouselImage images={images} aspectRatio="aspect-video" />
34
- <CarouselImage images={images} aspectRatio="aspect-square" />
35
- <CarouselImage images={images} aspectRatio="aspect-[4/3]" />
36
-
37
- // Disable lazy loading
38
- <CarouselImage images={images} lazy={false} />`})})})})]})};exports.default=n;
@@ -1,218 +0,0 @@
1
- import { jsxs as a, Fragment as c, jsx as e } from "react/jsx-runtime";
2
- import { T as t, C as s, a as r, y as l, B as p, c as m } from "./index-HwvOEWI7.mjs";
3
- import "lucide-react";
4
- import "react-router-dom";
5
- import "react";
6
- import "react-dom";
7
- const y = () => {
8
- const i = [
9
- {
10
- src: "https://images.unsplash.com/photo-1682687220742-aba13b6e50ba?w=800&h=600&fit=crop",
11
- alt: "Mountain Landscape",
12
- title: "Mountain Peaks",
13
- description: "Breathtaking view of snow-capped mountain peaks at sunrise"
14
- },
15
- {
16
- src: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800&h=600&fit=crop",
17
- alt: "Ocean View",
18
- title: "Ocean Horizon",
19
- description: "Serene ocean view with crystal clear blue waters"
20
- },
21
- {
22
- src: "https://images.unsplash.com/photo-1511593358241-7eea1f3c84e5?w=800&h=600&fit=crop",
23
- alt: "Forest Path",
24
- title: "Forest Trail",
25
- description: "Peaceful path through a lush green forest"
26
- },
27
- {
28
- src: "https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=800&h=600&fit=crop",
29
- alt: "Desert Sunset",
30
- title: "Desert Landscape",
31
- description: "Stunning sunset over golden desert dunes"
32
- },
33
- {
34
- src: "https://images.unsplash.com/photo-1542202229-7d93c33f5d07?w=800&h=600&fit=crop",
35
- alt: "City Skyline",
36
- title: "Urban Cityscape",
37
- description: "Modern city skyline illuminated at night"
38
- },
39
- {
40
- src: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?w=800&h=600&fit=crop",
41
- alt: "Northern Lights",
42
- title: "Aurora Borealis",
43
- description: "Magical northern lights dancing across the night sky"
44
- }
45
- ];
46
- return /* @__PURE__ */ a(c, { children: [
47
- /* @__PURE__ */ a("div", { className: "text-center space-y-4", children: [
48
- /* @__PURE__ */ e(t, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "CarouselImage" }),
49
- /* @__PURE__ */ e(
50
- t,
51
- {
52
- tag: "p",
53
- className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
54
- children: "A carousel component specifically designed for displaying images with optional titles and descriptions."
55
- }
56
- )
57
- ] }),
58
- /* @__PURE__ */ e(s, { className: "overflow-hidden", children: /* @__PURE__ */ e(r, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ a("div", { className: "space-y-4", children: [
59
- /* @__PURE__ */ a(s, { className: "p-4", children: [
60
- /* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Basic Image Carousel" }),
61
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(l, { images: i }) })
62
- ] }),
63
- /* @__PURE__ */ a(s, { className: "p-4", children: [
64
- /* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "With Titles and Descriptions" }),
65
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(l, { images: i, showTitles: !0 }) })
66
- ] }),
67
- /* @__PURE__ */ a(s, { className: "p-4", children: [
68
- /* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "With Navigation and Pagination" }),
69
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(
70
- l,
71
- {
72
- images: i,
73
- showNavigation: !0,
74
- showPagination: !0
75
- }
76
- ) })
77
- ] }),
78
- /* @__PURE__ */ a(s, { className: "p-4", children: [
79
- /* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Contain Fit - Preserve Aspect Ratio" }),
80
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(
81
- l,
82
- {
83
- images: i,
84
- imageFit: "contain",
85
- showTitles: !0,
86
- showNavigation: !0
87
- }
88
- ) })
89
- ] }),
90
- /* @__PURE__ */ a(s, { className: "p-4", children: [
91
- /* @__PURE__ */ e(t, { tag: "h5", className: "mb-3", children: "Square Aspect Ratio" }),
92
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(
93
- l,
94
- {
95
- images: i,
96
- aspectRatio: "aspect-square",
97
- showNavigation: !0,
98
- showPagination: !0
99
- }
100
- ) })
101
- ] })
102
- ] }) }) }) }),
103
- /* @__PURE__ */ e(s, { className: "overflow-hidden", children: /* @__PURE__ */ e(r, { title: "Props", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(p, { columns: [
104
- {
105
- key: "prop",
106
- label: "Prop",
107
- render: (o) => /* @__PURE__ */ e("code", { className: "text-xs text-brand", children: String(o) })
108
- },
109
- {
110
- key: "type",
111
- label: "Type",
112
- render: (o) => /* @__PURE__ */ e("code", { className: "text-xs", children: String(o) })
113
- },
114
- {
115
- key: "default",
116
- label: "Default",
117
- render: (o) => {
118
- const n = String(o);
119
- return n === "required" ? /* @__PURE__ */ e("span", { className: "text-xs text-red-500", children: "required" }) : /* @__PURE__ */ e("code", { className: "text-xs", children: n });
120
- }
121
- },
122
- {
123
- key: "description",
124
- label: "Description"
125
- }
126
- ], data: [
127
- {
128
- prop: "images",
129
- type: "CarouselImageItem[]",
130
- default: "required",
131
- description: "Array of image items to display"
132
- },
133
- {
134
- prop: "showTitles",
135
- type: "boolean",
136
- default: "false",
137
- description: "Whether to show image titles and descriptions"
138
- },
139
- {
140
- prop: "imageFit",
141
- type: "'cover' | 'contain' | 'fill' | 'none' | 'scale-down'",
142
- default: "'cover'",
143
- description: "How images should fit in their containers"
144
- },
145
- {
146
- prop: "aspectRatio",
147
- type: "string",
148
- default: "'aspect-video'",
149
- description: "Aspect ratio class for images"
150
- },
151
- {
152
- prop: "lazy",
153
- type: "boolean",
154
- default: "true",
155
- description: "Enable lazy loading for images"
156
- },
157
- {
158
- prop: "showNavigation",
159
- type: "boolean",
160
- default: "false",
161
- description: "Show navigation arrows"
162
- },
163
- {
164
- prop: "showPagination",
165
- type: "boolean",
166
- default: "false",
167
- description: "Show pagination dots"
168
- }
169
- ] }) }) }) }),
170
- /* @__PURE__ */ e(s, { className: "overflow-hidden", children: /* @__PURE__ */ e(r, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
171
- m,
172
- {
173
- language: "tsx",
174
- code: `import { CarouselImage } from '@e-burgos/tucu-ui';
175
-
176
- const images = [
177
- {
178
- src: 'https://images.unsplash.com/photo-1682687220742-aba13b6e50ba',
179
- alt: 'Mountain Landscape',
180
- title: 'Mountain Peaks',
181
- description: 'Breathtaking view of snow-capped mountain peaks',
182
- },
183
- {
184
- src: 'https://images.unsplash.com/photo-1506905925346-21bda4d32df4',
185
- alt: 'Ocean View',
186
- title: 'Ocean Horizon',
187
- description: 'Serene ocean view with crystal clear blue waters',
188
- },
189
- // ... more images
190
- ];
191
-
192
- // Basic usage
193
- <CarouselImage images={images} />
194
-
195
- // With titles and descriptions
196
- <CarouselImage images={images} showTitles />
197
-
198
- // With navigation and pagination
199
- <CarouselImage images={images} showNavigation showPagination />
200
-
201
- // Different image fit options
202
- <CarouselImage images={images} imageFit="contain" />
203
- <CarouselImage images={images} imageFit="cover" />
204
-
205
- // Different aspect ratios
206
- <CarouselImage images={images} aspectRatio="aspect-video" />
207
- <CarouselImage images={images} aspectRatio="aspect-square" />
208
- <CarouselImage images={images} aspectRatio="aspect-[4/3]" />
209
-
210
- // Disable lazy loading
211
- <CarouselImage images={images} lazy={false} />`
212
- }
213
- ) }) }) })
214
- ] });
215
- };
216
- export {
217
- y as default
218
- };
@@ -1,24 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("./index-BOfUOCHe.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const n=()=>{const l=[e.jsx("div",{className:"h-64 w-full bg-gradient-to-br from-brand to-sky-500 rounded-lg flex items-center justify-center text-white text-2xl",children:"Slide 1"},"1"),e.jsx("div",{className:"h-64 w-full bg-gradient-to-br from-brand to-green-500 rounded-lg flex items-center justify-center text-white text-2xl",children:"Slide 2"},"2"),e.jsx("div",{className:"h-64 w-full bg-gradient-to-br from-brand to-purple-500 rounded-lg flex items-center justify-center text-white text-2xl",children:"Slide 3"},"3")],r=[{key:"prop",label:"Prop",render:a=>e.jsx("code",{className:"text-xs text-brand",children:String(a)})},{key:"type",label:"Type",render:a=>e.jsx("code",{className:"text-xs",children:String(a)})},{key:"default",label:"Default",render:a=>{const i=String(a);return i==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:i})}},{key:"description",label:"Description"}],t=[{prop:"children",type:"React.ReactNode[]",default:"required",description:"Array of slide elements"},{prop:"slidesPerView",type:'number | "auto"',default:"1",description:"Number of slides visible at once"},{prop:"spaceBetween",type:"number",default:"0",description:"Space between slides in pixels"},{prop:"showNavigation",type:"boolean",default:"false",description:"Show navigation arrows"},{prop:"showPagination",type:"boolean",default:"false",description:"Show pagination dots"},{prop:"autoplay",type:"boolean | { delay: number }",default:"false",description:"Enable autoplay"}];return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(s.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"Carousel"}),e.jsx(s.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A powerful carousel component built on Swiper.js with support for navigation, pagination, autoplay, and various effects."})]}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Basic Carousel"}),e.jsx("div",{className:"w-full",children:e.jsx(s.Carousel,{children:l})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"With Navigation"}),e.jsx("div",{className:"w-full",children:e.jsx(s.Carousel,{showNavigation:!0,children:l})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"With Pagination"}),e.jsx("div",{className:"w-full",children:e.jsx(s.Carousel,{showPagination:!0,children:l})})]}),e.jsxs(s.CardContainer,{className:"p-4",children:[e.jsx(s.Typography,{tag:"h5",className:"mb-3",children:"Multiple Slides"}),e.jsx("div",{className:"w-full",children:e.jsx(s.Carousel,{slidesPerView:2,spaceBetween:20,children:l})})]})]})})})}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(s.BasicTable,{columns:r,data:t})})})}),e.jsx(s.CardContainer,{className:"overflow-hidden",children:e.jsx(s.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(s.CodeBlock,{language:"tsx",code:`import { Carousel } from '@e-burgos/tucu-ui';
2
-
3
- const slides = [
4
- <div key="1">Slide 1</div>,
5
- <div key="2">Slide 2</div>,
6
- <div key="3">Slide 3</div>,
7
- ];
8
-
9
- // Basic usage
10
- <Carousel>{slides}</Carousel>
11
-
12
- // With navigation
13
- <Carousel showNavigation>{slides}</Carousel>
14
-
15
- // With pagination
16
- <Carousel showPagination>{slides}</Carousel>
17
-
18
- // Multiple slides per view
19
- <Carousel slidesPerView={2} spaceBetween={20}>
20
- {slides}
21
- </Carousel>
22
-
23
- // With autoplay
24
- <Carousel autoplay={{ delay: 3000 }}>{slides}</Carousel>`})})})})]})};exports.default=n;
@@ -1,159 +0,0 @@
1
- import { jsxs as a, Fragment as n, jsx as e } from "react/jsx-runtime";
2
- import { T as s, C as l, a as o, w as r, B as c, c as p } from "./index-HwvOEWI7.mjs";
3
- import "lucide-react";
4
- import "react-router-dom";
5
- import "react";
6
- import "react-dom";
7
- const b = () => {
8
- const t = [
9
- /* @__PURE__ */ e(
10
- "div",
11
- {
12
- className: "h-64 w-full bg-gradient-to-br from-brand to-sky-500 rounded-lg flex items-center justify-center text-white text-2xl",
13
- children: "Slide 1"
14
- },
15
- "1"
16
- ),
17
- /* @__PURE__ */ e(
18
- "div",
19
- {
20
- className: "h-64 w-full bg-gradient-to-br from-brand to-green-500 rounded-lg flex items-center justify-center text-white text-2xl",
21
- children: "Slide 2"
22
- },
23
- "2"
24
- ),
25
- /* @__PURE__ */ e(
26
- "div",
27
- {
28
- className: "h-64 w-full bg-gradient-to-br from-brand to-purple-500 rounded-lg flex items-center justify-center text-white text-2xl",
29
- children: "Slide 3"
30
- },
31
- "3"
32
- )
33
- ];
34
- return /* @__PURE__ */ a(n, { children: [
35
- /* @__PURE__ */ a("div", { className: "text-center space-y-4", children: [
36
- /* @__PURE__ */ e(s, { tag: "h2", className: "text-3xl md:text-4xl font-bold", children: "Carousel" }),
37
- /* @__PURE__ */ e(
38
- s,
39
- {
40
- tag: "p",
41
- className: "text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",
42
- children: "A powerful carousel component built on Swiper.js with support for navigation, pagination, autoplay, and various effects."
43
- }
44
- )
45
- ] }),
46
- /* @__PURE__ */ e(l, { className: "overflow-hidden", children: /* @__PURE__ */ e(o, { title: "Basic Examples", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ a("div", { className: "space-y-4", children: [
47
- /* @__PURE__ */ a(l, { className: "p-4", children: [
48
- /* @__PURE__ */ e(s, { tag: "h5", className: "mb-3", children: "Basic Carousel" }),
49
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(r, { children: t }) })
50
- ] }),
51
- /* @__PURE__ */ a(l, { className: "p-4", children: [
52
- /* @__PURE__ */ e(s, { tag: "h5", className: "mb-3", children: "With Navigation" }),
53
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(r, { showNavigation: !0, children: t }) })
54
- ] }),
55
- /* @__PURE__ */ a(l, { className: "p-4", children: [
56
- /* @__PURE__ */ e(s, { tag: "h5", className: "mb-3", children: "With Pagination" }),
57
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(r, { showPagination: !0, children: t }) })
58
- ] }),
59
- /* @__PURE__ */ a(l, { className: "p-4", children: [
60
- /* @__PURE__ */ e(s, { tag: "h5", className: "mb-3", children: "Multiple Slides" }),
61
- /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ e(r, { slidesPerView: 2, spaceBetween: 20, children: t }) })
62
- ] })
63
- ] }) }) }) }),
64
- /* @__PURE__ */ e(l, { className: "overflow-hidden", children: /* @__PURE__ */ e(o, { title: "Props", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(c, { columns: [
65
- {
66
- key: "prop",
67
- label: "Prop",
68
- render: (i) => /* @__PURE__ */ e("code", { className: "text-xs text-brand", children: String(i) })
69
- },
70
- {
71
- key: "type",
72
- label: "Type",
73
- render: (i) => /* @__PURE__ */ e("code", { className: "text-xs", children: String(i) })
74
- },
75
- {
76
- key: "default",
77
- label: "Default",
78
- render: (i) => {
79
- const d = String(i);
80
- return d === "required" ? /* @__PURE__ */ e("span", { className: "text-xs text-red-500", children: "required" }) : /* @__PURE__ */ e("code", { className: "text-xs", children: d });
81
- }
82
- },
83
- {
84
- key: "description",
85
- label: "Description"
86
- }
87
- ], data: [
88
- {
89
- prop: "children",
90
- type: "React.ReactNode[]",
91
- default: "required",
92
- description: "Array of slide elements"
93
- },
94
- {
95
- prop: "slidesPerView",
96
- type: 'number | "auto"',
97
- default: "1",
98
- description: "Number of slides visible at once"
99
- },
100
- {
101
- prop: "spaceBetween",
102
- type: "number",
103
- default: "0",
104
- description: "Space between slides in pixels"
105
- },
106
- {
107
- prop: "showNavigation",
108
- type: "boolean",
109
- default: "false",
110
- description: "Show navigation arrows"
111
- },
112
- {
113
- prop: "showPagination",
114
- type: "boolean",
115
- default: "false",
116
- description: "Show pagination dots"
117
- },
118
- {
119
- prop: "autoplay",
120
- type: "boolean | { delay: number }",
121
- default: "false",
122
- description: "Enable autoplay"
123
- }
124
- ] }) }) }) }),
125
- /* @__PURE__ */ e(l, { className: "overflow-hidden", children: /* @__PURE__ */ e(o, { title: "Code Example", className: "mt-2 mb-2", children: /* @__PURE__ */ e("div", { className: "w-full p-4 sm:p-6", children: /* @__PURE__ */ e(
126
- p,
127
- {
128
- language: "tsx",
129
- code: `import { Carousel } from '@e-burgos/tucu-ui';
130
-
131
- const slides = [
132
- <div key="1">Slide 1</div>,
133
- <div key="2">Slide 2</div>,
134
- <div key="3">Slide 3</div>,
135
- ];
136
-
137
- // Basic usage
138
- <Carousel>{slides}</Carousel>
139
-
140
- // With navigation
141
- <Carousel showNavigation>{slides}</Carousel>
142
-
143
- // With pagination
144
- <Carousel showPagination>{slides}</Carousel>
145
-
146
- // Multiple slides per view
147
- <Carousel slidesPerView={2} spaceBetween={20}>
148
- {slides}
149
- </Carousel>
150
-
151
- // With autoplay
152
- <Carousel autoplay={{ delay: 3000 }}>{slides}</Carousel>`
153
- }
154
- ) }) }) })
155
- ] });
156
- };
157
- export {
158
- b as default
159
- };
@@ -1,26 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),a=require("./index-BOfUOCHe.js");require("lucide-react");require("react-router-dom");require("react-dom");const d=()=>{const[r,l]=i.useState(!1),t=[{key:"prop",label:"Prop",render:s=>e.jsx("code",{className:"text-xs text-brand",children:String(s)})},{key:"type",label:"Type",render:s=>e.jsx("code",{className:"text-xs",children:String(s)})},{key:"default",label:"Default",render:s=>{const c=String(s);return c==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:c})}},{key:"description",label:"Description"}],o=[{prop:"label",type:"React.ReactNode",default:"-",description:"Checkbox label"},{prop:"checked",type:"boolean",default:"false",description:"Whether the checkbox is checked"},{prop:"variant",type:"'ghost' | 'solid' | 'transparent'",default:"'ghost'",description:"Visual variant of the checkbox"},{prop:"shape",type:"'rounded' | 'square'",default:"'square'",description:"Shape of the checkbox"},{prop:"size",type:"'sm' | 'md' | 'lg'",default:"'md'",description:"Size of the checkbox"},{prop:"color",type:"'primary' | 'secondary' | 'danger' | 'info' | 'success' | 'warning'",default:"'primary'",description:"Color theme of the checkbox"},{prop:"disabled",type:"boolean",default:"false",description:"Disables the checkbox"},{prop:"labelPlacement",type:"'start' | 'end'",default:"'end'",description:"Position of the label relative to the checkbox"},{prop:"error",type:"string",default:"-",description:"Error message to display"},{prop:"helperText",type:"React.ReactNode",default:"-",description:"Helper text displayed below the checkbox"}];return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(a.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"Checkbox"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"A checkbox component for binary selections."})]}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Basic Checkbox"}),e.jsx(a.Checkbox,{label:"I accept the terms and conditions",checked:r,onChange:s=>l(s.target.checked)})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Helper Text"}),e.jsx(a.Checkbox,{label:"Subscribe to newsletter",helperText:"Receive updates via email",checked:r,onChange:s=>l(s.target.checked)})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Error"}),e.jsx(a.Checkbox,{label:"Required checkbox",error:"This field is required"})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Disabled"}),e.jsx(a.Checkbox,{label:"Disabled option",disabled:!0})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Different Colors"}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(a.Checkbox,{label:"Primary",color:"primary"}),e.jsx(a.Checkbox,{label:"Danger",color:"danger"}),e.jsx(a.Checkbox,{label:"Success",color:"success"})]})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Different Sizes"}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(a.Checkbox,{label:"Small",size:"sm"}),e.jsx(a.Checkbox,{label:"Medium",size:"md"}),e.jsx(a.Checkbox,{label:"Large",size:"lg"})]})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Variants",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Ghost (default)"}),e.jsx(a.Checkbox,{label:"Ghost Variant",variant:"ghost"})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Solid"}),e.jsx(a.Checkbox,{label:"Solid Variant",variant:"solid"})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Transparent"}),e.jsx(a.Checkbox,{label:"Transparent Variant",variant:"transparent"})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Shapes",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Rounded"}),e.jsx(a.Checkbox,{label:"Rounded Shape",shape:"rounded"})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Square (default)"}),e.jsx(a.Checkbox,{label:"Square Shape",shape:"square"})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.BasicTable,{columns:t,data:o})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.CodeBlock,{language:"tsx",code:`import { Checkbox } from '@e-burgos/tucu-ui';
2
-
3
- <Checkbox
4
- label="I accept the terms and conditions"
5
- checked={checked}
6
- onChange={(e) => setChecked(e.target.checked)}
7
- />
8
-
9
- // Variants
10
- <Checkbox label="Ghost" variant="ghost" />
11
- <Checkbox label="Solid" variant="solid" />
12
- <Checkbox label="Transparent" variant="transparent" />
13
-
14
- // Shapes
15
- <Checkbox label="Rounded" shape="rounded" />
16
- <Checkbox label="Square" shape="square" />
17
-
18
- // Colors
19
- <Checkbox label="Primary" color="primary" />
20
- <Checkbox label="Danger" color="danger" />
21
- <Checkbox label="Success" color="success" />
22
-
23
- // Sizes
24
- <Checkbox label="Small" size="sm" />
25
- <Checkbox label="Medium" size="md" />
26
- <Checkbox label="Large" size="lg" />`})})})})]})};exports.default=d;
@@ -1,13 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),e=require("./index-BOfUOCHe.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const i=require("./tether-EofDinu3.js"),n="data:image/svg+xml,%3csvg%20width='148'%20height='137'%20viewBox='0%200%20148%20137'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M62.3497%2038.2791C64.2756%2038.2794%2066.1582%2038.8508%2067.7593%2039.921C69.3605%2040.9912%2070.6084%2042.5121%2071.3452%2044.2915C72.082%2046.0709%2072.2746%2048.0288%2071.8987%2049.9176C71.5228%2051.8064%2070.5952%2053.5414%2069.2333%2054.9031C67.8714%2056.2648%2066.1363%2057.1921%2064.2474%2057.5677C62.3585%2057.9433%2060.4006%2057.7504%2058.6214%2057.0133C56.8421%2056.2762%2055.3214%2055.0281%2054.2515%2053.4268C53.1815%2051.8254%2052.6105%2049.9428%2052.6105%2048.0169C52.6109%2045.4342%2053.6371%2042.9573%2055.4636%2041.1312C57.29%2039.305%2059.767%2038.2791%2062.3497%2038.2791ZM85.8599%2038.2791C87.7857%2038.2796%2089.6682%2038.8511%2091.2692%2039.9214C92.8703%2040.9917%2094.118%2042.5126%2094.8547%2044.292C95.5914%2046.0714%2095.7839%2048.0293%2095.4079%2049.9181C95.0319%2051.8069%2094.1043%2053.5417%2092.7424%2054.9033C91.3804%2056.265%2089.6453%2057.1922%2087.7564%2057.5678C85.8676%2057.9433%2083.9097%2057.7503%2082.1305%2057.0132C80.3513%2056.2761%2078.8306%2055.028%2077.7607%2053.4267C76.6908%2051.8254%2076.1198%2049.9428%2076.1198%2048.0169C76.1202%2045.434%2077.1466%2042.957%2078.9732%2041.1309C80.7998%2039.3047%2083.277%2038.2789%2085.8599%2038.2791ZM85.8599%2079.2452C87.7857%2079.2456%2089.6682%2079.8171%2091.2692%2080.8874C92.8703%2081.9577%2094.118%2083.4787%2094.8547%2085.2581C95.5914%2087.0375%2095.7839%2088.9953%2095.4079%2090.8841C95.0319%2092.7729%2094.1043%2094.5078%2092.7424%2095.8694C91.3804%2097.231%2089.6453%2098.1582%2087.7564%2098.5338C85.8676%2098.9093%2083.9097%2098.7163%2082.1305%2097.9792C80.3513%2097.2421%2078.8306%2095.994%2077.7607%2094.3927C76.6908%2092.7914%2076.1198%2090.9088%2076.1198%2088.9829C76.1199%2087.704%2076.3719%2086.4376%2076.8615%2085.2561C77.351%2084.0745%2078.0685%2083.0009%2078.9729%2082.0967C79.8774%2081.1925%2080.9511%2080.4752%2082.1328%2079.9859C83.3144%2079.4967%2084.5809%2079.245%2085.8599%2079.2452ZM62.3497%2079.2452C64.2756%2079.2455%2066.1582%2079.8169%2067.7593%2080.887C69.3605%2081.9572%2070.6084%2083.4782%2071.3452%2085.2576C72.082%2087.0369%2072.2746%2088.9948%2071.8987%2090.8836C71.5228%2092.7725%2070.5952%2094.5074%2069.2333%2095.8691C67.8714%2097.2308%2066.1363%2098.1581%2064.2474%2098.5337C62.3585%2098.9093%2060.4006%2098.7164%2058.6214%2097.9793C56.8421%2097.2423%2055.3214%2095.9941%2054.2515%2094.3928C53.1815%2092.7914%2052.6105%2090.9088%2052.6105%2088.9829C52.6106%2087.704%2052.8625%2086.4377%2053.352%2085.2562C53.8415%2084.0747%2054.559%2083.0012%2055.4634%2082.097C56.3677%2081.1927%2057.4413%2080.4755%2058.6229%2079.9862C59.8045%2079.4969%2061.0709%2079.2451%2062.3497%2079.2452ZM50.2591%2059.0977C52.185%2059.098%2054.0676%2059.6694%2055.6687%2060.7396C57.2699%2061.8098%2058.5178%2063.3307%2059.2546%2065.1101C59.9914%2066.8895%2060.184%2068.8474%2059.8081%2070.7362C59.4322%2072.625%2058.5046%2074.36%2057.1427%2075.7217C55.7808%2077.0834%2054.0457%2078.0107%2052.1568%2078.3863C50.2679%2078.7619%2048.31%2078.569%2046.5308%2077.8319C44.7515%2077.0948%2043.2308%2075.8467%2042.1608%2074.2453C41.0909%2072.644%2040.5198%2070.7614%2040.5198%2068.8355C40.5202%2066.2527%2041.5465%2063.7759%2043.373%2061.9498C45.1994%2060.1236%2047.6764%2059.0977%2050.2591%2059.0977ZM97.9505%2059.0977C99.8763%2059.0982%20101.759%2059.6697%20103.36%2060.74C104.961%2061.8103%20106.209%2063.3312%20106.945%2065.1106C107.682%2066.89%20107.875%2068.8479%20107.499%2070.7367C107.123%2072.6255%20106.195%2074.3603%20104.833%2075.7219C103.471%2077.0836%20101.736%2078.0108%2099.847%2078.3863C97.9582%2078.7619%2096.0004%2078.5689%2094.2211%2077.8318C92.4419%2077.0947%2090.9212%2075.8466%2089.8513%2074.2453C88.7815%2072.644%2088.2104%2070.7613%2088.2104%2068.8355C88.2105%2067.5565%2088.4625%2066.2901%2088.9521%2065.1086C89.4416%2063.9271%2090.1591%2062.8535%2091.0636%2061.9492C91.968%2061.045%2093.0417%2060.3278%2094.2234%2059.8385C95.4051%2059.3492%2096.6715%2059.0975%2097.9505%2059.0977ZM109.034%2042.3091C110.229%2042.3094%20111.397%2042.6642%20112.391%2043.3285C113.385%2043.9928%20114.159%2044.9369%20114.617%2046.0413C115.074%2047.1458%20115.193%2048.361%20114.96%2049.5334C114.726%2050.7057%20114.151%2051.7825%20113.305%2052.6277C112.46%2053.4728%20111.383%2054.0483%20110.211%2054.2814C109.038%2054.5145%20107.823%2054.3947%20106.719%2053.9372C105.614%2053.4797%20104.671%2052.705%20104.006%2051.7111C103.342%2050.7171%20102.988%2049.5486%20102.988%2048.3532C102.988%2047.5594%20103.144%2046.7733%20103.448%2046.0399C103.752%2045.3065%20104.197%2044.6401%20104.759%2044.0788C105.32%2043.5176%20105.987%2043.0724%20106.72%2042.7687C107.454%2042.4651%20108.24%2042.3089%20109.034%2042.3091ZM109.034%2082.6024C110.229%2082.6027%20111.397%2082.9575%20112.391%2083.6218C113.385%2084.2862%20114.159%2085.2302%20114.617%2086.3347C115.074%2087.4391%20115.193%2088.6544%20114.96%2089.8267C114.726%2090.9991%20114.151%2092.0759%20113.305%2092.921C112.46%2093.7661%20111.383%2094.3416%20110.211%2094.5747C109.038%2094.8078%20107.823%2094.688%20106.719%2094.2305C105.614%2093.773%20104.671%2092.9983%20104.006%2092.0044C103.342%2091.0105%20102.988%2089.842%20102.988%2088.6466C102.988%2087.8528%20103.144%2087.0667%20103.448%2086.3333C103.752%2085.5999%20104.197%2084.9335%20104.759%2084.3722C105.32%2083.8109%20105.987%2083.3658%20106.72%2083.0621C107.454%2082.7585%20108.24%2082.6022%20109.034%2082.6024ZM39.176%2082.6024C40.3714%2082.6026%2041.5399%2082.9572%2042.5337%2083.6215C43.5276%2084.2857%2044.3022%2085.2297%2044.7595%2086.3342C45.2169%2087.4386%2045.3365%2088.6538%2045.1032%2089.8262C44.8699%2090.9986%2044.2941%2092.0755%2043.4488%2092.9207C42.6035%2093.7659%2041.5265%2094.3415%2040.3541%2094.5747C39.1817%2094.8078%2037.9664%2094.6881%2036.8621%2094.2306C35.7577%2093.7731%2034.8138%2092.9984%2034.1497%2092.0045C33.4855%2091.0106%2033.1311%2089.842%2033.1311%2088.6466C33.1313%2087.0435%2033.7683%2085.5062%2034.9019%2084.3727C36.0355%2083.2392%2037.5729%2082.6024%2039.176%2082.6024ZM39.176%2042.3091C40.3714%2042.3093%2041.5399%2042.6639%2042.5337%2043.3281C43.5276%2043.9923%2044.3022%2044.9363%2044.7595%2046.0408C45.2169%2047.1452%2045.3365%2048.3605%2045.1032%2049.5329C44.8699%2050.7053%2044.2941%2051.7822%2043.4488%2052.6274C42.6035%2053.4726%2041.5265%2054.0482%2040.3541%2054.2813C39.1817%2054.5145%2037.9664%2054.3947%2036.8621%2053.9372C35.7577%2053.4797%2034.8138%2052.705%2034.1497%2051.7111C33.4855%2050.7172%2033.1311%2049.5486%2033.1311%2048.3532C33.1313%2046.7501%2033.7683%2045.2128%2034.9019%2044.0794C36.0355%2042.9459%2037.5729%2042.3091%2039.176%2042.3091ZM74.1048%2022.1617C75.3002%2022.162%2076.4686%2022.5167%2077.4623%2023.181C78.4561%2023.8454%2079.2306%2024.7894%2079.6878%2025.8939C80.145%2026.9983%2080.2645%2028.2136%2080.0311%2029.3859C79.7977%2030.5583%2079.2219%2031.6351%2078.3766%2032.4802C77.5312%2033.3254%2076.4543%2033.9008%2075.2818%2034.1339C74.1094%2034.367%2072.8943%2034.2472%2071.7899%2033.7897C70.6856%2033.3322%2069.7417%2032.5575%2069.0776%2031.5636C68.4135%2030.5697%2068.0591%2029.4011%2068.0591%2028.2058C68.0591%2027.4119%2068.2155%2026.6258%2068.5193%2025.8924C68.8232%2025.159%2069.2685%2024.4927%2069.8299%2023.9314C70.3914%2023.3701%2071.0578%2022.9249%2071.7913%2022.6213C72.5248%2022.3176%2073.3109%2022.1615%2074.1048%2022.1617ZM74.1048%20102.75C75.3002%20102.75%2076.4686%20103.105%2077.4623%20103.769C78.4561%20104.434%2079.2306%20105.378%2079.6878%20106.482C80.145%20107.587%2080.2645%20108.802%2080.0311%20109.974C79.7977%20111.147%2079.2219%20112.223%2078.3766%20113.068C77.5312%20113.914%2076.4543%20114.489%2075.2818%20114.722C74.1094%20114.955%2072.8943%20114.835%2071.7899%20114.378C70.6856%20113.92%2069.7417%20113.146%2069.0776%20112.152C68.4135%20111.158%2068.0591%20109.989%2068.0591%20108.794C68.0591%20108%2068.2155%20107.214%2068.5193%20106.481C68.8232%20105.747%2069.2685%20105.081%2069.8299%20104.52C70.3914%20103.958%2071.0578%20103.513%2071.7913%20103.21C72.5248%20102.906%2073.3109%20102.75%2074.1048%20102.75ZM99.9654%20108.794C100.962%20108.794%20101.935%20109.09%20102.763%20109.644C103.591%20110.197%20104.237%20110.984%20104.618%20111.904C104.999%20112.825%20105.098%20113.837%20104.904%20114.814C104.709%20115.791%20104.229%20116.688%20103.525%20117.393C102.82%20118.097%20101.923%20118.577%20100.946%20118.771C99.969%20118.965%2098.9563%20118.865%2098.0361%20118.484C97.1159%20118.103%2096.3293%20117.457%2095.776%20116.629C95.2226%20115.801%2094.9272%20114.827%2094.9272%20113.831C94.9272%20113.169%2095.0576%20112.514%2095.3108%20111.903C95.564%20111.292%2095.9351%20110.736%2096.403%20110.269C96.8708%20109.801%2097.4263%20109.43%2098.0375%20109.177C98.6488%20108.924%2099.3039%20108.794%2099.9654%20108.794ZM48.2442%20108.794C49.2402%20108.794%2050.2139%20109.09%2051.042%20109.644C51.87%20110.197%2052.5154%20110.984%2052.8963%20111.904C53.2773%20112.825%2053.3768%20113.837%2053.1823%20114.814C52.9878%20115.791%2052.508%20116.688%2051.8035%20117.393C51.0991%20118.097%2050.2016%20118.577%2049.2247%20118.771C48.2477%20118.965%2047.2351%20118.865%2046.3148%20118.484C45.3946%20118.103%2044.608%20117.457%2044.0547%20116.629C43.5013%20115.801%2043.206%20114.827%2043.206%20113.831C43.206%20113.169%2043.3363%20112.514%2043.5895%20111.903C43.8427%20111.292%2044.2138%20110.736%2044.6817%20110.269C45.1496%20109.801%2045.705%20109.43%2046.3162%20109.177C46.9275%20108.924%2047.5826%20108.794%2048.2442%20108.794ZM48.2442%2018.1325C49.2402%2018.1328%2050.2139%2018.4284%2051.042%2018.9821C51.87%2019.5357%2052.5154%2020.3224%2052.8963%2021.2427C53.2773%2022.1631%2053.3768%2023.1758%2053.1823%2024.1527C52.9878%2025.1296%2052.508%2026.0269%2051.8035%2026.7311C51.0991%2027.4354%2050.2016%2027.9149%2049.2247%2028.1092C48.2477%2028.3034%2047.2351%2028.2035%2046.3148%2027.8223C45.3946%2027.441%2044.608%2026.7955%2044.0547%2025.9672C43.5013%2025.139%2043.206%2024.1653%2043.206%2023.1692C43.206%2022.5076%2043.3363%2021.8525%2043.5895%2021.2413C43.8427%2020.6302%2044.2138%2020.0748%2044.6817%2019.6071C45.1496%2019.1394%2045.705%2018.7685%2046.3162%2018.5154C46.9275%2018.2624%2047.5826%2018.1323%2048.2442%2018.1325ZM99.9654%2018.1325C100.962%2018.1328%20101.935%2018.4284%20102.763%2018.9821C103.591%2019.5357%20104.237%2020.3224%20104.618%2021.2427C104.999%2022.1631%20105.098%2023.1758%20104.904%2024.1527C104.709%2025.1296%20104.229%2026.0269%20103.525%2026.7311C102.82%2027.4354%20101.923%2027.9149%20100.946%2028.1092C99.969%2028.3034%2098.9563%2028.2035%2098.0361%2027.8223C97.1159%2027.441%2096.3293%2026.7955%2095.776%2025.9672C95.2226%2025.139%2094.9272%2024.1653%2094.9272%2023.1692C94.9272%2022.5076%2095.0576%2021.8525%2095.3108%2021.2413C95.564%2020.6302%2095.9351%2020.0748%2096.403%2019.6071C96.8708%2019.1394%2097.4263%2018.7685%2098.0375%2018.5154C98.6488%2018.2624%2099.3039%2018.1323%2099.9654%2018.1325ZM126.162%2063.1277C127.158%2063.1278%20128.132%2063.4234%20128.96%2063.9769C129.788%2064.5304%20130.433%2065.3171%20130.814%2066.2374C131.195%2067.1578%20131.295%2068.1705%20131.101%2069.1474C130.906%2070.1244%20130.427%2071.0218%20129.722%2071.7261C129.018%2072.4304%20128.12%2072.91%20127.143%2073.1043C126.166%2073.2986%20125.154%2073.1988%20124.233%2072.8176C123.313%2072.4363%20122.526%2071.7907%20121.973%2070.9625C121.42%2070.1342%20121.124%2069.1605%20121.124%2068.1644C121.124%2066.8285%20121.655%2065.5474%20122.6%2064.6029C123.545%2063.6583%20124.826%2063.1277%20126.162%2063.1277ZM22.0472%2063.1277C23.0433%2063.1278%2024.017%2063.4234%2024.8452%2063.9769C25.6734%2064.5304%2026.3188%2065.3171%2026.6999%2066.2374C27.081%2067.1578%2027.1806%2068.1705%2026.9862%2069.1474C26.7918%2070.1244%2026.312%2071.0218%2025.6076%2071.7261C24.9032%2072.4304%2024.0057%2072.91%2023.0287%2073.1043C22.0517%2073.2986%2021.0391%2073.1988%2020.1188%2072.8176C19.1985%2072.4363%2018.4119%2071.7907%2017.8585%2070.9625C17.3051%2070.1342%2017.0097%2069.1605%2017.0097%2068.1644C17.0097%2067.5029%2017.14%2066.8479%2017.3932%2066.2367C17.6464%2065.6256%2018.0174%2065.0703%2018.4852%2064.6026C18.953%2064.1349%2019.5083%2063.7639%2020.1195%2063.5108C20.7307%2063.2578%2021.3857%2063.1276%2022.0472%2063.1277ZM18.3528%2032.235C19.1499%2032.235%2019.9291%2032.4713%2020.5918%2032.9142C21.2545%2033.357%2021.7711%2033.9865%2022.0761%2034.7229C22.3811%2035.4593%2022.4608%2036.2696%2022.3053%2037.0514C22.1497%2037.8332%2021.7658%2038.5512%2021.2021%2039.1148C20.6385%2039.6784%2019.9203%2040.0622%2019.1385%2040.2176C18.3567%2040.373%2017.5464%2040.293%2016.8101%2039.9879C16.0737%2039.6828%2015.4444%2039.1661%2015.0016%2038.5033C14.5589%2037.8405%2014.3227%2037.0613%2014.3228%2036.2642C14.3231%2035.1955%2014.7477%2034.1706%2015.5035%2033.4151C16.2592%2032.6595%2017.2841%2032.235%2018.3528%2032.235ZM18.3528%2096.7057C19.1499%2096.7057%2019.9291%2096.9421%2020.5918%2097.3849C21.2545%2097.8278%2021.7711%2098.4573%2022.0761%2099.1937C22.3811%2099.9301%2022.4608%20100.74%2022.3053%20101.522C22.1497%20102.304%2021.7658%20103.022%2021.2021%20103.586C20.6385%20104.149%2019.9203%20104.533%2019.1385%20104.688C18.3567%20104.844%2017.5464%20104.764%2016.8101%20104.459C16.0737%20104.154%2015.4444%20103.637%2015.0016%20102.974C14.5589%20102.311%2014.3227%20101.532%2014.3228%20100.735C14.3231%2099.6663%2014.7477%2098.6414%2015.5035%2097.8858C16.2592%2097.1302%2017.2841%2096.7057%2018.3528%2096.7057ZM129.856%2096.7057C130.653%2096.7057%20131.432%2096.9421%20132.095%2097.3849C132.758%2097.8278%20133.274%2098.4573%20133.579%2099.1937C133.884%2099.9301%20133.964%20100.74%20133.809%20101.522C133.653%20102.304%20133.269%20103.022%20132.705%20103.586C132.142%20104.149%20131.424%20104.533%20130.642%20104.688C129.86%20104.844%20129.05%20104.764%20128.313%20104.459C127.577%20104.154%20126.948%20103.637%20126.505%20102.974C126.062%20102.311%20125.826%20101.532%20125.826%20100.735C125.826%2099.6663%20126.251%2098.6414%20127.007%2097.8858C127.762%2097.1302%20128.787%2096.7057%20129.856%2096.7057ZM129.856%2032.235C130.653%2032.235%20131.432%2032.4713%20132.095%2032.9142C132.758%2033.357%20133.274%2033.9865%20133.579%2034.7229C133.884%2035.4593%20133.964%2036.2696%20133.809%2037.0514C133.653%2037.8332%20133.269%2038.5512%20132.705%2039.1148C132.142%2039.6784%20131.424%2040.0622%20130.642%2040.2176C129.86%2040.373%20129.05%2040.293%20128.313%2039.9879C127.577%2039.6828%20126.948%2039.1661%20126.505%2038.5033C126.062%2037.8405%20125.826%2037.0613%20125.826%2036.2642C125.826%2035.1955%20126.251%2034.1706%20127.007%2033.4151C127.762%2032.6595%20128.787%2032.235%20129.856%2032.235ZM74.1048%202.94133e-07C74.9019%200.000152533%2075.6809%200.236665%2076.3436%200.679609C77.0062%201.12255%2077.5226%201.75205%2077.8275%202.48848C78.1324%203.22492%2078.212%204.03521%2078.0564%204.81692C77.9007%205.59862%2077.5168%206.31663%2076.9531%206.88012C76.3894%207.44361%2075.6712%207.82727%2074.8895%207.98261C74.1077%208.13796%2073.2975%208.05801%2072.5611%207.75285C71.8248%207.44769%2071.1955%206.93101%2070.7528%206.26821C70.3101%205.6054%2070.0739%204.82622%2070.0741%204.02917C70.0741%203.49992%2070.1784%202.97588%2070.3809%202.48693C70.5835%201.99799%2070.8804%201.55374%2071.2547%201.17958C71.6291%200.805415%2072.0734%200.508635%2072.5624%200.30624C73.0514%200.103845%2073.5756%20-0.000201902%2074.1048%202.94133e-07ZM74.1048%20128.941C74.9018%20128.941%2075.6809%20129.177%2076.3435%20129.62C77.0061%20130.063%2077.5226%20130.693%2077.8275%20131.429C78.1323%20132.165%2078.212%20132.976%2078.0565%20133.757C77.9009%20134.539%2077.517%20135.257%2076.9534%20135.821C76.3897%20136.384%2075.6717%20136.768%2074.8899%20136.923C74.1082%20137.079%2073.298%20136.999%2072.5617%20136.694C71.8253%20136.389%2071.196%20135.872%2070.7532%20135.21C70.3104%20134.547%2070.0741%20133.768%2070.0741%20132.971C70.0741%20132.441%2070.1783%20131.917%2070.3809%20131.428C70.5835%20130.939%2070.8804%20130.495%2071.2547%20130.121C71.629%20129.747%2072.0734%20129.45%2072.5624%20129.247C73.0514%20129.045%2073.5755%20128.941%2074.1048%20128.941ZM109.705%20126.255C110.369%20126.255%20111.018%20126.452%20111.57%20126.821C112.123%20127.19%20112.553%20127.714%20112.807%20128.328C113.061%20128.941%20113.128%20129.616%20112.998%20130.268C112.869%20130.919%20112.549%20131.518%20112.079%20131.987C111.61%20132.457%20111.011%20132.777%20110.36%20132.906C109.708%20133.036%20109.033%20132.969%20108.42%20132.715C107.806%20132.461%20107.282%20132.03%20106.913%20131.478C106.544%20130.926%20106.347%20130.277%20106.347%20129.613C106.347%20129.172%20106.434%20128.735%20106.602%20128.328C106.771%20127.92%20107.018%20127.55%20107.33%20127.238C107.642%20126.926%20108.012%20126.679%20108.42%20126.51C108.827%20126.341%20109.264%20126.255%20109.705%20126.255ZM38.5041%20126.255C39.1682%20126.255%2039.8175%20126.452%2040.3697%20126.821C40.9219%20127.19%2041.3523%20127.714%2041.6065%20128.328C41.8607%20128.941%2041.9272%20129.616%2041.7976%20130.268C41.668%20130.919%2041.3482%20131.518%2040.8786%20131.987C40.409%20132.457%2039.8106%20132.777%2039.1592%20132.906C38.5078%20133.036%2037.8326%20132.969%2037.219%20132.715C36.6054%20132.461%2036.081%20132.03%2035.712%20131.478C35.343%20130.926%2035.1461%20130.277%2035.1461%20129.613C35.1461%20129.172%2035.2329%20128.735%2035.4017%20128.328C35.5704%20127.92%2035.8178%20127.55%2036.1296%20127.238C36.4414%20126.926%2036.8116%20126.679%2037.219%20126.51C37.6264%20126.341%2038.0631%20126.255%2038.5041%20126.255ZM38.5041%204.03227C39.1682%204.03227%2039.8175%204.22921%2040.3697%204.5982C40.9219%204.96718%2041.3523%205.49165%2041.6065%206.10525C41.8607%206.71885%2041.9272%207.39403%2041.7976%208.04542C41.668%208.69682%2041.3482%209.29518%2040.8786%209.76481C40.409%2010.2344%2039.8106%2010.5542%2039.1592%2010.6838C38.5078%2010.8134%2037.8326%2010.7469%2037.219%2010.4927C36.6054%2010.2385%2036.081%209.80814%2035.712%209.25591C35.343%208.70368%2035.1461%208.05444%2035.1461%207.39029C35.1457%206.94904%2035.2322%206.51208%2035.4008%206.10431C35.5694%205.69654%2035.8166%205.32594%2036.1285%205.0138C36.4404%204.70165%2036.8107%204.45405%2037.2183%204.2851C37.6259%204.11615%2038.0628%204.02917%2038.5041%204.02917V4.03227ZM109.705%204.03227C110.369%204.03227%20111.018%204.22921%20111.57%204.5982C112.123%204.96718%20112.553%205.49165%20112.807%206.10525C113.061%206.71885%20113.128%207.39403%20112.998%208.04542C112.869%208.69682%20112.549%209.29518%20112.079%209.76481C111.61%2010.2344%20111.011%2010.5542%20110.36%2010.6838C109.708%2010.8134%20109.033%2010.7469%20108.42%2010.4927C107.806%2010.2385%20107.282%209.80814%20106.913%209.25591C106.544%208.70368%20106.347%208.05444%20106.347%207.39029C106.346%206.94904%20106.433%206.51208%20106.601%206.10431C106.77%205.69654%20107.017%205.32594%20107.329%205.0138C107.641%204.70165%20108.011%204.45405%20108.419%204.2851C108.827%204.11615%20109.264%204.02917%20109.705%204.02917V4.03227ZM144.634%2065.1434C145.298%2065.1434%20145.947%2065.3404%20146.499%2065.7095C147.052%2066.0785%20147.482%2066.6031%20147.736%2067.2168C147.99%2067.8305%20148.057%2068.5057%20147.927%2069.1572C147.797%2069.8086%20147.477%2070.4069%20147.007%2070.8765C146.538%2071.3461%20145.939%2071.6658%20145.288%2071.7952C144.636%2071.9246%20143.961%2071.8578%20143.347%2071.6034C142.734%2071.349%20142.209%2070.9184%20141.841%2070.366C141.472%2069.8135%20141.275%2069.1641%20141.276%2068.4999C141.276%2068.0589%20141.362%2067.6223%20141.531%2067.2148C141.7%2066.8074%20141.947%2066.4373%20142.259%2066.1255C142.571%2065.8136%20142.941%2065.5663%20143.348%2065.3975C143.756%2065.2288%20144.193%2065.1419%20144.634%2065.1419V65.1434ZM3.5753%2065.1434C4.23952%2065.1434%204.88881%2065.3404%205.44107%2065.7095C5.99333%2066.0785%206.42374%2066.6031%206.67785%2067.2168C6.93197%2067.8305%206.99838%2068.5057%206.86868%2069.1572C6.73899%2069.8086%206.41902%2070.4069%205.94924%2070.8765C5.47945%2071.3461%204.88096%2071.6658%204.22947%2071.7952C3.57797%2071.9246%202.90274%2071.8578%202.28916%2071.6034C1.67559%2071.349%201.15124%2070.9184%200.78244%2070.366C0.41364%2069.8135%200.216951%2069.1641%200.217255%2068.4999C0.217255%2068.0589%200.304108%2067.6223%200.472866%2067.2148C0.641623%2066.8074%200.888978%2066.4373%201.2008%2066.1255C1.51262%2065.8136%201.88282%2065.5663%202.29023%2065.3975C2.69765%2065.2288%203.13431%2065.1419%203.5753%2065.1419V65.1434Z'%20fill='white'/%3e%3c/svg%3e",o=()=>{const t=[{key:"prop",label:"Prop",render:r=>C.jsx("code",{className:"text-xs text-brand",children:String(r)})},{key:"type",label:"Type",render:r=>C.jsx("code",{className:"text-xs",children:String(r)})},{key:"default",label:"Default",render:r=>{const a=String(r);return a==="required"?C.jsx("span",{className:"text-xs text-red-500",children:"required"}):C.jsx("code",{className:"text-xs",children:a})}},{key:"description",label:"Description"}],s=[{prop:"id",type:"string",default:"required",description:"Unique identifier for the coin"},{prop:"name",type:"string",default:"required",description:"Full name of the cryptocurrency"},{prop:"symbol",type:"string",default:"required",description:"Cryptocurrency symbol (e.g., BTC, ETH)"},{prop:"logo",type:"string",default:"required",description:"URL or path to the coin logo image"},{prop:"balance",type:"string",default:"required",description:"Coin balance amount"},{prop:"usdBalance",type:"string",default:"required",description:"USD equivalent balance"},{prop:"change",type:"string",default:"required",description:'Price change percentage (e.g., "+2.5%")'},{prop:"isChangePositive",type:"boolean",default:"required",description:"Whether the price change is positive"},{prop:"color",type:"string",default:"'#FDEDD4'",description:"Background color for the card"}];return C.jsxs(C.Fragment,{children:[C.jsxs("div",{className:"text-center space-y-4",children:[C.jsx(e.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"CoinCard"}),C.jsx(e.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Display cryptocurrency information in a clean, card format with customizable background colors, price changes, and balance information."})]}),C.jsx(e.CardContainer,{className:"overflow-hidden",children:C.jsx(e.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:C.jsx("div",{className:"w-full p-4 sm:p-6",children:C.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:[C.jsxs(e.CardContainer,{className:"p-4",children:[C.jsx(e.Typography,{tag:"h5",className:"mb-3",children:"Bitcoin"}),C.jsx(e.CoinCard,{id:"bitcoin",name:"Bitcoin",symbol:"BTC",logo:i.bitcoinImg,balance:"1.25",usdBalance:"45,000",change:"+2.5%",isChangePositive:!0,color:"#FDEDD4"})]}),C.jsxs(e.CardContainer,{className:"p-4",children:[C.jsx(e.Typography,{tag:"h5",className:"mb-3",children:"Tether"}),C.jsx(e.CoinCard,{id:"tether",name:"Tether",symbol:"USDT",logo:i.ethereumImg,balance:"10.5",usdBalance:"33,600",change:"-1.2%",isChangePositive:!1,color:"#E1F5FE"})]}),C.jsxs(e.CardContainer,{className:"p-4",children:[C.jsx(e.Typography,{tag:"h5",className:"mb-3",children:"Cardano"}),C.jsx(e.CoinCard,{id:"cardano",name:"Cardano",symbol:"ADA",logo:n,balance:"1,500",usdBalance:"975",change:"+5.8%",isChangePositive:!0,color:"#E8F5E8"})]})]})})})}),C.jsx(e.CardContainer,{className:"overflow-hidden",children:C.jsx(e.CardTitle,{title:"Props",className:"mt-2 mb-2",children:C.jsx("div",{className:"w-full p-4 sm:p-6",children:C.jsx(e.BasicTable,{columns:t,data:s})})})}),C.jsx(e.CardContainer,{className:"overflow-hidden",children:C.jsx(e.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:C.jsx("div",{className:"w-full p-4 sm:p-6",children:C.jsx(e.CodeBlock,{language:"tsx",code:`import { CoinCard } from '@e-burgos/tucu-ui';
2
-
3
- <CoinCard
4
- id="bitcoin"
5
- name="Bitcoin"
6
- symbol="BTC"
7
- logo="/icons/bitcoin.svg"
8
- balance="1.25"
9
- usdBalance="45,000"
10
- change="+2.5%"
11
- isChangePositive={true}
12
- color="#FDEDD4"
13
- />`})})})})]})};exports.default=o;
@@ -1,12 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("./index-BOfUOCHe.js");require("lucide-react");require("react-router-dom");require("react");require("react-dom");const s=require("./tether-EofDinu3.js"),l=()=>{const n=[{key:"prop",label:"Prop",render:i=>e.jsx("code",{className:"text-xs text-brand",children:String(i)})},{key:"type",label:"Type",render:i=>e.jsx("code",{className:"text-xs",children:String(i)})},{key:"default",label:"Default",render:i=>{const r=String(i);return r==="required"?e.jsx("span",{className:"text-xs text-red-500",children:"required"}):e.jsx("code",{className:"text-xs",children:r})}},{key:"description",label:"Description"}],t=[{prop:"item",type:"ItemType",default:"required",description:"Coin information object"},{prop:"className",type:"string",default:"''",description:"Custom CSS classes for the card"},{prop:"variant",type:"'small' | 'medium' | 'large'",default:"'small'",description:"Size variant of the coin icon"},{prop:"imageClassName",type:"string",default:"'bg-brand rounded p-1'",description:"Custom CSS classes for the coin image"}];return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"text-center space-y-4",children:[e.jsx(a.Typography,{tag:"h2",className:"text-3xl md:text-4xl font-bold",children:"CoinInfoCard"}),e.jsx(a.Typography,{tag:"p",className:"text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto",children:"Compact card component for displaying coin information with icon, name, and balance."})]}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Basic Examples",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Basic Coin Info"}),e.jsx(a.CoinInfoCard,{item:{id:"bitcoin",name:"Bitcoin",logo:s.bitcoinImg,balance:"1.25 BTC"}})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"With Coin Type"}),e.jsx(a.CoinInfoCard,{item:{id:"ethereum",name:"Ethereum",logo:s.ethereumImg,balance:"5.5 ETH",coinType:"ERC-20"}})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Variants",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-4",children:[e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Small (default)"}),e.jsx(a.CoinInfoCard,{item:{id:"bitcoin",name:"Bitcoin",logo:s.bitcoinImg,balance:"1.25 BTC"},variant:"small"})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Medium"}),e.jsx(a.CoinInfoCard,{item:{id:"bitcoin",name:"Bitcoin",logo:s.bitcoinImg,balance:"1.25 BTC"},variant:"medium"})]}),e.jsxs(a.CardContainer,{className:"p-4",children:[e.jsx(a.Typography,{tag:"h5",className:"mb-3",children:"Large"}),e.jsx(a.CoinInfoCard,{item:{id:"bitcoin",name:"Bitcoin",logo:s.bitcoinImg,balance:"1.25 BTC"},variant:"large"})]})]})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Props",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.BasicTable,{columns:n,data:t})})})}),e.jsx(a.CardContainer,{className:"overflow-hidden",children:e.jsx(a.CardTitle,{title:"Code Example",className:"mt-2 mb-2",children:e.jsx("div",{className:"w-full p-4 sm:p-6",children:e.jsx(a.CodeBlock,{language:"tsx",code:`import { CoinInfoCard } from '@e-burgos/tucu-ui';
2
-
3
- <CoinInfoCard
4
- item={{
5
- id: 'bitcoin',
6
- name: 'Bitcoin',
7
- logo: '/icons/bitcoin.svg',
8
- balance: '1.25 BTC',
9
- coinType: 'ERC-20', // Optional
10
- }}
11
- variant="small" // 'small' | 'medium' | 'large'
12
- />`})})})})]})};exports.default=l;